.container{
    height: 100vh;
    width: 100vw;
    background-image: url("../images/bj1.png");
    position: relative;
}
.logo{
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    width: 5.425rem;
    height: 0.65rem;
    background-image: url("../images/logo1.png");
}
.box{
    background: rgba(255,255,255,0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    width: 14.75rem;
    height: 8rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.box>div{
    width: 50%;
    height: 100%;
}
.box-img{
    background-image: url("../images/bj2.jpg");
}
.box-login{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.box-login>h1{
    margin-top: 1rem;
    font-size: 0.425rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 1;
}
.box .account{
    margin-top: 1.25rem;
}
.box .pw{
    margin-top: 0.5rem;
}
.box .account,.box .pw{
    background-color: #ffffff;
    width: 5.375rem;
    height: 0.525rem;
    display: flex;
    flex-wrap: row;
    align-items: center;
    padding: 0.125rem 0.25rem;
}
.box .opt{
    margin-top: 0.5rem;
    width: 5.375rem;
    height: 0.25rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.box .login{
    margin-top: 1.25rem;
    width: 5.375rem;
    height: 0.6rem;
    background: #0088F4;
    color: #ffffff;
    line-height: 0.6rem;
    text-align: center;
    color: 0.25rem;
    font-size: 0.175rem;
}

.box .box-login>div>input{

    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    font-size: 0.2rem; /* 或其他你希望的字体大小 */
    line-height: 1;
    font-family: inherit; /* 继承父元素的字体 */
    box-sizing: border-box; /* 包括padding和border在内计算元素的宽度和高度 */
    background-color: transparent; /* 透明背景 */
    color: inherit; /* 继承父元素的颜色 */
    margin-left: 0.25rem;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
        background-color:transparent;
        background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}
.checked{
    height: 0.2rem;
    width: 0.2rem;
    background: #FFFFFF;
border-radius: 0.025rem;
border: 1px solid #C5CDD2;
display: flex;
align-items: center;
justify-content: center;
}
.ischecked{
    background-color: #0088F4;
    width: 0.15rem;
    height: 0.15rem;
}
.opt-left{
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.opt-left>p{
    margin-left: 0.125rem;
    font-size: 0.175rem;
color: #FFFFFF;
line-height: 1;
}
.opt>a{
    font-size: 0.175rem;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
}