 .content-hide-tips {
        padding: 20px 10px 10px;
        border: 1px dashed #ccc;
        margin: 10px 0 20px;
        background-color: #f6f6f6;
        border-radius: 4px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        
    }
    .content-hide-tips .login-false {
        display: flex;
        flex-direction: column;
        font-size: 16px;
        
    }
    .content-hide-tips .coin {
        display: flex;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
        margin: 10px auto;
    }
    .content-hide-tips .coin span {
        padding: 4px 18px;
        background-color: #ffffff;
        color: #f0ad4e;
        line-height: 1;
        border-radius: 20px;
        font-size: 13px;
        border: 1px solid #f0ad4e;
    }
    .content-hide-tips .t-c {
        text-align: center;
        font-size: 13px;
    }
    .content-hide-tips .red {
        color: #ff3b41;
    }
    .content-hide-tips .pc-button {
        margin: 0 auto;
        text-align: center;
    }
    .content-hide-tips .pc-button .click-pay {
        color: #fff;
        display: inline-block;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 36px;
        outline: none;
        padding: 0 18px;
        text-align: center;
        position: relative;
        background: linear-gradient(90deg, #20a0ff, #20b8ff);
        box-shadow: 0 3px 5px rgba(32, 160, 255, .5);
        border-radius: 4px;
        cursor: pointer;
    }
    .content-hide-tips .pc-button .click-pay:hover {
        color: #fff;
        opacity: 0.8;
    }
    
    
    
    
    
    
    
    
 .hide-tips {
        padding: 0px 10px 10px;
        border: 1px dashed #ccc;
        margin: 10px 0 20px;
        background-color: #f6f6f6;
        border-radius: 4px;
        position: relative;
        display: flex;
        
        flex-direction: column;
        
    }
    .hide-tips .login-false {
        display: flex;
        
        font-size: 16px;
        
    }
    .login-false1 {
        
        font-size: 16px;
        
    }
    .hide-tips .coin {
        display: flex;
        color: #ff3b41;
       
    }
    .btm{flex-direction: column; 
        text-align: left; 
       margin-top:20px; 
    }
    .hide-tips .t-c {
        
        font-size: 13px;
    }
    .hide-tips .red {
        color: #ff3b41;
        margin-left:20px;
    }
    .hide-tips .pc-button {
       text-align: left; 
       margin-top:20px;
        
    }
    .hide-tips .pc-button .click-pay {
        color: #fff;
        display: inline-block;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 36px;
        outline: none;
        padding: 0 18px;
       
        position: relative;
        background: linear-gradient(90deg, #20a0ff, #20b8ff);
        box-shadow: 0 3px 5px rgba(32, 160, 255, .5);
        border-radius: 4px;
        cursor: pointer;
    }
    .hide-tips .pc-button .click-pay:hover {
        color: #fff;
        opacity: 0.8;
    }    
    
    
    
    
    