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

.log-box{
    width: 100%;
    height: 100%;
    background: rgba(237, 240, 243, 1);
    padding: 12vh 15vw 10vh 15vw;
    box-sizing: border-box;
    overflow: hidden;
}
.top-logo{
    position: absolute;
    top: 2vh;
    left: 50%;
    width: auto;
    height: 8vh;
    transform: translateX(-50%);
}
.copys{
    position: absolute;
    bottom: 1vh;
    left: 50%;
    color: rgba(56, 56, 56, 1);
    transform: translateX(-50%);
    line-height: 9vh;
    font-size: 12px;
}
.app-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(237, 240, 243, 1);
    border: 10px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(4px);
    box-sizing: border-box;
}
.log-box .box-l{
    width: 43%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.log-box .box-l img{
    width: 60%;
}
.log-box .box-l h2{
    font-size: 40px;
    font-weight: 900;
    font-family: 'HarmonyOSSansTCBlack';
    margin-top: 20px;
}
.log-box .box-l p{
    width: 70%;
    font-size: 20px;
    margin: 25px 0 35px 0;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 27.44px;
    color: rgba(166, 166, 166, 1);
    font-family: 'HarmonyOSSansTCLight';
}
.log-box .box-l button{
    cursor: pointer;
    border-radius: 30px;
    background: rgba(60, 100, 237, 1);
    font-family: 'HarmonyOSSansTCMedium';
    color: #fff;
    border: 0;
    height: 60px;
    width: 50%;
    font-size: 26px;
}
.log-box .box-r{
    width: 57%;
    height: 100%;
}
.box-hr{
    border: 2px solid rgba(220, 225, 233, 1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    height: 95%;
}
.log-box .box-r form{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 15%;
    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: 60px;
    line-height: 60px;
    border-radius: 60px;
    border: 1px solid rgba(128, 128, 128, 1);
    color: #000;
    font-size: 17px;
    font-weight: 300;
    font-family: 'HarmonyOSSansTCLight';
    padding: 0 50px;
    background: none;
}
.log-box .box-r .item input::placeholder{
    color: rgba(166, 166, 166, 1);
}
.log-box .box-r.reg .item{
    margin-top: 22px;
}
.log-box .box-r .item .pass{
    text-align: center;
    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(60, 100, 237, 1);
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    font-family: 'HarmonyOSSansTCBold';
    border: 0;
    height: 47px;
    padding: 0 25px;
    cursor: pointer;
}
.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;
    background: url(../newimg/s2.png) no-repeat 25px center / 19px 19px;
}
.log-box .box-r .type span.cur{
    color: #000;
    background-image: url(../newimg/s1.png);
}
.log-box .box-r .type span.t0{
    color: #000;
    font-weight: bold;
}
.log-box .box-r .line{
    width: 75%;
    display: flex;
    align-items: center;rgba(60, 100, 237, 1)
    justify-content: center;
}
.log-box .box-r .line span{
    background: #000;
    flex: 1;
    height: 10px;
}
.log-box .box-r .line span.cur{
    background: rgba(60, 100, 237, 1);
}

#btlogin,#btreg,#btpwd{
    width: 52%;
    margin-top: 10px;
    border-radius: 60px;
    mix-blend-mode: normal;
    background: rgba(128, 128, 128, 0.71);
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    font-family: 'HarmonyOSSansTCBold';
    border: 0;
    cursor: pointer;
}
#btlogin.cur,#btreg.cur,#btpwd.cur{
    background: rgba(60, 100, 237, 1);
}


