.login {
    background: url(../img/login/bg.png) center center no-repeat;
    background-size: cover;
    height: 759px;
}

.login .con {
    width: 1050px;
    margin: 0 auto;
}

.login .title img {
    width: 231px;
    margin-top: 268px;
}

.loginBox {
    margin-top: 148px;
    background: #fff;
    width: 320px;
    height: 360px;
    border-radius: 8px;
    padding: 0 30px;
}

.loginBox .tab {
    font-size: 24px;
    color: #0F131A;
    width: 280px;
    margin: 0 auto;
    padding: 45px 0;
}

.loginBox .tab p {
    width: 50%;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.loginBox .tab p.active {
    color: #EE1C25;
}

.loginBox .tab p:nth-child(1)::after {
    content: '';
    width: 1px;
    height: 16px;
    background: #CDCDCD;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.login_form .group {
    margin-bottom: 20px;
    position: relative;
}

.login_form .group .label {
    color: #091831;
    font-size: 14px;
    margin-top: 12px;
    margin-right: 19px;
    width: 100px;
    text-align: right;
}

.login_form .group .input {
    width: 320px;
    height: 44px;
    background: #F7F8FC;
    border-radius: 6px;
}

.login_form .group .input input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    border-radius: 6px;
    font-size: 15px;
    color: #505765;
    text-indent: 20px;
}

.login_form .group .smscode input {
    width: 60%;
}

.login_form .group .smscode .msgs {
    margin-top: 13px;
    margin-right: 10px;
    color: #EE1C25;
    font-size: 15px;
    cursor: pointer;
}

.login_form .group .smscode .msgs1 {
    color: #A1A5B6;
}

.login_form .other {
    color: #505765;
    font-size: 14px;
    cursor: pointer;
}

.login_form .other a {
    color: #505765;
    font-size: 14px;
}

.label-demo input {
    display: none;
}

.label-demo .label-demo-btn {
    width: 16px;
    height: 16px;
    background: #E6E8F0;
    border-radius: 4px;
    margin-right: 6px;
    margin-top: 2px;
    position: relative;
}

.label-demo input:checked+.label-demo-btn::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/login/checked.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.login_form .btns p {
    width: 318px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #EE1C25;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    margin-bottom: 20px;
    cursor: pointer;
}

.login_form .btns p a {
    color: #EE1C25;
    display: block;
}

.login_form .loginbtn {
    background: #EE1C25;
    color: #fff;
}

.errormsg {
    color: #EE1C25;
    font-size: 12px;
    margin: -15px 0 5px 5px
}

.reset {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
}

.resetcon {
    width: 1200px;
    height: 617px;
    margin: 0 auto;
    background: #fff;
    margin-top: 9%;
    position: relative;
}

.resetcon .close {
    width: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.resetcon .setps {
    width: 880px;
    margin: 0 auto;
    padding-top: 99px;
}

.resetcon .setps p {
    color: #666666;
    font-size: 14px;
}

.resetcon .setps p span {
    display: block;
}

.resetcon .setps p .number {
    width: 26px;
    height: 26px;
    background: #D7D7D7;
    border-radius: 100px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 26px;
    margin: 0 auto 10px;
    position: relative;
    z-index: 1;
}

.resetcon .setps p:nth-child(2),
.resetcon .setps p:nth-child(3) {
    padding-left: 362px;
    position: relative;
}

.resetcon .setps p:nth-child(2)::before,
.resetcon .setps p:nth-child(3)::before {
    content: "";
    height: 6px;
    width: 400px;
    background: #D7D7D7;
    position: absolute;
    left: -15px;
    top: 10px;
}

.resetcon .setps p:nth-child(3)::before {
    left: -23px;
    width: 387px;
}

.resetcon .setps p.ok {
    color: #EE1C25;
}

.resetcon .setps p.ok .number {
    background: #EE1C25;
}

.resetcon .setps p.ok::before {
    background: #EE1C25;
}

.resetcon .login_form {
    margin-top: 50px;
}

.resetcon .login_form .con {
    width: 500px;
    margin: 0 auto;
}

.resetcon .group .input {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #CBCDD1;
    width: 319px;
    height: 43px;
}

.resetcon .group .smscode {
    width: 182px;
}

.resetcon .group .msgs {
    width: 122px;
    height: 44px;
    background: #EE1C25;
    border-radius: 6px;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
    margin-left: 15px;
    cursor: pointer;
}

.resetcon .group .msgs1 {
    background: none;
    border: 1px solid #CBCDD1;
    height: 42px;
    font-size: 15px;
    color: #A1A5B6;
}

.resetcon .group .password input {
    width: 90%;
}

.resetcon .group .password .icon img {
    width: 16px;
    margin-top: 18px;
    margin-right: 14px;
}

.resetcon .group .password .icon .kai {
    display: none;
}

.login_form .tips {
    font-size: 14px;
    color: #A1A5B6;
    margin-top: -15px;
    margin-bottom: 10px;
    margin-left: 115px;
}

.resetcon .errormsg,
.register .errormsg {
    margin-left: 120px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.resetcon .btns p {
    width: 200px;
    height: 48px;
    background: #EE1C25;
    border-radius: 4px;
    font-size: 18px;
    color: #FFFFFF;
    margin: 80px 0 0 120px;
}

.reset .login_form .con:nth-child(3) .icon {
    width: 106px;
    margin: 90px auto 0;
}

.reset .login_form .oktext {
    text-align: center;
    color: #091831;
    font-size: 16px;
}

.reset .login_form .oktext e {
    color: #EE1C25;
    cursor: pointer;
}



.register {
    background: #fff;
    margin: 5px 0;
}

.register .con {
    width: 440px;
    padding-top: 117px;
    margin: 0 auto;
}

.required {
    color: #EE1C25;
    /* margin-right: 5px; */
}

.register .agree {
    color: #505765;
    font-size: 14px;
    display: block;
    margin-left: 80px;
    margin-top: 40px;
}

.register .btns {
    margin-top: 51px;
}

.register .registerbtn {
    background: #EE1C25;
    color: #fff;
    margin: 0 auto;
}