 

/* 以下对product_show页面的字体大小 ，进行重设 */
.pd-80 {
    padding: 0.5rem 0;
}
.proTitle .title{
        font-size: 0.5rem;
        line-height: 1.7;
}
.proTitle .des{
    font-size: 0.3rem;
    color: #666;
    line-height: 1.5;
    
}
.pro_info .text .item {
    font-size: 0.21rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: #333;
    line-height: 1.5em;
    position: relative;
    overflow: hidden;
    padding: 0.2rem 0;
    /* border-top: 2px solid #e5e1e1; */
}
.rect-625 {
    padding-bottom: 50%;  /* 调大接近558*418  同eg */
}
 @media all and (max-width:768px) {
       .rect-625 {
            padding-bottom: 72.5%;   
        }
        #BigImg{
           width: 100%;
        }
         #hsImg{
           width: 100%;
        }
        .leftstyle{
          margin-left: 0.5%;
        }
        .pd-80{
          padding-top: 0;
        }
    }
#proIntro{
    margin-bottom:0!important;
}
/*height: 100%;
    
    position: absolute; img加这个  左右图片一样 */

 /* 20241121  s加  tab标签页的左右滚动  */

 
/*   20241121以下为tab滑动样式 */
.tab{display: flex;
    line-height: 0.7rem; 
    top: 40px;width: 100%;z-index: 10; }
        .tab a{
           /* width: 20%;*/
            background: #fff;text-align: center;
   padding: 0 0.3rem;
  font-size: 0.3rem;
}
        
.tab .active{
      color: #000000;
    border-top: 2px solid #f08519;
}   
        
.panel{margin: 0;}

.refreshtip {position: absolute;left: 0;width: 100%;margin: 10px 0;text-align: center;color: #999;}
.swiper-container{overflow: visible;}
.loadtip { display: block;width: 100%;line-height: 40px; height: 40px;text-align: center;color: #999;border-top: 1px solid #ddd;}
.swiper-container, .w{height: calc(100vh - 120px);}
.swiper-slide{height: auto;}

.text-center{text-align: center;}
.list-group{padding-left: 0;margin-bottom: 20px;}
.list-group-item{    position: relative; display: block;
    /*padding: 10px 15px;*/
    margin-bottom: -1px;background-color: #fff;
    /*border: 1px solid #ddd;*/
}
.list-group-item:first-child {
    border-top-left-radius: 4px;border-top-right-radius: 4px;
}