.mask-part {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
    display: none;
}

.mask-part-login {
    position: absolute;
    width: 390px;
    height: 340px;
    background: #ffffff;
    border-radius: 8px;
    background-color: #fff;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 1000 !important;
}

.mask-part-login-clear {
    clear: both;
}

.mask-part-login-logo {
    text-align: center;
}

.mask-part-login-logo-img {
    width: 68px;
    height: 68px;
    user-select: none;
}

.mask-part-login-input {
    width: 320px;
    height: 45px;
    border-radius: 25px;
    border: 1px solid #dddddd;
    margin-top: 24px !important;
    margin-bottom: 16px !important;
}

.mask-part-login-input-left-img {
    width: 20px;
    height: 24px;
    margin: 13px 8px 13px 16px;
}

.mask-part-login-input-right-input {
    display: block;
    height: 80%;
    outline: none;
    width: 220px;
    font-size: 14px;
    margin-top: 3px;
    color: #444;
}

.mask-part-login-input-right-input-t {
    color: #444;
    display: block;
    height: 80%;
    outline: none;
    width: 100px;
    font-size: 14px;
    margin-top: 3px;
}

.mask-part-login-input-right-code {
    height: 14px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    /* color: #ff6e00; */
    color: #999;
    user-select: none;
    text-align: right;
}

.mask-part-login-p-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 18px;
    cursor: pointer;
    opacity: 0;
}

.mask-part-login-p-checkbox-img {
    cursor: pointer;
}

.mask-part-login-p-t {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    margin-top: 2px;
}

.mask-part-login-p-t a {
    color: #999999;
}

.mask-part-login-down-load {
    width: 330px;
    height: 45px;
    background: linear-gradient(133deg, #ffa700 0%, #ff6e00 100%);
    border-radius: 25px;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    font-size: 16px;
    margin: 20px auto;
    cursor: pointer;
    user-select: none;
}

.mask-part-close {
    float: right;
}

.mask-part-close-img {
    width: 24px;
    height: 24px;
    margin-top: 14px;
    margin-right: 14px;
    cursor: pointer;
    user-select: none;
}

 .register-rule-text {
     text-align: center;
    color: #999;
    font-size: 12px;

}
.register-rule-text-check{
    cursor: pointer;
    width: 17px;
    height: 17px;
    left: 20px;
}
.login-cover a:link {
    text-decoration: none;
}
.t-title{
    color: #444;
}
