@charset "utf-8";
/**大屏幕**/
@media only screen and (min-width: 769px){
 
}
/**中屏幕**/
@media only screen and (max-width: 1200px) and (min-width: 769px) {

}
/**小屏幕**/
@media only screen and (max-width: 768px) {
  #w_common_text-1561538178512 p span{
  font-size:1.5rem !important;
  }
  #w_common_text-1561538251968 p span{
   font-size: 0.8rem !important;
  }
  #w_common_text-1561538251968{
      margin-top: 5%;
  }
  #w_common_text-1561538178512{
   margin-top: 6%;
  }
  #w_grid-1561530993224 #w_common_text-1561531240517 span{
  font-size:20px !important;
  }
  #content_box-1561537952111-0{
  display:none;
  }
    #content_box-1561537952111-1{
 width:100% !important;
  }
  
}

#w_grid-1561530819900{
m
}