/* 
* @Author: gly
* @Date:   2020-8-28 15:58:31
*/

#logoArea,#logo{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#logo p{
color: #000000 !important;
font-size: 24px !important;
float: left;
margin-top: 5px;
font-weight: 400;
}
#logo span{
    float: right;
    font-size: 18px;
    color: #666666;
    font-weight: 400;
    margin-top: 5px;
}
.login_content{
    width: 100%;
    height: 425px;
    padding: 106px 0;

}
.footer_area{
    margin-top: 0px;
}

.login_left{
    width: 80px;
    height: 357px;

    padding: 34px 0 34px 54px;
    float: left;
    margin-left: 303px;
}
.login_left li{
    height: 43px;
    width: 100%;
    color: #333333;
    font-size: 14px;
    margin-bottom:47px;
    line-height: 43px;
}
/* 登录 */
.login_right{
    width: 385px;
    height: 357px;
    background-color: white;
    float: right;
    margin-right:377px;
    border-radius: 8px;
    padding:34px 0px 34px 0px;
    position: relative;
}

.login_right h3{
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    text-align: center;
    margin-bottom: 33px;
}
.login_input{
    width: 385px;
    /* height: 140px; */
}
.tow{
    width: 385px;
    height: 205px;
}
.login_input input{
    width: 368px;
    height: 41px;
    border-radius: 8px;
    border: 1px solid #999999;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin-bottom: 4px !important;
}
.login_input #phone{
   
}
.userPhone,.phone_code,.last_code{
    position: relative;
}
.userPhone{
    height: 83px;
}
.phone_code{
    margin-top: 30px;
}
.last_code{
    margin-top: 5px;
}

.listen,.phone_listen,.user_check,.code_listion{
    display: inline-block;
    color: red;
    font-size: 12px;
    margin-bottom: 9px;
    padding-left: 20px;

    height: 20px;
}
.send_code{
    position: absolute;
    right: 11px;
    top: 12px;
    font-size: 14px;
    color: #E02020 !important;
}

.tiaokuai{
    width: 100%;
    height: 19px;
    /* background-color: red; */
    margin-top: 60px;
    font-size: 14px;
}
.yescheckbox{

    border: 1px solid #999999;
    float: left;
    margin-right: 14px;
    
}
.tiaokuai p{
    padding-left: 21px;
    color: #999999;
}
.tiaokuai p a{
    color: red !important;
}
.step{
    width: 550px;
    height: 50px;

   margin: 0 auto;
}
.step p{
    float: left;
    line-height: 50px;
    font-size: 18px;
    color: #B8B8B8;
}

.step span{
    
}
.step i{
    display: block;
    width: 24px;
    height: 24px;
    background-color: #D4D4D4;
    border-radius: 50%;
    float: left;
    margin-top: 12px;
    margin-right: 14px;
    margin-left: 14px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF !important;
}
.current{
    background-color: red !important;
    
}
.baccurrent{
    background-color: red !important;
}
.one{
    margin-left: 0px !important;
}
.onece{
    display: block;
}
.twice{
    display: none;
}
.lineone,.linetwo{
    display: block;
    width: 68px;
    height: 2px;
    background-color: #D4D4D4;
    float: left;
    margin-top: 25px;
    margin-left: 14px;
}
.loginrightNow,.loginrigsuccess,.done{
    display: block;
    width: 385px;
    height: 43px;
    background-color: #D4D4D4;
    margin: 0 auto;
    border-radius: 8px;
    margin-top: 14px;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
    color: white !important;
}
.none{
    display: block;
    width: 385px;
    height: 43px;
    background-color: #D4D4D4;
    margin: 0 auto;
    border-radius: 8px;
    margin-top: 14px;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
    color: white !important;
}
.done{
    margin-left: -42px;
}
.loginrigsuccess:hover{
    color: white !important;
}
.done{
    background-color: #E51D27 !important;
}
.done:hover{
    color:white !important ;
}
.loginrigsuccess{
    display: none;
}
.done{
    display: none;
}
.loginrightNow:hover{
    color: white !important;
}
.userloginNow:hover{
    color: white !important;
}

.phonelog,.passwordLog{
    position: absolute;
}
.phonelog{
    display: block;
}
.user_code_number{
    display: block;
    width: 121px;
    height: 41px;
    background-color: #E4E4E4;
    position: absolute;
    right: 1px;
    top: 1px;
    border-radius: 8px;
    text-align: center;
    line-height: 41px;
    font-size: 16px;
}
.forget_Password{
    width: 100px;
    display: block;
    float: right;
    text-align: right;
    margin-top: 14px;
    font-size: 14px;
    color: red !important;
}
.newPassword{
    margin-top: 35px;
}
.disabled{
    color: #999999 !important;
}
.red{
    color: red !important;
}
a:hover{
    color: none !important;
}
.duiImg{
    background: url(../images/commentimg/login/yes.png) no-repeat center center;
}
.third{
    display: none;
    margin-left: -47px;
    margin-top: 38px;
}
.chongzhi img{
    margin: 0 132px;
}
.chongzhi{

}
.chongzhi h3{
    text-align: center;
    color: #333333;
    font-size: 18px;
    margin-top: 14px;
    margin-bottom: 0px !important;
    height: 30px;
}
.chongzhi p{
    text-align: center;
    margin-top: 13px !important;
    margin-bottom: 54px;
    color: #999999;
}
input:focus{
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 4px rgba(82,168,236,0.8) !important; */
    box-shadow: none !important;
}

.lison,.user_check,.listo{
    display: block;
    height: 18px;
        
}
.password-class .layui-layer-content, .password-class .layui-layer-btn{
     text-align: center !important;
 }
.password-class .layui-layer-btn0{
    width: 60px !important;
    height: 42px !important;
    border-radius: 8px !important;
}