
html {
    height: 100%;
}

body {
    height: 100%;
    margin:0;
    padding:0;
    zoom:0.8;
}
img{
     width:100%;
     height:100%;
 }
.container{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    overflow: auto;
}
.head{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    border-bottom: 1px solid #AAAAAA;
}
.baidu-form{
    width:60%;
    height:100px;
    line-height:100px;
    display:flex;
    align-items:center;
    justify-content:flex-end;
}
.baidu-wd{
    width: 512px;
    height: 16px;
    padding: 12px 16px;
    font-size: 16px;
    margin: 0;
    outline: 0;
    box-shadow: none;
    border-radius: 10px 0 0 10px;
    border: 2px solid #c4c7ce;
    border-right:none;
    background: transparent;
    color: #FFFFFF;
    overflow: hidden;
}
.baidu-btn{
    width: 108px;
    height: 44px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    background: 0 0;
    background-color: transparent;
    border-radius: 0 10px 10px 0;
    font-size: 17px;
    color: #fff;
    box-shadow: none;
    font-weight: 400;
    border: 2px solid #c4c7ce;
    outline: 0;
    cursor: pointer;
}
.tool-bar{
    width:38%;
    height:100px;
    display:flex;
    align-items:center;
    justify-content:flex-end;
}
.tool-btn{
    position: relative;
    width:40px;
    height:40px;
    margin:30px 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
}
.setting{
    background-image:url(../image/set.png);
}
.setting:hover{
    background-image:url(../image/set_active.png);
}
.skin{
    background-image:url(../image/skin.png);
}
.skin:hover{
    background-image:url(../image/skin_active.png);
}
.skin:hover .skin-select{
    display: block;
}
.skin-select{
    display: none;
    position: absolute;
    left:-30px;
    top:40px;
    width:100px;
    padding:20px 0;
    border-radius: 5px;
    background-color:#FFFFFF;
    z-index: 9;
}
.skin-option{
    height:35px;
    line-height: 35px;
    text-align: center;
}
.skin-option:hover{
    background-color: #F0F0F0;
}
.body{
    width:100%;
}
.search-container{
    width:100%;
    height:30px;
    margin-top:10px;
}
.search{
    float: right;
    width:160px;
    height:30px;
    margin-right: 30px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
}
.search-input{
    width:120px;
    height:25px;
    line-height: 25px;
    border: none;
    color:#FFFFFF;
    background-color:transparent;
}
.search-input:focus{
    outline:none;
}
.search-icon{
    width:20px;
    height:20px;
    background-image:url(../image/search.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.dir-container{
    width:100%;
}
.dir-item{
    width:20%;
    height:200px;
    float:left;
    margin:20px 0 20px 4%;
    overflow: auto;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #FFFFFF;
}
.dir-item::-webkit-scrollbar {
    display:none;
}
.dir-name{
    width: 100%;
    height:40px;
    line-height:40px;
    text-align: center;
    color:#FFFFFF;
    font-weight: 600;
}
.website-item{
    width:30%;
    height:40px;
    line-height:40px;
    margin-left:2.5%;
    overflow: hidden;
    float:left;
    text-align: center;
}
.website-a{
    text-decoration:none;
    color:#FFFFFF;
}
.website-a:hover , .website-a-active{
    color:#1296db;
}
