html,body{
    width: 100%;
    height: 100%;
}
body{
    background: url(../newimg/bg-l.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #fff;
    background-attachment: scroll;
    background-size: 100% auto;
    height: auto;
    min-height: 100%;
}

.log-box{
    width: 100%;
    height: 100%;
    /*background: rgba(237, 240, 243, 1);*/
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}
.top-logo{
    width: auto;
    height: 120px;
}
.copys{
    color: #333;
    line-height: 4;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 0 9%;
    text-align: center;
        white-space: nowrap;
        text-transform: uppercase;
}
.app-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    padding: 70px 8%;
    /*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: 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: 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,.log-box .box-r .form{
    height: 100%;
    box-sizing: border-box;
    padding: 30px 0 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin: 0 0 0 16%;
}
.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;
    gap: 30px;
}
.log-box .box-r .item input{
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    border: 1px solid #36e164;
    color: #666;
    font-size: 22px;
    font-family: 'HarmonyOSSansTCMedium';
    padding: 0 50px 0 80px;
    background: none;
}
.log-box .box-r .item input.icon-m{
    background: url(../newimg/mail.png) no-repeat 30px center / 32px;
}
.log-box .box-r .item input.icon-p{
    background: url(../newimg/pass.png) no-repeat 30px center / 32px;
}
.log-box .box-r .item input::placeholder{
    color: #999;
}
.log-box .box-r.reg .item{
    margin-top: 22px;
}
.log-box .box-r .item .pass{
    text-align: center;
    color: #e10f0f;
}
.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: #36e164;
    font-size: 46px;
    margin-bottom: 10px;
    font-family: 'HarmonyOSSansTCMedium';
    width: 100%;
}
.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: #000;
    font-size: 14px;
    transform: scale(1);
    font-weight: 600;
    font-family: 'HarmonyOSSansTCLight';
}
.log-box .box-r .links a{
    color: #444;
}

.log-box .box-r .foot{
    color: #36e164;
    font-size: 24px;
    font-weight: 700;
    font-family: 'SourceHanSansCN-Regular';
}
.log-box .box-r .foot a{
    color: #2465f2;
}
.log-box .box-r .mysend{
    position: absolute;
    top: 11px;
    right: 16px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    mix-blend-mode: normal;
    background: #fff;
    font-size: 17px;
    color: #000;
    font-family: 'HarmonyOSSansTCLight';
    border: 0;
    height: 40px;
    padding: 0 20px;
    cursor: pointer;
    text-transform: uppercase;
}
.log-box .box-r .type{
    width: 300px;
    color: #000;
    font-size: 19px;
    font-weight: 500;
    font-family: 'HarmonyOSSansTCMedium';
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    position: absolute;
    top: 70px;
    right: 0;
}
.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: rgba(60, 100, 237, 1);
    /*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;
    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{
    mix-blend-mode: normal;
    font-family: 'HarmonyOSSansTCLight';
    cursor: pointer;
    color: #fff;
    background: linear-gradient(to right, #36e164, #2465f2);
    width: 220px;
    text-align: center;
    height: 52px;
    line-height: 52px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 700;
    border: 0;
    padding: 0;
}
#btlogin.cur,#btreg.cur,#btpwd.cur{
    
}

