/* 申请试用弹框 */
.coop-zxzx{
    background: none;
    background-color: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important
}
.global-m-show{
    display: none  !important;
}
.global-m-hide{
    display: block  !important;
}
.global-apply-for{
    width: 1036px;
    display: none;
}
.global-apply-for .main{
    width: 1000px;
}
.global-apply-for .main .top{
    text-align: center;
    position: relative;
}
.global-apply-for .main .top .title{
    font-size: 34px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
}
.global-apply-for .main .top .close{
    width: 36px;
    height: 36px;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: -36px;
    margin-top: 37px;
    pointer-events:all !important;
    opacity: 1;
}
.global-apply-for .main .top .desc{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}
.global-apply-for .main .detail{
    width: 100%;
    height: 484px;
    margin-top: 16px;
    border-radius: 4px;
    background-color: #ffffff;
}
.global-apply-for .main .detail .cover{
    width: 544px;
    height: 100%;
    float: left;
}
.global-apply-for .main .detail .cover img{
    width: 100%;
    height: 100%;
}
.global-apply-for .form{
    padding-top: 22px;
    width: 400px;
    float: left;
    position: relative;
}
.global-apply-for .form .item{
    margin-bottom: 16px;
}
.global-apply-for .form .item .input{
    width: 100%;
    height: 36px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E8E8F0;

    padding: 0px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.global-apply-for .form .item .input::placeholder{
    font-size: 14px;
    font-weight: 400;
    color: #BFBFBF;
}
.global-apply-for .form .item .input.maxh{
    padding: 8px 10px;
    height: 140px;
}
.global-apply-for .form .item .input.err{
    box-shadow: 0px 0px 0px 0px rgba(244,102,74,0.2);
    border: 1px solid #F4664A;
}
.global-apply-for .form .item .submit{
    width: 400px;
    height: 36px;
    background: #ED6827;
    border-radius: 4px;

    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    border: none;
    cursor: pointer;
}
.global-apply-for .form .item .nc-container{
    position: relative;
    width: 100%;
}
.global-apply-for .form .item .nc-container #nc_1_wrapper{
    width: 100%;
}
.global-apply-for .form .item .pcode{
    width: 60%;
}
.global-apply-for .form .item .pcodebtn{
    width: 138px;
    background: #ED6827;
    color: #fff;
    float: right;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;

}
.global-apply-for .form .item .pcodebtnhui{
    cursor: not-allowed;
    background: #ccc;
    color:#4d4d4d;
}
.nc-container .nc_scale{
    height: 36px !important;
    line-height: 36px !important;
}
.global-apply-for .nc-container .nc_scale span{
    height: 36px !important;
    line-height: 36px !important;
}
.global-apply-for .nc-container .nc_scale .nc-align-center span{
    text-fill-color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}
.global-apply-for .nc-container .nc_scale .scale_text{
    height: 36px !important;
    line-height: 36px !important;
}
.global-apply-for .protocol{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.global-apply-for .protocol input{
    width: 16px;
    height: 16px;
    /* background: rgba(187,190,202,0.1); */
    border-radius: 4px;
    /* border: 1px solid #BBBECA; */
    margin-right: 4px;
}
.global-apply-for .protocol input:checked{
    background: none;
}

.global-apply-for .protocol input[type=checkbox] {
    cursor: pointer;
    position: relative;
    width: 16px;
    height: 16px;
    font-size: 12px;
    border-radius: 4px;
    /* background-color: #343951; */
    border: 1px solid #343951;
    color: inherit;

    /* border: 0; */
    /* outline: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    font-size: inherit;
    color: inherit; */

}

.global-apply-for .protocol input[type=checkbox]::after {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    width: 16px;
    height: 16px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 4px
}

.global-apply-for .protocol input[type=checkbox]:checked::after {
    content: "✓";
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background-color: #343951;
}







.global-apply-for .protocol a{
    color: #5088FF;
}

/* 通用报错 PC端 */
.global-apply-for .err-app-main{
    padding: 10px;
    height: 36px;
    background: #FFFAF8;
    border-radius: 4px;
    border: 1px solid #FFE4D6;
    display: inline-flex;
    align-items: center;

    font-size: 13px;
    font-weight: 400;
    color: #FF0000;

    display: none;
    position: absolute;
    top: 8px;
}
.global-apply-for .err-app-main .xx{
    width: 16px;
    height: 16px;
    max-height: 16px;
    margin-right: 10px;
    /* background: #FF0000; */
    border-radius: 50%;
    margin-top: -2px;
}
.coop-zxzx .layui-layer-content{
    overflow-y: hidden !important;
    width: auto !important;
    height: auto !important;
}
.coop-zxzx .nc_scale{
    background: #e8e8e8 !important;
}

#openxy{
    font-size: 14px;
    color: #575d63;
    line-height: 24px;
    width: 500px;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
    display: none;

}
#openxy .title{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
}

.nc-container .nc_scale .nc_ok, .nc-container .nc_scale .nc_bg{
    background: #30BF78 !important;
}
.nc-container .nc_scale .nc-align-center.scale_text2{
    text-indent: 0px !important
}


@media screen and (max-width: 768px){
    #openxy{
        width: 100%;
        height: 460px;
    }
    .applicationTrial .li-02{
        width: auto;
    }
    .applicationTrial .btns a{
        width: 46%;
        padding: 0;
        margin: 0 2%;
    }
    .global-apply-for .form .item .pcode{
        width: 50%;
    }
    .global-apply-for .form .item .pcodebtn{
        margin-top: 4px;
    }
}

@media screen and (max-width: 1260px){
    .global-m-show{
        display: block !important;
    }
    .global-m-hide{
        display: none !important;
    }
    .coop-zxzx{
        bottom: 0px !important;
        top: auto !important;
        left: 0 !important;
        width: 100% !important;
    }

    /* 申请试用 */
    .global-apply-for{
        width: 100%;
    }
    .global-apply-for .main{
        width: 100vw;
    }
    .global-apply-for .main .detail .cover{
        display: none;
    }
    .global-apply-for .main .detail{
        padding:60px 15px 9px 15px;
        height: auto;
        border-radius: 25px 25px 0px 0px;
        position: relative;
    }
    .global-apply-for .main .detail .title-top{
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        line-height: 20px;
        top: 20px;
        left: 0;
        position: absolute;
    }
    .global-apply-for .form{
        width: 100%;
        float: none;
        padding-top: 0;
    }
    .global-apply-for .form .item .input{
        background: #FFFFFF;
        border-radius: 2px;
        height: 40px;
        font-size: 12px;
    }
    .global-apply-for .form .item .input::placeholder{
        font-size: 12px;
    }
    .global-apply-for .protocol{
        font-size: 12px;
    }
    .global-apply-for .form .item .submit{
        width: 100%;
    }
    .global-apply-for .form .item .input.err{
        box-shadow: 0px 0px 0px 1px rgba(244,102,74,0.2);
        border: 1px solid #F4664A;
    }
    .global-apply-for .form .err-mobile{
        display: none;
        margin-top: -16px;
        padding-top: 4px;
        font-size: 12px;
        font-weight: 500;
        color: #FF0000;
        line-height: 17px;
        margin-bottom: 16px;
    }

}