@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){
 
  
}
 /*小小屏幕 竣事*/

<!--耗时1764553655.2047秒-->