.bgImg {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 7.04rem;
    padding-left: 56.3%;
    padding-top: 0.98rem;
}

.box {
    width: 4.8rem;
    height: 5.23rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.input {
    width: 4rem;
    height: 0.44rem;
    background: #FFFFFF;
    border: 0.01rem solid #EEEEEE;
    display: flex;
    align-items: center;
    padding-left: 0.14rem;
}

.input hr {
    height: 0.14rem;
    border: 0.01rem solid #DDDDDD;
    margin-left: 0.13rem;
    margin-right: 0.17rem;
}

.mag {
    margin-right: 0.14rem;
}

.input input::placeholder {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.14rem;
    color: #B4B4B4;
    line-height: 0.16rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.password_box {
    width: 4rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -0.08rem;
}

.password_box>:first-child {
    display: flex;
    align-items: center;
}

input[type="checkbox"] {
    display: none;
}

.checkbox-custom {
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    background: #FFFFFF;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    border: 0.01rem solid #EEEEEE;
    margin-right: 0.07rem;
    position: relative;
    cursor: pointer;
}

input[type="checkbox"]:checked+.checkbox-custom {
    background: #F55441;
}

input[type="checkbox"]:checked+.checkbox-custom::before {
    content: "";
    position: absolute;
    top: 20%;
    left: 16%;
    width: 0.1rem;
    height: 0.04rem;
    background-color: transparent;
    border: solid #fff;
    border-width: 0 0 0.03rem 0.03rem;
    transform: rotate(-45deg);
}

.loginBtn {
    width: 4rem;
    height: 0.44rem;
    background: #F55441;
    border: 0.01rem solid #F55441;
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.44rem;
    font-style: normal;
    text-transform: none;
}
.goRegister{
    margin-top: -0.04rem;
}
.other {
    display: flex;
    align-items: center;
    margin-top: 0.06rem;
}

.other hr {
    width: 1.37rem;
    border: 0.01rem solid #DDDDDD;
}

.other a {
    margin: 0 0.13rem;
}

.wxLog {
    display: flex;
    align-items: center;
}

.wxLog img {
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.08rem;
}

.privacy {
    width: 4.8rem;
    height: 0.45rem;
    background: #F5F6F8;
    border-radius: 0.04rem;
    display: flex;
    align-items: center;
    padding-left: 0.41rem;
    margin-top: 0.27rem;
}

.privacy label {
    display: flex;
    align-items: center;
}

.p1 {
    font-family: PingFang SC-Medium;
    font-weight: 500;
    font-size: 0.25rem;
    color: #333333;
    line-height: 0.29rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 0.35rem;
    margin-bottom: 0.2rem;
}

.p2 {
    font-family: PingFang SC-Medium;
    font-weight: 500;
    font-size: 0.14rem;
    color: #555555;
    line-height: 0.16rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.p3 {
    font-family: PingFang SC-Medium;
    font-weight: 500;
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.16rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.p4 {
    font-family: PingFang SC-Medium;
    font-weight: 500;
    font-size: 0.14rem;
    color: #F55441;
    line-height: 0.16rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.p5 {
    font-family: PingFang SC-Medium;
    font-weight: 500;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.16rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}