
.pay-mask,.login-mask,.register-mask,.find-mask{
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.pay-box,.register-box,.find-box{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 500px;
    height: 500px;
    background-color: #fff;
    border-radius: 10px;
    padding:70px 40px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    box-shadow:rgb(0 0 0 / 15%) 0px 2px 15px;
}
.login-box{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 500px;
    height: 430px;
    background-color: #fff;
    border-radius: 10px;
    padding:70px 40px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    box-shadow:rgb(0 0 0 / 15%) 0px 2px 15px;
}
.pay-close,.login-close,.revise-close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    opacity: 0.7;
    cursor: pointer;
}
.pay-title{
    width: 100%;
    font-size: 28px;
    text-align: center;
}
.pay-qrcode{
    display: block;
    margin: 0 auto;
    width: 250px;
}
.pay-tips-word{
    width: 100%;
    color: gray;
    font-size: 16px;
    text-align: center;
}
.login-logo-box{
    width: 100%;
}
.login-logo{
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
}
.logo-input-phone{
    width: 300px;
    height: 35px;
    letter-spacing: 2px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    margin: 0 auto;
    
    padding-left: 10px;
}
.logo-input-password{
    width: 300px;
    height: 35px;
    letter-spacing: 4px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    margin: 0 auto;
    padding-left: 10px;
}
.login-btn,.revise-btn,.register-btn{
    width: 300px;
    height: 40px;
    margin: 0 auto;
    color: #fff;
    background-color: #07BEFF;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 5px;
    cursor: pointer;
}

.login-btn:hover{
    background-color: #37CAFF;
}
.revise-btn:hover{
    background-color: #37CAFF;
}
.mask-tips-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wjpass,.gologin,.goregister,.haveAccount{
    width: 100%;
    text-align: center;
    color: gray;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
}
.login-a{
    cursor: pointer;
}
.login-a:hover{
    color: #ff60a3;
}
.code-box{
    width: 300px;
    margin: 0 auto;
    display: flex;
}
.code-input{
    width: 60%;
    height: 35px;
    letter-spacing: 4px;
    border: 1px solid #d1d1d1;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 0 auto;
    padding-left: 10px;
    box-sizing: border-box;
}
.send-code{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    color: #000;
    font-size: 14px;
    background-color: #f1f1f1;
   
}
.send-code2{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    color: #000;
    font-size: 14px;
    background-color: #f1f1f1;
   
}
.cursorP{
    cursor: pointer; 
}
.cta-content p{
    font-size: 20px;
}
.dowhat{
    text-align: center;
    margin-bottom: 70px;
}

.loading-box{
    display: none;
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.loading-box img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40px;
    height: 40px;
}
.my-box{
    margin-left: 30px;
    margin-top: 40px;
    display: none;
    align-self: center;
    cursor: pointer;
    color: #111111;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease;
}
.my-box img{
    width: 22px;
    height: 22px;
    margin-right: 4px;
    
}
.my-box:hover{
    color: #ff60a3;
}
.goai{
    display: none !important;
}
.disBlock{
    display: inline-block !important;
}
#mobile-menu li{
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    
}

.index-logo{
    width:150px;
    height: 54px;
    margin-top: 25px;
}
.my-li{
    display: none !important;
}


/* 移动端 */

@media screen and (max-width: 500px){
    .index-logo{
        width:130px;
        height: auto;
        margin-top: 0;
        margin-left: 10px;
    }
    #mobile-menu li{
        font-weight: 600;
        font-size: 16px;
        cursor: pointer;
        color: #fff;
    }
    .pay-box, .register-box, .find-box, .login-box{
        width: 90%;
    }
}
