.banner {
    width: 100%;
    height: 0;
    /* padding-bottom: 49%; */
    display: block;
    position: relative;
}

.banner .m-banner-img {
    display: none;
}

.banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
}

.text-head {
    color: #333333;
    font-size: 30px;
    text-align: center;
    margin: 40px 62px 30px;
    letter-spacing: 2px;
    font-weight: bold;
}

.text-sub-head {
    font-family: Muli-Light, sans-serif!important;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    color: #333;
    font-weight: 400;
    font-style: normal;
}

.flah-head {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.flah-head .flah-title {
    font-family: Muli-Bold, Muli !important;
    font-weight: bold;
    color: #333333;
    display: inline-block;
}

.flah-head .flah-time {
    margin-left: 10px;
    margin-bottom: 0px;
    display: flex;
    line-height: 34px;
    font-weight: bold;
    color: #000000;
    font-size: 23px;
}

.flah-head .flah-time span {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    font-family: Muli-SemiBold, Muli !important;
    font-weight: 600;
    color: #FFFFFF;
    background: #000000;
}

.flah-head .flah-time i {
    margin: 0 4px;
}

.flah-head .icon-you {
    position: absolute;
    right: 0;
}

.shop-category {
    display: flex;
    justify-content: center;
    column-gap: 1%;
    max-width: 7500px;
}

.shop-category .shop-list {
    box-sizing: border-box;
    display: block;
    margin-right: 1.25%;
    width: 20%;
    max-width: 750px;
}

.shop-category .shop-list:last-child{
    margin-right: 0;
}

.shop-category .shop-list .shop-img {
    width: 100%;
    position: relative;
    height: 0;
    background-color: #eee;
    padding-bottom: 100%;
}

.shop-category .shop-list .shop-img img {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    aspect-ratio: 1;
    object-fit: cover;
}

.shop-category .shop-list .shop-img img:hover{
    opacity: 0.8;
}

.shop-category .shop-list p {
    color: #333333;
    text-align: center;
    font-family: Muli-Bold!important;
    font-size: 18px;
    margin-top: 20px;
    font-weight: normal;
}

.banner-center {
    margin-top: 2%;
    display: block;
    cursor: pointer;
    background-size: auto 100%;
    width: 100%;
    background-position: center;
    color: #FFFFFF !important;
}

.banner-center .pc_img {
    width: 100%;
}

.yd_img {
    display: none;
}

.mid-banner {
    display: flex;
    justify-content: center;
    /* margin-top: 80px; */
    margin-left: 56px;
    margin-right: 56px;
}

.mid-banner .mid-banner-list {
    position: relative;
    width: 48%;
    box-sizing: border-box;
    padding: 0 8px;
    max-width: 668px;
}

.mid-banner .mid-banner-list .mid-banner-img {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 0;
    background-color: #eee;
    padding-bottom: 100%;
}

.mid-banner .mid-banner-list .mid-banner-img img,
.third-par .third-banner-img img {
    width: 100%;
    height: 100%;
    transition: all 0.8s;
    position: absolute;
    object-fit: cover;
}

.mid-banner .mid-banner-list .mid-banner-btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.mid-banner .mid-banner-list .mid-banner-btn p {
    font-size: 22px;
    font-family: Muli-Bold, Muli !important;
    font-weight: bold;
    /* color: #FFFFFF; */
    line-height: 38px;
    margin-bottom: 24px;
}

.mid-banner .mid-banner-list .mid-banner-btn .mid-btn {
    height: 44px !important;
    line-height: 44px !important;
    background: #FFFFFF;
    padding: 0 17px;
    font-family: Muli-Bold, Muli !important;
    font-size: 14px !important;
    font-weight: bold;
    color: #333333;
    letter-spacing: 1px;
    display: inline-block;
    border: 1px solid #fff;
    -webkit-transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
}

.mid-banner .mid-banner-list .mid-banner-btn .mid-btn:hover {
    color: #fff;
    border: 1px solid;
    background-color: transparent;
}

.shop-category .third-par {
    width: 33%;
    /* margin: 0 8px; */
    max-width: 668px;
    box-sizing: border-box;
}

.shop-category .third-par .third-banner-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 0;
    background-color: #eee;
    padding-bottom: 100%;
}

.shop-category .third-par .btn-div {
    justify-content: center;
    display: flex;
}

.shop-category .third-par .btn {
    text-align: center;
    font-family: Muli-Bold!important;
    margin-top: 20px;
    width: 216px;
    height: 44px;
    padding: 0 !important;
    border: 1px solid #000000;
    line-height: 44px;
    color: #333;
    letter-spacing: 1px!important;
    font-weight: 400;
    font-style: normal;
    background-color: transparent;
    -webkit-transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
    position: relative;
}

.shop-category .third-par .btn::before {
    -webkit-transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: transform .45s cubic-bezier(.785, .135, .15, .86), -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
    background-color: #000;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scaleX(0);
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.shop-category .third-par .btn:hover {
    color: #fff;
    border-color: #000;
}

.shop-category .third-par .btn:hover:before {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1);
}


/*产品列表*/

.pro-list {
    display: flex;
    align-items: stretch;
}

.new-logo {
    position: absolute;
    width: 39px;
    height: 22px;
    margin: 10px;
    left: 0px;
    top: 0px;
}

.new-logo img.new-logo-img {
    z-index: 1;
}

.off-logo {
    display: inline-block;
    width: 75px;
    height: 28px;
    font-size: 14px;
    font-family: Muli-Bold, Muli !important;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
    background: url(../img/off_red.png) no-repeat;
    background-size: cover;
    margin-left: -9px;
    margin-top: 8px;
    position: absolute;
    z-index: 1;
}

.pro-img {
    width: 100%;
    max-width: 750px;
    display: block;
}

.pro-img:hover .img {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    display: none;
}

.pro-img img {
    width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 1;
}

.pro-img>.hover-img {
    display: none;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

.pro-img:hover .hover-img {
    display: block;
}

.pro-title {
    color: #333;
    font-family: Muli-SemiBold!important;
    font-weight: normal;
    display: -webkit-box;
    min-width: 0;
    font-size: 14px;
    margin-bottom: 4px;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pro-money {
    display: inline-block;
    letter-spacing: 1px;
    color: #E61717 ;
    font-family: Muli-ExtraBold!important;
    font-size: 12px;
}

.money {
    font-size: 12px;
    letter-spacing: 1px;
    margin-left: 10px;
    margin-top: 3px;
}

.swiper-button-prev,
.swiper-button-next {
    z-index: 1111;
    opacity: 1;
    color: #454545;
    background: hsla(0, 0%, 100%, .7);
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    margin-top: 0;
    width: 40px;
}

.swiper-button-next {
    left: unset;
    right: 0;
}

.comments .swiper-button-prev,
.comments .swiper-button-next {
    background: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #454545;
    font-size: 20px;
    font-weight: bold;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
}

.instagram-list .instagram-item {
    position: relative;
    display: block;
}

.instagram-list .instagram-item .instagram-img {
    width: 100%;
    position: relative;
    height: 0;
    background-color: #eee;
    padding-bottom: 100%;
    display: block;
}

.instagram-list .instagram-item .instagram-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.instagram-list .instagram-item .img-hover {
    background: hsla(0, 0%, 100%, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    width: 100%;
    z-index: 3;
}

.instagram-list .instagram-item:hover .img-hover {
    opacity: 1;
}

.instagram-list .instagram-item .img-hover i {
    display: block;
    top: 35%;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 30px;
    text-align: center;
}

.instagram-list .instagram-item .img-hover button {
    font-size: 12px!important;
    height: 28px;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    bottom: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    left: 20px;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition-duration: .45s;
    transition-duration: .45s;
    -webkit-transition-property: color, border;
    transition-property: color, border;
    -webkit-transition-timing-function: cubic-bezier(.785, .135, .15, .86);
    transition-timing-function: cubic-bezier(.785, .135, .15, .86);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: calc(100% - 40px);
    z-index: 1;
    font-family: Muli-Bold, sans-serif!important;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 70%;
}

.instagram-list .instagram-item .img-hover button:before {
    background: #000;
    bottom: 0;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: transform .45s cubic-bezier(.785, .135, .15, .86), -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
    width: 100%;
    z-index: -1;
}

.instagram-list .instagram-item .img-hover button:hover {
    border-color: #000;
    color: #000;
}

.instagram-list .instagram-item .img-hover button:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
} 

.comments {
    color: #333;
}


/*星星*/

.comments .star-list {
    display: inline-flex;
}

.comments .star {
    position: relative;
}

.comments .star i.stari {
    position: relative;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-family: c-icon, sans-serif!important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #ffb400;
    width: 1em;
    line-height: 1em;
    font-size: 16px;
    display: block;
}

.comments .star i.stari::before {
    content: '\e75b';
}

.comments .star i.full::before {
    content: '\e75d';
}

.comments .star i.half {
    width: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.comments .title {
    padding-left: 56px;
    padding-right: 56px;
}

.comments .content {
    padding-left: 40px;
    padding-right: 30px;
}

.flah-list {
    max-width: 7500px;
}

.flah-list .swiper-wrapper {  
    /* justify-content: flex-start; */
    justify-content: space-between;
}

.flah-list .swiper-wrapper .swiper-slide{
    margin-right: 1.1%;
    width: 20%;
    max-width: 750px;
}

.flah-list .swiper-wrapper .swiper-slide:last-child{
    margin-right: 0;
}


/* .comments .arrow_prev,.comments .arrow_next{
    position: relative;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: inherit;
    font-family: c-icon,sans-serif!important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.comments .arrow_prev::before {
    content: '\e728';
}

.comments .arrow_next::before {
    content: '\e729';
} */

.m-shop {
    display: none;
}

/* 类别商品组件Begin */

.prod-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* 类别商品组件End */

@media screen and (min-width: 1921px) {
  .flah-list .swiper-wrapper{
      justify-content: space-between;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .mid-banner .mid-banner-list {
        max-width: 480px;
    }
}

@media screen and (min-width: 1025px) {
    .shop-category {
        margin: 0px 56px 0px 56px;
    }
    .pro-list,
    .flah-list {
        margin: 0px 56px 0px 56px;
    }
    .mid-banner .mid-banner-list .mid-banner-img img:hover,
    .third-par .third-banner-img img:hover {
        transform: scale(1.1);
    }
    .flah-head {
        margin: 40px 62px;
    }
    .flah-head .flah-title {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 2px;
    }
}

@media (min-width: 769px) {
    .text-sub-head {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 40px;
        margin-top: 8px;
    }
    .comments {
        margin: 100px auto 0;
        max-width: 100%;
        width: 1200px;
    }
    .comments .title {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 30px;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .comments .title .title-left {
        font-size: 24px;
        line-height: 30px;
        font-family: Muli-Bold, sans-serif!important;
        -webkit-font-smoothing: antialiased;
    }
    .comments .count {
        font-size: 14px;
        line-height: 18px;
        margin-right: 16px;
    }
    .comments .arrow_prev,
    .comments .arrow_next {
        font-size: 16px;
    }
    .comments .content {
        border-top: 1px solid #f2f2f2;
        margin-top: 20px;
        padding-top: 20px;
    }
    .comments .content .comment-title {
        color: #333;
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 12px;
        margin-top: 11px;
    }
    .comments .content .comment-content {
        color: #333;
        font-size: 14px;
        line-height: 21px;
        overflow: hidden;
        word-break: break-word;
        max-height: 64px;
    }
    .comments .content .read-more {
        color: #1ea0f0;
        cursor: pointer;
        font-size: 14px;
        line-height: 18px;
        margin-top: 4px;
    }
    .comments .content .comment-user {
        color: #333;
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .shop-category .third-par .btn {
        width: 216px;
        height: 36px;
        color: #333;
        border: 1px solid #000000;
        line-height: 36px;
        padding: 0 !important;
        margin-top: 12px !important;
    }
    .shop-category {
        margin-left: 8px;
        margin-right: 8px;
        flex-wrap: wrap;
    }
    .shop-category .third-par {
        flex: 45%;
        margin-left: 8px;
        margin-right: 8px;
    }
    .shop-category .third-par:nth-child(3) {
        margin-top: 24px;
        flex: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1280px) {
    .comments {
        /* padding-left: 56px;
        padding-right: 56px; */
        width: unset;
    }
}

@media screen and (max-width: 1160px) {
    .text-head {
        font-size: 18px;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 24px;
        letter-spacing: 1px;
        font-weight: bold;
    }
    .pro-title {
        font-size: 12px!important;
    }
    .banner-center {
        margin-left: 0!important;
        margin-right: 0!important;
    }
}

@media (max-width: 1024px) {
    .pc-shop {
        display: none;
    }
    .m-shop {
        display: flex;
        flex-wrap: wrap;
    }
    .m-shop-list {
        width: 33%;
        color: #333333;
        margin-top: 16px;
        align-items: center;
        flex-direction: column;
        display: flex;
    }
    .m-shop-list .m-shop-img {
        width: 160px;
        position: relative;
        height: 160px;
    }
    .m-shop-list .m-shop-img img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
        position: absolute;
        font-family: Muli-SemiBold!important;
    }
    .m-shop-list p {
        letter-spacing: 1px;
        font-size: 16px;
        text-align: center;
        margin-top: 8px;
        font-family: Muli-SemiBold!important;
        font-weight: 400;
    }
    .mid-banner .mid-banner-list {
        max-width: 320px;
    }
    .mid-banner .mid-banner-list .mid-banner-btn p {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    .mid-banner .mid-banner-list .mid-banner-btn .mid-btn {
        height: 36px !important;
        line-height: 36px !important;
        padding: 0 7px;
        font-size: 12px !important;
    }
    .flah-head {
        margin: 30px 0 20px 0;
    }
    .flah-head .flah-title {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1px;
    }
    .flah-head .flah-time {
        font-size: 16px;
        line-height: 19px;
    }
    .flah-head .flah-time span {
        width: 19px;
        height: 19px;
        line-height: 19px !important;
        font-size: 12px;
        font-weight: 600;
    }
    .flah-head .flah-time i {
        margin: 0 2px;
    }
    .flah-head .icon-you {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 767px) {
    .head-item > img {
        margin-right: 16%;
    }
    .banner-center {
        background: url(../img/banner5.png) no-repeat;
        background-size: 100% auto;
        background-position: center;
    }
    .yd_img {
        display: block;
        width: 100%;
        margin-top: 9%;
    }
    .pc_img {
        display: none;
    }
    .shop-category .third-par .btn {
        height: 36px;
        line-height: 36px;
    }
    .m-shop-list .m-shop-img {
        width: 80px;
        height: 80px;
    }
    .discout-pic {
        height: 42px;
    }
    .m-shop-list p {
        font-size: 12px;
    }
    .comments {
        padding: 24px 0;
    }
    .comments .title {
        padding-left: 16px;
        padding-right: 16px;
    }
    .comments .title .title-left {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 13px;
        font-family: Muli-Bold, sans-serif!important;
        -webkit-font-smoothing: antialiased;
    }
    .comments .content {
        border-top: 1px solid #f2f2f2;
        margin-top: 16px;
        padding-top: 16px;
    }
    .mid-banner {
        margin-left: 16px;
        margin-right: 16px;
        flex-direction: column;
    }
    .mid-banner .mid-banner-list {
        width: 100%;
        max-width: unset;
        margin-bottom: 24px;
    }
    .mid-banner .mid-banner-list:first-child {
        margin-bottom: 24px;
    }
    .shop-category {
        flex-wrap: wrap;
    }
    .shop-category .third-par {
        width: 100%;
    }
    .shop-category .third-par {
        margin: 0 16px 40px;
    }
    .shop-category .third-par:last-child {
        margin-bottom: 0;
    }
    .pro-list {
        margin: 0px;
    }
    .flah-list {
        margin: 0 16px;
    }
    .flah-head {
        justify-content: flex-start;
        margin: 30px 16px 16px;
    }
    .off-logo {
        width: 62px;
        height: 22px;
        line-height: 18px;
        font-size: 12px;
        margin-left: -4px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 689px) {
    .banner {
        /* padding-bottom: 147%; */
    }
    .banner .banner-img {
        display: none;
    }
    .banner .m-banner-img {
        display: block;
    }
}