html,body{
    width: 100%;
    height: 100%;
}

.log-box{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.log-box .box-l{
    float: left;
    width: 40%;
    height: 100%;
    background: url(../newimg/67b3f27dae0b753cfb150e2c.jpeg);
    background-position: right center;
    background-size: cover;
}
.log-box .box-r{
    width: 30%;
    height: 100%;
    float: left;
    margin-left: 4%;
}
.log-box .box-r form{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.log-box .box-r .back{
    cursor: pointer;
    position: absolute;
    width: 26px;
    height: 26px;
    background-image: url(../newimg/6d043e0d73ddbe10ce39b2ce5bb36197373d33c3.png);
    background-size: cover;
    top: 60px;
    left: 0;
}
.log-box .box-r .item{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.log-box .box-r .item input{
    width: 100%;
    height: 83px;
    line-height: 83px;
    border-radius: 30px;
    border: 1px solid rgba(229, 229, 229, 1);
    color: rgba(166, 166, 166, 1);
    font-size: 15px;
    font-weight: 300;
    font-family: 'HarmonyOSSansTCLight';
    padding: 0 50px;
}
.log-box .box-r.reg .item{
    margin-top: 22px;
}
.log-box .box-r.reg .item input{
    height: 76px;
    line-height: 76px;
}
.log-box .box-r .item .pass{
    text-align: right;
    width: 100%;
}
.log-box .box-r .item .pass a{
    color: rgba(42, 130, 228, 1);
    font-size: 15px;
    font-weight: 500;
    font-family: 'HarmonyOSSansTCMedium';
}
.log-box .box-r h2{
    color: rgba(0, 0, 0, 1);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: 'HarmonyOSSansTCBlack';
}
.log-box .box-r .text{
    color: rgba(0, 0, 0, 1);
    font-size: 13px;
    font-weight: 300;
    font-family: 'HarmonyOSSansTCLight';
    margin-bottom: 10px;
}
.log-box .box-r .text a{
    font-weight: 700;
}
.log-box .box-r .links{
    color: #444;
    font-size: 12px;
    transform: scale(0.92);
    white-space: nowrap;
    font-weight: 300;
    font-family: 'HarmonyOSSansTCLight';
}
.log-box .box-r .links a{
    color: #444;
}

.log-box .box-r .foot{
    color: rgba(56, 56, 56, 1);
    font-size: 12px;
    font-weight: 400;
    font-family: 'SourceHanSansCN-Regular';
}
.log-box .box-r .mysend{
    position: absolute;
    top: 7px;
    right: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    mix-blend-mode: normal;
    background: rgba(189, 113, 32, 1);
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    font-family: 'HarmonyOSSansTCBold';
    border: 0;
    height: 62px;
    padding: 0 30px;
}
.log-box .box-r .type{
    width: 75%;
    color: rgba(166, 166, 166, 1);
    font-size: 18px;
    font-weight: 500;
    font-family: 'HarmonyOSSansTCMedium';
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
}
.log-box .box-r .t1,.log-box .box-r .t2{
    cursor: pointer;
}
.log-box .box-r .type span{
    flex: 1;
    text-align: center;
}
.log-box .box-r .type span.cur{
    color: #000;
}
.log-box .box-r .type span.t0{
    color: #000;
    font-weight: bold;
}
.log-box .box-r .line{
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.log-box .box-r .line span{
    background: #000;
    flex: 1;
    height: 10px;
}
.log-box .box-r .line span.cur{
    background: rgba(189, 113, 32, 1);
}

#btlogin,#btreg,#btpwd{
    margin-top: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    mix-blend-mode: normal;
    background: rgba(166, 166, 166, 1);
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    font-family: 'HarmonyOSSansTCBold';
}
#btlogin.cur,#btreg.cur,#btpwd.cur{
    background: rgba(189, 113, 32, 1);
}


