@charset "utf-8";

ul,
li {
    list-style-type: none;
}
a {
    text-decoration: none;
    color          : #969696;
    font-family    : 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}
/* CSS Document */
.logo{
    padding: 9px 20px;
}
.logo img{
    width: 50%;
}
.banner{
    width: 100%;
}

.foot{
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #FAFAFA;
    box-shadow: 0px 0px 0px 0px #E5E5EA;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
}
.foot li{
    width: 25%;
    float: left;
}
.foot li a{
    display: block;
    width: 100%;
    height: 60px;
    color: #9B9B9B;
}
.foot li img{
    width: 24px;
    margin: 8px 0 5px 0;
}
.foot li.check a{
    font-weight: 600;
    /*color: #1A1A22;*/
}
.content-view{
    padding-bottom: 70px;
}