/**
 * 公司信息页：公司简介区右侧主图与装饰图（仅 PC，≥769px）。
 * 由 company.html 在 styles.css、company-h5.css 等全部之后引入，保证叠层顺序；
 * 选择器限定 body.company-page + .company-msg，与全局 img{max-width:100%}、picture 等隔离。
 * 与 company-h5.css（仅 max-width:768px）无媒体查询重叠。
 */

@media (min-width: 769px) {
  body.company-page[data-page='company'] .company-msg .company-msg__figure {
    left: auto !important;
    width: 640px !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  body.company-page[data-page='company'] .company-msg .company-msg__photo-wrap {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box;
  }

  body.company-page[data-page='company'] .company-msg .company-msg__photo,
  body.company-page[data-page='company'] .company-msg .company-msg__left-icon,
  body.company-page[data-page='company'] .company-msg .company-msg__right-icon {
    max-width: none !important;
  }
}
