html, body, div, p {padding: 0;margin: 0;}
body {
width: 100vw;
height: 100vh;
font-family: PingFangSC-Semibold, PingFang SC;
}
@media screen and (max-width: 750px) {
body, html {
font-size: calc(100vw / 7.5) !important;
}
}
@media screen and (min-width: 750px) {
body, html {
font-size: calc(380px / 7.5) !important;
}
}
.fcnc {
display: flex;
align-items: center;
flex-direction: column;
height: 100vh;
position: relative;
}
.logo {width: 1.44rem;height: 1.44rem;margin-bottom: 0.24rem;margin-top: 1.96rem;}
.login-title {color: #333;font-weight: 600;font-size: 0.36rem;line-height: 0.5rem;margin-bottom: 0.16rem;}
.login-subtitle{color: #999;font-size: 0.28rem;line-height: 0.4rem;margin-bottom: 0.72rem;}
.input-item{height: 0.8rem;width: 5.9rem;border: 2px solid #EAEDF5;border-radius: 0.5rem;overflow: hidden;display: flex;align-items: center;}
.mb30{margin-bottom: 0.3rem;}.mb110{margin-bottom: 1.10rem;}
.icon{width: 0.94rem;height: 0.8rem;text-align: center;line-height: 0.4rem;}
.input-item input{border: none;outline: none;height: 0.28rem;padding-left: 0.1rem;border-left: 2px solid #e8e8e8;font-size: 0.28rem;color: #333;width: 3.66rem;}
.icon-user{width: 0.44rem;height: 0.44rem;}
.btn{width: 5.9rem;height: 1rem;background: #3B7FFF;border-radius: 0.6rem;letter-spacing: 2px;font-size: 0.36rem;line-height: 1rem;color: #fff;text-align: center;outline: none;border: none;}
.weui-toast--text, .weui-toast_content {
font-size: 0.28rem;
}
.weui-toast {
width: 1.76rem;
min-height: 0.56rem;
}