/**
  *  *pc样式
  */
/*@media screen and (min-width: 750px) {
    .wxCode{
        display: none!important;
    }
    .appBtn{
        display: none!important;
    }
    .loginBox {

        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;

        .bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;

            img {
                width: 100%;
            }
        }

        .main {
            min-height: 100vh;
            box-sizing: border-box;
            position: relative;
            z-index: 4;
            width: 800px;
            margin: auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-direction: column;

            .form {
                .logo {
                    padding-top: 14vh;
                    margin-bottom: 5vh;
                    text-align: center;

                    img {
                        height: 63px;
                    }
                }

                .formValue {
                    background: #FFFFFF;
                    border-radius: 8px;
                    display: flex;
                    padding: 48px 44px 44px 52px;

                    .formLeft {
                        width: 365px;

                        .tagBox {
                            display: flex;
                            align-items: center;
                            margin-bottom: 22px;

                            .tagItem {
                                cursor: pointer;
                                font-family: MicrosoftYaHei;
                                font-size: 18px;
                                color: #333333;
                                line-height: 28px;
                                margin-right: 40px;
                                padding-bottom: 8px;
                            }

                            .tagActive {
                                font-family: MicrosoftYaHei, MicrosoftYaHei;
                                font-weight: bold;
                                font-size: 20px;
                                color: #0388FF;
                                line-height: 28px;
                                position: relative;

                                &::after {
                                    content: '';
                                    width: 44px;
                                    height: 2px;
                                    background: #0388FF;
                                    display: block;
                                    position: absolute;
                                    bottom: 0;
                                    left: 19px;
                                }
                            }

                        }

                        .el-form {
                            .el-form-item {
                                margin-bottom: 24px;

                                .el-form-item__label {
                                    font-family: PingFangSC, PingFang SC;
                                    font-weight: 400;
                                    font-size: 14px;
                                    color: #333333;
                                    padding: 0;
                                }

                                .el-form-item__content {

                                    .el-input {
                                        height: 40px;

                                        .prefix {
                                            font-family: MicrosoftYaHei;
                                            font-size: 14px;
                                            color: #333333;
                                            line-height: 24px;
                                            top: -1px;
                                            position: relative;
                                        }
                                    }

                                    .codeBox {
                                        display: grid;
                                        grid-row-gap: 8px;
                                        grid-column-gap: 8px;
                                        grid-template-columns: 1fr 103px;
                                        width: 100%;

                                        .codeBtn {
                                            font-family: MicrosoftYaHei;
                                            font-size: 14px;
                                            color: #333333;
                                            line-height: 19px;
                                            width: 100%;
                                            height: 100%;
                                            display: flex;
                                            align-items: center;
                                            justify-content: center;
                                            background: #F6F6F6;
                                            border-radius: 4px;
                                            border: 1px solid #DDDDDD;
                                        }

                                        .codeactive {
                                            cursor: no-drop;
                                        }
                                    }
                                }
                            }

                            .radioForm {
                                height: 20px;

                                .el-form-item__label {
                                    line-height: 20px;
                                    height: 20px;
                                }

                                .el-form-item__content {
                                    line-height: 20px;
                                    height: 20px;

                                    .el-radio {
                                        height: 20px;

                                        .el-radio__label {
                                            font-family: MicrosoftYaHei;
                                            font-size: 14px;
                                            color: #333333;
                                            line-height: 20px;
                                            font-weight: 400;
                                        }
                                    }
                                }
                            }

                            .el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label-wrap>.el-form-item__label:before,
                            .el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label:before {
                                display: none;
                            }


                        }

                        .readingBox {
                            display: flex;
                            align-items: center;
                            margin-bottom: 16px;

                            .el-checkbox {
                                height: 16px;
                                position: relative;
                                top: 2px;

                                .el-checkbox__label {
                                    padding-left: 4px;

                                }
                            }

                            .readingText {
                                font-family: MicrosoftYaHei;
                                font-size: 12px;
                                color: #666666;
                                line-height: 20px;
                                cursor: pointer;

                                .checkbox {
                                    display: inline-block;
                                    position: relative;

                                    div {
                                        position: absolute;
                                        z-index: 9;
                                        top: 0;
                                        left: 0;
                                        width: 100%;
                                        height: 100%;
                                    }
                                }

                                span {
                                    color: #0388FF;
                                    text-decoration: underline;

                                }
                            }
                        }

                        .blueBtn {
                            height: 40px;
                            width: 100%;
                            margin-bottom: 18px;
                        }

                        .btnList {
                            display: flex;
                            align-items: center;
                            justify-content: space-between;

                        }

                    }

                    .btnItem {
                        display: flex;
                        align-items: center;
                        font-family: MicrosoftYaHei;
                        font-size: 14px;
                        color: #666666;
                        line-height: 19px;
                        cursor: pointer;

                        img {
                            width: 20px;
                            margin-right: 4px;
                        }
                    }

                    .line {
                        width: 38px;
                        margin-left: 38px;
                        border-left: 1px solid #DDDDDD;
                    }

                    .formRight {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        flex-direction: column;
                        #login_qc_container{
                            margin-bottom: 16px;
                            width: 153px;
                            height: 200px;
                            iframe{
                                width: 100%;
                                height: 100%;
                            }
                        }

                        .code {
                            margin-bottom: 16px;

                            img {
                                width: 153px;
                            }
                        }
                    }

                    .formApp {
                        display: none;
                    }


                }

            }

            .footer {
                padding-bottom: 24px;

                .footText {
                    display: flex;
                    justify-content: center;

                    span {
                        display: inline-flex;
                        align-items: center;
                        margin: 0 20px;
                        height: 38px;
                        font-family: MicrosoftYaHei;
                        font-size: 16px;
                        color: #888888;
                        line-height: 38px;

                        img {
                            height: 20px;
                            margin-right: 4px;
                        }

                    }
                }
            }
        }
    }

    #EnStyle {
        .codeBox {
            grid-template-columns: 1fr 128px;

            .codeBtn {
                font-size: 12px;
            }
        }
    }
}
*/

@media screen and (min-width: 750px) {
    /*.layui-layer-content,*/
    /*.layui-layer-btn0,*/
    /*.layui-layer-title{*/
    /*    font-size: 16px!important;*/
    /*}*/
    .formErrorBox{
        position: relative;
    }
    #formError{
        color: #d00;
        position: absolute;
        top: -18px;
    }
    .wxCode {
        display: none !important;
    }

    .appBtn {
        display: none !important;
    }

    .loginBox {

        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .loginBox .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;


    }

    .loginBox .bg img {
        width: 100%;
    }

    .loginBox .main {
        min-height: 100vh;
        box-sizing: border-box;
        position: relative;
        z-index: 4;
        width: 800px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .loginBox .main .form .logo {
        padding-top: 14vh;
        margin-bottom: 5vh;
        text-align: center;
    }

    .loginBox .main .form .logo img {
        height: 63px;
    }

    .loginBox .main .form .formValue {
        background: #FFFFFF;
        border-radius: 8px;
        display: flex;
        padding: 48px 0px 44px 52px;
    }

    .loginBox .main .form .formValue .formLeft {
        width: 365px;
    }

    .loginBox .main .form .formValue .formLeft .tagBox {
        display: flex;
        align-items: center;
        margin-bottom: 22px;
    }

    .loginBox .main .form .formValue .formLeft .tagBox .tagItem {
        cursor: pointer;
        font-family: MicrosoftYaHei;
        font-size: 18px;
        color: #333333;
        line-height: 28px;
        margin-right: 40px;
        padding-bottom: 8px;
    }

    .loginBox .main .form .formValue .formLeft .tagBox .tagActive {
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 20px;
        color: #0388FF;
        line-height: 28px;
        position: relative;
    }

    .loginBox .main .form .formValue .formLeft .tagBox .tagActive::after {
        content: '';
        width: 44px;
        height: 2px;
        background: #0388FF;
        display: block;
        position: absolute;
        bottom: 0;
        left: 19px;
    }

    .loginBox .main .form .formValue .formLeft .el-form .el-form-item {
        margin-bottom: 24px;
    }

    .loginBox .main .form .formValue .formLeft .el-form .el-form-item .el-form-item__label {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: #333333;
        padding: 0;
    }
    /*.loginBox .main .form .formValue .formLeft .el-form .el-form-item .el-form-item__content .el-input {*/
    /*    height: 40px;*/
    /*    font-size: 16px;*/
    /*}*/
    .loginBox .main .form .formValue .formLeft .el-form .el-form-item .el-form-item__content .el-input {
        height: 40px;
    }


    .loginBox .main .form .formValue .formLeft .el-form .el-form-item .el-form-item__content .el-input .prefix {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        color: #333333;
        line-height: 24px;
        top: -1px;
        position: relative;
    }

    .loginBox .main .form .formValue .formLeft .el-form .el-form-item .el-form-item__content .codeBox {
        display: grid;
        grid-row-gap: 8px;
        grid-column-gap: 8px;
        grid-template-columns: 1fr 103px;
        width: 100%;
    }

    .loginBox .main .form .formValue .formLeft .el-form .el-form-item .el-form-item__content .codeBox .codeBtn {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        color: #333333;
        line-height: 19px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #F6F6F6;
        border-radius: 4px;
        border: 1px solid #DDDDDD;
    }

    .loginBox .main .form .formValue .formLeft .el-form .el-form-item .el-form-item__content .codeBox .codeactive {
        cursor: no-drop;
    }

    .loginBox .main .form .formValue .formLeft .el-form .radioForm {
        height: 20px;
    }

    .loginBox .main .form .formValue .formLeft .el-form .radioForm .el-form-item__label {
        line-height: 20px;
        height: 20px;
    }

    .loginBox .main .form .formValue .formLeft .el-form .radioForm .el-form-item__content {
        line-height: 20px;
        height: 20px;
    }

    .loginBox .main .form .formValue .formLeft .el-form .radioForm .el-form-item__content .el-radio {
        height: 20px;
    }

    .loginBox .main .form .formValue .formLeft .el-form .radioForm .el-form-item__content .el-radio .el-radio__label {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        color: #333333;
        line-height: 20px;
        font-weight: 400;
    }

    .loginBox .main .form .formValue .formLeft .el-form .el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label-wrap>.el-form-item__label:before,
    .loginBox .main .form .formValue .formLeft .el-form .el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label:before {
        display: none;
    }

    .loginBox .main .form .formValue .formLeft .readingBox {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }

    .loginBox .main .form .formValue .formLeft .readingBox .el-checkbox {
        height: 16px;
        position: relative;
        top: 2px;
    }

    .loginBox .main .form .formValue .formLeft .readingBox .el-checkbox .el-checkbox__label {
        padding-left: 4px;
    }

    /*.loginBox .main .form .formValue .formLeft .readingBox .readingText {*/
    /*    font-family: MicrosoftYaHei;*/
    /*    font-size: 16px;*/
    /*    color: #666666;*/
    /*    line-height: 20px;*/
    /*    cursor: pointer;*/
    /*}*/
    .loginBox .main .form .formValue .formLeft .readingBox .readingText {
        font-family: MicrosoftYaHei;
        font-size: 12px;
        color: #666666;
        line-height: 20px;
        cursor: pointer;
    }

    .loginBox .main .form .formValue .formLeft .readingBox .readingText .checkbox {
        display: inline-block;
        position: relative;
    }

    .loginBox .main .form .formValue .formLeft .readingBox .readingText .checkbox div {
        position: absolute;
        z-index: 9;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .loginBox .main .form .formValue .formLeft .readingBox .readingText span {
        color: #0388FF;
        text-decoration: underline;

    }

    .loginBox .main .form .formValue .formLeft .blueBtn {
        height: 40px;
        width: 100%;
        margin-bottom: 18px;
    }

    .loginBox .main .form .formValue .formLeft .btnList {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /*.loginBox .main .form .formValue .btnItem {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    font-family: MicrosoftYaHei;*/
    /*    font-size: 16px;*/
    /*    color: #666666;*/
    /*    line-height: 19px;*/
    /*    cursor: pointer;*/
    /*}*/
    .loginBox .main .form .formValue .btnItem {
        display: flex;
        align-items: center;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        color: #666666;
        line-height: 19px;
        cursor: pointer;
    }

    .loginBox .main .form .formValue .btnItem img {
        width: 20px;
        margin-right: 4px;
    }

    .loginBox .main .form .formValue .line {
        width: 1px;
        margin-left: 38px;
        border-left: 1px solid #DDDDDD;
    }

    .loginBox .main .form .formValue .formRight {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .loginBox .main .form .formValue .formRight #login_qc_container {
        margin-bottom: 16px;
        width: 280px;
        height: 206px;
    }

    .loginBox .main .form .formValue .formRight #login_qc_container iframe {
        width: 100%;
        height: 100%;
    }

    .loginBox .main .form .formValue .formRight .code {
        margin-bottom: 16px;
    }

    .loginBox .main .form .formValue .formRight .code img {
        width: 153px;
    }

    .loginBox .main .form .formValue .formApp {
        display: none;
    }

    .loginBox .main .footer {
        padding-bottom: 24px;
    }

    .loginBox .main .footer .footText {
        display: flex;
        justify-content: center;
    }

    .loginBox .main .footer .footText span {
        display: inline-flex;
        align-items: center;
        margin: 0 20px;
        height: 38px;
        font-family: MicrosoftYaHei;
        font-size: 16px;
        color: #888888;
        line-height: 38px;
    }

    .loginBox .main .footer .footText span img {
        height: 20px;
        margin-right: 4px;
    }

    #EnStyle .codeBox {
        grid-template-columns: 1fr 128px;
    }

    #EnStyle .codeBox .codeBtn {
        font-size: 12px;
    }
}

.blueBtn {
    padding: 8px 27px !important;
    box-sizing: border-box;
    background: #0388FF !important;
    border-radius: 2px !important;
    border: 1px solid #0388FF !important;
    font-size: 16px !important;
    font-family: MicrosoftYaHei;
    color: #FFFFFF !important;
    font-weight: 400 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;


}

.blueBtn:not(.is-disabled):hover {
    background: #0388FF !important;
}

.blueBtn:not(.is-disabled):active {
    background: #0388FF !important;
}
.wrap_bg{
    width: 100vw;
    height: 100vh;
    /*visibility: hidden;*/
    position: absolute;
    top: 0;
    background: rgba(127, 127, 127, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:99;
}
.verification {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 314px;
    height: 269px;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0 1px 0px #8a8a8a;
    border: 1px transparent solid;
    /*position: fixed;*/
    /*z-index: 999;*/
    inset: 0;
    box-sizing: border-box;
    background-color: #FFFFFF;
    box-shadow: 0px 0.02rem 0.04rem 0px rgba(237, 108, 0, 0.16);
}

.title{
    margin: 0 0 4px 0;
    align-self: flex-start;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.title img{
    cursor: pointer;
}
.tip {
    margin: 0 0 4px 0;
    align-self: flex-start;
}

.tip {
    height: 1em;
    margin-bottom: 10px;
    font-size: 12px;
    color: #8a8a8a;
}

/* 拼图 */
.check-wrapper {
    width: 100%;
    flex: 1;
    border: 1px solid #8a8a8a;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    box-sizing: border-box;
}




.verification {

    display: flex;
    flex-direction: column;
    width: 314px;
    /* height: 309px; */
    margin: auto;
    background: #FFFFFF;
    box-shadow: 0px 0.02rem 0.04rem 0px rgba(237, 108, 0, 0.16);
    border-radius: 0.04rem;
    position: fixed;
    padding: 12px 17px 17px 14px;
    box-sizing: border-box;

}

.verification_header {
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.verification_header .title {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    padding:0 0 7px 0;
}

.verification_header .clone {
    color: #333333;
    cursor: pointer;
    line-height: 25px;
}
.clone img{
    /* height: 4px; */
    /* width: 4px; */
}


/* æ‹¼å›¾ */
.check-wrapper {
    /* width: 1.74rem; */
    /* height: 1.06rem; */

    flex: 1;
    border: 1px solid #8a8a8a;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 999;
    box-sizing: border-box;
}

.check-box {
    width: 45px;
    height: 150px;
}

.check-target {

}

.check-state {
    position: absolute;
    inset: 0;
    display: none;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.65);
    justify-content: center;
    align-items: center;
}

.check-state p {
    color: #fff;
    font-size: 14px;
    margin: 0.08rem 0;
}

.check-state img {
    width: 0.25rem;
}

.resetButton {
    width: 0.61rem;
    height: 0.24rem;
    background: #0388FF;
    box-shadow: 0px 0.01rem 0.04rem 0px rgba(0, 25, 132, 0.2);
    border-radius: 0.02rem;
    font-size: 0.09rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 0.12rem;
    border: none;
    cursor: pointer;
}

#btn2 {
    display: none;
}

/* æ‹–åŠ¨åŒº */
.drag-wrapper {
    height: 48px;
    background: #F2F4F8;
    border-radius: 2px;
    margin-top: 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.drag-tip {
    font-size: 14px;
    color: #8a8a8a;
    -webkit-user-select: none;
    user-select: none;
}

.drag-box{
    width: 46px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 2px;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0 0 4pxÂ #ccc; */
    border: 1px solid #F2F4F8;
}

.drag-box img {
    width: 16px;
    height: 16px;

}

.drag-progress {
    height: 48px;
    background-color: rgba(3, 136, 255, 0.5);
    position: absolute;
    left: 0;
    top: 0;
}

@keyframes move {
    to {
        transform: translateX(0);
    }
}

@keyframes elongation {
    to {
        width: 0px;
    }
}

@keyframes failShake {
    0% {
        transform: translateX(0px);
    }

    25% {
        transform: translateX(0.025rem);
    }

    50% {
        transform: translateX(-0.025rem);
    }

    75% {
        transform: translateX(0.025rem);
    }

    100% {
        transform: translateX(0px);
    }

}
.layui-layer-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.3);
    z-index:9999;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    display: none;
}
.layui-layer-box .layui-layer{
    position: relative;
    left: 0;
    top: 0;
    max-width: 365px;
}