.section {
    padding: 110px 0 147px;
}

.section .wrap {
    width: 1600px;
    margin: 0 auto;
}

.section .wrap .title {
    font-weight: 400;
    font-size: 42px;
    color: #1A1A1A;
    text-align: center;
}

.section .wrap .title span {
    color: #F78200;
}

.section .wrap .des {
    font-weight: 400;
    font-size: 24px;
    color: #999999;
    line-height: 46px;
    text-align: center;
    margin: 60px 0 90px;
}

.section .wrap .des span {
    color: #F78200;
}

.section .wrap .table .tr {
    border-bottom: 1px solid #EEEEEE;
    padding: 0 69px;
}

.section .wrap .table .tr:nth-child(1) {
    background: #F7F7F7;
    height: 80px;
    display: flex;
    align-items: center;
    border-bottom: none;
}

.section .wrap .table .tr .th {
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
}

.section .wrap .table .tr .th:nth-child(1) {
    width: 354px;
}

.section .wrap .table .tr .th:nth-child(2) {
    width: 90px;
    margin-right: 300px;
    text-align: center;
}

.section .wrap .table .tr .th:nth-child(3) {
    width: 593px;
}

.section .wrap .table .tr .block {
    height: 88px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.section .wrap .table .tr .block .td {
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
    transition: 0.6s;
}

.section .wrap .table .tr .block .td:nth-child(1) {
    width: 354px;
}

.section .wrap .table .tr .block .td:nth-child(2) {
    width: 90px;
    margin-right: 300px;
    text-align: center;
}

.section .wrap .table .tr .block .td:nth-child(3) {
    width: 593px;
}

.section .wrap .table .tr .block:hover .td {
    color: #F78200;
}

.section .wrap .table .tr .none {
    padding: 37px 0 53px;
    display: none;
}

.section .wrap .table .tr .none .none_box {
    width: 700px;
    margin-bottom: 40px;
}

.section .wrap .table .tr .none .none_box h5 {
    font-weight: bold;
    font-size: 16px;
    color: #1A1A1A;
    margin-bottom: 15px;
}

.section .wrap .table .tr .none .none_box p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.section .wrap .table .tr .none a {
    width: 140px;
    height: 47px;
    background: #F78200;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

/*# sourceMappingURL=join.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 5.7291666667vw 0px 7.65625vw;
    }

    .section .wrap {
        width: 83.3333333333vw;
    }

    .section .wrap .title {
        font-size: 2.1875vw;
    }

    .section .wrap .des {
        font-size: 1.25vw;
        line-height: 2.3958333333vw;
        margin: 3.125vw 0px 4.6875vw;
    }

    .section .wrap .table .tr {
        padding: 0px 3.59375vw;
    }

    .section .wrap .table .tr:nth-child(1) {
        height: 4.1666666667vw;
    }

    .section .wrap .table .tr .th {
        font-size: 0.9375vw;
    }

    .section .wrap .table .tr .th:nth-child(1) {
        width: 18.4375vw;
    }

    .section .wrap .table .tr .th:nth-child(2) {
        width: 4.6875vw;
        margin-right: 15.625vw;
    }

    .section .wrap .table .tr .th:nth-child(3) {
        width: 30.8854166667vw;
    }

    .section .wrap .table .tr .block {
        height: 4.5833333333vw;
    }

    .section .wrap .table .tr .block .td {
        font-size: 0.9375vw;
    }

    .section .wrap .table .tr .block .td:nth-child(1) {
        width: 18.4375vw;
    }

    .section .wrap .table .tr .block .td:nth-child(2) {
        width: 4.6875vw;
        margin-right: 15.625vw;
    }

    .section .wrap .table .tr .block .td:nth-child(3) {
        width: 30.8854166667vw;
    }

    .section .wrap .table .tr .none {
        padding: 1.9270833333vw 0px 2.7604166667vw;
    }

    .section .wrap .table .tr .none .none_box {
        width: 36.4583333333vw;
        margin-bottom: 2.0833333333vw;
    }

    .section .wrap .table .tr .none .none_box h5 {
        font-size: 0.8333333333vw;
        margin-bottom: 0.78125vw;
    }

    .section .wrap .table .tr .none .none_box p {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }

    .section .wrap .table .tr .none a {
        width: 7.2916666667vw;
        height: 2.4479166667vw;
        border-radius: 1.25vw;
        font-size: 0.8333333333vw;
    }
}
@media screen and (max-width: 768px) {
    .common_links {
        display: none;
    }
    .section {
        padding: 60px 0;
    }
    .section .wrap {
        width: 90%;
    }
    .section .wrap .title {
        font-size: 19px;
    }
    .section .wrap .des {
        font-size: 13px;
        line-height: 1.6;
        margin: 15px 0 25px;
    }
    .section .wrap .table .tr:nth-child(1) {
        height: 50px;
    }
    .section .wrap .table .tr {
        padding: 0;
    }
    .section .wrap .table .tr .th {
        font-size: 15px;
        width: 25% !important;
        margin: 0 !important;
        text-align: center;
    }
    .section .wrap .table .tr .block {
        height: 50px;
    }
    .section .wrap .table .tr .block .td {
        font-size: 14px;
        width: 25% !important;
        margin: 0 !important;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .section .wrap .table .tr .none {
        padding: 20px;
    }
    .section .wrap .table .tr .none .none_box {
        width: 100%;
        margin-bottom: 25px;
    }
    .section .wrap .table .tr .none .none_box h5 {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .section .wrap .table .tr .none .none_box p {
        font-size: 14px;
        line-height: 1.8;
    }
    .section .wrap .table .tr .none a {
        width: fit-content;
        height: 36px;
        padding: 0 20px;
        border-radius: 20px;
    }
    .section .wrap .table .tr .none a p {
        font-size: 14px;
    }
}
