@charset "UTF-8";

@font-face {
  font-family: "D-DIN";
  src: url("../font/D-DIN.ttf");
}

.w1680 {
  width: 16.8rem;
  margin: 0 auto;
  max-width: 92%;
}

.w1440 {
  width: 14.4rem;
  margin: 0 auto;
  max-width: 92%;
}

.w1200 {
  width: 12rem;
  margin: 0 auto;
  max-width: 92%;
}

.searchBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00000060;
  z-index: 999999999999999;
  display: none;
}

.searchBox .ipt {
  width: 100%;
  height: 2rem;
  background-color: #fff;
  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;
}

.searchBox .ipt .inpZ {
  width: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #66666650;
  padding: 0.5rem 0;
  padding: 0.1rem 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.searchBox .ipt .inpZ input {
  width: 5rem;
  border: none;
}

header {
  height: 0.9rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 10;
  -webkit-box-shadow: 0 0 10px #0000004a;
  box-shadow: 0 0 10px #0000004a;
}

header .head {
  height: 100%;
  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: space-between;
}

header .logo {
  width: calc(127 / 1680 * 100%);
}

header .logo img {
  width: 100%;
  display: block;
  min-width: 60px;
}

header .navBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .navBox .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .navBox .nav li {
  height: 0.9rem;
  line-height: 0.9rem;
  padding: 0 0.3rem;
  color: #333333;
  position: relative;
}

header .navBox .nav li .dropDown {
  width: 200%;
  position: absolute;
  left: 50%;
  bottom: 2px;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  background-color: #fece08;
  z-index: 2;
  line-height: 1;
  height: auto;
  border-top: 2px solid #984c33;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  display: none;
}

header .navBox .nav li .dropDown a {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0.2rem;
  color: #9e4a2a;
}

header .navBox .nav li .dropDown a:hover {
  background: rgba(158, 74, 42, 0.1);
}

header .navBox .nav li:hover {
  color: #9d4721;
}

header .navBox .nav li:hover .dropDown {
  display: block;
}

header .navBox .nav .onLi {
  color: #9d4721;
  position: relative;
  background-color: #fece08;
  padding: 0 0.3rem;
}

/* header .navBox .nav .onLi::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #9d4721;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
} */

@media (max-width: 1000px) {
  header .navBox .nav {
    display: none;
  }
}

header .icon {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .icon .phone {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .icon .phone img {
  width: 0.34rem;
  min-width: 25px;
}

header .icon .phone p {
  margin-left: 0.08rem;
}

header .icon .line {
  width: 1px;
  height: 0.2rem;
  background-color: #dddddd;
  margin: 0 0.5rem;
}

header .icon .search {
  width: 0.2rem;
  height: 0.2rem;
  min-width: 15px;
  min-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
}

header .icon .search img {
  width: 100%;
  display: block;
}

header .icon .close {
  width: 32px;
  z-index: 12;
  padding: 0.1rem;
  margin-left: 0.2rem;
  display: none;
}

header .icon .close span {
  display: block;
  height: 2px;
  background: #000000;
  margin-bottom: 6px;
  border-radius: 2px;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

header .icon .close span:nth-child(3) {
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  header .icon .close {
    display: block !important;
  }
}

header .icon .open span {
  background: #000000;
}

header .icon .open span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .icon .open span:nth-of-type(2) {
  width: 0;
}

header .icon .open span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .h-nav {
  display: block;
  position: fixed;
  height: calc(100vh - 0.9rem);
  width: 50%;
  background-color: #ffffff;
  top: 0.9rem;
  right: -50%;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #000000;
  z-index: 20;
  border-top: 2px solid #fed300;
}

header .h-nav .HnavBox {
  line-height: 40px;
}

header .h-nav .HnavBox .onc {
  padding: 0 0.5rem;
  width: 100%;
  line-height: 40px;
  display: block;
}

header .h-nav .HnavBox .onc:hover {
  background-color: #c9bda6;
  color: #fff;
}

header .h-nav .active {
  background-color: #f2cb1e;
}

header .h-nav .hideBox {
  position: relative;
}

header .h-nav .hideBox .Aicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .h-nav .hideBox .Aicon:hover {
  background-color: #c9bda6;
  color: #ffffff;
}

header .h-nav .hideBox .Aicon .onc:hover {
  background-color: rgba(0, 0, 0, 0);
}

header .h-nav .hideBox .Aicon .span1 {
  font-size: 26px;
  padding-right: 0.5rem;
  cursor: pointer;
}

header .h-nav .hideBox .Aicon .span2 {
  font-size: 26px;
  padding-right: 0.5rem;
  cursor: pointer;
  display: none;
}

header .h-nav .hideBox .hide {
  display: none;
}

header .h-nav .hideBox .hide li {
  padding: 0 0.7rem;
  line-height: 40px;
}

header .h-nav .hideBox .hide li:hover {
  background-color: #c9bda6;
  color: #ffffff;
}

header .h-nav .k .Aicon .span1 {
  display: none;
}

header .h-nav .k .Aicon .span2 {
  display: block;
}

header .mask {
  position: fixed;
  top: 0.9rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000073;
  z-index: 10;
  display: none;
}

.page1 {
  margin-top: 0.9rem;
}

.page1 .swiperBox .swiper-container1 .swiper-slide {
  position: relative;
}

.page1 .swiperBox .swiper-container1 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page1 .swiperBox .swiper-container1 .swiper-slide .ntn {
  position: absolute;
  left: calc(120 / 1920 * 100%);
  bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.22rem 0.3rem;
  background-color: #fecd19;
  border-radius: 35px;
  cursor: pointer;
}

.page1 .swiperBox .swiper-container1 .swiper-slide .ntn .icon {
  width: 0.3rem;
  display: block;
  margin-right: 0.15rem;
}

.page1 .swiperBox .swiper-container1 .swiper-slide .ntn .text {
  color: #9e492b;
}

@media (max-width: 700px) {
  .page1 .swiperBox .swiper-container1 .swiper-slide .ntn .icon {
    width: 12px;
  }

  .page1 .swiperBox .swiper-container1 .swiper-slide .ntn .text {
    font-size: 12px;
  }
}

.page1 .swiperBox .swiper-container1 .swiper-pagination {
  bottom: 0.8rem;
}

.page1 .swiperBox .swiper-container1 .swiper-pagination .swiper-pagination-bullet {
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  padding: 0.06rem;
  background-color: rgba(255, 255, 255, 0);
  border: solid 0.02rem rgba(255, 255, 255, 0);
  opacity: 1;
}

.page1 .swiperBox .swiper-container1 .swiper-pagination .swiper-pagination-bullet .spot {
  width: 100%;
  height: 100%;
  background-color: #fed300;
  border-radius: 50%;
}

.page1 .swiperBox .swiper-container1 .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #9d4721;
}

.page1 .swiperBox .swiper-container1 .swiper-pagination .swiper-pagination-bullet-active .spot {
  background-color: #9d4721;
}

@media (max-width: 900px) {
  .page1 .swiperBox .swiper-container1 .swiper-pagination {
    bottom: 0.4rem;
  }
}

.page1 .layout1 {
  position: relative;
  z-index: 3;
}

.page1 .layout1 .icon0 {
  width: calc(266 / 1920 * 100%);
  display: block;
  position: absolute;
  left: calc(350 / 1920 * 100%);
  top: 0;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
  z-index: -1;
}

.page1 .layout1 .box {
  padding-top: 0.9rem;
  text-align: center;
}

.page1 .layout1 .box .title {
  font-weight: 400;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}

.page1 .layout1 .box .title::after {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon3.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% - 0.3rem), -50%);
  transform: translate(calc(-100% - 0.3rem), -50%);
}

.page1 .layout1 .box .title::before {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon4.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 0.3rem), -50%);
  transform: translate(calc(100% + 0.3rem), -50%);
}

.page1 .layout1 .box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.7rem;
}

.page1 .layout1 .box .list .item {
  width: calc(276 / 1680 * 100%);
  height: 5.8rem;
  border-radius: 10px;
  padding-top: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
}

.page1 .layout1 .box .list .item .img-small {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: block;
}

.page1 .layout1 .box .list .item .img-big {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: none;
}

.page1 .layout1 .box .list .onItem .img-small {
  display: none;
}

.page1 .layout1 .box .list .onItem .img-big {
  display: block;
}

.page1 .layout1 .box .list .item .img1 {
  width: calc(94 / 276 * 100%);
  visibility: visible;
  -webkit-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
  z-index: 2;
  position: relative;
}

.page1 .layout1 .box .list .item .p1 {
  color: #ffffff;
  margin-top: 0.35rem;
  visibility: visible;
  -webkit-transition: visibility 0s 0.3s;
  transition: visibility 0s 0.3s;
  z-index: 2;
  position: relative;
}

.page1 .layout1 .box .list .item .text {
  /* visibility: hidden; */
  /* -webkit-transition: visibility 0s 0s; */
  /* transition: visibility 0s 0s; */
  transition: all 0.5s;
  /*bottom: -2.1rem;*/
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  left: 0;
  position: absolute;
  background-image: url(../images/banner4.png);
  background-size: 100% 100%;
}

.page1 .layout1 .box .list .item .mask {
  width: 100%;
  height: 100%;
  background-color: #00000063;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page1 .layout1 .box .list .onItem {
  width: calc(846 / 1680 * 100%);
  position: relative;
}

.page1 .layout1 .box .list .onItem .img1 {
  visibility: hidden;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.page1 .layout1 .box .list .onItem .p1 {
  visibility: hidden;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.page1 .layout1 .box .list .onItem .text {
  /* visibility: visible; */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 2.1rem;
  background-image: url(../images/banner4.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0.5rem;
  transform: translateY(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page1 .layout1 .box .list .onItem .text .pBox {
  text-align: left;
  color: #9e4a2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.2rem;
}

.page1 .layout1 .box .list .onItem .text .pBox .p3 {
  margin-top: 0.3rem;
  line-height: 1.2;
}

.page1 .layout1 .box .list .onItem .text .icon {
  width: 0.4rem;
  height: 0.4rem;
  padding-top: 1.35rem;
}

.page1 .layout1 .box .list .onItem .text .icon img {
  width: 100%;
  display: block;
}

.page1 .layout1 .box .list .onItem .mask {
  display: none;
}

.page1 .layout1 .box .swiper-container2 {
  margin: 0.7rem 0;
  border-radius: 10px;
  overflow: hidden;
  display: none;
}

.page1 .layout1 .box .swiper-container2 .item {
  width: 100%;
  padding-top: calc(800 / 864 * 100%);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page1 .layout1 .box .swiper-container2 .item .text {
  visibility: visible;
  -webkit-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
  width: 100%;
  height: 2.1rem;
  /*background-image: url(../images/banner4.png);*/
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fed300;
}

.page1 .layout1 .box .swiper-container2 .item .text .pBox {
  text-align: left;
  color: #9e4a2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.2rem;
}

.page1 .layout1 .box .swiper-container2 .item .text .pBox .p3 {
  margin-top: 0.3rem;
  line-height: 1.2;
}

.page1 .layout1 .box .swiper-container2 .item .text .icon {
  width: 0.4rem;
  height: 0.4rem;
  padding-top: 1.35rem;
}

.page1 .layout1 .box .swiper-container2 .item .text .icon img {
  width: 100%;
  display: block;
}

@media (max-width: 900px) {
  .page1 .layout1 .box .list {
    display: none;
  }

  .page1 .layout1 .box .swiper-container2 {
    display: block;
  }
}

.page1 .layout2 {
  position: relative;
  z-index: 2;
}

.page1 .layout2 .icon0 {
  width: calc(266 / 1920 * 100%);
  display: block;
  position: absolute;
  left: calc(350 / 1920 * 100%);
  top: 0;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  z-index: -1;
}

.page1 .layout2 .box {
  padding-top: 1.4rem;
  text-align: center;
}

.page1 .layout2 .box .title {
  font-weight: 400;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}

.page1 .layout2 .box .title::after {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon3.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% - 0.3rem), -50%);
  transform: translate(calc(-100% - 0.3rem), -50%);
}

.page1 .layout2 .box .title::before {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon4.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 0.3rem), -50%);
  transform: translate(calc(100% + 0.3rem), -50%);
}

.page1 .layout2 .box .swiper-container3 {
  margin-top: 0.6rem;
}

.page1 .layout2 .box .swiper-container3 .swiper-slide {
  background-color: #f9f9f9;
  border-radius: 20px;
  overflow: hidden;
  height: 5rem;
}

.page1 .layout2 .box .swiper-container3 .swiper-slide .slide1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  padding-bottom: 0.85rem;
}

.page1 .layout2 .box .swiper-container3 .swiper-slide .slide1 .text {
  text-align: left;
}

.page1 .layout2 .box .swiper-container3 .swiper-slide .slide1 .text .t1 {
  color: #fed300;
  font-weight: bold;
}

.page1 .layout2 .box .swiper-container3 .swiper-slide .slide1 .text .t2 {
  margin-top: 0.25rem;
}

.page1 .layout2 .box .swiper-container3 .swiper-slide .slide1 .text img {
  width: 0.4rem;
  display: block;
  margin-top: 1.15rem;
}

.page1 .layout2 .box .swiper-container3 .swiper-slide .slide1 .img {
  width: 2.1rem;
  margin-left: 0.2rem;
}

.page1 .layout2 .box .swiper-container3 .swiper-slide .slide1 .img img {
  width: 100%;
  display: block;
}

.page1 .layout2 .box .swiper-container3 .swiper-slide .slide2 {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}

.page1 .layout2 .box .swiper-container3 .swiper-slide .slide2 .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.page1 .layout2 .box .swiper-container3 .swiper-slide .slide2 .iconBox .icon {
  padding-top: 0.7rem;
  cursor: pointer;
  display: block;
}

.page1 .layout2 .box .swiper-container3 .swiper-slide .slide2 .iconBox .icon img {
  max-width: 1rem;
  max-height: 1rem;
  height: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.page1 .layout2 .box .swiper-container3 .swiper-slide .slide2 .iconBox .icon p {
  margin-top: 0.3rem;
}

.page1 .layout2 .box .swiper-container3 .swiper-slide .slide2 .iconBox .icon:hover p {
  color: #9e4a2a;
}

.page1 .layout2 .box .swiper-container3 .swiper-slide .slide2 .text {
  width: 100%;
  height: 2.1rem;
  background-image: url(../images/banner5.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page1 .layout2 .box .swiper-container3 .swiper-slide .slide2 .text .pBox {
  text-align: left;
  color: #9e4a2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.2rem;
}

.page1 .layout2 .box .swiper-container3 .swiper-slide .slide2 .text .pBox .p3 {
  margin-top: 0.3rem;
  line-height: 1.2;
}

.page1 .layout2 .box .swiper-container3 .swiper-slide .slide2 .text .pBox2 {
  text-align: left;
  color: #9e4a2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.2rem;
  font-weight: 500;
}

.page1 .layout2 .box .swiper-container3 .swiper-slide .slide2 .text .pBox2 .p3 {
  margin-top: 0.3rem;
  line-height: 1.2;
}

.page1 .layout2 .box .swiper-container3 .swiper-slide .slide2 .text .icon {
  width: 0.4rem;
  height: 0.4rem;
  padding-top: 1.35rem;
}

.page1 .layout2 .box .swiper-container3 .swiper-slide .slide2 .text .icon img {
  width: 100%;
  display: block;
}

.page1 .layout2 .box .swiper-container3 .swiper-slide:hover .slide1 {
  display: none;
}

.page1 .layout2 .box .swiper-container3 .swiper-slide:hover .slide2 {
  display: block;
}

.page1 .layout3 {
  position: relative;
  z-index: 1;
}

.page1 .layout3 .icon0 {
  width: calc(266 / 1920 * 100%);
  display: block;
  position: absolute;
  left: calc(350 / 1920 * 100%);
  top: 0;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

.page1 .layout3 .box {
  padding-top: 1.4rem;
  text-align: center;
}

.page1 .layout3 .box .title {
  font-weight: 400;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}

.page1 .layout3 .box .title::after {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon3.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% - 0.3rem), -50%);
  transform: translate(calc(-100% - 0.3rem), -50%);
}

.page1 .layout3 .box .title::before {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon4.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 0.3rem), -50%);
  transform: translate(calc(100% + 0.3rem), -50%);
}

.page1 .layout3 .box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page1 .layout3 .box .content .left {
  width: calc(820 / 1680 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 0.7rem;
}

.page1 .layout3 .box .content .left .item {
  width: 50%;
  min-height: 2.9rem;
  padding: calc(40 / 820 * 100%) calc(60 / 820 * 100%);
  background-color: #efefef;
  position: relative;
}

.page1 .layout3 .box .content .left .item:nth-child(2), .page1 .layout3 .box .content .left .item:nth-child(3) {
  background-color: #fafafa;
}

.page1 .layout3 .box .content .left .item img {
  width: calc(90 / 290 * 100%);
  display: inline-block;
}

.page1 .layout3 .box .content .left .item img:nth-child(2) {
  display: none;
}

.page1 .layout3 .box .content .left .item:hover img:nth-child(1) {
  display: none;
}

.page1 .layout3 .box .content .left .item:hover img:nth-child(2) {
  display: inline-block;
}

.page1 .layout3 .box .content .left .item .p1 {
  margin-top: 0.4rem;
  text-align: center;
  color: #333333;
}

.page1 .layout3 .box .content .left .item .p2 {
  margin-top: 0.15rem;
  text-align: center;
  color: #888888;
  line-height: 1.2;
  height: 2.3em;
}

.page1 .layout3 .box .content .left .item .text {
  color: #9e4a2a;
  width: 100%;
  height: calc(160 / 290 * 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../images/banner6.png);
  background-size: 100% 100%;
  text-align: left;
  padding: 0 calc(50 / 410 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

.page1 .layout3 .box .content .left .item .text .r1 {
  margin-bottom: 0.15rem;
}

.page1 .layout3 .box .content .left .item .text .r2 {
  line-height: 1.2;
}

.page1 .layout3 .box .content .left .item:hover .p1 {
  display: none;
}

.page1 .layout3 .box .content .left .item:hover .p2 {
  display: none;
}

.page1 .layout3 .box .content .left .item:hover .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page1 .layout3 .box .content .right {
  width: calc(820 / 1680 * 100%);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  margin-top: 0.7rem;
}

.page1 .layout3 .box .content .right img {
  width: 100%;
  display: block;
}

.page1 .layout3 .box .content .right .text {
  text-align: left;
  position: absolute;
  width: 100%;
  height: calc(205 / 580 * 100%);
  left: 0;
  bottom: 0;
  background-image: url(../images/banner8.png);
  background-size: 100% 100%;
  padding: 0 calc(50 / 820 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page1 .layout3 .box .content .right .text .pBox {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page1 .layout3 .box .content .right .text .y1 {
  color: #9e4a2a;
}

.page1 .layout3 .box .content .right .text .y2 {
  margin-top: 0.3rem;
  color: #9e4a2a;
}

.page1 .layout3 .box .content .right .text .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.2rem;
  padding-left: 0.22rem;
  padding-right: 0.07rem;
  background-color: #9e4a2a;
  border-radius: 23px;
}

.page1 .layout3 .box .content .right .text .btn img {
  width: 0.33rem;
  height: 0.33rem;
  margin-left: 0.33rem;
}

.page1 .layout3 .box .content .right .text .btn P {
  color: #fed300;
  padding: 0.15rem 0;
}

.page1 .layout3 .box .content .right:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1000px) {
  .page1 .layout3 .box .content .left {
    width: 100%;
  }

  .page1 .layout3 .box .content .left .item {
    height: auto;
  }

  .page1 .layout3 .box .content .right {
    width: 100%;
  }
}

.page1 .layout4 {
  position: relative;
}

.page1 .layout4 .icon0 {
  width: calc(266 / 1920 * 100%);
  display: block;
  position: absolute;
  left: calc(350 / 1920 * 100%);
  top: 0;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

.page1 .layout4 .box {
  padding-top: 1.4rem;
  text-align: center;
}

.page1 .layout4 .box .title {
  font-weight: 400;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}

.page1 .layout4 .box .title::after {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon3.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% - 0.3rem), -50%);
  transform: translate(calc(-100% - 0.3rem), -50%);
}

.page1 .layout4 .box .title::before {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon4.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 0.3rem), -50%);
  transform: translate(calc(100% + 0.3rem), -50%);
}

.page1 .layout4 .box .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page1 .layout4 .box .top .imgBox {
  width: calc(630 / 1680 * 100%);
  margin-top: 0.7rem;
}

.page1 .layout4 .box .top .imgBox img {
  width: 100%;
  border-radius: 20px;
}

.page1 .layout4 .box .top .text {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: calc(70 / 1680 * 100%);
  margin-top: 0.7rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page1 .layout4 .box .top .text .t1 {
  color: #9e4a2a;
}

.page1 .layout4 .box .top .text .t2 {
  line-height: calc(30 / 18 * 100%);
  margin-top: 0.3rem;
  color: #666666;
}

.page1 .layout4 .box .top .text .data {
  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: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page1 .layout4 .box .top .text .data .item {
  margin-top: 0.6rem;
}

.page1 .layout4 .box .top .text .data .d1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 0.1rem;
}

.page1 .layout4 .box .top .text .data .d1 .sum {
  font-weight: bold;
  color: #9e4a2a;
}

.page1 .layout4 .box .top .text .data .d1 .company {
  padding-bottom: 0.1rem;
  padding-left: 0.1rem;
  color: #666666;
}

.page1 .layout4 .box .top .text .data .p1 {
  color: #666666;
}

.page1 .layout4 .box .top .text .data .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.22rem;
  padding-right: 0.07rem;
  background-color: #fed300;
  border-radius: 23px;
}

.page1 .layout4 .box .top .text .data .btn img {
  width: 0.33rem;
  height: 0.33rem;
  margin-left: 0.33rem;
}

.page1 .layout4 .box .top .text .data .btn P {
  color: #9e4a2a;
  padding: 0.15rem 0;
}

@media (max-width: 1000px) {
  .page1 .layout4 .box .top .imgBox {
    width: 100%;
  }

  .page1 .layout4 .box .top .text {
    width: 100%;
    margin-left: 0;
  }
}

.page1 .layout4 .box .bottom {
  text-align: left;
  background-color: #ffffff;
}

.page1 .layout4 .box .bottom .h1 {
  color: #9e4a2a;
  margin-top: 0.7rem;
}

.page1 .layout4 .box .bottom .swiper-container4 {
  margin-top: 0.6rem;
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide {
  cursor: pointer;
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide .time {
  position: relative;
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide .time::after {
  content: "";
  width: calc(45px + 50%);
  height: 0.13rem;
  min-height: 7px;
  background-image: url(../images/swiperIcon3.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0.12rem;
  left: 50%;
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide .time::before {
  content: "";
  width: calc(45px + 50%);
  height: 0.13rem;
  min-height: 7px;
  background-image: url(../images/swiperIcon2.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0.12rem;
  right: 50%;
}

@media (max-width: 1400px) {
  .page1 .layout4 .box .bottom .swiper-container4 .swiper-slide .time::after {
    content: "";
    width: calc(30px + 50%);
  }

  .page1 .layout4 .box .bottom .swiper-container4 .swiper-slide .time::before {
    content: "";
    width: calc(30px + 50%);
  }
}

@media (max-width: 1000px) {
  .page1 .layout4 .box .bottom .swiper-container4 .swiper-slide .time::after {
    content: "";
    width: calc(15px + 50%);
  }

  .page1 .layout4 .box .bottom .swiper-container4 .swiper-slide .time::before {
    content: "";
    width: calc(15px + 50%);
  }
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide .time .t1 {
  text-align: center;
  font-weight: bold;
  color: #9e4a2a;
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide .time .pagination {
  width: 0.37rem;
  height: 0.37rem;
  min-width: 18.5px;
  min-height: 18.5px;
  margin: 0 auto;
  margin-top: 0.1rem;
  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;
  position: relative;
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide .time .pagination .img1 {
  width: 0.17rem;
  height: 0.17rem;
  min-width: 8.5px;
  min-height: 8.5px;
  display: block;
  z-index: 2;
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide .time .pagination .img2 {
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2;
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide .time .pagination .img3 {
  width: 0.17rem;
  height: 0.17rem;
  min-width: 8.5px;
  min-height: 8.5px;
  display: none;
  z-index: 2;
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide .text {
  margin-top: 0.3rem;
  border-radius: 20px;
  overflow: hidden;
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide .text .imgBox {
  width: 100%;
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide .text .imgBox img {
  width: 100%;
  display: block;
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide .text .cotext {
  position: relative;
  height: 1.55rem;
  background-image: url(../images/banner14.png);
  background-size: 100% 100%;
  position: relative;
  top: -0.3rem;
  padding-bottom: 0.2rem;
  padding-top: 0.4rem;
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide .text .cotext .pBox {
  height: 100%;
  overflow-y: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide .text .cotext .pBox::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide .text .cotext .pBox::-webkit-scrollbar-track {
  background-color: inherit;
  border: none;
  /* margin: 6px; */
  border-radius: 10px;
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide .text .cotext .pBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  position: relative;
  right: 2px;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
  background-color: #c6c6cd;
  width: 6px;
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide .text .cotext img {
  width: 100%;
  display: block;
  -webkit-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide .text .cotext .c1 {
  color: #666666;
  line-height: calc(30 / 18 * 1em);
  padding: 0 0.3rem;
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide:hover .time .t1 {
  color: #fed300;
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide:hover .time .pagination .img1 {
  display: none;
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide:hover .time .pagination .img2 {
  display: block;
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide:hover .time .pagination .img3 {
  display: none;
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide:hover .text .cotext {
  background-image: url(../images/banner15.png);
}

.page1 .layout4 .box .bottom .swiper-container4 .swiper-slide:hover .text .cotext .c1 {
  color: #9e4a2a;
}

.page1 .layout4 .box .bottom .swiper-container4 .on .time::after {
  background-image: url(../images/swiperIcon5.png);
}

.page1 .layout4 .box .bottom .swiper-container4 .on .time .t1 {
  color: #fed300;
}

.page1 .layout4 .box .bottom .swiper-container4 .on .time .pagination .img1 {
  display: none;
}

.page1 .layout4 .box .bottom .swiper-container4 .on .time .pagination .img2 {
  display: block;
}

.page1 .layout4 .box .bottom .swiper-container4 .on .time .pagination .img3 {
  display: none;
}

.page1 .layout4 .box .bottom .swiper-container4 .on .text .cotext {
  background-image: url(../images/banner15.png);
}

.page1 .layout4 .box .bottom .swiper-container4 .on .text .cotext .c1 {
  color: #9e4a2a;
}

.page1 .layout4 .box .bottom .swiper-container4 .after .time::after {
  background-image: url(../images/swiperIcon5.png);
}

.page1 .layout4 .box .bottom .swiper-container4 .after .time::before {
  background-image: url(../images/swiperIcon4.png);
}

.page1 .layout4 .box .bottom .swiper-container4 .after .time .t1 {
  color: #bbbbbb;
}

.page1 .layout4 .box .bottom .swiper-container4 .after .time .pagination .img1 {
  display: none;
}

.page1 .layout4 .box .bottom .swiper-container4 .after .time .pagination .img2 {
  display: none;
}

.page1 .layout4 .box .bottom .swiper-container4 .after .time .pagination .img3 {
  display: block;
}

.page1 .layout5 {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.2rem;
}

.page1 .layout5 .icon0 {
  width: calc(266 / 1920 * 100%);
  display: block;
  position: absolute;
  left: calc(350 / 1920 * 100%);
  top: 0;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

.page1 .layout5 .box {
  padding-top: 1.1rem;
  text-align: center;
}

.page1 .layout5 .box .title {
  font-weight: 400;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}

.page1 .layout5 .box .title::after {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon3.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% - 0.3rem), -50%);
  transform: translate(calc(-100% - 0.3rem), -50%);
}

.page1 .layout5 .box .title::before {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon4.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 0.3rem), -50%);
  transform: translate(calc(100% + 0.3rem), -50%);
}

.page1 .layout5 .box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page1 .layout5 .box .content .item {
  margin-top: 0.7rem;
  width: calc(815 / 1680 * 100%);
  position: relative;
}

.page1 .layout5 .box .content .item .item1 {
  text-align: left;
}

.page1 .layout5 .box .content .item .item1 img {
  width: 100%;
  height: 4.4rem;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.page1 .layout5 .box .content .item .item1 .text {
  margin-top: 0.25rem;
}

.page1 .layout5 .box .content .item .item1 .text .p2 {
  color: #888888;
  line-height: calc(34 / 18 * 100%);
  margin-top: 0.1rem;
  line-height: 1.5;
  height: 3em;
}

.page1 .layout5 .box .content .item .item2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  /* display: none; */
  opacity: 0;
  background-color: #fff;
  transition: all ease 0.5s;
}

.page1 .layout5 .box .content .item .item2 .textBox {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.page1 .layout5 .box .content .item .item2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page1 .layout5 .box .content .item .item2 .text {
  text-align: left;
  width: 100%;
  height: 1.9rem;
  padding: 0 0.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../images/banner18.png);
  background-size: 100% 100%;
  color: #9e4a2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page1 .layout5 .box .content .item .item2 .text .p4 {
  margin-top: 0.15rem;
  line-height: 1.5;
}

.page1 .layout5 .box .content .item .item2 .text .icon {
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.45rem;
  margin-left: 0.8rem;
}

.page1 .layout5 .box .content .item:hover .item1 {
  opacity: 0;
}

.page1 .layout5 .box .content .item:hover .item2 {
  /* display: block; */
  opacity: 1;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1000px) {
  .page1 .layout5 .box .content .item {
    width: 100%;
  }
}

.page1 .layout6 {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.2rem;
}

.page1 .layout6 .icon0 {
  width: calc(266 / 1920 * 100%);
  display: block;
  position: absolute;
  left: calc(350 / 1920 * 100%);
  top: 0;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

.page1 .layout6 .box {
  padding-top: 1.2rem;
  text-align: center;
}

.page1 .layout6 .box .title {
  font-weight: 400;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}

.page1 .layout6 .box .title::after {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon3.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% - 0.3rem), -50%);
  transform: translate(calc(-100% - 0.3rem), -50%);
}

.page1 .layout6 .box .title::before {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon4.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 0.3rem), -50%);
  transform: translate(calc(100% + 0.3rem), -50%);
}

.page1 .layout6 .box .content {
  margin-top: 0.75rem;
}

.page1 .layout6 .box .Shopping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../images/banner19.png);
  background-size: 100% 100%;
  padding: 0.61rem 0;
  border-radius: 20px;
}

.page1 .layout6 .box .Shopping .item {
  display: block;
  transition: all ease 0.5s;
}

.page1 .layout6 .box .Shopping .item.votm:hover {
  transform: scale(1.1);
}

.page1 .layout6 .box .Shopping .img1 {
  width: 1.2rem;
}

.page1 .layout6 .box .Shopping .item2 {
  width: calc(778 / 1680 * 100%);
}

.page1 .layout6 .box .Shopping .item2 .img2 {
  width: 100%;
}

.page1 .layout6 .box .Shopping p {
  color: #e6241b;
  margin-top: 0.2rem;
}

@media (max-width: 700px) {
  .page1 .layout6 .box .Shopping p {
    font-size: 15px;
  }
}

.page2 {
  margin-top: 0.9rem;
}

.page1 .swiperBox {
  position: relative;
  z-index: 3;
}

.page2 .swiperBox img {
  width: 100%;
  display: block;
}

.page2 .layout1 .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: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0.9rem;
  padding-bottom: 1rem;
}

.page2 .layout1 .textBox {
  width: calc(570 / 1440 * 100%);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page2 .layout1 .textBox .title {
  font-weight: normal;
  color: #333333;
  position: relative;
  display: inline-block;
}

.page2 .layout1 .textBox .title::after {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon3.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% - 0.3rem), -50%);
  transform: translate(calc(-100% - 0.3rem), -50%);
}

.page2 .layout1 .textBox .title::before {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon4.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 0.3rem), -50%);
  transform: translate(calc(100% + 0.3rem), -50%);
}

.page2 .layout1 .textBox .p1 {
  color: #555555;
  line-height: calc(40 / 22 * 1em);
  margin-top: 0.2rem;
}

.page2 .layout1 .textBox .iconBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-top: 0.45rem;
}

.page2 .layout1 .textBox .iconBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page2 .layout1 .textBox .iconBox .item img {
  height: 1.45rem;
  display: block;
}

.page2 .layout1 .textBox .iconBox .item .btn {
  color: #9e4a2a;
  padding: 0.12rem 0.36rem;
  border-radius: 23px;
  overflow: hidden;
  background-color: #fed300;
  margin-top: 0.2rem;
}

.page2 .layout1 .imgBox {
  width: calc(780 / 1440 * 100%);
  border-radius: 10px;
  overflow: hidden;
}

.page2 .layout1 .imgBox:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.page2 .layout1 .imgBox img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 900px) {
  .page2 .layout1 .textBox {
    width: 100%;
  }

  .page2 .layout1 .imgBox {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.page2 .layout2 {
  background-color: #fafafa;
}

.page2 .layout2 .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: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1rem 0;
}

@media (max-width: 900px) {
  .page2 .layout2 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.page2 .layout2 .textBox {
  width: calc(570 / 1440 * 100%);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page2 .layout2 .textBox .title {
  font-weight: normal;
  color: #333333;
  position: relative;
  display: inline-block;
}

.page2 .layout2 .textBox .title::after {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon3.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% - 0.3rem), -50%);
  transform: translate(calc(-100% - 0.3rem), -50%);
}

.page2 .layout2 .textBox .title::before {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon4.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 0.3rem), -50%);
  transform: translate(calc(100% + 0.3rem), -50%);
}

.page2 .layout2 .textBox .p1 {
  color: #555555;
  line-height: calc(40 / 22 * 1em);
  margin-top: 0.2rem;
}

.page2 .layout2 .textBox .btn {
  color: #9e4a2a;
  padding: 0.2rem 0.45rem;
  border-radius: 35px;
  background-color: #fed300;
  margin-top: 0.35rem;
}

.page2 .layout2 .imgBox {
  width: calc(780 / 1440 * 100%);
  border-radius: 10px;
  overflow: hidden;
}

.page2 .layout2 .imgBox:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.page2 .layout2 .imgBox img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 900px) {
  .page2 .layout2 .textBox {
    width: 100%;
  }

  .page2 .layout2 .imgBox {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.page2 .layout3 .box {
  padding-top: 0.85rem;
  padding-bottom: 0.9rem;
  text-align: center;
}

.page2 .layout3 .title {
  font-weight: 400;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}

.page2 .layout3 .title::after {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon3.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% - 0.3rem), -50%);
  transform: translate(calc(-100% - 0.3rem), -50%);
}

.page2 .layout3 .title::before {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon4.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 0.3rem), -50%);
  transform: translate(calc(100% + 0.3rem), -50%);
}

.page2 .layout3 .context {
  text-align: left;
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page2 .layout3 .context .text {
  line-height: calc(48 / 22 * 100%);
  color: #555555;
}

.page2 .layout3 .context .imgBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page2 .layout3 .context .imgBox img {
  width: 100%;
}

@media (max-width: 900px) {
  .page2 .layout3 .context .text {
    width: 100%;
  }

  .page2 .layout3 .context .imgBox {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}

.page2 .layout4 {
  background-color: #fafafa;
}

.page2 .layout4 .box {
  padding: 1rem 0;
  text-align: center;
}

.page2 .layout4 .title {
  font-weight: 400;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}

.page2 .layout4 .title::after {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon3.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% - 0.3rem), -50%);
  transform: translate(calc(-100% - 0.3rem), -50%);
}

.page2 .layout4 .title::before {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon4.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 0.3rem), -50%);
  transform: translate(calc(100% + 0.3rem), -50%);
}

.page2 .layout4 .context {
  text-align: left;
  margin-top: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page2 .layout4 .context .imgBox {
  width: calc(656 / 1440 * 100%);
  border-radius: 10px;
  overflow: hidden;
}

.page2 .layout4 .context .imgBox:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.page2 .layout4 .context .imgBox img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page2 .layout4 .context .textBox {
  width: calc(736 / 1440 * 100%);
}

.page2 .layout4 .context .textBox .p1 {
  line-height: calc(40 / 22 * 100%);
  color: #555555;
}

.page2 .layout4 .context .textBox .iconBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.6rem;
}

.page2 .layout4 .context .textBox .iconBox .item {
  width: calc(220 / 736 * 100%);
  text-align: center;
  position: relative;
  padding-bottom: 0.37rem;
}

.page2 .layout4 .context .textBox .iconBox .item img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.page2 .layout4 .context .textBox .iconBox .item .name {
  width: 100%;
  color: #555555;
  height: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
}

.page2 .layout4 .context .textBox .iconBox .item .name {
  background-image: url(../images/productBanner11.png);
  background-size: 100% 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9e4a2a;
}

@media (max-width: 900px) {
  .page2 .layout4 .context .imgBox {
    width: 100%;
  }

  .page2 .layout4 .context .textBox {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.page2 .layout5 .box {
  padding: 1rem 0;
  padding-top: 0.8rem;
  text-align: center;
}

.page2 .layout5 .title {
  font-weight: 400;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}

.page2 .layout5 .title::after {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon3.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% - 0.3rem), -50%);
  transform: translate(calc(-100% - 0.3rem), -50%);
}

.page2 .layout5 .title::before {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon4.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 0.3rem), -50%);
  transform: translate(calc(100% + 0.3rem), -50%);
}

.page2 .layout5 .context {
  text-align: left;
  margin-top: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page2 .layout5 .context .item {
  width: calc(695 / 1440 * 100%);
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page2 .layout5 .context .item .imgBox {
  width: calc(400 / 695 * 100%);
  padding-top: calc(400 / 695 * 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page2 .layout5 .context .item .imgBox:hover {
  transform: scale(1.3);
}

.page2 .layout5 .context .item .textBox {
  width: calc(295 / 695 * 100%);
  background-color: #fbfbfb;
  padding: 0 calc(30 / 695 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.page2 .layout5 .context .item .textBox .p1 {
  color: #9e4a2a;
  padding-bottom: 0.45rem;
  position: relative;
}

.page2 .layout5 .context .item .textBox .p1::after {
  content: "";
  width: 0.24rem;
  height: 4px;
  background-color: #fdc90c;
  border-radius: 2px;
  position: absolute;
  bottom: 0.2rem;
  left: 0;
}

.page2 .layout5 .context .item .textBox .p2 {
  line-height: calc(36 / 22 * 1em);
  color: #666666;
  height: 6.5em;
  overflow-y: hidden;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}

.page2 .layout5 .context .item .textBox .p2:hover {
  overflow-y: auto;
}

.page2 .layout5 .context .item .textBox .p2::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.page2 .layout5 .context .item .textBox .p2::-webkit-scrollbar-track {
  background-color: inherit;
  border: none;
  /* margin: 6px; */
  border-radius: 10px;
}

.page2 .layout5 .context .item .textBox .p2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  position: relative;
  right: 2px;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
  background-color: #c6c6cd;
  width: 6px;
}

.page2 .layout5 .context .item .textBox .sort {
  color: #fed300;
  font-weight: bold;
  position: absolute;
  bottom: calc(20 / 400 * 100%);
  right: calc(30 / 295 * 100%);
}

@media (max-width: 1400px) {
  .page2 .layout5 .context .item .textBox {
    padding: 0 calc(10 / 695 * 100%);
    padding-left: calc(20 / 695 * 100%);
  }
}

@media (max-width: 1000px) {
  .page2 .layout5 .context .item {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .page2 .layout5 .context .item .imgBox {
    width: 100%;
    padding-top: 100%;
  }

  .page2 .layout5 .context .item .textBox {
    width: 100%;
    height: auto;
    padding-top: 0.3rem;
  }
}

.page2 .layout6 {
  background-color: #fafafa;
}

.page2 .layout6 .box {
  padding: 0.85rem 0;
  text-align: center;
}

.page2 .layout6 .title {
  font-weight: 400;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}

.page2 .layout6 .title::after {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon3.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% - 0.3rem), -50%);
  transform: translate(calc(-100% - 0.3rem), -50%);
}

.page2 .layout6 .title::before {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon4.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 0.3rem), -50%);
  transform: translate(calc(100% + 0.3rem), -50%);
}

.page2 .layout6 .context {
  text-align: left;
  margin-top: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page2 .layout6 .context .item {
  width: calc(330 / 1440 * 100%);
  position: relative;
  padding-bottom: 0.6rem;
}

.page2 .layout6 .context .item img {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.page2 .layout6 .context .item .name {
  width: 100%;
  color: #333333;
  height: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: bold;
}

.page2 .layout6 .context .item:hover .name {
  background-image: url(../images/productBanner18.png);
  background-size: 100% 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9e4a2a;
}

@media (max-width: 700px) {
  .page2 .layout6 .context .item {
    width: 48%;
    margin-bottom: 0.3rem;
  }
}

.page2 .layout7 .box {
  padding: 0.85rem 0;
  padding-bottom: 1rem;
  text-align: center;
}

.page2 .layout7 .title {
  font-weight: 400;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}

.page2 .layout7 .title::after {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon3.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% - 0.3rem), -50%);
  transform: translate(calc(-100% - 0.3rem), -50%);
}

.page2 .layout7 .title::before {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon4.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 0.3rem), -50%);
  transform: translate(calc(100% + 0.3rem), -50%);
}

.page2 .layout7 .context {
  text-align: left;
  margin-top: 0.7rem;
}

.page2 .layout7 .context .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page2 .layout7 .context .list .item {
  width: calc(230 / 1440 * 100%);
  height: 3.4rem;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.page2 .layout7 .context .list .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page2 .layout7 .context .list .item .text {
  width: 100%;
  padding: 0.3rem 0;
  padding-left: 0.3rem;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page2 .layout7 .context .list .item .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0000), to(#00000020));
  background-image: linear-gradient(#0000, #00000020);
  z-index: 1;
}

.page2 .layout7 .context .list .onItem {
  width: calc(480 / 1440 * 100%);
}

.page2 .layout7 .context .list .onItem .text {
  background-image: url(../images/productBanner24.png);
  background-size: 100% 100%;
  color: #9e4a2a;
  overflow: initial;
  font-weight: bold;
}

@media (max-width: 900px) {
  .page2 .layout7 .context .list {
    display: none;
  }
}

.page2 .layout7 .context .swiper-container1 {
  border-radius: 10px;
  overflow: hidden;
  display: none;
}

.page2 .layout7 .context .swiper-container1 .item {
  width: 100%;
  height: 3.4rem;
  position: relative;
  cursor: pointer;
}

.page2 .layout7 .context .swiper-container1 .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page2 .layout7 .context .swiper-container1 .item .text {
  width: 100%;
  padding: 0.3rem 0;
  padding-left: 0.3rem;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../images/productBanner24.png);
  background-size: 100% 100%;
  color: #9e4a2a;
  overflow: initial;
}

@media (max-width: 900px) {
  .page2 .layout7 .context .swiper-container1 {
    display: block;
  }
}

.page2 .layout8 {
  background-color: #fafafa;
}

.page2 .layout8 .box {
  padding: 0.85rem 0;
  padding-bottom: 1rem;
  text-align: center;
}

.page2 .layout8 .title {
  font-weight: 400;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}

.page2 .layout8 .title::after {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon3.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% - 0.3rem), -50%);
  transform: translate(calc(-100% - 0.3rem), -50%);
}

.page2 .layout8 .title::before {
  content: "";
  width: 0.41rem;
  height: 0.14rem;
  background-image: url(../images/icon4.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 0.3rem), -50%);
  transform: translate(calc(100% + 0.3rem), -50%);
}

.page2 .layout8 .context {
  margin-top: 0.7rem;
}

.page2 .layout8 .context video {
  width: 100%;
  border-radius: 10px;
  margin-bottom: .5rem;
}

footer {
  background-image: url(../images/footerBg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

footer .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .left {
  width: calc(1200 / 1680 * 100%);
}

footer .left .logo {
  width: 100%;
  padding-top: 0.68rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #f4c505;
  position: relative;
}

footer .left .logo::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 65%;
  background-color: #f4c505;
}

footer .left .logo img {
  width: 1.75rem;
  display: block;
}

footer .left .navBox {
  padding: 0.85rem 0;
  padding-right: 0.85rem;
  border-right: 1px solid #f4c505;
  color: #9d4721;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .left .navBox .t1 {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

footer .left .navBox .t2 {
  line-height: 2;
}

@media (max-width: 600px) {
  footer .left .navBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0.45rem;
  }

  footer .left .navBox .t1 {
    font-weight: bold;
  }

  footer .left .navBox .tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.4rem;
  }

  footer .left .navBox .tr li {
    margin-right: 0.3rem;
  }
}

footer .left .statement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.3rem 0;
  padding-right: 0.85rem;
  border-top: 1px solid #f4c505;
  border-right: 1px solid #f4c505;
  color: #9e4a2a;
  line-height: 1.3;
}

@media (max-width: 700px) {
  footer .left {
    width: 100%;
  }

  footer .left .logo::after {
    display: none;
  }

  footer .left .navBox,
  footer .left .statement {
    border-right: none;
  }
}

footer .right {
  padding-top: 1rem;
  padding-left: calc(75 / 1680 * 100%);
}

footer .right .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .right .phone img {
  width: 0.17rem;
}

footer .right .phone p {
  color: #9e4a2a;
  margin-left: 0.08rem;
}

footer .right .p1 {
  color: #9e4a2a;
  font-weight: bold;
  margin-top: 0.25rem;
}

footer .right .p2 {
  color: #9e4a2a;
  margin-top: 0.2rem;
  line-height: 1.3;
}

footer .right .p3 {
  color: #9e4a2a;
  margin-top: 0.5rem;
}

footer .right .QRcode {
  width: 1.2rem;
  margin-top: 0.4rem;
  display: block;
}

@media (max-width: 700px) {
  footer .right {
    display: none;
  }
}

@media (max-width: 700px) {
  footer {
    background-image: none;
    background-color: #ffd300 !important;
  }
}