.page-channels {
  background: var(--cream-soft);
}

.channels-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--cream-soft);
  line-height: 0;
  height: calc(100vh - var(--site-header-height));
}
.channels-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.channels-hero__content {
  position: absolute;
  top: 19.84375vw;
  left: 13.4895833333vw;
  z-index: 1;
  line-height: normal;
}
.channels-hero__title {
  margin: 0 0 0.5989583333vw;
  color: #000000;
  font-family: "FZLTHJW--GB1-0";
  font-size: clamp(28px, 3.75vw, 72px);
  line-height: clamp(28px, 3.75vw, 72px);
  white-space: nowrap;
}
.channels-hero__en {
  margin: 0 0 2.1614583333vw;
  color: #666666;
  font-family: "Poppins-Light";
  font-size: clamp(13px, 1.1458333333vw, 22px);
  line-height: clamp(13px, 1.1458333333vw, 22px);
}
.channels-hero__desc {
  margin: 0;
  color: #666666;
  font-family: "FZLTKHJW--GB1-0";
  font-size: clamp(13px, 1.1458333333vw, 22px);
  line-height: 1.5;
}

.channels-store {
  width: 100%;
  padding: 13.8020833333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.channels-store__main {
  width: 72.9166666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.channels-store__title {
  margin: 0 0 2.7864583333vw;
  color: #000000;
  font-family: "FZLTHJW--GB1-0";
  font-size: clamp(28px, 3.75vw, 72px);
  line-height: clamp(28px, 3.75vw, 72px);
  white-space: nowrap;
}
.channels-store__subtitle {
  color: #666666;
  font-family: "FZLTKHJW--GB1-0";
  font-size: clamp(13px, 1.1458333333vw, 22px);
  line-height: clamp(13px, 1.1458333333vw, 22px);
  margin-bottom: 194px;
}
.channels-store__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.channels-store__item {
  width: 15.4166666667vw;
  min-width: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.channels-store__icon {
  width: 170px;
  height: 71px;
  margin-bottom: 26px;
}
.channels-store__icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.channels-store__name {
  color: #000000;
  font-family: "FZLTKHJW--GB1-0";
  font-size: clamp(12px, 0.9375vw, 18px);
  margin-bottom: 23px;
}
.channels-store__link {
  width: 10.5208333333vw;
  height: 2.1875vw;
  color: var(--font-hover);
  font-family: "FZLTHJW--GB1-0";
  font-size: clamp(12px, 1.0416666667vw, 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  position: relative;
  overflow: hidden;
  background: transparent;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.channels-store__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #744d1c;
  z-index: -2;
  transition-delay: 0.5s;
}
.channels-store__link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #e2c6a1, #6f492b);
  transform: translateX(-101%);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: -1;
}
.channels-store__link:hover {
  border-color: transparent;
  color: var(--white);
}
.channels-store__link:hover::before {
  transform: translateX(0);
}

.channels-store-offline {
  width: 100%;
  position: relative;
}
.channels-store-offline__image {
  width: 100%;
  height: auto;
  display: block;
}
.channels-store-offline__main {
  position: absolute;
  top: 18.28125vw;
  left: 13.4895833333vw;
  z-index: 2;
}
.channels-store-offline__title {
  margin: 0 0 0.3125vw;
  color: #ffffff;
  font-family: "FZLTHJW--GB1-0";
  font-size: clamp(28px, 3.75vw, 72px);
  white-space: nowrap;
}
.channels-store-offline__en {
  margin: 0 0 1.7708333333vw;
  color: #ffffff;
  font-family: "Poppins-Light";
  font-size: clamp(12px, 1.1458333333vw, 22px);
}
.channels-store-offline__subtitle {
  margin: 0;
  color: #ffffff;
  font-family: "FZLTKHJW--GB1-0";
  font-size: clamp(13px, 1.1458333333vw, 22px);
  line-height: 1.5;
  margin-bottom: 3.8020833333vw;
}
.channels-store-offline__name {
  margin-bottom: 1.1979166667vw;
}
.channels-store-offline__name p {
  color: #fff;
}
.channels-store-offline__name p:first-child {
  font-family: "Poppins-Light";
  font-size: clamp(13px, 1.1458333333vw, 22px);
}
.channels-store-offline__name p:last-child {
  font-family: "FZLTHJW--GB1-0";
  font-size: clamp(21px, 1.5625vw, 30px);
}
.channels-store-offline__address {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "FZLTKHJW--GB1-0";
  font-size: clamp(13px, 1.1458333333vw, 22px);
  color: #fff;
  margin-bottom: 17px;
}
.channels-store-offline__address img {
  width: 0.8333333333vw;
  height: 1.0416666667vw;
  display: block;
  margin-right: 7px;
}
.channels-store-offline__date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "FZLTKHJW--GB1-0";
  font-size: clamp(13px, 1.1458333333vw, 22px);
  color: #fff;
}
.channels-store-offline__date img {
  width: 0.9375vw;
  height: 0.9375vw;
  display: block;
  margin-right: 7px;
}
