.section {
    position: relative;
    z-index: 2;
}

.section:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 538px;
    background: #F7F7F7;
    z-index: -1;
    display: none;
}

.section .wrap {
    width: 1540px;
    height: 744px;
    margin: 153px auto 113px;
    position: relative;
    padding: 162px 55px;
    z-index: 1;
}

.section .wrap .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

.section .wrap .img img {
    width: 100%;
    height: 100%;
}

.section .wrap .text {
    width: 756px;

}

.section .wrap .text span {
    font-size: 50px;
    font-family: "SourceHanSansCN-Regular b", sans-serif !important;
    color: #FFFFFF;
    display: block;
    margin: 0 0 37px 0;
}

.section .wrap .text p {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 40px;
}

.section .wrap .text .pick {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 28px;
    margin: 30px 0 0 0;
}

.section2 {
    display: none;
}

.section2 .wrap {
    width: 1540px;
    margin: 124px auto 103px;
    display: flex;
    justify-content: space-between;
}

.section2 .wrap .item {
    width: 740px;
    position: relative;
    z-index: 1;
}

.section2 .wrap .item .headline {
    font-size: 40px;
    font-family: "PingFang-SC-Bold", sans-serif;
    color: #000000;
    margin: 0 0 51px 0;
}

.section2 .wrap .item .content {
    width: 100%;
    height: 558px;
    cursor: pointer;
}

.section2 .wrap .item .content .img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.section2 .wrap .item .content .img img {
    width: 100%;
    height: 100%;
}

.section2 .wrap .item .content .red {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 320px;
    height: 320px;
    padding: 47px 39px;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.section2 .wrap .item .content .red:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #E41937;
    z-index: -1;
    transform: translate(220px, 220px);
    transition: 1s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.section2 .wrap .item .content .red .text {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    opacity: 0;
    transition: 1s;
}

.section2 .wrap .item .content .red .add {
    width: 21px;
    height: 21px;
    position: absolute;
    right: 39px;
    bottom: 40px;
    z-index: 5;
}

.section2 .wrap .item .content .red .add:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3.5px;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.section2 .wrap .item .content .red .add:before {
    content: '';
    position: absolute;
    width: 3.5px;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.section2 .wrap .item .content:hover .red:after {
    transform: translate(0, 0);
}

.section2 .wrap .item .content:hover .red .text {
    opacity: 1;
    transition-delay: 0.6s;
}

.section3 .wrap {
    width: 1540px;
    margin: 100px auto 161px;
}

.section3 .wrap .title .headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 38px 0;
}

.section3 .wrap .title .headline span {
    font-size: 50px;
    color: #000000;
    font-family: "SourceHanSansCN-Regular b", sans-serif !important;
}

.section3 .wrap .title .headline .cut {
    display: flex;
    align-items: center;
}

.section3 .wrap .title .headline .cut a {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    position: relative;
}

.section3 .wrap .title .headline .cut a:not(:last-child) {
    margin: 0 46px;
}

.section3 .wrap .title .headline .cut a:not(:last-child):after {
    content: '/';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -26px;
    font-size: 18px;
    color: #CCCCCC;
}

.section3 .wrap .title .headline .cut a.on {
    color: #E41937;
}

.section3 .wrap .title .headline .cut p {
    font-size: 18px;
    color: #CCCCCC;
    margin: 0 23px;
}

.section3 .wrap .title .tit_search {
    display: flex;
    height: 70px;
    border: 1px solid #E6E6E6;
    overflow: hidden;
}

.section3 .wrap .title .tit_search input {
    width: 89.5%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 0 0 35px;
    font-size: 18px;
    font-weight: 400;
    font-family: "PingFang SC Regular", "PingFang SC-Light", "PingFang Medium", "PingFang Bold", "Microsoft YaHei", sans-serif;
}

.section3 .wrap .title .tit_search input::placeholder {
    color: #999999;
}

.section3 .wrap .title .tit_search button {
    width: 10.5%;
    height: 70px;
    background: #F5F5F5;
    border-left: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section3 .wrap .title .tit_search button .iconfont {
    color: #3A3A3A;
    font-size: 27px;
}

.section3 .wrap .content {
    margin: 66px 0 0 0;
}

.section3 .wrap .content .last_text {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin: 60px 0 0 0;
}

.section3 .wrap .content .black {
    height: 93px;
    background: #3A3A3A;
    display: flex;
    align-items: center;
    padding: 0 66px;
}

.section3 .wrap .content .black p {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    width: 180px;
    margin: 0 270px 0 0;
}

.section3 .wrap .content .black p:not(:first-child) {
    text-align: center;
}

.section3 .wrap .content .flex .item .show {
    height: 92px;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    padding: 0 66px;
    cursor: pointer;
    transition: 1s;
}

.section3 .wrap .content .flex .item .show p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    width: 180px;
    margin: 0 270px 0 0;
}

.section3 .wrap .content .flex .item .show p:not(:first-child) {
    text-align: center;
}

.section3 .wrap .content .flex .item .show .circle {
    width: 42px;
    height: 42px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    position: relative;
}

.section3 .wrap .content .flex .item .show .circle:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 2px;
    background: #666666;
}

.section3 .wrap .content .flex .item .show .circle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 14px;
    background: #666666;
    transition: 0.7s;
}

.section3 .wrap .content .flex .item .hide {
    overflow: hidden;
    display: none;
}

.section3 .wrap .content .flex .item .hide .joke {
    padding: 59px 68px 60px 68px;
    background: #F7F7F7;
}

.section3 .wrap .content .flex .item .hide .joke p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
}

.section3 .wrap .content .flex .item .hide .joke .click {
    padding: 0 35px;
    width: fit-content;
    height: 50px;
    background: #E41937;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 54px 0 0 0;
    position: relative;
}

.section3 .wrap .content .flex .item .hide .joke .click p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.section3 .wrap .content .flex .item .hide .joke .click .text_effect .fist {
    margin: 0 0 0 -8px;
}

.section3 .wrap .content .flex .item .hide .joke .click .iconfont {
    color: #fff;
    font-size: 12px;
    margin: 0 0 0 5px;
    pointer-events: none;
}

.section3 .wrap .content .flex .item.on .show {
    border-bottom: 1px solid transparent;
}

.section3 .wrap .content .flex .item.on .show .circle:before {
    opacity: 0;
}

.section3 .wrap .content .matter_cut {
    display: none;
}

.section3 .wrap .content .matter_cut.on {
    display: block;
}

.fixed_delivery {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
}

.fixed_delivery.on {
    opacity: 1;
    pointer-events: auto;
}

.fixed_delivery .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 6, 10, 0.5);
    z-index: -1;
}

.fixed_delivery .wrap {
    width: 1250px;
    height: 940px;
    background: #FFFFFF;
    padding: 81px 75px 73px 75px;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
}

.fixed_delivery .wrap.on {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.fixed_delivery .wrap.hide {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50px);
}

.fixed_delivery .wrap .clone {
    width: 44px;
    height: 44px;
    background: #343434;
    border-radius: 50%;
    position: absolute;
    right: -22px;
    top: -22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: 1s;
}

.fixed_delivery .wrap .clone:hover {
    background: #E41937;
}

.fixed_delivery .wrap .title {
    font-size: 26px;
    font-family: "PingFang-SC-Bold", sans-serif;
    color: #E41937;
    line-height: 40px;
    margin: 0 0 47px 0;
}

.fixed_delivery .wrap form .fist {
    display: flex;
    flex-wrap: wrap;
}

.fixed_delivery .wrap form .fist .list {
    width: 320px;
    border-bottom: 1px solid #cccccc;
    display: flex;
    align-items: center;
    margin: 0 70px 70px 0;
}

.fixed_delivery .wrap form .fist .list:nth-child(3n) {
    margin: 0 0 70px 0;
}

.fixed_delivery .wrap form .fist .list p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.fixed_delivery .wrap form .fist .list input {
    width: 100%;
    height: 50px;
    flex: 1;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    font-family: "PingFang SC Regular", sans-serif;
}

.fixed_delivery .wrap form .fist .list input::placeholder {
    font-family: "PingFang SC Regular", sans-serif;
}

.fixed_delivery .wrap form .center {
    height: 261px;
    border: 1px solid #CCCCCC;
    padding: 18px;
    margin: 0 0 43px 0;
}

.fixed_delivery .wrap form .center p {
    font-size: 26px;
    font-family: "PingFang-SC-Bold", sans-serif;
    color: #E41937;
}

.fixed_delivery .wrap form .center textarea {
    padding: 15px 0 0 0;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.fixed_delivery .wrap form .upload .text {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin: 0 0 18px 0;
}

.fixed_delivery .wrap form .upload .display {
    display: flex;
    align-items: center;
    position: relative;
}

.fixed_delivery .wrap form .upload .display .opacity {
    width: 100px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.fixed_delivery .wrap form .upload .display .border {
    width: 100px;
    height: 36px;
    background: #F5F5F5;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin: 0 18px 0 0;
    cursor: pointer;
}

.fixed_delivery .wrap form .upload .display p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.fixed_delivery .wrap form button {
    width: 146px;
    height: 50px;
    background: #E41937;
    margin: 53px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: "PingFang SC Regular", sans-serif;
}

/*# sourceMappingURL=join.css.map */
.new_section1 .wrap {
    width: 1540px;
    margin: auto;
}

.new_section1 .wrap .title {
    font-size: 50px;
    font-family: "SourceHanSansCN-Regular b", sans-serif !important;
    color: #000000;
    margin: 0 0 43px 0;
}

.new_section1 .wrap .content .new_swiper {
    width: 100%;
    height: 480px;
}

.new_section1 .wrap .content .new_swiper .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.new_section1 .wrap .content .new_swiper .swiper-slide img {
    width: 740px;
    height: 100%;
}

.new_section1 .wrap .content .swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0 0;
}

.new_section1 .wrap .content .swiper-pagination span {
    background: #cbcbcb;
    opacity: 1 !important;
    margin: 0 20px 0 0;
    transition: 0.6s;
}

.new_section1 .wrap .content .swiper-pagination span.swiper-pagination-bullet-active {
    background: #e41937;
}

.new_section1 .wrap .content .swiper-pagination span:last-child {
    margin: 0 !important;
}

.new_section2 .wrap {
    width: 1540px;
    margin: 160px auto 177px;
}

.new_section2 .wrap .title {
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 84px 0;
}

.new_section2 .wrap .content {
    width: 100%;
}

.new_section2 .wrap .content .new2_swiper {
    width: 100%;
}

.new_section2 .wrap .content .new2_swiper .swiper-slide .red {
    border-bottom: 1px solid #E41937;
    margin: 0 0 27px 0;
}

.new_section2 .wrap .content .new2_swiper .swiper-slide .red div {
    width: 67px;
    height: 67px;
    background: #E41937;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.new_section2 .wrap .content .new2_swiper .swiper-slide .red p:first-child {
    font-size: 44px;
    font-weight: 500 !important;
    color: #FFFFFF;
    margin: -8px 5px 0 0;
}

.new_section2 .wrap .content .new2_swiper .swiper-slide .red p:nth-child(2) {
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
}

.new_section2 .wrap .content .new2_swiper .swiper-slide .text span {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    display: block;
    margin: 0 0 32px 0;
}

.new_section2 .wrap .content .new2_swiper .swiper-slide .text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}

.new_section3 {
    background: #F5F5F5;
}

.new_section3 .wrap {
    width: 1540px;
    margin: 122px auto;
}

.new_section3 .wrap .title {
    width: 100%;
    text-align: center;
}

.new_section3 .wrap .title span {
    font-size: 50px;
    color: #000000;
    font-family: "SourceHanSansCN-Regular b", sans-serif !important;
    line-height: 40px;
}

.new_section3 .wrap .title .cut {
    margin: 39px 0 68px 0;
}

.new_section3 .wrap .title .cut a {
    margin: 0 33px 0 0;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    position: relative;
    transition: .6s;
}

.new_section3 .wrap .title .cut a.on {
    color: #E41937;
}

.new_section3 .wrap .title .cut a:after {
    content: '';
    width: 0;
    height: 4px;
    background: #E41937;
    position: absolute;
    right: 0;
    bottom: -3px;
    transition: .6s;
}

.new_section3 .wrap .title .cut a.on:after {
    width: 100%;
    left: 0;
}

.new_section3 .wrap .title .cut a:last-child {
    margin: 0;
}

.new_section3 .wrap .content .matter {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px;
}

.new_section3 .wrap .content .matter .img {
    overflow: hidden;
    cursor: pointer;
}

.new_section3 .wrap .content .matter .img img {
    width: 100%;
    transition: 2s;
}

.new_section3 .wrap .content .matter .img:hover img {
    transform: scale(1.05);
}

.new_section3 .wrap .content .matter.on {
    display: grid;
}

.star {
    padding: 100px 0;
    display: none;
}

.star .title {
    max-width: 1620px;
    width: 90%;
    margin: 0 auto 60px;
    font-size: 50px;
    font-family: "SourceHanSansCN-Regular b", sans-serif !important;
    color: #000000;
}

.star .content {
    width: 100%;
    position: relative;
}

.star .content .button {
    position: absolute;
    width: calc(100% - 160px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.star .content .button .circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e6e6e6;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
}

.star .content .button .circle .iconfont {
    color: #E41937;
    font-size: 20px;
    transition: all 0.4s;
}

.star .content .button .circle:first-child {
    transform: rotate(-180deg);
}

.star .content .button .circle:first-child .iconfont {
    position: relative;
    left: 2px;
}

.star .content .button .circle:hover {
    background: #E41937;
}

.star .content .button .circle:hover .iconfont {
    color: #fff;
}

.star .content .swiper {
    width: 1620px;
    max-width: 90%;
    margin: auto;
}

.star .content .swiper .swiper-slide {
    text-align: center;
}

.star .content .swiper .swiper-slide .img {
    width: 100%;
}

.star .content .swiper .swiper-slide .img img {
    width: 100%;
}

.star .content .swiper .swiper-slide span {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    line-height: 1.2;
    margin: 34px 0 0 0;
    display: block;
}

.star .content .swiper .swiper-slide p {
    color: #E41937;
    line-height: 1.6;
    margin: 20px 0 0 0;
    font-size: 16px;
}

.diu {
    width: 100%;
    position: relative;
}

.diu .bg {
    width: 100%;
}

.diu .wrap {
    padding-left: 10.4vw;
    padding-right: 10.4vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.diu .wrap h1 {
    font-size: 50px;
    color: #000000;
    font-family: "SourceHanSansCN-Regular b", sans-serif !important;
    line-height: 40px;
    margin: 0 0 45px;
}

.diu .wrap .pick {
    width: 538px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
    margin: 30px 0 0 0;
}

.diu .wrap .common_more {
    margin: 50px 0 0 0;
}

.common_more {
    width: fit-content;
    height: 42px;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #E41937!important;
    position: relative;
    border: 1px solid #E41937!important;
    z-index: 1;
    transition: 1s;
    overflow: hidden;
}

.common_more:after {
    content: '';
    position: absolute;
    top: -45px;
    left: -47px;
    transition: 1s;
    z-index: -1;
    width: 0;
    height: 300%;
    background: #E41937;
    transform: rotate(20deg);
}

.common_more .iconfont {
    color: #E41937!important;
    font-size: 14px;
    margin: 0 0 0 8px;
    transition: 0.6s;
}

.common_more:hover {
    border: 1px solid transparent;
}

.common_more:hover:after {
    width: 150%;
}

.common_more.init {
    border: 1px solid rgba(232, 235, 241, 0.9);
    color: #292929;
}

.common_more.init .iconfont {
    color: #292929;
}

.common_more.init:hover {
    color: #fff!important;
    border: 1px solid transparent;
}

.common_more.init:hover .iconfont {
    color: #fff!important;
}
@media screen and (max-width: 1856px) {
    .section .wrap .text span,
    .new_section1 .wrap .title,
    .new_section3 .wrap .title span,
    .diu .wrap h1 {
        font-size: 48px;
    }
}
@media screen and (max-width: 1792px) {
    .section .wrap .text span, .new_section1 .wrap .title, .new_section3 .wrap .title span, .diu .wrap h1 {
        font-size: 44px;
    }
    .section .wrap,
    .new_section1 .wrap,
    .new_section3 .wrap{
        width: 90%;
    }
    .new_section1 .wrap .content .new_swiper .swiper-slide img {
        width: 48%;
    }
    .section .wrap{
        margin-top: 120px;
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 1680px) {
    .section .wrap .text span, .new_section1 .wrap .title, .new_section3 .wrap .title span, .diu .wrap h1 {
        font-size: 38px;
    }
    .section .wrap{
        height: auto;
    }
}
@media screen and (max-width: 1600px) {
    .section .wrap .text span, .new_section1 .wrap .title, .new_section3 .wrap .title span, .diu .wrap h1 {
        font-size: 36px;
    }
}
@media screen and (max-width: 1440px) {
    .diu .wrap {
        padding-left: 6.4vw;
    }
    .section .wrap .text span, .new_section1 .wrap .title, .new_section3 .wrap .title span, .diu .wrap h1 {
        font-size: 32px;
    }
    .section .wrap .text p {
        font-size: 22px;
    }
    .section .wrap .text .pick {
        font-size: 16px;
    }
    .new_section1 .wrap .content .new_swiper{
        height: auto;
    }
    .new_section3 .wrap {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .section .wrap {
        margin-top: 80px;
    }
    .new_section3 .wrap .content .matter {
        grid-gap: 20px;
    }
    .new_section3 .wrap .title .cut {
        margin-bottom: 40px;
    }
    .section .wrap .text span, .new_section1 .wrap .title, .new_section3 .wrap .title span, .diu .wrap h1 {
        font-size: 28px;
    }
}
@media screen and (max-width: 1024px) {
    #anchor1{
        background-color: #fff;
        border-radius: 20px;
        transform: translateY(-20px);
        position: relative;
        z-index: 99;
      }
    .section .wrap{
        width: calc(100% - 60px);
        margin-left: 30px;
        padding-right: 30px;
    }
    .new_section1 .wrap,
    .new_section3 .wrap{
        width: 100%;
        padding: 0 30px;
    }
    .section .wrap{
        margin-top: 60px;
    }
    .section .wrap .text {
        width: 90%;
    }
    .diu .wrap {
        padding-left: 30px;
    }
    .new_section3 .wrap{
        margin-top: 60px;
    }
    .section .wrap .text .pick {
        font-size: 14px;
    }
    .new_section3 .wrap .title .cut a{
        width: 120px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        border-radius: 20px;
    }
    .new_section3 .wrap .title .cut a.on{
        background-color: #E41937;
        color: #fff;
    }
    .new_section3 .wrap .title .cut a:after{
        display: none;
    }
    .new_section3 .wrap .title .cut .list{
        width: 800px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }
    .new_section3 .wrap .title .cut .scroll-content{
    /* .new_section3 .wrap .title .cut{ */
        overflow: unset !important;
        /* overflow: scroll !important; */
    }
    .new_section3 .wrap .title .cut .scrollbar-track-x {
        display: none !important;
    }

    html[lang="en"] .new_section3 .wrap .title .cut .list {
        width: max-content;
    }
    html[lang="en"] .new_section3 .wrap .title .cut a{
        width: auto;
        padding: 0 10px;
    }
}
@media screen and (max-width: 820px) {
    .section .wrap {
        padding: 120px 30px;
    }
    .section .wrap .text{
        width: 100%;
        
    }
    
}
@media screen and (max-width: 768px) {
    .section .wrap {
        padding: 90px 30px;
    }
    .section .wrap .text span{
        margin-bottom: 20px;
    }
    
}
@media screen and (max-width: 540px) {
    .section .wrap .text p {
        font-size: 20px;
    }
    .new_section3 .wrap .title .cut .list{
        display: flex;
        width: 600px;
    }
    .new_section3 .wrap .title .cut a{
        width: 100px;
        height: 36px;
        margin-right: 20px;
        line-height: 36px;
    }
    .new_section3 .wrap .title .cut .list{
        margin: 0;
    }
    .new_section1 .wrap, .new_section3 .wrap{
        padding: 0 20px;
    }
    .section .wrap {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }
    .new_section3 .wrap .title .cut a {
        font-size: 16px;
    }
    .new_section1 .wrap .title {
        margin-bottom: 30px;
    }
    .new_section3 .wrap .title .cut {
        margin: 20px 0 30px 0;
    }

    .diu .wrap {
        padding-left: 20px;
    }
    .diu .wrap h1 {
        margin-bottom: 30px;
    }
    .diu{
        height: 250px;
    }
    .diu .bg{
        height: 100%;
        object-position: -2%;
    }
    .diu .wrap .pick{
        font-size: 16px;
    }
    .common_more {
        padding: 0 20px;
    }
    .new_section3 .wrap .content .matter{
        grid-template-columns: repeat(2, 1fr);
    }
    .diu .wrap .common_more {
        margin: 30px 0 0 0;
    }
    .new_section3 .wrap .title .cut a{
        white-space: nowrap;

    }


    .new_section3 .wrap,
    .new_section1 .wrap{
        margin-bottom: 60px !important;
    }
    .section .wrap{
        margin-top: 13.6vw;
        margin-bottom: 13.6vw;
    }
    .diu .wrap .pick {
        width: 100%;
    }
}
@media screen and (max-width: 460px) {
    .section .wrap {
        padding: 50px 20px;
    }
    .section .wrap .text p {
        font-size: 18px;
    }
    .new_section1 .wrap .content .swiper-pagination {
        margin-top: 20px;
    }
}
@media screen and (max-width: 414px) {
    .section .wrap .text p {
        font-size: 16px;
    }
    .section .wrap .text .pick {
        margin-top: 20px;
        font-size: 12px;
        line-height: 24px;
    }
}
@media screen and (max-width: 375px) {
    .section .wrap .text p {
        font-size: 14px;
    }
}