.login-wrap{
    background: url('/static/images/login-bg.png') no-repeat;
    background-size: cover;
    min-height: 100vh;
    height: auto;
    display: flex;
}

.login-wrap-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.login-main-wrap{
    background: url('/static/images/login-main-bg.png') no-repeat;
    background-size: cover;
    height: auto;
    min-height: 100vh;
}
.login-head{
    height: 66px;
    width: 700px;
    background: url('/static/images/login-head-title.png') no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.login-container{
    display: flex;
    align-items: center;
    border-width: 2px;
    border-color: rgb(236, 244, 255);
    border-style: solid;
    border-radius: 15px;
    background-image:linear-gradient( 45deg, rgb(244,248,251) 0%, rgb(232,243,254) 100%);
    width: 881px;
    height: 452px;
}
.header-logos {
    width: 580px;
    display: flex;
    align-items: center;
    color: #fff
}
.header-logos img {
    width: 70px;
    margin-right: 6px;
}
.header-logos p {
    font-family: PingFang-SC-Heavy;
    font-size: 28px;
    color: #fff;
    letter-spacing: 0;
    text-align: right;
    font-weight: 800;
    padding-left: 20px;
}

.registration-box{
    background-color: rgb(244, 249, 254);
    border-radius: 12px;
}
.registration-box .title{
    font-size: 24px;
    color: rgb(50, 101, 227);
    font-weight: bold;
    text-align: center;
    padding: 48px 0 30px;
}
.registration-box .content{
    color: rgb(103, 111, 137);
    line-height: 2.143;
    padding: 48px;
    max-height: 630px;
    overflow: scroll;
}
.registration-box .content .sub-title{
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}
/* 重置密码 注册 */
.resetpwd-wrap{
    width: 485px;
    margin-top: 45px;
}
.resetpwd-wrap .login-box p.title{
    margin-bottom: 40px;
}
/* 注册 */
.register-wrap{
    width: 485px;
}
.register-agreement-wrap{
    display: flex;
}
.register-agreement-wrap .img-box{
    margin-right: 6px;
    cursor: pointer;
}
.register-agreement-wrap a{
    display: initial;
}
/* 登录 */
.login-form-wrap{
    width: 485px;
}

.login-wechat{
    margin-top: 30px;
    text-align: center;
    color: #676f89;
}

.login-wechat img{
    cursor: pointer;
}

/* 登录、注册   tabs */
.login-tabs-wrap{
    width: 80%;
    color: rgba(103, 111, 137, 0.6);
}
.login-tabs-bot{
    margin-bottom: 30px;
}
.login-tabs-list{
    font-size: 16px;
    border-bottom: 1px solid rgb(220, 228, 236);
    display: flex;
    justify-content: space-around;
}
.login-tabs-list li{
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
}
.login-tabs-list li.is-active::after{
    color: rgb(42, 131, 255);
    position: absolute;
    bottom: 0;
    left: -5px;
    content: '';
    background-color: rgb(42, 131, 255);
    /*background-image: -moz-linear-gradient( 180deg, rgb(76,164,243) 0%, rgb(50,101,227) 100%);*/
    /*background-image: -webkit-linear-gradient( 180deg, rgb(76,164,243) 0%, rgb(50,101,227) 100%);*/
    /*background-image: -ms-linear-gradient( 180deg, rgb(76,164,243) 0%, rgb(50,101,227) 100%);*/
    width: 76px;
    height: 4px;
    border-radius: 2px;
}
.login-tabs-tip-wrap{
    margin: 16px auto;
    border: 1px solid rgb(175, 213, 247);
    background-color: rgb(203, 230, 255);
    width: 365px;
    height: 54px;
    padding: 10px 0;
    display: flex;
}
.login-tabs-tip-wrap .img-box{
    margin: 1px 6px 0 10px;
}
.login-tabs-tip-wrap p{
    color: rgb(103, 111, 137);
    line-height: 1.286;
}
/* 登陆、注册、重置密码  表单 */
.login-box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgb(244, 249, 254);
    border-radius: 12px;
    padding: 27px 0;
}



.login-box-left-bg{
    width: 443px;
    height: 452px;
    background: url('/static/images/login-box-left.png') no-repeat;
    margin-left: -2px;
}

.login-box .title{
    width: 129px;
    height: 34px;
    background: url('/static/images/login-name.png') no-repeat;
    margin-bottom: 15px;
}

.login-box .title-new{
    width: 129px;
    height: 34px;
    background: url('/static/images/login-name-two.png') no-repeat;
    margin-bottom: 15px;
}

.reset-pwd-box{
    width: 881px;
    height: 448px;
}

.reset-pwd-box .title{
    width: 129px;
    height: 34px;
    background: url('/static/images/reser-name.png') no-repeat;
    margin-bottom: 15px;
}

.resetpwd-form-item{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.login-form{
    padding: 0 36px;
}


.login-form-main-item{
  position: relative;
    margin-bottom: 18px;
}

.login-form-item{
    display: flex;
    position: relative;
}

.login-form-item-first{
    margin-right: 20px;
}

.login-form p{
    position: relative;
    margin-bottom: 17px;
}
.form-tip{
    color: red;
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    left: 7px;
}

.form-tip2{
    color: red;
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    left: 400px;
}

.form-tip3{
    color: red;
    font-size: 10px;
    position: absolute;
    bottom: -15px;
    left: 7px;
}

.login-form .login-code{
    font-size: 16px;
    color: rgb(50, 101, 227);
    border: none;
    background: transparent;
    position: absolute;
    top: -7px;
    left: 241px;
    width: 130px;
    height: 100%;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
}

.login-form .reset-code{
    font-size: 16px;
    color: rgb(50, 101, 227);
    border: none;
    background: transparent;
    position: absolute;
    top: -7px;
    right: 5px;
    width: 130px;
    height: 100%;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
}

.login-form input{
    border: 1px solid rgb(185, 185, 186);
    border-radius: 5px;
    background-color: #fff;
    width: 368px;
    height: 57px;
    padding-left: 60px;
}
.login-form input[name='code']{
    padding-right: 130px;
}
.login-form input:focus{
    border: 1px solid rgb(50, 101, 227);
    box-shadow: 0px 2px 4px 0px rgba(38, 90, 173, 0.08) inset;
}
.login-form .item-img{
    width: 45px;
    height: 55px;
    position: absolute;
    top: 1px;
    background-color: rgb(243, 248, 251);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form input[name='phone']:focus + img{
    display: block;
}
.login-form input[name='code']:focus + img{
    display: block;
}
.login-form input[name='password']:focus + img{
    display: block;
}
.login-form input[type='submit']{
    padding: 0;
    background-position: unset;
    font-size: 16px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}
.login-form .operate{
    display: flex;
    justify-content: space-between;
}

.login-form .operate a{
    color: rgb(12, 118, 252);
}