/*body{
    background: url(../img/pc-jianti.png) no-repeat;
    background-color: #293073;
    background-size: 100% auto;
    background-position: 0 64px;
}*/
html{
    height: 100%;
}
body{
    min-height: 100%;
    background-size: 100% auto;
    background-position: 0 59px;
    font-family: '微软雅黑',"Droid Sans Fallback", Helvetica, Arial, sans-serif;
}
body.bg0{
    background: url(../img/pc-jianti.png) no-repeat;
    background-size: 100% auto;
    background-position: 0 59px;
}
body.bg1{
    background: url(../img/pc-fanti.png) no-repeat;
    background-size: 100% auto;
    background-position: 0 54px;
}
body.bg2{
    background: url(../img/pc-en.png) no-repeat;
    background-size: 100% auto;
    background-position: 0 59px;
}
body,div,ul,li{
    padding:0;
    margin:0;
}
img{
    border:none;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
}
input{
    outline:none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
/* .header-box{
    width: 100%;
    padding: 0 30px 0 20px;
    background: #141728;
    color: #fff;
    position: fixed;
    top: 0;
    z-index: 1001;
    box-sizing: border-box;
    border-bottom: 1px solid #333354;
}
.header-left{
    overflow: hidden;
}
.header-left .img-wrap{
    display: block;
    height:48px;
    cursor:pointer;
    float: left;
    margin:5px 0;
}
.header-left .img-wrap img{
    display: block;
    height:48px;
    list-style-type:none;
}
.header-left .header-line{
    display: block;
    height:24px;
    margin: 16.5px 20px;
}
.header-left .nav-item{
    height:46px;
    line-height: 46px;
    margin: 9px 0;
    font-size: 17px;
    color:#fff;
    margin-left: 30px;
}
.header-right{
    height:46px;
    margin:6px 0;
    line-height: 46px;
    cursor: pointer;
    position: relative;
    color: #858592;
    font-size: 14px;
}
.header-right .down-arrow{
    display:inline-block;
    width:0;
    height:0;
    border-width:6px 6px 0;
    border-style:solid;
    border-color:#858592 transparent transparent;
    margin:0 0 2px 15px;
}
.header-right .up-arrow{
    display:inline-block;
    width:0;
    height:0;
    border-width:0 6px 6px;
    border-style:solid;
    border-color:transparent transparent #fff;
    margin:0 0 2px 15px;
}
.lan-list{
    position: absolute;
    z-index: 1002;
    background: #333;
    color:#fff;
    top:53px;
    left:0;
    display: none;
}
.lan-list a{
  display: block;
  color:#858592;
  width:100px;
  height:30px;
  line-height: 30px;
  padding:10px 10px;
  font-size: 14px;
}
.lan-list a:hover{
  color:#fff;
}
.login-register{
    height:26px;
    padding:18px 0;
    overflow: hidden;
    margin-left: 14px;
}
.login-register a{
    display: block;
    width:75px;
    height:25px;
    text-align: center;
    line-height: 25px;
    border:solid 1px #44455e;
    border-radius: 4px;
    color:#fff;
    float: left;
    margin-left: 14px;
}
.login-register a.login-btn{
    background: #5867f4;
    border:solid 1px #5867f4;
} */
.main-box{
    width: 480px;
    margin:206px auto 60px auto;
    background: #fff;
    padding:40px;
}
.main-box .register-title{
    height:64px;
    color:#2d3a5e;
    font-size: 36px;
}
.main-box .register-title span {
    cursor: pointer;
    font-size: 24px;
    margin-right: 30px;
}
.main-box .register-title .cur {
    font-size: 34px;
}
.main-box .input-wrap{
    padding-top: 24px;
    display: block;
    border-bottom: solid 1px #c8c8c8;
    font-size: 15px;
    color:#666666;
    position: relative;
}
.main-box .input-wrap.error{
    border-bottom: solid 2px rgb(255, 83, 83);
    margin-bottom: -1px;
}
.main-box .input-wrap.focus{
    border-bottom: solid 2px rgb(6, 176, 124);
    margin-bottom: -1px;
}
.main-box .input-wrap .error-tip, .main-box .input-wrap .error-tips{
    width:100%;
    overflow: hidden;
    white-space:nowrap;
    position: absolute;
    left:0;
    bottom:-22px;
    color:rgb(255, 83, 83);
    display: none;
    font-size: 12px;
}
.main-box .input-wrap .input{
    font-size: 17px;
    width:100%;
    border:none;
    margin:15px 0;
}
.main-box .input-check{
    display: block;
    padding:30px 0;
    font-size: 16px;
    color:#666;
}
.main-box .input-check span{
    color:#5867f4;
    cursor: pointer;
}
.main-box .input-check .check{
    display: inline-block;
    vertical-align: middle;
    width:22px;
    height:22px;
    margin:0 10px 2px 0;
    /*-webkit-appearance:none;
    background-color: transparent;*/
    border:solid 1px #c8c8c8;
    border-radius: 4px;
}
.main-box .sub-btn{
    width:100%;
    height:56px;
    border:none;
    background: #5867f4;
    color:#fff;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}
.main-box .sub-btn:active{
    opacity: 0.8;
}
.main-box .reg-bottom{
    width:100%;
    text-align: right;
    margin-top: 20px;
    font-size: 16px;
    color:#666;
    overflow: hidden;
}
.main-box .reg-bottom a{
    color:#5867f4;
}
.main-box .reg-bottom .forget{
    float: left;
}
.main-box .reg-bottom .register{
    float: right;
}
.main-box .register-rule{
    margin-top: 40px;
    color:#666;
}
.register-rule .rule-title{
    margin-bottom: 10px;
    line-height: 26px;
}
.register-rule ul li{
    line-height: 26px;
}
.qrcod-box{
    padding:20px;
}
.tiaokuan{
    width:480px;
    padding:20px;
    height:320px;
    overflow-y:scroll;
}
.service-title{
    text-align: center;
    width:100%;
    height: 44px;
    line-height: 44px;
    border-bottom: solid 1px #ddd;
}
.register-cus{
    padding: 206px 0 0 0;
}
.register-cus-box{
    margin: 0 auto;
}

/*新增手机注册*/
.main-box .input-wrap__mobile {
    position: relative;
}
.main-box .input-wrap.input-wrap__mobile input {
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mobile_seclect {
    float: left;
    height: 20px;
    line-height: 20px;
    color: #778899;
    font-size: 17px;
    padding-right: 15px;
    margin: 19px 15px 0 0;
    display: inline-block;
    border-right: 1px solid #c8c8c8;
}
.mobile_seclect span {
    cursor: pointer;
    padding-right: 15px;
    background: url(/static/static_html/img/k6x10.png) no-repeat right center;
    display: inline-block;
}
.mobile_seclect .mobile_options {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 10;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 #c5c5c5;
            box-shadow: 0 0 5px 0 #c5c5c5;
    min-width: 220px;
    padding: 8px 0;
    top: 48px;
    max-height: 540px;
    overflow: auto;
}
.mobile_seclect .mobile_options li {
    padding-left: 13px;
    line-height: 44px;
    cursor: pointer;
}
.mobile_seclect .mobile_options li:hover, .mobile_seclect .mobile_options li.cur {
    background: #f4f4f5;
}
.main-box .input-wrap2 .input {
    width: 330px;
    position: relative;
}
.main-box .sendverifySms {
    color: #5867f4;
    background: transparent;
    width: 150px;
    height: 57px;
    position: absolute;
    right: 0;
    bottom: 6px;
    text-align: right;
    font-size: 17px;
    display: block;
}
.main-box .verify {
    height: 45px;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.main-box .input-wrap__password .input {
    width: 440px;
}
.main-box .input-wrap__password .psd_eye {
    cursor: pointer;
    width: 40px;
    height: 57px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/static/static_html/img/eye_off.png) no-repeat center center;
    background-size: 24px auto;
}
.main-box .input-wrap__password .psd_eye.on {
    background: url(/static/static_html/img/eye_on.png) no-repeat center center;
    background-size: 24px auto;
}
.main-box .input-check .check-img {
    display: none;
}
.main-box .input-check .check-img + em {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    width: 20px;
    height: 20px;
    background: url(/static/static_html/img/sel_off.png) no-repeat right center;
    background-size: auto 100%;
}
.main-box .input-check .check-img:checked + em {
    background: url(/static/static_html/img/sel_ok.png) no-repeat right center;
    background-size: auto 100%;
}
.reg-forms form {
    display: none;
}
.reg-forms form.cur {
    display: block;
}

.login-type {
    margin-top: -10px;
}
.login-type .login-type-item {
    display: inline-block;
    margin-right: 14px;
    font-size: 18px;
    color: #5867F4;
    padding: 0 14px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    cursor: pointer;
}
.login-type .login-type-item.active {
    background: #5867F4;
    color: #ffff;
}