@charset "UTF-8";
.slick-dots {
  bottom: 20px;
}
@media (max-width: 1024px) {
  .slick-dots {
    bottom: 10px;
  }
}
.slick-dots li.slick-active button {
  width: 15px;
  height: 15px;
}
@media (max-width: 600px) {
  .slick-dots li.slick-active button {
    width: 8px;
    height: 8px;
    padding: 0;
  }
}
.slick-dots li.slick-active button::before {
  opacity: 0;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #FFF;
}
@media (max-width: 600px) {
  .slick-dots li button {
    width: 4px;
    height: 4px;
    padding: 0;
  }
}
.slick-dots li button::before {
  opacity: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 20px;
}

.top-block {
  background: #033c1c;
  color: #FFFFFF;
  width: calc( 100% - 20px );
  padding: 12px 10px;
}
.top-block > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-block .guided-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  line-height: 20px;
}
.top-block .arrow {
  display: inline-block;
  width: 18px;
}
.top-block .open-mob-search {
  width: 20px;
}

.banner-block {
  overflow: hidden;
  position: relative;
}
.banner-block .slick-slide {
  height: auto;
}

.overview-search-box {
  width: 100%;
}
.overview-search-box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  margin: 0 auto 20px;
  padding: 0px 7px;
  position: relative;
  border: 1px solid #e9e9e9;
  background: #FFF;
}
.overview-search-box.only-mob > div {
  margin: 10px auto;
}
.overview-search-box.only-mob.hide {
  display: none !important;
}
.overview-search-box .search-icon {
  width: 20px;
}
.overview-search-box input {
  width: 100%;
  outline: none;
  border: none;
  padding: 10px;
}
.overview-search-box button {
  border: none;
  outline: none;
  background: #FFF;
  padding: 0;
  white-space: nowrap;
  cursor: pointer;
}

.slender-products-block {
  padding: 80px 5% 0;
}
@media (max-width: 600px) {
  .slender-products-block {
    padding: 20px 0 0 0;
  }
}
.slender-products-block .slogan-box {
  font-size: 1.5rem;
  line-height: 32px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  /* color: #e4d0a3; */
  white-space: nowrap;
  overflow: hidden;
  margin-left: -100%;
  margin-right: -100%;
  padding-left: 100%;
  padding-right: 100%;
}
.slender-products-block .slogan-box p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
.slogan-box-new {
  padding: 8px 5% 0;
  background: #000;
  
}
@media (max-width: 600px) {
  .slender-products-block .slogan-box {
    font-size: 0.875rem;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .slogan-box-new a{
    font-size: 11px;
    margin-bottom: 10px;
  }
}

.overview-slender-slick .slick-slider {
  height: auto;
}

.section-products-block {
  padding: 45px 5% 80px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .section-products-block {
    margin-bottom: 10px;
    padding: 20px 5% 10px;
  }
}
.section-products-block.is-activity {
  /*0331 修改*/
  padding: 45px 4% 80px;
}
.section-products-block.is-activity .title-box {
  /*0331 修改*/
  padding: 0 2%;
}
.section-products-block.all {
  padding: 45px 5% 10px;
}


@media (max-width: 600px) {
  .section-products-block.all {
    margin-bottom: 20px;
    padding: 20px 5% 15px;
  }

}
.section-products-block .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: start;
  margin-bottom: 40px;
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: bold;
  padding: 0 1%;
}
@media (max-width: 600px) {
  .section-products-block .title-box {
    font-size: 0.875rem;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .section-products-block .time-limit {
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-products-block .time-limit .only-mob {
    width: 100%;
  }
}
.section-products-block .time-limit p {
  display: inline-block;
}
.section-products-block .time-limit .time {
  font-size: 1.125rem;
  line-height: 26px;
}
@media (max-width: 600px) {
  .section-products-block .time-limit .time {
    font-size: 0.75rem;
    line-height: 20px;
  }
}
.section-products-block .time-limit .red {
  color: #da1919;
  font-weight: bolder;
}
.section-products-block .time-limit span {
  background: #da1919;
  display: inline-block;
  padding: 0px 10px;
  border-radius: 5px;
  /*margin: 0 8px 0 10px;*/
  font-size: 1.125rem;
  line-height: 26px;
  color: #FFF;
}
@media (max-width: 600px) {
  .section-products-block .time-limit span {
    font-size: 0.75rem;
    line-height: 20px;
    margin: 0 8px 0 0;
  }
}
.section-products-block .more-icon {
  font-size: 1rem;
  line-height: 26px;
  font-weight: 550;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  color: #e4d0a3;
}
@media (max-width: 600px) {
  .section-products-block .more-icon {
    font-size: 0.75rem;
    line-height: 20px;
  }
}
.section-products-block .more-icon img {
    width: 16px;
    margin-left: 5px;
    margin-top: 3px;
    vertical-align: middle;
}
@media (max-width: 600px) {
  .section-products-block .more-icon img {
    width: 10px;
  }
  .section-products-block .more-icon img {
    margin-left: 2px;
  }
}
.section-products-block .product-box {
  /*0331 修改*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-products-block .product-box.all {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-products-block .product-box.all .product-item {
  margin-bottom: 70px;
}
@media (max-width: 1100px) {
  .section-products-block .product-box.all .product-item {
    margin-bottom: 35px;
  }
}
@media (max-width: 600px) {
  .section-products-block .product-box.all .product-item {
    margin-bottom: 20px;
    padding: 0px 0px 40px 0px;
  }
}

@media (max-width: 1300px) {
  .section-products-block .product-box:not(.all) .product-item {
    display: none;
  }
  .section-products-block .product-box:not(.all) .product-item:nth-child(1),
.section-products-block .product-box:not(.all) .product-item:nth-child(2),
.section-products-block .product-box:not(.all) .product-item:nth-child(3),
.section-products-block .product-box:not(.all) .product-item:nth-child(4) {
    display: block;
    padding: 0px 0px 40px 0px;
  }
}
@media (max-width: 900px) {
  .section-products-block .product-box:not(.all) .product-item:nth-child(4),
.section-products-block .product-box:not(.all) .promotions-item {
    display: none;
  }
  .section-products-block .product-box:not(.all) .promotions-item:nth-child(1),
.section-products-block .product-box:not(.all) .promotions-item:nth-child(2) {
    display: block;
  }
}
@media (max-width: 600px) {
  .section-products-block .product-box:not(.all) .product-item:nth-child(3),
.section-products-block .product-box:not(.all) .promotions-item:nth-child(2) {
    display: none;
  }
}

.product-item {
  width: 18%;
  /*0331 修改*/
  margin: 0 1%;
}
@media (max-width: 1300px) {
  .product-item {
    width: 23%;
  }
}
@media (max-width: 900px) {
  .product-item {
    width: 31%;
    margin: 0 1%;
  }
}
@media (max-width: 600px) {
  .product-item {
    width: 48%;
    padding: 10px 0px;
    /*0331 修改*/
    /*margin: 0 auto;*/
  }
}

.promotions-item {
  width: 31%;
  /*0331 修改*/
  margin: 0 2.3%;
}
@media (max-width: 900px) {
  .promotions-item {
    /*0331 修改*/
    margin: 0 1%;
    width: 48%;
  }
}
@media (max-width: 600px) {
  .promotions-item {
    /*0331 修改*/
    margin: 0 auto;
    width: 100%;
  }
}
.promotions-item .promotions-image {
  width: 65%;
  margin: 0 0 0 auto;
}

.product-item,
.promotions-item {
  text-align: left;
  position: relative;
  overflow: hidden;
  padding: 0px 0px 63px 0px;
  background-color: #033c1c;
  background-image: url('/sysy_front/images/ground.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.product-item:focus,
.promotions-item:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.product-item img,
.promotions-item img {
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .product-item img,
.promotions-item img {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .product-item img,
.promotions-item img {
    margin-bottom: 0px;
  }
}
.product-item .text-box,
.promotions-item .text-box {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.product-item .sall-tag,
.promotions-item .sall-tag {
  position: absolute;
  width: 88px;
  left: 0;
  top: 24px;
  font-size: 1rem;
  line-height: 24px;
  color: #fff;
  z-index: 3;
  text-align: center;
  padding: 3px 0;
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
}
.product-item .sall-tag.two,
.promotions-item .sall-tag.two {
  top: 70px;
}
@media (max-width: 1200px) {
  .product-item .sall-tag,
.promotions-item .sall-tag {
    font-size: 0.875rem;
    line-height: 22px;
  }
}
@media (max-width: 600px) {
  .product-item .sall-tag,
.promotions-item .sall-tag {
    font-size: 0.75rem;
    line-height: 20px;
    padding: 3px 0;
    width: 60px;
  }
}
.product-item .cart-plus-icon,
.promotions-item .cart-plus-icon {
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 1px;
}



.slender-slick {
  padding-top: 20px;
  margin-bottom: 110px;
  position: relative;
}
@media (max-width: 600px) {
  .slender-slick {
    padding-top: 0px;
    margin-bottom: 10px;
  }
}
.slender-slick .slender-slick-item {
  text-align: center;
  padding: 60px 5px 20px;
  border-radius: 15px;
  -webkit-box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.1);
  margin: 15px;
  height: auto;
  background: #FFF;
}
@media (max-width: 600px) {
  .slender-slick .slender-slick-item {
    margin: 10px 5px;
    -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.05);
  }
}
.slender-slick .slender-slick-item img {
  width: 65%;
  margin: 0 auto 35px;
}
@media (max-width: 600px) {
  .slender-slick .slender-slick-item img {
    width: 50%;
  }
}
.slender-slick .slender-slick-item p {
  font-size: 1.5rem;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .slender-slick .slender-slick-item p {
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 0px;
  }
}
.slender-slick .slender-slick-item span {
  font-size: 1rem;
  line-height: 24px;
}
@media (max-width: 600px) {
  .slender-slick .slender-slick-item span {
    font-size: 0.75rem;
    line-height: 20px;
  }
}

.overview-news-slick,
.overview-info-slick {
  position: relative;
}

.news-slick-arrow {
  width: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 700px) {
  .news-slick-arrow {
    width: 30px;
  }
}
.news-slick-arrow.next {
  right: 5px;
}
.news-slick-arrow.prev {
  left: 5px;
}

.info-slick-arrow,
.description-slender-arrow {
  width: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 700px) {
  .info-slick-arrow,
.description-slender-arrow {
    width: 30px;
  }
}
.info-slick-arrow.next,
.description-slender-arrow.next {
  right: -5%;
}
@media (max-width: 600px) {
  .info-slick-arrow.next,
.description-slender-arrow.next {
    right: 5px;
  }
}
.info-slick-arrow.prev,
.description-slender-arrow.prev {
  left: -5%;
}
@media (max-width: 600px) {
  .info-slick-arrow.prev,
.description-slender-arrow.prev {
    left: 5px;
  }
}

.overview-info-block {
  padding: 0 5%;
  margin-bottom: 80px;
}
@media (max-width: 900px) {
  .overview-info-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .overview-info-block {
    margin-bottom: 20px;
  }
}

.info-slick-item {
  overflow: hidden;
  position: relative;
  height: auto;
  margin: 0 15px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .info-slick-item {
    margin: 0 auto 5px;
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .overview-info-slick .slick-track {
    display: flex !important;
    justify-content: center !important;
  }
  .overview-info-slick .slick-slide {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }
}
.info-slick-item p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #e4d0a3;
  font-size: 1.125rem;
  text-align: center;
  width: 100%;
}
@media (max-width: 1200px) {
  .info-slick-item p {
    font-size: 0.95rem;
  }
}
.info-slick-item img {
  opacity: 0;
}
.product-item .price,
.promotions-item .price {
  font-size: 1.2rem;
  line-height: 32px;
  font-weight: bold;
  margin-right: 0;
  text-align: right;
}

.product-item .original,
.promotions-item .original {
  font-size: 1rem;
  line-height: 32px;
  text-decoration: line-through;
  text-align: right;
}

@media (max-width: 1200px) {
  .product-item .price,
  .promotions-item .price,
  .product-item .original,
  .promotions-item .original {
    font-size: 1.125rem;
    line-height: 26px;
  }
}

@media (max-width: 600px) {
  .product-item .price,
  .promotions-item .price{
    font-size: 0.95rem;
    line-height: 20px;
  }
  .product-item .original,
  .promotions-item .original {
    font-size: 0.75rem;
    line-height: 20px;
  }
}

.product-item p.title,
.promotions-item p.title {
  font-size: 1.3rem;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
  align-self: flex-start;
}

.product-item p.dot,
.promotions-item p.dot {
  font-size:8px;
  color:#fff;
  white-space:nowrap;
  overflow:hidden;
  padding-bottom: 10px;
}

@media (max-width: 1200px) {
  .product-item p.title,
  .promotions-item p.title {
    font-size: 0.875rem;
    line-height: 22px;
    padding-top: 7px;
    margin-bottom: 3px;
  }

  .product-item p.dot,
  .promotions-item p.dot {
    padding-bottom: 5px;
  }
}

@media (max-width: 600px) {
  .product-item p.title,
  .promotions-item p.title {
    font-size: 1rem;
    line-height: 15px;
  }
}

.product-item .price,
.promotions-item .price,
.product-item .original,
.promotions-item .original {
  align-self: flex-end;
}

.single-box-slick {
  display: block !important;
}
.single-box-slick .slick-track {
  display: flex !important;
}
.single-box-slick .slick-slide {
  display: block !important;
  height: auto;
}

.single-box-slick .product-item {
  margin: 0 12px;
  display: block;
}

@media (max-width: 600px) {
  .single-box-slick .product-item {
    margin: 0 3px;
  }
}

.font-gill {
  font-family: "gill_sans_mt_ext_condensed_Rg", "Voltaire", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.products {
  padding-bottom: 3vw;
  padding-top: 1rem;
}

.product-swiper {
  width: 100%;
  margin: 0 auto;
  color: #E6D2A0;
}

.product-swiper .swiper-wrapper {
  height: auto;
}

.product-swiper .swiper-button-next,
.product-swiper .swiper-button-prev {
  width: 4vw;
  height: 4vw;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.product-swiper .swiper-button-next:after,
.product-swiper .swiper-button-prev:after {
  content: unset;
}

.product-swiper .swiper-button-next {
  top: 46%;
  right: 38%;
  background-image: url("/sysy_front/new/src/icon-chevron-right_light.svg");
}

.product-swiper .swiper-button-prev {
  top: 46%;
  left: 38%;
  background-image: url("/sysy_front/new/src/icon-chevron-left_light.svg");
}

.product-swiper .swiper-slide {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.product-swiper .swiper-slide-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.product-swiper .swiper-slide-active .product-tag,
.product-swiper .swiper-slide-active .product-name,
.product-swiper .swiper-slide-active .product-caption {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.secion-title {
  color: #E6D2A0;
  text-align: center;
  font-size: clamp(14px, 1.4vw, 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 40px;
}



.product-tag {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: clamp(14px, 1.5vw, 64px);
  padding-top: 3%;
  margin-bottom: -5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.2s 0.2s;
  transition: 0.2s 0.2s;
}

.product-name {
  text-align: center;
  font-size: clamp(18px, 1.5vw, 96px);
  line-height: 1.6;
  margin-top: -3%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: 0.2s 0.2s;
  transition: 0.2s 0.2s;
}

.product-caption {
  text-align: center;
  font-size: clamp(14px, 0.9vw, 96px);
  line-height: 1.2;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: 0.2s 0.2s;
  transition: 0.2s 0.2s;
}

@media screen and (max-width: 768px) {
  .products {
    padding-bottom: 10vw;
  }

  .secion-title {
    margin-bottom: 2rem;
    margin-top: 1rem;
    white-space: nowrap;
    font-size: 1.3rem;
  }

  .product-swiper {
    width: 100%;
  }


  .product-swiper .swiper-button-next,
  .product-swiper .swiper-button-prev {
    width: 3.2rem;
    height: 3.2rem;
  }

  .product-swiper .swiper-button-next:after,
  .product-swiper .swiper-button-prev:after {
    content: unset;
  }

  .product-swiper .swiper-button-next {
    right: 16%;
  }

  .product-swiper .swiper-button-prev {
    left: 16%;
  }
}