.en {
    margin: 50px auto 80px;
}

.section {
    padding: 0 0 140px;
}

.section .joke {
    width: 1520px;
    margin: 0 auto;
}

.section .joke .title {
    margin: 0 0 70px;
}

.section .joke .title h1 {
    font-weight: 800;
    font-size: 40px;
    color: #111111;
    margin: 0 0 10px;
}

.section .joke .title p {
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    line-height: 40px;
}

.section .joke .part h3 {
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    position: relative;
    margin-bottom: 23px;
}

.section .joke .part h3:after {
    content: "";
    width: 13px;
    height: 13px;
    background: #E83928;
    position: absolute;
    left: -15px;
    top: 50%;
    border-radius: 50%;
    transform: translate(-100%, -50%);
}

.section .joke .part .table {
    width: 100%;
    padding: 0 0 100px;
    height: auto;
}
.section .joke .part .table .scrollbar-thumb {
    display: none;
}
.section .joke .part .table table {
    width: 100%;
    border: 1px solid #EAEAEB;
}

.section .joke .part .table table tr {
    width: 100%;
    height: 60px;
    background: #F2F3F5;
}

.section .joke .part .table table tr:nth-child(2n) {
    background: #FFFFFF;
}

.section .joke .part .table table tr th {
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    text-align: left;
    padding: 0 50px;
}

.section .joke .part .table table tr td {
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    padding: 0 40px;
}

.section .joke .part2 h3 {
    margin-bottom: 50px;
}

.section .joke .part2 .item {
    display: flex;
    margin-bottom: 60px;
}

.section .joke .part2 .item .img {
    width: 874px;
}

.section .joke .part2 .item .img img {
    display: block;
    width: 100%;
}

.section .joke .part2 .item .text {
    width: 646px;
    background: #F2F3F5;
    padding: 136px 0 0 98px;
}

.section .joke .part2 .item .text .item_title {
    margin-bottom: 60px;
}

.section .joke .part2 .item .text .item_title h5 {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
}

.section .joke .part2 .item .text .item_title p {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
}

.section .joke .part2 .item .text .numList {
    display: flex;
    flex-wrap: wrap;
}

.section .joke .part2 .item .text .numList .num_item {
    width: 200px;
    margin-bottom: 70px;
}

.section .joke .part2 .item .text .numList .num_item:nth-child(2n-1) {
    margin-right: 80px;
}

.section .joke .part2 .item .text .numList .num_item .num {
    display: flex;
    align-items: flex-end;
    margin: 0 0 20px;
}

.section .joke .part2 .item .text .numList .num_item .num p {
    font-family: 'Roboto' !important;
    font-weight: 500;
    font-size: 60px;
    color: #E83928;
    line-height: 1;
}

.section .joke .part2 .item .text .numList .num_item .num span {
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #E83928;
}

.section .joke .part2 .item .text .numList .num_item > p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
}

.section .joke .part2 .item:nth-child(2n-1) {
    flex-direction: row-reverse;
}
html[lang='en'] .section .joke .part2 .item .text .numList .num_item {
    width: 230px;
}
html[lang='en'] .section .joke .part2 .item .text .numList .num_item:nth-child(2n-1) {
    margin-right: 40px;
}
html[lang='en'] .section .joke .part2 .item .text .numList .num_item > p {
    font-size: 16px;
}
html[lang='en'] .section .joke .part2 .item .text .numList .num_item .num p {
    font-size: 45px;
}
html[lang='en'] .section .joke .part2 .item .text .numList .num_item .num span {
    font-size: 16px;
    line-height: 2;
}
@media screen and (max-width: 1920px) {
    .en {
        margin: 2.6041666667vw auto 4.1666666667vw;
    }

    .section {
        padding: 0 0 7.2916666667vw;
    }

    .section .joke {
        width: 79.1666666667vw;
        margin: 0 auto;
    }

    .section .joke .title {
        margin: 0 0 3.6458333333vw;
    }

    .section .joke .title h1 {
        font-weight: 800;
        font-size: 2.0833333333vw;
        color: #111111;
        margin: 0 0 0.5208333333vw;
    }

    .section .joke .title p {
        font-weight: 400;
        font-size: 1.25vw;
        color: #111111;
        line-height: 2.0833333333vw;
    }

    .section .joke .part h3 {
        font-weight: bold;
        font-size: 1.5625vw;
        color: #111111;
        position: relative;
        margin-bottom: 1.1979166667vw;
    }

    .section .joke .part h3:after {
        content: "";
        width: 0.6770833333vw;
        height: 0.6770833333vw;
        background: #E83928;
        position: absolute;
        left: -0.78125vw;
        top: 50%;
        border-radius: 50%;
        transform: translate(-100%, -50%);
    }

    .section .joke .part .table {
        width: 100%;
        padding: 0 0 5.2083333333vw;
    }

    .section .joke .part .table table {
        width: 100%;
        border: 1px solid #EAEAEB;
    }

    .section .joke .part .table table tr {
        width: 100%;
        height: 3.125vw;
        background: #F2F3F5;
    }

    .section .joke .part .table table tr:nth-child(2n) {
        background: #FFFFFF;
    }

    .section .joke .part .table table tr th {
        font-weight: 400;
        font-size: 1.0416666667vw;
        color: #111111;
        text-align: left;
        padding: 0 2.6041666667vw;
    }

    .section .joke .part .table table tr td {
        font-weight: 400;
        font-size: 1.0416666667vw;
        color: #111111;
        padding: 0 2.0833333333vw;
    }

    .section .joke .part2 h3 {
        margin-bottom: 2.6041666667vw;
    }

    .section .joke .part2 .item {
        display: flex;
        margin-bottom: 3.125vw;
    }

    .section .joke .part2 .item .img {
        width: 45.5208333333vw;
    }

    .section .joke .part2 .item .img img {
        display: block;
        width: 100%;
    }

    .section .joke .part2 .item .text {
        width: 33.6458333333vw;
        background: #F2F3F5;
        padding: 7.0833333333vw 0 0 5.1041666667vw;
    }

    .section .joke .part2 .item .text .item_title {
        margin-bottom: 3.125vw;
    }

    .section .joke .part2 .item .text .item_title h5 {
        font-weight: bold;
        font-size: 1.875vw;
        color: #111111;
    }

    .section .joke .part2 .item .text .item_title p {
        font-weight: bold;
        font-size: 1.25vw;
        color: #111111;
    }

    .section .joke .part2 .item .text .numList {
        display: flex;
        flex-wrap: wrap;
    }

    .section .joke .part2 .item .text .numList .num_item {
        width: 10.4166666667vw;
        margin-bottom: 3.6458333333vw;
    }

    .section .joke .part2 .item .text .numList .num_item:nth-child(2n-1) {
        margin-right: 4.1666666667vw;
    }

    .section .joke .part2 .item .text .numList .num_item .num {
        display: flex;
        align-items: flex-end;
        margin: 0 0 1.0416666667vw;
    }

    .section .joke .part2 .item .text .numList .num_item .num p {
        font-weight: 500;
        font-size: 3.125vw;
        color: #E83928;
        line-height: 1;
    }

    .section .joke .part2 .item .text .numList .num_item .num span {
        display: block;
        font-weight: bold;
        font-size: 1.25vw;
        color: #E83928;
    }

    .section .joke .part2 .item .text .numList .num_item > p {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #666666;
    }

    .section .joke .part2 .item:nth-child(2n-1) {
        flex-direction: row-reverse;
    }
    html[lang='en'] .section .joke .part2 .item .text .numList .num_item {
        width: 11.979166666666666666666666666667vw;
    }
    html[lang='en'] .section .joke .part2 .item .text .numList .num_item:nth-child(2n-1) {
        margin-right: 2.0833333333333333333333333333333vw;
    }
    html[lang='en'] .section .joke .part2 .item .text .numList .num_item > p {
        font-size: 0.83333333333333333333333333333333vw;
    }
    html[lang='en'] .section .joke .part2 .item .text .numList .num_item .num p {
        font-size: 2.34375vw;
    }
    html[lang='en'] .section .joke .part2 .item .text .numList .num_item .num span {
        font-size: 0.83333333333333333333333333333333vw;
    }
}

/*# sourceMappingURL=advantage.css.map */
@media screen and (max-width: 1024px) {
  .section .joke {
    width: 90%;
  }
  .section .joke .title h1 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .section .joke .title p {
    font-size: 14px;
    line-height: 2;
  }
  .section .joke .title {
    margin: 0 0 40px;
  }
  .section .joke .part h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .section .joke .part h3:after {
    width: 8px;
    height: 8px;
    left: -7px;
  }
  .section .joke .part2 .item .img {
    width: 50vw;
  }
  .section .joke .part2 .item .text {
    width: 40vw;
  }
  .section .joke .part .table table tr th,.section .joke .part .table table tr td {
    font-size: 14px;
  }
  .section .joke .part .table table tr {
    height: 50px;
  }
  .section .joke .part2 .item .text .item_title h5 {
    font-size: 20px;
    margin: 0 0 5px;
  }
  .section .joke .part2 .item .text .item_title p {
    font-size: 14px;
  }
  .section .joke .part2 .item .text .item_title {
    margin-bottom: 40px;
  }
  .section .joke .part2 .item .text .numList .num_item > p {
    font-size: 12px;
  }
  .section .joke .part2 .item .text .numList .num_item .num p {
    font-size: 36px;
  }
  .section .joke .part2 .item .text .numList .num_item .num span {
    font-size: 14px;
  }
  .section .joke .part2 .item .text .numList .num_item {
    width: 115px;
  }
  .section .joke .part2 .item .text .numList .num_item .num {
    margin: 0 0 5px;
  }
  .section .joke .part2 .item .text {
    padding: 7vw 0 0 6vw;
  }

}
@media screen and (max-width: 768px) {
  .section {
    width: 100vw;
    overflow: hidden;
  }
  .section .joke .part h3 {
    padding-left: 10px;
  }
  .section .joke .part h3::after {
    left: 0px;
  }
  .section .joke .part2 .item {
    display: block;
  }
  .section .joke .part2 .item .img, .section .joke .part2 .item .text {
    width: 100%;
  }
  .section .joke .part2 .item .text {
    padding: 30px 20px 0;
  }
  .section .joke .part2 .item .text .numList .num_item {
    width: 48%;
      margin: 0 0 30px;
  }
  .section .joke .part2 .item .text .numList .num_item:nth-child(2n-1) {
    margin-right: 0;
  }
  .section .joke .part2 .item .text .numList {
    justify-content: space-between;
  }
  .section .joke .part2 .item .text .item_title {
    margin-bottom: 25px;
  }
  .section .joke .part2 .item .text .numList .num_item .num span {
    font-size: 12px;
  }
  .section .joke .part2 .item .text .numList .num_item .num p {
    font-size: 32px;
  }
  .section .joke .part .table table {
    width: max-content;
  }
    .section .joke .part .table .scroll-content {
        width: 950px;
    }
    .section .joke .part .table {
        overflow-x: scroll;
        padding: 0 0 60px;
        -webkit-overflow-scrolling: touch;
        height: fit-content;
    }
    .section .joke .part .table::-webkit-scrollbar {
        display: none;
    }
    .section .joke .part .table table tr td {
        padding:  0 30px;
    }
    .section .joke .part .table table tr th {
        padding: 0 30px;
    }
    .section .joke .part .table table {
        width: 950px;
    }
    html[lang='en'] .section .joke .part h3:after {
        top: 10px;
        transform: translateX(-100%);
    }
    html[lang='en'] .section .joke .part2 .item .text .numList .num_item .num span {
        font-size: 12px;
        white-space: nowrap;
        line-height: 1.3;
    }
    html[lang='en'] .section .joke .part2 .item .text .numList .num_item {
        width: 49%;
    }
    html[lang='en'] .section .joke .part2 .item .text .numList .num_item:nth-child(2n-1) {
        margin-right: 1%;
    }
    html[lang='en'] .section .joke .part2 .item .text .numList .num_item > p {
        font-size: 14px;
    }
    html[lang='en'] .section .joke .part2 .item .text .numList .num_item .num p {
        font-size: 26px;
    }
}
