
/* 
html {
    overflow-y: scroll;
  }
  
  body{
     font-size: 26.66667vw;;
  }
  :root {
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  :root body {
    position: absolute;
  } */

 
 /* transform: scale(0.7); */
/* 小屏幕手机端 */
/* @media (min-width: 0px) and (max-width:768px) {
    .mobile {
        width: 100vw;
        overflow: hidden;
      }
    .swiper-slide-active{
        min-height: 225px;
        height: auto !important;
    }
    .div1{
        width: 100px;
        height: 100px;
        background-color: red;
    }
} */
/* 小屏幕手机端 */
@media (min-width: 0px) and (max-width:1200px) {
    
    
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
/* @media (min-width: 768px) and (max-width:992px){
    .mobile {
        width: 70%;
	max-width: 992px;
	min-width: 768px;
        overflow: hidden;
      }
      .swiper-slide-active{
        min-height: 225px;
        height: auto !important;
    }
    .div1{
        width: 300px;
        height: 300px;
        background-color: blue;
    }
} */
/* .fontSize08{
    font-size:10px;
    transform: scale(0.8);
 } 
 .fontSize09{
    font-size:10px;
    transform: scale(0.9);
 }
.fontSize010{
    font-size:10px;
    transform: scale(1);
 } */

 /* .product-item-mobile-t1:nth-child(2){
    border: 1px solid #004A7C;
    border-radius: 15px;
    line-height: 1.5rem;
    color: #808080;
} */
.product-item-mobile-t1{
    border: 1px solid #004A7C;
    border-radius: 15px;
    line-height: 30px;
    color: #808080;
    height: 30px;
    margin-top: 20px;
 
}
.product-item-mobile-t1-1{
  
    color: #808080;
    height: 1.5rem;
  
    border-radius: 15px;
    line-height: 1.5rem;
    color: #808080;
    padding:0px 5px;
    
}
