#mall_main {
    width: 100%;
}

#container:has(#mall_main) {
    max-width: 100%;
    width: 100%;
    padding: 144px 0 0;
}

.slide-tab-content {
    display: none;
}

.slide-tab-content.active {
    display: block;
}


#mall_main .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    padding-left: 95px;
    margin-bottom: 27px;
    position: relative;
}

#mall_main .title b {
    color: #000;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
}

#mall_main .title em {
    color: #38AFF5;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
}

#mall_main.factory_main .title em {
    color: #F4511E;
}

#mall_main .title b + em {
    padding-left: 10px;
}

.main_banner_new_wrap {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    /* margin-left: 1px; */
}


.main_banner_new_wrap .swiper-wrapper {
    height: auto;
}

.main_banner_new_wrap .swiper-container {
    width: 100% !important;
    position: relative;
}

.main_banner_new_wrap .swiper-slide a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 26.89%, rgba(0, 0, 0, 0.10) 47.08%);
    z-index: 1;
    display: block;
}


.main_banner_new_wrap .con {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 37px;
    left: 46px;
    z-index: 2;
}

.main_banner_new_wrap .con strong {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.3px;
}

.main_banner_new_wrap .con span {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.3px;
    margin-top: 24px;
}


.main_banner_new_slider .swiper-button-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: url(../../images/common/main_slide_prev.svg) center no-repeat;
    background-size: 50px;
}

.main_banner_new_slider .swiper-button-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: url(../../images/common/main_slide_next.svg) center no-repeat;
    background-size: 50px;
}

.main_banner_new_slider .swiper-button-next:after, .main_banner_new_slider .swiper-rtl .swiper-button-prev:after, .main_banner_new_slider .swiper-button-prev:after, .main_banner_new_slider .swiper-rtl .swiper-button-next:after {
    display: none;
}

.main_product_roll_section .swiper-button-prev, .main_product_roll_section .swiper-button-next {
    opacity: 0 !important;
    transition: all .6s ease;
}

.main_product_roll_section .roll_section-inner:hover .swiper-button-prev, .main_product_roll_section .roll_section-inner:hover .swiper-button-next {
    opacity: 1 !important;
    transition: all .6s ease;
}


.toast_popup {
    position: fixed;
    bottom: 120px;
    right: 30px;
    z-index: 11;
    transition: 0.5s;
    width: 180px;
    height: 278px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.45);
}

.toast_popup .toast_list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.toast_popup .toast_list ul li .toast {
    background: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
}

.toast_popup .toast_list ul li .toast .cons {
    width: 180px;
    height: 278px;
    aspect-ratio: 1;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    border-radius: 4px;
    overflow: hidden;
}


.toast_popup .toast_list ul li .toast .toast_close {
    position: absolute;
    left: 11px;
    width: 25px;
    height: 25px;
    margin-left: 0;
    top: 9px;
    opacity: 0.6;
    right: auto;
    background: url(../../images/main/tost_close.svg) center no-repeat;
    background-size: 25px;
}

.toast_popup .toast_list ul li .toast .toast_blank {
    position: absolute;
    top: 12px;
    right: 15px;
    text-indent: -99999em;
    width: 20px;
    height: 20px;
    opacity: 0.6;
    margin-bottom: auto;
    background: url(../../images/main/tost_blank.svg) center no-repeat;
}


.main-quick_menu_wrap {
    width: 1200px;
    margin: 30px auto 0;
}

.main-quick_menu_wrap .quick_menu_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 4px;
    row-gap: 10px;
}


.main-quick_menu_wrap .quick_menu_list li a {
    border-radius: 100px;
    border: 1px solid #ddd;
    padding: 4px 18px 4px 4px;
    display: flex;
    background-color: transparent;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all .6s;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    font-weight: 600;
}

/* .main-quick_menu_wrap .quick_menu_list li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #111;
    z-index: -1;
    transition: all .6s ease;
  }
  
  .main-quick_menu_wrap .quick_menu_list li a:hover::after {
    width: 100%;
    transition: all .6s ease;
  }
  
  .main-quick_menu_wrap .quick_menu_list li a:hover {
    color: #fff;
    transition: all .6s ease;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    background-color: transparent;
  }
  
  .main-quick_menu_wrap .quick_menu_list li a:hover::after {
    transform: scale(2) skew(-45deg) translateX(0);
  } */
.main-quick_menu_wrap .quick_menu_list li a em {
    margin-right: 8px;
    width: 34px;
    height: 34px;
    background-color: #f7f7f7;
    border-radius: 100%;
    overflow: hidden;
}


.main_product_roll_section {
    /* padding-top: 160px; */
    position: relative;
    max-width: 1920px;
    /* padding-left: 14%; */
    margin: 0 auto;
}

.main_product_roll_section:first-child {
    padding-top: 100px;
}

#mall_main .wrap > div#time_sale {
    padding-top: 100px;
}

#mall_main .wrap > div#rank_live {
    padding-top: 100px;
}

#mall_main .wrap > .main_product_roll_section + #groobeeRecommendGoodsArea:has(*) {
    padding-top: 160px;
}
#mall_main .wrap > .main_product_roll_section + #groobeeRecommendGoodsArea > .main_product_roll_section{
	padding-top:0;
}
.main_product_roll_section#time_sale + .main_product_roll_section#rank_live {
    padding-top: 160px;
}

.main_product_roll_section .rank-event-list, .main_product_roll_section .limited-event-list {
    position: relative;
}

.main_product_roll_section .limited-event-list .swiper-button-prev, .main_product_roll_section .limited-event-list .swiper-button-next, .main_product_roll_section .rank-event-list:has(.rank-slide-wrap) .swiper-button-prev, .main_product_roll_section .rank-event-list:has(.rank-slide-wrap) .swiper-button-next {
    top: 57.5% !important;
}

.main_product_roll_section .rank-event-list:not(:has(.more-wrap)):has(.swiper-grid) .swiper-button-prev, .main_product_roll_section .rank-event-list:not(:has(.more-wrap)):has(.swiper-grid) .swiper-button-next {
    top: 57.5%;
}

.main_product_roll_section .rank-event-list:not(:has(.swiper-grid)) .swiper-button-prev, .main_product_roll_section .rank-event-list:not(:has(.swiper-grid)) .swiper-button-next {
    top: 51.5%;
}

.main_product_roll_section .rank-event-list:has(.swiper-grid):has(.more-wrap) .swiper-button-prev, .main_product_roll_section .rank-event-list:has(.swiper-grid):has(.more-wrap) .swiper-button-next {
    top: 52.5%;
}

.main_product_roll_section .rank-event-list:not(:has(.swiper-grid)) .title:has(.slide-tab-buttons) ~ .swiper-button-prev, .main_product_roll_section .rank-event-list:not(:has(.swiper-grid)) .title:has(.slide-tab-buttons) ~ .swiper-button-next {
    top: 53.5%;
}

.main_product_roll_section .rank-event-list .title:has(.slide-tab-buttons) ~ .swiper-button-prev, .main_product_roll_section .rank-event-list .title:has(.slide-tab-buttons) ~ .swiper-button-next {
    top: 58.5%;
}

#mall_main .wrap > #groobeeRecommendGoodsArea + .main_product_roll_section:has(*) {
    padding-top: 160px;
}


.main_product_roll_section .swiper {
    margin-left: 95px;
}

.main_product_roll_section .swiper-slide {
    width: 344px;
    height: 100%;
}

.main_product_roll_section .swiper-wrapper {
    row-gap: 60px;
}

.main_product_roll_section .event-time-wrap {
    font-size: 32px;
    font-weight: 600;
    color: #000;
}

.main_product_roll_section .event-time-wrap strong {
    display: block;
    line-height: 1;
}


.main_product_roll_section .img-box {
    /* position: relative; */
    /* overflow: hidden; */
    /* background-color: #f5f5f5; */
}

.main_product_roll_section .btn_cart {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background: url(../../images/common/icon-cart-new.png) center no-repeat;
    background-size: contain;
    text-indent: -99999em;
    z-index: 10;
}

.main_product_roll_section .swiper-slide > .btn_cart {
    bottom: 119px;
}



.main_product_roll_section .txt-box:has(.brand-txt:empty) .goods-name{
    padding-bottom: 15px;
}

.main_product_roll_section .icon-box .sale {
    font-size: 14px;
    color: #fff;
    background-color: #000;
    padding: 1px 5px;
    font-weight: 700;
    border-radius: 3px;
    border: 1px solid #000;
    margin-right: 11px;
    height: 20px;
    line-height: 20px;
}

/*
.main_product_roll_section .icon-box .first-price {
    font-size: 10px;
    color: #38AFF5;
    background-color: #fff;
    padding: 1px 5px;
    border-radius: 3px;
    border: 1px solid #38AFF5;
    margin-right: 2px;
    height: 20px;
    line-height: 20px;
}

.main_product_roll_section .icon-box .free-delivery {
    font-size: 10px;
    color: #AAA;
    background-color: #fff;
    padding: 1px 5px;
    border-radius: 3px;
    border: 1px solid #AAA;
    margin-right: 2px;
    height: 20px;
    line-height: 20px;
}

.main_product_roll_section .icon-box .exc-product {
    font-size: 10px;
    color: #F4511E;
    background-color: #fff;
    padding: 1px 5px;
    border-radius: 3px;
    border: 1px solid #F4511E;
    margin-right: 2px;
    height: 20px;
    line-height: 20px;
}
*/

.main_product_roll_section .title a.more-product-btn {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #747474;
    line-height: 1.2;
    position: absolute;
    right: 99px;
    bottom: 5px;
}

.main_product_roll_section .more-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 60px;
}

/* .main_product_roll_section .more-wrap::before {
    content: '';
    position: absolute;
    width:100%;
    height:1px;
    background-color: #aaa;
    top:50%;
  } */
.main_product_roll_section .more-wrap .more-large-btn {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #000;
    display: block;
    font-weight: 600;
    border: 1px solid #ddd;
    border-radius: 100px;
    padding: 0 90px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.main_product_roll_section .slide-tab-buttons {
    display: flex;
    gap: 16px;
}


.main_product_roll_section .slide-tab-button {
    font-size: 17px;
    color: #666;
    line-height: 2;
    font-weight: 400;
    padding: 10px 0 0;
    margin: 0;
    display: inline-block;
    line-height: 28px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
}


.main_product_roll_section .slide-tab-button.active {
    border-bottom: 1px solid #000;
    color: #000;
    font-weight: 600;
}

.main_product_roll_section .swiper-button-prev {
    cursor: pointer;
    position: absolute;
    top: 677px;
    transform: translateY(-50%);
    left: 20px;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: url(../../images/common/marin_pr_slide_prev.svg) center no-repeat;
    background-size: 50px;
    z-index: 99;
    transition: all .6s ease;
    opacity: 1;
}

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


.main_product_roll_section .swiper-button-next {
    cursor: pointer;
    position: absolute;
    top: 677px;
    transform: translateY(-50%);
    right: 20px;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: url(../../images/common/marin_pr_slide_next.svg) center no-repeat;
    background-size: 50px;
    z-index: 99;
    transition: all .6s ease;
    opacity: 1;
}


.main_product_roll_section .roll_section-inner:hover .swiper-button-disabled {
    opacity: 0.4 !important;
    transition: all .6s ease;
}

.main_product_roll_section .limited-swiper-button-next .more-product-bloon {
    position: absolute;
    right: 67px;
    width: 135px;
    opacity: 1;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background-color: #000;
    border-radius: 100px;
    transition: all .6s ease;
    line-height: 1.5;
    text-align: center;
    padding: 14px 0;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.20);
}

.main_product_roll_section .limited-swiper-button-next .more-product-bloon::after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background-image: url(../../images/common/more-ar-icn.svg);
    right: -8px;
    top: 20px;
}

.main_product_roll_section .swiper-button-disabled .more-product-bloon {
    opacity: 0;
    transition: all .6s ease;
}


.main_product_roll_section .rank-slide-wrap .swiper-slide {
    width: auto;
    max-width: 1720px;
    height: auto !important;
    flex-shrink: 0;
}



.main_product_roll_section .rank-slide-wrap .rank-slide-box {
    position: relative;
    width: 344px;
    height: 100%;
    flex-shrink: 0;
    height: auto;
}

.main_product_roll_section .rank-slide-wrap .rank-slide-inner {
    display: flex;
    /* flex-direction: row; */
    flex-wrap: wrap;
    /* align-content: center; */
    /* align-items: flex-start; */
    row-gap: 60px;
}


.rank-slide-wrap .swiper-slide .rank-number {
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px;
    box-sizing: border-box;
    background: #000;
    color: #fff;
    z-index: 2;
    font-size: 17px;
    line-height: 100%;
    font-weight: 400;
    min-width: 37px;
    min-height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.live-broadcast-wrap {
    position: relative;
    max-width: 100%;
    margin: 160px auto 0;
    background: #F8F8F8;
    padding: 0 !important;
    box-sizing: border-box;
    height: max-content;
}

.live-broadcast-wrap .live-broadcast-inner {
    display: flex;
    background-color: #F8F8F8;
    padding: 80px 90px;
    justify-content: space-between;
    /* border-top: 1px solid #eee; */
    /* border-bottom: 1px solid #eee; */
    height: auto;
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0 auto;
    height: max-content;
}


.live-broadcast-wrap .live-tab-wrap .live-tab-list ul {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
}

.live-broadcast-wrap .live-tab-wrap .live-tab-list ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
}

.live-broadcast-wrap .live-tab-wrap .live-tab-list ul li a em {
    display: none;
}

.live-broadcast-wrap .live-tab-wrap .live-tab-list ul li.active a {
    color: #fff;
    background-color: #000;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 7px 25px 7px 7px;
}

.live-broadcast-wrap .live-tab-wrap .live-tab-list ul li a span {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.live-broadcast-wrap .live-tab-wrap .live-tab-list ul li.active a em {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #38AFF5;
    border-radius: 100%;
    margin-right: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
}

.live-broadcast-wrap .live-content-wrap {
    width: calc(100% - 342px);
    display: flex;
    /* height: 396px; */
}

.live-broadcast-wrap .live-content-wrap .live-content-box, .live-broadcast-wrap .live-content-wrap .live-content-right {
    display: flex;
    width: 50%;
}

.live-broadcast-wrap .live-content-wrap .live-content-inner {
    display: flex;
}

.live-broadcast-wrap .live-content-wrap .live-content-box-inner-img {
    width: 346px;
    height: 396px;
}

.live-broadcast-wrap .live-content-wrap .more-live-btn {
    position: absolute;
    right: 90px;
    bottom: -27px;
    background-color: #000;
    font-size: 16px;
    color: #fff;
    border-radius: 100px;
    padding: 17px 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.live-broadcast-wrap .live-content-wrap .more-live-btn em {
    display: inline-block;
    padding-left: 10px;
}

.live-broadcast-wrap .live-content-inner-img {
    width: 346px;
    height: 432px;
    position: relative;
}
.live-broadcast-wrap .live-content-inner-img img{
    width:100%;
    height:100%;
}
.live-broadcast-wrap .live-content-inner-img .live-content-inner-title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    /* height: 36px; */
    /* margin-bottom: 20px; */
    flex-direction: column;
}




.live-broadcast-wrap .live-content-box .live-content-inner-img .live-content-inner-title p {
    display: flex;
    flex-direction: column;
    /* flex-wrap: nowrap; */
    /* background-color: #000; */
    /* border-radius: 100px; */
    border-radius: 2px 0 0 0;
    background: rgba(0, 0, 0, 0.30);
    /* padding: 5px 0; */
}
.live-broadcast-wrap .live-content-box.ing .live-content-inner-img .live-content-inner-title p{
    display:none;
}
.live-broadcast-wrap .live-content-box .live-content-inner-img .live-content-inner-title strong,
.live-broadcast-wrap .live-content-box .live-content-inner-img .live-content-inner-title span{
    display: inline-block;
    color:#fff;
    text-align: center;
    padding: 0 10px;
    font-size: 14px;
}
.live-broadcast-wrap .live-content-box .live-content-inner-img .live-content-inner-title span{
    padding: 0.5px 10px;
}
.live-broadcast-wrap .live-content-box.pre .live-content-inner-img .live-content-inner-title span{
    padding: 7.5px 10px 0px 10px;
}
.live-broadcast-wrap .live-content-box.next .live-content-inner-img .live-content-inner-title span{
    background:#38aff5;
    padding: 2.5px 10px;
}
.live-broadcast-wrap .live-content-box.pre .live-content-inner-img .live-content-inner-title strong{
    padding: 0px 10px 7.5px 10px;
} 
.live-broadcast-wrap .live-content-box.next .live-content-inner-img .live-content-inner-title strong{
    font-size:14px;
    padding: 5px 10px;
}
.live-broadcast-wrap .live-content-box .live-content-inner-img .live-content-inner-title strong {
    color: #fff;
    /* height: 36px; */
    line-height: 22px;
    /* background-color: #38AFF5; */
    padding: 4px 10px;
    text-align: center;
    border-radius: 100px;
    font-size: 20px;
}

.live-broadcast-wrap .live-content-right .live-content-inner-title {
    display: flex;
    height: 36px;
    margin-bottom: 20px;
}

.live-broadcast-wrap .live-content-right .live-content-inner-title p {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: #000;
    border-radius: 100px;
}

.live-broadcast-wrap .live-content-right .live-content-inner-title strong {
    color: #fff;
    height: 36px;
    line-height: 36px;
    background-color: #38AFF5;
    padding: 0 10px;
    text-align: center;
    border-radius: 100px;
}

.live-broadcast-wrap .live-content-right .live-content-inner-title span {
    font-size: 14px;
    font-weight: 400;
}

.live-broadcast-wrap .live-content-inner-txt {
    padding-left: 20px;
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 346px);
}
.live-broadcast-wrap .live-content-inner-txt .live-content-inner-title{
    /* background:#000; */
    border-radius:100px;
    width: max-content;
}
.live-broadcast-wrap .live-content-inner-txt .live-content-inner-title p{
    /* padding: 7.5px 0; */
    border-radius: 999px;
    margin-left: 1px;
    display: flex;
    align-items: center;
}
.live-broadcast-wrap .live-content-inner-txt .live-content-inner-title p:not(:has(span)){
    background:transparent;
}
  .live-broadcast-wrap .live-content-box.ing .live-content-inner-txt .live-content-inner-title p{
      background:#000;
  }  
.live-broadcast-wrap .live-content-inner-txt .live-content-inner-title strong{
    background:#38AFF5;
    border-radius:100px;
    padding: 7.5px 16px;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    /* margin-left: -1px; */
    width: 70px;
    text-align: center;
}
.live-broadcast-wrap .live-content-inner-txt .live-content-inner-title span{
    padding: 0 21px 0 17.5px;
    box-sizing: border-box;
    display: inline-block;
    color:#fff;
    font-weight: 700;
}
.live-broadcast-wrap .live-content-inner-txt .live-brand {
    font-size: 14px;
    display: block;
    line-height: 1.4;
    letter-spacing: -0.4px;
    padding-bottom: 0;
    color: #aaa;
    margin-top: 20px;
}
.live-broadcast-wrap .live-go-btn{
    display:flex;
    margin-top: 16px;
}
.live-broadcast-wrap .live-content-inner-txt h4.live-pr-title {
    font-size: 20px;
    display: block;
    line-height: 1.4;
    margin-top: 7px;
    text-transform: uppercase;
    letter-spacing: -0.4px;
    padding: 0 40px 0 0;
    word-break: keep-all;
    color: #222;
    font-weight: 700;
    width: 165px;
    height: 54px;
}
.live-broadcast-wrap .live-content-inner-txt h4.live-pr-title span{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: clip;
	word-break: break-word;
}
/* 2025-06-20 */
.live-broadcast-wrap .live-content-inner-txt .live-go-btn .btn {
    width: auto;
    /* margin-top: 15px; */
    padding: 12px 28.7px 12px 30.3px;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: -0.4px;
    /* height: 50px; */
    /* line-height: 50px; */
    display: flex;
    /* padding: 0; */
    border-radius: 100px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    box-sizing: border-box;
    font-weight: 800;
    align-items: center;
}

.live-broadcast-wrap .live-content-inner-txt .live-go-btn .btn-w{
    background-color: transparent;
    border: 1px solid #000;
    color:#000
}
.live-broadcast-wrap .live-content-inner-txt .live-go-btn .btn-w em{
    position:relative;
    display: flex;
    width: 14px;
    height: 100%;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
}
.live-broadcast-wrap .live-content-inner-txt .live-go-btn .btn-w em:before{
    content:'';
    background: url(../../images/common/icon_live_bell.svg)  no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
}
.live-broadcast-wrap .live-content-inner-txt .live-go-btn .btn-w.on em:after{
    content:'';
    width:3px;
    height:3px;
    position:absolute;
    right:0;
    top: 1px;
    display:block;
    background:#38aff5;
    border-radius:999px;
}
.live-broadcast-wrap .live-content-inner-txt .live-go-btn .btn{
    word-spacing: 4px;
}
.live-broadcast-wrap .live-content-inner-txt .live-go-btn .btn-b{
    background-color: #000000;
    border: 1px solid #f8f8f8;
    
}

.live-broadcast-wrap .live-content-inner-txt .live-go-btn a img {
    margin-left: 6px;
}


.live-broadcast-wrap .live-content-inner-txt .notice-btn em {
    display: inline-block;
    padding-right: 5px;
}

.live-broadcast-wrap .live-content-inner-txt .notice-btn {
    color: #38AFF5;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.live-broadcast-wrap .live-content-inner-txt .related-pr-inner ul {
    display: flex;
    gap: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.live-broadcast-wrap .live-content-inner-txt .related-pr-inner ul li {
    /* width: 81px; */
}

.live-broadcast-wrap .live-content-inner-txt .related-pr-inner ul dl {
    display: flex;
    gap: 15px;
}

.live-broadcast-wrap .live-content-inner-txt .related-pr-inner ul li dt {
    width: 50px;
    min-width: 50px;
    border: 1px solid #F5F5F5;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    height: 57px;
    box-sizing: border-box;
    display: flex;
}

.live-broadcast-wrap .live-content-inner-txt .related-pr-inner ul li dd {
    font-size: 15px;
    color: #000;
    font-weight: 700;
}
.live-broadcast-wrap .live-content-inner-txt .related-pr-inner ul li dt img{
    /* width:100%; */
    min-width: 50px;
    min-height: 57px;
    object-fit: cover;
}
.live-broadcast-wrap .live-content-inner-txt .related-pr-inner ul li dd .live_p_name {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    width: 205px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 6px;
    margin-top: 5.5px;
    line-height: normal;
}

.live-broadcast-wrap .live-content-inner-txt .related-pr-inner ul li dd strong, .live-broadcast-wrap .live-content-inner-txt .related-pr-inner ul li dd span {
    display: inline-block;
    line-height: 1.3;
    padding-left: 10px;
    color: #38AFF5;
}

.live-broadcast-wrap .live-content-inner-txt .related-pr {
    margin-top: 37px;
}


@media screen and (max-width: 1720px) {
    .live-broadcast-wrap .live-broadcast-inner {
        /* padding: 60px 20px; */
        /* justify-content: space-around; */
    }

    .live-broadcast-wrap .live-content-wrap {
        width: calc(100% - 240px);
    }
}

.best-brand-slide-wrap .swiper-slide a {
}

.main_product_roll_section .best-brand-slide-wrap .img-box {
    /* padding-top: 74.72%; */
    height: 396px;
    width: 530px;
    display: block;
    position: relative;
    /* padding-top: unset; */
}

.main_product_roll_section .best-brand-slide-wrap .img-box a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main_product_roll_section .best-brand-slide-wrap .s .best-brand-slide-wrap .swiper-slide .img-box img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.best-brand-slide-wrap .more-box {
    display: flex;
}

.best-brand-slide-wrap .swiper-slide {
    width: 530px;
    height: auto;
}

.best-brand-slide-wrap .more-box {
    display: flex;
}

.best-brand-slide-wrap .more-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.best-brand-slide-wrap .more-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* or cover */
}

.best-brand-slide-wrap .more-box {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 0 4px;
    margin-top: 20px;
}

.best-brand-slide-wrap .more-box li {
    position: relative;
    width: 100px;
    height: 114px;
    overflow: hidden;
}

.best-brand-slide-wrap .more-box li + li {
    /* margin-left:10px; */
}

.best-brand-slide-wrap .more-box li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* cursor: pointer; */
}

.best-brand-slide-wrap .more-box li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #f5f5f5;
}

.best-brand-slide-wrap .more-box li.key span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* transform: translateX(-50%); */
    background: rgba(0,0,0,0.5);
    color: #fff;
    display: flex;
    /* padding: 2px 6px; */
    font-size: 17px;
    font-weight: 700;
    /* border-radius: 3px; */
    text-align: center;
    align-items: center;
    justify-content: center;
}

.best-brand-slide-wrap .more-box li.key span br {
    display: none;
}

/* 2025-06-20 */
.main_banner_new_slider {
    visibility: hidden;
}

.main_banner_new_slider.swiper-initialized {
    visibility: visible;
}

.main_product_roll_section:not(:has(.swiper.is-active)) .swiper-button-next .more-product-bloon{
 display:none;   
}