/*mobile*/
@media (max-width: 767px){
  body{background: #fff;}
  .none{display: none;}
  .t-eqpt .m_wrap{padding: 0 2em;background: #fff;height: 100%;}
  .htmlBox{width: 100%;height: auto;overflow: hidden;margin-bottom: 2rem;}

  .product{padding: 2em;background-color: #f7f7f7;margin-top: 2rem;overflow: hidden;box-sizing: border-box;position: relative;}
  .product .marginR{margin-right: 1rem;}
  .product .imgBox{width: 12rem;height: 9rem;float: left;display: inline-block;}
  .product .imgBox img{width: 100%;height: 100%;}
  /*imgbox end*/

  .product .wordBox{height: 11rem;margin-left: 13rem;/*height: auto;*/overflow: hidden;}
  .product .more{height: auto;}
  .product .wordBox h3 {font-size: 1.1rem;overflow: hidden;line-height: 1.5;font-weight: bold;text-align: justify;color: #000;margin-bottom: 1rem;margin-top: -2px;}
  .product .wordBox p{margin: 0;position: relative;font-size: 0.9rem;color: #000;line-height: 1.6;}
  .product .wordBox p span.li{font-size: 0.9rem;font-weight: bold;color: #000;position: absolute;top: 0;left: 0;}
  .product .wordBox p.paddingL{padding-left: 1.5rem;}
  .product .wordBox p.paddingB{padding-bottom: 1rem;}
  /*wordBox end*/

  .product .moreBtn{font-size: 1.1rem;width: 100%; color: #003377;font-weight: bold;line-height: 1.5;position: absolute;bottom: 8px;left: 1.8rem;background-color: #f7f7f7;}
  .product .moreBtn:before {content: "";position: absolute;bottom: -30px;left: 0;width: 100%;height: 30px;background: #f7f7f7;}
  .product .moreBtn.active{bottom: 10px;}
  /*moreBtn end*/

  .product1{overflow: hidden;}
  .product1 .imgBox{overflow: hidden;height: 8.5rem;width: 100%;}
  .product1 .imgBox.imgShow{overflow: visible;}
  .product1 .imgBox img{width: 47%;float: left;margin-bottom: 0.9rem;height: 8rem;}
  .product1 .wordBox{margin-left: 0;float: left;height: 80%;overflow: hidden;}
  .product1 .wordBox.wordShow{margin-top: 9rem;height: auto;}
  /*显示文字*/
  .product1 .wordBox .hide{display: none;}
  /*product1 end*/

  .product2 .wordBox{height: 11rem;overflow: hidden;}
  .product2 .imgBox{margin-bottom: 2rem;height: 10.5rem;}
  .product2 .more{height: auto;}
  .product2 .wordBox .eq_info1.more{height: auto;}
  .product2 .wordBox .eq_info2.more{height: auto;}
  .product2 .wordBox h3{margin-bottom: 0.5rem;}
  .product2 .wordBox .eq_info1{height: 11rem;overflow: hidden;}
  .product2 .wordBox .eq_info2{height: 11rem;overflow: hidden;}
  /*product2 end*/

}
@media (min-width: 415px) and (max-width: 640px){
  .product1 .wordBox{min-height: 0;}
}
@media (min-width: 376px) and (max-width: 414px){

}
@media (min-width: 361px) and (max-width: 375px){
  
}
@media (min-width: 321px) and (max-width: 360px){
 
}
@media (max-width: 320px){
  .product .imgBox{width: 12rem;}
  .product .wordBox{margin-left: 13rem;}

  .product1 .imgBox{width: 100%;height: 8.5rem;}
  .product1 .wordBox{margin-left: 0;}

}