/* about */

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'PingFangSC-Regular', 'Microsoft YaHei';
    box-sizing: border-box;
    text-decoration: none;
}

.join_us_box li .mo {
    display: none;
}

.whtie-fff {
    background-color: #fff;
}

.gray-f3f3f3 {
    background-color: #f3f3f3;
}


/* 1920 */

.main_connet {
    width: 1680px;
    margin: 0px auto;
    overflow: hidden;
}

.summary {
    float: left;
    width: 100%;
}

.summary .summary_details {
    float: left;
    width: 615px;
    height: 600px;
    background: url(../img/consultation-bg.png) no-repeat;
    background-size: 100% 100%;
    padding-left: 43px;
}

.summary_details .summary_title {
    margin-top: 59px;
    margin-bottom: 28px;
    font-size: 64px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-family: PingFangSC-Medium;
}

.summary_details .summary_list {
    margin-bottom: 80px;
}

.summary_details .summary_list .list_into {
    font-family: PingFangSC-Regular;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 44px;
}

.summary_details .menu_list .item {
    float: left;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-right: 21px;
    position: relative;
}

.summary_details .menu_list .item:after {
    position: absolute;
    content: '';
    display: block;
    width: 3px;
    height: 20px;
    top: 50%;
    transform: translateY(-43%);
    right: -12px;
    /*(21-3)/2+3*/
    background: #FFFFFF;
}

.summary_details .menu_list .item:last-child:after {
    display: none;
}

.summary .summary_img {
    float: left;
    width: 1065px;
    height: 600px;
    overflow: hidden;
}

.summary .summary_img>img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-out;
}

.about_item {
    float: left;
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.about_item .item_left {
    width: 800px;
}

.about_item .item_left>.left_title {
    float: right;
    font-size: 50px;
    color: #222222;
    letter-spacing: 0;
    text-align: right;
    line-height: 62px;
    padding-bottom: 5px;
    padding-top: 20px;
    border-bottom: 5px solid #FF1240;
}

.about_item .item_left .left_title {
    float: left;
}

.about_item .item_left>p {
    float: left;
    width: 100%;
    margin-top: 29px;
    font-size: 18px;
    color: #444444;
    letter-spacing: 0;
    text-align: justify;
    line-height: 34px;
}

.about_item .item_right {
    width: 800px;
    height: 450px;
    overflow: hidden;
}

.main_connet img:hover {
    transform: scale(1.1);
}

.about_item .item_right>img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-out;
}

.sort {
    width: 1680px;
    float: left;
    margin-top: 80px;
    height: 660px;
    display: flex;
    align-items: center;
    background: url(../img/consultation-bg.png) no-repeat;
    background-size: 100% 100%;
}

.sort .sort_list {
    float: left;
    width: 480px;
    margin-left: 100px;
}

.sort .sort_list .into {
    float: left;
    margin-right: 60px;
    position: relative;
    /* opacity: 0.8; */
    /* font-family: PingFangSC-Regular; */
    font-family: PingFangSC-Light;
    font-size: 60px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: right;
    line-height: 62px;
    margin-bottom: 36px;
    cursor: pointer;
}

.sort .sort_list .into::after {
    content: "";
    display: block;
    width: 26px;
    height: 15px;
    background: url(../img/icon.png) no-repeat;
    background-position: -437px -1043px;
    position: absolute;
    left: -10px;
    top: -7px;
    display: none;
}

.sort .sort_list .into::before {
    content: '';
    display: block;
    width: 16px;
    height: 10px;
    background: url(../img/icon.png) no-repeat;
    background-position: -542px -1045px;
    position: absolute;
    right: -13px;
    bottom: -7px;
    display: none;
}

.sort .sort_list .into_active {
    opacity: 1;
    font-family: PingFangSC-Semibold;
}

.sort .sort_list .into_active::after,
.sort .sort_list .into_active::before {
    display: block;
}

.sort .sort_list .into:nth-child(3n) {
    margin-right: 0px;
}

.sort .sort_list .into:nth-child(3n)>i {
    display: none;
}

.sort .sort_list .into:last-child>i {
    display: none;
}

.sort .sort_list .into>i {
    display: block;
    position: absolute;
    width: 3px;
    height: 38px;
    top: 50%;
    right: -31.5px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5);
}

.sort .sort_text {
    margin-left: 227px;
    width: 688px;
    font-size: 26px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 46px;
    padding: 35px 45px;
    position: relative;
}

.sort .sort_text .box_text .active_text {
    display: none;
    position: relative;
}

.sort .sort_text .box_text .active_text>p {
    font-size: 26px;
}

.sort .sort_text .box_text .active_text:first-child {
    display: block;
}

.sort .sort_text .text_left {
    position: absolute;
    width: 125px;
    height: 70px;
    background: url(../img/left-corner.png) no-repeat;
    background-size: 100% 100%;
    left: 0px;
    top: 0px;
}

.sort .sort_text .text_right {
    position: absolute;
    width: 90px;
    height: 52px;
    background: url(../img/right-corner.png) no-repeat;
    background-size: 100% 100%;
    right: 0px;
    bottom: 0px;
}

.sort .sort_text .text_bg {
    opacity: 0.07;
    font-size: 266px;
    color: #FFFFFF;
    letter-spacing: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


/*1920*/


/* 1680 1600 */

@media screen and (max-width: 1680px) and (min-width: 1580px) {
    html,
    body {
        width: 100%;
        min-width: 1518.72px;
    }
    .main_connet {
        width: 1518.72px;
        margin: 0px auto;
        overflow: hidden;
    }
    .summary {
        float: left;
        width: 100%;
    }
    .summary .summary_details {
        float: left;
        width: 555.96px;
        height: 542.4px;
    }
    .summary_details .summary_title {
        font-size: 57px;
        margin-top: 53.33px;
        margin-bottom: 25.31px;
    }
    .summary .join_us_box {
        width: 962px;
        height: 542px;
    }
    .summary_details .summary_list {
        margin-bottom: calc(0.904*80px);
    }
    .summary_details .summary_list .list_into {
        font-size: 21px;
        line-height: calc(0.904*44px);
    }
    .summary_details .menu_list .item {
        font-size: 21px;
        margin-right: calc(0.904*21px);
    }
    .summary_details .menu_list .item:after {
        right: calc(-0.904*12px);
    }
    .summary_details .menu_list .item:last-child:after {
        display: none;
    }
    .summary .summary_img {
        float: left;
        width: 962px;
        height: 542.4px;
    }
    .summary .summary_img>img {
        width: 100%;
        height: 100%;
    }
    .about_item {
        float: left;
        width: 100%;
        margin-top: 72.32px;
        display: flex;
        justify-content: space-between;
    }
    .about_item .item_left {
        width: 723.2px;
    }
    .about_item .item_left .left_title {
        float: right;
        font-size: 45.2px;
        color: #222222;
        letter-spacing: 0;
        text-align: right;
        line-height: 56.048px;
        padding-bottom: 5px;
        padding-top: 18.08px;
        border-bottom: 5px solid #FF1240;
    }
    .about_item .item_left .left_title {
        float: left;
    }
    .about_item .item_left>p {
        float: left;
        width: 100%;
        margin-top: 26.216px;
        font-size: 16.272px;
        color: #444444;
        letter-spacing: 0;
        text-align: justify;
        line-height: 30.736px;
    }
    .about_item .item_right {
        width: 723.2px;
        height: 406.8px;
        overflow: hidden;
    }
    .about_item .item_right>img {
        width: 100%;
        height: 100%;
    }
    .sort {
        width: 1518.72px;
        float: left;
        margin-top: 72.32px;
        height: 596.64px;
        display: flex;
        align-items: center;
        background: url(../img/consultation-bg.png) no-repeat;
        background-size: 100% 100%;
    }
    .sort .sort_list {
        float: left;
        width: 433.92px;
        margin-left: 90.4px;
    }
    .sort .sort_list .into {
        float: left;
        margin-right: 54.24px;
        position: relative;
        /* opacity: 0.8; */
        /* font-family: PingFangSC-Regular; */
        font-size: 54px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: right;
        line-height: 56.048px;
        margin-bottom: 32.544px;
    }
    .sort .sort_list .into_active {
        opacity: 1;
    }
    .sort .sort_list .into:nth-child(3n)>i {
        margin-right: 0px;
    }
    .sort .sort_list .into:nth-child(3n)>i {
        display: none;
    }
    .sort .sort_list .into>i {
        content: '';
        display: block;
        position: absolute;
        width: 3px;
        height: 38px;
        top: 50%;
        right: -28.476px;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.5);
    }
    .sort .sort_text {
        margin-left: 205.208px;
        width: 621.952px;
        font-size: 23.504px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 41.584px;
        padding: 31.64px 40.68px;
        position: relative;
    }
    .sort .sort_text .text_left {
        position: absolute;
        width: 113px;
        height: 63.28px;
        background: url(../img/left-corner.png) no-repeat;
        background-size: 100% 100%;
        left: 0px;
        top: 0px;
    }
    .sort .sort_text .text_right {
        position: absolute;
        width: 81.36px;
        height: 47.008px;
        background: url(../img/right-corner.png) no-repeat;
        background-size: 100% 100%;
        right: 0px;
        bottom: 0px;
    }
    .sort .sort_text .box_text .active_text>p {
        font-size: 23.504px;
    }
    .sort .sort_text .text_bg {
        opacity: 0.07;
        font-size: 240.464px;
        color: #FFFFFF;
        letter-spacing: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}


/* 1680 1600 */


/* 1366 */

@media screen and (max-width: 1579px) and (min-width: 1281px) {
    .main_connet {
        width: 1244.88px;
        margin: 0px auto;
        overflow: hidden;
    }
    .summary {
        float: left;
        width: 100%;
    }
    .summary .summary_details {
        float: left;
        width: 455.715px;
        height: 444.6px;
    }
    .summary_details .summary_title {
        margin-top: calc(0.741*59px);
        margin-bottom: calc(0.741*28px);
        font-size: 47px;
    }
    .summary_details .summary_list {
        margin-bottom: calc(0.741*80px);
    }
    .summary_details .summary_list .list_into {
        font-size: 17px;
        line-height: 32.6px;
    }
    .summary_details .menu_list .item {
        font-size: 17px;
        margin-right: calc(0.741*21px);
    }
    .summary_details .menu_list .item:after {
        right: calc(-0.741*12px);
    }
    .summary_details .menu_list .item:last-child:after {
        display: none;
    }
    .summary .summary_img {
        float: left;
        width: 789px;
        height: 444.6px;
    }
    .summary .summary_img>img {
        width: 100%;
        height: 100%;
    }
    .about_item {
        float: left;
        width: 100%;
        margin-top: 59.28px;
        display: flex;
        justify-content: space-between;
    }
    .about_item .item_left {
        width: 592.8px;
    }
    .about_item .item_left .left_title {
        float: right;
        font-size: 37.05px;
        color: #222222;
        letter-spacing: 0;
        text-align: right;
        line-height: 45.942px;
        padding-bottom: 5px;
        padding-top: 14.82px;
        border-bottom: 5px solid #FF1240;
    }
    .about_item .item_left .left_title {
        float: left;
    }
    .about_item .item_left>p {
        float: left;
        width: 100%;
        margin-top: 21.489px;
        font-size: 13.338px;
        color: #444444;
        letter-spacing: 0;
        text-align: justify;
        line-height: 25.194px;
    }
    .about_item .item_right {
        width: 592.8px;
        height: 333.45px;
        overflow: hidden;
    }
    .about_item .item_right>img {
        width: 100%;
        height: 100%;
    }
    .sort {
        width: 1244.88px;
        float: left;
        margin-top: 59.28px;
        height: 489.06px;
        display: flex;
        align-items: center;
        background: url(../img/consultation-bg.png) no-repeat;
        background-size: 100% 100%;
    }
    .sort .sort_list {
        float: left;
        width: 355.68px;
        margin-left: 74.1px;
    }
    .sort .sort_list .into {
        float: left;
        margin-right: 44.46px;
        position: relative;
        /* opacity: 0.8; */
        /* font-family: PingFangSC-Regular; */
        font-size: 44px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: right;
        line-height: 45.942px;
        margin-bottom: 26.676px;
    }
    .sort .sort_list .into_active {
        opacity: 1;
    }
    .sort .sort_list .into:nth-child(3n) {
        margin-right: 0px;
    }
    .sort .sort_list .into:nth-child(3n)>i {
        display: none;
    }
    .sort .sort_list .into:last-child>i {
        display: none;
    }
    .sort .sort_list .into>i {
        content: '';
        display: block;
        position: absolute;
        width: 3px;
        height: 38px;
        top: 50%;
        right: -23.3415px;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.5);
    }
    .sort .sort_text {
        margin-left: 168.207px;
        width: 509.808px;
        font-size: 19.266px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 34.086px;
        padding: 25.935px 33.345px;
        position: relative;
    }
    .sort .sort_text .text_left {
        position: absolute;
        width: 92.625px;
        height: 51.87px;
        background: url(../img/left-corner.png) no-repeat;
        background-size: 100% 100%;
        left: 0px;
        top: 0px;
    }
    .sort .sort_text .text_right {
        position: absolute;
        width: 66.69px;
        height: 38.532px;
        background: url(../img/right-corner.png) no-repeat;
        background-size: 100% 100%;
        right: 0px;
        bottom: 0px;
    }
    .sort .sort_text .box_text .active_text>p {
        font-size: 19.266px;
    }
    .sort .sort_text .text_bg {
        opacity: 0.07;
        font-size: 197.106px;
        color: #FFFFFF;
        letter-spacing: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}


/* 1280 */

@media screen and (min-width:1001px) and (max-width: 1280px) {
    .main_connet {
        width: 1199.52px;
        margin: 0px auto;
        overflow: hidden;
    }
    .summary {
        float: left;
        width: 100%;
    }
    .summary .summary_details {
        float: left;
        width: 439.11px;
        height: 428.4px;
    }
    .summary_details .summary_title {
        margin-top: calc(0.714*59px);
        margin-bottom: calc(0.714*28px);
        font-size: 45px;
    }
    .summary_details .summary_list {
        margin-bottom: calc(0.714*80px);
    }
    .summary_details .summary_list .list_into {
        font-size: 16px;
        line-height: 32.6px;
    }
    .summary_details .menu_list .item {
        font-size: 16px;
        margin-right: calc(0.714*21px);
    }
    .summary_details .menu_list .item:after {
        right: calc(-0.714*12px);
    }
    .summary_details .menu_list .item:last-child:after {
        display: none;
    }
    .summary .summary_img {
        float: left;
        width: 760px;
        height: 428.4px;
    }
    .summary .summary_img>img {
        width: 100%;
        height: 100%;
    }
    .about_item {
        float: left;
        width: 100%;
        margin-top: 57.12px;
        display: flex;
        justify-content: space-between;
    }
    .about_item .item_left {
        width: 571.2px;
    }
    .about_item .item_left .left_title {
        float: right;
        font-size: 35.7px;
        color: #222222;
        letter-spacing: 0;
        text-align: right;
        line-height: 44.268px;
        padding-bottom: 5px;
        padding-top: 14.28px;
        border-bottom: 5px solid #FF1240;
    }
    .about_item .item_left .left_title {
        float: left;
    }
    .about_item .item_left>p {
        float: left;
        width: 100%;
        margin-top: 20.706px;
        font-size: 12.852px;
        color: #444444;
        letter-spacing: 0;
        text-align: justify;
        line-height: 24.276px;
    }
    .about_item .item_right {
        width: 571.2px;
        height: 321.3px;
        overflow: hidden;
    }
    .about_item .item_right>img {
        width: 100%;
        height: 100%;
    }
    .sort {
        width: 1199.52px;
        float: left;
        margin-top: 57.12px;
        height: 471.24px;
        display: flex;
        align-items: center;
        background: url(../img/consultation-bg.png) no-repeat;
        background-size: 100% 100%;
    }
    .sort .sort_list {
        float: left;
        width: 342.72px;
        margin-left: 71.4px;
    }
    .sort .sort_list .into {
        float: left;
        margin-right: 42.84px;
        position: relative;
        /* opacity: 0.8; */
        /* font-family: PingFangSC-Regular; */
        font-size: 42px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: right;
        line-height: 44.268px;
        margin-bottom: 25.704px;
    }
    .sort .sort_list .into_active {
        opacity: 1;
    }
    .sort .sort_list .into:nth-child(3n) {
        margin-right: 0px;
    }
    .sort .sort_list .into:nth-child(3n)>i {
        display: none;
    }
    .sort .sort_list .into:last-child>i {
        display: none;
    }
    .sort .sort_list .into>i {
        content: '';
        display: block;
        position: absolute;
        width: 3px;
        height: 38px;
        top: 50%;
        right: -22.491px;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.5);
    }
    .sort .sort_text {
        margin-left: 162.078px;
        width: 491.232px;
        font-size: 18.564px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 32.844px;
        padding: 24.99px 32.13px;
        position: relative;
    }
    .sort .sort_text .text_left {
        position: absolute;
        width: 89.25px;
        height: 49.98px;
        background: url(../img/left-corner.png) no-repeat;
        background-size: 100% 100%;
        left: 0px;
        top: 0px;
    }
    .sort .sort_text .text_right {
        position: absolute;
        width: 64.26px;
        height: 37.128px;
        background: url(../img/right-corner.png) no-repeat;
        background-size: 100% 100%;
        right: 0px;
        bottom: 0px;
    }
    .sort .sort_text .box_text .active_text>p {
        font-size: 18.564px;
    }
    .sort .sort_text .text_bg {
        opacity: 0.07;
        font-size: 189.924px;
        color: #FFFFFF;
        letter-spacing: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}


/* 1280 */


/* 1366 */


/* 1280 */


/* 1280 */


/* 招聘通道 */

.join_us_box {
    border: solid 1px rgba(0, 0, 0, .1);
    border-width: 0 1px 1px 0;
    float: left;
    background: url(../img/join_bg.png) right bottom no-repeat;
    width: 1065px;
    height: 600px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    z-index: 100;
}

.join_us_box .title {
    font-size: 32px;
    text-align: center;
    padding: 24px 0;
}

.join_us_box .title span {
    display: inline-block;
    border-bottom: solid 4px #FF1240;
}

.join_us_box ul {
    font-size: 14px;
    color: #222;
    width: 730px;
    margin: 0 auto;
}

.join_us_box ul input {
    border: solid 1px #ddd;
    outline: none;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 14px;
}

.join_us_box ul input::-ms-clear,
.join_us_box ul input::-ms-reveal {
    display: none;
}

.join_us_box ul input::-webkit-contacts-auto-fill-button {
    opacity: 0;
}

.join_us_box ul .t {
    line-height: 36px;
    float: left;
    width: 80px;
    text-align: right;
}

.join_us_box ul .req::before {
    content: '*';
    color: #FF1240;
}

.join_us_box ul .c {
    float: left;
}

.join_us_box li {
    zoom: 1;
    padding-bottom: 28px;
}

.join_us_box li::after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.join_us_box li .text {
    height: 36px;
    box-sizing: border-box;
    width: 160px;
}

.join_us_box li .f {
    position: relative;
    display: inline-block;
    line-height: 20px;
    overflow: hidden;
}

.join_us_box li .file {
    height: 36px;
    position: absolute;
    left: -50%;
    top: 0;
    line-height: 50px;
    opacity: 0;
    cursor: pointer;
}


/* .join_us_box li select{
    border: solid 1px #ddd;
    outline: none;
    height: 36px;
    border-radius: 2px;
    padding: 0 8px;
} */

.join_us_box li select {
    border: solid 1px #ddd;
    outline: none;
    height: 36px;
    border-radius: 2px;
    padding: 0 20px 0 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
}

.join_us_box li select::-ms-expand {
    display: none;
}

.join_us_box li .g {
    color: #bbb;
}

.join_us_box li .red {
    color: #FF1240;
}

.join_us_box li .link {
    color: #0062FF;
    text-decoration: underline;
    position: relative;
    padding-left: 18px;
}

.join_us_box li .link::after {
    content: ' ';
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(../img/join_icon_2.png) left center no-repeat;
    background-size: 100%;
}

.join_us_box li .del {
    color: #0062FF;
    cursor: pointer;
}

.join_us_box .city_box {
    line-height: 36px;
    border: solid 1px #ddd;
    float: left;
    border-radius: 2px;
}

.join_us_box .city_box span {
    display: block;
    padding: 0 15px;
    border-left: solid 1px #ddd;
    float: left;
    cursor: pointer;
}

.join_us_box .city_box span:first-child {
    border-left: 0;
}

.join_us_box .city_box .on {
    color: #0062FF;
    font-weight: bold;
    position: relative;
}

.join_us_box .city_box .on::after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: url(../img/join_icon_3.png) right bottom no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.join_us_box .adds {
    clear: both;
    line-height: 20px;
    padding: 10px 0 0 18px;
    position: relative;
}

.join_us_box .adds::after {
    content: ' ';
    width: 14px;
    height: 16px;
    background: url(../img/join_icon_1.png) left center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 12px;
    left: 0;
}

.join_us_box .n1 .text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /* border-right: 0; */
}

.join_us_box .n1 select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.join_us_box .n1 .select_box {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    min-width: 70px;
}

.join_us_box .n6 .text {
    width: 160px;
    vertical-align: top;
}

.join_us_box .ver_box {
    display: inline-block;
    line-height: 36px;
    border: solid 1px #ddd;
    height: 36px;
    position: relative;
    margin-left: 10px;
}

.join_us_box .ver_box input {
    height: 34px;
    border: 0;
    vertical-align: top;
    font-size: 14px;
}

.join_us_box .ver_box .ib {
    cursor: pointer;
    background: #fff;
    width: 96px;
}

.join_us_box .ver_box .it {
    width: 90px;
}

.join_us_box .ver_box::after {
    content: ' ';
    position: absolute;
    left: 90px;
    top: 50%;
    z-index: 1;
    border-left: solid 1px #ddd;
    height: 20px;
    transform: translateY(-50%);
}

.join_us_box .btn {
    cursor: pointer;
    background: #FF003C;
    border: 0;
    font-size: 16px;
    color: #fff;
    width: 128px;
    height: 36px;
    border-radius: 2px;
    outline: none;
}

.join_us_box .disabl {
    background: #FFB6C4;
    cursor: default;
}

.join_us_box .n5,
.join_us_box .n4 {
    padding-bottom: 12px;
}

.join_us_box .n5 {
    padding-bottom: 16px;
}

.join_us_box .n5 .t,
.join_us_box .n4 .t {
    line-height: 20px;
}

.join_us_box .n5 span,
.join_us_box .n4 span {
    vertical-align: top;
}

.join_us_box li .select {
    display: inline-block;
    position: relative;
}

.join_us_box li .select::after {
    content: ' ';
    width: 6px;
    height: 6px;
    border: solid 1px #ddd;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    border-width: 0 1px 1px 0;
    margin-top: -2px;
}


/*  */

.join_us_box .select_box {
    border: solid 1px #ddd;
    display: inline-block;
    vertical-align: top;
    height: 36px;
    border-radius: 2px;
    position: relative;
    line-height: 34px;
    padding: 0 24px 0 14px;
    cursor: pointer;
}

.join_us_box .select_box::after {
    content: ' ';
    border: solid 1px #ddd;
    width: 6px;
    height: 6px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg) translateY(-50%);
    z-index: 2;
    margin-top: -2px;
}

.join_us_box .select_box .s_list {
    border: solid 1px #ddd;
    background: #fff;
    position: absolute;
    left: -1px;
    top: 34px;
    /* min-width: 100px; */
    max-height: 300px;
    overflow-y: auto;
    display: none;
    line-height: 30px;
    z-index: 1;
}

.join_us_box .select_box .s_list span {
    display: block;
    padding: 5px 14px 5px 14px;
    cursor: pointer;
    position: relative;
    transition: .4s;
    line-height: 20px;
}

.join_us_box .select_box .s_list span.on::before {
    content: ' ';
    position: absolute;
    right: 8px;
    top: 50%;
    width: 8px;
    height: 4px;
    border: solid 1px #0062FF;
    transform: rotate(-45deg) translateY(-50%);
    border-width: 0 0 2px 2px;
    margin-top: -2px;
}

.join_us_box .select_box .s_list span:hover {
    background: rgba(0, 0, 0, .1);
}

.join_us_box .age {
    padding-left: 40px;
}

.join_us_box .n1 .age_text {
    border-right: solid 1px #ddd;
}

.summary .join_summary {
    color: #fff;
    text-align: center;
    padding: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    line-height: 1;
}

.join_summary .join_en {
    font-size: 24px;
    padding-bottom: 8px;
}

.join_summary .join_title {
    font-size: 66px;
    padding-bottom: 36px;
}

.join_summary .summary {
    font-size: 36px;
    padding-bottom: 30px;
}


/*  */

@media screen and (max-width: 1899px) and (min-width: 1580px) {
    .join_us_box {
        width: 962px;
        height: 542.4px;
    }
    .join_us_box li {
        padding-bottom: 24px;
    }
    .join_us_box .title {
        font-size: 26px;
        padding: 14px 0;
    }
    .summary .join_summary {
        height: 542.4px;
    }
    .join_summary .join_en {
        font-size: 20px;
    }
    .join_summary .join_title {
        font-size: 56px;
    }
    .join_summary .summary {
        font-size: 32px;
    }
}

@media screen and (max-width: 1579px) and (min-width: 1281px) {
    .join_us_box {
        width: 789px;
        height: 444.6px;
    }
    .join_us_box li {
        padding-bottom: 18px;
    }
    .join_us_box .title {
        font-size: 26px;
        padding: 14px 0;
    }
    .join_summary .join_en {
        font-size: 20px;
    }
    .join_summary .join_title {
        font-size: 56px;
    }
    .join_summary .summary {
        font-size: 32px;
    }
}

.join_address_box {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 12;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.join_address_box .address_view {
    width: 500px;
    /* height: 250px; */
    background: #FFFFFF;
    box-shadow: 0 1px 5px 0 #AFAAA2;
    border-radius: 5px;
    padding: 26px 60px;
    box-sizing: border-box;
    position: absolute;
    /* left: 50%;
    transform: translateX(-250px);
    top: 230px; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: left;
}

.join_address_box .address_view img {
    display: none;
}

.join_address_box .address_view p:nth-child(1) {
    font-size: 24px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
}

.join_address_box .address_view p:nth-child(2) {
    font-size: 18px;
    color: #222222;
    letter-spacing: 0;
    text-align: left;
    margin-top: 7px;
}

.join_address_box .address_view p:nth-child(3) {
    margin-top: 15px;
}

.join_address_box .address_view p:nth-child(3),
.join_address_box .address_view p:nth-child(4),
.join_address_box .address_view p:nth-child(5) {
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
}

.join_address_box .address_view .consult-btn {
    /* width: 120px; */
    height: 36px;
    margin: 18px auto 0;
    border-radius: 2px;
    text-align: center;
    line-height: 36px;
}

.join_address_box .address_view .consult-btn a {
    display: inline-block;
    width: 120px;
    /* height: 100%; */
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-decoration: none;
    cursor: pointer;
    background-color: #fff;
    color: #FF1240;
    border: solid 1px #FF1240;
    margin: 0 6px;
}

.join_address_box .address_view .consult-btn a:first-child {
    background-color: #FF1240;
    color: #fff;
}

.join_address_box .box_close {
    background: url(../img/icon.png) no-repeat -540px -840px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -22px;
    top: -30px;
    cursor: pointer;
}

.join_summary .title {
    display: none;
}

.join_us_box li .mo {
    display: none;
}

.join_us_box li.n1 .c {
    display: flex;
}

.join_us_box li.n1 .c .d1 {
    display: flex;
}

.join_us_box ul .c.point .text {
    display: none;
}

.join_us_box ul .n6 .c {
    display: flex;
}

@media screen and (max-width: 1280px) and (min-width: 1001px) {
    .main_connet {
        width: 1199.52px;
        margin: 0px auto;
        overflow: hidden;
    }
    .summary {
        float: left;
        width: 100%;
    }
    .summary .summary_details {
        float: left;
        width: 439.11px;
        height: 428.4px;
        /* height: 600px; */
    }
    .summary .join_summary {
        height: 600px;
    }
    .join_us_box {
        width: 760px;
    }
    .summary_details .summary_title {
        margin-top: calc(0.714*59px);
        margin-bottom: calc(0.714*28px);
        font-size: 45px;
    }
    .summary_details .summary_list {
        margin-bottom: calc(0.714*80px);
    }
    .summary_details .summary_list .list_into {
        font-size: 16px;
        line-height: 32.6px;
    }
    .summary_details .menu_list .item {
        font-size: 16px;
        margin-right: calc(0.714*21px);
    }
    .summary_details .menu_list .item:after {
        right: calc(-0.714*12px);
    }
    .summary_details .menu_list .item:last-child:after {
        display: none;
    }
    .summary .summary_img {
        float: left;
        width: 760px;
        height: 428.4px;
    }
    .summary .summary_img>img {
        width: 100%;
        height: 100%;
    }
    .about_item {
        float: left;
        width: 100%;
        margin-top: 57.12px;
        display: flex;
        justify-content: space-between;
    }
    .about_item .item_left {
        width: 571.2px;
    }
    .about_item .item_left .left_title {
        float: right;
        font-size: 35.7px;
        color: #222222;
        letter-spacing: 0;
        text-align: right;
        line-height: 44.268px;
        padding-bottom: 5px;
        padding-top: 14.28px;
        border-bottom: 5px solid #FF1240;
    }
    .about_item .item_left .left_title {
        float: left;
    }
    .about_item .item_left>p {
        float: left;
        width: 100%;
        margin-top: 20.706px;
        font-size: 12.852px;
        color: #444444;
        letter-spacing: 0;
        text-align: justify;
        line-height: 24.276px;
    }
    .about_item .item_right {
        width: 571.2px;
        height: 321.3px;
        overflow: hidden;
    }
    .about_item .item_right>img {
        width: 100%;
        height: 100%;
    }
    .sort {
        width: 1199.52px;
        float: left;
        margin-top: 57.12px;
        height: 471.24px;
        display: flex;
        align-items: center;
        background: url(../img/consultation-bg.png) no-repeat;
        background-size: 100% 100%;
    }
    .sort .sort_list {
        float: left;
        width: 342.72px;
        margin-left: 71.4px;
    }
    .sort .sort_list .into {
        float: left;
        margin-right: 42.84px;
        position: relative;
        /* opacity: 0.8; */
        /* font-family: PingFangSC-Regular; */
        font-size: 42px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: right;
        line-height: 44.268px;
        margin-bottom: 25.704px;
    }
    .sort .sort_list .into_active {
        opacity: 1;
    }
    .sort .sort_list .into:nth-child(3n) {
        margin-right: 0px;
    }
    .sort .sort_list .into:nth-child(3n)>i {
        display: none;
    }
    .sort .sort_list .into:last-child>i {
        display: none;
    }
    .sort .sort_list .into>i {
        content: '';
        display: block;
        position: absolute;
        width: 3px;
        height: 38px;
        top: 50%;
        right: -22.491px;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.5);
    }
    .sort .sort_text {
        margin-left: 162.078px;
        width: 491.232px;
        font-size: 18.564px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 32.844px;
        padding: 24.99px 32.13px;
        position: relative;
    }
    .sort .sort_text .text_left {
        position: absolute;
        width: 89.25px;
        height: 49.98px;
        background: url(../img/left-corner.png) no-repeat;
        background-size: 100% 100%;
        left: 0px;
        top: 0px;
    }
    .sort .sort_text .text_right {
        position: absolute;
        width: 64.26px;
        height: 37.128px;
        background: url(../img/right-corner.png) no-repeat;
        background-size: 100% 100%;
        right: 0px;
        bottom: 0px;
    }
    .sort .sort_text .box_text .active_text>p {
        font-size: 18.564px;
    }
    .sort .sort_text .text_bg {
        opacity: 0.07;
        font-size: 189.924px;
        color: #FFFFFF;
        letter-spacing: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 1000px) {
    .main_connet {
        width: 1199.52px;
        margin: 0px auto;
        overflow: hidden;
    }
    .summary {
        float: left;
        width: 100%;
    }
    .summary .summary_details {
        float: left;
        width: 439.11px;
        height: 428.4px;
    }
    .summary_details .summary_title {
        margin-top: calc(0.714*59px);
        margin-bottom: calc(0.714*28px);
        font-size: 45px;
    }
    .summary_details .summary_list {
        margin-bottom: calc(0.714*80px);
    }
    .summary_details .summary_list .list_into {
        font-size: 16px;
        line-height: 32.6px;
    }
    .summary_details .menu_list .item {
        font-size: 16px;
        margin-right: calc(0.714*21px);
    }
    .summary_details .menu_list .item:after {
        right: calc(-0.714*12px);
    }
    .summary_details .menu_list .item:last-child:after {
        display: none;
    }
    .summary .summary_img {
        float: left;
        width: 760px;
        height: 428.4px;
    }
    .summary .summary_img>img {
        width: 100%;
        height: 100%;
    }
    .about_item {
        float: left;
        width: 100%;
        margin-top: 57.12px;
        display: flex;
        justify-content: space-between;
    }
    .about_item .item_left {
        width: 571.2px;
    }
    .about_item .item_left .left_title {
        float: right;
        font-size: 35.7px;
        color: #222222;
        letter-spacing: 0;
        text-align: right;
        line-height: 44.268px;
        padding-bottom: 5px;
        padding-top: 14.28px;
        border-bottom: 5px solid #FF1240;
    }
    .about_item .item_left .left_title {
        float: left;
    }
    .about_item .item_left>p {
        float: left;
        width: 100%;
        margin-top: 20.706px;
        font-size: 12.852px;
        color: #444444;
        letter-spacing: 0;
        text-align: justify;
        line-height: 24.276px;
    }
    .about_item .item_right {
        width: 571.2px;
        height: 321.3px;
        overflow: hidden;
    }
    .about_item .item_right>img {
        width: 100%;
        height: 100%;
    }
    .sort {
        width: 1199.52px;
        float: left;
        margin-top: 57.12px;
        height: 471.24px;
        display: flex;
        align-items: center;
        background: url(../img/consultation-bg.png) no-repeat;
        background-size: 100% 100%;
    }
    .sort .sort_list {
        float: left;
        width: 342.72px;
        margin-left: 71.4px;
    }
    .sort .sort_list .into {
        float: left;
        margin-right: 42.84px;
        position: relative;
        /* opacity: 0.8; */
        /* font-family: PingFangSC-Regular; */
        font-size: 42px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: right;
        line-height: 44.268px;
        margin-bottom: 25.704px;
    }
    .sort .sort_list .into_active {
        opacity: 1;
    }
    .sort .sort_list .into:nth-child(3n) {
        margin-right: 0px;
    }
    .sort .sort_list .into:nth-child(3n)>i {
        display: none;
    }
    .sort .sort_list .into:last-child>i {
        display: none;
    }
    .sort .sort_list .into>i {
        content: '';
        display: block;
        position: absolute;
        width: 3px;
        height: 38px;
        top: 50%;
        right: -22.491px;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.5);
    }
    .sort .sort_text {
        margin-left: 162.078px;
        width: 491.232px;
        font-size: 18.564px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 32.844px;
        padding: 24.99px 32.13px;
        position: relative;
    }
    .sort .sort_text .text_left {
        position: absolute;
        width: 89.25px;
        height: 49.98px;
        background: url(../img/left-corner.png) no-repeat;
        background-size: 100% 100%;
        left: 0px;
        top: 0px;
    }
    .sort .sort_text .text_right {
        position: absolute;
        width: 64.26px;
        height: 37.128px;
        background: url(../img/right-corner.png) no-repeat;
        background-size: 100% 100%;
        right: 0px;
        bottom: 0px;
    }
    .sort .sort_text .box_text .active_text>p {
        font-size: 18.564px;
    }
    .sort .sort_text .text_bg {
        opacity: 0.07;
        font-size: 189.924px;
        color: #FFFFFF;
        letter-spacing: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}


/* 招聘通道 */

@media screen and (max-width: 1000px) {
    .join_us_box li.n1 .c {
        display: block;
    }
    .join_us_box li.n1 .c .d1 {
        display: flex;
    }
    .join_us_box ul .c.point .text {
        display: block;
    }
    .join_us_box ul .n6 .c {
        display: block;
    }
    .main_connet {
        display: block;
        width: 100%;
    }
    .summary {
        float: none;
        display: flex;
        flex-direction: column-reverse;
    }
    .joinus .summary {
        display: block;
    }
    .summary .summary_img {
        width: 100%;
        height: auto;
        display: block;
    }
    .summary .summary_img img {
        width: 100%;
        height: auto;
        display: block;
    }
    .summary .summary_details {
        float: none;
        width: 100%;
        height: auto;
        padding-left: 0;
        padding: 0.67rem 0.82rem 1.16rem;
    }
    .summary_details .summary_title {
        margin: 0;
        font-size: 0.59rem;
        line-height: 0.7rem;
        margin-bottom: 0.37rem;
        font-weight: normal;
        font-family: 'PingFangSC-Regular';
        width: 100%;
    }
    .summary_details .summary_list {
        margin-bottom: 0.7rem;
    }
    .summary_details .summary_list .list_into {
        font-size: 0.26rem;
        line-height: 0.52rem;
        font-family: PingFangSC-Regular;
    }
    .summary_details .menu_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .summary_details .menu_list .item {
        font-size: 0.31rem;
        line-height: 0.8rem;
        margin-right: 0;
        text-align: right;
        width: 50%;
        font-family: PingFangSC-Regular;
        position: relative;
    }
    .summary_details .menu_list .item:nth-of-type(2n):after {
        display: none;
    }
    .summary_details .menu_list .item:nth-of-type(2n-1) {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }
    .summary_details .menu_list .item:nth-of-type(2n-1)::after {
        display: none;
    }
    .summary_details .menu_list .item:nth-of-type(2n-1)::before {
        content: '';
        font-size: 0.31rem;
        line-height: 0.34rem;
        background: none;
        text-align: center;
        font-family: PingFangSC-Regular;
        position: absolute;
        right: -0.12rem;
        top: 50%;
        background: url('../img/mo_wenzi_x.png') center 90% no-repeat;
        background-size: 100% auto;
        transform: translate(0, -50%);
        flex: none;
        display: block;
        height: 0.31rem;
        width: 0.25rem;
    }
    .about_item {
        float: none;
        padding: 0 0.34rem;
        margin-top: 0rem;
        display: flex;
        flex-direction: column;
    }
    .about_item {}
    .about_item .item_left {
        margin-top: 0.51rem;
        order: 1;
    }
    .about_item .item_left {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .about_item .item_left .left_title {
        font-size: 0.34rem;
        line-height: 0.34rem;
        padding: 0.17rem 0.34rem;
        font-weight: normal;
        color: #FF1240;
        border: 1px solid #FF1240;
        border-radius: 0.34rem;
        margin-bottom: 0.17rem;
        float: none;
        display: inline-block;
    }
    .about_item .item_left>p {
        width: 100%;
        margin-top: 0;
        font-size: 0.22rem;
        line-height: 0.44rem;
        float: none;
    }
    .about_item .item_right {
        width: 100%;
        height: auto;
        order: 2;
    }
    .about_item .item_right>img {
        display: block;
        margin: 0.17rem 0 0;
    }
    .about_item .item_right>img:hover {
        transform: scale(1);
    }
    .sort {
        width: 100%;
        display: block;
        background: none;
        margin-top: 0.51rem;
        padding: 0 0.17rem;
        overflow-y: hidden;
        height: auto;
        position: relative;
    }
    .sort::before {
        content: '';
        position: absolute;
        right: 0.05rem;
        top: 0;
        height: 0.42rem;
        width: 0.34rem;
        display: block;
        background: #ffffff url(./../img/mobile_point_black.png) left center no-repeat;
        background-size: 0.14rem auto;
        box-shadow: 0rem 0rem 0.13rem 0.12rem rgba(255, 255, 255, 1);
        z-index: 20;
    }
    .sort .sort_list {
        width: 100%;
        float: none;
        margin-left: 0;
        display: flex;
        overflow: auto;
        overflow-y: hidden;
    }
    .sort .sort_list::-webkit-scrollbar {
        height: 0 !important;
        width: 0 !important;
        background-color: transparent;
        display: none;
    }
    .sort .sort_list {
        -ms-overflow-style: none;
    }
    .sort .sort_list {
        overflow: -moz-scrollbars-none;
        cursor: grab;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /* padding-right: 0.3rem; */
    }
    .sort .sort_list::after {
        content: '----';
        /* width: 0.3rem; */
        height: 100%;
        display: block;
        color: #ffffff;
        font-size: 0.3rem;
        white-space: nowrap;
    }
    .sort .sort_text {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-top: 0.17rem;
        padding: 0.27rem 0.17rem;
        background: #F5F5F5;
        border-radius: 0.09rem;
    }
    .sort .sort_list .into {
        color: #666666;
        float: none;
        white-space: nowrap;
        margin-right: 0.19rem;
        margin-bottom: 0;
        padding: 0.1rem 0.17rem;
        border-radius: 0.22rem;
        font-size: 0.22rem;
        line-height: 0.22rem;
        display: block;
        cursor: inherit;
        font-family: 'PingFangSC-Regular', 'Microsoft YaHei';
    }
    .sort .sort_list .into:last-child {
        /* padding-right: 0.5rem; */
    }
    .sort .sort_list .into.into_active {
        background: #FF1240;
        color: #ffffff;
    }
    .sort .sort_text .text_right,
    .sort .sort_text .text_left {
        display: none;
    }
    .sort .sort_text .box_text .active_text>p {
        font-size: 0.2rem;
        line-height: 0.35rem;
        color: #222222;
    }
    .sort .sort_text .text_bg {
        display: none;
    }
    .connect-form {
        margin-top: 0.51rem!important;
    }
    .sort .sort_list .into_active::after,
    .sort .sort_list .into_active::before {
        display: none;
    }
    .join_us_box {}
    .join_summary .title {
        display: block;
        font-size: 0.4rem;
        line-height: 0.44rem;
        text-align: center;
        font-weight: normal;
    }
    .join_summary .join_en {
        display: block;
        font-size: 0.24rem;
        line-height: 0.28rem;
        text-align: center;
        margin: 0.44rem auto 0.08rem;
    }
    .join_summary .summary {
        padding-bottom: 0;
    }
    .join_summary .join_title {
        display: block;
        font-size: 0.58rem;
        line-height: 0.64rem;
        text-align: center;
        margin-bottom: 0.34rem;
        padding-bottom: 0;
    }
    .join_summary .summary {
        display: block;
        font-size: 0.31rem;
        line-height: 0.36rem;
        text-align: center;
    }
    .join_us_box .title {
        display: none;
    }
    .join_us_box {
        width: 100%;
        margin-top: 0.68rem;
        padding: 0 0.17rem;
        height: auto;
        border-bottom: 0;
    }
    .join_us_box ul {
        width: 100%;
    }
    .join_us_box ul li,
    .join_us_box ul li .d {
        border: 1px solid #DDDDDD;
        border-radius: 0.17rem;
        position: relative;
        min-height: 0.85rem;
        padding: 0.1rem;
        display: flex;
        margin-bottom: 0.2rem;
        align-items: center;
    }
    .join_us_box ul li:last-child,
    .join_us_box ul li:first-child,
    .join_us_box li.n6 {
        border: 0 none;
        margin-bottom: 0;
    }
    .join_us_box li.n1,
    .join_us_box li.n6 {
        padding: 0;
    }
    .join_us_box ul .t,
    .join_us_box ul .age {
        line-height: 0.65rem;
        width: auto;
    }
    .join_us_box ul .c {
        width: 100%;
    }
    .join_us_box .age {}
    .join_us_box li .pc {
        display: none;
    }
    .join_us_box li .mo {
        display: block;
    }
    .city_box {
        position: absolute;
        top: 0.84rem;
        right: 0;
        width: 100%;
        background: #ffffff;
        z-index: 99;
        display: none;
        max-height: 200px;
        overflow: auto;
        padding: 0.1rem 0 0.1rem;
    }
    .city_box span {
        width: 100%;
    }
    .city_box span .on {}
    .join_us_box li .mo {
        position: absolute;
        z-index: -10;
        color: #666666;
        padding-left: 0.26rem;
        font-size: 0.22rem;
        text-align: left;
        left: 0;
        top: 0.25rem;
        height: 0.35rem;
        line-height: 0.35rem;
    }
    .join_us_box .n5 .mo,
    .join_us_box .n4 .mo {
        line-height: 0.35rem;
    }
    .join_us_box li .text {
        background: none;
        width: 100%;
        height: 0.36rem;
        border: 0;
        margin-top: 0.29rem;
        font-size: 0.22rem;
        color: #333333;
        font-family: 'PingFangSC-Regular';
        padding-left: 0.16rem;
        font-weight: normal;
        padding-right: 0.26rem;
    }
    .join_us_box .n1 .select_box {
        border: 0;
        line-height: 0.55rem;
        height: 0.55rem;
        /* border-left: 1px solid #DDDDDD; */
        box-sizing: border-box;
    }
    .join_us_box li:first-child .text {
        width: calc(100% - 1.78rem);
        display: block;
    }
    .join_us_box li:nth-of-type(2) .text {
        margin-top: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .join_us_box li:first-child .text:last-child {
        width: 100%;
    }
    .join_us_box .n1 .select_box span {
        min-width: 100%;
        width: 100%;
        line-height: 0.55rem;
        text-align: left;
    }
    .join_us_box .n1 .select_box {
        min-width: 1.78rem;
        width: 1.78rem;
        text-align: center;
        padding: 0 0.24rem 0 0.16rem;
    }
    .join_us_box .select_box .s_list {
        min-width: 100%;
        top: 0.7rem;
        max-height: 200px;
        width: calc(100% + 0.2rem)!important;
        left: -0.1rem;
        padding: 0.1rem 0 0.1rem;
        z-index: 11;
    }
    .join_us_box .select_box .s_list span {
        font-size: 0.22rem;
        line-height: 0.30rem;
        padding: 0.11rem 0.14rem;
        text-align: left;
    }
    .join_us_box li:nth-of-type(3) .select_box .s_list {
        min-width: 100%;
        max-height: 200px;
        width: calc(100% + 0.2rem)!important;
        left: -0.1rem;
        top: 0.608rem;
    }
    .join_us_box .n1 .text {
        border: 0;
    }
    .join_us_box .adds {
        display: none;
    }
    .join_us_box ul li .select_box {
        width: 100%!important;
        display: block;
        border: 0 none;
        padding: 0 0.16rem;
        height: 0.36rem;
        line-height: 0.34rem;
        font-size: 0.22rem;
    }
    .join_us_box ul li .select_box span {
        font-size: 0.22rem;
        line-height: 0.34rem;
        background: #ffffff;
        display: block;
        width: 100%;
    }
    .join_us_box .city_box span {
        font-size: 0.22rem;
        line-height: 0.30rem;
        padding: 0.11rem 0.3rem 0.11rem 0.14rem;
    }
    .join_us_box .city_box span.on::after {
        display: none;
    }
    .join_us_box .city_box span.on {
        color: #222222;
        font-weight: normal;
    }
    .join_us_box .city_box span.on::before {
        content: ' ';
        position: absolute;
        right: 8px;
        top: 50%;
        width: 8px;
        height: 4px;
        border: solid 1px #0062FF;
        transform: rotate(-45deg) translateY(-50%);
        border-width: 0 0 2px 2px;
        margin-top: -2px;
    }
    .join_us_box li .link {
        display: none;
    }
    .join_us_box .n6 .text {
        width: 100%;
    }
    .works_upload,
    .resume_upload {
        display: none;
    }
    .join_us_box li .file {
        width: 100%;
        left: 0;
        height: 100%;
    }
    .join_us_box ul .c {
        width: 100%;
        height: 100%;
    }
    .join_us_box .n5,
    .join_us_box .n4 {
        padding: 0.1rem;
    }
    .join_us_box .n5 .c,
    .join_us_box .n4 .c,
    .join_us_box .n5 .c p,
    .join_us_box .n4 .c p {
        height: 0.65rem;
    }
    .join_us_box .n5 .c p,
    .join_us_box .n4 .c p {
        /* background: #ffffff; */
    }
    .join_us_box .n5 .c p span,
    .join_us_box .n4 .c p span {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .join_us_box .n5 .c p>span:first-child::after,
    .join_us_box .n4 .c p>span:first-child::after {
        content: '+';
        position: absolute;
        right: 0.1rem;
        font-size: 0.28rem;
        display: block;
        width: 0.28rem;
        height: 0.28rem;
        top: 50%;
        margin-top: -0.14rem;
        line-height: 0.28rem;
        text-align: right;
    }
    .join_us_box .n5 .c p span:nth-of-type(3),
    .join_us_box .n4 .c p span:nth-of-type(3) {
        display: flex;
        align-items: center;
        padding-left: 0.16rem;
        background: #ffffff;
        justify-content: flex-start;
        height: 100%;
    }
    .join_us_box .n5 .c p span:nth-of-type(3) span,
    .join_us_box .n4 .c p span:nth-of-type(3) span {
        height: auto;
        width: auto;
        font-size: 0.22rem;
        line-height: 0.32rem;
    }
    .join_us_box .n5 .c p span:nth-of-type(3) .del,
    .join_us_box .n4 .c p span:nth-of-type(3) .del {
        margin-left: 0.12rem;
    }
    .join_us_box .ver_box {
        margin-left: 0;
    }
    .join_us_box .ver_box {
        border: 0;
        position: static;
        width: 100%;
        height: 100%;
        display: flex;
    }
    .join_us_box .ver_box .it {
        border: 0;
        background: none;
        height: 0.36rem;
        border: 0;
        margin-top: 0.29rem;
        font-size: 0.22rem;
        color: #333333;
        width: calc(100% - 1.78rem);
        display: block;
        padding-left: 0.16rem;
    }
    .join_us_box .ver_box .it::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0);
    }
    .join_us_box .ver_box .ib {
        min-width: 1.78rem;
        width: 1.78rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid #DDDDDD;
        background: none;
        height: 0.55rem;
        line-height: 0.55rem;
        margin-top: 0.05rem;
        font-size: 0.22rem;
    }
    .join_us_box .ver_box::after {
        display: none;
    }
    .join_us_box ul li:last-child {
        padding: 0;
    }
    .join_us_box ul li .d4 {
        margin-bottom: 0px;
    }
    .join_us_box ul li:last-child .t {
        display: none;
    }
    .join_us_box ul li:last-child .c .btn {
        width: 100%;
        height: 0.85rem;
        line-height: 0.85rem;
        text-align: center;
        font-size: 0.22rem;
        border-radius: 0.17rem;
        background: rgba(66, 132, 237, 1);
        margin-top: 0.27rem;
    }
    .join_us_box ul li:last-child .c .disabl {
        background: rgba(66, 132, 237, .4);
    }
    .join_us_box li .select_box::after {
        width: 0.1rem;
        height: 0.1rem;
        border: solid 1px #000;
        border-width: 1px 1px 0 0;
        right: 0.2rem;
    }
    .join_us_box li .select_box.down::after {
        border-width: 0 1px 1px 0;
    }
    .join_us_box ul li .point {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: calc(100% - 0.14rem);
    }
    .point::after {
        content: ' ';
        border: solid 1px #000;
        width: 0.1rem;
        height: 0.1rem;
        display: inline-block;
        top: 50%;
        border-width: 1px 1px 0 0;
        transform: rotate( 45deg);
        z-index: 2;
    }
    .point.down::after {
        border-width: 0 1px 1px 0;
    }
    .join_address_box .address_view {
        width: 80%;
        padding: 0.26rem 0.4rem;
        border-radius: 0.1rem;
    }
    .join_address_box .box_close {
        right: 0;
        display: none;
    }
    .join_address_box .address_view p:nth-child(1) {
        font-size: 0.27rem;
    }
    .join_address_box .address_view p:nth-child(2) {
        font-size: 0.18rem;
    }
    .join_address_box .address_view .consult-btn {
        height: 0.5rem;
        display: flex;
        justify-content: center;
    }
    .join_address_box .address_view .consult-btn a {
        width: 1.6rem;
        height: 0.5rem;
        line-height: 0.5rem;
        font-size: 0.2rem;
    }
    #resume_tip,
    #works_tip {
        display: none!important;
    }
    .join_us_box .n5,
    .join_us_box .n4 {
        position: relative;
    }
}