/* 炎祖山首页 — 设计稿 1.png */
@font-face {
    font-family: 'siyuanheiti_normal';
    src: url('font/siyuanheiti_normal.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}
:root {
  --yzs-purple: #8455A2;
  --yzs-purple-dark: #6B4E9E;
  --yzs-purple-light: #9B7BB8;
  --yzs-bg: #FAFAFA;
  --yzs-bg-lavender: #F5F3F8;
  --yzs-text: #333333;
  --yzs-text-muted: #666666;
  --yzs-text-light: #888888;
  --yzs-white: #ffffff;
  --yzs-container: 1226px;
  --yzs-containerr: 1394px;
  --yzs-header-h: 90px;
  --yzs-nav-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 10'%3E%3Cpath fill='%238455A2' d='M0 10 4.5 4.2 8.2 7.6 12 2.8 15.8 7.6 19.5 4.2 24 10z'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }

.yzs-home {
  margin: 0;
  padding: 0;
  font-family: "siyuanheiti_normal";
  color: var(--yzs-text);
  background: var(--yzs-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.yzs-home img { max-width: 100%; height: auto; display: block; }
.yzs-home a { text-decoration: none; color: inherit; transition: color .25s; }
.yzs-home ul { list-style: none; margin: 0; padding: 0; float:right;}

.yzs-container {
  width: 100%;
  max-width: var(--yzs-containerr);
  margin: 0 auto;
}

/* ========== Header ========== */
.yzs-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--yzs-header-h);
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
}

.yzs-header__inner {
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: var(--yzs-header-h);
}

.yzs-logo {
  justify-self: start;
  flex-shrink: 0;
  float:left;
}

.yzs-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  justify-self: center;
}

.yzs-header__aside {
  justify-self: end;
  min-width: 44px;
  display: flex;
  justify-content: flex-end;
}

.yzs-logo img {
  height: 90px;
  width: auto;
}

.yzs-logo__badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 48px;
  padding: 6px 12px;
  background: var(--yzs-purple);
  color: #fff;
  line-height: 1.1;
}

.yzs-logo__badge-cn {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}

.yzs-logo__badge-en {
  font-size: 8px;
  letter-spacing: 1px;
  opacity: .92;
  margin-top: 2px;
}

/* 兼容 footer 等仍引用旧 class 的兜底 Logo */
.yzs-logo__text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 600;
  color: var(--yzs-purple-dark);
  letter-spacing: 2px;
}

.yzs-logo__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--yzs-purple) 0%, var(--yzs-purple-dark) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.yzs-nav li {
  position: relative;
  padding:0px 36px;
  text-align: center;
}

.yzs-nav a {
  display: block;
  font-size: 18px;
  color: var(--yzs-text);
  padding: 32px 0 29px;
  position: relative;
  letter-spacing: .5px;
  white-space: nowrap;
  transition: color .25s;
}

.yzs-nav a:hover,
.yzs-nav li.active > a {
  color: var(--yzs-purple);
}
.yzs-nav .active{ background:url(/template/pc/skin/images/nav_bj.png) no-repeat bottom center;}


.yzs-nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.yzs-nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--yzs-text);
  transition: .3s;
}

/* ========== Hero Banner ========== */
.yzs-hero {
  position: relative;
  margin-top: var(--yzs-header-h);
  height: calc(100vh - var(--yzs-header-h));
  min-height: 520px;
  max-height: 780px;
  overflow: hidden;
  background: #2a3a4a;
}

.yzs-hero__slide {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--yzs-header-h));
  min-height: 520px;
  max-height: 780px;
}

.yzs-hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yzs-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.05) 50%, rgba(0,0,0,.2) 100%);
  pointer-events: none;
}

.yzs-hero__poetry {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
  z-index: 2;
}

.yzs-hero__poetry-title {
  font-size: 40px;
  letter-spacing: 10px;
  font-weight: 600;
  margin-bottom: 28px;
  font-family: "siyuanheiti_normal";
}

.yzs-hero__poetry-desc {
  font-size: 15px;
  letter-spacing: 5px;
  line-height: 2.4;
  opacity: .92;
  font-family: "siyuanheiti_normal";
}

.yzs-hero .owl-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.yzs-hero .owl-dots .owl-dot span {
  width: 14px;
  height:18px;
  background:url(/template/pc/skin/images/banner_tab1.png) no-repeat bottom center;
  display:inline-block;
  margin:0 4px;
}

.yzs-hero .owl-dots .owl-dot.active span {
  background: #fff;
  width: 14px;
  height:18px;
  background:url(/template/pc/skin/images/banner_tab.png) no-repeat bottom center;
}

/* ========== Section Common ========== */
.yzs-section {
  padding: 40px 0 113px 0;
}

.yzs-section--lavender {
}

.yzs-section__title {
  text-align: center;
  font-size: 54px;
  font-weight: 400;
  color: #555;
  margin: 0 0 30px;
  letter-spacing: 4px;
}


/* ========== 水的种类 ========== */
.yzs-water-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 32px;
}

.yzs-water-card {
  text-align: center;
}

.yzs-water-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  color: var(--yzs-purple);
  display: flex;
  align-items: center;
  justify-content: center;
}

.yzs-water-card__icon img {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  object-fit: contain;
}

.yzs-water-card__icon svg {
  width: 56px;
  height: 56px;
}

.yzs-water-card__title {
  font-size: 30px;
  font-weight: 500;
  color: var(--yzs-text);
  margin: 0 0 12px;
}

.yzs-water-card__desc {
  font-size: 21px;
  color: var(--yzs-text-muted);
  line-height: 1.8;
  margin: 0;
  font-weight: 400;
  max-width: 274px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.yzs-water-fallback {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 32px;
  grid-column: 1 / -1;
}

/* ========== 家庭补水 Lifestyle ========== */
.yzs-lifestyle-wrap {
  background: var(--yzs-white);
}

.yzs-lifestyle__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 0;
}

.yzs-lifestyle__block--reverse .yzs-lifestyle__media { order: 0; }
.yzs-lifestyle__media { order: -1; }

.yzs-lifestyle__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 105px;
  background: var(--yzs-bg-lavender);
}

.yzs-lifestyle__block--reverse .yzs-lifestyle__content {
  background: var(--yzs-bg-lavender);
}

.yzs-lifestyle-fallback .yzs-lifestyle__block:nth-child(even) .yzs-lifestyle__content {
  background: var(--yzs-bg-lavender);
}

.yzs-lifestyle-fallback .yzs-lifestyle__block:nth-child(even) .yzs-lifestyle__media {
  order: -1;
}

.yzs-lifestyle__content h3 {
  font-size: 54px;
  font-weight: 400;
  color: var(--yzs-text);
  margin: 0 0 24px;
  letter-spacing: 2px;
}

.yzs-lifestyle__content p {
  font-size: 21px;
  font-weight: 400;
  color: var(--yzs-text-muted);
  line-height: 2;
  margin: 0;
}

.yzs-lifestyle__media {
  overflow: hidden;
}

.yzs-lifestyle__media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

/* ========== 兴隆山泉特点 ========== */
.yzs-features {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  color: #fff;
}


.yzs-features__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 2fr 1.2fr;
  gap: 150px;
}

.yzs-features__list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.yzs-features__list h3{
    font-weight: 500;
font-size: 72px;
color: #FFFFFF;
margin:0;
}
.yzs-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.yzs-feature-item__badge {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:url(/template/pc/skin/images/sqstd_icon.png) no-repeat bottom center;
  margin-top:21px;
}

.yzs-feature-item__title {
  font-size: 54px;
  font-weight: 400;
  margin: 0 0 8px;
  font-family: "siyuanheiti_normal";
}

.yzs-feature-item__desc {
  font-size: 21px;
  line-height: 1.8;
  font-weight: 400;
  opacity: .88;
  margin: 0;
}

.yzs-features__right {
  text-align: left;
}

.yzs-features__mountain {
  font-size: 120px;
  font-weight: bold;
  margin: 0 0 16px;
  letter-spacing: 4px;
  padding-top:50px;
  font-family: "siyuanheiti_normal";
}

.yzs-features__meta {
  font-size: 24px;
  font-weight: bold;
  opacity: .9;
  margin: 0 0 100px;
  line-height: 1.8;
}

.yzs-features__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.5);
  padding: 8px 20px;
  border-radius: 2px;
  margin-bottom: 32px;
  transition: .25s;
}

.yzs-features__more:hover {
  background: rgba(255,255,255,.15);
  border-color: #fff;
}

.yzs-features__calligraphy {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 12px;
  opacity: .95;
  font-family: "siyuanheiti_normal";
}

/* ========== 我们的产品 ========== */
.yzs-products__tabs {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-bottom: 30px;
  padding-bottom: 0;
  padding-top:20px;
}
.yzs_wmdcp{ background: #F5F4F9; margin-top:8px; padding-bottom:30px;}
.yzs-products__tab {
  font-size: 24px;
  font-weight: 400;
  color: var(--yzs-text-muted);
  padding: 0 4px 0px;
  cursor: pointer;
  border: none;
  background: none;
  position: relative;
  transition: .25s;
}
.owl-nav{ min-width:1460px; max-width:1460px; margin:0 auto;margin-top: -324px; margin-bottom:286px; margin-left:-55px; grid-template-columns: 1fr 0fr;
    align-items: center;
    display: grid;
    justify-content: stretch;}
.owl-prev,.owl-next{
    width: 46px;
    height: 46px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 2px;
    cursor: pointer;
    color: var(--yzs-text-muted);
    font-size: 28px;
    line-height: 1;
    transition: .25s;
    text-align:center;
    line-height: 38px;
    font-family: "siyuanheiti_normal";
    border-radius: 50%;
}
.owl-prev:hover,.owl-next:hover{ border:1px solid #805ea9; color:#805ea9;}
.yzs-products__tab.active {
  color: var(--yzs-purple);
  font-weight: 400;
}

.yzs-products__tab.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: var(--yzs-purple);
}

.yzs-products__panel { display: none; }
.yzs-products__panel.active { display: block; }

.yzs-products__carousel .item {
  padding: 35px 16px;
}

.yzs-product-card {
  text-align: center;
  padding: 24px 16px;
  border: 2px solid transparent;
  background:#fff;
  transition: .25s;
  display:block;
}

.yzs-product-card:hover{
  box-shadow: 0 8px 28px rgba(132, 85, 162, .18);
  border:1px solid #805ea9;
}

.yzs-product-card__img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 16px;
}

.yzs-product-card__img img {
  width: auto;
  margin: 0 auto;
}

.yzs-product-card__vol {
  font-size: 21px;
  color: var(--yzs-text);
  margin: 0px;
  font-weight: 400;
}

.yzs-product-card__name {
  font-size: 21px;
  color: var(--yzs-text);
  font-weight: 400;
  margin-top:10px;
}

.yzs-products__carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(132,85,162,.15) !important;
  color: var(--yzs-purple) !important;
  font-size: 24px !important;
  line-height: 36px !important;
}

.yzs-products__carousel .owl-nav .owl-prev { left: -20px; }
.yzs-products__carousel .owl-nav .owl-next { right: -20px; }

.yzs-products-fallback { display: none; }
.yzs-features-more-fallback { display: none; }

.yzs-products__carousel {
  position: relative;
  padding: 0 24px;
}

/* ========== 兴隆·助农 ========== */
.yzs-agri {
  position: relative;
  min-height: 878px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 80px 0 60px;
}

.yzs-agri__heading {
  position: absolute;
  right: 16%;
  top: 21%;
  transform: translateY(-50%);
  font-size: 100px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 8px;
  text-shadow: 0 2px 16px rgba(0,0,0,.35);
  z-index: 2;
  font-family: "siyuanheiti_normal";
}



.yzs-agri__container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.yzs-agri__card {
  position: relative;
  z-index: 1;
  background: var(--yzs-white);
  border-radius: 4px;
  padding: 71px 72px 56px;
  max-width: 1328px;
  width: 100%;
  margin: 0;
  box-shadow: 0 12px 40px rgba(0,0,0,.12);
}

.yzs-agri__track {
  min-height: 1px;
}

.yzs-agri__track.yzs-agri-fallback {
  display: none;
}

.yzs-agri__slide {
  display: none;
}

.yzs-agri__slide.is-active {
  display: block;
}

.yzs-agri__card-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 66px;
  align-items: start;
}

.yzs-agri__thumb {
  border-radius: 4px;
  overflow: hidden;
}

.yzs-agri__thumb img {
  width: 100%;
  object-fit: cover;
}

.yzs-agri__title {
  font-size: 48px;
  font-weight:400;
  margin: 0 0 16px;
  color: var(--yzs-text);
}

.yzs-agri__desc {
  font-size: 21px;
  color: var(--yzs-text-muted);
  line-height: 1.9;
  margin: 0;
}

.yzs-agri__pager {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 32px;
  font-size: 21px;
  color: var(--yzs-text-light);
}

.yzs-agri__pager.is-hidden {
  display: none;
}

.yzs-agri__pager-num {
  min-width: 48px;
  text-align: center;
  color: var(--yzs-text-muted);
}

.yzs-agri__pager-num .yzs-agri__pager-current {
  color: var(--yzs-text);
}

.yzs-agri__pager button {
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 2px;
  cursor: pointer;
  color: var(--yzs-text-muted);
  font-size: 20px;
  line-height: 1;
  transition: .25s;
}

.yzs-agri__pager button:hover {
  border-color: var(--yzs-purple);
  color: var(--yzs-purple);
}

/* ========== Footer ========== */
.yzs-footer {
  background: #fff;
  padding-top: 30px;
}

.yzs-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F4F9;
}

.yzs-footer__logo img { height: 60px; }

.yzs-footer__nav {
  display: flex;
  gap: 32px;
  margin-top:18px;
}

.yzs-footer__nav a {
  font-size: 18px;
  font-weight: 400;
  color: var(--yzs-text-muted);
}

.yzs-footer__nav a:hover { color: var(--yzs-purple); }

.yzs-footer__mid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  padding: 36px 0;
  align-items: start;
}

.yzs-footer__company {
  font-size: 14px;
  color: var(--yzs-text-muted);
  line-height: 2;
}

.yzs-footer__company strong {
  display: block;
  font-size: 30px;
  color: var(--yzs-text);
  margin-bottom: 0px;
  font-weight: 400;
}
.yzs-footer__company p{
    font-size: 21px;
  color: var(--yzs-text);
  font-weight: 400;
  margin:0;
}
.yzs-footer__qrcodes {
  display: flex;
  gap: 32px;
}

.yzs-footer__qr {
  text-align: center;
}

.yzs-footer__qr img {
  width: 158px;
  height: 158px;
  margin: 0 auto 0px;
  background: #fff;
  padding: 4px;
}

.yzs-footer__qr p {
  font-size: 18px;
  color: var(--yzs-text-light);
  margin: 0;
}

.yzs-footer__copy {
  padding: 16px 0 26px 0;
  border-top:1px solid #F5F4F9;
  text-align: center;
  font-size: 16px;
  color: var(--yzs-text-light);
}

/* ========== 悬浮商城按钮 ========== */
.yzs-shop-float {
  position: fixed;
  right: 24px;
  bottom: 80px;
  z-index: 999;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--yzs-purple);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(132,85,162,.4);
  transition: transform .25s, box-shadow .25s;
}

.yzs-shop-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 24px rgba(132,85,162,.5);
  color: #fff;
}

.yzs-shop-float svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.yzs-map-img{ width:100%; height:1013px; background:url(/template/pc/skin/images/dt.png) no-repeat bottom center;}

/* ========== Responsive ========== */
@media (max-width: 1024px) {
  .yzs-water-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .yzs-features__inner { grid-template-columns: 1fr; }
  .yzs-features__right { text-align: left; margin-top: 40px; }
  .yzs-hero__poetry { right: 4%; }
  .yzs-hero__poetry-title { font-size: 28px; }
  .yzs-agri__card { margin-left: 20px; margin-right: 20px; }
  .yzs-agri__container { justify-content: center; }
}

@media (max-width: 1100px) {
  .yzs-nav { gap: 18px; }
  .yzs-nav a { font-size: 13px; }
}

@media (max-width: 768px) {
  .yzs-header__inner {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    height:60px;
  }
.yzs-header{
    height:60px;}
    .yzs-hero{ 
        margin-top:60px;
        min-height: 161px;
    max-height: 161px;
    }
  .yzs-nav-toggle { display: flex; }
.yzs-hero .owl-dots{bottom:6px;}
  .yzs-nav {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 0;
    box-shadow: 0 8px 24px rgba(0,0,0,.1);
    transform: translateY(-120%);
    opacity: 0;
    transition: .3s;
    pointer-events: none;
    justify-self: stretch;
  }
  .yzs-hero__slide{
      min-height: 161px;
    max-height: 161px;
  }
  .yzs-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .yzs-nav li { width: 100%; }
  .yzs-nav a {
    display: block;
    padding: 14px 24px;
    white-space: normal;
  }

  .yzs-nav li.active > a::after {
    left: 24px;
    bottom: 50%;
    transform: translateY(50%);
    width: 20px;
    height: 8px;
  }

  .yzs-lifestyle__content { padding: 40px 24px; }
  .yzs-lifestyle__media img { min-height: 260px; }
  .yzs-lifestyle__block,
  .yzs-lifestyle__block--reverse { grid-template-columns: 1fr; }
  .yzs-lifestyle__block--reverse .yzs-lifestyle__media,
  .yzs-lifestyle-fallback .yzs-lifestyle__block:nth-child(even) .yzs-lifestyle__media { order: -1; }
  .yzs-water-fallback { grid-template-columns: 1fr; }
.yzs-features__inner{gap: 0px;}
  .yzs-water-grid { grid-template-columns: 1fr 1fr; max-width: 360px; margin: 0 auto; }
.yzs-features{padding-top:50px;}
  .yzs-section { padding: 56px 0; }
  .yzs-section__title { font-size: 32px; margin-bottom: 36px; }
.yzs-water-card__title{ font-size:20px;}
.yzs-water-card__desc{ font-size:16px;}
  .yzs-hero__poetry { display: none; }
.yzs-lifestyle__content h3{font-size:32px;}
  .yzs-products__tabs { gap: 20px; flex-wrap: wrap; }
.yzs-lifestyle__content p{font-size:16px;}
  .yzs-agri__card-inner { grid-template-columns: 1fr; gap: 23px;}
.yzs-features__list h3{ font-size:58px; padding-left:26px;}
  .yzs-footer__top,
  .yzs-footer__mid { flex-direction: column; align-items: center;}
.yzs-feature-item{gap: 20px; padding:0 26px;}
  .yzs-footer__nav { flex-wrap: wrap; gap: 16px;  justify-content: center; display:none;}
.yzs-feature-item__title{ font-size:38px; padding-top:14px;}
  .yzs-features__calligraphy { font-size: 32px; letter-spacing: 6px;}
.yzs-features__mountain{ font-size:80px; text-align:center;}
  .yzs-agri__heading { right: 9%; font-size: 44px; letter-spacing: 4px; top:16%; }
  .yzs-logo img{ height:60px;}
  .yzs-features__meta{ padding:0 26px;font-size: 16px;}
  .owl-nav{ width:100%;min-width:100%; max-width:100%; margin-left:-23px; position: absolute;}
  .owl-prev, .owl-next{ width:38px; height:38px; line-height:32px;}
  .yzs-agri{ padding-top:200px;min-height: 770px;}
  .yzs-agri__card{ margin:0; padding:20px;}
  .yzs-agri__title{ font-size:20px;}
  .yzs-agri__desc{ font-size:16px;}
  .yzs-feature-item__desc{ font-size:16px;}
  .yzs-footer__mid{ display:block; padding-top:10px;}
  .yzs-footer__company strong{ font-size:16px; text-align:left; padding-left:20px;}
  .yzs-footer__company p{ font-size:15px; text-align:left; padding-left:20px;}
  .yzs-footer__qrcodes{justify-content: space-evenly;}
  .yzs-home a{display: block;}
  .yzs-map-img{ width:100%; height:1013px; background:url(/template/pc/skin/images/dt.png) no-repeat -644px 0px;}
}
