.home-banner {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto 56px;
}

.home-banner a {
    width: 100%;
    height: 100%;
}

.home-banner a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: 15px;
}

.home-banner .swiper-pagination .swiper-pagination-bullet {
    width: 144px;
    height: 3px;
    background: #B8B7B7;
    margin: 0 8px;
    position: relative;
    border-radius: 0;
}

.home-banner .swiper-pagination .swiper-pagination-bullet:after {
    content: '';
    display: block;
    position: absolute;
    transition: all 1s;
    height: 100%;
    width: 0;
    background: #4F4F4E;
}

.home-banner .swiper-pagination .swiper-pagination-bullet-active:after {
    width: 100%;
}

.home-banner .get-btn {
    width: 238px;
    height: 44px;
    background: rgba(0, 0, 0, 0.51);
    border-radius: 22px 22px 22px 22px;
    text-align: center;
    line-height: 44px;
    font-weight: 600;
    font-size: 17px;
    color: #FFFFFF;
    position: absolute;
    bottom: 68px;
    left: 50%;
    transform: translateX(-50%);
}

.home-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-title .line1 {
    font-weight: bold;
    font-size: 36px;
    color: #2D2D2D;
    line-height: 39px;
    margin-bottom: 14px;
}

.home-title .line2 {
    display: flex;
    align-items: center;
    gap: 4px;
}

.home-title .line2 div {
    width: 160px;
    height: 2px;
    background: #F49E15;
}

.home-title .line2 div.dot {
    width: 28px;
    height: 7px;
    background: #F49E15;
    border-radius: 50%;
}

.product-sort-menu {
    margin-top: 53px;
    position: relative;
}

.product-sort-menu .swiper-wrapper {
    justify-content: center;
}

.product-sort-menu ._item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-width: 100px;
    overflow: hidden;
}
#ezbuyNewUpload{
    width: 0;
    height: 0;
    opacity: 0;}
.product-sort-menu ._item svg {
    width: 81px;
    height: 81px;
    margin-bottom: 15px;
}

.product-sort-menu ._item div {
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    max-width: 106px;
    min-height: 36px;
    margin-bottom: 13px;
    text-align: center;
}

.product-sort-menu ._item img {
    width: 100px;
    opacity: 0;
    object-fit: contain;
}

.product-sort-menu ._item.on img {
    opacity: 1;
}

.product-sort-menu ._item:hover svg {
    transform: scale(1.1);
}

.product-sort-btn {
    position: absolute;
    color: #000000;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.product-sort-btn.icon-zuo {
    left: -20px;
}

.product-sort-btn.icon-you {
    right: -20px;
}

.product-sort-btn .swiper-button-disabled {
    color: #D2D0D0;
}

.product-sort-cont {
    margin-top: 31px;
}

.product-sort-inner {
    display: none;
}

.product-sort-inner.on {
    display: block;
}

.product-sort-inner ._item {
    display: block;
    width: 100%;
}

.product-sort-inner ._item img {
    width: 100%;
    aspect-ratio: 1;
    margin-bottom: 16px;
    object-fit: cover;
}

.product-sort-inner ._item .d-flex {
    margin-bottom: 26px;
}

.product-sort-inner ._item .d-flex .limit-2 {
    width: calc(100% - 40px);
    font-size: 14px;
    color: #2D2D2D;
    line-height: 18px;
    height: 36px;
}

.product-sort-inner ._item .d-flex .iconfont {
    color: #C7C7C9;
    font-size: 18px;
    cursor: pointer;
}
.fixbox{
    display: none;}
.product-sort-inner ._item .d-flex .iconfont.saved {
    color: #E31111;
}

.product-sort-inner ._item .shop-name {
    font-weight: bold;
    font-size: 12px;
    color: #2D2D2D;
}

.home-btn {
    height: 44px;
    background: #FFA70E;
    border-radius: 22px 22px 22px 22px;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}

.home-btn:hover {
    background: #040000 !important;
    color: #FA9222;
}


.home-btn.product-btn {
    width: 119px;
    margin: 37px auto 90px;
}

.rank-outer {
    overflow: hidden;
}

.rank-outer .swiper-slide {
    height: unset;
}

.rank-item {
    width: 100%;
    background: #EBEBEC;
    padding-bottom: 20px;
    height: 100%;
}

.rank-item-header {
    padding: 10px 20px;
    margin-bottom: 20px;
}

.rank-item-header div {
    font-size: 16px;
    color: #2D2D2D;
    font-weight: bold;
}

.rank-item-header .iconfont {
    background: #fff;
    font-size: 12px;
    color: #000;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.rank-item-header .iconfont:hover {
    background: #000;
}

.rank-item-header.r1 .iconfont:hover {
    color: #FA9222;
}

.rank-item-header.r2 .iconfont:hover {
    color: #FAC522;
}

.rank-item-header.r3 .iconfont:hover {
    color: #FAFC74;
}

.rank-item-header.r4 .iconfont:hover {
    color: #CAC9C9;
}

.rank-line {
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 16px;
    margin-bottom: 10px;
}

.rank-line-height {
    padding: 0 20px;
    height: 54px;
    margin: 0;
}

.rank-line:hover {
    background: #fff;
}

.rank-line:hover .rank-num {
    background: #FAC522;
}

.rank-line .rank-tag {
    position: relative;
    font-size: 30px;
    color: #ACD9E0;
    margin-right: 20px;
}

.rank-line .rank-tag span {
    position: absolute;
    font-size: 16px;
    color: #FFFFFF;
    left: 10px;
    top: -2px;
}

.rank-line .rank-tag.rank1 {
    color: #FAC522;
}

.rank-line .rank-tag.rank2 {
    color: #BFBFBE;
}

.rank-line .rank-tag.rank3 {
    color: #FA9222;
}

.rank-line img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    object-fit: cover;
}

.rank-line .text {
    font-size: 14px;
    color: #2D2D2D;
    line-height: 18px;
}

.rank-line .rank-num {
    width: 23px;
    height: 23px;
    background: #CAC9C9;
    margin-right: 20px;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
    font-size: 16px;
    color: #FFFFFF;
    flex-shrink: 0;
}

.ezbuy {
    max-width: 1920px;
    margin: 112px auto 115px;
    background-image: url("../../common/img/ezbuy-bg.png");
    padding: 40px 0;
    background-size: cover;
    overflow: hidden;
}

.ezbuy-cont .left-form {
    max-width: 462px;
    width: 100%;
    padding-top: 20px;
}

.ezbuy-cont .left-form ._name {
    font-weight: bold;
    font-size: 30px;
    color: #2D2D2D;
    line-height: 48px;
    margin-bottom: 40px;
}

.ezbuy-cont .left-form ._form-input {
    margin-bottom: 20px;
}

.ezbuy-cont .left-form ._form-input ._label {
    font-weight: bold;
    font-size: 16px;
    color: #2D2D2D;
    margin-bottom: 4px;
}

.ezbuy-cont .left-form ._form-input input,
.ezbuy-cont .left-form ._form-input textarea {
    width: 100%;
    height: 51px;
    background: #FFFFFF;
    border: 1px solid #ACABAC;
    padding: 0 10px;
    font-size: 14px;
}

.ezbuy-cont .left-form ._form-input textarea {
    height: 73px;
    resize: none;
    padding: 10px;
}

.ezbuy-cont .left-form .home-line2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}

.ezbuy-cont .left-form .ezbuy-t1 {
    font-weight: bold;
    font-size: 16px;
    color: #2D2D2D;
    margin-bottom: 4px;
    text-align: center;
    cursor: pointer;
}

.ezbuy-cont .left-form .ezbuy-t1:hover {
    color: #F49E15;
}

.ezbuy-cont .left-form .ezbuy-t2 {
    font-size: 14px;
    color: #2D2D2D;
    margin-bottom: 6px;
    text-align: center;
}

.ezbuy-cont .left-form .ezbuy-btn {
    background: #F49E15;
}

.ezbuy-cont .left-form .img-preview {
    position: relative;
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
}

.ezbuy-cont .left-form .img-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ezbuy-cont .left-form .img-preview .icon-cha {
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    line-height: 20px;
    font-size: 14px;
    border-radius: 0 0 0 6px;
    position: absolute;
    right: 0;
}

.number-input-line {
    display: flex;
    gap: 10px;
}

.number-input-line .iconfont {
    width: 51px;
    height: 51px;
    background: #FFFFFF;
    border: 1px solid #ACABAC;
    font-weight: bold;
    font-size: 16px;
    flex-shrink: 0;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.number-input-line input {
    text-align: center;
    font-weight: bold;
    font-size: 16px !important;
}

.number-input-line input::-webkit-outer-spin-button,
.number-input-line input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; /* 在某些浏览器中，可能需要额外的样式来调整间距 */
}

.ezbuy-cont .right-img ._img1 {
    margin-right: 40px;
}

.ezbuy-cont .right-img ._img1 img {
    width: 119px;
    height: 119px;
    margin-bottom: 10px;
}

.ezbuy-cont .right-img ._img1 div {
    font-size: 16px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}

.ezbuy-cont .right-img ._img2 {
    width: 814px;
    height: 672px;
    margin-right: -10vw;
    object-fit: contain;
}
/*region 采购通表单右侧二维码*/
.qr-pup{
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 10;
}
.qr-pup img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 500px;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
}
/*endregion*/



.booth {
    max-width: 1920px;
    margin: 0 auto 103px;
    background-image: url("../../common/img/booth-bg.png");
    background-size: cover;
    padding: 40px 0 87px;
}

.booth-line1 {
    margin: 100px 0;
}

.booth-line1 ._left {
    margin-right: 100px;
    flex: 1;
}

.booth-line1 ._left .t1 {
    font-size: 30px;
    color: #FFFFFF;
    line-height: 48px;
    margin-bottom: 40px;
}

.booth-line1 ._left .t2 {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 40px;
}

.booth-line1 ._left .booth-btn {
    height: 44px;
    background: #FFA70E;
    line-height: 44px;
    width: 194px;
}

.video-box {
    position: relative;
    width: 100%;
    aspect-ratio: 294 / 174;
}

.video-box video {
    width: 100%;
    height: 100%;
}

.video-box .firstimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-box .firstimg:hover {
    filter: brightness(120%);
}

.news-line ._item:hover .top-box img {
    filter: brightness(120%);
}

.video-box .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
    object-fit: contain;
    cursor: pointer;
    max-width: 90px;
}

.booth-line1 .video-box {
    width: 572px;
}

.news-line {
    margin: 40px 0 94px;
    display: flex;
    grid-gap: 31px;
}

.news-line ._item {
    background: #EFEFEF;
    position: relative;
    width: calc((100% - 62px) / 3);

}

.news-line ._item:hover {
    background: #dcdcdc;
}

.news-line ._item:hover .btm-info .info {
    background: #FFA70E
}

.news-line ._item .top-box {
    position: relative;
    width: 100%;
    aspect-ratio: 459 / 288;
}

.news-line ._item .top-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-line ._item .tag {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    min-width: 100px;
    justify-content: center;
    font-size: 14px;
    color: #FFFFFF;
    height: 33px;
    background: #000000;
    padding: 0 13px;
    cursor: pointer;
}

.news-line ._item .tag .iconfont {
    font-size: 12px;
    margin-left: 4px;
}

.news-line ._item .btm-info {
    padding: 26px 30px 35px;
}

.news-line ._item .btm-info .name {
    font-weight: bold;
    font-size: 16px;
    color: #2E2E2E;
    line-height: 24px;
    margin-bottom: 10px;
}

.news-line ._item .btm-info .desc {
    font-size: 14px;
    color: #2E2E2E;
    line-height: 24px;
    height: 72px;
    margin-bottom: 20px;
}

.news-line ._item .btm-info .info {
    width: fit-content;
    font-size: 14px;
    color: #2E2E2E;
    line-height: 15px;
    border-radius: 20px;
    background: #FECC76;
    padding: 4px 14px;
    margin-bottom: 20px;
}

.news-line ._item .other-info .time,
.news-line ._item .btm-info .time {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #929191;
}

.news-line ._item .other-info .time .iconfont,
.news-line ._item .btm-info .time .iconfont {
    font-size: 17px;
    margin-right: 6px;
}

.news-line ._item .other-info {
    padding: 47px 0px 35px;
}

.news-line ._item .other-info li {
    padding: 10px 30px;
}

.news-line ._item .other-info li:hover {
    background: #fff;
}

.news-line ._item .other-info li:hover a {
    color: #ffa70e;
}

.news-line ._item .other-info .other-info-name {
    cursor: pointer;
    margin-top: 10px;
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    margin-bottom: 4px;
}

.service-swiper {
    overflow: hidden;
    margin-top: 45px;
}

.service-item {
    display: flex;
}

.service-item ._left {
    width: 70%;
    aspect-ratio: 1015 / 636;
}

.service-item ._left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-item ._right {
    width: 30%;
    background-image: url("../../common/img/service-bg.png");
    background-size: cover;
    padding: 105px 44px;
}

.service-item ._right ._name {
    font-size: 24px;
    color: #000000;
    margin-bottom: 40px;
}

.service-item ._right ._cont {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}

.service-preview {
    margin-bottom: 100px;
    padding: 25px;
    background: #E6E6E6;
    overflow-x: auto;
    gap: 40px;
}

.service-preview ._item {
    flex-shrink: 0;
    cursor: pointer;
}

.service-preview ._item:hover img {

    transform: scale(1.1);
}

.service-preview ._item .img {
    width: 103px;
    height: 103px;
    margin-bottom: 10px;
    object-fit: cover;
    overflow: hidden;
}

.service-preview ._item img {
    height: 103px;
    object-fit: contain;
}

.service-preview ._item:hover div {
    color: #FFA70E;
}

.service-preview ._item div {
    font-size: 12px;
    color: #000000;
    text-align: center;
    width: 190px;
    margin-top: 8px;
    font-weight: bold;
    line-height: 14px;
}

.advstyle {
    position: relative;
    margin-bottom: 25px;
    margin-top: 20px;
}

.advstyle img{
    width: 100%;
}



.home_adv {
    margin: 50px 0;
    box-sizing: border-box;
    display: flex;
}
.home_adv .home_adv_item {
    display: flex;
    width: calc(100% / 3 - 12px);
    background: white;
    position: relative;
    border: 1px solid #ECECEC;
}
.home_adv .home_adv_item div {
    max-width: 100%;
}
.adv_tipbar {
    background-image: url("../../common/img/adv_tipbar.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 32px;
}
.swiper-adv, .swiper-adv1, .swiper-adv2 {
    border: 10px solid #fff;
}
.swiper-adv, .swiper-adv1, .swiper-adv2 {
    overflow: hidden;
}
.home_adv .home_adv_item:nth-child(2) {
    margin: 0 18px;
}
.home_adv_item .navigation {
    right: 12px;
}
.adv_tipbar .navigation .swiper-button-disabled {
    background: #fff;
}
.adv_tipbar .navigation .swiper_button {
    margin: 6px 0 25px 10px;
    background: #fff;
    font-size: 12px;
}
.home_adv_item .h_a_title {
    font-size: 16px;
    color: #333333;
    margin-top: 6px;
    padding: 0 10px;
}
.navigation {
    position: absolute;
    right: 0;
    top: 0;
}
.navigation .swiper_button.right_button {
    letter-spacing: -3px;
}
.navigation .swiper_button {
    width: 20px;
    height: 20px;
    border: 1px solid #e8e8e8;
    text-align: center;
    line-height: 20px;
    color: #f49e15;
    font-family: cursive;
    font-size: 14px;
    cursor: pointer;
    float: left;
    margin: 25px 0 25px 10px;
    border-radius: 100%;
}

.home-banner #banner_prev, .home-banner #banner_next {
    background: rgba(255, 255, 255, 0.5);
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    border-radius: 100px;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 9;
    cursor: pointer;
}
.home-banner #banner_prev {
    left: 20px;
}
.home-banner #banner_next {
    right: 20px;
}
.header-menu .left {
    color: #fff
}


.adv_prev1, .adv_next1 {
    background: rgba(255, 255, 255, 0.5);
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    border-radius: 100px;

}
#adv_prev:hover, #adv_next:hover {
    background: rgba(255, 255, 255, 0.7);
}
.video_listgroup .video_listitem:last-child {
    margin-right: 0;
}
.navigation .swiper-button-disabled {
    color: #e8e8e8;
}


.rankSwiper-pagination {
    display: none;
    margin-top: 22px;
}
.rankSwiper-pagination .item {
    width: 100%;
    background: none;
    font-size: 17px;
    line-height: 30px;
    height: 30px;
    color: #C5C5C5;
    padding-left: 22px;
    border-left: 2px solid #E7E7E6;
}
.rankSwiper-pagination .item.active {
    color: #000000;
    border-left: 2px solid #FA9222;
    font-weight: bold;
}
.service-pagination {
    /*display: none;*/
    margin-top: 22px;
    overflow: hidden;
    margin-bottom: 22px;
}

.service-pagination .item {
    width: 100%;
    float: left;
    background: none;
    font-size: 17px;
    line-height: 30px;
    height: 30px;
    color: #C5C5C5;
    padding-left: 22px;
    border-left: 2px solid #E7E7E6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-pagination .item.active {
    color: #000000;
    border-left: 2px solid #FA9222;
    font-weight: bold;
}

.booth.wap {
    display: none;
}

.bottom {
    display: flex
}
.layui-laydate .layui-this {
    background-color: #FA9222 !important;
}



@media (max-width: 1400px) {
    .product-sort-menu {
        /*gap: 2vw;*/

    }

    .product-sort-menu ._item svg {
        width: 5vw;
    }

    .ezbuy-cont .left-form {
        max-width: 36vw;
    }

    .ezbuy-cont .right-img ._img2 {
        width: 40vw;
        height: fit-content;
        max-height: 400px;
    }
}

@media (max-width: 992px) {
    .home-banner {
        margin: 0;
    }

    .product-sort-btn {
        font-size: 24px !important;
    }

    .home-banner .swiper-pagination {
        bottom: 25px;
    }

    .home-title {
        margin: 0 97px;
    }

    .home-title.wap {
        display: none;
    }

    .home-banner .swiper-pagination .swiper-pagination-bullet {
        background: rgba(0, 0, 0, 0.5);
        width: 55px;
        opacity: 1;
    }

    .home-banner .swiper-pagination .swiper-pagination-bullet-active:after {
        background: #DFD2D0;
    }

    .product-sort-menu {
        /*gap: 2vw;*/
        padding: 0 10px;
    }

    .rankSwiper {
        width: 150%;
    }

    .split-line-4 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .product-sort-menu ._item div {
        font-size: 12px;
        line-height: 15px;
        width: 80%;
        color: #949393;
    }

    .product-sort-menu ._item.on div {
        color: #000;
        font-weight: bold;
    }

    .product-sort-menu ._item svg {
        width: auto;
        height: 49px;
    }

    .rank-item-header .iconfont {
        width: 26px;
        line-height: 26px;
        height: 26px;
    }

    .home-title .line2 {
        width: 100%;
    }

    .rank-item-header div {
        font-size: 19px;
    }

    .rank-item-header {
        padding: 18px;
    }


    .product-sort-btn.icon-zuo {
        left: -10px;
    }
    .product-sort-btn.icon-you {
        right: -10px;
    }
    .ezbuy-cont .left-form {
        max-width: 100%;
    }
    .split-line-3 {
        grid-template-columns: none !important;
    }
    .service-item ._left {
        width: 100%;
        aspect-ratio: 1015 / 636;
    }

    .adv_tipbar {
        display: none !important;
    }

    .service-item {
        display: block;
    }

    .service-item ._right {
        width: 100%;
        background-image: url("../../common/img/service-bg.png");
        background-size: cover;
        padding: 24px 18px;
    }

    .service-item ._right ._name {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .home_adv .swiper-notification {
        display: block;
        text-align: center;
        width: 100%;
    }

    .service-item ._right ._cont {
        font-size: 12px;
        line-height: 21px;
    }

    .booth {
        margin: 0 auto 50px;
        padding: 20px 0 43px;
    }

    .home_adv {
        margin: 25px 0;
        display: block;
        overflow: hidden;
    }

    .home_adv .home_adv_item div {
        border: 0
    }

    .home_adv .home_adv_item {
        width: 100%;
        margin: 0 !important;
    }


    .swiper-pagination-bullet-active {
        background: #F49E15;
    }

    .adv_hd {
        display: block;
        width: 100%;
        text-align: center
    }

    .adv_hd span {
        color: #2E2E2E;
        font-size: 14px;
        margin: 0 5px;
    }

    .adv_hd span.on {
        color: #09307f;
        font-weight: bold;
    }


    .rankSwiper-pagination {
        display: block;
    }

    .ezbuy .home-title {
        display: block;
    }

    .home-title .line1 {
        text-align: center;
        font-size: 28px;
        margin-bottom: 7px;
        white-space: nowrap;
    }

    .ezbuy-cont .left-form ._name {
        display: none;
    }

    .ezbuy {
        margin-top: 51px;
        margin-bottom: 0;
        padding: 28px 0;
        background: #E7E6E5;
    }

    .ezbuy .d-flex-between {
        display: block;
    }

    .ezbuy .d-flex-between .right-img {
        display: block;
        text-align: center
    }

    .ezbuy-cont .right-img ._img1 {
        margin: 0;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .ezbuy-cont .left-form .ezbuy-btn {
        margin-top: 20px;
    }

    .ezbuy-cont .left-form .home-line2 {
        grid-gap: 20px;
    }

    .ezbuy-cont .right-img ._img2 {
        width: 374px;
        margin: 0;
        height: 314px;
    }

    .booth .home-title {
        display: block;
    }

    .booth.wap {
        display: block;

        background: #353535;
    }

    .booth.pc {
        display: none;
    }

    .booth-line1.d-flex {
        margin: 50px 0;
        display: block;
    }

    .booth-line1 .video-box {
        width: 100%;
    }

    .booth-line1 ._left .video-box {

        width: 177px;
        min-width: 177px;
        position: relative;
        overflow: hidden;
    }

    .booth-line1 ._left .t1 {
        font-size: 19px;
        margin-top: 20px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .booth-line1 ._left {
        margin-right: 0;
    }

    .booth-line1 ._left .booth-btn {
        margin: 40px auto;
        margin-bottom: 0;
    }

    .news-line ._item {
        display: block;
        width: 100%;
        margin-bottom: 14px;
    }

    .news-line {
        margin-bottom: 34px;
        display: block;
    }

    .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
        display: none;
    }

    .adv_prev1, .adv_next1 {
        display: none;
    }

    .footer-site ._right ._btn {
        position: relative;
        left: 50%;
    }

    .service-preview {
        margin-bottom: 25px;
    }




    .service-preview {
        display: none !important;
    }

    .home-banner #adv_prev, .home-banner #adv_next {
        display: none;
    }

    .product-sort-inner ._item .shop-name {
        display: none;
    }

    .product-sort-menu ._item div {
        margin-bottom: 7px;
    }

    .home-btn.product-btn {
        margin: 37px auto 37px;
    }

    .cotags {
        overflow: auto;
        margin-bottom: 40px;
    }

    .cotags .box {
        gap: 7px;
        white-space: nowrap;
    }

    .cotags .item {
        padding: 10px 16px;
        border: 1px solid #c3c1c1;
        font-size: 12px;
        border-radius: 50px;
        margin-bottom: 7.5px;
        color: #000;
        font-weight: bold;
    }

    .product-sort-inner ._item {
        position: relative;
    }

    .product-sort-inner ._item img {
        margin-bottom: 8px;
    }

    .product-sort-inner ._item .wap-show {
        position: absolute;
        right: 7px;
        text-align: right;
        bottom: 15px;
        color: #C7C7C9;
        font-size: 19px;
    }

    .booth-line1 ._left .split-line-4 {
        gap: 14px;
        padding-bottom: 10px;
        display: flex;
        overflow: auto;
    }

    .product-sort-inner ._item .d-flex {
        margin-bottom: 0;
    }

    .product-sort-menu .swiper-wrapper {
        justify-content: initial;
    }

    .product-sort-btn.swiper-button-disabled {
        opacity: 0.5;
    }

    .home-banner #banner_prev, .home-banner #banner_next {
        display: none;
    }

    .product-sort-inner ._item .d-flex .limit-2 {
        font-size: 12px;
        text-align: center;
        line-height: 14px;
        height: 28px;
        width: 100%;
    }

    .picbox {
        position: relative
    }

    .ezbuy-cont .left-form ._form-input ._label {
        font-size: 13px;
        margin-bottom: 7px;
    }

    .ezbuy-cont .left-form .home-line2 ._label {
        font-size: 13px;
        font-weight: bold;
    }

    .textse {
        width: 231px;
        font-size: 19px;
        font-weight: bold;
        color: #2D2D2D;
        margin: 0 auto;
        text-align: center;
        line-height: 26px;
        margin-top: 60px;
    }

    .ezbuy-cont .right-img ._img1 div {
        font-size: 17px;
        font-weight: bold;
    }

    .ezbuy-cont .left-form .ezbuy-t1{
        font-size: 13px;
    }

    .booth-line1 ._left .t2 {
        margin-bottom: 30px;
    }

    .news-line ._item .tag {
        font-size: 19px;
        height: 46px;
        line-height: 46px;
        min-width: 135px;
    }

    .news-line ._item .tag .iconfont {
        font-size: 15px;
    }

    .news-line ._item .btm-info {
        padding: 28px 19px 35px;
    }

    .news-line ._item .btm-info .desc {
        font-size: 13px;
        line-height: 21px;
        height: 63px;
    }

    .news-line ._item .other-info .other-info-name {
        font-size: 12px;
        line-height: 15px;
    }
    .news-line ._item:nth-child(3) .other-info .time {
        font-size: 12px;
        line-height: 17px;
    }

    .news-line ._item .other-info {
        padding: 47px 0px 20px;
    }

    .footer-toast ._line:nth-child(3) {
        margin-bottom: 0;
    }

    input[name='order_quantity'] {
        width: 3em !important;
    }

    .fixbox {
        position: fixed;
        z-index: 9;
        width: 100%;
        height: 100%;

        align-items: center;
        justify-content: center;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
        display: none;
    }
    .reque{position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;top: 0;
        left: 0;}
    .fixbox.on{
        display: flex;
    }
    .fixbox img{
        width: 80%;}
}
