#home {
    margin: 0 auto;
    width: 65%;
    min-width:65%;
    background-color: rgba(253,245,230, 0.6);
    left:14.5%;
    padding: 3%;
    top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    border-radius: 8px;
    position: absolute;
}
body {
background: url(https://desk-fd.zol-img.com.cn/t_s1920x1080c5/g5/M00/0A/07/ChMkJlwaFVKIBxTgAADb2kJZOSgAAt4CwH2lWkAANvy439.jpg) no-repeat fixed;
background-size: cover;
}
#Header1_HeaderTitle{
margin-left:10%;
}
#navigator{
   border: 1px solid OldLace;
   background-color: rgba(253,245,230, 0.4);
   border-radius:4px;
   text-align: center;
}
#navList li {
border: 1px;
font-size: 13px;
height:25px;
width:50px; 
}
#navList a {
text-align: center;
}
#navList a:hover {
color: grey;
font-size: 16px;
}
#mainContent{
width:100%;
min-height:1000px;
}
#sideBar{
display:none;
top:50px;
right:-180px;
width:150px;
background-color: rgba(253,245,230, 0.6);
border:1px solid #999;
overflow:hidden;
position: absolute;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
border-radius: 8px;
}
#calendar{
display:none;
}
.mySearch #q {
    height: 22px;
    width: 90px;
    border-radius: 2px;
    border: 1px solid grey;
}
.mySearch #btnZzk {
    height:22px;
    width: 50px;
    background: cadetblue;
    border: 1px solid cadetblue;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    cursor: pointer;
}
.mySearch #btnZzk:hover{
    background: white;
    color: cadetblue;
}
#widget_my_google{
display:none;
}
.button1{
z-index:1;
position: absolute;
right: 15%; 
margin-top: 10px;
border-radius: 2px;
background-color: rgba(83,134,139, 0.5);
border: none; 
color: ghostwhite;
height: 30px; 
width: 60px;
}
.button1:hover {
background-color: rgba(83,134,139, 0.8);
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.forFlow{
margin-left:0;
width:100%;
}