<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/*公用样式表  头部，底部，分页，字体，字号*/
/*media的判断可以根据需要自定义新增或修改，基础的基本上够用了*/
#w_common_text-1652765805010 p,#w_common_text-1652766822602 p,#w_common_text-1652767063300 p { margin-top: 5px; }

/*小屏开始*/
@media only screen and (max-width: 768px) {
  #c_portalResProduct_category-16416230997594483 .col-lg-3 { width: 50%; }
  #c_portalResProduct_category-16416230997594483 .cate1 { font-weight: normal;
    font-size: 14px;    padding: 0; }
  
  #w_fimgbox-1628758016071 .w_imgbox,#w_fimgbox-1628758016080 .w_imgbox,#w_fimgbox-1628758016086 .w_imgbox,#w_fimgbox-1628758016095 .w_imgbox { height: 360px; }
  #w_fimgbox-1628758016071 .p_contentbox,#w_fimgbox-1628758016080 .p_contentbox,#w_fimgbox-1628758016086 .p_contentbox,#w_fimgbox-1628758016095 .p_contentbox {    align-items: inherit;
    margin-top: 50px;}
}

 /*大屏开始*/ 
@media only screen and (min-width: 769px){

}
 /*大屏结束*/ 


/*中屏开始*/
@media only screen and (max-width: 1024px) and (min-width: 769px){


}
/*中屏结束*/


 /*小小屏幕 开始*/ 
@media only screen and (max-width: 414px){
 
  
}
 /*小小屏幕 结束*/

</pre></body></html>