* {
    margin: 0;
    padding: 0
}

html {
    height: 100%;
}

body {
    font-family: PingFangSC-Regular, PingFangSC;
    background-color: #E7F8FF;
    /* 浏览器不支持的时候显示 */
    background-color: #1F5AD8;
    background-size: 100% 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all .3s linear
}

input::-webkit-input-placeholder {
    color: #A6A6A6;
}

.cb {
    clear: both;
}

.dn {
    display: none;
}

.mt10 {
    margin-top: 10px;
}

.mt80 {
    margin-top: 80px;
}

.tc {
    text-align: center;
}

.ts-5 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transition: all 0.5s;
}

.login {
    /* margin: 120px auto 0;
    max-width: 1500px;
    min-width: 768px;
    overflow: auto; */
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80vw; */
}

.flexBetween {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.left-main {
    position: relative;
    background-image: linear-gradient(-135deg, #E7F8FF, #FAFBFD);
}

.l-box {
    width: 68%;
    background: url(../imgsV2/future/main-system.png) left bottom 10% no-repeat;
    background-size: 53vw;
}

.b-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* width: 200px; */
    height: 30px;
    text-align: center;
    /* background-color: #0B70FB; */
    text-decoration: none
}

.l-box .lb-logo {
    position: relative;
    left: 64px;
    top: 42px;
    width: 164px;
    height: 37px;
}

.l-box .lb-txt {
    margin-top: 90px;
    /* left: 12vw; */
    padding-left: 12vw;
    max-width: 34vw;
}

.l-box .lb-txt2 {
    margin-top: 160px;
    /* left: 12vw; */
    padding-left: 12vw;
    max-width: 34vw;
}

.lb-txt .tit-tip {
    margin-top: 13px;
    font-size: 21px;
    color: #FFFFFF;
}

.lb-txt .lb-dec {
    margin-top: 25px;
    font-size: 18px;
    color: #2D3242;
    line-height: 33px;
}

.tit-tip span {
    border-radius: 17px;
    margin-right: 28px;
    padding: 0 24px;
    background-color: #2459D7;
    line-height: 33px;
    word-break: keep-all;
}

.r-box {
    position: relative;
    width: 32%;
    height: 100vh;
    /* background: url(../imgsV2/future/main-bg.png) no-repeat right 50px;
    background-size: 100%; */
    background-color: #1F5AD8;
}

.r-box .rb-bg {
    position: absolute;
    width: 100%;
    top: 71px;
}

.r-box .rb-img {
    position: absolute;
    bottom: 11.5%;
    left: -22%;
    width: 44%;
    z-index: 0;
}

.log-banner img {
    max-height: 60vh;
    max-width: 100%;
}

.login .r-box .rb-form {
    position: relative;
    left: -50%;
    min-width: 315px;
    z-index: 1;
}

.r-box .rb-form .log-form {
    margin: 15vh auto 0;
    padding: 65px 48px 80px;
    /* box-shadow: 5px 0px 10px #fff; */
    box-sizing: border-box;
    max-width: 496px;
    min-width: 315px;
    background-color: #fff;
    border-radius: 8px;
}

.log-form .log-tit {
    margin-bottom: 18px;
    font-size: 30px;
    color: #333;
}

.log-form .log-tit::after {
    content: '';
    width: 88px;
    height: 7px;
    background: #1F5AD8;
    display: block;
    margin-top: 20px;
}

.log-form .log-tip {
    margin-bottom: 10px;
    color: #999999;
    font-size: 16px;
    line-height: 22px;
}

.log-form .user,
.log-form .pw {
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    padding-left: 50px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    transition: all 0.5s;
}

.log-form .user.b-blue,
.log-form .pw.b-blue {
    border: 1px solid #5077D8;
}

.log-form .user {
    margin-bottom: 20px;
    background: url(../imgsV2/future/icon-user.png) no-repeat 10px;
    background-size: 24px;
}

.log-form .user input,
.log-form .pw input {
    border: none;
    height: 100%;
    outline: none;
    font-size: 14px;
    color: #333;
}

.log-form .user input {
    width: 100%;
    font-size: 20px;
}

.log-form .pw {
    position: relative;
    margin-bottom: 9vh;
    padding-right: 0px;
    background: url(../imgsV2/future/icon-lock.png) no-repeat 10px;
    background-size: 24px;
}

.log-form .pw input {
    width: 50%;
    font-size: 20px;
}

.log-form .pw #verification {
    float: right;
    border: none;
    margin-right:6px;
    margin-top: 6px;
    height: 34px;
    width: 100px;
    font-size: 14px;
    background-color: rgba(80, 119, 216, 1);
    color: #fff;
    cursor: pointer;
    border-radius: 400px;
    text-align: center;
    line-height: 34px;
}

.log-form .pw #verification:disabled {
    background-color: #ccc;
    cursor: default;
}

.log-form .pw .pw-eye {
    float: right;
    padding-top: 15px;
    padding-right: 15px;
    width: 20px;
}

.log-form .pw .pw-eye img {
    width: 100%;
}

.log-form .err {
    display: none;
    padding: 4px;
    margin-bottom: 15px;
    border: 1px solid #fc0000;
    box-sizing: border-box;
    width: 100%;
    background-color: rgba(255, 0, 0, 0.2);
    font-size: 14px;
    font-weight: normal;
    color: #fc0000;
}

.log-form .btn-log {
    outline: none;
    width: 100%;
    height: 48px;
    background: #1F5AD8;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: 0;
}

.copyright {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    position: absolute;
    bottom: 25px;
    width: 100%;
}

.go-register {
    margin-top: 10px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.go-register a {
    color: #1F5AD8;
    cursor: pointer;
}

.go-register span a{
    border-bottom: 1px solid #1F5AD8;
}

.forget-btns{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.forget-cancel{
    margin-right: 30px;
    white-space: nowrap;
    cursor: pointer;
    color: #1F5AD8;
}

.forget-yzm{
    text-align: center;
    line-height: 34px;
    float: right;
    border: none;
    border-radius: 2px;
    margin-right:6px;
    margin-top: 6px;
    height: 34px;
    width: 100px;
    font-size: 14px;
    background-color: rgba(80, 119, 216, 1);
    color: #fff;
    cursor: pointer;
    border-radius: 400px;
}

.forget-yzm:disabled {
    background-color: #ccc;
    cursor: default;
}

.reg-back {
    position: absolute;
    top: 42px;
    left: 104%;
    z-index: 2;
    color: #FFFFFF;
    white-space: nowrap;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.reg-back img {
    margin-right: 12px;
}

.register {
    position: absolute;
    top: 20vh;
    left: 150%;
    background-color: #fff;
    width: 60%;
    max-width: 1000px;
    height: 60vh;
    border-radius: 20px;
    transform: translateX(-50%);
}

.reg-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    cursor: pointer;
    position: relative;
    z-index: 3;
}


.reg-content img {
    max-height: 36vh;
    margin-bottom: 5vh;
    max-width: 80%;
}

.reg-choose {
    width: 50%;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #0B70FB;
    border-radius: 8px;
    font-size: 18px;
    color: #FFFFFF;
    opacity: .5;
}

.reg-content:hover .reg-choose {
    opacity: 1;
}

#regMask {
    position: absolute;
    width: 46%;
    height: 90%;
    border-radius: 15px;
    background: rgba(11, 112, 251, 0.1);
    border: 1px solid rgba(11, 112, 251, 0.6);
    left: 2%;
    top: 5%;
    transition: all .4s linear;
}