* {
    padding: 0;
    margin: 0;
}
.containner {
    width: 100vw;
    height: 100vh;
    /* background-color: red; */
    overflow-y: auto;
    background-repeat: no-repeat;
    background-size: 100%;
}
.header {
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 10px 13px rgba(0, 0, 0,0.3);

}
.supers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: rgb(52 51 51);
}
.supers_content {
    width: 90%;
    /* margin: 0 170px; */
    color: #ffffff;
    text-align: center;
    font-size: 1.2vw;
}
.navs {
    padding: 0 60px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 90px;
    /* height: 2vw; */
    /* height: 10%; */
}
.header_left span {
    margin-right: 35px;
}
.header_left {
    /* width: 380px; */
    width: 25%;
    background-color: brown;
}
.header_right {
    display: flex;
    justify-content: flex-end;
    width: 380px;
    width: 25%;

}
.header_right svg {
    margin-left: 35px;
}


.header_right svg:hover {
    cursor: pointer;
}
.banners {
    width: 100%;
    /* height: 720px; */
}
.banners img {
    width: 100%;
    /* height: 100%; */
}
.shop {
    padding: 66px 46px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height:311px;
    background-color: rgba(16, 15 ,15,1);
}
.shop_img_box {
    width: 100%;
    height: 100%;
    margin-right: 30px;
    overflow: hidden;
}
.shop_img_box:last-child {
    margin-right: 0px;
}
.shop_img_box img:hover {
    transform: scale(1.5);
    transition: all 10s;
}
.shop2 {
    display: flex;
    flex-wrap: wrap; /* 允许子容器换行 */
    gap: 20px; /* 子容器之间的间距 */
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 15px 0;
    box-sizing: border-box;


 
}

  /* 在 800px 及以下时，每行放 2 个子容器 */
  @media (max-width: 800px) {
    .shop2_items {
        width: 50%;
      flex: 1 1 46.66%; /* 每个子容器占据约 50% 的宽度，加上 20px 的间距 */
    }
    .supers_content {
        font-size: 2vw;
    }
    .tabBox {
        font-size: 2vw;
    }
    .bi-chat-text,.bi-bag,.bi-justify {
        /* font-size: 5vw; */
        width: 30vw;
        height: 30vw;

    }
    .bi-justify {
        /* font-size: 5vw; */
        width: 6vw;
        height: 6vw;

    }
    .shop2_title {
        font-size: 2vw !important;
    }
    .shop2_price {
        font-size: 2vw !important;
        font-weight: 700 !important;
    }
    .navs {
        padding: 0 1vw;
    }
    .footerInfo1 span {
        font-size: 2vw !important;
    }
    .footerInfo2 span {
        font-size: 2vw !important;
    }
    .banners {
        margin-top: 128px;
    }
    .pcduan {
        display: none !important; /* 隐藏PC端内容 */
      }
    
      .shoujiduan {
        display: block !important; /* 显示手机端内容 */
      }
      .tabBox2 {
        font-size: 1.2rem;
        margin-bottom: 3vw;
      }
      .tabBox2:hover {
        color: red !important;
      }
      .offcanvas-title {
        font-size: 1.4rem !important;
      }
      .btn-close {
        font-size: 1.3rem !important;
      }
  }
.shop2_items {
    display: inline-block;
    width: 32%;
     box-shadow: 8px 8px 15px 3px rgba(0, 0, 0, 0.1);
     /* padding: 0 20px; */
     box-sizing: border-box;
     border-radius: 4px;
}
.shop2_items img {
    width: 100%;
}
.dffgg {
    position: relative;
    background-color: #ffe4b9;
}
.shop2_title {
    text-align: center;
    font-size:1.4vw;
    font-weight: 500;
    margin-top: 20px;
}
.shop2_price {
    text-align: center;
    font-size: 1.4vw;
    font-weight: 400;
    margin: 20px 0 20px;
    /* color: rgb(251, 74, 74); */
}

.add {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 4%;
    bottom: 4%;
    width: 10%;
    height: 10%;
     background-color: white;

}
.aff:hover {
    cursor: pointer;
    transform: rotate(90deg);
}

.orderStyle {
    padding: 30px;
    width: 100%;
    height: 100%;
    /* background-color: red; */
}


.basket {
    /* max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
}
h2 {
    text-align: center;
}
.free-shipping {
    text-align: center;
    color: green;
    margin-bottom: 20px;
}
.basket-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.basket-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}
.basket-item-details {
    flex-grow: 1;
    margin-left: 20px;
}
.basket-item-details h4 {
    margin: 0;
}
.basket-item-details p {
    margin: 5px 0;
    color: #555;
}
.basket-item-actions {
    display: flex;
    align-items: center;
}
.basket-item-actions input {
    width: 40px;
    text-align: center;
}
.basket-item-actions button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: blue;
}
.view-basket {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background-color: black;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    cursor: pointer;
}


.tijiao {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background-color: black;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    cursor: pointer;
}




     /* CSS样式 */
     .carousel-container {
        width: 80%;
        margin: auto;
        overflow: hidden;
        position: relative;
        border: 1px solid #ccc;
        padding: 20px;
    }
    .carousel-inner {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }
    .carousel-item {
        min-width: 100%;
        text-align: center;
        padding: 20px;
    }

    .prev {
        left: 10px;
    }
    .next {
        right: 10px;
    }
    .Remove {
        color: red;
    }
    .adds {
        margin: 0 8px;
        font-size: 30px;
    }
    .reduceNum {
        margin-right: 8px;
        font-size: 30px;

    }

    .edit {
        display: flex;
        justify-content: flex-end;
        text-align: center;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .footer {
        width: 100% ;
        height: 10vw;
        background-color: #343333;
        /* box-shadow: 8px 8px 15px 3px rgba(0, 0, 0, 0.1); */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
    }
    .footerInfo2 {
        margin-top: 8px;
        font-size: 1.2vw;
    }
    .footerInfo1 span {
        margin: 0 5px;
        cursor: pointer;
        font-size: 1.2vw;
    }
    .footerInfo1 span:hover {
        text-decoration: underline;
    }
    .footerInfo2 span:nth-child(2) {
        font-weight: 700;
        font-size: 1.2vw;
    }

    .tabBox {
        cursor: pointer;
        /* margin: 0 10px; */
    }
    .tabBox:hover {
        color: red !important;
        font-size: 2vw;
        transition: all 0.5s;
    }
    /* 商品类型的样式 */
    .header_center {
        /* margin-top: 50px; */
        font-size: 1.5vw;
        font-weight: 700;
    }
    .heboxdsa  {
        margin-top: 20px;
    }
    .usmy {
        display: flex;
        align-items: center;
        width: 100%;
        height:150px;
        font-size: 1.5vw;
        font-weight: 700;
        color: brown;
        /* line-height: px; */
        padding: 0 10px;
        box-sizing: border-box;
    }
    .reduceNum:hover {
        cursor: pointer;
    }
    .adds:hover {
        cursor: pointer;
    }


    .offcanvas {
        /* width: 60%; */
        max-width:60% !important;
    }
    /* 默认情况下，假设屏幕宽度大于800px */
.pcduan {
    display: block; /* 显示PC端内容 */
  }
  
  .shoujiduan {
    display: none; /* 隐藏手机端内容 */
  }
  .pcduan > .tabBox {
    margin-right: 1vw;
  }
