/*mobile*/
@media (max-width: 767px){
  body{background: #fff;}
  .none{display: none;}
  .t-eqpt-list .m_wrap{padding: 0 2em;background: #fff;height: 100%;}
  .viewImg{width: 10rem;height: 2rem;font-size: 1.2rem;color: #ffffff;border-radius: 4px;text-align: center;line-height: 2rem;background: #003377;display: block;margin: 1rem 0 2rem;}

  .htmlBox{width: 100%;height: auto;overflow: hidden;}

  .wordBox{width: 100%;height: auto;margin-top: 2rem;}
  .wordBox img{width: 100%;}
  .wordBox h3{font-size: 0.9rem;font-weight: bold;position: relative;/*padding-top: 1.5rem;*/margin-bottom: 1.5rem;}
  .wordBox h3 i.lineG{display: inline-block;width: 1rem;height: 3px;position: absolute;bottom: -10px;left: 0;background: #17bcf0;}
  .wordBox p{font-size: 0.9rem;color: #000;line-height: 1.5;text-align: justify;overflow: hidden;margin-top: 0;margin-bottom: 0;}
  /*summaryBox end*/

  .listBox{width: 100%;height: auto;overflow: hidden;margin: 0 auto;}
  .listBox .block{float: left;width: 48%;margin-bottom: 1.5rem;text-align: center;}
  .listBox .block img{width: 100%;}
  .listBox .block span{text-align: center;color: #000;font-size: 1.1rem;margin-top: 1rem;display: inline-block;}
  .listBox .block:nth-child(2n+1){float: left;}
  .listBox .block:nth-child(2n){float: right;}
  /*listBox end*/

   /* 模态框 */
   .previewImg-mask{background: #fff;}
   .pinch-zoom-container {height: 100% !important;}
   .previewImgBoxMod .content img{top: 30%;}
}
@media (min-width: 415px) and (max-width: 640px){
}
@media (min-width: 376px) and (max-width: 414px){
}
@media (max-width: 320px){
  .listBox .block {width: 47%;}
}