﻿@import url(style.css);
@import url(mobile.css);
@import url(custom.css);

html {
  font-size: 1vw;
}

/*首页*/
/* .header .nav > ul > li.on > a{ color: #222222;}
.header:hover .nav > ul > li.on > a{ color: #222222;} */
/*轮显*/
.banner_page {
  position: absolute;
  width: 100%;
  text-align: left;
  left: 0%;
  height: 0px;
  color: #fff;
  font-size: 16px;
  z-index: 10;
  bottom: 86px;
  line-height: 36px;
  z-index: 5;
  /*font-style:italic; font-weight:bold;*/
}

.banner_page .wrap {
  height: 0;
  text-align: right;
}

.banner_page span {
  color: #fff;
}

.banner_page label {
  color: #fff;
}

.banner_page em {
  font-style: normal;
  color: #fff;
}

.main .banner .btn .boxs {
  margin-left: 240px;
}

.swiper-container-autoheight .swiper-slide {
  cursor: default;
}

.banner .c-dot-page {
  position: absolute;
  z-index: 10;
  bottom: 60px;
  right: 0;
  width: 100%;
}

.banner .c-dot-box {
  float: right;
  /*right: 5.8%;*/
  display: flex;
  align-items: center;
  width: 200px;
  color: #fff;
  font-size: 18px;
}

.banner .c-dot-box .c-text1 {
  width: 50px;
  line-height: 1;
}

.banner .c-dot-box .c-text2 {
  width: 50px;
  line-height: 1;
  text-align: right;
}

.banner .c-dot-box .c-line-box {
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  height: 2px;
  background: rgba(255, 255, 255, .2);
}

.banner .c-dot-box .c-line-box .c-line {
  width: 0;
  height: 2px;
  background: #fff;
  transition: 1s;
}

.main .banner .down {
  width: 90px;
  height: 52px;
  position: absolute;
  left: 50%;
  bottom: 5.4%;
  z-index: 10;
  cursor: pointer;
  margin-left: -45px;
  font-size: 14px;
  color: #999;
  text-align: center;
}

.main .banner .down span {
  height: 28px;
  background: url(../images/i_pic2.png) no-repeat center;
  background-size: auto 100%;
  display: block;
  animation: banner-down 0.6s infinite alternate;
  -o-animation: banner-down 0.6s infinite alternate;
  -moz-animation: banner-down 0.6s infinite alternate;
  -webkit-animation: banner-down 0.6s infinite alternate;
  margin-bottom: 12px;
}

.banner .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 50px;
  text-align: center;
  width: 100%;
}

.banner .swiper-pagination-bullet {
  position: relative;
  margin: 0 8px !important;
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  vertical-align: top;
}

.banner .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0s;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  top: 0px;
  left: 0px;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(135, 135, 135, .5);
  background: transparent;
}

.banner .swiper-pagination-bullet svg {
  vertical-align: top;
}

.banner .swiper-pagination-bullet svg circle {
  opacity: 0;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 39 39;
  stroke-dashoffset: 39;
  -webkit-transition: stroke-dashoffset 0s linear, opacity 0s linear;
  transition: stroke-dashoffset 0s linear, opacity 0s linear;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
  opacity: 1;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 5s linear, opacity 0s linear;
  transition: stroke-dashoffset 5s linear, opacity 0s linear;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3.125rem;
}

.swiper-pagination-bullet {
  width: 1.5625rem;
  height: 1.5625rem;
}

.feature {
  display: flex;
  justify-content: space-between;
}

.feature img {
  width: 32.5rem;
  height: 30.2083rem;
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {

  /*轮显*/
  .main .banner .swiper-slide .table .imgs {
    width: 530px;
  }


}

@media screen and (max-width: 1200px) {

  /*轮显*/
  .banner_page {
    bottom: 76px;
  }

  .main .banner .btn {
    bottom: 40px;
  }

  .banner .c-dot-page {
    bottom: 50px;
  }

  .main .banner .swiper-slide .table .imgs {
    width: 460px;
  }

  .down {
    display: none;
  }


}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 992px) {

  /*轮显*/
  .main .banner .swiper-slide .table .imgs {
    width: 360px;
  }


}


@media screen and (max-width: 780px) {

  /*轮显*/
  .main .banner .btn {
    bottom: 30px;
  }

  .main .banner .btn .boxs {
    margin-left: 140px;
  }

  .banner_page {
    bottom: 66px;
    font-size: 15px;
  }

  .banner_page label {
    /*display:none;*/
    display: inline-block;
    width: 40px;
    vertical-align: top;
    overflow: hidden;
  }

  .banner_page em {
    display: inline-block;
    width: 40px;
    vertical-align: top;
    overflow: hidden;
  }

  .banner .c-dot-page {
    bottom: 40px;
  }

  .banner .c-dot-box {
    width: 160px;
    margin-right: -16px;
  }

  .banner .c-dot-box .c-text1 {
    width: 30px;
  }

  .banner .c-dot-box .c-text2 {
    width: 30px;
  }

  .main .banner .swiper-slide .table .imgs {
    width: 300px;
  }

  .main .banner .swiper-slide .rbtn {
    margin-top: 3%;
  }




}

@media screen and (max-width: 640px) {

  /*轮显*/
  .banner .swiper-pagination-bullet {
    margin: 0 4px !important;
  }
}

@media screen and (max-width: 480px) {

  /*轮显*/
  .banner .swiper-pagination {
    bottom: 20px;
  }

  .main .banner .btn {
    bottom: 22px;
  }

  .banner_page {
    bottom: 58px;
  }

  .main .banner .swiper-slide .txt {
    line-height: 1;
  }

  .banner .c-dot-page {
    bottom: 30px;
  }

  .main .banner .swiper-slide .table .imgs {
    width: 260px;
  }

}


@media screen and (max-width: 420px) {

  /*轮显*/
  .banner .swiper-pagination {
    bottom: 15px;
  }

  .main .banner .swiper-slide .table .imgs {
    width: 220px;
  }


}

@media screen and (max-width: 360px) {}

/*第二屏*/
.mt40 {
  margin-top: 40px;
}

.product_one {
  overflow: hidden;
}

.product_one .imgs {
  overflow: hidden;
  width: 100%;
  margin-top: 5%;
  border-radius: 60px;
}

.product_one .imgs img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  object-fit: cover;
}

.product_one .imgs img.mobile {
  display: none;
}

.product_one:hover .imgs img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.product_one.bgs2 .imgs {
  border-radius: 0;
  overflow: visible;
}

.product_t {
  margin-top: 6%;
  overflow: hidden;
  text-align: center;
  color: #000000;
  white-space: normal;
  word-break: break-word;
}

.product_t .h3 {
  line-height: 1.1;
  overflow: hidden;
}

.product_t .desc {
  margin: 0 auto;
  line-height: 1.3;
  overflow: hidden;
  margin-top: 20px;
  max-width: 830px;
}

.product_t .pic {
  display: block;
  width: 117px;
  height: 117px;
  margin-bottom: 6%;
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1200px) {
  /*第二屏*/

}

@media screen and (max-width: 992px) {

  /*第二屏*/
  .mt40 {
    margin-top: 20px;
  }

  .product_one .imgs {
    border-radius: 30px;
  }

  .product_one .imgs img.mobile {
    display: block;
  }

  .product_one .imgs img.pc {
    display: none;
  }

  .product_t {
    margin-top: 7%;
  }

  .product_t .desc {
    margin-top: 15px;
  }

  .product_t .pic {
    /* margin: 0 auto; */
    margin-bottom: 5%;
    width: 90px;
    height: 90px;
  }
}

@media screen and (max-width: 780px) {
  /*第二屏*/

}

@media screen and (max-width: 480px) {
  /*第二屏*/


}


/*第三屏*/
.product_two {
  overflow: hidden;
  /* transform-origin: center center;transform:scale(0.5,0.5); */
  height: 100vh;
  position: relative;
  text-align: center;
}

.product_two .imgs {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.product_two .imgs img {
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  object-fit: cover;
}

/* .product_two:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);} */
.product_two .imgs img.mobile {
  display: none;
}

.product_two .bgs {
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 0%;
  z-index: 1;
}

.product_two.bgs1 {
  height: auto;
}

.product_two.bgs1 .imgs {
  position: relative;
  height: auto;
}

.product_two.bgs1 .imgs img {
  position: relative;
  height: auto;
  /* min-height: 100vh; */
}

.product_two.bgs2 .bgs {
  display: flex;
  align-items: center;
  height: 100%;
}

.product_two.bgs2 .product_t {
  width: 51.5%;
  text-align: left;
  margin-top: 0;
  float: right;
}

.product_two.bgs4 .bgs {
  display: flex;
  align-items: center;
  height: 100%;
}

.product_two.bgs4 .product_t {
  width: 46.56%;
  text-align: left;
  margin-top: 0;
  float: right;
}

.product_two.bgs3 .bgs {
  display: flex;
  align-items: center;
  height: 100%;
}

.product_two.bgs3 .product_t {
  width: 52%;
  text-align: left;
}

.product_two .product_t.white .h3 {
  display: inline-block;
  vertical-align: top;
  color: #f16143;

  @supports(-webkit-background-clip: text) or (background-clip: text) {
    background: linear-gradient(90deg, #e62a1f 0%, #f58f5f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.product_two .product_t.white .desc {
  color: #fff;
  max-width: 960px;
}

.product_two .product_t.white2 .h3 {
  color: #fff;
}

.product_two .product_t.white2 .desc {
  color: #fff;
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1200px) {
  /*第三屏*/

}

@media screen and (max-width: 992px) {

  /*第三屏*/
  .product_two .imgs img.mobile {
    display: block;
  }

  .product_two .imgs img.pc {
    display: none;
  }

  .product_two {
    height: auto;
  }

  .product_two .bgs {
    position: static;
  }

  .product_two .imgs {
    height: auto;
    position: static;
    margin-top: 4%;
  }

  .product_two .imgs img {
    position: static;
    height: auto;
  }

  /* .product_two .product_t.white2 .h3{color: #000;} */
  .product_two .product_t.white2 .desc {
    color: #000;
  }

  .product_two .product_t.white .desc {
    color: #000;
  }

  /*.product_two.bgs2 .product_t{width: 100%;text-align: center;float: none;margin-top: 7%;}
.product_two.bgs4 .product_t{width: 100%;text-align: center;float: none;margin-top: 7%;} 
 .product_two.bgs3 .product_t{width: 100%;text-align: center;}*/
  .product_two.bgs2,
  .product_two.bgs3,
  .product_two.bgs4 {
    height: 50vh;
  }

  .product_two.bgs2 .bgs,
  .product_two.bgs3 .bgs,
  .product_two.bgs4 .bgs {
    position: absolute;
  }

  .product_two.bgs2 .imgs,
  .product_two.bgs3 .imgs,
  .product_two.bgs4 .imgs {
    height: 100%;
    position: absolute;
  }

  .product_two.bgs2 .imgs img,
  .product_two.bgs3 .imgs img,
  .product_two.bgs4 .imgs img {
    position: absolute;
    height: 100%;
  }
}

@media screen and (max-width: 780px) {
  /*第三屏*/

}

@media screen and (max-width: 480px) {

  /*第三屏*/
  .product_t .desc {
    margin-top: 10px;
  }

  .product_two.bgs2,
  .product_two.bgs3,
  .product_two.bgs4 {
    height: 44vh;
  }
}

/*第四屏*/
.flavors-floor {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 100px;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.flavors-floor .left {
  width: 100%;
}

.flavors-floor .left .content {
  margin-top: 6%;
}

.flavors-floor .left .flavors-list {
  clear: both;
  overflow: hidden;
}

.flavors-floor .left .swiper-container {
  max-width: 570px;
  width: 90%;
  margin: 0 auto;
  overflow: visible;
}

.flavors-floor .left .swiper-container .swiper-slide {
  position: relative;
  transform: scale(0.6, 0.6);
  opacity: 0.5;
  filter: Alpha(opacity=50);
}

.flavors-floor .left .swiper-container .swiper-slide .imgs {
  position: relative;
  padding-top: 122.809%;
  overflow: hidden;
}

.flavors-floor .left .swiper-container .swiper-slide .h4 {
  overflow: hidden;
  line-height: 1.6;
  color: #000;
  text-align: center;
  margin-top: 5%;
  opacity: 0;
  filter: Alpha(opacity=0);
}

.flavors-floor .left .swiper-container .swiper-slide-prev,
.flavors-floor .left .swiper-container .swiper-slide-next {
  transform: scale(0.8, 0.8);
  opacity: 1.0;
  filter: Alpha(opacity=100);
}

.flavors-floor .left .swiper-container .swiper-slide-active {
  transform: scale(1, 1);
  opacity: 1.0;
  filter: Alpha(opacity=100);
}

.flavors-floor .left .swiper-container .swiper-slide-active .h4 {
  opacity: 1.0;
  filter: Alpha(opacity=100);
}

.flavors-floor .left img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.pagination {
  text-align: center;
  margin-bottom: 4%;
}

.pagination span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  cursor: pointer;
  margin-bottom: 0.833vw;
  position: relative;
  /* float: left; */
  transition: all 0.3s;
}

.pagination span.active {
  /* width: 1.6vw;
  height: 1.6vw;margin-top: -.123vw; */
}

.pagination span.active:after {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ebebeb;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1800px) {

  /*第四屏*/
  .flavors-floor .left .content {
    padding-left: 8vw;
  }
}

@media screen and (max-width: 1600px) {

  /*第四屏*/
  .pagination {
    margin-top: 0.5em;
  }

  .flavors-floor .left .content {
    padding-left: 9vw;
  }
}

@media screen and (max-width: 1400px) {

  /*第四屏*/
  .flavors-floor .left .content {
    padding-left: 3.8vw;
  }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1023px) {

  /*第四屏*/
  .flavors-floor .left .swiper-container,
  .pagination {
    margin-top: 26px;
  }
}

@media screen and (max-width: 992px) {

  /*第四屏*/
  .flavors-floor .left .swiper-container,
  .pagination {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {

  /*第四屏*/
  .flavors-floor {
    font-size: initial;
  }

  .flavors-floor {
    display: block;
  }

  .flavors-floor .left {
    width: 100%;
  }

  .flavors-floor .left .content {
    /* padding: 40px 0px 48px; */
    text-align: center;
  }

  .flavors-floor .left .swiper-container {
    width: 100%;
  }

  .flavors-floor .tabs {
    display: block;
  }

  .pagination {
    /* margin-top: 48px; */
    text-align: center;
  }

  .pagination span {
    width: 14px;
    height: 14px;
    margin-right: 3px;
    margin-left: 3px;
    display: inline-block;
    float: none;
  }

  .pagination span:last-child {
    margin-right: 0;
  }

  /* .pagination span.active{width: 18px;height: 18px;margin-top: -2px;} */
  .pagination span.active:after {
    width: 22px;
    height: 22px;
  }
}

/*第五屏*/
.product_three {
  overflow: hidden;
  margin-top: 14px;
  margin-bottom: 14px;
  position: relative;
}

.product_three .product_three_l {
  overflow: hidden;
  width: 48.43%;
  margin-top: 3%;
}

.product_three .product_three_l .product_t {
  text-align: left;
}

.product_three .product_three_l .product_three_box {
  margin-top: 2%;
  margin-bottom: 16%;
}

.product_three .product_three_l .product_three_box ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  max-height: 648px;
  height: 648px;
  overflow: hidden;
  overflow-y: auto;
}

.product_three .product_three_l .product_three_box ul::-webkit-scrollbar {
  -webkit-appearance: none;
}

.product_three .product_three_l .product_three_box ul::-webkit-scrollbar:vertical {
  width: 2px;
}

.product_three .product_three_l .product_three_box ul::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 0;
  background-color: #222222;
}

.product_three .product_three_l .product_three_box li {
  width: 20%;
  margin-top: 4%;
  cursor: pointer;
}

.product_three .product_three_l .product_three_box li img {
  width: 80px;
  height: 185px;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  object-fit: cover;
}



.product_three .product_three_l .product_three_box li:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.product_three .product_three_r {
  overflow: hidden;
  width: 50%;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}

.product_three .product_three_r .imgs .hide {
  display: none;
}

.product_three .product_three_r img {
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  object-fit: cover;
}

.product_three .product_three_r:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.product_three .product_three_r .h4 {
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  line-height: 1.6;
  position: absolute;
  text-align: center;
  left: 2%;
  bottom: 5%;
  width: 96%;
}

@media screen and (max-width: 1600px) {

  /*第五屏*/
  .product_three .product_three_l .product_three_box li img {
    width: 70px;
    height: 162px;
  }

  .product_three .product_three_l .product_three_box ul {
    max-height: 570px;
  }
}

@media screen and (max-width: 1400px) {

  /*第五屏*/
  .product_three .product_three_l .product_three_box li img {
    width: 60px;
    height: 139px;
  }

  .product_three .product_three_l .product_three_box ul {
    max-height: 510px;
  }
}

@media screen and (max-width: 1200px) {

  /*第五屏*/
  .product_three .product_three_l .product_three_box li img {
    width: 50px;
    height: 116px;
  }

  .product_three .product_three_l .product_three_box ul {
    max-height: 420px;
  }
}

@media screen and (max-width: 992px) {

  /*第五屏*/
  .product_three .product_three_l .product_three_box li img {
    width: 40px;
    height: 93px;
  }

  .product_three .product_three_l .product_t {
    text-align: center;
  }

  .product_three .product_three_l .product_three_box li img {
    margin: 0 auto;
  }

  .product_three .product_three_l .product_three_box ul {
    max-height: 340px;
  }
}

@media screen and (max-width: 780px) {

  /*第五屏*/
  .product_three .product_three_l {
    width: 100%;
    margin-top: 0;
  }

  .product_three .product_three_l .product_three_box {
    margin-bottom: 7%;
  }

  .product_three .product_three_r {
    width: 100%;
    position: relative;
    padding-top: 98.845%;
  }

  .product_three .product_three_l .product_three_box ul {
    max-height: 370px;
    height: auto;
  }
}

@media screen and (max-width: 480px) {

  /*第五屏*/
  .product_three .product_three_l .product_three_box li img {
    width: 30px;
    height: 69px;
  }

  .product_three .product_three_l .product_three_box ul {
    max-height: 270px;
  }
}

@media screen and (max-width: 420px) {

  /*第五屏*/
  .product_three .product_three_l .product_three_box ul {
    max-height: 250px;
  }
}

@keyframes banner-down {
  0% {
    margin-top: 0;
  }

  100% {
    transform: translate(0%, 10px);
  }
}

@-o-keyframes banner-down {
  0% {
    margin-top: 0;
  }

  100% {
    transform: translate(0%, 10px);
  }
}

@-moz-keyframes banner-down {
  0% {
    margin-top: 0;
  }

  100% {
    transform: translate(0%, 10px);
  }
}

@-webkit-keyframes banner-down {
  0% {
    margin-top: 0;
  }

  100% {
    transform: translate(0%, 10px);
  }
}