@charset "UTF-8";
/* CSS Document */

/*公用样式表  头部，底部，分页，字体，字号*/
/*media的判断可以根据需要自定义新增或修改，基础的基本上够用了*/


/*小屏开始*/
@media only screen and (max-width: 768px) {

    /* 美之尚手机  */
  
#c_portalResEbizads_banner-16009968320248093  .swiper-slide {
    height: auto !important;max-height: 200px !important;
}
  
  .w_tabswitchbox-001 .p_relationbtntab{ border-bottom: 1px #fff solid;   background-color: #f8f8f8 !important;
    color: #717171 !important;}
  .w_tabswitchbox-001 .p_relationbtntab .font{    font-size: 14px !important;} 
  
    .w_tabswitchbox-001 .p_relationbtntab.active {
    color: rgba(255,255,255,1) !important;
    background-color: #c6af90 !important;
}

#w_tabswitchbox-1600997115807 > .layout_2 .p_box002 {
    width: calc(100% - 120px);
    margin-left: 17px;
}  
  
  .proContainer {
    overflow-y: auto !important;
    margin: 1rem auto !important;
    height: 460px !important;}
  
  #c_portalResProduct_list-16009973195263523 .proLi,
  #c_portalResProduct_list-16009983332731071 .proLi,
  #c_portalResProduct_list-16009998080818015 .proLi,
  #c_portalResProduct_list-16010002238575497 .proLi,
  #c_portalResProduct_list-16010002555004754 .proLi,
  .proBox .proLi
  {height: auto;
    width: 50% !important;
    padding: 10px !important;
    float: left !important;}
  
  #c_portalResProduct_list-16009973195263523 .porTbox,
  #c_portalResProduct_list-16009983332731071 .porTbox,
  #c_portalResProduct_list-16009998080818015 .porTbox,
  #c_portalResProduct_list-16010002238575497 .porTbox,
  #c_portalResProduct_list-16010002555004754 .porTbox,
  .proBox .porTbox
  {
    height: auto!important;
    padding-bottom: 67%!important;
    border-radius: 8px !important;
  }
  
  
  
  #c_portalResProduct_list-16009973195263523 .porBbox,
  #c_portalResProduct_list-16009983332731071 .porBbox,
  #c_portalResProduct_list-16009998080818015 .porBbox,
  #c_portalResProduct_list-16010002238575497 .porBbox,
  #c_portalResProduct_list-16010002555004754 .porBbox,
  .proBox .porBbox
  {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    border: none !important;
}
  
  
  
  #c_portalResProduct_list-16009973195263523 .proTitle,
  #c_portalResProduct_list-16009983332731071 .proTitle,
  #c_portalResProduct_list-16009998080818015 .proTitle,
  #c_portalResProduct_list-16009998080818015 .proTitle,
  #c_portalResProduct_list-16010002555004754 .proTitle,
  .proBox .proTitle
  {
    text-align: center !important;
    font-size: 13px !important;
    color: #666 !important;
  }
  

  .p_FLine {
    border-top-color: rgb(243, 243, 243) !important;
    border-top-width: 1px !important;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}

 /*大屏开始*/ 
@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){
 
  
}
 /*小小屏幕 结束*/

