*{padding:0;margin:0;}
ul {    list-style-type: none;}
:root {
    --color-main-background: #1919191f;
    --win-width:520px;
    --win-height:520px;
}
body{background-color: var(--color-main-background);font-family: "Noto Sanc SC", 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', "Microsoft YaHei", 'Arial', sans-serif;}
.flex {display:flex;flex-wrap: wrap; justify-content: center;}
.flex-row {flex-direction: row;}
.flex-col {flex-direction: column;}
.show_border{border: blue dashed thin;}
.hide{display: none;}
.show{display: block;}
.btn {cursor: pointer;}
.btn:hover{transform: scale(1.02);}

.mask{background-color: #00000001;}
.close_pop {display: none;}
.close-pop{display: none;font-size: 18px;color: red;position: relative; float: right; margin: 0 25px; line-height: 45px;cursor: pointer;}
.close-pop:hover{font-size: 20px;}
.user-state{display: none;}
.poplogin{
    display:none;
    /* width: val(--win-width);
    height: val(--win-height); */
    width: 520px;
    height: 520px;
    margin: 0 auto;
    border-radius: 5px;
    background: url(../../assets/img/bg-login.png) no-repeat 0px 0px;
}
.loginfrm{
    margin: 130px 100px;
}

.pop-bind-phone {
    display: none;
    width: 531px;
    height:517px;
    margin: 0 auto;
    border-radius: 5px;
    background: url(../img/bg-pop-bind-1.png) no-repeat;
}

.container{width: 360px;  height: auto;;margin: 0 auto;font-size: 18px;    margin-top: 160px;}
.c-code::after {
    content: " | ";
    color: #918574;
    font-weight: bold;
}
.line {
    width: 100%;
    margin: 00 auto;
    height: 50px;
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 15px;
}
.pop-bind-phone  .line {
    padding-left: 1rem;
}
.pop-bind-phone  .in-line{
    height: 50px;
    background: #f5f6f7;
    font-weight: bold;
    border-radius: 5px;    
    padding-left: 1rem;
}
.pop-bind-phone  input[type=text] {
    border: none;
    background: #f5f6f7;
    height: 40px;
    width: 180px;
    font-size: 20px;
    color: #918574;
    font-weight: 500;
    outline: none;
    position: relative;
    border-radius: 5px;
    text-indent: 1rem;
}
.pop-bind-phone  input[type=text]:hover,input[type=text]:focus{
    border: #e3e5e7;
    border-radius: 5px;outline: none;
}
.sms-code {
    float: left;
}
.btn-send-sms {
    width: 130px;
    height: 40px;
    background: #f5f6f7;
    float: right;
    border-radius: 5px;text-align: center;
}
.btn-app{
    display: none;
    width: 273px;
    height: 79px;
    margin: 0 auto;
    background: url(../img/btn-app.png) no-repeat;
}

.pop-bond{
    display: none;
    width: 531px;
    height:517px;
    margin: 0 auto;
    border-radius: 5px;
    background: url(../img/bg-pop-bind-2.png) no-repeat;

}
.qr-wrap{
    width: 394px;
    height:178px;
    margin: 0 auto;
    background: url(../img/qr.png) no-repeat top center;
    margin: 30px 0 0 -20px;
}
.qr-wrap p{width: 50%; padding: 50px 15px;float:right; color: #0a1831;font-size: 21px;text-align: center;}
.hi-tip{
    margin-top: 45px;
    text-align: center;
}
.sms-code, .btn-send-sms,.btn-app {
    margin-top: 15px;
}
.warning-tip{display: none; width: 100%; height: 40px; border-radius: 5px;}
.warning-tip div, .warning-tip p{
    background-color: #b1aeaa;
    width: 80%;
    margin: 0 auto;padding:0 2rem 0 2rem;
    height: auto;
    border-radius: 5px;
    font-size: 15px;
}
.warning{color: #caf16d; text-align: center;}
