* {
    padding: 0;
    margin: 0;
}

a:hover {
    color: inherit;
}

body {
    font-size: 14px;
    color: #8c8c8c;
    background-color: #f8fafc;
    font-family: 微软雅黑, Arial, Helvetica, sans-serif, SimSun;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}

/*清除浮动*/
.clearfix:after, .clearfix:before {
    display: block;
    content: "";
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}


img {
    display: block;
    border: none;
    width: 100%;
    height: 100%;
}
[v-cloak] {
    display: none;
}

/*头部*/
.header-warp{
    width: 100%;
    min-width: 1200px;
    background: #FFFFFF;
}
.header{
    width: 1200px;
    margin: 0 auto;
}
.logo{
    display: inline-block;
    float: left;
    /*line-height: 65px;*/
    width: 100px;
    font-size: 14px;
    margin-top: 15px;
    color: #333333;
}
.logo:hover{
    color: #FFC424;
}
.header-nav{
    float: left;
    margin-left: 78px;
}
.header-li{
    position: relative;
    float: left;
}
.header-icon{
    position: absolute;
    width: 15px;
    height: 2px;
    background: #FFFFFF;
    left: 50%;
    margin-left: -7px;
    bottom: 13px;
    cursor: pointer;
}
.header-link{
    line-height: 65px;
    display: inline-block;
    padding: 0 22px;
    font-size: 14px;
    color: #333;
}
.header-link:hover{
    color: #FFC424;
}
.register{
    margin-top: 25px;
    float: right;
    font-size: 14px;
    color: #8C8C8C;
    padding-left: 14px;
    border-left: 1px solid #8C8C8C;
    cursor: pointer;
}
.login{
    margin-top: 25px;
    float: right;
    font-size: 14px;
    color: #8C8C8C;
    margin-right: 14px;
    cursor: pointer;
}
/*头部选中样式*/
.active{
    color: #FFFFFF;
    background: #FFC424;
}
.header-username{
    font-size: 14px;
    color: #8C8C8C;
    float: right;
    line-height: 65px;
    margin-left: 15px;
}
/*底部*/
.footer-warp{
    width: 1200px;
    margin: 0  auto;
    padding-top: 30px;
    height: 102px;
}
.footer-left{
    float: left;
}
.footer-li{
    float: left;
    margin-right: 28px;
    font-size: 14px;
    color: #99A1A6;
}
.culture-img{
    float: left;
    width: 84px;
    height: 74px;
    margin-left: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.footer-right{
    position: relative;
    float: right;
}
.android{
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url(../img/android.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 24px;
}
.android_code{
    display: none;
    position: absolute;
    padding: 20px;
    top: -220px;
    left: -64px;
    text-align: center;
    background: #FFFFFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow:2px 2px 5px #bec2c5 ;
    -webkit-box-shadow:2px 2px 5px #bec2c5 ;
    box-shadow:2px 2px 5px #bec2c5 ;
}
.ios_code{
    position: absolute;
    padding: 20px;
    display: none;
    top: -227px;
    left: 1px;
    text-align: center;
    background: #FFFFFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow:2px 2px 5px #bec2c5 ;
    -webkit-box-shadow:2px 2px 5px #bec2c5 ;
    box-shadow:2px 2px 5px #bec2c5 ;
}
.android_code p{
    font-size: 12px;
    color: #93999f;
}
.code-img{
    margin-top: 14px;
    width: 120px;
    height: 120px;
    overflow: hidden;
 }
.android:hover{
    background: url(../img/androidg_hover.png) no-repeat;
}
.ios{
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url(../img/ios.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    vertical-align: middle;
}
.ios:hover{
    background: url(../img/ios_hover.png) no-repeat;
}
/*登录注册*/
.background{
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     background-color: rgba(0, 0, 0, .7);
     z-index: 98;
 }
.login-box{
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -230px;
    width: 360px;
    background: #FFFFFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 0 20px;
}
.login-header{
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #f1f2f5;
}
.login-title{
    display: inline-block;
    width: 80px;
    text-align: center;
    font-size: 16px;
    color: #787d82;
    line-height: 49px;
    cursor: pointer;
}
.register-title{
    display: inline-block;
    width: 80px;
    text-align: center;
    font-size: 16px;
    color: #787d82;
    line-height: 49px;
    cursor: pointer;
}
.login-active{
    color: #ffc424;
    border-bottom: 2px solid #ffc424;
}
.close{
    position: absolute;
    top: 18px;
    right: 0;
    width: 12px;
    height: 12px;
    float: right;
    background: url(../img/btn_close.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    cursor: pointer;
}
.user-input{
    width: 330px;
    height: 46px;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    outline: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 0 12px;
    background: #f4f4f4;
}
.btn-enable{
    width: 100%;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ffc424;
    margin-bottom: 30px;
    cursor: pointer;
}
.btn-enable:hover {
    color: #000;
    background: #f5d75e;
}
.hover:hover{
    color: #FFBF24;
}
.active:hover{
    color: #ffffff;
}



