
/* Clone-specific static commerce controls */
.qsj-static-note{max-width:1200px;margin:22px auto 0;padding:12px 18px;border-left:3px solid #b50004;background:#faf8f8;color:#555;font-size:14px;line-height:1.75}.qsj-auth-page{min-height:100vh;background:#f5f5f5;padding:52px 16px;box-sizing:border-box}.qsj-auth-box{width:min(460px,100%);margin:0 auto;background:#fff;padding:38px;box-sizing:border-box;box-shadow:0 9px 30px rgba(0,0,0,.1);border-top:3px solid #b50004}.qsj-auth-box h1{font-size:26px;margin:0 0 10px;color:#222}.qsj-auth-box p{color:#666;line-height:1.7}.qsj-auth-box label{display:block;margin:17px 0 7px;color:#444}.qsj-auth-box input{width:100%;height:42px;padding:0 12px;border:1px solid #ddd;box-sizing:border-box;font-size:14px}.qsj-auth-box button{width:100%;height:44px;margin-top:24px;background:#b50004;border:0;color:#fff;font-size:15px;cursor:pointer}.qsj-auth-box .qsj-linkrow{display:flex;justify-content:space-between;margin-top:18px;font-size:14px}.qsj-auth-box a{color:#b50004;text-decoration:none}@media(max-width:767px){.qsj-static-note{margin:12px}}



/* User-feedback display fixes */
/* Enlarged desktop header logo while preserving its natural proportions. */
@media (min-width:768px){
  .basic_webtitle .imgPart .imgContent .logoImg,
  .basic_webtitle .logoImg{
    width:190px !important;
    max-width:100% !important;
    height:auto !important;
    max-height:58px !important;
    object-fit:contain !important;
  }
}
/* The original CMS template hides the real desktop product main image. */
.basic_product_detail .view_pattern_pc .detail_big_pic_content{
  min-height:390px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
}
.basic_product_detail .view_pattern_pc .detail_big_pic_content .detail_big_pic{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  width:100% !important;
  height:100% !important;
  min-height:390px !important;
  object-fit:contain !important;
}
.basic_product_detail .view_pattern_pc .detail_small_pic_wrap .position_center_middle{
  opacity:1 !important;
}
/* News-list photographs must fill the existing cards, never show a template placeholder. */
.basic_article_display img.u-img.animationImg,
.basic_article_display .u-img.animationImg,
.basic_article_index img.u-img.animationImg{
  opacity:1 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
