body {
    font-family: PingFang SC, Microsoft Yahei, 微软雅黑, Arial, sans-serif !important;
    color: #333;
    background-color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    height: 100%;
    min-width: 1200px;
}
@media (max-width: 450px) {
    body{
        min-width: auto;
    }
}
html {
    height: 100%
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

*:focus {
    outline: none
}

ul {
    list-style: none
}

input::-webkit-input-placeholder {
    color: #bbb;
    font-size: 14px
}

textarea::-webkit-input-placeholder {
    color: #bbb;
    font-size: 14px
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0
}

input, button, textarea {
    font-family: "Arial", "Microsoft Yahei" !important;
    font-size: 14px;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    resize: none;
    color: #333
}

label {
    display: block
}

label input, label textarea {
    pointer-events: none
}

a {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    text-decoration: none;
    color: #333
}

a:focus, a:active, a:link, a:visited {
    text-decoration: none;
    /*color: #333*/
}

input:focus {
    outline: none
}

button:focus {
    outline: none
}

textarea:focus {
    outline: none
}

select:focus {
    outline: none
}

img {
    vertical-align: top;
    display: inline-block;
    border: none
}


/*头部*/
.img{
    width: 100%;
}

.header_new{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    min-width: 1200px;
    height: 64px;
    background: rgba(0,0,0,0.1);
}
@media (max-width: 450px) {
    .header_new{
        display: none;
    }
    .footer_new{
        display: none;
    }
}
.header_new_box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo{
    width: 123px;
    height: 36px;
    margin-left: 40px;
}

.header_new_flex{
    display: flex;
    align-items: center;

}

.header_new_flex_apply{
    width: 130px;
    height: 64px;
    background: #FF8F1E;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 64px;
    text-align: center;
    cursor: pointer;
}

.header_new_flex_list{
    display: flex;
    align-items: center;

}

.header_new_flex_list_li{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    min-width: 52px;
    margin-right: 44px;
    text-align: center;
    cursor: pointer;
}

.header_new_flex_list_li_active{
    color: #FF8F1E!important;
}

.header_new_flex_list_li_active_bl{
    color: #333333;
}

.wh{
    background: #ffffff;
}

.header_new_flex_list .active{
    color: #FF8F1E;
    line-height: 56px;
    border-bottom: 4px solid #FF8F1E;
    margin-top: 4px;
}

.hide{
    display: none;
}

.header_new_flex_show{
    width: 100vw;
    position: absolute;
    top: 74px;
    left: 0;
    display: none;
    border-top: 1px solid #E5E5E5;
}

.header_new_flex_show_box{
    display: flex;
    background: #FFFFFF;
}

.header_new_flex_show_left{
    width: 500px;
    height: 300px;
    background: url("https://sjkj.oss-cn-beijing.aliyuncs.com/448cf5821930c84fdaba2afbe28c5e97.png");
    background-size: 100% 100%;
    padding: 45px 100px 0 0;
}

.header_new_flex_show_left p{
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    text-align: right;
}

.header_new_flex_show_right{
    display: flex;
    flex: 1;
}

.flex_show_right_li{
    flex: 1;
    padding: 50px 0 0 60px;
    min-width: 240px;
    max-width: 360px;
}

.flex_show_right_li a{
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 20px;
}

.flex_show_right_li .tit{
    color: #FF8F1E;
}

.footer_new{
    background: #252525;
    width: 100%;
}

.footer_new_box{
    width: 1200px;
    margin: auto;
}

.footer_new_box_list{
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.footer_new_box_list_li{

}

.footer_new_box_list_li a{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
    margin-top: 10px;
}

.footer_new_box_list_li .tit{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.footer_new_box_list_qc{
    text-align: center;
}

.footer_new_box_list_qc img{
    width: 100px;
    height: 100px;
}

.footer_new_box_list_qc p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 20px;
}


.header_new_bor{
    border-bottom: 1px solid #E5E5E5;
}

.text_ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.footer_new_box_bot{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    /*border-top: 1px solid rgba(255,255,255,0.3);*/
    height: 60px;
    line-height: 60px;
}


.hh-listLoading {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
}

.hh-listLoading-box{
    background: rgba(255, 255, 255, .75);
    width: 100vw;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.load-twelve {
    width: 70px;
    height: 70px;
    text-align: center
}

.twelve-twe {
    width: 70px;
    height: 70px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(0deg, rgba(40, 55, 77, 0.1)33%, rgb(40, 55, 77)100%);
    animation: spin.8s linear 0s infinite
}

.twelve-lve {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 50%
}
@keyframes spin {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}


.applyModal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 120;
    display: none;
}

.applyModal_box{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.applyModal_cont{
    background: #FFFFFF;
    display: flex;
}
.applyModal_cont_left{
    width: 370px;
    height: 514px;
}
.applyModal_cont_right{
    position: relative;
    padding: 64px 60px 0 78px; 
}

.applyModal_cont_right_close{
    width: 14px;
    height: 14px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.applyModal_cont_right_tit{
    font-size: 32px;
    font-weight: 500;
    color: #333333;
    line-height: 45px;
    margin-bottom: 41px;
    /* text-align: right; */
    /* padding-right: 38px; */
    /* 208-78  */
    padding-left: 160px;
}
.applyModal_cont_right_li{
    display: flex;
    align-items: center;
    margin-top: 30px;
    position: relative;
}

.applyModal_cont_right_li p{
    width: 90px;
    margin-right: 30px;
    text-align: right;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #333333;
}
.applyModal_cont_right_li_inp{
    width: 400px;
    height: 58px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.applyModal_cont_right_li_inp_focus{
    border: 1px solid #FF8F1E;
}

.applyModal_cont_right_li_inp_error{
    border: 1px solid #E63633;
}


.applyModal_cont_right_li_inp input{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 58px;
    padding: 0 20px;
}

.applyModal_cont_right_li_inp .error{
    background: rgba(230,54,51,0.1);
}

.applyModal_cont_right_li_inp input::placeholder{
    font-size: 20px;
    font-weight: 400;
    color: #999999;
}

.applyModal_cont_right_bnt{
    width: 400px;
    height: 60px;
    background: #FF8F1E;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    margin-left: auto;
    cursor: pointer;
    display: block;
}

.error_text{
    display: none;
    font-size: 14px;
    font-weight: 400;
    color: #E63633;
    position: absolute;
    bottom: 14px;
    left: 115px;
}

.box_tit_mb{
    font-size: 36px;
    line-height: 50px;
    font-weight: 500;
    color: #333333;
    text-align: center;
}

.box_tit_mb_desc{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    padding-top: 10px;
    text-align: center;
}
