@charset "utf-8";
body,dl,dd,h1,h2,h3,h4,p{ margin: 0; padding: 0; }
html,body{ height:100%; overflow: hidden; }
body,input,button,textarea,select,option,label{ font-family:Tahoma,Arial,Roboto,"Droid Sans","Helvetica Neue","Droid Sans Fallback","Heiti SC","Hiragino Sans GB",'\5FAE\8F6F\96C5\9ED1','\5B8B\4F53,\9ED1\4F53',sans-self; font-size: 14px; color: #696969; }
img,a,a:active,a:focus{ border: none; outline: none; }
img{ vertical-align: top; }
ol,ul{ list-style:none; margin: 0; padding: 0; }
em,i,b,strong{ font-size:100%; font-style: normal; font-weight: normal; }
button::-moz-focus-inner,input::-moz-focus-inner{ padding:0; border:0; }
input,button,textarea,select,label,form{ margin:0; padding:0; border: none; font-size: 100%; outline: none; }
input,select{ vertical-align:middle; }
table{ border-collapse:collapse; border-spacing:0; }
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}
:-moz-placeholder {
    color: #8E8E8E; opacity:1;
}

::-moz-placeholder {
    color: #8E8E8E;opacity:1;
}

input:-ms-input-placeholder{
    color: #8E8E8E;opacity:1;
}

input::-webkit-input-placeholder {
    color: #8E8E8E;
    opacity: 1;
}
textarea {  -webkit-appearance: none;}
::-ms-clear,::-ms-reveal{display:none;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size:0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; }
.clearfix { zoom: 1; }
.clearfix{ zoom:1; }
a{ text-decoration: none; color: #4090d6; }
h1{ display: none; }
.hide{
    display: none !important;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
[v-cloak]{
    display:none;
}
.header {
    width: 100%;
    height: 52px;
    background: #fff;
    min-width: 1000px;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.w320{
    margin: 0 auto;
    width: 338px;
    overflow: hidden;
}
.mt90 {
    margin-top: 90px;
}
.mb10{
    margin-bottom: 10px;
}
.logo  span{
    display: inline-block;
    padding-top: 17px;
    margin-left: 6px;
    font-size: 20px;
    color: #999;
}
.login-btn a{
    display: inline-block;
    width: 80px;
    height: 36px;
    line-height: 34px;
    font-size: 15px;
    margin-left: 10px;
    vertical-align: middle;
    text-align: center;
    margin-top: 7px;
    border-radius: 4px;
    cursor: pointer;
    color: #666;
}
.sky-eyes-login{
    border-radius: 4px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.sky-eyes-resiger,.sky-eyes-login:hover {
    font-size: 16px;
    letter-spacing: 1px;
    background-image: -webkit-gradient(linear,left top,right top,from(#4b9dff),to(#0062da));
    background-image: -webkit-linear-gradient(left,#4b9dff,#0062da);
    background-image: linear-gradient(to right,#4b9dff,#0062da);
    border: 1px solid #19a9f1;
    color: #fff !important;
}
.upload-hover-box{
    display: none;
}
.hover-box{
    width: 52px;
    height: 52px;
    text-align: center;
}
.icon-p-shangchuan{
    margin-top: 15px;
}
.header-upload:hover .icon-p-shangchuan{
    display: none;
}
.header-upload:hover .upload-hover-box{
    display: inline-block;
    width: 52px;
    text-align: center;
    line-height: 52px;
    color: #fff;
    background-image: -webkit-gradient(linear,left top,right top,from(#4b9dff),to(#0062da));
    background-image: -webkit-linear-gradient(left,#4b9dff,#0062da);
    background-image: linear-gradient(to right,#4b9dff,#0062da);
}

.content {
    width: 100%;
    height: 462px;
    position: relative;
}
.login-newbg {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 462px;
    background: #40c7b7;
    /*background:-webkit-radial-gradient(center, #92d1f8, #3083cc);*/
    /*background-image:radial-gradient(center, #92d1f8, #3083cc);*/
}
.content-layout{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 462px;
    z-index: 999;
}

.login-form-main {
    width: 320px;
    height: auto;
    min-height: 370px;
    padding: 0 30px;
    background: #dcdcdc;
    background: rgba(255, 255, 255, .8);
    border-radius: 2px;
    position: absolute;
    z-index: 1000;
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin: -240px 0 0 160px;*/
}

.data-img-content {
    /*width: 600px;*/
    /*height: 310px;*/
    position: absolute;
    z-index: 9;
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin: -100px 0 0 -500px;*/
}

.data-img-content img {
    vertical-align: top;
}



.login-title{ display: block; height: 40px; line-height: 40px; padding-top: 16px; font-size: 16px; font-weight: bold; color: #333; text-align: center;}
.login-title2{
}
.login-title2 .errortip{
    margin-left: 0;
    width: 338px;
    overflow: hidden;
}
.input-list{ padding-top: 10px; padding-bottom: 5px; }
.input-list li{ width: 338px; height: 42px; padding-bottom: 12px; position: relative; float: left; }
.login-inpt{ width: 324px; height: 28px; position: relative; line-height: 28px; padding: 6px; border: 1px solid #5aa9ee; border-radius: 4px; background: #fff; font-size: 14px; color: #666; }
.login-inpt.wa{ width: 170px; }
.login-inpt.add-error{ border-color: #5aa9ee; box-shadow: 0 0 8px 0 #ccc inset; }
.login-submit{ width: 338px; height: 46px; line-height: 46px; border-radius: 6px; font-size: 16px; color:#fff; cursor: pointer; }

.code{ display: block; width: 144px; height: 42px; line-height: 40px; background: #fff; position: absolute; z-index: 98; top: 0; right: 0; border: 1px solid #5aa9ee; border-radius: 6px; text-align: center;color: #3d8cec; }
.code:hover{
    background: #0c70ec;
    cursor: pointer;
}
.codema{ display: block; width: 144px;}
.code img{ width: 90%; max-height: 44px; margin: 0 5%; vertical-align: middle; }
.z90{
    z-index: 90;
}
.login-links {
    width: 100%;
    float: left;
    margin-top: 6px;
    overflow: hidden;
    text-align: right;
}
.login-links a {
    color: #6c6c6c !important;
    margin-right: 10px;
}
.login-links a:hover{
    color:#3d8dd2 !important;
}

.account-login{
    float: left;
    width: 100%;
    text-align: center;
}
.account-loginbig{
    margin-top: 70px;
    margin-bottom: 80px;
}
.account-login .qq-login, .account-login .wechat-login, .account-login .zh-login,.account-login .sj-login{
    display: inline-block;

    width: 60px;
    height: 60px;
    /*background-color: #dddddd;*/
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    cursor: pointer;
    /*margin: 10px 7px;*/
    margin:10px 7px 0;
}
.account-loginbig.account-login .qq-login, .account-loginbig.account-login .wechat-login, .account-loginbig.account-login .sj-login,.account-loginbig.account-login .zh-login {
    width: 75px;
    height: 75px;
}
.account-login .wechat-login {
    background-color: #81d741;
    background-image: url(../../imgs/login/wx.png);
    background-size: 45px 45px;
}
.account-login .sj-login {
    background-color: #f54153;
    background-image: url(../../imgs/login/sj.png);
    background-size: 50px 50px;
}
.account-login .qq-login {
    background-color: #3caae3;
    background-image: url(../../imgs/login/qq.png);
    background-size: 45px 45px;
}
.account-login .zh-login {
    background-color: #0371ff;
    background-image: url(../../imgs/login/zhanghao.png);
    background-size: 35px 35px;
}
.account-login .wechat-login:hover {
    background-color: #58bc46;
}
.account-login .sj-login:hover {
    background-color: #e90e24;
}
.account-login .qq-login:hover {
    background-color: #1995d6;
}
.account-login .zh-login:hover {
    background-color: #0047a3;
}

.third-account {
    text-align: center;
    margin-top: 5px;
    /* margin-bottom: 10px; */
    color: #999999;
}
.codecss{
    background: #dbf0fd;
}
.sendbtn{
    background-image: -webkit-gradient(linear,left top,right top,from(#6dafff),to(#318cfb));
    background-image: -webkit-linear-gradient(left,#6dafff,#318cfb);
    background-image: linear-gradient(to right,#6dafff,#318cfb);
    border: 1px solid #19a9f1;
    color: #fff;
}
.sendbtninp{
    color: #49a2ef;
    position: absolute;
    right: 7px;
    top: 12px;
}
.count{
    position: absolute;
    right: 7px;
    top: 12px;
}

.footer {
    min-width: 1200px;
    margin-top: 20px;
    font-size: 12px;
    color: #666;
    border-top: 1px solid #e5e5e5;
    height: 56px;
    line-height: 56px;
    text-align: center;
}
.login-form-mainpop{
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -190px;
}
.disabled {
    background: #b9b9b9 !important;
}
.errortip{
    width: 235px;
    padding: 0 5px 0 37px;
    margin-left: 15px;
    font-size: 13px;
    line-height: 33px;
    height: 33px;
    border: 1px solid #d46f16;
    border-radius: 4px;
    background: #ffe6e5 url("../../imgs/login/erricon.png") no-repeat;
    display: inline-block;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
}

#nav {
    width: 100%;
    background: #fff;
    z-index: 1;
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
    box-shadow: 1px 3px 10px #efefef;
}
.findpass-line{
    height: 30px;
    border-right: 2px solid #dcdcdc;
    margin: 20px 0 0 30px;
}
.pass-input-forgot {
    display: block;
    position: relative;
    float: left;
    height: 16px;
    width: 328px;
    padding: 11px 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #666;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #fff;
}
.findpass-tip{
    margin-top: 30px;
    line-height: 30px;
    padding-left: 30px;
    background: #fff url(../../imgs/login/worring.png) no-repeat;
}
.find-title{
    display: inline-block;
    width: auto;
    height: 30px;
    padding: 20px 0 0 30px;
    line-height: 30px;
    font-size: 22px;
    color: #0545a6;
}
.findpass-form-main {
    width: 320px;
    height: 370px;
    padding: 0 30px;
    background: #fff;
    margin: 50px  150px 150px;
}
.mfindpass-form-main{
    width: 310px;
    height: 370px;
    padding: 0 5px;
    background: #fff;
    margin: 100px auto;
}
.findpass-form-main .sendbtninp {
    right: -15px;
}
.mfindpass-form-main .sendbtninp {
    right:5px;
}
.mfindpass-form-main .pass-input-forgot{
    width: 288px;
}
.findpass-errtip{
    width: 100%;
    height:auto;
    float: left;
}
.findpass-errtip .errortip{
    width: 100%;
    font-size: 13px;
    line-height: 25px;
    margin-left: 0;
    height:auto;
    background: #fff url(../../imgs/login/erricon.png) no-repeat;
    display: inline-block;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:none;
}
.findpass-submit {
    width: 180px;
    height: 46px;
    float: left;
    line-height: 46px;
    background: #ef8833;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.sendbtninp,.js_noshow{
    position: absolute;
    right: 10px;
    /*top:5px;*/
}
.js_noshow{
    display: none;
}
#TencentCaptcha{
    position: fixed;
    margin-top: -20px;
    z-index: -1;
}

.mask{
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0,0,0,.4);
    position: absolute;
    top:0;
    left:0;
    z-index: 1001;
    /*display: none;*/
}
.popbox{
    /*display: none;*/
    position: fixed;
    z-index: 1002;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -190px;
    width: 320px;
    height: auto;
    min-height: 370px;
    padding: 0 30px;
    background: #fff;
    border-radius: 2px;
}
.popcontent{
    box-sizing: border-box;
    width: 80%;
    height: 100px;
    margin: 100px auto;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.popbtnbox{
    margin: 10px auto;
    text-align: center;
}
.popbtn{
    box-sizing: border-box;
    display: inline-block;
    mim-width: 100px;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    font-size: 14px;
    background: #d3d3d3 ;
    margin: 0 5px;
}
.popbtnsure{
    background: #49a2ef ;
    color: #fff;
}
.usertitle{
    display: inline-block;
    margin: 0 20px;
    line-height: 40px;
}
.usertitle.active{
    color: #249ae4;
    border-bottom:2px solid #249ae4;
}
.account-loginbig span{
    display: inline-block;
    width: 75px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 7px;
}

/*loginbox*/
.login-wrap {
    position: absolute;
    top: 12px;
    right: 0px;
    z-index: 10;
    width: 400px;
    height: auto;
    min-height: 440px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
}
.login-mask{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
    z-index: 999;
    overflow: hidden;
}
.login-table{
    z-index: 1000;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}
.login-wrap-center{
    display: table-cell;
    vertical-align: middle;
    position: fixed;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.login-wrap .login-hearder {
    height: 62px;
    margin-left: 30px;
}
.login-wrap .header-btn {
    height: 62px;
    text-align: center;
}
.login-wrap .header-btn {
    display: inline-block;
    /* width: 74px; */
    position: relative;
    font-size: 20px;
    line-height: 62px;
    color: #666;
    cursor: pointer;
}
.login-wrap .header-btn.on, .login-wrap .header-btn:hover {
    color: #4090d6;
}

.login-wrap .header-btn:first-child {
    margin-right: 86px;
}
.login-wrap .header-btn.on:after, .login-wrap .header-btn:hover:after {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.login-wrap .header-btn:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 74px;
    height: 2px;
    background: #4090d6;
    visibility: hidden;
    -webkit-transform: scale(.2);
    -ms-transform: scale(.2);
    transform: scale(.2);
    -webkit-transition: all .2s;
    transition: all .2s;
}
.login-wrap .login-others .other-logo {
    display: inline-block;
    width: 81px;
    margin-left: 38px;
    text-align: center;
}
.login-wrap .login-others .other-logo:first-child {
    margin-left: 0;
}

.login-wrap .login-others {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 60px;
    -webkit-transition: all .28s;
    transition: all .28s;
}
.login-wrap .login-others .other-logo i {
    width: 82px;
    height: 82px;
    display: block;
    background: url(../../imgs/login/login_v6.png) no-repeat;
    margin-bottom: 20px;
}
.login-wrap .login-others .other-logo.logo-qq i {
    background-position: 0 0;
}
.login-wrap .login-others .other-logo.logo-wechat i {
    background-position: -168px 0;
}
.login-wrap .login-others .other-logo.logo-weibo i {
    background-position: -84px 0;
}
.login-wrap .login-others .other-logo.logo-qq:hover i {
    background-position: 0 -84px;
}
.login-wrap .login-others .other-logo.logo-wechat:hover i {
    background-position: -168px -84px;
}
.login-wrap .login-others .other-logo.logo-weibo:hover i {
    background-position: -84px -84px;
}

.login-wrap .login-others .other-logo span {
    font-size: 14px;
    color: #888;
}
.agreement-alert {
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-top: 7px;
}
.login-wrap .login-type {
    text-align: center;
    color: #4090d6;
    position: relative;
}
.login-wrap .login-type a {
    display: block;
    color: #4090d6;
    font-size: 19px;
    /*padding-bottom: 10px;*/
}
/*绑定手机号*/
.header-other {
    position: relative;
    z-index: 100;
    height: 76px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.15);
    min-width: 1200px;
}
.header-other .header-title {
    margin-top: 10px;
    height: 52px;
    font-size: 24px;
    line-height: 52px;
    padding-left: 17px;
    margin-left: 20px;
    color: #666;
    border-left: 1px solid #e3e3e3;
}
.setting-main .login-wrap {
    position: relative;
    margin: 40px auto 0;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    width: 524px;
    height: auto;
    padding-bottom: 50px;
}

.setting-main .login-hearder {
    color: #666;
    font-size: 20px;
    padding: 36px 0 30px;
    height: auto;
}

.setting-main .login-hearder p {
    margin-top: 10px;
    color: #999;
    font-size: 14px;
    text-align: center;
}
.bind-alert {
    color: #999;
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
}
.bind-alert em {
    color: #fd8320;
}
.cancel-click {
    text-align: center;
    margin-top: 10px;
}
.cancel-click span {
    color: #999999;
    font-size: 12px;
    cursor: pointer;
}
.cancel-click span:hover {
    color: #4b9dff;
}
.login-wrap .login-others-cards {
    text-align: center;
    padding-top: 18px;
    -webkit-transition: all .28s;
    transition: all .28s;
}
.login-wrap .login-others-cards .other-logo {
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
    text-align: center;
    border-radius: 4px;
}
.login-wrap .login-others-cards .other-logo:first-child {
    margin-left: 0;
}
.login-wrap .login-others-cards .other-logo.logo-qq {
    background-color: #19a9f1;
}
.login-wrap .login-others-cards .other-logo.logo-wechat {
    background-color: #0b0;
}
.login-wrap .login-others-cards .other-logo.logo-weibo,.login-wrap .login-others-cards .other-logo.logo-sj  {
    background-color: #ed2b2f;
}
.login-wrap .login-others-cards .other-logo i {
    vertical-align: sub;
    display: inline-block;
    background: url(../../imgs/login/login_v6.png) no-repeat;
}
.login-wrap .login-others-cards .other-logo.logo-qq i {
    height: 21px;
    width: 20px;
    background-position: 0 -168px;
}
.login-wrap .login-others-cards .other-logo.logo-wechat i {
    height: 24px;
    width: 26px;
    background-position: -23px -165px;
}
.login-wrap .login-others-cards .other-logo.logo-weibo i {
    height: 22px;
    width: 24px;
    background-position: -52px -165px;
}
.login-wrap .login-others-cards .other-logo.logo-sj i {
    height: 25px;
    width: 22px;
    background-position: -159px -165px;
}
.login-wrap .login-others-cards .other-logo span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.login-wrap .login-others-cards .other-logo:hover {
    opacity: .8;
    /*FILTER: alpha(opacity = 80);*/
}
.login-wrap .cutting-line {
    position: relative;
    width: 340px;
    margin: 6px auto;
    text-align: center;
}
.login-wrap .cutting-line:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 10px;
    width: 340px;
    height: 1px;
    background-color: #eaeaea;
    z-index: 1;
}
.login-wrap .cutting-line span {
    position: relative;
    z-index: 2;
    color: #888;
    padding: 0 5px;
    font-size: 14px;
    background-color: #fff;
}
.agreement-alert.error{
    color: #f00 !important;
}
.error{
    font-weight: bold;
    color: #f00 !important;
}



