/* 强制图片响应式，忽略 HTML 标签上的 width/height 属性 */
article img,
img.ck {
  max-width: 100%;
  height: auto !important; /* 关键：确保高度随宽度等比缩放 */
  width: auto; /* 允许宽度根据容器自适应 */
}

.user-login-form {
  margin: 200px auto;
  width: 500px;
}

.hide-title,
.path-report .block__title,
.path-announcements-a .block__title,
.path-announcements-h .block__title,
.path-announcements #content .block__title,
.path-ir-announcements #content .block__title,
.path-governance #content .block__title {
  display: none;
}

.lang-dropdown-form img.language-icon {
  padding: 0;
}


.path-ir-contact .main-content .contain .region {
  display: none;
}

.path-governance .main-content__container.container > main {
  width: 100% !important;
}


.views-exposed-form.bef-exposed-form {
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex
}

.views-exposed-form .form--inline {
  display: flex
}

.views-exposed-form .form-item {
  display: flex
}

.views-exposed-form .form-item:first-child {
  padding-right: 20px;
}

.views-exposed-form .form-item label {
  height: 20px;
  margin-top: 17px;
}

.views-exposed-form .form-type-textfield label {
  width: 40px;
  height: 20px;
  margin-top: 17px;
  margin-left: 20px;
}

.views-exposed-form .form-text {
  border-radius: max(4px, 0.06rem);
  font-size: max(12px, 0.14rem);
  padding: 0 0.3rem;
  height: max(42px, 0.52rem);
  border: 1px solid #eee;
  transition: border .4s ease;
}

.views-exposed-form .form-type-select label {
  width: 70px;
}

.views-exposed-form .form-type-textfield label,
.views-exposed-form .form-type-select label {
  font-size: 14px;
}

.views-exposed-form .form-submit {
  margin: 0px 0 0 20px !important;
}

.views-exposed-form .form-select {
  border-radius: max(4px, 0.06rem);
  font-size: max(12px, 0.14rem);
  padding: 0 0.3rem;
  height: max(42px, 0.52rem);
  color: #a4a4a4;
  border: 1px solid #eee;
  transition: border .4s ease;
}

.views-exposed-form .js-form-submit {
  width: 1.2rem;
  text-align: center;
  height: max(42px, 0.52rem);
  line-height: max(37px, 0.48rem);
  border-radius: max(4px, 0.06rem);
  color: #fff;
  background-color: #503b8f;
  cursor: pointer;
  font-size: 16px;
}

.views-exposed-form .form-actions {
  margin-top: 5px !important;
}

.views-exposed-form .js-form-submit:hover {
  background-color: #3f2f71;
  color: #fff;
}

.main-content__container {
  padding-block-start: 0 !important;
}

.path-report .main-content__container,
.indNews {
  background-color: #f9f9f9;
}

.invPDF-item {
  border-bottom: 1px solid #ebebeb;
  padding: 0.25rem 0.3rem;
  align-items: center;
  justify-content: space-between;
}

.invPDF-item:first-child {
  border-bottom: 1px solid #ebebeb;
}

.invPDF-left {
  align-items: center;
  width: calc(100% - 36px);
}

.invPDF-ico .icon {
  width: 0.36rem;
  height: 0.36rem;
}

.invPDF-date {
  color: #b8b8b8;
}

.invPDF-desc {
  flex: 1;
  padding: 0 0.68rem;
  position: relative;
}

.invPDF-desc .text {
  width: 100%;
}

.invPDF-desc::after {
  content: "";
  position: absolute;
  left: 0.33rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background: #ebebeb;
}

.invPDF-item:hover {
  background: rgba(80, 59, 143, .05);
}

.invPDF-item:hover .invPDF-date {
  color: #503b8f;
}

@media all and (max-width: 720px) {
  .invPDF-item {
    padding: 25px 0;
  }

  .invPDF-left {
    width: 100%;
  }

  .invPDF-ico {
    display: none;
  }

  .invPDF-date .day {
    font-size: 28px;
  }

  .invPDF-date .year {
    font-size: 12px;
  }

  .invPDF-desc {
    padding-right: 0;
  }

  .views-exposed-form.bef-exposed-form {
    display: inline-grid;
  }

  .views-exposed-form .form-type-select label {
    width: 2rem;
  }

  .views-exposed-form .js-form-submit {
    width: 2.5rem;
  }

  .views-exposed-form .form-type-textfield label {
    width: 50px;
    padding-right: 5px;
  }

  .form--inline > * {
    margin-top: 10px;
  }

  .governance_item .specs-grid {
    display: block !important;
  }
}

.path-report .regSlide-img img {
  height: auto !important;
}

.Footer-navbar {
  width: 100%;
  user-select: none;
  margin-top: max(40px, 0.8rem);
}

.Footer-navbar ul.menu {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.Footer-navbar ul > li {
  width: auto;
  position: relative;
}

.Footer-navbar li a {
  font-size: max(15px, 0.18rem);
  color: #fff;
  font-weight: 700;
  display: flex;
}

.governance_item h3 {
  font-size: max(18px, 0.38rem);
  color: #000;
  padding: 30px 0 30px;
  text-align: center;
}

.governance_item h4 {
  margin-bottom: 15px;
  border-left: 3px solid #ccc;
  padding-left: 5px;
}

.governance_item .specs-grid {
  display: grid;
  justify-content: flex-start;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.governance_item .spec-card {
  background-color: white;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  flex: 0 0 calc(25% - 25px);
  margin-bottom: 20px;
}

.governance_item .spec-card li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.governance_item .spec-card li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  background-color: #3fb1cc;
  height: 4px;
  width: 4px;
  border-radius: 4px;
}
