@charset "utf-8";
/*登录样式------------------*/
a:hover{text-decoration: none;}
.login-box{
    width: 12rem;
    height: 852px;
    background:rgba(255,255,255,1);
    box-shadow:0 30px 50px rgba(27,43,101,0.52);
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.login-box .login-left{
    width: 4.42rem;
    height:100%;
    background: url("../images/login_bg2.png") no-repeat center center;
    float: left;
}
.login-left .login-left-center{
    width:3.3rem;
    height:1.62rem;
    font-size:30px;
    line-height:50px;
    color:rgba(255,255,255,1);
    margin: 0 auto;
    position: relative;
    top: 34%;
    /*transform: translateY(-50%);*/
}
.login-box .login-right{
    width:7.58rem;
    height:100%;
    float: right;
}
.login-right .login-right-top{
    font-size:14px;
    text-align: right;
    margin-top: 0.24rem;
    margin-right: 0.28rem;
}
.login-form{
    width:4.23rem;
    height:100%;
    margin: 0 auto;
}
.login-form-1{
    font-size:30px;
    line-height:56px;
    color:rgba(51,51,51,1);
    text-align: center;
    margin-top: 0.82rem;
}
.login-form .login-item_1{
    font-size:16px;
    color:rgba(51,51,51,1);
    margin-bottom: 0.2rem;
}
.login-form .login-item_2{
    font-size:14px;
    color:rgba(0,156,240,1);
    margin-bottom: 0.4rem;
}
.login-form .login-btn{
    display: block;
    width: 100%;
    height: 0.6rem;
    background:rgba(0,156,240,1);
    border-radius:0.5rem;
    font-size:16px;
    color:rgba(255,255,255,1);
    cursor: pointer;
    border: 0;
}
.login-form .login-input{
    display: block;
    width:100%;
    height:0.48rem;
    border:1px solid rgba(191,191,191,1);
    border-radius:2px;
    font-size: 14px;
    color:rgba(153,153,153,1);
    text-indent:0.14rem;
    margin-bottom: 0.3rem;
}
/*注册样式------------------*/
.register-form{
    width:4.23rem;
    height:100%;
    margin: 0 auto;
}
.register-form ul{
    font-size:24px;
    line-height:33px;
    color:rgba(51,51,51,1);
    margin-top: 0.3rem;
}
.register-form li {
    float: left;
    width: 2rem;
    text-align: center;
    color:rgba(153,153,153,1);
    cursor: pointer;
    /*margin:0 0.1rem;*/
}
.register-form .current-select {
    color: #009CF0;
    border-bottom:2px solid #009CF0;
}
.register-form .register-item_1{
    font-size:16px;
    color:rgba(51,51,51,1);
    margin-bottom: 0.14rem;
}
.register-form .register-input{
    display: block;
    width:100%;
    height:0.48rem;
    border:1px solid rgba(191,191,191,1);
    border-radius:2px;
    font-size: 14px;
    color:rgba(153,153,153,1);
    text-indent:0.14rem;
    margin-bottom: 0.2rem;
}
.register-form .register-input_1{
    width:100%;
    /*height:0.48rem;*/
    border:1px solid rgba(191,191,191,1);
    border-radius:2px;
    font-size: 14px;
    color:rgba(153,153,153,1);
    text-indent:0.14rem;
    margin-bottom: 0.3rem;
    padding: 0.16rem 0 0.16rem 0;
}
.register-form .register-input_1 input{
    width:63%;
    border: 0;
}
.register-form .register-input_1 .register-code{
    width:30%;
    text-align: center;
    font-size:14px;
    color:rgba(0,156,240,1);
    cursor: pointer;
}
.register-form .register-btn{
    display: block;
    width: 100%;
    height: 0.6rem;
    background:rgba(0,156,240,1);
    border-radius:0.5rem;
    font-size:16px;
    color:rgba(255,255,255,1);
    cursor: pointer;
    border: 0;
    margin-top: 0.8rem;
}
.register-form .next{
    margin-top: 0.2rem;
}
.register-form .ajax_submit{
    margin-top: 0.5rem;
}

.register-first{
    display: block;
}
.register-second{
    display: none;
    overflow: hidden;
}
.register-right-top{
    font-size:14px;
    margin-top: 0.24rem;
}
.register-right-top-left{
    float: left;
    width:3.51rem;
    margin-left: 0.28rem;
    cursor: pointer;
}
.register-right-top-right{
    float: right;
    width:3.51rem;
    margin-right: 0.28rem;
    text-align: right;
}
