  /* 基础轮播样式 */
  .slider-container {
    position: relative;
    overflow: hidden;
    width: 415px;
    height: 476px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
  }

  .slider-list {
    display: flex;
    /* transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); */
    margin: 0;
    padding: 0;
    list-style: none;
    /* 关键修正：使用固定像素宽度 */
    width: calc(415px * 2);
  }

  .slide {
    flex-shrink: 0;
    width: 415px;
    height: 476px;
  }


  .slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
  }

  /* 指示器样式 */
  .dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    padding: 0;
    list-style: none;
    z-index: 2;
  }

  .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .dot.active {
    background: rgba(255, 209, 0, 0.9);
    transform: scale(1.2);
  }

  /* 箭头样式 */
  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    padding: 3px;
    cursor: pointer;
    user-select: none;
    z-index: 2;
    transition: all 0.3s ease;
    border-radius: 4px;
  }

  .arrow:hover {
    background: rgba(0, 0, 0, 0.6);
  }

  .arrow.left {
    left: 0px;
    border-radius: 0 4px 4px 0;
  }

  .arrow.right {
    right: 0px;
    border-radius: 4px 0 0 4px;
  }


 .home_products {
    position: relative;
    overflow: hidden;
    width: 400px;
    height: 476px;
    border-radius: 5px;
    background: linear-gradient(180deg, #fffaee, #fff);
}
 
 .rotating_produc_div a {
    cursor: pointer;
  }
    .rotating_produc-img {
    display: flex;
    justify-content: center;
    height: 120px;
    width: 171px;
  }

  .rotating_produc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: contain;
  }


  .slide_products {
    flex-shrink: 0;
    width: 400px;
    height: 476px;
  }

  .arrow_products {
    position: absolute;
    top: 42%;
    transform: translateY(-33.5%);
    font-size: 24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 3px;
    cursor: pointer;
    user-select: none;
    z-index: 2;
    transition: all 0.3s ease;
    border-radius: 4px;
  }

  .products_div {
    width: 400px;
    height: 476px;
  }

  .arrow_products:hover {
    background: rgba(0, 0, 0, 0.8);
  }

  .arrow_products.left {
    left: 0px;
    border-radius: 0 4px 4px 0;
  }

  .arrow_products.right {
    right: 0px;
    border-radius: 4px 0 0 4px;
  }

  .products_background {
    background: url(/image/catgeory/first-come-dh-bg.png) no-repeat center / cover;
    width: 400px;
    height: 64px;
    display: flex;
  }

  .products_background h2 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    width: 333px;
  }

  .products_background a {
    color: #fff;
    line-height: 20px;
    line-height: 57px;
    cursor: pointer;
    float: right;
  }



  .rotating_produc-p {
    font-size: 14px;
    padding: 3px 10px;
    color: #333;
    text-align: left;
  }

   .rotating_produc-p:hover{
    color: #FF4200;
   }
    .rotating_produc-p1 {
    font-size: 14px;
    padding: 3px 10px;
    color: #ff0000;
    text-align: left;
  }

   .rotating_produc-p1:hover{
    color: #b30000bb;
   }


  .price-list_flex {
    display: flex;
    padding: 0px 10px;
  }

  .details-search_left {
    display: flex;
  }

  .details-search_size12 {
    color: #ff4960;
    font-size: 12px;
    line-height: 30px;
    font-weight: bold;
  }

  .details-search_size18 {
    color: #ff4960;
    font-size: 18px;
    width: 115px;
     font-weight: bold;
  }

  .details-search_button {
    border: none;
    background-color: #ff4960;
    border-radius: 16px;
    height: 26px;
    width: 26px;
    color: #fff;
    line-height: 29px;
    cursor: pointer;
  }

   .details-search_button1 {
    border: none;
    background-color: #ff4960;
    border-radius: 16px;
    height: 26px;
    width: 26px;
    color: #fff;
    line-height: 29px;
    cursor: pointer;
  }


  .rights_newBuyerRights__dmqwc {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .rights_firstRights__53vob {
    width: 376px;
    height: 88px;
    display: flex;
    justify-content: center;
  }

  .rights_shopping_img {
    width: 48px;
    height: 48px;
    padding: 20px 10px 20px 20px;
  }

  .rights_shopping_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: contain;
  }

  .rights_newbuyer_tips_xyzzr {
    width: 223px;
    padding: 12px 0px;
  }

  .rights_newbuyer_tips_xyzzr p {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
  }

  .rights_newbuyer_tips_xyzzr span {
    font-size: 12px;
    color: #666;
  }


  .container {
    width: 1536px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 5px 0px 20px 0px;
  }

  .slider {
    width: 4560px;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    transition: left 0.5s ease;
    /* 添加过渡动画 */
  }

  .slider li {
    width: 173px;
    height: 187px;
    background-color: #fff;
    float: left;
    box-sizing: border-box;
    margin-left: 17px;
    border-radius: 5px;
  }

  .slider li:hover {
    /* transform: translateY(-5px); */
  }

  /* 导航按钮样式 */
  .swiper-button-prev {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 3px;
    cursor: pointer;
    user-select: none;
    z-index: 10;
    /* transition: all 0.3s ease; */
  }

  .swiper-button-prev.left {
    left: 0px;
  }

  .swiper-button-prev.right {
    right: 0px;
  }

  .rotating_produc_div10 {
    width: 171px;
    height: 185px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
  }

  .rotating_produc-img10 {
    display: flex;
    justify-content: center;
    height: 120px;
    width: 170px;
  }

  .rotating_produc-img10 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: contain;
  }

  .details-search_size20 {
    color: #ff4960;
    font-size: 18px;
    width: 108px;
    font-weight: bold
  }

  .sliderq {
    width: 4560px;
    position: relative;
    padding: 0;
    margin: 0;
    /* list-style: none; */
    /* transition: left 0.5s ease; */
    /* 添加过渡动画 */
  }

  .sliderq li {
    width: 173px;
    height: 187px;
    background-color: #fff;
    float: left;
    /* box-sizing: border-box; */
    border: 1px solid #ccc;
    margin-left: 17px;
    border-radius: 5px;
  }

  .sliderq li:hover {
    /* transform: translateY(-5px); */
  }

  /* 导航按钮样式 */
  .swiper-button-prevq {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 3px;
    cursor: pointer;
    user-select: none;
    z-index: 10;
    /* transition: all 0.3s ease; */
  }

  .swiper-button-prevq.left {
    left: 0px;
  }

  .swiper-button-prevq.right {
    right: 0px;
  }

  .main_backgrou {
    border-radius: 5px;
    margin-top: 10px;
    background: url(https://www.dhresource.com/webp/m/f3/decorate/jc/n/20/f8a6103a-c09a-48d3-8536-cc43c2626b3b.png) top left no-repeat, linear-gradient(135deg, #fff8e5, #ffe2cc);
  }

  .detailsCenter4 {
    display: flex;
    padding: 20px 20px 10px 20px;
  }

  .bor_rad5 {
    border-radius: 5px;
  }

  .common-layout-ht {
    font-size: 18px;
    font-weight: bold;
    width: 1433px;
  }

  .fr_p20 {
    font-size: 12px;
    line-height: 25px;
    color: #000;
  }
.fr_p20:hover{
 color:  #FF4200;
}
  .page_login-divgap {
    width: 345px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }

  .page_login-divradi {
    width: 345px;
    height: 476px;
    border-radius: 5px;
    background-color: #fff;
    background: url(/image/catgeory/userinfo-newbg.png) top left no-repeat, linear-gradient(135deg, #ffffff, #ffffff);
  }

  .tclogin-show {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 40px;
  }

  .visitorBtn {
    margin-bottom: 55px;
    margin-top: 5px;
  }

  .visitor-login {
   background-color: rgb(255 209 0 / var(--tw-bg-opacity, 1));
    padding: 11px 125px;
    color: #000;
    font-weight: bold;
    border-radius: 25px;
    margin-left: 25px;
  }

  .visitor-register {
    color: #000;
    padding: 10px 117px;
    border: 1px solid rgb(255 226 85);
    background-color: rgb(255 251 229 / var(--tw-bg-opacity, 1));
    border-radius: 25px;
      margin-left: 25px;
   
  }
   .visitor-login:hover {
    color: #000;
    background-color:#FFC100 ;
  }

  .visitor-register:hover {
    color: #000;
    border: 2px solid #FFE464;
  }

  .theme-color {
    text-align: center;
  }

  .theme-color a {
    color: #0094e7;
  }

  .page_news-divradi {
    border-radius: 5px;
    background-color: #fff;
    background: url(/image/catgeory/automation.png) no-repeat center / cover;
    width: 330px;
    height: 193px;
    padding: 20px 15px;
  }

  .page_news-divradi p {
    font-size: 21px;
    font-weight: bold;
    color: #333;
  }

  .page_news-divradi ul {
    line-height: 20px;
    font-size: 12px;
    padding: 10px 0px;
    margin-bottom: 15px;
  }

  .page_news-divradi a {
    padding: 8px 15px;
    background: none;
    border: 1px solid #333;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 15px;
    color: #000;
  }
  .page_news-divradi a:hover{
    color: #000;
  }

  .navigate_rad {
    width: 344px;
    border-radius: 5px;
    background-color: #fff;
     position: relative;
  }

  .main_backg {
    margin-top: 10px;
    background-color: #F4F4F4;
  }

  .onlypc_h2 {
    display: flex;
    line-height: 35px;
    font-size: 12px;
    border-left: 4px solid #cc0000;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding-left: 15px;
  }

  .linklist {
    padding: 10px 15px;
  }

  .linklist a {
    display: inline-block;
    line-height: 23px;
    padding: 0 5px 0 5px;
    font-size: 12px;
    color: #000;
  }

   .container10 {
    width: 1536px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 5px 0px 5px 0px;
  }

  .sliderq10 {
    width: 1536px;
        display: flex;
    gap: 10px;
    flex-wrap: wrap;
    /* 添加过渡动画 */
  }

  .sliderq10 li {
    width: 247px;
    height: auto;
    background-color: #fff;
    float: left;
    box-sizing: border-box;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
  }

  .sliderq10 li:hover {
    /* transform: translateY(-5px); */
  }
    .rotating_produc-img20 {
    display: flex;
    justify-content: center;
    height: 170px;
    width: 247px;
  }

  .rotating_produc-img20 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: contain;
  }
  .rotating_produc_div20 {
    width: 247px;
    height: auto;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    padding-bottom: 15px;
  
}
.rotating_produc_div20:hover{
 box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}
.rotating_produc_div10:hover{
 box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}
 
.details-search_size180{
      color: #ff4960;
    font-size: 18px;
    width: 180px;
     font-weight: bold;
}


.menu1box10 {
     position: static;
    background: #fff;
    z-index: 1000;
    width: 344px;
    padding-top: 5px;
    box-sizing: border-box;
    height:476px;
    color: #333;
    box-shadow: 0 6px 12px 0 rgba(41, 48, 55, .08);
    border-radius: 5px;
}
 
.menu1box_A1 {
    display: block;
    padding: 7.3px 15px;
    color: #333;
    font-size: 14px;
    position: relative;
    transition: all 0.2s;
}
 
.menu1box_A1:hover {
    background: #f8f8f8;
    color: #ff5000;
      border-left: 3px solid #ff6200;
}
 
.menu21box {
    position: absolute;
    left: 100%;
    width: 600px;
    height: 447px;
    background: #fff;
    box-shadow: 2px 0 5px rgba(0,0,0,0.05);
    display: none;
    z-index: 999;
    padding: 15px;
      transform: translateY(-29.78%);
      max-height: 445px;  /* 设置最大高度限制 */
  overflow-y: auto;
      margin-bottom: 10px;
      border-radius: 5px;
   
}

.menu21box a {
    color: #333;
    padding: 5px 0;
    display: block;
    transition: color 0.2s;
    white-space: nowrap;
}
 
.arrowright {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #999;
    transition: all 0.2s;
}
.menu21box a:hover {
    color: #ff6200;
}
.menu21box_bold{
font-weight: bold;
border-bottom: 1px solid #ccc;margin-bottom: 10px;
line-height: 20px;
}
.userInfo_userinfo{
  background-image: url(/image/catgeory/download.png);
  width: 294px;
  height: 92px;
  background-size: 294px 92px; 
  margin-left: 21px;
  margin-bottom: 50px;
}
.userInfo_newbuyervouponPack{
  background-image: url(/image/catgeory/couponPack.png);
  width: 90px;
  height: 70px;
  background-size:90px 70px; 
  margin-left: 62px;
  margin-top: 13px;
}


/* 倒计时 */
.flash-deals-container {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
}

.flash-deals-header {
  /* background: linear-gradient(to right, #ff6b6b, #ff8e53); */
  background: url(/image/newBuyerFlashDealbg.png);
  color: white;
  padding: 15px;
  border-radius: 5px ;
  width:160px;
  margin-right: 15px;
}

.flash-deals-header h2 {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

#countdown {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
  margin-bottom: 35px;
}

.view-all-btn {
  background-color: white;
  color: #ff6b6b;
  border: none;
  padding: 8px 15px;
  border-radius:20px;
  cursor: pointer;
  
}




.container-add {
    position: relative;
    width: 1496px; /* 7个li的宽度：186px * 7 = 1302px */
    overflow: hidden;
    margin: 0 auto;
}
 
.slider-add {
    display: flex;
    transition: transform 0.5s ease;
    padding: 0;
    margin: 0;
    list-style: none;
}

.slider-add li {
   width: 188px;
    height: 187px;
    box-sizing: border-box;
    padding: 0 10px;
   
}

.slider-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.slider-prev,
.slider-next {
    cursor: pointer;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
  
    user-select: none;
}

.slider-prev:hover,
.slider-next:hover {
    background: rgba(0, 0, 0, 0.8);
}
 .rotating_produc-img10-add {
    display: flex;
    justify-content: center;
    height: 120px;
    width: 170px;
  }

  .rotating_produc-img10-add img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: contain;
  }





  .container-err1 {
    position: relative;
    width: 1302px; /* 7个li的宽度：186px * 7 = 1302px */
    overflow: hidden;
    margin: 0 auto;
}
 
.slider-err1 {
    display: flex;
    transition: transform 0.5s ease;
    padding: 0;
    margin: 0;
    list-style: none;
}

.slider-err1 li {
   width: 185px;
    height: 187px;
    box-sizing: border-box;
    padding: 0 10px;
   
}

.slider-nav-err1 {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.slider-prev-err1,
.slider-next-err1 {
    cursor: pointer;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
  
    user-select: none;
}

.slider-prev-err1:hover,
.slider-next-err1:hover {
    background: rgba(0, 0, 0, 0.8);
}
 .rotating_produc-img10-err1 {
    display: flex;
    justify-content: center;
    height: 120px;
    width: 170px;
  }

  .rotating_produc-img10-err1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: contain;
  }
  
  
  .slider-list_div {
            position: relative !important;
        }
        
        .slider-list_products {
            display: flex !important;
            flex-wrap: wrap !important;
            list-style: none !important;
            padding: 0 !important;
            margin: 0 !important;
        }
        
        .slider-list_products li {
            width: calc(50% - 20px) !important;
            margin: 10px !important;
            box-sizing: border-box !important;
            flex-shrink: 0 !important;
        }


        @media (max-width: 768px) {
            .slider-list_products li {
                width: calc(50% - 20px) !important;
                /* 在较小屏幕上每行显示两个产品项 */
            }
        }

        @media (max-width: 480px) {
            .slider-list_products li {
                width: 100% !important;
                /* 在非常小的屏幕上每行显示一个产品项 */
            }
        }

        .slider-list_div {
            width: 100% !important;
            /* 或者设置一个合适的固定宽度 */
            max-width: 1200px !important;
            /* 可以根据需要调整最大宽度 */
            margin: 0 auto !important;
            /* 居中对齐 */
        }

        .rotating_produc-img img {
            max-width: 100% !important;
            height: auto !important;
        }

        .price-list_flex {
            display: flex !important;
            justify-content: space-between !important;
            align-items: center !important;
        }

        .details-search_left {
            display: flex !important;
            align-items: center !important;
        }

        .details-search_size12 {
            font-size: 12px !important;
        }

        .details-search_size18 {
            font-size: 18px !important;
            color: red !important;
        }

        .details-search_button {
            background-color: #ff6b6b !important;
            border: none !important;
            color: white !important;
            /* padding: 5px 10px; */
            cursor: pointer !important;
            border-radius: 50% !important;
        }
         .rotating_produc_div{
              height: 180px;
    width: 180px;
    background-color: #fff;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
         }

       