#mask {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    z-index: 100;
}

.mask-body {
    font-size: 16px;
    height: 100%;
}

.mask-btn {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.btn-primary {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}

.vue-paginate {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.vue-paginate .pagination li {
    padding: 0px !important;
}

.vue-paginate .pagination li a {
    display: flex;
    padding: 5px 10px;
    font-size: 14px;
}

.user-select-none {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.progress {
    border-radius: 1rem;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 25%), 0 1px rgb(255 255 255 / 8%);
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.65625rem;
}

.progress-striped .progress-bar {
    background-color: #FCBC51;
    height: auto;
    background-image: linear-gradient(45deg, #fca311 25%, transparent 25%, transparent 50%, #fca311 50%, #fca311 75%, transparent 75%, transparent);
}


#contunine-play {
    padding: 3px 20px;
    background: #089688;
    border-radius: 20px;
    color: #fff;
}

#contunine-play:hover {
    opacity: .9;
}
.logAndRegister .registercont .registerForm .inputCont{
    margin-bottom: 15px;
}
.logAndRegister .registercont .registerForm .cont1{
    height: auto;
    padding-bottom: 20px;
}
.logAndRegister .registercont .registerForm .submitBtn{
    margin-top: 20px;
}


/*验证码*/
.modal-box {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.modal-content {
    position: relative;
    width: 300px;
    border-radius: 10px;
    box-sizing: border-box;
    top: -5vw;
}

.modal-header {
    text-align: center;
    border: 0;
    padding-bottom: 0;
}

.modal-header .title {
    font-size: 20px;
    font-weight: 550;
}

.modal-close {
    display: none;
    /*position: absolute;*/
    /*right: 15px;*/
    /*top: 6px;*/
    /*color: #999494;*/
    /*font-size: 22px;*/
}

.fade-enter-active {
    animation: fade-in 0.5s;
}

.fade-leave-active {
    animation: fade-in 0.5s reverse;
}

.verify-code {
    text-align: center;
}

.verify-code-area {
    display: flex;
    flex-direction: row;
    height: 30px;
    margin-top: 10px;
}

.verify-input-area,
.varify-input-code {
    display: flex;
    flex: 1;
}

.varify-input-code {
    background: none;
    border: 1px solid #089688;
    outline: none;
    text-align: center;
    font-size: 16px;
}

.verify-change-area,
.verify-change-code {
    display: flex;
    align-items: center;
    justify-items: center;
    cursor: pointer;
    padding: 0 8px;
    background: #089688;
    color: #fff;
}

.verify-btn {
    width: 30%;
    margin: 10px auto 0;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #089688;
    border-radius: 20px;
    cursor: pointer;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.verify-change-code:hover,
.verify-btn:hover {
    color: #fd9644;
}

@keyframes fade-in {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

/*验证码*/

.info .swal-text {
    background-color: #FEFAE3;
    padding: 17px;
    border: 1px solid #F0E1A1;
    display: block;
    margin: 22px;
    text-align: center;
    color: red;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}

.info .swal-footer{
    text-align: center;
}
.info .swal-footer .swal-button-container{
    width: 50%;
}

.info .swal-footer .swal-button-container .swal-button--confirm{
    width: 100%;
    letter-spacing: 1px;
}

.logAndRegister .registercont .registerForm .inputCont{
    height: 50px;
}


/***************实名认证*************/
.identify .identify-box{
    width: 9.25rem;
    height: 9.25rem;
    background: #f3f8ff;
    border: 0.0625rem dashed #94baff;
}
.identify .identify-box .identify-box-content{
    height: 3.125rem;
    width: 3.125rem;
    border-radius: 50%;
}
.identify .identify-box .identify-box-content .fa{
    font-size: 1.875rem;
    color: #1769fe
}
.identify .description{
    line-height: 1.875rem;
}

.identify .el-upload-dragger {
    width: 14.125rem;
    height: 8.9375rem;
    background: #f3f8ff;
}
.identify .one_inch_photo_upload .el-upload-dragger{
    width: 10.625rem;
    height: 14.125rem;
}
/***************实名认证*************/
