.w-1180{
    width: 1180px;
    margin: 0 auto;
}
.w-100 {
    width: 100%;
}
.experts{
    margin-top: 86px;
    height: 1499px;
    background: url("../../images/recruit/academic-bg2.jpg") no-repeat;
    background-size: cover;
}
/* 标题 */
.title {
    margin: 0 auto ;
    font-weight: 400;
    width: max-content;
    text-align: center;
}
.title > h2 {
    color: #FFFFFF;
    font-size: 36px;
    padding-top: 80px;
}
.title > h3 {
    color: #80849B;
    font-size: 14px;
    margin-top: 10px;
}
/* 内容区 */
.experts .experts-content {
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.4000);
    margin-top: 30px;
    height: 1292px;
    position: relative;
    padding: 20px;
}
.experts .filter {
    position: absolute;
    border-radius: 8px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
}
.experts .experts-content .experts-form {
    position: relative;
    z-index: 100;
    width: 1140px;
    height: 1252px;
    background: #FFFFFF;
    padding: 60px 120px;
}
/* 副标题 */
.sub-title {
    width: 900px;
    margin: 0 auto;
    border-bottom: 2px solid #0D7BFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub-title .sub-title-left {
    transform: skewX(30deg);
    width: 120px;
    height: 30px;
    background: linear-gradient(90deg, #0D7BFF 0%,  #107DFE 21%, #1A84FD 38%, #2B8FFB 53%,   #42A0F8 67%, #61B5F4 81%, #86CFF0 94%,    #99DCEE 100%);
    margin-left: -15px;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
.sub-title .sub-title-left::before {
    content: '';
    width: 30px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    left: -15px;
    transform: skewX(-30deg);
}
.sub-title .sub-title-left::after {
    content: '';
    width: 10px;
    height: 30px;
    background-color: #CDEAF9;
    position: absolute;
    right: -10px;
    /* transform: skewX(30deg); */
}
.sub-title .desc {
    margin-left: 50px;
    font-size: 12px;
    color: #999999;
}
/* 表单 */
.form-content {
    margin-top: 35px;
    padding: 0 20px;
}
.experts-form-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.experts-form-inline {
    display: flex;
    flex-direction: column;
    width: 49%;
}
.experts-form-inline label >span {
    color: #FF3B3B;
    font-size: 12px;
    margin-right: 4px;
}
/* 单选框样式 */
.layui-form-radio > i {
    font-size: 16px!important;
}
.layui-form-radioed,.layui-form-radioed > i {
    color: #0D7BFF;
}
.layui-form-radio:hover * {
    color: #0D7BFF !important;
}
/* 提交按钮 */
.willingness-btn {
    width: 400px;
    height: 50px;
    background: #0D7BFF;
    box-shadow: 0px 5px 15px 1px rgba(13,123,255,0.4000);
    border: 0;
    border-radius: 6px 6px 6px 6px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 16px;
}
.willingness-btn:hover {
    background: #085ABC;
    color: #fff;
}
