.login-modal-back{
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom:0;
    z-index: 1200;
    background-color: rgba(0, 0, 0, 0.5);
}
.login-container{
    width: 410px;
    min-height: 420px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    margin: 120px auto;
    padding:41px;
    position: relative;
}
.login-close {
    position: absolute;
    width: 20px;
    top:0;
    right: 0;
    transform: translate(120%,-120%);
    cursor: pointer;
}
.login-container .login-title{
    text-align: center;
    font-size: 16px;
    color: #777;
    margin-bottom: 45px;
}
.login-container .login-title>span{
    margin:0 20px;
    cursor: pointer;
}
.login-container .login-title>span.active{
    color: #333;
}
.forget-password{
    float: right;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}
.login-code{
    position: absolute;
    top:12px;
    right: 8px;
    width: 54px;
    cursor: pointer;
}
.login-container .input-group{
    background:#F8F8F8;
    height: 48px;
    color: #999;
    padding:0 18px;
    line-height: 48px;
}
.error-p{
    font-size: 12px;
    height: 24px;
    color: #FF5858;
}
.login-container .input-group input{
    background-color: transparent;
    border:none;
    outline: none;
    font-size: 14px;
    color: #333333;
}
.login-container .account .input-group input{
    width: 100%;
}
.number-before{
    margin-right: 12px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
}
.getCode{
    float: right;
    font-size: 14px;
    background: transparent;
    cursor: pointer;
}
.agreen-p{
    font-size: 12px;
}
.agreen-p input{
    margin-top: 0;
    vertical-align: middle;
}
.signin-btn{
    margin-top: 15px;
    margin-bottom: 16px;
    width: 100%;
    height: 48px;
    background: linear-gradient(180deg, #77E15B 0%, #14A30E 100%);
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    cursor: pointer;
}
.tip-p{
    text-align: center;
    font-size: 12px;
    color: #666;
}
.tip-p .greenText{
    cursor: pointer;
}
/* wx login */
.login-container  .wxcode.login-infor{
    text-align: center;
    padding-top:25px;
}
.account-tip{
    position: absolute;
    right: 70px;
    top:20px;
    font-size: 12px;
    color: #5DB53C;
    background-color: rgba(93, 181, 60, 0.07);
    padding:2px 7px;
}
.wxcode .title1{
    font-size: 14px;
    margin-bottom: 24px;
    color: #333;
}
.wxcode .login-wx-code{
    width: 161px;
    height: 161px;
    margin:0 auto 17px;
}
.wxcode .login-wx-code>img{
    width: 100%;
    display: inherit;
}
.wxcode  .title2{
    margin-bottom: 8px;
    font-size: 12px;
    color: #333;
}
.wxcode .title-bottom{
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom:36px;
    color: #999;
    font-size: 14px;
}
.wxcode .title-bottom span{
    cursor: pointer;
}
.maxWidth{
    width: 100%;
}
/* logon */
.logon-title{
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-bottom: 45px;
}
.pic-code{
    font-size: 14px;
    color: #999;
    height: 48px;
}
.pic-code>input{
    width:203px;
    padding-left: 18px;
    border:none;
    outline: none;
    background: #F8F8F8;
    border-radius: 4px 4px 4px 4px;
}
.pic-code .graphic{
    width: 117px;
    height: 48px;
    background: pink;
}
.consent-text{
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
    color: #666666;;
}