html { font-size: 62.5%; }
@media(min-width:2100px){
    html { font-size: 80%; }
}

@media(max-width: 1600px){
    html { font-size: 50%; }
}
@media(max-width: 1280px){
    html { font-size: 45%; }
}
@media(max-width: 1024px){
    html { font-size: 55%; }
}
@media(max-width: 767px) {
    html {
        font-size: 35%;
    }
}
.register .header.fixed{
    display: none;
}
.register .header,.register .footer{
    background-color: unset;
}

.register .pageContent{
   /* min-height: 810px; */
}
.progress-bar{
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 80px auto 0;
    width: 640px;
    display: none;
}

.progress-bar .pro-step{

    align-items: center;
}
.progress-bar .pro-step span{
    margin: 0 auto;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 700;
    background: white;
    color: #ccc;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.progress-bar .pro-step.cur-step span{
    background: #3b4;
    color: white;
    border-radius: 50%;
    border: 1px solid #3b4;
}

.progress-bar .pro-line{
    display: block;
    width: 200px;
    flex:0 1 200px;
    height: 10px;
    border-bottom: 2px dotted #ccc;
}
.progress-bar .pro-line.done{
    border-color:#3b4;
}
.progress-bar i{
    height: 20px;
    line-height: 20px;
    color: #ccc;
    font-size: 20px;
}
.progress-bar i.done{
    color:#3b4;
}
.progress-bar .step-desc{
    color:#ccc;
}

.progress-bar .cur-step .step-desc{
    color:#3b4;
}

.title-block{
    margin-bottom: 5.8rem;
}
.title-block .title{
    font-size: 5.8rem;
    color:#fff;
}
.title-block .text{
    margin-top:1.7rem;
    color:#4d5a6f;
    font-size:2rem;
}
form[name=mailform] .text{
    color: #fbfcfc;
    font-size: 2rem;
    margin-bottom: 1.2rem;
}
.user-info-form-row .text{
    color: #fbfcfc;
    font-size: 2rem;
    margin-bottom: 1.2rem;
}
.user-info-form-row .text>span{
    color:#ef3f7f;
    padding-left:1.5rem;
    font-size: 1.5rem;
}
.reg-mail-form,.user-info-form{
    max-width: 1200px;
    margin: 12rem auto 28rem auto;
}

.reg-mail-form .mail,.reg-mail-form .code,.reg-mail-form .valid{
    /*border: 1px solid #ccc;*/
    /*padding: 10px;*/
    width: 56rem;
    /*margin:10px auto 10px auto;*/
    margin:1.5rem 0 1.5rem 0;
}
.reg-mail-form .next-step{
    width: 54rem;
    margin: 4.4rem 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reg-mail-form .next-step>span{
    color: #fbfcfc;
}
.reg-mail-form .next-step>span a{
    text-decoration: underline;
    color: #ef3f7f;
    font-size: 1.8rem;
    padding-left: 1.5rem;
}
.reg-mail-form .valid{
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.reg-mail-form .valid .valid-img{
    display: flex;
    align-items: center;
    position:relative;
}
.reg-mail-form .valid .valid-img img{
    position:absolute;
    left:1rem;
    cursor: pointer;
    width: 10rem;
    border-radius: .5rem;
}
.reg-mail-form input[type=text][name=validcode]{
    text-indent: 12.5rem;
}
.reg-mail-form .text{
    margin-top: 1.7rem;
    color: #4d5a6f;
    font-size: 2rem
}
.reg-mail-form .text>span{
    color:#ef3f7f;
    padding-left:1.5rem;
    font-size: 1.5rem;
}
.reg-mail-form input[type=text],.reg-mail-form input[type=password]{
    background-color: transparent;
    outline: 0;
    width: 54rem;
    height: 6rem;
    border: 1px solid #4d5a6f;
    border-radius: .6rem;
    font-size: 1.8rem;
    color: #fff;
    text-indent: 1.5rem;
    -webkit-box-shadow: 0 0 0px 1000px #122542 inset;
    -webkit-text-fill-color: #fff;
}
.reg-mail-form input[type=text]:focus,.reg-mail-form input[type=password]:focus{
    border: 1px solid #ef3f7f;
}
/*
.reg-mail-form .mail input{
    width: 288px;
    height: 50px;
    border: none;
    font-size: 18px;
    outline: none;
}
.reg-mail-form .valid input{
    width: 288px;
    height: 50px;
    border: none;
    font-size: 18px;
    outline: none;
}
.reg-mail-form .code input{
    width: 288px;
    height: 50px;
    border: none;
    font-size: 18px;
    outline: none;
}
*/
.user-info-form .row-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 54rem;
}

.btn-get-code{
    display: block;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    right: 2rem;
    background-color: #27354a;
    color: #c3c7cc;
    padding: 1.4rem;
}
.next-step button{
    width: 25rem;
    height: 6rem;
    background: #EF3F7F;
    box-shadow: 0px 1rem 3rem 0px rgb(239 63 127 / 40%);
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    font-size: 1.8rem;
    margin: 0;
    border: 1px solid transparent;
}

.next-step button:disabled{
    background: #ccc;
    box-shadow: unset;
}

.user-info-form .user-info-form-row{
    width: 25rem;
    margin: 1.5rem 0 1.5rem 0;
}
.user-info-form .user-info-form-row input{
    background-color: transparent;
    outline: 0;
    width: 100%;
    height: 6rem;
    border: 1px solid #4d5a6f;
    border-radius: .6rem;
    font-size: 1.8rem;
    color: #fff;
    text-indent: 1.5rem;
    -webkit-box-shadow: 0 0 0px 1000px #122542 inset;
    -webkit-text-fill-color: #fff;
}
.user-info-form .user-info-form-row.type{
    display: flex;
    align-items: center;
}
.user-info-form .user-info-form-row.type>.title{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #777;
}
.user-info-form .user-info-form-row.type>div{
    display: flex;
    justify-content: space-around;
    flex: 1 0 300px;
}

.user-info-form .user-info-form-row.type input{
    width: unset;
    height: unset;
    border: none;
    font-size: 18px;
    outline: none;
}

.user-cashout-info{
    width: 590px;
    margin:10px auto 10px auto;
    font-size:18px;
    color:#ccc;
}
.user-info-form .user-info-form-submit{
    width: 54rem;
    margin: 4.4rem 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.user-info-form .user-info-form-submit>span{
    color: #fbfcfc;
}
.user-info-form .user-info-form-submit>span a{
    text-decoration: underline;
    color: #ef3f7f;
    font-size: 1.8rem;
    padding-left: 1.5rem;
}
.user-info-form-submit button{
    width: 25rem;
    height: 6rem;
    background: #EF3F7F;
    box-shadow: 0px 1rem 3rem 0px rgb(239 63 127 / 40%);
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    font-size: 1.8rem;
    margin: 0;
    border: 1px solid transparent;
}

.user-info-form-submit button:disabled{
    background: #ccc;
}
.reg-success{
    height: calc(100vh - 10rem);
    display: flex;
    justify-content: center;
    align-items: center;
}
.reg-success h2{
    text-align: center;
    /* margin: 60px auto; */
    color: #fff;
    font-size: 5rem;
}

.errorMsg{display:none;width: 610px;background-color: rgba(0,0,0,0.1);margin:0 auto;}
@media(max-width: 1200px){
    .reg-mail-form .mail, .reg-mail-form .code, .reg-mail-form .valid {
        margin:1.5rem auto;
    }
    .reg-mail-form .next-step{
        margin:4.4rem auto 0 auto;
    }
    .title-block{
        text-align: center;
    }
    body.register{
        background-position: right;
        background-size: auto;
        background-color:#081224;
    }
    .register .pageContent{
        padding:0 15px;
        box-sizing: border-box;
        text-align: center;
    }
}