.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: 364px;
    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-setting-pannel {
    display: flex;
    padding: 10px;
    box-sizing: border-box;
    justify-content: space-between;
}

.pointer-common {
    background: url(/image/zhiwei/login-pointer.png) no-repeat 100% 100%;
    background-size: 100% 100%;
    padding: 5px 10px;
    margin-right: 70px;
    box-sizing: border-box;
    font-size: 12px;
    color: #FF6E00;
    letter-spacing: 0;
    text-align: center;
    position: relative;
}

.login-img {
    width: 75px;
    height: 75px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.login-active {
    display: none;
}

.qrcode-code {
    width: 180px;
    height: 180px;
    margin-bottom: 10px;
}

.qrcode-show {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.qrcode-code-scan {
    position: absolute;
    /* width: 180px;
    height: 180px; */
    top: 0px;
}

.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;
    position: absolute;
    /* top: 10px; */
    bottom: 123px;
}

.m-auto {
    margin: 0 auto;
}

.login-cover a:link {
    text-decoration: none;
}

.t-center {
    text-align: center;
}

.t-title {
    color: #444;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
    -webkit-appearance: none;
}

.flex-1 {
    flex: 1;
}

.m-r-15 {
    margin-right: 15px;
}