/*头部样式*/
html,body{
    background: #fff;
    font-family: "Microsoft YaHei";
    height: 100%;
}
body::-webkit-scrollbar {
    display: none;
}
ul{
    margin: 0;
    padding:0;
    font-size: 0;
    list-style: none;
}

header>div.line1{
    height: 62px;
    position: relative;
    background: #fff;
}

header>div.line1.logged .search{
    right: 1rem;
}

header>div.line1.logged .user{
    display: none;
}

header>ul.line2{
    height: 44px;
    background: #1d965a;
    font-size: 0;
}

header .logo{
    height: 30px;
    margin-top:14px;
    margin-left:1rem;
}

header .search{
    position: absolute;
    right: 3.5rem;
    top: 17px;
    height: 30px;
    width: 30px;
}

header .user{
    position: absolute;
    right:1rem;
    top: 17px;
    height: 30px;
    width: 30px;
}

header .search >img,header .user>img{
    width: 100%;
}

header ul>li{
    display: inline-block;
    width:25%;
    font-size: 0;
    line-height: 44px;
    height: 44px;
    color:#fff;
    text-align: center;
}

header ul>li>a{
    text-decoration: none;
    color:#fff;
    font-size: 1rem;
    width: 100%;
    display: inline-block;
}

.active{
    background: #125707;
}

.img_sec li>a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}


/*页脚样式*/
footer{
    background: #222222;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    padding: 25px 12px;
    color:#666666;
    position: relative;
    margin-top: -130px;
}
.wrap{
    position: relative;
    margin: 0 auto;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}
.main{
    padding-bottom: 130px;
}

/*hack*/
a>img{
    vertical-align: top;
}
a,button,input,img,a:focus,button:focus,input:focus,img:focus{
    outline: none;
}