.position {
    width: 100%;
}

.content_top {
    width: 100%;
    height: 183px;
    background: linear-gradient(131deg, #3EA2FF 0%, #2261E4 100%);
    background-size: 100% 100%;
}

.content_top_txt {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 260px;

}

.position_title {
    padding-top: 36px;
}

.title_one {
    font-size: 28px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FFFFFF;
}

.title_two {
    font-size: 28px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 20px;
}

.button_1 {
    float: right;
    border-radius: 23px;
    border: 1px solid #FFFFFF;
    width: 150px;
    height: 45px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 45px;
    margin-right: 20px;
    cursor: pointer;
}

.button_2 {
    float: right;
    width: 150px;
    height: 45px;
    background: #FFFFFF;
    border-radius: 23px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    /*font-weight: 600;*/
    color: #2261E4;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    padding: 0;
    border: 0;
}

.header-center_cody {
    margin-top: 20px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.header-center_cody span {
    margin-right: 10px;
}

.m_left {
    margin-left: 10px;
}

.header-welfare {
    margin-top: 20px;
    width: 848px;
    float: left;
}

.header-operation {
    float: left;
    width: 352px;
    margin-top: 26px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.operation1 {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    float: right;
}

.header-welfare span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    padding: 6px 18px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 4px;
    margin-right: 20px;
}

.position_details {
    width: 100%;
    min-height: 500px;
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(235, 241, 253, 0.96) 50%, rgba(175, 198, 245, 0.82) 81%, rgba(34, 97, 228, 0.5) 100%);
}

.position_details_user {
    padding-top: 20px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.position_details_user1 {
    width: 800px;
    height: 58px;
    background: #FFFFFF;
    box-shadow: 0px 6px 15px 0px rgba(17, 51, 121, 0.1);
    border-radius: 4px;
    float: left;
    padding: 20px 30px 22px 26px;
}

.position_details_user2 {
    width: 324px;
    height: 100px;
    background: linear-gradient(360deg, #FFFFFF 0%, #D6E4F8 64%, #ADC8FF 100%);
    box-shadow: 0px 6px 15px 0px rgba(17, 51, 121, 0.1);
    border-radius: 4px;
    float: right;

}

.user_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
}

.position_details_user_txt {
    float: left;
    margin-left: 31px;
}

.text_position {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    width: 100%;
}

.text_position_1 {
    margin-top: 8px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.position_details_user_bu {
    float: right;
    width: 111px;
    height: 40px;
    background: #2261E4;
    border-radius: 20px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    margin-top: 9px;
    cursor: pointer;
}

.position_details_user2_txt {
    text-align: center;
    font-size: 16px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #333333;
    margin-top: 16px;
}

.position_details_user2_but {
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    height: 36px;
    background: #2261E4;
    border-radius: 20px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
    margin-top: 10px;
    cursor: pointer;
}

.position_requirement {
    width: 804px;
    background: #FFFFFF;
    box-shadow: 0 6px 30px 0 rgba(225, 225, 225, 0.4);
    border-radius: 5px;
    padding: 20px 26px 30px;
    margin-top: 20px;
    float: left;
}

.position_requirement_title {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
}

.position_duty {
    margin-top: 18px;
}

.position_duty h4 {
    margin-bottom: 5px;
    color: #333333;
    font-size: 16px;
}

.position_duty p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    white-space: pre-wrap;
    line-height: 26px;
}

.position_enterprise {
    width: 858px;
    height: 310px;
    background: #FFFFFF;
    box-shadow: 0px 6px 30px 0px rgba(225, 225, 225, 0.4);
    border-radius: 5px;
    margin-top: 25px;
    float: left;
}

.position_enterprise_left {
    width: 60%;
    height: 100%;
    float: left;
}

.position_enterprise_right {
    width: 40%;
    float: left;
    height: 100%;
}

.position_enterprise_left_title {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-top: 22px;
    margin-left: 26px;
}

.position_enterprise_right_title {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-top: 22px;
}

.enterprise_img {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    margin-left: 24px;
}

.company_name {
    margin-top: 13px;
    font-size: 18px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
    padding-right: 16px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.type_txt {
    padding: 5px 10px;
    background: rgba(34, 97, 228, 0.1);
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2261E4;
}

.company_count {
    margin-top: 9px;
    width: 210px;
    height: 27px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(223, 231, 252, 0.8) 100%);
    line-height: 27px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    color: #777777;
    padding-left: 7px;
}

.company_txt {
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-top: 8px;
    margin-left: 27px;
}

.company_txt img {
    vertical-align: middle;
    margin-right: 12px;
}

.project_img {
    width: 99px;
    height: 99px;
    border-radius: 2px;
    border: 1px solid #EDEDED;
    margin-top: 27px;
    float: left;
}

.project_img img {
    width: 99px;
    height: 99px;
}

.project_name {
    margin-top: 25px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    padding-right: 16px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.project_industry {
    margin-top: 8px;
    font-size: 12px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
}

.recommended_positions {
    width: 322px;
    float: right;
}

.recommended_positions_data {
    width: 322px;
    height: 178px;
    background: #FFFFFF;
    box-shadow: 0 6px 15px 0 rgba(225, 225, 225, 0.4);
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
}

.recommended_positions_data:hover {
    box-shadow: 0px 6px 30px 0px rgba(128, 142, 171, 0.6);
}

.item_recommended_name:hover {
    color: #2261E4;
}

.item_recommended_company:hover {
    opacity: 0.8;
}

.recommended_positions_data_name {
    margin: 0 18px 12px 17px;
    padding-top: 14px;
}

.recommended_positions_data_name h3 {
    width: 161px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    float: left;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
}

.recommended_positions_data_name p {
    text-align: right;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FA4200;
}

.recommended_positions_data_txt {
    margin-left: 17px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}

.recommended_positions_data_txt span {
    margin-right: 10px;
}

.item_type_txt {
    margin-top: 12px;
    /*margin-bottom: 23px;*/
    margin-left: 17px;
}

.item_type_txt span {
    padding: 2px 9px;
    background: #F5F5F5;
    border-radius: 4px;
    font-size: 14px;
}

.item_recommended {
    width: 100%;
    height: 53px;
    background: rgba(34, 97, 228, 0.05);
    border-radius: 0 0 4px 4px;
    line-height: 53px;
    position: absolute;
    bottom: 0;
}

.button_1:hover {
    background: rgba(255, 255, 255, 0.2);
}

.button_2:hover {
    color: var(--color) !important;
    background: rgba(255, 255, 255, 0.8) !important;
}

.operation1:hover {
    font-weight: 600
}

.recommended_positions_data_name h3:hover {
    color: #2261e4;
}

.item_recommended img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    float: left;
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 10px;

}

.item_recommended_name {
    vertical-align: middle;
    width: 120px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    float: left;
    font-size: 16px;
}

.item_recommended_company {
    float: right;
    width: 75px;
    height: 29px;
    background: rgba(34, 97, 228, 0.1);
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    /*font-weight: 600;*/
    color: #2261E4;
    line-height: 29px;
    text-align: center;
    margin-top: 13px;
    margin-right: 12px;
    cursor: pointer;
}
.position_details_user_bu:hover{
   background: rgba(34, 97, 228, 0.8);
}
.position_details_user2_but:hover{
    background: rgba(34, 97, 228, 0.8);
}
