.inside-banner {
    width: 100%;
    max-width: 2560px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.pc-banner-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom:49.95%; /* 控制宽高比 */
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    color: white;
}
.mb-banner-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom:140%; /* 控制宽高比 */
    background-position: center;
    background-size: cover;
    display: none;
    align-items: center;
    color: white;
}
.banner-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom:49.95%; /* 控制宽高比 */
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    color: white;
}
/*产品信息*/
.product-box{
padding:50px 0px 50px 0px;
}
.product-box .section-title{
height: 60px;
line-height: 50px;
color: rgba(214,171,128,1);
font-size: 36px;
text-align: center;
font-family:'AlibabaPuHuiRegular';
margin-bottom:30px;

}
.product-box .card-body{
margin-top:10px;
padding-bottom:15px;
}
.product-box .category-icon{
position:relative;
}

.product-box .category-icon .showBox{position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;background: rgb(236 119 41 / 68%);transition: all 0.5s ease;border-radius:10px;}
.product-box .category-icon .showBox span{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);display: block;width: 60%;color: #fff;text-align: center;font-size: 1rem;padding: 0.5rem 0;}
.product-box .category-icon .showBox span::before,
.product-box .category-icon .showBox span::after{content:'';position:absolute;top: 0;left:50%;transform:translateX(-50%);width:60%;height:1px;background:#fff;transition:all .5s ease;}
.product-box .category-icon .showBox span::after{top: auto;bottom: 0;}
.product-box .category-icon:hover .showBox{opacity: 1;}
.product-box .category-icon:hover .showBox span::before,
.product-box .category-icon:hover .showBox span::after{width:1rem;}
.product-box .category-card a{color:#000000;text-decoration: none;}
.product-box .category-card a:hover{color:#D6AB80;}

.hot-pro .section-title{
height: 60px;
line-height: 50px;
color: rgba(0,0,0,1);
font-size: 36px;
text-align: center;
font-family:'AlibabaPuHuiRegular';
margin-bottom:30px;
}
.search-container {
max-width: 600px;
margin: 0 auto 2rem;
}
.input-group{position:relative;}
.input-group input{
    width:590px;
    height: 66px;
    line-height: 29px;
    border-radius: 100px!important;
    background-color: rgba(247,247,247,1);
    color: rgba(52,52,52,1);
    font-size: 20px;
    text-align: left;
    font-family: AlibabaPuHui-regular;
    border: 0px solid rgba(187,187,187,1);
    padding-left:70px;
}
.input-group .btn{
    position:absolute;
    left:15px;
    top:10px;
    color:#A6AABE;
    font-size:24px;
}
.tagtxt{
    margin-bottom:15px;
}
.tag {
    display: inline-block;
    width: 240px;
    height: 66px;
    line-height: 66px;
    border-radius: 100px;
    background-color: rgba(247,247,247,1);
    color: rgba(0,0,0,1);
    font-size: 20px;
    text-align: center;
    font-family: 'AlibabaPuHuiLight';
    border: 0px solid rgba(187,187,187,1);
    transition: all 0.3s;
    cursor: pointer;
    margin:0 auto;
}
.tag:hover {
    background-color:rgba(214,171,128,0.7);
    color: white;
}
.pro-item-box{width:22%;}
.mb-banner-img-hx{display:none;}
@media (max-width: 480px) {
    .pc-banner-img{display:none;}
    .mb-banner-img{display:flex;}
    .procate-box{padding:0;overflow:hidden;}
    .product-box{padding:20px 0 20px 0;margin-bottom:0rem!important;}
    .product-box .section-title{display:none;}
    .mb-item-box .category-desc{
        margin-bottom:0.5rem;
    }
    .mb-item-box .category-title{
        font-size: 10pt;
    }
    .search-container{
       margin-bottom:1rem!important; 
    }
    .input-group{
        margin-bottom:0.5rem!important;
    }
    .input-group input{
        height:40px;
        width:100%;
        font-size:12pt;
    }
    .input-group .btn{
        top:-3px;
    }
    .tagtxt{
        margin-bottom:5px;
    }
    .tag{
        width:98%;
        height:30px;
        line-height:25px;
        font-size:10pt;
        padding:5px;
    }

    /* 整体滚动容器样式 */
    .total-scroll-container {
      padding-bottom: 10px;
      width:100%;
      overflow-x: scroll;
      margin:0 auto;
      
    }
    .total-sroll-box{
        display: flex;
        min-width:790px;
    }
    .total-sroll-box .category-title{
        font-size: 10pt;
    }
    .total-sroll-box .justify-content-around{
        justify-content:flex-start!important;
    }
    .total-scroll-container::-webkit-scrollbar {
      height:3px;
      
    }
    .total-scroll-container::-webkit-scrollbar-track {
      background: #f1f1f1;
      border-radius: 3px;
      margin-left:120px;
      margin-right:120px;
    }
    .total-scroll-container::-webkit-scrollbar-thumb {
      background: #ccc;
      border-radius: 3px;
    }
    .pro-item-box{width:23%;margin-left:15px;}
    .mb-banner-img-hx{
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom:100%; /* 控制宽高比 */
        background-position: center;
        background-size: cover;
        display: block;
        align-items: center;
        color: white;
    }
}