.mobile-page {
  --index-unit: min(1px, 0.133333vw);
}

.site-main {
  background: #fff;
}

.zj-search-section {
  padding: calc(52 * var(--index-unit)) calc(38 * var(--index-unit)) calc(24 * var(--index-unit));
  background: #fff;
}

.zj-search {
  width: calc(622 * var(--index-unit));
  height: calc(44 * var(--index-unit));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: calc(16 * var(--index-unit));
}

.zj-search input {
  flex: 1;
  min-width: 0;
  height: calc(36 * var(--index-unit));
  padding: 0 calc(22 * var(--index-unit)) calc(10 * var(--index-unit));
  border-bottom: 1px solid #a6a6a6;
  font-size: calc(24 * var(--index-unit));
  color: #444;
}

.zj-search input::placeholder {
  color: #444;
}

.zj-search button {
  width: calc(135 * var(--index-unit));
  height: calc(42 * var(--index-unit));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(8 * var(--index-unit));
  border-radius: calc(22 * var(--index-unit));
  font-size: calc(23 * var(--index-unit));
  color: #fff;
  background: #f39400;
  flex-shrink: 0;
}

.zj-search button i {
  width: calc(24 * var(--index-unit));
  height: calc(24 * var(--index-unit));
  position: relative;
}

.zj-search button i::before {
  content: "";
  position: absolute;
  width: calc(15 * var(--index-unit));
  height: calc(15 * var(--index-unit));
  left: 0;
  top: 0;
  border: calc(2.4 * var(--index-unit)) solid #fff;
  border-radius: 50%;
}

.zj-search button i::after {
  content: "";
  position: absolute;
  width: calc(9 * var(--index-unit));
  height: calc(2.4 * var(--index-unit));
  right: calc(1 * var(--index-unit));
  bottom: calc(4 * var(--index-unit));
  background: #fff;
  transform: rotate(45deg);
}

.zj-tabs {
  margin-top: calc(30 * var(--index-unit));
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(30 * var(--index-unit)) calc(40 * var(--index-unit));
}

.zj-tabs button {
  height: calc(60 * var(--index-unit));
  border: 1px solid #009354;
  border-radius: calc(5 * var(--index-unit));
  font-size: calc(30 * var(--index-unit));
  color: #333;
  background: #fff;
}

.zj-tabs button.is-active {
  color: #fff;
  background: #009354;
}

.zj-search-section::after {
  content: "";
  display: block;
  width: calc(668 * var(--index-unit));
  height: calc(8 * var(--index-unit));
  margin: calc(32 * var(--index-unit)) auto 0;
  background: linear-gradient(90deg, #f4d98f 0%, #f4d98f 76.4%, transparent 76.4%, transparent 78%, #009354 78%, #009354 100%);
}

.zj-section {
  padding: 0 calc(48 * var(--index-unit)) calc(124 * var(--index-unit));
}

.zj-group {
  position: relative;
  margin-top: calc(28 * var(--index-unit));
  padding: calc(34 * var(--index-unit)) calc(47 * var(--index-unit)) calc(24 * var(--index-unit));
  border-radius: calc(8 * var(--index-unit));
  background: #eeeeee;
  overflow: hidden;
  cursor: pointer;
}

.zj-group.is-hidden {
  display: none;
}

.zj-group.is-active {
  margin-top: 0;
  background: #009354 url("../images/ysjs/ico_hover.png") center / cover no-repeat;
}

.zj-group-title {
  position: relative;
  width: calc(340 * var(--index-unit));
  min-height: calc(82 * var(--index-unit));
  margin: 0 auto calc(30 * var(--index-unit));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(34 * var(--index-unit));
  font-weight: 400;
  line-height: 1;
  color: #009354;
  background: transparent;
}

.zj-group.is-active .zj-group-title {
  color: #fff;
}

.zj-group-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(4 * var(--index-unit));
  width: calc(300 * var(--index-unit));
  height: calc(13 * var(--index-unit));
  background: url("../images/ysjs/ico_jg.png") center / 100% 100% no-repeat;
  transform: translateX(-50%);
}

.zj-carousel {
  position: relative;
  padding: 0;
}

.zj-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  padding-bottom: calc(34 * var(--index-unit));
  -webkit-overflow-scrolling: touch;
}

.zj-viewport::-webkit-scrollbar {
  display: none;
}

.zj-track {
  display: flex;
  width: max-content;
}

.zj-slide {
  flex: 0 0 calc(150 * var(--index-unit));
  width: calc(150 * var(--index-unit));
  margin-right: calc(52 * var(--index-unit));
}

.zj-slide:last-child {
  margin-right: 0;
}

.zj-slide a {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
}

.zj-slide img {
  width: 100%;
  height: calc(202 * var(--index-unit));
  object-fit: cover;
  display: block;
}

.zj-slide figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(43 * var(--index-unit));
  padding: 0 calc(8 * var(--index-unit));
  display: flex;
  align-items: center;
  gap: calc(8 * var(--index-unit));
  color: #fff;
  background: rgba(72, 72, 72, 0.55);
}

.zj-slide figcaption strong,
.zj-slide figcaption small {
  display: block;
  min-width: 0;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.zj-slide figcaption strong {
  font-size: calc(16 * var(--index-unit));
}

.zj-slide figcaption small {
  margin-top: 0;
  font-size: calc(14 * var(--index-unit));
  opacity: 0.95;
}

.zj-controls {
  position: relative;
  width: calc(340 * var(--index-unit));
  height: calc(6 * var(--index-unit));
  margin: calc(-10 * var(--index-unit)) auto 0;
  display: block;
  border-radius: calc(3 * var(--index-unit));
  background: #4d4d4d;
  pointer-events: auto;
  cursor: pointer;
}

.zj-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-radius: calc(3 * var(--index-unit));
  background: #009354;
  transform: translateX(0);
}

.zj-group.is-active .zj-controls {
  background: #006638;
}

.zj-group.is-active .zj-progress {
  background: #fff;
}
