.login{
    background-color: #FFFFFF;
}
.login-top{
    height: 96px;
    width: 100%;
    background-color: #FFFFFF;
}
.login-header{
    width: 1224px;
    height: 96px;
    margin: 0 auto;
}
.login-logo{
    padding-top: 12px;
    position: relative;
}
.login-logo img{
    height: 70px;
}
.login-logo:before{
    content: '';
    width: 1px;
    height: 48px;
    background:rgba(4,10,20,0.15);
    position: absolute;
    right: -25px;
    top: 24px;
}
.login-header span{
    display: inline-block;
    height: 96px;
    line-height: 96px;
    font-size: 24px;
    margin-left: 50px;
}
.login-ul li{
    float: left;
    text-align: center;
    width: 150px;
    padding-top: 20px;
    position: relative;
}
.login-ul li:before{
    content: "";
    width: 40px;
    height: 40px;
    background: url("../images/login_line.png") no-repeat center;
    position: absolute;
    right: -20px;
    top: 20px;
}
.login-ul li:last-of-type:before{
    background: none;
}
.login-ul li i{
    font-size: 38px;
    color: #358BFC;
    line-height: 38px;
}
.login-ul li p{
    color:rgba(4,10,20,0.65);
}
.login{
    width: 100%;
    /*height: 560px;*/
    height: 480px;
    /* background: url("../images/login_banner.png") no-repeat center; */
}
.login-in{
    width: 1224px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 24px;
}
.login-main{
    width: 408px;
   /* height: 512px;*/
    height: 420px;
    background:rgba(255,255,255,0.92);
    padding: 40px 24px 0 24px;
}
.login-tab{
    margin-bottom: 38px;
    overflow: hidden;
}
.login-tab li{
    font-size: 24px;
    color:rgba(4,10,20,0.85);
    text-align: center;
    font-weight: normal;
    float: left;
    width: 50%;
    cursor: pointer;
}
.login-tab li:nth-of-type(1){
    position: relative;
}
.login-tab li:nth-of-type(1):before{
    content: "";
    width: 1px;
    height: 24px;
    background:rgba(4,10,20,0.15);
    position: absolute;
    right: -6px;
    top: 8px;
}
.login-tab li.current{
    color: #358BFC;
}
.login-input{
    width: 100%;
    height: 48px;
    margin-bottom: 24px;
    position: relative;
}
.login-input i.iconfont{
    display: inline-block;
    font-size: 16px;
    color: rgba(4,10,20,0.15);
    position: absolute;
    left: 10px;
    top: 11px;
}
#loginitem-01.login-input i.iconfont{
    left: 130px;
}
.login-input input{
    width: 100%;
    height: 48px;
    border:1px solid rgba(4,10,20,0.15);
    padding: 12px 12px 12px 36px;
    /*line-height: 48px;*/
}
.login-input .password-show i{
    right: 20px;
    left: auto;
    color: #ccc;
    font-size: 18px;
}
.login-yan {
    width: 100%;
    height: 48px;
    border:1px solid rgba(4,10,20,0.15);
    position: relative;
}
.login-yan input{
    border: none;
    width: 237px;
    float: left;
    height: 46px;
    padding-left: 36px;
}
.login-yan i{
    display: inline-block;
    font-size: 16px;
    color: rgba(4,10,20,0.15);
    position: absolute;
    left: 10px;
    top: 11px;
}
.login-yan span{
    width: 120px;
    height: 46px;
    text-align: center;
    line-height:46px;
    display: inline-block;
    position: relative;
    color: #358BFC;
    background-color: #FFFFFF;
    cursor: pointer;
}
.login-yan span:before{
    content: "";
    width: 1px;
    height: 18px;
    background:rgba(4,10,20,0.15);
    position: absolute;
    left: 0;
    top: 15px;
}
/*width: 200px;*/
/*}*/
/*.login-yan img{*/
/*width: 100px;*/
/*height: 48px;*/
/*}*//*.login-yan input{*/

.login-btn{
    width: 100%;
    height: 48px;
    margin-bottom: 50px;
}
.login-main p{
    color: #FF5A59;
    text-align: center;
}
.login-forget{
    margin-bottom: 24px;
}
.login-forget a{
    color:#358BFC;
}

.loginwx{
    overflow: hidden;
    display: flex;
    justify-content:center;
}
.loginwx li{
    margin: 0 16px;
    height: 24px;
    line-height: 24px;
    position: relative;
}
.loginwx li:before{
    content: "";
    width: 1px;
    height: 16px;
    background:rgba(4,10,20,0.15);
    position: absolute;
    right: -15px;
    top: 4px;
}
.loginwx li i{
    margin-right: 8px;
    float: left;
}
.iconweixin1{
    color: #3DBE5B;
}
.iconsaomadenglu{
    color: #FF9F14;
}
.iconQQdenglu{
    color: #4CAFE9;
}
.login-footer{
    height: 164px;
    width: 100%;
    padding-top: 36px;
    background-color: #FFFFFF;
}
.login-footer .footer-center-bottom{
    width: 1224px;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content:center;

}
.login-footer .footer-center-bottom a{
    font-size: 12px;
    color:rgba(4,10,20,0.65);
    position: relative;
}
.login-footer .footer-center-bottom a:hover{
    color: #4CAFE9;
}
.login-footer .footer-center-bottom a:before{
    content: "";
    width: 1px;
    height: 12px;
    background:rgba(4,10,20,0.15);
    position: absolute;
    top: 10px;
    right: -20px;
}
.login-footer .footer-center-bottom a:last-of-type:before{
    background: none;
}
.login-footer .footer-bottom{
    border: none;
    height: 20px;
    line-height: 26px;
    font-size: 14px;
    color:rgba(4,10,20,0.65);
}

.register-mian{
    width: 100%;
    border-top:3px transparent solid;
    border-image:linear-gradient(to right,#186EF8,#3AE3A2) 1 10;
}
.register{
    width: 1224px;
    min-height: 560px;
   /* background-color: #FFFFFF;*/
    margin: 20px auto 0;
    /*padding: 20px 50px;*/
}
.register-bg{
    background: none;
}
.register-title{
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    color:rgba(4,10,20,0.85);

}
.register-title i{
    font-size: 18px;
    color: #358BFC;
    margin-right: 8px;
}
.register-in{
    overflow: hidden;
}
.register-left{
    background-color: #fff;
    padding: 20px 40px 20px;
    width: 820px;
    border: 1px solid #f2f2f2;
}
.register-left li{
    overflow: hidden;
    margin-bottom: 15px;
}
.register-left li label{
    width: 180px;
    height: 40px;
    text-align: right;
    padding-right: 10px;
    line-height: 40px;
    color:rgba(4,10,19,0.85);
    float: left;
    font-weight: normal;
    font-size: 12px;
    margin-left: 20px;
}
.register-left li label i{
    color: #c7181e;
    margin-right: 5px;
}
.register-left li input{
    width:260px;
    height:40px;
    border:1px solid rgba(4,10,19,0.15);
    float: left;
    padding: 0 10px;
    line-height: 40px;
}
.register-left .register-yan input{
    width: 140px;
    margin-right: 10px;
}
.register-left .register-yan img{
    width: 108px;
    height: 40px;
    cursor: pointer;
}
.register-left .register-xin input{
    width: 140px;
    border-right: none;
}
.register-xin span{
    width: 121px;
    height: 40px;
    text-align: center;
    line-height:40px;
    display: inline-block;
    position: relative;
    color: #358BFC;
    background-color: #FFFFFF;
    cursor: pointer;
    border:1px solid rgba(4,10,19,0.15);
    border-left: none;
}
.register-xin span:before{
    content: "";
    width: 1px;
    height: 18px;
    background:rgba(4,10,20,0.15);
    position: absolute;
    left: 0;
    top: 10px;
}
.register-left .register-che{
    padding-left: 100px;
}
.register-left .register-che input[type=checkbox]{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.register-left .register-che a{
    color: #358BFC;
}
.register-btn{
    padding-left: 100px;
}
.register-btn button{
    width: 373px;
    height: 48px;
}
.register-right{
    width: 400px;
    height: 410px;
    padding: 25px 40px;
   /* background:rgba(4,10,20,0.02);*/
}
.register-right h3{
    font-size: 14px;
    line-height: 24px;
    color:rgba(4,10,20,0.85);
    font-weight: bold;
}
.register-right .loginBtn{
    width: 104px;
    height: 40px;
    margin-bottom: 24px;
}
.register-right .kuaijie{
    color:rgba(4,10,20,0.65);
    margin-bottom: 76px;
    line-height: 20px;
}
.register-right .kuaijie .iconfont{
    font-size: 20px;
    margin-left: 15px;
}
.register-right .kuaijie .iconweixin1{
    color: #3DBE5B;
}
.register-right .kuaijie .iconQQdenglu{
    color: #4CAFE9;
}
.register-right .dianhua,.register-right .qq{
    color:rgba(4,10,20,0.65);
}
.register-right .dianhua span{
    font-size: 30px;
    color: #358BFC;
}
.register-right .qq img{
    width: 78px;
    height: 22px;
}
.register-right .kf{
    background: #358BFC;
    width: 120px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    display: block;
}
.register-right .kf:hover{
    background-color: #206AD6;
}
.register-right .kf i{
    display: inline-block;
    color: #ffffff;
    margin-right: 6px;
}
/**
    6-13 by haiyan
 */
.register-ok-top{
    width: 100%;
    height: 130px;
    /*background: url("../images/6_13/zc_cg.png") no-repeat center top;*/
    padding-top: 80px;
    text-align: center;
}
.register-ok-top h4{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    color:rgba(10,1,3,0.85);
    font-weight: normal;
}
.register-ok-ul{
    overflow: hidden;
    display: flex;
    justify-content:center;
    width: 501px;
    border-bottom: 1px solid rgba(4,10,20,0.15);
    padding-bottom: 40px;
    margin: 32px auto 16px;
}
.register-ok-ul li{
    width:216px;
    height:176px;
    border:1px solid rgba(216,238,255,1);
    margin-right: 70px;
}
.register-ok-ul li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.register-ok-ul li a:hover{
    background-color: #F0F9FF;
}
.register-ok-ul li a span{
    width: 64px;
    height: 64px;
    display: inline-block;
    background:#F0F9FF url("../images/6_13/h_y.png") no-repeat center;
    margin-top: 22px;
    border-radius: 50%;
    margin-bottom: 5px;
}
.register-ok-ul li:nth-of-type(2){
    margin-right: 0;
}
.register-ok-ul li:nth-of-type(2) a span{
    background:#F0F9FF url("../images/6_13/q_y.png") no-repeat center;
}
.register-ok-ul li a p b{
    color:rgba(10,1,3,0.65);
    font-size: 16px;
    line-height: 16px;
}
.register-ok-ul li a p em{
    font-style: normal;
    color: #9a9a9a;
    font-size: 12px;
    display: block;
    line-height: 20px;
    padding-top: 2px;

}
.register-ok-p{
    text-align: center;
}
.register-ok-p span{
    color: #FF5A59;
    margin-right: 5px;
}
.register-ok-p a{
    color: #358BFC;
    margin-left: 5px;
}

.register-ok-btn{
    display: flex;
    justify-content:center;
    margin-top: 36px;
}
.register-ok-btn button{
    width: 128px;
    height: 40px;
    margin: 0 12px;
}
.go-index{
    border:1px solid rgba(4,10,20,0.15);
    background: #ffffff;
    color:rgba(4,10,20,0.85);
}
.register-ok-btn .go-index:hover{
    border-color: #358BFC;
    color: #358BFC;
    background: #ffffff;
}
.mail_a{
    top: 10px;
    position: relative;
    margin-left: 10px;
}
.input-group-addo img{
    cursor: pointer;
}
