:root{
    --themeColor:#14AA18;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

@font-face {
    font-family: 'zcoolwenyitiregular';
    src: url('./font/zhankuwenyiti.woff2') format('woff2'),
         url('./font/zhankuwenyiti.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: rgba(255,255,255,.3);
}
::-webkit-scrollbar-thumb {
    background: #dbdbdb;
    background-clip: content-box;
}

.float-box-mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    background-color: rgba(0, 0, 0, .2);
    transform: translateZ(200px);
    display: none;
}

.float-box-mask .float-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 400px;
    height: 330px;
    background-color: #fff;
    border-radius: 6px;
    padding:10px 40px 40px;
}

.float-box-mask .float-box .float-box-close-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.float-box-mask .float-box .float-box-close-btn::after{
    content: "";
    position: absolute;
    top:50%;
    left:50%;
    width: 1px;
    height: 15px;
    background-color: var(--themeColor);
    transform: translate(-50%,-50%) rotate(45deg);
}

.float-box-mask .float-box .float-box-close-btn::before{
    content: "";
    position: absolute;
    top:50%;
    left:50%;
    width: 1px;
    height: 15px;
    background-color: var(--themeColor);
    transform: translate(-50%,-50%) rotate(-45deg);
}

.float-box-mask .float-box .float-box-header{
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.float-box-mask .float-box .float-box-content{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.float-box-mask .float-box .float-box-content input#userName,
.float-box-mask .float-box .float-box-content input#userPwd,
.float-box-mask .float-box .float-box-content input#reUserPwd{
    height: 36px;
    border: none;
    background-color: #F0F0F0;
    width: 320px;
    border-radius: 6px;
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 12px;
}

.float-box-mask .float-box .float-box-content .phone-code{
    margin-bottom: 10px;
    display: flex;
    width: 320px;
    border-radius: 6px;
    height: 36px;
    overflow: hidden;
}

.float-box-mask .float-box .float-box-content .phone-code>input{
    height: 36px;
    border: none;
    background-color: #F0F0F0;
    flex: 1;
    padding-left: 30px;
    font-size: 12px;
}

.float-box-mask .float-box .float-box-content .phone-code>button{
    background-color: var(--themeColor);
    height: 36px;
    line-height: 36px;
    border: none;
    color: #fff;
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.float-box-mask .float-box .float-box-content .realname{
    margin-bottom: 10px;
    display: flex;
    width: 320px;
    height: 36px;
    overflow: hidden;
}

.float-box-mask .float-box .float-box-content .realname>input[type='text']{
    height: 36px;
    border: none;
    background-color: #F0F0F0;
    border-radius: 6px;
    flex: 1;
    padding-left: 30px;
    font-size: 12px;
}

.float-box-mask .float-box .float-box-content .realname>label{
    height: 36px;
    line-height: 36px;
    margin-left: 10px;
    color: #9D9D9D;
    font-size: 12px;
}

.float-box-mask .float-box .float-box-content .realname>label>input{
    vertical-align: middle;
}

.float-box-mask .float-box .float-box-content .realname>label>input[type='radio']{
    position: relative;
}

.float-box-mask .float-box .float-box-content .realname>label>input[type='radio']:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: 4.8px solid var(--themeColor);
    box-sizing: border-box;
    border-radius: 50%;
}


.float-box-mask .float-box .float-box-content #verify-box{
    width: 100%;
}

.float-box-mask .float-box .float-box-content #verify-box .cerify-code-panel{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.float-box-mask .float-box .float-box-content #verify-box .cerify-code-panel .verify-code-area{
    display: flex;
    align-items: center;
    width: unset!important;
}

.float-box-mask .float-box .float-box-content #verify-box .cerify-code-panel .verify-code-area .verify-change-area{
    display: none;
}

.float-box-mask .float-box .float-box-content #verify-box .cerify-code-panel .verify-code-area .verify-change-area a{
    color: #000;
    font-size: 12px;
}

.float-box-mask .float-box .float-box-content #verify-box input{
    height: 36px;
    border: none;
    background-color: #F0F0F0;
    flex: 1;
    border-radius: 6px;
    /* margin-bottom: 10px; */
    margin-right: 10px;
    padding-left: 30px;
    font-size: 12px;
}

.float-box-mask .float-box .float-box-status{
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

.float-box-mask .float-box .float-box-status img{
    width: 90px;
    margin-bottom: 10px;
}

.float-box-mask .float-box .float-box-status p{
    font-size: 20px;
    color: var(--themeColor);
    margin: 20px 0;
    letter-spacing: 1px;
}

.float-box-mask .float-box .float-box-status span{
    color: #fff;
    background-color: var(--themeColor);
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.float-box-mask .float-box .float-box-footer{
    width: 100%;
    margin-top: 20px;
}

.float-box-mask .float-box .float-box-footer>button{
    width: 100%;
    display: block;
    height: 36px;
    background-color: var(--themeColor);
    font-size: 12px;
    line-height: 36px;
    border: none;
    color: #fff;
    border-radius: 18px;
}

.float-box-mask .float-box-resetpwd-btn{
    font-size: 12px;
    color: #999;
    cursor: pointer;
    position: absolute;
    bottom: 40px;
    right: 100px;
}

.float-box-mask .float-box-registe-btn{
    font-size: 12px;
    color: #999;
    cursor: pointer;
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.popup-mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .2);
    transform: translateZ(200px);
    display: none;
}

.popup-submit-form .content{
    width: 375px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.popup-submit-form .content .head{
    color: var(--themeColor);
    margin-left:20px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.popup-submit-form .content .head img{
    vertical-align: middle;
}

.popup-submit-form .close_btn{
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 20px;
    color: var(--themeColor);
    cursor: pointer;
}

.popup-submit-form .content iframe{
    width: 100%;
    flex: 1;
    height: auto;
}

.popup-video-box-mask{
    position: fixed;
    top: 50%;
    z-index: 2000;
    left: 0;
    transform: translateY(-50%) translateZ(101px);
    width: 100%;
    height: 300px;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.popup-video-box-mask .close-btn{
    position: absolute;
    right: 30px;
    top: 0;
    color: #fff;
    font-size: 50px;
    line-height: 1;
    cursor: pointer;
    z-index: 2000;
    transform: translateZ(200px);
    -webkit-transform: translateZ(200px);
    -moz-transform: translateZ(200px);
    -ms-transform: translateZ(200px);
    -o-transform: translateZ(200px);
}

.popup-video-box-mask video{
    height: 100%;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width:768px){
    .popup-submit-form .content{
        width: 95%;
    }
    .float-box-mask .float-box{
        transform:translate(-50%,-50%) scale(0.9);
        -webkit-transform:translate(-50%,-50%) scale(0.9);
        -moz-transform:translate(-50%,-50%) scale(0.9);
        -ms-transform:translate(-50%,-50%) scale(0.9);
        -o-transform:translate(-50%,-50%) scale(0.9);
}
}