
/* 添加响应式样式 */
@media only screen and (max-width: 768px) {
  div[style*="padding-left"] {
    padding-left: 0 !important;
    padding: 0 15px !important;
  }
  
  img[width="1197"] {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
  }
  
  img[width="217"] {
    width: 160px !important;
    height: auto !important;
    max-width: 90% !important;
  }
}

@media only screen and (max-width: 480px) {
  div[style*="padding-left"] {
    padding: 0 10px !important;
  }
  
  img[width="217"] {
    width: 140px !important;
  }
}
