/** load more copy column begin */
.load-more-content {

  height: 104px;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 1));
  width: inherit;
}
.load-more-content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.load-more-content-wrap-disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.load-more-show-text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.79px;
  text-decoration: underline;
  text-underline-offset: 5px;
  color: rgba(124, 124, 124, 1);
}
.load-more-show-load-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  height: 1.5rem;
  font-size: 18px;
  font-weight: 700;
  color: rgba(124, 124, 124, 1);
  cursor: not-allowed;
  pointer-events: none;
}
.load-more-show-loading {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 4px solid var(--footer-bg-color);
  width: 24px;
  height: 24px;
  animation: spin 2s linear infinite;
  margin-right: 10px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
.load-more-logo {
  width: 32px;
  height: 32px;
  opacity: 1;
  background: rgba(124, 124, 124, 1);
  border-radius: 50%;
  margin-right: 16px;
  position: relative;
}

.load-more-logo:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #00000000;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  left: 9px;
  top: 5px;
}
/** load more copy column end */

.global-special-content span,
.global-special-content a {
  color: rgb(0 0 0);
}
.global-special-header-a {
  background: #FFFFFF;
  box-shadow: 0px 0px 3px #E3E3E3;
  border: 1px #f1f1f1 solid;
  border-bottom: 0px solid;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.global-special-header-a-name-logo {
  float: left;
  width: 5px;
  overflow: hidden;
}

.global-special-header-a-name-text {
  font-weight: 600;
  font-size: 20px;
  float: left;
  padding: 15px 0px 15px 10px;
  line-height: 100%;
}
.global-special-header-a-name-text span {
  color: rgba(29, 70, 137, 1);
}
.global-special-header-a-more {
  float: right;
  padding: 15px 10px 15px 0px;
}

.global-special-header-a-more-text a {
  color: rgb(102 102 102);
}

.global-special-header-a-name {
  background: #FFFFFF;
  box-shadow: 0px 0px 3px #E3E3E3;
  border: 1px #f1f1f1 solid;
  border-bottom: 0px solid;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-sizing: border-box;
}

.global-special-header-a-name-logo span {
  float: left;
  width: 100%;
  height: 30px;
  background: rgba(29, 70, 137, 1);
  margin-top: 10px;
}

.special-story-a-list {

}

.special-story-c-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
  background: #FFF;
  padding: 24px;
}

.global-special-banner {
    height: 400px;
}
.global-special-header-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.special-type-e-body,
.special-type-f-body,
.special-type-h-body,
.special-type-i-body{
    background: #FFF;
}
.special-type-e-new  .special-type-e-body {
  padding: 0 24px 24px;
}
.special-story-f-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
  background: #FFF;
  padding: 24px;
}
.special-story-h-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.special-type-h-body .global-column-story-b-item {
    width: calc(50% - 8px);
}

.special-type-h-body .global-column-story-b-item-img-wrap {
    width: 320px;
    text-align: center;
}
.special-type-h-body .global-column-story-b-item-img-wrap img{
    max-width: 100%;
    max-height: 100%;
    height: unset;
    width: unset;
}
.special-type-h-body .global-column-story-b-item-info {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.special-type-h-body  .global-column-story-b-item-title {
    font-size: var(--font-size-20);
}
.special-type-h-body .global-column-story-b-item-desc {
	display: none;
}
.special-type-i .global-carousel-type-i {
    padding: 0 24px;
}

.special-type-a-header {
  background: #FFF;
}
.special-type-t .global-carousel-type-e {
    background: #ffffff;
    padding: 0px;
}