[v-cloak] {
    display: none;
}
.contact_box {
    margin-top: 60px;
    margin-bottom: 66px;
}
.form_tip{
    display: flex;
    color:rgb(139,139,139);
    font-weight: 400;
    font-size: 16px;
}
.form_tip p{
    margin: 0;
}
.tip01{
    width:48px;
}
.tip02{
    width: calc(100% - 48px);
}

.my_button{
    height: 60px;
    max-width: 529px;
    width: 100%;
    background: #026CB8;
    font-size: 24px;
    color: #FFFFFF;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    border-radius: unset;
    margin: 30px auto 30px auto;
    display: block;
}
.contact_company_box{
    display: flex;
    box-shadow: 0px 3px 24px 1px rgba(0,0,0,0.09);
    padding: 30px ;
    justify-content: space-between;
    margin-bottom: 50px;
}
.company_img{
    width: 37.1%;
}
.company_info{
    width: calc(100% - 37.1% - 2%);
}
.company_info>.name{
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    font-size: 24px;
    color: #2A2A2A;
}
.company_info>p{
    position: relative;
    font-weight: 400;
    font-size: 18px;
    padding-left: 35px;
}
.company_info>p:first-child{
    padding-left: 0;
}
.company_info>p::after{
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
    background-position: center;
}
.company_info>p.telnumb::after{
    background-image: url(/static/img/contact_us/icon_telephone.svg);
}
.company_info>p.email::after{
    background-image: url(/static/img/contact_us/icon_email.svg);
}
.company_info>p.location::after{
    background-image: url(/static/img/contact_us/icon_location.svg);
}
.company_info>p>a{
    color: #2A2A2A;
}
.company_info>p>a:hover{
    color: #026CB8;
}
.textarea_sty>div{
    margin-bottom: 0;
}
.zp_title{
    display: flex;
    width: calc(100% - 40px);
    justify-content: space-between;
    font-size: 18px;
    align-items: center;
}
.zp_title .zp_job{
    display: flex;
    align-items: center;
}
.zp_title .zp_job>span{
    padding-left:15px;
}
.zp_title .zp_job>.svg_icon{
    color: #004874;
}
.accordion-button:focus{
    border-color:unset;
}
.accordion-button{
    color:#000!important;
    background-color:unset!important;
    box-shadow:unset!important;
}
.accordion-body {
    font-size: 18px;
    padding: 15px 50px;
    background: #e5dbdb30;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.accordion-body p{
    margin-bottom: 5px;
}
.accordion-body ol{
    padding-left: 17px;
}
.accordion-item{
    border: unset;
    margin-bottom: 20px;
}
.recruit_box{
    padding-bottom: 1px;
}
.accordion-header button{
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.06) !important;
    border-radius: 6px!important;
}
@media screen and (min-width: 992px) {
    .flex-box{
        display:flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .flex-box .my_class{
        width: 44%;
    }
    #app{
        max-width: 1120px;
        margin: 0 auto;
        width: 100%;
    }
    .flex-box .my_class label,.textarea_sty label{
        color: #2A2A2A;
        max-height: 68.7px;
        height: 100%;
        width: 110px;
        font-size: 18px !important;
        font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    }
    .textarea_sty label{
        margin-bottom: 15px;
    }
    .flex-box .my_class input{
        border: 1px solid #ececec;
        background: #ececec;
        border-radius: unset;
        font-size: 17px;
        padding: 10px 10px;
        font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    }
    .flex-box .my_class .ant-select-selector{
        height: 47.5px!important;
        border: 1px solid #ececec;
        background: #ececec;
        border-radius: unset;
        font-size: 17px;
        font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    }
    .flex-box .my_class .ant-select-selector span{
        line-height: 47.5px!important;
    }
    :where(.css-1hsjdkk).ant-form-item .ant-form-item-label >label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before{
        content: " ";
    }
    :where(.css-1hsjdkk).ant-form-item .ant-form-item-label >label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::after{
        display: inline-block;
        margin-inline-end: 4px;
        color: #ff4d4f;
        font-size: 14px;
        font-family: SimSun, sans-serif;
        line-height: 1;
        content: "*";
    }
    .textarea_sty>div{
        width: 100%;
    }
    .textarea_sty>div>div{
        flex-wrap: wrap;
    }
    .textarea_sty>div>div>.ant-form-item-label{
        width: 100%;
        text-align: left;
    }
    .textarea_sty>div>div>.ant-form-item-control{
        flex: unset;
        width: 100%;
    }
    .textarea_sty textarea{
        border: 1px solid #ececec;
        background: #ececec;
        border-radius: unset;
        font-size: 17px;
        font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    }
    .tip02>p:first-child{
        margin-bottom: 10px;
    }
    .checkbox_tip02{
        font-size: 16px!important;
    }

}
/*1920 120% 1536px*/
@media screen and (min-width: 992px) and (max-width: 1539px) {
    
}
/*1920 150% 1280px*/
@media screen and (min-width: 992px) and (max-width: 1300px) {


}

/*手机端*/
@media screen and (max-width: 991px) {
    .form_tip{
        font-size: 16px;
    }
    .contact_box{
        margin-top: 25px;
    }
    .form_tip,.contact_company_box{
        flex-wrap: wrap;
    }
    .tip01,.tip02{
        width: 100%;
        margin-bottom: 10px;
    }
    :where(.css-1hsjdkk).ant-form-item{
        margin-bottom: 15px;
    }
    .my_button{
        height: 45px;
        font-size: 21px;
        border-radius: 6px;
    }
    .contact_company_box{
        padding: 15px;
    }
    .company_img{
        width: 100%;
        margin-bottom: 20px;
    }
    .company_info{
        width: 100%;
    }
    .company_info>.name{
        font-size: 24px;
    }
    .company_info>p{
        font-size: 16px;
        padding-left: 30px;
        margin-bottom: 10px;
    }
    .company_info>p::after{
        width: 19px;
        height: 24px;
    }
    .contact_company_box{
        margin-bottom: 20px;
    }
    :where(.css-1hsjdkk).ant-form-item .ant-form-item-label >label{
        font-size: 16px;
    }
    .my_button{
        width: 66%;
    }
    .zp_title,.accordion-body{
        font-size: 16px;
    }
    .accordion-body{
        padding: 0 18px;
    }
}
/*手机端*/
@media screen and (max-width: 767px) {

}