.w-1180{
    width: 1180px;
    margin: 0 auto;
}
.w-100 {
    width: 100%;
}
.academic{
    margin-top: 86px;
    height: 2040px;
    background: url("../../images/recruit/academic-bg2.jpg") no-repeat;
    background-size: 100% 100%;
}
/* 标题 */
.title {
    margin: 0 auto ;
    font-weight: 400;
    width: max-content;
    text-align: center;
}
.title > h2 {
    color: #FFFFFF;
    font-size: 36px;
    padding-top: 60px;
}
.title > h3 {
    color: #80849B;
    font-size: 14px;
    margin-top: 10px;
}
/* 内容区 */
.academic .academic-content {
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.4000);
    margin-top: 30px;
    height: 1831px;
    position: relative;
    padding: 20px;
}
.academic .filter {
    position: absolute;
    border-radius: 8px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
}
.academic .academic-content .academic-form {
    position: relative;
    z-index: 100;
    width: 1140px;
    height: 1791px;
    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;
}
.academic-form-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.academic-form-inline {
    display: flex;
    flex-direction: column;
    width: 49%;
}
.academic-form-inline label >span {
    color: #FF3B3B;
    font-size: 12px;
    margin-right: 4px;
}
/* 上传图片 */
.upload-box {
    margin-top: 10px;
}
.upload-btn {
    width: 100px;
    height: 100px;
    background: rgba(13,123,255,0.0500);
    border-radius: 3px 3px 3px 3px;
    border: 1px dashed rgba(13,123,255,0.5000);
    cursor: pointer;
}
.upload-image {
    width: 100px;
    height: 100px;
}
.upload-tools {
    margin-left: 15px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.tips {
    font-size: 12px;
    color: #999999;
}
.upload-tools >button {
    width: 90px;
}
/* 上传简历 */
.upload-resume_file {
    margin-top: 10px;  
}
.upload-resume_file >button {
    width: 98px;
    margin-right: 10px;
}
.upload-file {
    margin-top: 10px;
    width: 860px;
    height: 30px;
    background: #E8F1FB;
    border-radius: 2px 2px 2px 2px;
    padding: 0 8px;
}
.upload-file >img {
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.upload-file >span {
    flex:auto;
    margin: 0 5px;
    font-size: 12px;
    color: #333333;
}
/* 个人意愿 */
.personal{
    margin-top: 20px;
    box-shadow: 5px 5px 10px #E0E4E9;
    height: 300px;
    width: 900px;
    display: flex;
}
.personal .personal-left {
    background: url("../../images/recruit/个人意愿.png") no-repeat,linear-gradient(180deg,             
    #2488FF 0%, #103AC5 100%);
    background-size: cover;
    width: 150px;
    min-width: 150px;
    height: inherit;
}
.personal .personal-left >p {
    text-align: center;
    color: #FFFFFF;
}
.personal .personal-left >p:nth-child(1) {
   padding-top: 30px;
   font-size: 14px;
   font-weight: bold;
   
}
.personal .personal-left >p:nth-child(2) {
    margin-top: 15px;
    font-size: 12px;
    padding: 0 15px;
}
.personal .personal-right {
    display: flex;
    flex-wrap: wrap;
}
.personal .personal-right .willingness-item {
    width: 250px;
    height: 150px;
    padding: 20px;
    border:1px solid #fff;
    border-right-color: #DDDDDD;
    border-bottom-color:#DDDDDD;
    cursor: pointer;
    position: relative;
}
.personal-right .willingness-item:hover {
    border-color:  rgba(13,123,255,0.3000);
    background: rgba(13,123,255,0.0300);
}
.personal-right .willingness-item:hover .selected {
    display: block;
}
.personal-right .willingness-item:hover .default {
    display: none;
}
.personal .personal-right .willingness-item:nth-child(3n) {
    border-right: 0;
}
.personal .personal-right .willingness-item:nth-child(4),
.personal .personal-right .willingness-item:nth-child(5),
.personal .personal-right .willingness-item:nth-child(6) {
    border-bottom:0
}
.personal .personal-right .willingness-item >.icon {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.willingness-item >.icon >img {
    margin-right: 5px;
 }
.willingness-item .selected {
    display: none;
}
.willingness-item .desc {
    display: block;
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
}
.willingness-item .desc-textarea {
    margin-top: 10px;
    border: 0;
    width: 230px;
    height: 89px;
    background: #FBFBFB;
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 10px;
    resize: none;
    box-shadow: 2px 2px 4px #e0e4e9;
}
.willingness-item .desc-textarea::placeholder {
    color: #ccc;
}
.willingness-item .desc-textarea:hover {
    background-color: #fff;
}
.willingness-item .active {
    position: absolute;
    right: 0;
    top: -1px;
    transform: rotate(90deg);
    width: 0;
    height: 0;
    border-top: 36px solid #FFAE36;
    border-right: 36px solid transparent;
}
.willingness-item .active >i {
    position: absolute;
    right: -20px;
    top: -35px;
    transform: rotate(-90deg);
    font-size: 16px;
    color: #634F45;
}
.willingness-item .block {
   visibility: visible;
}
.willingness-item .none {
    visibility: hidden;
}
/* 提交按钮 */
.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;
}