@charset "UTF-8";

@-webkit-keyframes scale3 {
  0% {
    width: 100%;
    height: 100%;
  }

  50% {
    opacity: 1;
  }

  100% {
    width: 170%;
    height: 170%;
    opacity: 0;
  }
}

@-moz-keyframes scale3 {
  0% {
    width: 100%;
    height: 100%;
  }

  50% {
    opacity: 1;
  }

  100% {
    width: 170%;
    height: 170%;
    opacity: 0;
  }
}

@keyframes scale3 {
  0% {
    width: 100%;
    height: 100%;
  }

  50% {
    opacity: 1;
  }

  100% {
    width: 170%;
    height: 170%;
    opacity: 0;
  }
}

@-webkit-keyframes scale4 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes scale4 {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale4 {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes float1 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes float1 {
  0% {
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes float1 {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes float2 {
  0% {
    -webkit-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
  }

  50% {
    -webkit-transform: translateX(-50%) translateY(20px);
    transform: translateX(-50%) translateY(20px);
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
  }
}

@-moz-keyframes float2 {
  0% {
    -moz-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
  }

  50% {
    -moz-transform: translateX(-50%) translateY(20px);
    transform: translateX(-50%) translateY(20px);
  }

  100% {
    -moz-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
  }
}

@keyframes float2 {
  0% {
    -webkit-transform: translateX(-50%) translateY(0px);
    -moz-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
  }

  50% {
    -webkit-transform: translateX(-50%) translateY(20px);
    -moz-transform: translateX(-50%) translateY(20px);
    transform: translateX(-50%) translateY(20px);
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(0px);
    -moz-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
  }
}

@-webkit-keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 102%;
  }
}

@-moz-keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 102%;
  }
}

@keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 102%;
  }
}

@keyframes fontColor {
  0% {
    color: #b29547;
  }

  65% {
    color: #fff;
  }  
  
  100% {
    color: #fff;
  }
}

@keyframes fontColor2 {
  0% {
    color: #fff;
  }

  65% {
    color: #333;
  }  
  
  100% {
    color: #333;
  }
}

@font-face {
  font-family: "Lingxun-Serif";
  src: url("../fonts/b861d6c2ba804a23bd20ddf33191acd2.woff") format("woff2"), url("../fonts/0bda5f4705c44acf977b53d49e9746b3.woff") format("woff"), url("../fonts/lingxun-serif-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.content1440 {
  width: 75vw;
  margin: 0px auto;
}

/* 内页banner */
.detailBanner {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.detailBanner .detailBannerMain .swiper-slide {
  overflow: hidden;
  opacity: 0 !important;
}

.detailBanner .detailBannerMain .swiper-slide video {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.detailBanner .detailBannerMain .swiper-slide-active {
  opacity: 1 !important;
}

.detailBanner .detailBannerMain .swiper-slide-active video {
  -webkit-animation: scale4 5s linear forwards;
  -moz-animation: scale4 5s linear forwards;
  animation: scale4 5s linear forwards;
}

.detailBanner .content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.detailBanner .content .title,
.detailBanner .content .title2 {
  font-size: 1.875vw;
  color: #ffffff;
  font-weight: normal;
}

.detailBanner .content .desc {
  font-family: "Lingxun-Serif";
  font-size: 4.6875vw;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.4), #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.52083vw;
}

.detailBanner .content .btn {
  -webkit-animation: float1 3s ease infinite;
  -moz-animation: float1 3s ease infinite;
  animation: float1 3s ease infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.6875vw;
  height: 2.6875vw;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
}

.detailBanner .content .btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3.85417vw;
  height: 3.85417vw;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  display: block;
  -webkit-animation: scale3 2s linear infinite;
  -moz-animation: scale3 2s linear infinite;
  animation: scale3 2s linear infinite;
}

.detailBanner .content .btn i {
  font-size: 0.72917vw;
  color: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.detailBanner .content2 {
  text-align: center;
  position: absolute;
  top: 41.6%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.detailBanner .content2 .title {
  margin-bottom: 0.83333vw;
}

.detailBanner .content2 .title img {
  width: auto;
  height: 7.44792vw;
}

.detailBanner .content2 .desc {
  font-size: 1.14583vw;
  color: #fff;
}

.detailBanner>.btn {
  -webkit-animation: float2 3s linear infinite;
  -moz-animation: float2 3s linear infinite;
  animation: float2 3s linear infinite;
  position: absolute;
  left: 50%;
  bottom: 1.61458vw;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.6875vw;
  height: 2.6875vw;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  margin: 0 auto;
  z-index: 2;
}

.detailBanner>.btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3.85417vw;
  z-index: 2;
  height: 3.85417vw;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  display: block;
  -webkit-animation: scale3 2s linear infinite;
  -moz-animation: scale3 2s linear infinite;
  animation: scale3 2s linear infinite;
}

.detailBanner>.btn i {
  font-size: 0.72917vw;
  color: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* 发展历程 */
.historyBg {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.historyBg .history {
  height: 100vh;
}

.historyBg .history>.swiper-wrapper>.swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}

.historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(2) .images {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(2) .images .image:nth-child(1) {
  width: 12.91667vw;
  height: auto;
  margin-right: 1.5625vw;
}

.historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(2) .images .image:nth-child(2) {
  width: 24.53125vw;
  height: auto;
}

.historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(3) .images .image:nth-child(1) {
  position: absolute;
  left: 0px;
  top: 19.21875vw;
  z-index: 2;
}

.historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(3) .images .image:nth-child(2) {
  width: 32.55208vw;
  height: auto;
  margin-left: 7.03125vw;
}

.historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(4) .images .image:nth-child(1) {
  width: 31.04167vw;
  height: auto;
}

.historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(4) .images .image:nth-child(2) {
  width: 14.21875vw;
  position: absolute;
  left: 22.16667vw;
  top: 21.03542vw;
  z-index: 2;
}

.historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) .images {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.5625vw);
  -moz-transform: translateY(1.5625vw);
  -ms-transform: translateY(1.5625vw);
  transform: translateY(1.5625vw);
  -webkit-transition: all 0.6s ease 1s;
  -moz-transition: all 0.6s ease 1s;
  transition: all 0.6s ease 1s;
}

.historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) .images .image {
  border-radius: 0.78125vw;
  overflow: hidden;
}

.historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) .images .image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) .images .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) .content {
  width: 38.88%;
  padding-right: 5.98958vw;
}

.historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) .content .tag {
  display: inline-block;
  height: 1.25vw;
  border: 1px solid #285135;
  border-radius: 0.625vw;
  font-size: 0.72917vw;
  color: #a88282;
  white-space: nowrap;
  padding: 0px 0.625vw;
  margin-bottom: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.5625vw);
  -moz-transform: translateY(1.5625vw);
  -ms-transform: translateY(1.5625vw);
  transform: translateY(1.5625vw);
  -webkit-transition: all 0.6s ease 1s;
  -moz-transition: all 0.6s ease 1s;
  transition: all 0.6s ease 1s;
}

.historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) .content .title {
  font-size: 2.86458vw;
  color: #000000;
  line-height: 3.33333vw;
  margin-bottom: 3.28125vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.5625vw);
  -moz-transform: translateY(1.5625vw);
  -ms-transform: translateY(1.5625vw);
  transform: translateY(1.5625vw);
  -webkit-transition: all 0.6s ease 1.1s;
  -moz-transition: all 0.6s ease 1.1s;
  transition: all 0.6s ease 1.1s;
}

.historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) .content .descMain {
  padding-right: 1.5625vw;
  max-height: 18.75vw;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.5625vw);
  -moz-transform: translateY(1.5625vw);
  -ms-transform: translateY(1.5625vw);
  transform: translateY(1.5625vw);
  -webkit-transition: all 0.6s ease 1.2s;
  -moz-transition: all 0.6s ease 1.2s;
  transition: all 0.6s ease 1.2s;
}

.historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) .content .descMain::-webkit-scrollbar {
  width: 0.20833vw;
  height: 0.20833vw;
  background-color: #d5d5d5;
}

.historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) .content .descMain::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 0.3125vw;
  background-color: #d5d5d5;
}

.historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) .content .descMain::-webkit-scrollbar-thumb {
  border-radius: 0.3125vw;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  background-color: #a88282;
}

.historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) .content .descMain .list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.71875vw;
}

.historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) .content .descMain .list:last-child {
  margin-bottom: 0px;
}

.historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) .content .descMain .list .year {
  font-size: 2.08333vw;
  color: #a88282;
  font-weight: bold;
  font-family: "PT Serif";
  margin-right: 0.67708vw;
}

.historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) .content .descMain .list .desc {
  font-size: 0.83333vw;
  color: #000000;
  line-height: 1.35417vw;
}

.historyBg .history>.swiper-wrapper>.swiper-slide:last-child {
  height: auto;
}

.historyBg .history>.swiper-wrapper>.swiper-slide-active .images {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.historyBg .history>.swiper-wrapper>.swiper-slide-active .content .tag {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.historyBg .history>.swiper-wrapper>.swiper-slide-active .content .title {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.historyBg .history>.swiper-wrapper>.swiper-slide-active .content .descMain {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.historyBg .historyList {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 4.6875vw;
  background: url("../images/historylistbg.png") repeat-y;
  background-size: 1.51042vw 0.36458vw;
  height: 100%;
  padding-top: 16.61458vw;
  z-index: 2;
}

.historyBg .historyList .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.72917vw;
  color: rgba(0, 0, 0, 0.2);
  margin: 1.45833vw 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.historyBg .historyList .list.active {
  color: black;
}

.historyBg .historyList .list.active::before {
  background: black;
}

.historyBg .historyList .list::before {
  width: 2.29167vw;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  margin-right: 0.57292vw;
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* 品牌故事 */
.brandStoryBg {
  overflow: hidden;
}

.brandStoryBg .brandStory {
  margin-bottom: 7.29167vw;
}

.brandStoryBg .brandStory .brandStoryHead {
  width: 57.29167vw;
  margin: 0 auto;
  padding: 5.83333vw 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.brandStoryBg .brandStory .brandStoryHead .year {
  font-family: "PT Serif";
  font-size: 13.54167vw;
  color: #a88282;
  background-image: -webkit-linear-gradient(top, #a88282 36%, rgba(31, 85, 53, 0.4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brandStoryBg .brandStory .brandStoryHead .content {
  margin-left: 3.33333vw;
}

.brandStoryBg .brandStory .brandStoryHead .content .title {
  font-size: 2.08333vw;
  color: #000000;
  margin-bottom: 0.98958vw;
}

.brandStoryBg .brandStory .brandStoryHead .content .desc {
  font-size: 0.88542vw;
  color: #616161;
  line-height: 1.45833vw;
}

.brandStoryBg .brandStoryMain {
  position: relative;
}

.brandStoryBg .brandStoryMain.active .image:nth-of-type(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.brandStoryBg .brandStoryMain.active .image:nth-of-type(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.brandStoryBg .brandStoryMain.active .image:nth-of-type(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.brandStoryBg .brandStoryMain.active .image:nth-of-type(4) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.brandStoryBg .brandStoryMain.active .brandStoryVideo video {
  width: 100%;
  height: 100vh;
  border-radius: 0px;
}

.brandStoryBg .brandStoryMain.active .brandStoryVideo .content {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.brandStoryBg .brandStoryMain .image {
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  position: absolute;
  border-radius: 0.78125vw;
  overflow: hidden;
}

.brandStoryBg .brandStoryMain .image:nth-of-type(1) {
  width: 16.45833vw;
  top: 5.67708vw;
  left: 6.40625vw;
}

.brandStoryBg .brandStoryMain .image:nth-of-type(2) {
  width: 12.70833vw;
  top: 4.79167vw;
  left: 81.66667vw;
}

.brandStoryBg .brandStoryMain .image:nth-of-type(3) {
  width: 10.98958vw;
  top: 30.26042vw;
  left: 11.875vw;
}

.brandStoryBg .brandStoryMain .image:nth-of-type(4) {
  width: 13.48958vw;
  top: 32.13542vw;
  left: 76.04167vw;
}

.brandStoryBg .brandStoryMain .image img {
  width: 100%;
  height: auto;
}

.brandStoryBg .brandStoryMain .brandStoryVideo video {
  display: block;
  width: 35.26042vw;
  height: 44.84375vw;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease 0.2s;
  -moz-transition: all 1s ease 0.2s;
  transition: all 1s ease 0.2s;
  position: relative;
  z-index: 2;
  border-radius: 0.52083vw;
  margin: 0 auto;
}

.brandStoryBg .brandStoryMain .brandStoryVideo .content {
  text-align: center;
  left: 50%;
  top: 9.375vw;
  margin-top: 1.5625vw;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  padding: 0px 23.4375vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease 0.6s;
  -moz-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
  z-index: 2;
}

.brandStoryBg .brandStoryMain .brandStoryVideo .content .title {
  font-size: 2.86458vw;
  color: #fff;
  margin-bottom: 0.9375vw;
}

.brandStoryBg .brandStoryMain .brandStoryVideo .content .desc {
  font-size: 0.88542vw;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.35417vw;
  font-weight: normal;
  margin-bottom: 1.66667vw;
}

.brandStoryBg .brandStoryMain .brandStoryVideo .content .play {
  width: 5.41667vw;
  height: 2.44792vw;
  border: 2px solid #FFFFFF;
  border-radius: 1.25vw;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  cursor: pointer;
}

.brandStoryBg .brandStoryMain .brandStoryVideo .content .play::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0.41667vw;
  margin-left: 0.20833vw;
  border-style: solid;
  border-color: transparent;
  border-left-color: #fff;
  overflow: hidden;
  content: "";
  display: block;
}

/* 品牌故事弹窗 */
.brandStoryPopup {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.brandStoryPopup.active {
  opacity: 1;
  visibility: visible;
}

.brandStoryPopup.active .content {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.brandStoryPopup .close {
  position: absolute;
  top: 1.5625vw;
  right: 1.5625vw;
  font-size: 1.04167vw;
  color: #fff;
  cursor: pointer;
  z-index: 2;
}

.brandStoryPopup .image video {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.brandStoryPopup .content {
  text-align: center;
  left: 50%;
  top: 9.375vw;
  margin-top: 1.5625vw;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  padding: 0px 23.4375vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease 0.6s;
  -moz-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
}

.brandStoryPopup .content .title {
  font-size: 2.86458vw;
  color: #fff;
  margin-bottom: 0.9375vw;
}

.brandStoryPopup .content .desc {
  font-size: 0.88542vw;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.45833vw;
  font-weight: normal;
  margin-bottom: 1.66667vw;
}

.brandStoryPopup .content .play {
  width: 5.41667vw;
  height: 2.44792vw;
  border: 2px solid #FFFFFF;
  border-radius: 1.25vw;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  cursor: pointer;
}

.brandStoryPopup .content .play::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0.41667vw;
  margin-left: 0.20833vw;
  border-style: solid;
  border-color: transparent;
  border-left-color: #fff;
  overflow: hidden;
  content: "";
  display: block;
}

/* 睡眠史 */
.sleepHistoryBg .sleepHistory {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7.8125vw 0px;
}

.sleepHistoryBg .sleepHistory .image {
  width: 63.88%;
  border-radius: 0.78125vw;
  overflow: hidden;
}

.sleepHistoryBg .sleepHistory .image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sleepHistoryBg .sleepHistory .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.sleepHistoryBg .sleepHistory .content {
  width: 28.81%;
}

.sleepHistoryBg .sleepHistory .content .title {
  font-size: 2.86458vw;
  color: #000000;
  line-height: 3.28125vw;
  margin: 4.42708vw 0px 2.29167vw;
}

.sleepHistoryBg .sleepHistory .content .desc {
  font-size: 0.88542vw;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.45833vw;
}

/* 好睡眠 */
.sleepBg .sleep {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7.8125vw 0px;
}

.sleepBg .sleep .image {
  width: 71.73%;
  border-radius: 0.78125vw;
  overflow: hidden;
}

.sleepBg .sleep .image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sleepBg .sleep .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.sleepBg .sleep .content {
  width: 22.5%;
}

.sleepBg .sleep .content .title {
  font-size: 2.86458vw;
  color: #000000;
  line-height: 3.28125vw;
  margin: 4.42708vw 0px 2.29167vw;
}

.sleepBg .sleep .content .desc {
  font-size: 0.88542vw;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.35417vw;
}

/* 视频 */
.videoBg {
  padding: 4.16667vw 0px 5.20833vw;
}

.videoBg .video .image {
  border-radius: 0.78125vw;
  overflow: hidden;
  position: relative;
}

.videoBg .video .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.videoBg .video .title {
  font-size: 0.83333vw;
  color: #000000;
  margin-top: 0.83333vw;
}

.videoBg .video .play {
  width: 5.41667vw;
  height: 2.44792vw;
  border: 2px solid #FFFFFF;
  border-radius: 1.25vw;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.videoBg .video .play::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0.41667vw;
  margin-left: 0.20833vw;
  border-style: solid;
  border-color: transparent;
  border-left-color: #fff;
  overflow: hidden;
  content: "";
  display: block;
}

.videoBg .video .video1 {
  width: 100%;
  cursor: pointer;
  margin-bottom: 2.70833vw;
}

.videoBg .video .video1:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.videoBg .video .video2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.5vw;
}

.videoBg .video .video2 .video2Left {
  width: 65.55%;
  cursor: pointer;
}

.videoBg .video .video2 .video2Left:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.videoBg .video .video2 .video2Right {
  width: 31.25%;
}

.videoBg .video .video2 .video2Right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.videoBg .video .video2 .video2Right ul li {
  cursor: pointer;
}

.videoBg .video .video2 .video2Right ul li:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.videoBg .video .video3 ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.videoBg .video .video3 ul li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 3.125%;
  cursor: pointer;
}

.videoBg .video .video3 ul li:nth-of-type(3n+3) {
  margin-right: 0px;
}

.videoBg .video .video3 ul li:nth-last-of-type(-n+3) {
  margin-bottom: 0px;
}

.videoBg .video .video3 ul li:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.videoBg .video .video3 ul .layui-flow-more {
  width: 100%;
  margin: 5.72917vw auto 0px;
  text-align: center;
  font-size: 0.72917vw;
}

.videoBg .video .video3 ul .layui-flow-more a {
  height: auto;
  line-height: 1;
}

.videoBg .video .video3 ul .layui-flow-more a cite {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 12.5vw;
  height: 2.44792vw;
  font-size: 0.72917vw;
  color: #285135;
  border: 2px solid #a88282;
  border-radius: 1.25vw;
  background-color: transparent;
  margin: 0px auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.videoBg .video .video3 ul .layui-flow-more a cite:hover {
  background-color: #a88282;
  color: #fff;
}

/* 新闻 */
.newsBg {
  padding: 0px 0px 6.04167vw;
}

.newsBg .news .news1 {
  margin: -3.59375vw 0px 3.125vw;
  background-color: #fff;
  border-radius: 0.78125vw;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.newsBg .news .news1 .news1Left {
  width: 38.89%;
  overflow: hidden;
  position: relative;
}

.newsBg .news .news1 .news1Left .swiper-slide a {
  display: block;
  height: 100%;
  padding: 4.89583vw 4.47917vw 0px 3.125vw;
  position: relative;
}

.newsBg .news .news1 .news1Left .swiper-slide .title {
  font-size: 1.66667vw;
  color: #000000;
  line-height: 2.08333vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 2.29167vw;
}

.newsBg .news .news1 .news1Left .swiper-slide .desc {
  font-size: 0.78125vw;
  color: #646464;
  line-height: 1.30208vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newsBg .news .news1 .news1Left .swiper-slide .time {
  position: absolute;
  left: 3.125vw;
  bottom: 4.0625vw;
  font-size: 0.83333vw;
  color: #33291F;
  font-family: Bronova;
}

.newsBg .news .news1 .news1Left .swiper-pagination {
  width: auto;
  left: auto;
  right: 3.64583vw;
  bottom: 4.0625vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.newsBg .news .news1 .news1Left .swiper-pagination .swiper-pagination-bullet {
  width: 0.15625vw;
  height: 0.57292vw;
  background: #2d4f34;
  border-radius: 0px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin: 0px 0.18229vw;
  cursor: pointer;
}

.newsBg .news .news1 .news1Left .swiper-pagination .swiper-pagination-bullet-active {
  height: 0.9375vw;
}

.newsBg .news .news1 .news1Right {
  width: 61.11%;
  overflow: hidden;
}

.newsBg .news .news1 .news1Right .swiper-slide {
  overflow: hidden;
}

.newsBg .news .news1 .news1Right .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.newsBg .news .news1 .news1Right .swiper-slide img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.newsBg .news .news2 ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.newsBg .news .news2 ul li {
  width: 47.91%;
  margin-right: 4.18%;
  margin-bottom: 4.18%;
  border-radius: 0.78125vw;
  background-color: #fff;
  overflow: hidden;
}

.newsBg .news .news2 ul li:nth-of-type(2n+2) {
  margin-right: 0px;
}

.newsBg .news .news2 ul li:nth-last-of-type(-n+2) {
  margin-bottom: 0px;
}

.newsBg .news .news2 ul li:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.newsBg .news .news2 ul li .image {
  overflow: hidden;
}

.newsBg .news .news2 ul li .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.newsBg .news .news2 ul li .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5.78125vw;
  text-align: center;
}

.newsBg .news .news2 ul li .content .title {
  font-size: 0.9375vw;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 0.625vw;
}

.newsBg .news .news2 ul li .content .time {
  display: inline-block;
  padding: 0px 0.52083vw;
  height: 1.3021vw;
  line-height: 1.4063vw;
  font-size: 0.72917vw;
  color: #fff;
  border-radius: 1.4063vw;
  background-color: #285135;
  font-family: Bronova;
}

/* 新闻详情 */
.newsDetailBg {
  padding: 5.625vw 0px 1px;
}

.newsDetailBg .newsDetail {
  width: 97.91667vw;
  padding: 4.6875vw 0px 5.20833vw;
  margin: 0 auto 3.69792vw;
  border-radius: 1.04167vw;
  background-color: #FDFCF9;
}

.newsDetailBg .newsDetail .newsDetailHead {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 4.16667vw;
  margin-bottom: 1.875vw;
}

.newsDetailBg .newsDetail .newsDetailHead .newsDetailNav {
  height: 2.55208vw;
  line-height: 2.55208vw;
  padding: 0px 1.04167vw;
  border-radius: 1.30208vw;
  background-color: #F3F6F2;
}

.newsDetailBg .newsDetail .newsDetailHead .newsDetailNav ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.newsDetailBg .newsDetail .newsDetailHead .newsDetailNav ul li {
  font-size: 0.67708vw;
  color: #cbcdca;
}

.newsDetailBg .newsDetail .newsDetailHead .newsDetailNav ul li a {
  font-size: 0.67708vw;
  color: rgba(0, 0, 0, 0.8);
  margin: 0px 0.625vw;
}

.newsDetailBg .newsDetail .newsDetailHead .newsDetailNav ul li a:hover {
  color: #a88282;
}

.newsDetailBg .newsDetail .newsDetailHead .newsDetailShare {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsDetailBg .newsDetail .newsDetailHead .newsDetailShare span {
  font-size: 0.83333vw;
  color: #545454;
  margin-right: 0.52083vw;
}

.newsDetailBg .newsDetail .newsDetailHead .newsDetailShare .social-share {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.newsDetailBg .newsDetail .newsDetailHead .newsDetailShare .social-share a {
  margin-right: 0.57292vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.71875vw;
  height: 1.71875vw;
  border-radius: 50%;
  background-color: #F3F6F2;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}

.newsDetailBg .newsDetail .newsDetailHead .newsDetailShare .social-share a::before {
  display: none;
}

.newsDetailBg .newsDetail .newsDetailHead .newsDetailShare .social-share a:hover {
  background-color: #285135;
}

.newsDetailBg .newsDetail .newsDetailHead .newsDetailShare .social-share a:hover>img {
  -webkit-filter: grayscale(1) brightness(500%);
  filter: grayscale(1) brightness(500%);
}

.newsDetailBg .newsDetail .newsDetailHead .newsDetailShare .social-share a:hover .popup {
  top: -0.52083vw;
  opacity: 1;
  visibility: visible;
}

.newsDetailBg .newsDetail .newsDetailHead .newsDetailShare .social-share a>img {
  width: auto;
  height: 0.9375vw;
}

.newsDetailBg .newsDetail .newsDetailHead .newsDetailShare .social-share a .popup {
  width: 5.20833vw;
  min-height: 5.20833vw;
  height: auto;
  background-color: #fff;
  border-radius: 0.3125vw;
  position: absolute;
  left: 50%;
  top: 0px;
  padding: 0.52083vw;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 0px 0.26042vw #ddd;
  box-shadow: 0px 0px 0.26042vw #ddd;
  -webkit-transition: top 0.6s ease, opacity 0.4s ease;
  -moz-transition: top 0.6s ease, opacity 0.4s ease;
  transition: top 0.6s ease, opacity 0.4s ease;
}

.newsDetailBg .newsDetail .newsDetailHead .newsDetailShare .social-share a .popup::after {
  position: absolute;
  left: 50%;
  bottom: -0.625vw;
  width: 0;
  height: 0;
  border-width: 0.3125vw;
  border-style: dashed;
  border-color: transparent;
  border-top-color: #fff;
  border-top-style: solid;
  overflow: hidden;
  content: "";
  display: block;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.newsDetailBg .newsDetail .newsDetailHead .newsDetailShare .social-share a .popup img {
  width: 100%;
  height: auto;
}

.newsDetailBg .newsDetail .newsDetailTitle {
  padding: 0px 4.16667vw;
  margin-bottom: 3.95833vw;
}

.newsDetailBg .newsDetail .newsDetailTitle .title {
  width: 46.45%;
  font-size: 2.08333vw;
  color: #000000;
  line-height: 2.60417vw;
  margin-bottom: 0.83333vw;
}

.newsDetailBg .newsDetail .newsDetailTitle .time {
  font-size: 0.72917vw;
  color: #285135;
  font-family: PTSerif;
}

.newsDetailBg .newsDetail .newsDetailTitle .line {
  display: block;
  margin-top: 2.6042vw;
  border-bottom: 1px solid #ddd;
}

.newsDetailBg .newsDetail .newsDetailBanner {
  margin: 0px 1.04167vw 5.20833vw;
  border-radius: 0.78125vw;
  overflow: hidden;
}

.newsDetailBg .newsDetail .newsDetailBanner:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.newsDetailBg .newsDetail .newsDetailBanner img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.newsDetailBg .newsDetail .newsDetailMain {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 4.16667vw;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft {
  width: 11.97917vw;
  margin-right: 5.20833vw;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .newsDetailShare2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .newsDetailShare2 span {
  font-size: 0.83333vw;
  color: #545454;
  margin-bottom: 1.04167vw;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .newsDetailShare2 .social-share {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .newsDetailShare2 .social-share a {
  margin-right: 0.57292vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.71875vw;
  height: 1.71875vw;
  border-radius: 50%;
  background-color: #F3F6F2;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .newsDetailShare2 .social-share a::before {
  display: none;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .newsDetailShare2 .social-share a:hover {
  background-color: #285135;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .newsDetailShare2 .social-share a:hover>img {
  -webkit-filter: grayscale(1) brightness(500%);
  filter: grayscale(1) brightness(500%);
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .newsDetailShare2 .social-share a:hover .popup {
  top: -0.52083vw;
  opacity: 1;
  visibility: visible;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .newsDetailShare2 .social-share a>img {
  width: auto;
  height: 0.9375vw;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .newsDetailShare2 .social-share a .popup {
  width: 5.20833vw;
  min-height: 5.20833vw;
  height: auto;
  background-color: #fff;
  border-radius: 0.3125vw;
  position: absolute;
  left: 50%;
  top: 0px;
  padding: 0.52083vw;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 0px 0.26042vw #ddd;
  box-shadow: 0px 0px 0.26042vw #ddd;
  -webkit-transition: top 0.6s ease, opacity 0.4s ease;
  -moz-transition: top 0.6s ease, opacity 0.4s ease;
  transition: top 0.6s ease, opacity 0.4s ease;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .newsDetailShare2 .social-share a .popup::after {
  position: absolute;
  left: 50%;
  bottom: -0.625vw;
  width: 0;
  height: 0;
  border-width: 0.3125vw;
  border-style: dashed;
  border-color: transparent;
  border-top-color: #fff;
  border-top-style: solid;
  overflow: hidden;
  content: "";
  display: block;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .newsDetailShare2 .social-share a .popup img {
  width: 100%;
  height: auto;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .line {
  width: 100%;
  height: 1px;
  background: #D9DFDA;
  margin: 2.70833vw 0px 2.55208vw;
  position: relative;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .line::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 3.95833vw;
  height: 100%;
  background-color: #285135;
  content: "";
  display: block;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .return {
  width: 100%;
  height: 2.44792vw;
  font-size: 0.72917vw;
  color: #285135;
  border: 2px solid #a88282;
  border-radius: 1.25vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .return:hover {
  background-color: #a88282;
  color: #fff;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .return i {
  font-size: 0.83333vw;
  margin-right: 0.46875vw;
  font-weight: bold;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainRight .newsDetailMainDesc {
  font-size: 0.83333vw;
  line-height: 1.61458vw;
  color: #676767;
  margin-bottom: 2.76042vw;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainRight .newsDetailMainDesc h2 {
  font-size: 1.25vw;
  color: #000000;
  font-weight: normal;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainRight .newsDetailMainDesc img,
.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainRight .newsDetailMainDesc video,
.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainRight .newsDetailMainDesc iframe {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 1.04167vw auto;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainRight .newsDetailMainBtns {
  height: 3.64583vw;
  padding: 0px 2.34375vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1.82292vw;
  background-color: #F3F6F2;
  overflow: hidden;
  position: relative;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainRight .newsDetailMainBtns::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 0.78125vw;
  background: rgba(213, 213, 213, 0.6);
  content: "";
  display: block;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainRight .newsDetailMainBtns a {
  width: 43%;
  margin-right: 14%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainRight .newsDetailMainBtns a:last-child {
  margin-right: 0%;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainRight .newsDetailMainBtns a:hover span {
  color: #a88282;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainRight .newsDetailMainBtns a i {
  font-size: 0.67708vw;
  color: #A5A5A5;
  font-style: normal;
  margin-right: 0.57292vw;
}

.newsDetailBg .newsDetail .newsDetailMain .newsDetailMainRight .newsDetailMainBtns a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.78125vw;
  color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.newsDetailBg .newsDetailCorrelation {
  padding-bottom: 3.64583vw;
  position: relative;
  overflow: hidden;
}

.newsDetailBg .newsDetailCorrelation .newsDetailCorrelationTitle {
  font-size: 1.77083vw;
  color: #FDFCF9;
  margin-bottom: 1.04167vw;
}

.newsDetailBg .newsDetailCorrelation .newsDetailCorrelationMain {
  height: 21.875vw;
  position: relative;
}

.newsDetailBg .newsDetailCorrelation .newsDetailCorrelationMain .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsDetailBg .newsDetailCorrelation .newsDetailCorrelationMain .swiper-slide {
  height: 18.38542vw;
  border-radius: 0.78125vw;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.newsDetailBg .newsDetailCorrelation .newsDetailCorrelationMain .swiper-slide:hover {
  height: 21.875vw;
  -webkit-box-shadow: 0px 0.72917vw 3.07292vw 0px rgba(10, 52, 19, 0.33);
  box-shadow: 0px 0.72917vw 3.07292vw 0px rgba(10, 52, 19, 0.33);
}

.newsDetailBg .newsDetailCorrelation .newsDetailCorrelationMain .swiper-slide:hover .image img {
  height: 16.04167vw;
}

.newsDetailBg .newsDetailCorrelation .newsDetailCorrelationMain .swiper-slide .image {
  overflow: hidden;
}

.newsDetailBg .newsDetailCorrelation .newsDetailCorrelationMain .swiper-slide .image img {
  width: 100%;
  height: 12.65625vw;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.newsDetailBg .newsDetailCorrelation .newsDetailCorrelationMain .swiper-slide .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5.78125vw;
  text-align: center;
}

.newsDetailBg .newsDetailCorrelation .newsDetailCorrelationMain .swiper-slide .content .title {
  font-size: 0.9375vw;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 0.625vw;
}

.newsDetailBg .newsDetailCorrelation .newsDetailCorrelationMain .swiper-slide .content .time {
  display: inline-block;
  padding: 0px 0.52083vw;
  height: 1.3021vw;
  line-height: 1.4063vw;
  font-size: 0.72917vw;
  color: #fff;
  border-radius: 1.4063vw;
  background-color: #285135;
  font-family: Bronova;
}

.newsDetailBg .newsDetailCorrelation .swiper-pagination {
  width: 100%;
  bottom: 2.23958vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.newsDetailBg .newsDetailCorrelation .swiper-pagination .swiper-pagination-bullet {
  width: 0.15625vw;
  height: 0.57292vw;
  background: #2d4f34;
  border-radius: 0px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin: 0px 0.18229vw;
  cursor: pointer;
}

.newsDetailBg .newsDetailCorrelation .swiper-pagination .swiper-pagination-bullet-active {
  height: 0.9375vw;
}

/* 举报监督 */

.reporting {
  width: 100%;
}

.reporting .screen {
  margin-bottom: .5208vw;
}

.reporting .screen .layui-form-radio {
  margin-top: 0px;
}

.reporting .screen .layui-form-radio>i {
  font-size: .9375vw;
}

.reporting .screen .layui-form-radio>div {
  font-size: .7292vw;
}

.reporting .screen .layui-form-checkbox>div {
  font-size: .7292vw;
}

.reporting .screen .layui-form-radio:hover>*,
.layui-form-radioed,
.layui-form-radioed>i {
  color: #a88282;
}

.reporting .screen .layui-form-checked[lay-skin=primary]>i {
  border-color: #a88282 !important;
  background-color: #a88282;
}

.reporting .screen .layui-form-checkbox[lay-skin=primary]:hover>i {
  border-color: #a88282;
}

.reporting .title {
  font-size: .8333vw;
  color: #333;
  font-weight: bold;
  margin: .7813vw 0px .4167vw;
}

.reporting .subTitle {
  font-size: .7292vw;
  color: #333;
  margin-bottom: .2083vw;
}

.reporting .required::after {
  content: "*";
  display: inline-block;
  color: red;
  margin-left: .2083vw;
}

.reporting .inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.reporting .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 1.0417vw;
  margin-bottom: .5208vw;
}

.reporting .input:last-child {
  margin-right: 0px;
}

.reporting .input span {
  display: inline-block;
  font-size: .7292vw;
  color: #444;
  margin-bottom: .3125vw;
}

.reporting .input input {
  display: block;
  width: 100%;
  height: 2.3438vw;
  font-size: .7813vw;
  color: #444;
  padding: 0px 1.0417vw;
  border: 1px solid #C8D1C9;
  border-radius: 1.5625vw;
}

.reporting .input textarea {
  display: block;
  width: 100%;
  height: 7.2917vw;
  font-size: .7813vw;
  color: #444;
  padding: .6771vw 1.0417vw;
  border: 1px solid #C8D1C9;
  border-radius: 1.0417vw;
}

.reporting .submit {
  display: block;
  width: 7.8125vw;
  height: 2.4479vw;
  font-size: .8333vw;
  color: #285135;
  border: 2px solid #a88282;
  border-radius: 2.4479vw;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 1.5625vw auto 0px;
}

.reporting .layui-progress-bar {
  background-color: #285135;
}

.reporting .layui-btn {
  background-color: #285135 !important;
}

.reporting .submit:hover {
  background-color: #a88282;
  color: #fff;
}

/* 内页分类 */
.detailListBg {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 3.95833vw;
  margin-top: -3.95833vw;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(0.26042vw);
  backdrop-filter: blur(0.26042vw);
  z-index: 2;
}

.detailListBg .detailList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.detailListBg .detailList ul li {
  margin-right: 2.91667vw;
  position: relative;
}

.detailListBg .detailList ul li:last-child {
  margin-right: 0px;
}

.detailListBg .detailList ul li.active::after {
  opacity: 1;
  visibility: visible;
}

.detailListBg .detailList ul li::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: #a88282;
  content: "";
  display: block;
  opacity: 0;
  visibility: hidden;
}

.detailListBg .detailList ul li a {
  height: 3.95833vw;
  line-height: 3.95833vw;
  font-size: 0.88542vw;
  color: #000000;
}

/* 加盟优势 */
.joinAdvantageBg {
  padding: 5.3125vw 0px 7.70833vw;
  overflow: hidden;
}

.joinAdvantageBg .joinAdvantage .joinAdvantageHead {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.22917vw;
}

.joinAdvantageBg .joinAdvantage .joinAdvantageHead .title {
  font-size: 2.08333vw;
  color: #0D1013;
}

.joinAdvantageBg .joinAdvantage .joinAdvantageHead .btns {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.joinAdvantageBg .joinAdvantage .joinAdvantageHead .btns .joinAdvantagePrev,
.joinAdvantageBg .joinAdvantage .joinAdvantageHead .btns .joinAdvantageNext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.91667vw;
  height: 2.91667vw;
  border: 2px solid #285135;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.joinAdvantageBg .joinAdvantage .joinAdvantageHead .btns .joinAdvantagePrev i,
.joinAdvantageBg .joinAdvantage .joinAdvantageHead .btns .joinAdvantageNext i {
  font-size: 0.9375vw;
  color: #285135;
  font-weight: bold;
}

.joinAdvantageBg .joinAdvantage .joinAdvantageHead .btns .joinAdvantagePrev:hover,
.joinAdvantageBg .joinAdvantage .joinAdvantageHead .btns .joinAdvantageNext:hover {
  background-color: #285135;
}

.joinAdvantageBg .joinAdvantage .joinAdvantageHead .btns .joinAdvantagePrev:hover i,
.joinAdvantageBg .joinAdvantage .joinAdvantageHead .btns .joinAdvantageNext:hover i {
  color: #fff;
}

.joinAdvantageBg .joinAdvantage .joinAdvantageHead .btns .joinAdvantagePrev {
  margin-right: 0.46875vw;
}

.joinAdvantageBg .joinAdvantage .joinAdvantageHead .btns .joinAdvantagePrev i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.joinAdvantageBg .joinAdvantage .joinAdvantageHead .btns .swiper-button-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.joinAdvantageBg .joinAdvantage .joinAdvantageMain {
  position: relative;
}

.joinAdvantageBg .joinAdvantage .joinAdvantageMain .prevBtn,
.joinAdvantageBg .joinAdvantage .joinAdvantageMain .nextBtn {
  position: absolute;
  top: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.91667vw;
  height: 2.91667vw;
  border: 2px solid #285135;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}

.joinAdvantageBg .joinAdvantage .joinAdvantageMain .prevBtn{
  left: -3.51667vw;
}

.joinAdvantageBg .joinAdvantage .joinAdvantageMain .nextBtn{
  right: -3.51667vw;
}

.joinAdvantageBg .joinAdvantage .joinAdvantageMain .prevBtn i,
.joinAdvantageBg .joinAdvantage .joinAdvantageMain .nextBtn i {
  font-size: 0.9375vw;
  color: #285135;
  font-weight: bold;
}

.joinAdvantageBg .joinAdvantage .joinAdvantageMain .prevBtn:hover,
.joinAdvantageBg .joinAdvantage .joinAdvantageMain .nextBtn:hover {
  background-color: #285135;
}

.joinAdvantageBg .joinAdvantage .joinAdvantageMain .prevBtn:hover i,
.joinAdvantageBg .joinAdvantage .joinAdvantageMain .nextBtn:hover i {
  color: #fff;
}

.joinAdvantageBg .joinAdvantage .joinAdvantageMain .prevBtn i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.joinAdvantageBg .joinAdvantage .joinAdvantageMain .swiper-slide:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.joinAdvantageBg .joinAdvantage .joinAdvantageMain .swiper-slide .image {
  border-radius: 0.78125vw;
  overflow: hidden;
}

.joinAdvantageBg .joinAdvantage .joinAdvantageMain .swiper-slide .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.joinAdvantageBg .joinAdvantage .joinAdvantageMain .swiper-slide .content {
  margin-top: 1.19792vw;
}

.joinAdvantageBg .joinAdvantage .joinAdvantageMain .swiper-slide .content .title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.57292vw;
}

.joinAdvantageBg .joinAdvantage .joinAdvantageMain .swiper-slide .content .title i {
  text-align: center;
  line-height: calc(1.25vw - 2px);
  width: 1.25vw;
  height: 1.25vw;
  font-size: 0.75vw;
  font-family: Bronova;
  font-style: normal;
  font-weight: bold;
  color: #a88282;
  border: 2px solid #a88282;
  border-radius: 50%;
  margin-right: 0.41667vw;
}

.joinAdvantageBg .joinAdvantage .joinAdvantageMain .swiper-slide .content .title span {
  font-size: 1.35417vw;
  color: #3E4939;
}

.joinAdvantageBg .joinAdvantage .joinAdvantageMain .swiper-slide .content .desc {
  font-size: 0.83333vw;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.35417vw;
}

.joinAdvantageBg .joinAdvantage .joinAdvantageMain .swiper-pagination {
  display: none;
}

/* 加盟类型 */
.joinType {
  margin-bottom: -1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.joinType .joinTypeLeft {
  width: 50%;
  overflow: hidden;
}

.joinType .joinTypeLeft .swiper-slide {
  opacity: 0 !important;
  overflow: hidden;
}

.joinType .joinTypeLeft .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.joinType .joinTypeLeft .swiper-slide img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.joinType .joinTypeLeft .swiper-slide-active {
  opacity: 1 !important;
}

.joinType .joinTypeRight {
  width: 50%;
  padding: 0px 8.64583vw 0px 8.95833vw;
}

.joinType .joinTypeRight .joinTypeTitle {
  text-align: center;
  padding: 0px 5.625vw;
  margin-bottom: 4.94792vw;
}

.joinType .joinTypeRight .joinTypeTitle .title {
  font-size: 2.08333vw;
  color: #0D1013;
  margin-bottom: 1.25vw;
}

.joinType .joinTypeRight .joinTypeTitle .desc {
  font-size: 0.78125vw;
  color: #6B6B6B;
  line-height: 1.14583vw;
}

.joinType .joinTypeRight .joinTypeMain ul {
  border-radius: 0.78125vw;
  overflow: hidden;
}

.joinType .joinTypeRight .joinTypeMain ul li {
  background-color: rgba(233, 231, 228, 0.6);
  border-bottom: 1px solid rgba(218, 216, 209, 0.6);
}

.joinType .joinTypeRight .joinTypeMain ul li:last-child {
  border-bottom: 0px;
}

.joinType .joinTypeRight .joinTypeMain ul li.active .title {
  background-color: #E2E0DB;
}

.joinType .joinTypeRight .joinTypeMain ul li.active .title b {
  background-color: #285135;
  color: #fff;
}

.joinType .joinTypeRight .joinTypeMain ul li.active .title i {
  color: #285135;
}

.joinType .joinTypeRight .joinTypeMain ul li.active .desc {
  display: block;
}

.joinType .joinTypeRight .joinTypeMain ul li .title {
  height: 4.32292vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 1.77083vw;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  cursor: pointer;
}

.joinType .joinTypeRight .joinTypeMain ul li .title b {
  width: 1.40625vw;
  height: 1.40625vw;
  text-align: center;
  line-height: 1.51042vw;
  font-size: 0.83333vw;
  color: #000000;
  font-family: Bronova;
  font-weight: bold;
  border-radius: 50%;
  margin-right: 0.57292vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.joinType .joinTypeRight .joinTypeMain ul li .title span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.83333vw;
  color: #000000;
}

.joinType .joinTypeRight .joinTypeMain ul li .title i {
  font-size: 1.14583vw;
  color: #000000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-style: normal;
}

.joinType .joinTypeRight .joinTypeMain ul li .desc {
  display: none;
  font-size: 0.72917vw;
  line-height: 1.35417vw;
  color: #000000;
  padding: 0.78125vw 1.77083vw;
}

/* 加盟申请 */
.joinApplyForBg {
  padding: 5.625vw 0px;
}

.joinApplyForBg .joinApplyFor {
  border-radius: 0.78125vw;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 40.625vw;
}

.joinApplyForBg .joinApplyFor .joinApplyForLeft {
  width: 34.72%;
  background: url("../images/joinapplyforleft.jpg") no-repeat center/cover;
  padding: 4.32292vw 4.16667vw 0px 4.16667vw;
}

.joinApplyForBg .joinApplyFor .joinApplyForLeft .joinApplyForTitle {
  font-size: 1.6667vw;
  color: #fff;
  margin-bottom: .2604vw;
}

.joinApplyForBg .joinApplyFor .joinApplyForLeft .joinApplyForDesc {
  font-size: .9375vw;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}

.joinApplyForBg .joinApplyFor .joinApplyForLeft .joinApplyForLeftMain ul li {
  margin-bottom: 0.98958vw;
}

.joinApplyForBg .joinApplyFor .joinApplyForLeft .joinApplyForLeftMain ul li:last-child {
  margin-bottom: 0px;
}

.joinApplyForBg .joinApplyFor .joinApplyForLeft .joinApplyForLeftMain ul li .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.78125vw;
  color: #fff;
  margin-bottom: 0.41667vw;
}

.joinApplyForBg .joinApplyFor .joinApplyForLeft .joinApplyForLeftMain ul li .title::before {
  font-size: 0.72917vw;
  font-weight: bold;
  color: #AC835E;
  content: "·";
  display: block;
  margin-right: 0.26042vw;
}

.joinApplyForBg .joinApplyFor .joinApplyForLeft .joinApplyForLeftMain ul li .desc {
  font-size: 1.5625vw;
  color: #fff;
  font-weight: bold;
  font-family: Bronova;
}

.joinApplyForBg .joinApplyFor .joinApplyForRight {
  width: 65.28%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(0.26042vw);
  backdrop-filter: blur(0.26042vw);
  padding: 4.32292vw 7.96875vw 0px 8.17708vw;
}

.joinApplyForBg .joinApplyFor .joinApplyForRight .joinApplyForTitle {
  font-size: 1.6667vw;
  color: #000000;
  padding-bottom: 1.35417vw;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 2.60417vw;
}

.joinApplyForBg .joinApplyFor .joinApplyForRight .joinApplyForMain {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.joinApplyForBg .joinApplyFor .joinApplyForRight .joinApplyForMain .joinApplyForInput {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.35417vw;
}

.joinApplyForBg .joinApplyFor .joinApplyForRight .joinApplyForMain .joinApplyForInput:nth-child(1) {
  width: 48%;
  margin-right: 4%;
}

.joinApplyForBg .joinApplyFor .joinApplyForRight .joinApplyForMain .joinApplyForInput:nth-child(2) {
  width: 48%;
}

.joinApplyForBg .joinApplyFor .joinApplyForRight .joinApplyForMain .joinApplyForInput span {
  font-size: .9375vw;
  color: #000000;
  margin-bottom: 0.52083vw;
}

.joinApplyForBg .joinApplyFor .joinApplyForRight .joinApplyForMain .joinApplyForInput input {
  display: block;
  width: 100%;
  height: 2.34375vw;
  border-radius: 0.52083vw;
  border: 1px solid #C8D1C9;
  background-color: transparent;
  font-size: .8854vw;
  color: rgba(0, 0, 0, 0.5);
  padding: 0px 0.88542vw;
}

.joinApplyForBg .joinApplyFor .joinApplyForRight .joinApplyForMain .joinApplyForInput textarea {
  display: block;
  width: 100%;
  height: 6.97917vw;
  border-radius: 0.52083vw;
  border: 1px solid #C8D1C9;
  background-color: transparent;
  font-size: 0.78125vw;
  color: rgba(0, 0, 0, 0.5);
  padding: 0.625vw 0.88542vw;
}

.joinApplyForBg .joinApplyFor .joinApplyForRight .joinApplyForMain .joinApplyForSubmit {
  display: block;
  width: 100%;
  height: 2.44792vw;
  font-size: .8333vw;
  color: #285135;
  border: 2px solid #a88282;
  background-color: transparent;
  border-radius: 1.25vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.joinApplyForBg .joinApplyFor .joinApplyForRight .joinApplyForMain .joinApplyForSubmit:hover {
  color: #fff;
  background-color: #a88282;
}

/* 加盟热线 */
.joinMessageBg {
  padding: 3.6458vw 0px 5.1563vw;
}

.joinMessageBg .joinMessage .joinMessageTitle {
  font-size: 2.0833vw;
  color: #0D1013;
  font-family: OPPOSans;
  font-weight: normal;
  margin-bottom: 2.8125vw;
}

.joinMessageBg .joinMessage .joinMessageMain {
  border-radius: .7813vw;
  box-shadow: 0px 2.0313vw 4.1146vw 0px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(0.26042vw);
  backdrop-filter: blur(0.26042vw);
}

.joinMessageBg .joinMessage .joinMessageMain table {
  position: relative;
  text-align: center;
}

.joinMessageBg .joinMessage .joinMessageMain table thead {
  background-color: #f0ecdf;
  position: absolute;
  top: -4.1667vw;
  left: 0px;
  width: 100%;
  height: auto;
  padding-right: .7813vw;
}

.joinMessageBg .joinMessage .joinMessageMain table tbody {
  display: block;
  margin-top: 4.1667vw;
  width: calc(100% - .5208vw);
  max-height: 27.1875vw;
  overflow-y: auto;
  border: 0px;
}

.joinMessageBg .joinMessage .joinMessageMain table tbody::-webkit-scrollbar {
  width: .2604vw;
  height: .2604vw;
  background-color: #F8F7F2;
}

.joinMessageBg .joinMessage .joinMessageMain table tbody::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 .2604vw rgba(0, 0, 0, 0.1);
  border-radius: .2604vw;
  background-color: #F8F7F2;
}

.joinMessageBg .joinMessage .joinMessageMain table tbody::-webkit-scrollbar-thumb {
  border-radius: .2604vw;
  -webkit-box-shadow: inset 0 0 .2604vw rgba(0, 0, 0, 0.1);
  background-color: #DCD9CE;
}

.joinMessageBg .joinMessage .joinMessageMain table,
.joinMessageBg .joinMessage .joinMessageMain table thead,
.joinMessageBg .joinMessage .joinMessageMain table tr,
.joinMessageBg .joinMessage .joinMessageMain table th {
  display: block;
  width: 100%;
  border: 0px;
}

.joinMessageBg .joinMessage .joinMessageMain table thead td{
  font-weight: bold;
}

.joinMessageBg .joinMessage .joinMessageMain table tr {
  display: flex;
}

.joinMessageBg .joinMessage .joinMessageMain table td {
  font-size: .9375vw;
  color: #000;
  border: 0px;
  min-height: 4.1667vw;
  padding: 1.5625vw 1.5625vw;
  border-right: 1px solid #EEEDE8;
  border-bottom: 1px solid #EEEDE8;
}

.joinMessageBg .joinMessage .joinMessageMain table tr:last-child td {
  border-bottom: 0px;
}

.joinMessageBg .joinMessage .joinMessageMain table td:last-child {
  border-right: 0px;
}

.joinMessageBg .joinMessage .joinMessageMain table tr td:nth-child(1) {
  width: 9.8%;
}

.joinMessageBg .joinMessage .joinMessageMain table tr td:nth-child(n+2) {
  width: 22.55%;
}

/* 品牌荣誉 */
.honorsBg {
  padding: 8.90625vw 0px 0px;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.honorsBg::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 42.08333vw;
  height: 9.16667vw;
  background: url("../images/honorsbg2.png") no-repeat;
  background-size: 42.08333vw 9.16667vw;
  pointer-events: none;
  opacity: 0.8;
  content: "";
  display: block;
}

.honorsBg .honors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.honorsBg .honors .honorsLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 25.17708vw;
  height: -webkit-calc(100vh - 8.90625vw);
  height: -moz-calc(100vh - 8.90625vw);
  height: calc(100vh - 6.90625vw);
  overflow: hidden;
  margin-left: 12.5vw;
  margin-right: 6.95833vw;
}

.honorsBg .honors .honorsLeft ul{
padding-left:0px
}

.honorsBg .honors .honorsLeft .honorsTitle {
  margin-bottom: 1.875vw;
}

.honorsBg .honors .honorsLeft .honorsTitle .title {
  font-size: 0.9375vw;
  color: #a88282;
  margin-bottom: 0.52083vw;
}

.honorsBg .honors .honorsLeft .honorsTitle .desc {
  font-size: 2.08333vw;
  color: #000000;
}

.honorsBg .honors .honorsLeft .honorsHead {
  padding: 1.14583vw 0px;
  border-top: 1px solid #D8D5D0;
  border-bottom: 1px solid #D8D5D0;
  margin-bottom: 1.71875vw;
}

.honorsBg .honors .honorsLeft .honorsHead ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.57292vw;
}

.honorsBg .honors .honorsLeft .honorsHead ul li:last-child {
  margin-bottom: 0px;
}

.honorsBg .honors .honorsLeft .honorsHead ul li img {
  width: auto;
  height: 1.35417vw;
  margin-right: 0.36458vw;
}

.honorsBg .honors .honorsLeft .honorsHead ul li span {
  font-size: 1.25vw;
  color: #000000;
}

.honorsBg .honors .honorsLeft .honorsMain {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.honorsBg .honors .honorsLeft .honorsMain ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.30208vw;
}

.honorsBg .honors .honorsLeft .honorsMain ul li:last-child {
  margin-bottom: 0px;
}

.honorsBg .honors .honorsLeft .honorsMain ul li .year {
  font-family: "PT Serif";
  font-size: 1.35417vw;
  color: #a88282;
  font-weight: bold;
  margin-right: 0.52083vw;
}

.honorsBg .honors .honorsLeft .honorsMain ul li .desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.83333vw;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.35417vw;
  margin-top: 0.3125vw;
}

.honorsBg .honors .honorsRight {
  width: 55.05208vw;
  overflow: hidden;
}

.honorsBg .honors .honorsRight .honorsSwiper {
  width: 100%;
  height: -webkit-calc(100vh - 8.90625vw);
  height: -moz-calc(100vh - 8.90625vw);
  height: calc(100vh - 8.90625vw);
  margin: 0 auto;
}

.honorsBg .honors .honorsRight .honorsSwiper .swiper-slide {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.honorsBg .honors .honorsRight .honorsSwiper .swiper-slide::after {
  width: 25.625vw;
  height: 20.83333vw;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../images/honorbase.png") no-repeat bottom;
  background-size: 25.625vw 20.83333vw;
  content: "";
  display: block;
}

.honorsBg .honors .honorsRight .honorsSwiper .swiper-slide img {
  width: auto;
  height: 19.27083vw;
  position: absolute;
  left: 50%;
  bottom: 18.90625vw;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.honorsBg .honors .honorsRight .honorsSwiper .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  margin-top: 5.20833vw;
  position: relative;
  z-index: 3;
}

.honorsBg .honors .honorsRight .honorsSwiper .swiper-slide-prev {
  opacity: 1;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  margin-top: 2.08333vw;
}

.honorsBg .honors .honorsRight .honorsSwiper .swiper-slide-next {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin-top: 0px;
}

/* 自然 */
.natural {
  position: relative;
}

.natural .image {
  overflow: hidden;
}

.natural .image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.natural .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.natural .content {
  min-height: 11.66667vw;
  background: url("../images/blurbg.png") no-repeat center/cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: -4.89583vw;
  z-index: 2;
  padding: 3.38542vw 32.60417vw 3.90625vw 4.89583vw;
  -webkit-box-shadow: -0.36458vw 0.41667vw 1.66667vw 0px rgba(0, 0, 0, 0.13);
  box-shadow: -0.36458vw 0.41667vw 1.66667vw 0px rgba(0, 0, 0, 0.13);
  border-radius: 0.78125vw;
  overflow: hidden;
}

.natural .content .title {
  font-size: 2.08333vw;
  color: #000000;
  margin-right: 6.77083vw;
  position: relative;
  z-index: 2;
}

.natural .content .desc {
  font-size: 0.83333vw;
  color: #000000;
  line-height: 1.35417vw;
  position: relative;
  z-index: 2;
}

/* 品牌动态 */
.brandNews {
  margin-top: 11.5625vw;
}

.brandNews .brandNewsTitle {
  font-size: 2.08333vw;
  color: #0D1013;
  margin-bottom: 2.23958vw;
}

.brandNews .brandNewsMain .swiper-slide{
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.brandNews .brandNewsMain .brandNewsLeft {
  width: 65.69%;
}

.brandNews .brandNewsMain .brandNewsLeft .image {
  border-radius: 0.78125vw;
  overflow: hidden;
}

.brandNews .brandNewsMain .brandNewsLeft .image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.brandNews .brandNewsMain .brandNewsLeft .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.brandNews .brandNewsMain .brandNewsLeft .content {
  margin-top: 1.40625vw;
}

.brandNews .brandNewsMain .brandNewsLeft .content .title {
  font-size: 0.83333vw;
  color: #000000;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.brandNews .brandNewsMain .brandNewsLeft .content .time {
  font-size: 0.81771vw;
  color: rgba(0, 0, 0, 0.8);
}

.brandNews .brandNewsMain .brandNewsRight {
  width: 31.25%;
}

.brandNews .brandNewsMain .brandNewsRight ul li {
  margin-bottom: 1.19792vw;
}

.brandNews .brandNewsMain .brandNewsRight ul li:last-child {
  margin-bottom: 0px;
}

.brandNews .brandNewsMain .brandNewsRight ul li:last-child .content {
  margin-top: 1.40625vw;
}

.brandNews .brandNewsMain .brandNewsRight ul li .image {
  border-radius: 0.78125vw;
  overflow: hidden;
}

.brandNews .brandNewsMain .brandNewsRight ul li .image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.brandNews .brandNewsMain .brandNewsRight ul li .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.brandNews .brandNewsMain .brandNewsRight ul li .content {
  margin-top: 0.88542vw;
}

.brandNews .brandNewsMain .brandNewsRight ul li .content .title {
  font-size: 0.83333vw;
  color: #000000;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.brandNews .brandNewsMain .brandNewsRight ul li .content .time {
  font-size: 0.81771vw;
  color: rgba(0, 0, 0, 0.8);
}

/* 关注 */
.followBg {
  padding: 7.70833vw 0px 9.375vw;
  margin-top: 6.51042vw;
  min-height: 22.91667vw;
}

.followBg .follow {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.followBg .follow .followLeft {
  text-align: center;
  margin-right: 5.3125vw;
}

.followBg .follow .followLeft .title {
  font-size: 2.08333vw;
  color: #fff;
  margin-bottom: 0.625vw;
}

.followBg .follow .followLeft .icons ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.followBg .follow .followLeft .icons ul li {
  margin-right: 0.52083vw;
  cursor: pointer;
  position: relative;
}

.followBg .follow .followLeft .icons ul li:last-child {
  margin-right: 0px;
}

.followBg .follow .followLeft .icons ul li:hover .popup {
  top: -0.52083vw;
  opacity: 1;
  visibility: visible;
}

.followBg .follow .followLeft .icons ul li>img {
  width: auto;
  height: 2.5vw;
}

.followBg .follow .followLeft .icons ul li .popup {
  width: 5.20833vw;
  min-height: 5.20833vw;
  height: auto;
  background-color: #fff;
  border-radius: 0.3125vw;
  position: absolute;
  left: 50%;
  top: 0px;
  padding: 0.52083vw;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 0px 0.26042vw #eee;
  box-shadow: 0px 0px 0.26042vw #eee;
  -webkit-transition: top 0.6s ease, opacity 0.4s ease;
  -moz-transition: top 0.6s ease, opacity 0.4s ease;
  transition: top 0.6s ease, opacity 0.4s ease;
}

.followBg .follow .followLeft .icons ul li .popup::after {
  position: absolute;
  left: 50%;
  bottom: -0.625vw;
  width: 0;
  height: 0;
  border-width: 0.3125vw;
  border-style: dashed;
  border-color: transparent;
  border-top-color: #fff;
  border-top-style: solid;
  overflow: hidden;
  content: "";
  display: block;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.followBg .follow .followLeft .icons ul li .popup img {
  width: 100%;
  height: auto;
}

.followBg .follow .followRight {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.15625vw 0px 0.15625vw 4.94792vw;
}

.followBg .follow .followRight a {
  display: block;
  min-width: 12.5vw;
  height: 2.44792vw;
  line-height: 2.23958vw;
  font-size: 0.72917vw;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 1.25vw;
  padding: 0px 4.375vw;
  margin-bottom: 0.57292vw;
}

.followBg .follow .followRight a:last-child {
  margin-bottom: 0px;
}

.followBg .follow .followRight a:hover {
  background-color: #285135;
  border-color: #285135;
}

/* 产品系列 */
.productsListBg {
  padding: 10.41667vw 0px 10.41667vw;
}

.productsListBg .productsList {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.productsListBg .productsList .productsListLeft {
  width: 23.33%;
  margin-left: 12.39583vw;
  margin-right: 8.33333vw;
}

.productsListBg .productsList .productsListLeft .title {
  font-size: 2.86458vw;
  color: #0D1013;
  margin-bottom: 1.66667vw;
}

.productsListBg .productsList .productsListLeft .desc {
  font-size: 0.83333vw;
  color: #000000;
  line-height: 1.35417vw;
}

.productsListBg .productsList .productsListLeft .btns {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7.44792vw;
}

.productsListBg .productsList .productsListLeft .btns .productsListPrev,
.productsListBg .productsList .productsListLeft .btns .productsListNext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.91667vw;
  height: 2.91667vw;
  border: 2px solid #285135;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.productsListBg .productsList .productsListLeft .btns .productsListPrev i,
.productsListBg .productsList .productsListLeft .btns .productsListNext i {
  font-size: 0.9375vw;
  color: #285135;
  font-weight: bold;
}

.productsListBg .productsList .productsListLeft .btns .productsListPrev:hover,
.productsListBg .productsList .productsListLeft .btns .productsListNext:hover {
  background-color: #285135;
}

.productsListBg .productsList .productsListLeft .btns .productsListPrev:hover i,
.productsListBg .productsList .productsListLeft .btns .productsListNext:hover i {
  color: #fff;
}

.productsListBg .productsList .productsListLeft .btns .productsListPrev {
  margin-right: 0.46875vw;
}

.productsListBg .productsList .productsListLeft .btns .productsListPrev i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.productsListBg .productsList .productsListLeft .btns .swiper-button-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.productsListBg .productsList .productsListRight {
  width: 82.29%;
  height: 31.51042vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.productsListBg .productsList .productsListRight .productsListSwiper {
  width: 49.21875vw;
  position: relative;
}

.productsListBg .productsList .productsListRight .productsListSwiper .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.productsListBg .productsList .productsListRight .productsListSwiper .swiper-slide {
  border-radius: 0.78125vw;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.productsListBg .productsList .productsListRight .productsListSwiper .swiper-slide a {
  display: block;
}

.productsListBg .productsList .productsListRight .productsListSwiper .swiper-slide:hover .image img {
  height: 31.51042vw;
}

.productsListBg .productsList .productsListRight .productsListSwiper .swiper-slide .image img {
  width: 100%;
  height: 28.90625vw;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.productsListBg .productsList .productsListRight .productsListSwiper .swiper-slide .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 9.375vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
  background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
  padding: 0px 2.03125vw 2.03125vw 2.03125vw;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.productsListBg .productsList .productsListRight .productsListSwiper .swiper-slide .content .title {
  font-size: 1.06771vw;
  color: #fff;
  margin-bottom: 2px;
}

.productsListBg .productsList .productsListRight .productsListSwiper .swiper-slide .content .desc {
  font-size: 0.72917vw;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.productsListBg .productsList .productsListRight .productsListSwiper .swiper-pagination {
  display: none;
}

/* 产品列表 */
.productsBg {
  padding: 9.16667vw 0px 5.67708vw;
}

.productsBg .products .productsTitle {
  text-align: center;
  font-size: 2.08333vw;
  color: #000000;
  margin-bottom: 2.08333vw;
}

.productsBg .products .productsClass1 {
  border-bottom: 1px solid #e5e6df;
}

.productsBg .products .productsClass1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.productsBg .products .productsClass1 ul li:first-child {
  margin-left: auto;
}

.productsBg .products .productsClass1 ul li:last-child {
  margin-right: auto;
}

.productsBg .products .productsClass1 ul li a {
  display: block;
  font-size: 0.78125vw;
  color: #000000;
  margin: 0px 0.44271vw;
  padding: 0px 1.19792vw 1.14583vw;
  cursor: pointer;
  position: relative;
}

.productsBg .products .productsClass1 ul li a::after {
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #285135;
  content: "";
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.productsBg .products .productsClass1 ul li.active {
  color: #285135;
}

.productsBg .products .productsClass1 ul li.active a::after {
  opacity: 1;
  visibility: visible;
}

.productsBg .products .productsClass2 {
  padding: 1.04167vw 0px;
  position: -webkit-sticky;
  position: sticky;
  top: 5.72917vw;
  left: 0px;
  width: 100%;
  z-index: 9;
  margin-bottom: 2.23958vw;
}

.productsBg .products .productsClass2.bg {
  position: fixed;
  top: 5.72917vw;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1.04167vw 0px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-backdrop-filter: saturate(180%) blur(1.04167vw);
  backdrop-filter: saturate(180%) blur(1.04167vw);
}

.productsBg .products .productsClass2 .item {
  display: none;
}

.productsBg .products .productsClass2 .item.active {
  display: block;
}

.productsBg .products .productsClass2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.productsBg .products .productsClass2 ul li {
  min-width: 4.11458vw;
  height: 2.13542vw;
  line-height: 2.13542vw;
  font-size: 0.72917vw;
  padding: 0px 1.19792vw;
  margin: 0px 0.26042vw;
  background: #E7E5E2;
  border-radius: 1.09375vw;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.productsBg .products .productsClass2 ul li:first-child {
  margin-left: auto;
}

.productsBg .products .productsClass2 ul li:last-child {
  margin-right: auto;
}

.productsBg .products .productsClass2 ul li.active {
  color: #fff;
  background-color: #285135;
}

.productsBg .products .productsMain .item {
  display: none;
}

.productsBg .products .productsMain .item.active {
  display: block;
}

.productsBg .products .productsMain .productsMain1 {
  position: relative;
  border-radius: 0.78125vw;
  overflow: hidden;
}

.productsBg .products .productsMain .productsMain1:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.productsBg .products .productsMain .productsMain1:hover .content {
  padding-bottom: 3.48958vw;
}

.productsBg .products .productsMain .productsMain1 .image {
  overflow: hidden;
}

.productsBg .products .productsMain .productsMain1 .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.productsBg .products .productsMain .productsMain1 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 8.85417vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
  background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
  padding: 0px 2.76042vw 2.44792vw;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.productsBg .products .productsMain .productsMain1 .content .title {
  font-size: 1.25vw;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.productsBg .products .productsMain .productsMain1 .content .desc {
  font-size: 0.72917vw;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.productsBg .products .productsMain .productsMain2 ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.productsBg .products .productsMain .productsMain2 ul li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-top: 3.125%;
  border-radius: 0.78125vw;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.productsBg .products .productsMain .productsMain2 ul li:nth-child(3n+3) {
  margin-right: 0px;
}

.productsBg .products .productsMain .productsMain2 ul li:hover {
  -webkit-box-shadow: -0.36458vw 0.41667vw 1.66667vw 0px rgba(0, 0, 0, 0.13);
  box-shadow: -0.36458vw 0.41667vw 1.66667vw 0px rgba(0, 0, 0, 0.13);
}

.productsBg .products .productsMain .productsMain2 ul li:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.productsBg .products .productsMain .productsMain2 ul li .image {
  overflow: hidden;
}

.productsBg .products .productsMain .productsMain2 ul li .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.productsBg .products .productsMain .productsMain2 ul li .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 6.30208vw;
  padding: 0px 2.34375vw;
  text-align: center;
}

.productsBg .products .productsMain .productsMain2 ul li .content .title {
  font-size: 0.9375vw;
  color: #000000;
  margin-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.productsBg .products .productsMain .productsMain2 ul li .content .desc {
  font-size: 0.72917vw;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* 产品图 */
.productsImages {
  position: relative;
}

.productsImages .productsImagesMain {
  overflow: hidden;
}

.productsImages .productsImagesMain .swiper-slide {
  opacity: 0 !important;
}

.productsImages .productsImagesMain .swiper-slide img {
  width: 100%;
  height: 53.75vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.productsImages .productsImagesMain .swiper-slide-active {
  opacity: 1 !important;
}

.productsImages .productsImagesList {
  position: absolute;
  top: 42.5%;
  right: 12.03125vw;
  width: 3.125vw;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.productsImages .productsImagesList .productsImagesListPrev,
.productsImages .productsImagesList .productsImagesListNext {
  text-align: center;
  font-size: 0.9375vw;
  color: #fff;
  cursor: pointer;
}

.productsImages .productsImagesList .productsImagesListPrev i,
.productsImages .productsImagesList .productsImagesListNext i {
  display: block;
}

.productsImages .productsImagesList .productsImagesListPrev {
  margin-bottom: 0.78125vw;
}

.productsImages .productsImagesList .productsImagesListPrev i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.productsImages .productsImagesList .productsImagesListNext {
  margin-top: 0.78125vw;
}

.productsImages .productsImagesList .productsImagesListNext i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.productsImages .productsImagesList .productsImagesListMain {
  width: 100%;
  height: 17.5vw;
  overflow: hidden;
}

.productsImages .productsImagesList .productsImagesListMain .swiper-slide {
  border-radius: 0.78125vw;
  border: 2px solid transparent;
  cursor: pointer;
  overflow: hidden;
}

.productsImages .productsImagesList .productsImagesListMain .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 0.78125vw;
}

.productsImages .productsImagesList .productsImagesListMain .swiper-slide-thumb-active {
  border-color: #fff;
}

/* 产品信息 */
.productsInfo {
  background-color: #fff;
  border-radius: 0.78125vw;
  padding: 4.42708vw 5.15625vw 5.9375vw 7.39583vw;
  margin-top: -6.7708vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.productsInfo .productsInfoLeft {
  width: 24.21875vw;
}


.productsInfo .productsInfoLeft .title {
  font-size: 2.08333vw;
  color: #000000;
  margin-bottom: 0.52083vw;
}

.productsInfo .productsInfoLeft .desc {
  font-size: 0.88542vw;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.35417vw;
  margin-bottom: 1.35417vw;
}

.productsInfo .productsInfoLeft .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 3.125vw;
}

.productsInfo .productsInfoLeft .tabs p {
  border: 1px solid #ddd;
  padding: 0.36458vw 0.625vw;
  border-radius: 1.04167vw;
  font-size: 0.67708vw;
  margin-right: 0.41667vw;
  margin-bottom: 0.41667vw;
}

.productsInfo .productsInfoLeft .tabs p:last-child{
    margin-right: 0px;
}

.productsInfo .productsInfoLeft .more {
  display: block;
  width: 12.5vw;
  height: 2.96875vw;
  line-height: 2.76042vw;
  font-size: 0.72917vw;
  color: #285135;
  border: 2px solid #a88282;
  text-align: center;
  border-radius: 1.51042vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.productsInfo .productsInfoLeft .more:hover {
  background-color: #a88282;
  color: #fff;
}

.productsInfo .productsInfoRight {
  width: 27.6042vw;
  max-height: 14.575vw;
  overflow-y: auto;
  padding-right: 1.0417vw;
}

.productsInfo .productsInfoRight::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #d5d5d5;
}

.productsInfo .productsInfoRight::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #d5d5d5;
}

.productsInfo .productsInfoRight::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  background-color: #a88282;
}

.productsInfo .productsInfoRight ul li {
  border: 1px solid #E0E2E5;
  border-radius: 0.52083vw;
  padding: 1.48438vw 1.71875vw;
  margin-bottom: 0.98958vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.productsInfo .productsInfoRight ul li:last-child {
  margin-bottom: 0px;
}

.productsInfo .productsInfoRight ul li .title {
  font-size: 0.72917vw;
  color: rgba(0, 0, 0, 0.8);
}

.productsInfo .productsInfoRight ul li .desc {
  font-size: 0.72917vw;
  color: #000000;
}

/* 产品详情 */
.productsDetailBg {
  padding: 20.83333vw 0px 13.07292vw;
  margin-top: -18.13333vw;
}

.productsDetailBg .productsDetail .productsDetailTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9375vw;
  color: #000000;
  margin-bottom: 2.96875vw;
}

.productsDetailBg .productsDetail .productsDetailTitle::after {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: rgba(102, 95, 86, 0.1);
  margin-left: 1.35417vw;
  content: "";
  display: block;
}

.productsDetailBg .productsDetail .productsDetail1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 7.8125vw;
}

.productsDetailBg .productsDetail .productsDetail1 .image {
  width: 65.48%;
  border-radius: 0.78125vw;
  overflow: hidden;
}

.productsDetailBg .productsDetail .productsDetail1 .image img {
  width: 100%;
  height: auto;
}

.productsDetailBg .productsDetail .productsDetail1 .content {
  width: 23.68%;
}

.productsDetailBg .productsDetail .productsDetail1 .content .title {
  font-size: 2.34375vw;
  color: #000000;
  line-height: 2.86458vw;
  text-align: center;
  margin-bottom: 2.39583vw;
}

.productsDetailBg .productsDetail .productsDetail1 .content img {
  width: 100%;
  height: auto;
  border-radius: 0.78125vw;
}

.productsDetailBg .productsDetail .productsDetail1 .content .desc {
  font-size: 0.78125vw;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.35417vw;
  margin-top: 2.96875vw;
}

.productsDetailBg .productsDetail .productsDetail2 {
  position: relative;
}

.productsDetailBg .productsDetail .productsDetail2 .image {
  border-radius: 0.78125vw;
  overflow: hidden;
}

.productsDetailBg .productsDetail .productsDetail2 .image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.productsDetailBg .productsDetail .productsDetail2 .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.productsDetailBg .productsDetail .productsDetail2 .content {
  width: -webkit-calc(100% - 5.83333vw);
  width: -moz-calc(100% - 5.83333vw);
  width: calc(100% - 5.83333vw);
  min-height: 11.66667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: -4.89583vw;
  z-index: 2;
  padding: 3.38542vw 7.23958vw 3.90625vw 4.89583vw;
  border-radius: 0.78125vw;
  overflow: hidden;
}

.productsDetailBg .productsDetail .productsDetail2 .content::after {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/blurbg3.png") no-repeat center/cover;
  content: "";
  display: block;
}

.productsDetailBg .productsDetail .productsDetail2 .content .title {
  width: 17.44792vw;
  font-size: 2.08333vw;
  color: #000000;
  margin-right: 6.77083vw;
  position: relative;
  z-index: 2;
}

.productsDetailBg .productsDetail .productsDetail2 .content .desc {
  width: 30.46875vw;
  font-size: 0.83333vw;
  color: #000000;
  line-height: 1.35417vw;
  position: relative;
  z-index: 2;
}

/* 相关产品 */
.productsRelatedBg {
  padding: 4.01042vw 0px 0px;
}

.productsRelatedBg .productsRelated {
  padding-bottom: 3.64583vw;
  position: relative;
  overflow: hidden;
}

.productsRelatedBg .productsRelated .productsRelatedTitle {
  font-size: 2.08333vw;
  color: #FDFCF9;
  margin-bottom: 2.03125vw;
}

.productsRelatedBg .productsRelated .productsRelatedMain {
  height: 29.21875vw;
  position: relative;
}

.productsRelatedBg .productsRelated .productsRelatedMain .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.productsRelatedBg .productsRelated .productsRelatedMain .swiper-slide {
  height: 27.1875vw;
  border-radius: 0.78125vw;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.productsRelatedBg .productsRelated .productsRelatedMain .swiper-slide:hover {
  height: 29.21875vw;
  -webkit-box-shadow: 0px 0.72917vw 3.07292vw 0px rgba(10, 52, 19, 0.33);
  box-shadow: 0px 0.72917vw 3.07292vw 0px rgba(10, 52, 19, 0.33);
}

.productsRelatedBg .productsRelated .productsRelatedMain .swiper-slide:hover .image img {
  height: 22.91667vw;
}

.productsRelatedBg .productsRelated .productsRelatedMain .swiper-slide .image {
  overflow: hidden;
}

.productsRelatedBg .productsRelated .productsRelatedMain .swiper-slide .image img {
  width: 100%;
  height: 20.83333vw;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.productsRelatedBg .productsRelated .productsRelatedMain .swiper-slide .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5.78125vw;
  text-align: center;
}

.productsRelatedBg .productsRelated .productsRelatedMain .swiper-slide .content .title {
  font-size: 0.9375vw;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 0.26042vw;
}

.productsRelatedBg .productsRelated .productsRelatedMain .swiper-slide .content .time {
  display: inline-block;
  padding: 0px 0.52083vw;
  height: 0.9375vw;
  line-height: 1.04167vw;
  font-size: 0.72917vw;
  color: #fff;
  border-radius: 0.46875vw;
  background-color: #285135;
  font-family: Bronova;
}

.productsRelatedBg .productsRelated .swiper-pagination {
  width: 100%;
  bottom: 2.23958vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.productsRelatedBg .productsRelated .swiper-pagination .swiper-pagination-bullet {
  width: 0.15625vw;
  height: 0.57292vw;
  background: #2d4f34;
  border-radius: 0px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin: 0px 0.18229vw;
  cursor: pointer;
}

.productsRelatedBg .productsRelated .swiper-pagination .swiper-pagination-bullet-active {
  height: 0.9375vw;
}

/* 睡眠研究 前沿 */
.frontierBg {
  padding: 8.54167vw 0px 6.5625vw;
}

.frontierBg .frontier {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.frontierBg .frontier .frontierLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 60.13%;
  position: relative;
}

.frontierBg .frontier .frontierLeft video.smallImage {
  position: absolute;
  top: 7.8125vw;
  left: 0px;
  width: 15.20833vw;
  height: auto;
  border-radius: 0.78125vw;
  z-index: 2;
}

.frontierBg .frontier .frontierLeft .frontierImages {
  width: 33.125vw;
  border-radius: 0.78125vw;
  overflow: hidden;
  position: relative;
}

.frontierBg .frontier .frontierLeft .frontierImages .swiper-slide video {
  display: block;
  width: 100%;
  height: auto;
}

.frontierBg .frontier .frontierLeft .frontierImages .swiper-pagination {
  bottom: 1.45833vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.frontierBg .frontier .frontierLeft .frontierImages .swiper-pagination .swiper-pagination-bullet {
  width: 0.15625vw;
  height: 0.57292vw;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 0px;
  margin: 0px 0.18229vw;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.frontierBg .frontier .frontierLeft .frontierImages .swiper-pagination .swiper-pagination-bullet-active {
  height: 0.9375vw;
  background: #fff;
}

.frontierBg .frontier .frontierRight {
  width: 24%;
  margin-right: 8.26%;
  margin-top: 3.80208vw;
}

.frontierBg .frontier .frontierRight .title {
  font-size: 2.60417vw;
  color: #000000;
  line-height: 3.125vw;
  margin-bottom: 2.23958vw;
}

.frontierBg .frontier .frontierRight .desc {
  font-size: 0.78125vw;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.35417vw;
}

/* 睡眠研究 创新 */
.innovativeBg {
  padding: 9.01042vw 0px 9.01042vw;
}

.innovativeBg .innovative {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.innovativeBg .innovative .image {
  width: 57%;
  border-radius: 1.04167vw;
  overflow: hidden;
}

.innovativeBg .innovative .image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.innovativeBg .innovative .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.innovativeBg .innovative .content {
  width: 31.04%;
}

.innovativeBg .innovative .content .title {
  font-size: 2.60417vw;
  color: #fff;
  line-height: 3.125vw;
  margin-bottom: 2.34375vw;
}

.innovativeBg .innovative .content .desc {
  font-size: 0.78125vw;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.35417vw;
}

/* 睡眠研究 专业 */
.specialityBg {
  padding: 8.54167vw 0px 6.5625vw;
}

.specialityBg .speciality {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.specialityBg .speciality .specialityLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 57.63%;
  position: relative;
}

.specialityBg .speciality .specialityLeft video.smallImage {
  position: absolute;
  top: 11.97917vw;
  left: 0px;
  width: 15.20833vw;
  height: auto;
  border-radius: 0.78125vw;
  z-index: 2;
}

.specialityBg .speciality .specialityLeft .specialityImages {
  width: 33.07292vw;
  border-radius: 0.78125vw;
  overflow: hidden;
  position: relative;
}

.specialityBg .speciality .specialityLeft .specialityImages .swiper-slide video {
  display: block;
  width: 100%;
  height: auto;
}

.specialityBg .speciality .specialityLeft .specialityImages .swiper-pagination {
  bottom: 1.45833vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.specialityBg .speciality .specialityLeft .specialityImages .swiper-pagination .swiper-pagination-bullet {
  width: 0.15625vw;
  height: 0.57292vw;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 0px;
  margin: 0px 0.18229vw;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.specialityBg .speciality .specialityLeft .specialityImages .swiper-pagination .swiper-pagination-bullet-active {
  height: 0.9375vw;
  background: #fff;
}

.specialityBg .speciality .specialityRight {
  width: 28.05%;
  margin-right: 6.26%;
  margin-top: 3.80208vw;
}

.specialityBg .speciality .specialityRight .title {
  font-size: 2.60417vw;
  color: #000000;
  line-height: 3.125vw;
  margin-bottom: 2.23958vw;
}

.specialityBg .speciality .specialityRight .desc {
  font-size: 0.78125vw;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.35417vw;
}

/* 睡眠研究 睡眠 */
.sleepStudyBg {
  padding: 7.1875vw 0px 7.03125vw;
  overflow: hidden;
}

.sleepStudyBg .sleepStudy .sleepStudyHead {
  margin-bottom: 6.14583vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.sleepStudyBg .sleepStudy .sleepStudyHead .title {
  width: 34.51%;
  font-size: 2.60417vw;
  color: #000000;
  line-height: 3.125vw;
  margin-right: 10vw;
}

.sleepStudyBg .sleepStudy .sleepStudyHead .desc {
  font-size: 0.78125vw;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.35417vw;
}

.sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper {
  width: 70.36458vw;
  position: relative;
}

.sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .swiper-slide {
  position: relative;
  border-radius: 0.78125vw;
  overflow: hidden;
}

.sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .swiper-slide .image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .swiper-slide .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .swiper-slide .content {
  width: 18.64583vw;
  height: 19.63542vw;
  position: absolute;
  left: 4.6875vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 3.33333vw 2.5vw;
  margin-top: 1.30208vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease 0.8s;
  -moz-transition: all 0.6s ease 0.8s;
  transition: all 0.6s ease 0.8s;
}

.sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .swiper-slide .content::after {
  width: 0.41667vw;
  height: 18.02083vw;
  background: url("../images/studyshape.png") no-repeat;
  background-size: 0.41667vw 18.02083vw;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -0.41667vw;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .swiper-slide .content::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(1.04167vw);
  backdrop-filter: blur(1.04167vw);
  border-radius: 0.78125vw;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .swiper-slide .content .title {
  font-size: 1.5625vw;
  color: #000000;
  margin-bottom: 1.35417vw;
  position: relative;
  z-index: 3;
}

.sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .swiper-slide .content .desc {
  font-size: 0.83333vw;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.35417vw;
  position: relative;
  z-index: 3;
}

.sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .swiper-slide-active .content {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .swiper-pagination {
  display: none;
}

.sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .btns {
  position: absolute;
  left: 7.13542vw;
  bottom: 7.34375vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7.44792vw;
  z-index: 4;
}

.sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .btns .sleepStudyPrev,
.sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .btns .sleepStudyNext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.91667vw;
  height: 2.91667vw;
  border: 2px solid #285135;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .btns .sleepStudyPrev i,
.sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .btns .sleepStudyNext i {
  font-size: 0.9375vw;
  color: #285135;
  font-weight: bold;
}

.sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .btns .sleepStudyPrev:hover,
.sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .btns .sleepStudyNext:hover {
  background-color: #285135;
}

.sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .btns .sleepStudyPrev:hover i,
.sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .btns .sleepStudyNext:hover i {
  color: #fff;
}

.sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .btns .sleepStudyPrev {
  margin-right: 0.46875vw;
}

.sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .btns .sleepStudyPrev i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .btns .swiper-button-disabled {
  opacity: 0.6;
  pointer-events: none;
}

/* 睡眠工程 */
.projectBg {
  padding: 8.64583vw 0px 4.53125vw;
  overflow: hidden;
}

.projectBg .project .projectHead {
  padding: 0px 2.96875vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7.23958vw;
}

.projectBg .project .projectHead .projectHeadLeft {
  width: 32.76042vw;
}

.projectBg .project .projectHead .projectHeadLeft .title {
  font-size: 2.60417vw;
  color: #000000;
  line-height: 3.125vw;
  margin-bottom: 1.04167vw;
}

.projectBg .project .projectHead .projectHeadLeft .desc {
  font-size: 1.35417vw;
  color: #285135;
  margin-bottom: 1.30208vw;
}

.projectBg .project .projectHead .projectHeadLeft .detail {
  font-size: 0.78125vw;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.35417vw;
}

.projectBg .project .projectHead .projectHeadRight {
  width: 32.34375vw;
}

.projectBg .project .projectHead .projectHeadRight ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.projectBg .project .projectHead .projectHeadRight ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 22.58%;
  height: 5.83333vw;
  border: 1px solid #d8d7d5;
  margin-right: 3.226%;
  margin-bottom: 3.226%;
  border-radius: 0.78125vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}

.projectBg .project .projectHead .projectHeadRight ul li:hover {
  background-color: #a88282;
  border-color: #a88282;
}

.projectBg .project .projectHead .projectHeadRight ul li:hover img {
  -webkit-filter: grayscale(1) brightness(500%);
  filter: grayscale(1) brightness(500%);
}

.projectBg .project .projectHead .projectHeadRight ul li:nth-child(4n+4) {
  margin-right: 0px;
}

.projectBg .project .projectHead .projectHeadRight ul li:nth-last-child(-n+4) {
  margin-bottom: 0px;
}

.projectBg .project .projectHead .projectHeadRight ul li img {
  width: auto;
  height: 3.64583vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.projectBg .project .projectMain {
  width: 68.95833vw;
  margin: 0 auto;
  padding-bottom: 3.07292vw;
  position: relative;
}

.projectBg .project .projectMain .swiper-slide {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-radius: 0.78125vw;
  overflow: hidden;
  position: relative;
}

.projectBg .project .projectMain .swiper-slide:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.projectBg .project .projectMain .swiper-slide .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.projectBg .project .projectMain .swiper-slide .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 9.375vw;
  font-size: 1.25vw;
  color: #fff;
  padding-bottom: 2.03125vw;
  z-index: 2;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
  background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
}

.projectBg .project .projectMain .swiper-slide-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.projectBg .project .projectMain .projectPrev,
.projectBg .project .projectMain .projectNext {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.25vw;
  color: #fff;
  z-index: 2;
  cursor: pointer;
}

.projectBg .project .projectMain .projectPrev {
  left: 1.61458vw;
}

.projectBg .project .projectMain .projectPrev i {
  display: block;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.projectBg .project .projectMain .projectNext {
  right: 1.61458vw;
}

.projectBg .project .projectMain .swiper-pagination {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.projectBg .project .projectMain .swiper-pagination .swiper-pagination-bullet {
  width: 0.26042vw;
  height: 0.26042vw;
  background: rgba(31, 85, 53, 0.5);
  border-radius: 50%;
  opacity: 1 !important;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin: 0px 0.13021vw;
}

.projectBg .project .projectMain .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.36458vw;
  height: 0.36458vw;
  background: #a88282;
}

/* 品牌荣誉 */
.projectHonorsBg {
  padding: 7.86458vw 0px 0px;
  height: 100vh;
  overflow: hidden;
}

.projectHonorsBg .projectHonors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
}

.projectHonorsBg .projectHonors .projectHonorsLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 22.03125vw;
  height: -webkit-calc(100vh - 8.90625vw);
  height: -moz-calc(100vh - 8.90625vw);
  height: calc(100vh - 8.90625vw);
  overflow: hidden;
  margin-top: 6.5625vw;
  margin-right: 16.82292vw;
}

.projectHonorsBg .projectHonors .projectHonorsLeft .projectHonorsTitle {
  margin-bottom: 1.875vw;
}

.projectHonorsBg .projectHonors .projectHonorsLeft .projectHonorsTitle .title {
  font-size: 2.60417vw;
  color: #fff;
  line-height: 3.125vw;
  margin-bottom: 1.875vw;
}

.projectHonorsBg .projectHonors .projectHonorsLeft .projectHonorsTitle .desc {
  font-size: 0.78125vw;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.35417vw;
}

.projectHonorsBg .projectHonors .projectHonorsRight {
  width: 55.05208vw;
  overflow: hidden;
}

.projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper {
  width: 100%;
  height: -webkit-calc(100vh - 8.90625vw);
  height: -moz-calc(100vh - 8.90625vw);
  height: calc(100vh - 8.90625vw);
  margin: 0 auto;
  position: relative;
}

.projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .swiper-slide {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .swiper-slide::after {
  width: 19.94792vw;
  height: 17.91667vw;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../images/projecthonorsbase.png") no-repeat bottom;
  background-size: 19.94792vw 17.91667vw;
  content: "";
  display: block;
}

.projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .swiper-slide img {
  width: auto;
  height: 26.04167vw;
  position: absolute;
  left: 50%;
  bottom: 16.30208vw;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .swiper-slide-active {
  opacity: 1;
  margin-top: 7.8125vw;
  position: relative;
  z-index: 3;
}

.projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .swiper-slide-next {
  opacity: 1;
  margin-top: 3.125vw;
}

.projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .swiper-slide-prev {
  opacity: 1;
  margin-top: 1.04167vw;
}

.projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .projectHonorsOther {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 2.65625vw;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .projectHonorsOther .projectHonorsPrev,
.projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .projectHonorsOther .projectHonorsNext {
  font-size: 0.72917vw;
  color: #fff;
  cursor: pointer;
}

.projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .projectHonorsOther .projectHonorsPrev {
  margin-right: 0.72917vw;
}

.projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .projectHonorsOther .projectHonorsPrev i {
  display: block;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .projectHonorsOther .projectHonorsNext {
  margin-left: 0.72917vw;
}

.projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .projectHonorsOther .swiper-pagination {
  position: static;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .projectHonorsOther .swiper-pagination .swiper-pagination-bullet {
  width: 0.15625vw;
  height: 0.57292vw;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 0px;
  margin: 0px 0.18229vw;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .projectHonorsOther .swiper-pagination .swiper-pagination-bullet-active {
  height: 0.9375vw;
  background: #fff;
}

/* 生产园区 */
.createBg {
  padding: 6.71875vw 0px 6.77083vw;
}

.createBg .create .createMain {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.createBg .create .createMain .image {
  border-radius: 0.78125vw;
  overflow: hidden;
  width: 55.06%;
}

.createBg .create .createMain .image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.createBg .create .createMain .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.createBg .create .createMain .content {
  width: 37.36%;
  margin-top: 2.60417vw;
}

.createBg .create .createMain .content .title {
  font-size: 2.60417vw;
  color: #000000;
  line-height: 3.125vw;
  margin-bottom: 1.92708vw;
}

.createBg .create .createMain .content .desc {
  font-size: 0.78125vw;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.35417vw;
}

.createBg .create .createNumber {
  margin-top: 6.14583vw;
}

.createBg .create .createNumber ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.createBg .create .createNumber ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.createBg .create .createNumber ul li .icon {
  margin-right: 0.98958vw;
}

.createBg .create .createNumber ul li .icon img {
  width: auto;
  height: 3.38542vw;
}

.createBg .create .createNumber ul li .content {
  width: 10.41667vw;
}

.createBg .create .createNumber ul li .content .title {
  font-size: 0.72917vw;
  color: #000000;
  border-bottom: 1px solid #c1c4bf;
  padding-bottom: 0.26042vw;
}

.createBg .create .createNumber ul li .content .desc {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Bronova;
  font-weight: bold;
}

.createBg .create .createNumber ul li .content .desc span {
  font-size: 1.77083vw;
  color: #000000;
}

.createBg .create .createNumber ul li .content .desc i {
  font-style: normal;
  font-size: 0.72917vw;
  color: #000000;
  margin-left: 0.15625vw;
}

/* 园区介绍 */
.createIntro {
  height: 100vh;
  position: relative;
}

.createIntro .image {
  position: relative;
}

.createIntro .image video {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.createIntro .image .play {
  position: absolute;
  top: 41%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5.41667vw;
  height: 2.44792vw;
  border: 2px solid #FFFFFF;
  border-radius: 1.25vw;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  cursor: pointer;
}

.createIntro .image .play::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0.41667vw;
  margin-left: 0.20833vw;
  border-style: solid;
  border-color: transparent;
  border-left-color: #fff;
  overflow: hidden;
  z-index: 2;
  content: "";
  display: block;
}

.createIntro .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: -1.875vw;
  z-index: 2;
  padding: 3.38542vw 7.23958vw 4.16667vw 4.89583vw;
  border-radius: 0.78125vw;
  overflow: hidden;
}

.createIntro .content::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("../images/blurbg2.png") no-repeat center/cover;
  content: "";
  display: block;
}

.createIntro .content .title {
  width: 10.41667vw;
  font-size: 2.60417vw;
  color: #000000;
  line-height: 3.125vw;
  margin-right: 6.51042vw;
  position: relative;
  z-index: 2;
}

.createIntro .content .desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.78125vw;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.35417vw;
  position: relative;
  z-index: 2;
}

/* 智能产线 */
.productsLineBg {
  padding: 9.79167vw 0px 12.03125vw;
}

.productsLineBg .productsLine {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.productsLineBg .productsLine .productsLineLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 55.06%;
  position: relative;
}

.productsLineBg .productsLine .productsLineLeft video.smallImage {
  position: absolute;
  bottom: -5.36458vw;
  left: -4.58333vw;
  width: 16.97917vw;
  height: auto;
  border-radius: 0.78125vw;
  z-index: 2;
}

.productsLineBg .productsLine .productsLineLeft .productsLineImages {
  width: 100%;
  border-radius: 0.78125vw;
  overflow: hidden;
  position: relative;
}

.productsLineBg .productsLine .productsLineLeft .productsLineImages .swiper-slide video {
  display: block;
  width: 100%;
  height: auto;
}

.productsLineBg .productsLine .productsLineLeft .productsLineImages .swiper-pagination {
  bottom: 1.45833vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.productsLineBg .productsLine .productsLineLeft .productsLineImages .swiper-pagination .swiper-pagination-bullet {
  width: 0.15625vw;
  height: 0.57292vw;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 0px;
  margin: 0px 0.18229vw;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.productsLineBg .productsLine .productsLineLeft .productsLineImages .swiper-pagination .swiper-pagination-bullet-active {
  height: 0.9375vw;
  background: #fff;
}

.productsLineBg .productsLine .productsLineRight {
  width: 30.13%;
  margin-right: 6.26%;
  margin-top: 3.80208vw;
}

.productsLineBg .productsLine .productsLineRight .title {
  font-size: 2.60417vw;
  color: #000000;
  line-height: 3.125vw;
  margin-bottom: 2.23958vw;
}

.productsLineBg .productsLine .productsLineRight .desc {
  font-size: 0.78125vw;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.35417vw;
}

/* 健康知识 */
.knowledgeBg {
  padding: 4.6875vw 0px 5.26042vw;
}

.knowledgeBg .knowledge .knowledge1 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.knowledgeBg .knowledge .knowledge1 .knowledge1Left {
  width: 65.41%;
  background-color: #fff;
  border-radius: 0.78125vw;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.knowledgeBg .knowledge .knowledge1 .knowledge1Left .swiper-slide {
  position: relative;
  overflow: hidden;
}

.knowledgeBg .knowledge .knowledge1 .knowledge1Left .swiper-slide:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.knowledgeBg .knowledge .knowledge1 .knowledge1Left .swiper-slide:hover .content {
  padding-bottom: 3.64583vw;
}

.knowledgeBg .knowledge .knowledge1 .knowledge1Left .swiper-slide .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.knowledgeBg .knowledge .knowledge1 .knowledge1Left .swiper-slide .content {
  width: 100%;
  height: 9.42708vw;
  padding: 0px 22.03125vw 2.60417vw 2.60417vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
  background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.knowledgeBg .knowledge .knowledge1 .knowledge1Left .swiper-slide .content .title {
  font-size: 1.14583vw;
  color: #fff;
  line-height: 1.66667vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.knowledgeBg .knowledge .knowledge1 .knowledge1Left .swiper-slide .content .desc {
  display: none;
}

.knowledgeBg .knowledge .knowledge1 .knowledge1Left .swiper-slide .content .more {
  display: none;
}

.knowledgeBg .knowledge .knowledge1 .knowledge1Left .swiper-pagination {
  width: auto;
  left: auto;
  right: 2.1875vw;
  bottom: 3.59375vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.knowledgeBg .knowledge .knowledge1 .knowledge1Left .swiper-pagination .swiper-pagination-bullet {
  width: 0.15625vw;
  height: 0.57292vw;
  background: #fff;
  border-radius: 0px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin: 0px 0.18229vw;
  cursor: pointer;
}

.knowledgeBg .knowledge .knowledge1 .knowledge1Left .swiper-pagination .swiper-pagination-bullet-active {
  height: 0.9375vw;
}

.knowledgeBg .knowledge .knowledge1 .knowledge1Right {
  width: 30.83%;
  border-radius: 0.78125vw;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.knowledgeBg .knowledge .knowledge1 .knowledge1Right:hover {
  -webkit-box-shadow: -0.36458vw 0.41667vw 1.66667vw 0px rgba(0, 0, 0, 0.13);
  box-shadow: -0.36458vw 0.41667vw 1.66667vw 0px rgba(0, 0, 0, 0.13);
}

.knowledgeBg .knowledge .knowledge1 .knowledge1Right:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.knowledgeBg .knowledge .knowledge1 .knowledge1Right:hover .content .more {
  background-color: #a88282;
  color: #fff;
}

.knowledgeBg .knowledge .knowledge1 .knowledge1Right .image {
  overflow: hidden;
}

.knowledgeBg .knowledge .knowledge1 .knowledge1Right .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.knowledgeBg .knowledge .knowledge1 .knowledge1Right .content {
  padding: 2.60417vw 4.47917vw 1.875vw 2.23958vw;
}

.knowledgeBg .knowledge .knowledge1 .knowledge1Right .content .title {
  font-size: 1.14583vw;
  color: #000;
  line-height: 1.66667vw;
  height: 3.33333vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 1.19792vw;
}

.knowledgeBg .knowledge .knowledge1 .knowledge1Right .content .desc {
  font-size: 0.78125vw;
  color: #646464;
  line-height: 1.30208vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 1.51042vw;
}

.knowledgeBg .knowledge .knowledge1 .knowledge1Right .content .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.54167vw;
  height: 2.03125vw;
  border: 2px solid #a88282;
  border-radius: 1.04167vw;
  font-size: 0.72917vw;
  font-weight: bold;
  color: #a88282;
}

.knowledgeBg .knowledge .knowledge2 ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.knowledgeBg .knowledge .knowledge2 ul li {
  width: 30.83%;
  border-radius: 0.78125vw;
  overflow: hidden;
  background-color: #fff;
  margin-right: 3.755%;
  margin-top: 3.755%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.knowledgeBg .knowledge .knowledge2 ul li:nth-child(3n+3) {
  margin-right: 0%;
}

.knowledgeBg .knowledge .knowledge2 ul li:hover {
  -webkit-box-shadow: -0.36458vw 0.41667vw 1.66667vw 0px rgba(0, 0, 0, 0.13);
  box-shadow: -0.36458vw 0.41667vw 1.66667vw 0px rgba(0, 0, 0, 0.13);
}

.knowledgeBg .knowledge .knowledge2 ul li:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.knowledgeBg .knowledge .knowledge2 ul li:hover .content .more {
  background-color: #a88282;
  color: #fff;
}

.knowledgeBg .knowledge .knowledge2 ul li .image {
  overflow: hidden;
}

.knowledgeBg .knowledge .knowledge2 ul li .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.knowledgeBg .knowledge .knowledge2 ul li .content {
  padding: 2.60417vw 4.47917vw 1.875vw 2.23958vw;
}

.knowledgeBg .knowledge .knowledge2 ul li .content .title {
  font-size: 1.14583vw;
  color: #000;
  line-height: 1.66667vw;
  height: 3.33333vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 1.19792vw;
}

.knowledgeBg .knowledge .knowledge2 ul li .content .desc {
  font-size: 0.78125vw;
  color: #646464;
  line-height: 1.30208vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 1.51042vw;
}

.knowledgeBg .knowledge .knowledge2 ul li .content .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.54167vw;
  height: 2.03125vw;
  border: 2px solid #a88282;
  border-radius: 1.04167vw;
  font-size: 0.72917vw;
  font-weight: bold;
  color: #a88282;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.knowledgeBg .knowledge .knowledge2 ul .layui-flow-more {
  width: 100%;
  margin: 5.72917vw auto 0px;
  text-align: center;
  font-size: 0.72917vw;
}

.knowledgeBg .knowledge .knowledge2 ul .layui-flo w-more a {
  height: auto;
  line-height: 1;
}

.knowledgeBg .knowledge .knowledge2 ul .layui-flow-more a cite {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 12.5vw;
  height: 2.44792vw;
  font-size: 0.72917vw;
  color: #285135;
  border: 2px solid #a88282;
  border-radius: 1.25vw;
  background-color: transparent;
  margin: 0px auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.knowledgeBg .knowledge .knowledge2 ul .layui-flow-more a cite:hover {
  background-color: #a88282;
  color: #fff;
}

/* 睡眠白皮书 */
.whitePaperBg {
  padding: 4.32292vw 0px 5.20833vw;
}

.whitePaperBg .whitePaper ul li {
  margin-bottom: 2.03125vw;
}

.whitePaperBg .whitePaper ul li:last-of-type {
  margin-bottom: 0px;
}

.whitePaperBg .whitePaper ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.64583vw 3.22917vw 3.07292vw 5.20833vw;
  border-radius: 0.78125vw;
  overflow: hidden;
  background: #fff url("../images/whitepaperitembg.png") no-repeat right bottom;
  background-size: 7.1875vw 4.27083vw;
}

.whitePaperBg .whitePaper ul li a:hover {
  -webkit-box-shadow: -0.83333vw 0.9375vw 1.66667vw 0px rgba(36, 54, 42, 0.27);
  box-shadow: -0.83333vw 0.9375vw 1.66667vw 0px rgba(36, 54, 42, 0.27);
}

.whitePaperBg .whitePaper ul li a:hover .more {
  background-color: #a88282;
  color: #fff;
}

.whitePaperBg .whitePaper ul li .image {
  margin-right: 3.90625vw;
}

.whitePaperBg .whitePaper ul li .image img {
  width: auto;
  height: 11.19792vw;
}

.whitePaperBg .whitePaper ul li .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 3.90625vw;
  padding-right: 3.90625vw;
  position: relative;
}

.whitePaperBg .whitePaper ul li .content::after {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1px;
  height: 100%;
  content: "";
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(238, 238, 238, 0.3)), color-stop(rgb(238, 238, 238)), to(rgba(238, 238, 238, 0.3)));
  background: -webkit-linear-gradient(bottom, rgba(238, 238, 238, 0.3), rgb(238, 238, 238), rgba(238, 238, 238, 0.3));
  background: -moz-linear-gradient(bottom, rgba(238, 238, 238, 0.3), rgb(238, 238, 238), rgba(238, 238, 238, 0.3));
  background: linear-gradient(to top, rgba(238, 238, 238, 0.3), rgb(238, 238, 238), rgba(238, 238, 238, 0.3));
}

.whitePaperBg .whitePaper ul li .content .title {
  font-size: 3.64583vw;
  color: #285135;
  font-family: Bronova;
}

.whitePaperBg .whitePaper ul li .content .desc {
  font-size: 1.14583vw;
  color: #000;
  line-height: 1.66667vw;
}

.whitePaperBg .whitePaper ul li .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.54167vw;
  height: 2.03125vw;
  border: 2px solid #a88282;
  border-radius: 1.04167vw;
  font-size: 0.72917vw;
  font-weight: bold;
  color: #a88282;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 4.375vw;
}

/* 门店查询 */
.course {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  margin-top: -100vh;
  min-height: 100vh;
}

.courseLeft {
  width: 27.8%;
  min-height: 100vh;
  height: 100%;
  background-color: #fff;
  padding-bottom: 12.5vw;
}

.courseLeft .sticky{
  position: sticky;
  top: 5.729vw;
  left: 0px;
  padding: 6.71875vw 5vw 0px 5.41667vw;
}

.courseLeft .title {
  font-size: 2.08333vw;
  color: #000;
  line-height: 2.60417vw;
  margin-bottom: 0.625vw;
}

.courseLeft .desc {
  font-size: 0.625vw;
  color: rgba(163, 188, 173, 0.4);
  font-family: Bronova;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.72917vw;
  margin-bottom: 3.64583vw;
}

.courseLeft .input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.courseLeft .input .sel {
  position: relative;
  background-color: #F4F0ED;
  border-radius: 1.35417vw;
  margin-bottom: 1.14583vw;
  overflow: hidden;
}

.courseLeft .input .sel i {
  position: absolute;
  top: 1.04167vw;
  right: 1.30208vw;
  display: block;
  font-size: 0.67708vw;
  color: #8A8F99;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.courseLeft .input select {
  display: block;
  width: 100%;
  height: 2.70833vw;
  font-size: 0.72917vw;
  color: #424242;
  padding: 0px 1.14583vw;
  background-color: transparent;
  cursor: pointer;
}

.courseLeft .input select option {
  background-color: #fff;
  font-size: 0.72917vw;
  line-height: 1.25vw;
}

.courseLeft .courseSubmit {
  display: block;
  width: 100%;
  height: 2.70833vw;
  font-size: 0.72917vw;
  color: #fff;
  background: #373737;
  border-radius: 1.35417vw;
}

.course .courseRight {
  width: 72.2%;
  padding-bottom: 4.84375vw;
}

.course .courseRight ul {
  margin: 4.89583vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.course .courseRight ul li {
  width: -webkit-calc(50% - 0.91146vw);
  width: -moz-calc(50% - 0.91146vw);
  width: calc(50% - 0.91146vw);
  border-radius: 0.78125vw;
  overflow: hidden;
  background-color: #fff;
  margin-right: 1.82292vw;
  margin-bottom: 1.82292vw;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  cursor: pointer;
}

.course .courseRight ul li a{
  display: block;
  padding: 2.23958vw 4.16667vw 1.875vw 2.23958vw;
  min-height: 13vw;
}

.course .courseRight ul li:nth-child(2n+2) {
  margin-right: 0%;
}

.course .courseRight ul li:nth-last-child(-n+2) {
  margin-bottom: 0%;
}

.course .courseRight ul li:hover {
  -webkit-box-shadow: 0px 0.15625vw 1.35417vw #ddd;
  box-shadow: 0px 0.15625vw 1.35417vw #ddd;
}

.course .courseRight ul li .title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.26042vw;
}

.course .courseRight ul li .title i {
  display: block;
  width: 1.25vw;
  height: 1.71875vw;
  line-height: 1.5625vw;
  font-size: 0.72917vw;
  color: #fff;
  font-family: Bronova;
  font-weight: bold;
  background: url("../images/icon-address.png") no-repeat;
  background-size: 1.25vw 1.71875vw;
  font-style: normal;
  text-align: center;
  margin-right: 0.67708vw;
}

.course .courseRight ul li .title span {
  font-size: 1.04167vw;
  color: #000;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.course .courseRight ul li .address {
  font-size: 0.78125vw;
  color: #898989;
  margin-bottom: 1.40625vw;
}

.course .courseRight ul li .phone {
  font-size: 0.72917vw;
  color: #898989;
  border-top: 1px solid #EEF1F4;
  padding-top: 1.40625vw;
}

/* 雅兰蘭管家 */
.serviceBg {
  padding: 5.41667vw 0px 8.38542vw;
}

.serviceBg .service .serviceHead {
  text-align: center;
  padding: 0px 21.5625vw;
  margin-bottom: 3.07292vw;
}

.serviceBg .service .serviceHead .title {
  font-size: 2.60417vw;
  color: #000;
  line-height: 2.91667vw;
  margin-bottom: 1.66667vw;
}

.serviceBg .service .serviceHead .desc {
  font-size: 0.83333vw;
  color: #000000;
  line-height: 1.30208vw;
  margin-bottom: 1.875vw;
}

.serviceBg .service .serviceHead .phone {
  display: inline-block;
  width: auto;
  height: 2.8125vw;
  line-height: 2.60417vw;
  font-size: 0.78125vw;
  color: #1e5536;
  border: 2px solid #1e5536;
  border-radius: 1.40625vw;
  padding: 0px 1.875vw;
  font-weight: bold;
}

.serviceBg .service .serviceHead .phone span {
  font-family: Bronova;
}

.serviceBg .service .serviceMain {
  border-radius: 0.78125vw;
  overflow: hidden;
  position: relative;
}

.serviceBg .service .serviceMain:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.serviceBg .service .serviceMain .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.serviceBg .service .serviceMain .content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.serviceBg .service .serviceMain .content .logo {
  margin-bottom: 2.13542vw;
}

.serviceBg .service .serviceMain .content .logo::after {
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  background: linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  content: "";
  display: block;
  margin-top: 2.13542vw;
}

.serviceBg .service .serviceMain .content .logo img {
  width: auto;
  height: 2.91667vw;
}

.serviceBg .service .serviceMain .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.serviceBg .service .serviceMain .content ul li {
  text-align: center;
  margin-right: 4.6875vw;
}

.serviceBg .service .serviceMain .content ul li:last-child {
  margin-right: 0px;
}

.serviceBg .service .serviceMain .content ul li .icon img {
  width: auto;
  height: 2.60417vw;
}

.serviceBg .service .serviceMain .content ul li .title {
  font-size: 0.83333vw;
  color: #fff;
  margin-top: 0.78125vw;
}

/* 服务介绍 */
.serviceIntroBg {
  padding: 5.20833vw 0px 7.29167vw;
}

.serviceIntroBg .serviceIntro .serviceIntroTitle {
  font-size: 2.08333vw;
  color: #000000;
  margin-bottom: 2.44792vw;
}

.serviceIntroBg .serviceIntro .serviceIntroMain {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroLeft {
  width: 51.38%;
  border-radius: 0.78125vw;
  overflow: hidden;
}

.serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroLeft .swiper-slide {
  overflow: hidden;
  opacity: 0 !important;
}

.serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroLeft .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroLeft .swiper-slide img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroLeft .swiper-slide-active {
  opacity: 1 !important;
}

.serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroRight {
  width: 43.05%;
}

.serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroRight ul li {
  padding: 1.61458vw 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroRight ul li.active {
  border-color: #000;
}

.serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroRight ul li.active .title img {
  -webkit-filter: none;
  filter: none;
}

.serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroRight ul li.active .title span {
  font-size: 1.5625vw;
  color: #000;
}

.serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroRight ul li.active .title i::before {
  display: none;
}

/* .serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroRight ul li.active .desc {
  display: block;
} */
.serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroRight ul li .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroRight ul li .title img {
  width: auto;
  height: 2.08333vw;
  -webkit-filter: grayscale(1) opacity(0.5);
  filter: grayscale(1) opacity(0.5);
  margin-right: 1.5625vw;
}

.serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroRight ul li .title span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 1.5625vw;
  font-size: 1.35417vw;
  color: #888886;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroRight ul li .title i {
  display: block;
  width: 1.04167vw;
  height: 1.04167vw;
  position: relative;
}

.serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroRight ul li .title i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #8d8d8d;
  content: "";
  display: block;
}

.serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroRight ul li .title i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  background-color: #8d8d8d;
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroRight ul li .desc {
  display: none;
  font-size: 0.83333vw;
  color: #7E7E7E;
  line-height: 1.45833vw;
  margin-top: 2.70833vw;
  margin-bottom: 3.17708vw;
}

/* 防螨知识 */
.miteKnowledgeBg {
  padding: 5.46875vw 0px 5.41667vw;
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeTitle {
  font-size: 2.08333vw;
  color: #000000;
  margin-bottom: 1.92708vw;
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeMain {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft {
  width: 52.08%;
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li {
  position: relative;
  padding: 1.77083vw 3.17708vw;
  margin-bottom: 1.09375vw;
  cursor: pointer;
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li:last-child {
  margin-bottom: 0px;
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li.active::after {
  left: .1563vw;
  opacity: 1;
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li.active::before {
  background-color: rgba(255, 255, 255, 0.8);
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li.active .icon::before {
  display: none;
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li.active .title i {
  color: #a88282;
  border-color: #a88282;
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li.active .title span {
  color: #000;
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li.active .icon::after {
  background-color: #1e5535;
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li::after {
  position: absolute;
  top: 50%;
  left: 0.46875vw;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.88542vw;
  height: 3.07292vw;
  background: #a88282;
  border-radius: 0.46875vw;
  content: "";
  display: block;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li::before {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0.78125vw;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  -webkit-backdrop-filter: blur(1.04167vw);
  backdrop-filter: blur(1.04167vw);
  content: "";
  display: block;
  z-index: 1;
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li .icon {
  position: absolute;
  top: 50%;
  right: 3.38542vw;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.72917vw;
  height: 0.72917vw;
  z-index: 2;
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li .icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #9e9c9c;
  content: "";
  display: block;
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  background-color: #9e9c9c;
  content: "";
  display: block;
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li .title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  margin-right: 2.60417vw;
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li .title i {
  display: block;
  width: 1.5625vw;
  height: 1.5625vw;
  line-height: 1.5625vw;
  text-align: center;
  font-size: 0.9375vw;
  color: #749582;
  border: 2px solid #749582;
  border-radius: 50%;
  font-style: normal;
  font-family: Bronova;
  font-weight: bold;
  margin-right: 0.52083vw;
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li .title span {
  font-size: 1.35417vw;
  color: #646462;
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li .desc {
  display: none;
  font-size: 0.83333vw;
  color: #656565;
  line-height: 1.30208vw;
  height: 3.90625vw;
  overflow: hidden;
  margin-right: 2.60417vw;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 0.625vw;
  margin-bottom: 0.15625vw;
  position: relative;
  z-index: 2;
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeRight {
  width: 44.09%;
  border-radius: 0.78125vw;
  overflow: hidden;
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeRight .swiper-slide {
  opacity: 0 !important;
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeRight .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeRight .swiper-slide img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeRight .swiper-slide-active {
  opacity: 1 !important;
}

/* 雅兰酒店 */
.hotelBg {
  padding: 7.86458vw 0px 5.67708vw;
  overflow: hidden;
}

.hotelBg .hotel {
  padding: 0px 3.02083vw;
}

.hotelBg .hotel .hotelHead {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5.15625vw;
}

.hotelBg .hotel .hotelHead .hotelHeadLeft {
  width: 32%;
}

.hotelBg .hotel .hotelHead .hotelHeadLeft .title {
  font-size: 2.60417vw;
  color: #000000;
  line-height: 3.125vw;
  margin-bottom: 1.66667vw;
}

.hotelBg .hotel .hotelHead .hotelHeadLeft .more {
  display: block;
  width: 12.5vw;
  height: 2.44792vw;
  font-size: 0.72917vw;
  line-height: 2.23958vw;
  text-align: center;
  color: #b29547;
  border: 2px solid #b29547;
  border-radius: 1.25vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.hotelBg .hotel .hotelHead .hotelHeadLeft .more i{
  font-style: normal;
  position: relative;
  z-index: 2;
  animation: fontColor 3s ease infinite;
}

.hotelBg .hotel .hotelHead .hotelHeadLeft .more:hover {
  color: #fff;
  background-color: #b29547;
}

.hotelBg .hotel .hotelHead .hotelHeadLeft .more:hover i{
  animation: none;
}

.hotelBg .hotel .hotelHead .hotelHeadLeft .more:hover::after{
  animation: none;
}

.hotelBg .hotel .hotelHead .hotelHeadLeft .more::after{
  position: absolute;
  left: -1px;
  top: -1px;
  width: 0%;
  height: calc(100% + 2px);
  background-color: #b29547;
  content: "";
  display: block;
  animation: width 3s ease infinite;
  border-radius: 1.25vw;
}

.hotelBg .hotel .hotelHead .hotelHeadRight {
  width: 58.7%;
  font-size: 0.83333vw;
  color: #656565;
  line-height: 1.30208vw;
}

.hotelBg .hotel .hotelMain {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 3.07292vw;
  position: relative;
}

.hotelBg .hotel .hotelMain .swiper-slide {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
  overflow: hidden;
}

.hotelBg .hotel .hotelMain .swiper-slide:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hotelBg .hotel .hotelMain .swiper-slide .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.hotelBg .hotel .hotelMain .swiper-slide .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 9.375vw;
  font-size: 1.25vw;
  color: #fff;
  padding-bottom: 2.03125vw;
  z-index: 2;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
  background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
}

.hotelBg .hotel .hotelMain .swiper-slide-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hotelBg .hotel .hotelMain .hotelPrev,
.hotelBg .hotel .hotelMain .hotelNext {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.25vw;
  color: #fff;
  z-index: 2;
  cursor: pointer;
}

.hotelBg .hotel .hotelMain .hotelPrev {
  left: 1.61458vw;
}

.hotelBg .hotel .hotelMain .hotelPrev i {
  display: block;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.hotelBg .hotel .hotelMain .hotelNext {
  right: 1.61458vw;
}

.hotelBg .hotel .hotelMain .swiper-pagination {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.hotelBg .hotel .hotelMain .swiper-pagination .swiper-pagination-bullet {
  width: 0.26042vw;
  height: 0.26042vw;
  background: rgba(31, 85, 53, 0.5);
  border-radius: 50%;
  opacity: 1 !important;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin: 0px 0.13021vw;
}

.hotelBg .hotel .hotelMain .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.36458vw;
  height: 0.36458vw;
  background: #a88282;
}

/* 雅兰酒店信息 */
.hotelInfoBg {
  padding: 7.8125vw 0px 10.9375vw;
  min-height: 100vh;
}

.hotelInfoBg .hotelInfo {
  text-align: center;
  padding: 0px 17.70833vw;
}

.hotelInfoBg .hotelInfo .title {
  font-size: 2.60417vw;
  color: #fff;
  line-height: 3.125vw;
  margin-bottom: 1.77083vw;
}

.hotelInfoBg .hotelInfo .desc {
  font-size: 0.83333vw;
  color: #fff;
  line-height: 1.30208vw;
  margin-bottom: 4.53125vw;
}

.hotelInfoBg .hotelInfo .info {
  margin-bottom: 4.27083vw;
}

.hotelInfoBg .hotelInfo .info ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.hotelInfoBg .hotelInfo .info ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0px 3.75vw;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.hotelInfoBg .hotelInfo .info ul li:first-child {
  padding-left: 0px;
}

.hotelInfoBg .hotelInfo .info ul li:last-child {
  border-right: 0px;
  padding-right: 0px;
}

.hotelInfoBg .hotelInfo .info ul li:nth-child(1) .infoTitle {
  font-size: 1.25vw;
  font-family: Bronova;
}

.hotelInfoBg .hotelInfo .info ul li:nth-child(2) .infoTitle {
  font-size: 0.9375vw;
}

.hotelInfoBg .hotelInfo .info ul li .infoIcon {
  margin-bottom: 0.625vw;
}

.hotelInfoBg .hotelInfo .info ul li .infoIcon img {
  width: auto;
  height: 2.86458vw;
}

.hotelInfoBg .hotelInfo .info ul li .infoTitle {
  color: #fff;
  font-weight: bold;
  min-height: 1.40625vw;
  line-height: 1.40625vw;
  margin-bottom: 0.15625vw;
}

.hotelInfoBg .hotelInfo .info ul li .infoDesc {
  font-size: 0.72917vw;
  color: rgba(255, 255, 255, 0.6);
}

.hotelInfoBg .hotelInfo .more {
  display: block;
  width: 12.5vw;
  height: 2.44792vw;
  line-height: 2.23958vw;
  font-size: 0.72917vw;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 1.25vw;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}

.hotelInfoBg .hotelInfo .more i{
  font-style: normal;
  position: relative;
  z-index: 2;
  animation: fontColor2 3s ease infinite;
}

.hotelInfoBg .hotelInfo .more::after{
  position: absolute;
  left: -1px;
  top: -1px;
  width: 0%;
  height: calc(100% + 2px);
  background-color: #fff;
  content: "";
  display: block;
  animation: width 3s ease infinite;
  border-radius: 1.25vw;
}

.hotelInfoBg .hotelInfo .more:hover {
  background-color: #fff;
  color: #333;
}

.hotelInfoBg .hotelInfo .more:hover i{
  animation: none;
}

.hotelInfoBg .hotelInfo .more:hover::after{
  animation: none;
}

/* 人才理念 */
.ideaBg {
  padding: 7.08333vw 0px 8.22917vw;
}

.ideaBg .idea ul li {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1.71875vw;
}

.ideaBg .idea ul li:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ideaBg .idea ul li:nth-child(even) .content {
  padding-top: 9.32292vw;
  margin-right: 4.53125vw;
}

.ideaBg .idea ul li .image {
  width: 47.22%;
  border-radius: 0.78125vw;
  overflow: hidden;
}

.ideaBg .idea ul li .image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ideaBg .idea ul li .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.ideaBg .idea ul li .content {
  width: 38%;
  padding-top: 5.78125vw;
}

.ideaBg .idea ul li .content .tag {
  font-size: 0.83333vw;
  color: #a88282;
  margin-bottom: 0.625vw;
}

.ideaBg .idea ul li .content .title {
  font-size: 2.34375vw;
  color: #000000;
  line-height: 2.91667vw;
  margin-bottom: 2.70833vw;
}

.ideaBg .idea ul li .content .desc {
  font-size: 0.9375vw;
  color: #4C505F;
  line-height: 1.45833vw;
  font-weight: 300;
  margin-bottom: 3.28125vw;
}

.ideaBg .idea ul li .content .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.07292vw;
  height: 3.07292vw;
  border: 2px solid #a88282;
  font-size: 1.14583vw;
  color: #a88282;
  font-weight: bold;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.ideaBg .idea ul li .content .more i {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ideaBg .idea ul li .content .more:hover {
  color: #fff;
  background-color: #a88282;
}

/* 人才招聘 */
.recruitBg {
  padding: 5.05208vw 0px 7.08333vw;
}

.recruitBg .recruit .recruitTitle {
  font-size: 2.34375vw;
  color: #000000;
  text-align: center;
  margin-bottom: 4.01042vw;
}

.recruitBg .recruit .recruitMain ul {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.recruitBg .recruit .recruitMain ul li {
  width: 31.25%;
  padding: 2.29167vw 2.76042vw 2.8125vw 2.34375vw;
  margin-right: 3.125%;
  margin-bottom: 3.125%;
  cursor: pointer;
  position: relative;
}

.recruitBg .recruit .recruitMain ul li::before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0.78125vw;
  content: "";
  display: block;
  z-index: 2;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.recruitBg .recruit .recruitMain ul li::after {
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(36, 54, 42, 0.2);
  width: -webkit-calc(100% - 1.45833vw);
  width: -moz-calc(100% - 1.45833vw);
  width: calc(100% - 1.45833vw);
  height: -webkit-calc(100% - 1.45833vw);
  height: -moz-calc(100% - 1.45833vw);
  height: calc(100% - 1.45833vw);
  -webkit-box-shadow: 1px 1.25vw 1.66667vw 0px rgba(36, 54, 42, 0.27);
  box-shadow: 1px 1.25vw 1.66667vw 0px rgba(36, 54, 42, 0.27);
  border-radius: 0.78125vw;
  content: "";
  display: block;
  z-index: 1;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.recruitBg .recruit .recruitMain ul li:nth-child(3n+3) {
  margin-right: 0%;
}

.recruitBg .recruit .recruitMain ul li:nth-last-child(-n+3) {
  margin-bottom: 0px;
}

.recruitBg .recruit .recruitMain ul li:hover::before {
  -webkit-box-shadow: 1px 1.25vw 1.66667vw 0px rgba(36, 54, 42, 0.27);
  box-shadow: 1px 1.25vw 1.66667vw 0px rgba(36, 54, 42, 0.27);
}

.recruitBg .recruit .recruitMain ul li:hover::after {
  bottom: -0.52083vw;
}

.recruitBg .recruit .recruitMain ul li:hover .more {
  background-color: #a88282;
  color: #fff;
}

.recruitBg .recruit .recruitMain ul li .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(231, 231, 231, 0.3);
  padding-bottom: 1.875vw;
  margin-bottom: 1.30208vw;
  position: relative;
  z-index: 3;
}

.recruitBg .recruit .recruitMain ul li .head .icon {
  margin-right: 0.98958vw;
}

.recruitBg .recruit .recruitMain ul li .head .icon img {
  width: auto;
  height: 2.44792vw;
}

.recruitBg .recruit .recruitMain ul li .head .list .title {
  font-size: 1.14583vw;
  color: #000000;
  margin-bottom: 0.20833vw;
}

.recruitBg .recruit .recruitMain ul li .head .list .info {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.recruitBg .recruit .recruitMain ul li .head .list .info i {
  font-size: 0.9375vw;
  color: #535353;
  margin-right: 0.15625vw;
}

.recruitBg .recruit .recruitMain ul li .head .list .info span {
  font-size: 0.78125vw;
  color: #535353;
  margin-top: 2px;
}

.recruitBg .recruit .recruitMain ul li .desc {
  font-size: 0.83333vw;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.45833vw;
  height: 2.91667vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 1.92708vw;
  position: relative;
  z-index: 3;
  font-weight: 300;
}

.recruitBg .recruit .recruitMain ul li .content {
  display: none;
}

.recruitBg .recruit .recruitMain ul li .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.54167vw;
  height: 2.03125vw;
  font-size: 0.72917vw;
  color: #a88282;
  font-weight: bold;
  border: 2px solid #a88282;
  border-radius: 1.04167vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 3;
}

/* 人才招聘弹窗 */
.recruitPopupContainer {
  width: 55.36458vw;
  height: 41.66667vw;
  background: #FFFFFF;
  border-radius: 1.04167vw;
  overflow: hidden;
}

.recruitPopup {
  display: none;
  padding: 4.16667vw 3.17708vw 5.10417vw 4.6875vw;
  position: relative;
}

.recruitPopup .recruitPopupClose {
  width: 0.83333vw;
  height: 0.83333vw;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 4.6875vw;
  right: 2.8125vw;
  cursor: pointer;
}

.recruitPopup .recruitPopupClose::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.20833vw;
  height: 100%;
  background-color: #000;
  content: "";
  display: block;
}

.recruitPopup .recruitPopupClose::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0.20833vw;
  background-color: #000;
  content: "";
  display: block;
}

.recruitPopup .recruitPopupTitle {
  margin-right: 6.77083vw;
  padding-bottom: 1.45833vw;
  border-bottom: 1px solid #E1E1E1;
}

.recruitPopup .recruitPopupTitle .title {
  font-size: 1.77083vw;
  color: #000000;
  margin-bottom: 0.46875vw;
}

.recruitPopup .recruitPopupTitle .info {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.recruitPopup .recruitPopupTitle .info i {
  font-size: 0.9375vw;
  color: #535353;
  margin-right: 0.15625vw;
}

.recruitPopup .recruitPopupTitle .info span {
  font-size: 0.78125vw;
  color: #535353;
  margin-top: 2px;
}

.recruitPopup .recruitPopupMain {
  max-height: 26.5625vw;
  overflow-y: auto;
  padding-top: 1.97917vw;
  padding-right: 6.77083vw;
}

.recruitPopup .recruitPopupMain::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #DFDFDF;
}

.recruitPopup .recruitPopupMain::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #DFDFDF;
}

.recruitPopup .recruitPopupMain::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  background-color: #285135;
}

.recruitPopup .recruitPopupMain h2 {
  font-size: 0.9375vw;
  color: #000000;
  font-weight: bold;
}

.recruitPopup .recruitPopupMain p {
  font-size: 0.83333vw;
  color: rgba(71, 75, 81, 0.8);
  line-height: 1.66667vw;
}

/* 社会责任 */
.dutyBg {
  padding: 6.61458vw 0px 6.25vw;
}

.dutyBg .duty {
  padding: 0px 4.6875vw;
}

.dutyBg .duty .dutyHead {
  padding-bottom: 5.46875vw;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.dutyBg .duty .dutyHead .title {
  width: 28.86%;
  margin-right: 20.83%;
  font-size: 1.875vw;
  color: #000000;
  line-height: 2.08333vw;
}

.dutyBg .duty .dutyHead .desc {
  width: 43%;
  font-size: 0.72917vw;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.35417vw;
}

.dutyBg .duty .dutyMain ul li a {
  padding: 4.11458vw 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

.dutyBg .duty .dutyMain ul li:last-of-type a {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.dutyBg .duty .dutyMain ul li:nth-of-type(odd) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.dutyBg .duty .dutyMain ul li:nth-of-type(even) a .content {
  margin-right: 6.61458vw;
}

.dutyBg .duty .dutyMain ul li a .image {
  width: 47.66%;
  border-radius: 0.78125vw;
  overflow: hidden;
}

.dutyBg .duty .dutyMain ul li a .image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.dutyBg .duty .dutyMain ul li a .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.dutyBg .duty .dutyMain ul li a .content {
  width: 36%;
}

.dutyBg .duty .dutyMain ul li a .content .tag {
  font-size: 0.83333vw;
  color: #367947;
  margin-bottom: 0.78125vw;
}

.dutyBg .duty .dutyMain ul li a .content .title {
  font-size: 1.875vw;
  color: #000000;
  line-height: 2.08333vw;
  margin-bottom: 2.39583vw;
}

.dutyBg .duty .dutyMain ul li a .content .desc {
  font-size: 0.83333vw;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.35417vw;
  margin-bottom: 2.91667vw;
}

.dutyBg .duty .dutyMain ul li a .content .icon img {
  width: auto;
  height: 6.14583vw;
}

/* 企业文化 */
.cultureBg {
  padding: 7.39583vw 0px 4.79167vw;
}

.cultureBg .culture ul li {
  position: relative;
  margin-bottom: 3.80208vw;
}

.cultureBg .culture ul li:last-of-type {
  margin-bottom: 0px;
}

.cultureBg .culture ul li:nth-of-type(odd) .content {
  left: 0px;
  right: auto;
}

.cultureBg .culture ul li .image {
  width: 61.45833vw;
  border-radius: 0.78125vw;
  overflow: hidden;
  margin: 0 auto;
}

.cultureBg .culture ul li .image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.cultureBg .culture ul li .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.cultureBg .culture ul li .content {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28.4375vw;
  min-height: 18.28125vw;
  border: 1px solid #FFFFFF;
  padding: 2.91667vw 3.64583vw 3.17708vw 3.95833vw;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0.15625vw 1.97917vw 0px rgba(40, 81, 53, 0.1);
  box-shadow: 0px 0.15625vw 1.97917vw 0px rgba(40, 81, 53, 0.1);
  border-radius: 0.78125vw;
  -webkit-backdrop-filter: blur(1.5625vw);
  backdrop-filter: blur(1.5625vw);
  overflow: hidden;
  z-index: 2;
}

.cultureBg .culture ul li .content .title {
  font-size: 1.5625vw;
  color: #000000;
  line-height: 2.08333vw;
  margin-bottom: 1.09375vw;
}

.cultureBg .culture ul li .content .desc {
  font-size: 0.83333vw;
  color: #4C505F;
  line-height: 1.35417vw;
  font-weight: 300;
  margin-bottom: 1.14583vw;
}

.cultureBg .culture ul li .content .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.91667vw;
  height: 2.91667vw;
  font-size: 0.83333vw;
  font-weight: bold;
  color: #285135;
  border: 2px solid #285135;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cultureBg .culture ul li .content .more:hover {
  background-color: #285135;
  color: #fff;
}

/* 合作现状 */
.presentSituationBg {
  padding: 5.15625vw 0px 8.22917vw;
}

.presentSituationBg .presentSituation .presentSituationTitle {
  font-size: 2.34375vw;
  color: #000000;
  line-height: 2.91667vw;
  margin-bottom: 3.59375vw;
}

.presentSituationBg .presentSituation .presentSituationMain {
  overflow: hidden;
  position: relative;
}

.presentSituationBg .presentSituation .presentSituationMain .swiper-slide {
  background-color: #fff;
  border-radius: 0.78125vw;
  overflow: hidden;
}

.presentSituationBg .presentSituation .presentSituationMain .swiper-slide:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.presentSituationBg .presentSituation .presentSituationMain .swiper-slide .image {
  overflow: hidden;
}

.presentSituationBg .presentSituation .presentSituationMain .swiper-slide .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.presentSituationBg .presentSituation .presentSituationMain .swiper-slide .content {
  padding: 1.19792vw 1.45833vw 2.13542vw;
}

.presentSituationBg .presentSituation .presentSituationMain .swiper-slide .content .title {
  font-size: 1.04167vw;
  color: #000000;
  margin-bottom: 0.46875vw;
}

.presentSituationBg .presentSituation .presentSituationMain .swiper-slide .content .desc {
  font-size: 0.78125vw;
  color: rgba(0, 0, 0, 0.8);
}

.presentSituationBg .presentSituation .presentSituationMain .swiper-pagination {
  display: none;
}

/* 合作形式 */
.cooperateFormBg {
  padding: 7.29167vw 0px 9.21875vw;
}

.cooperateFormBg .cooperateForm .cooperateFormTitle {
  font-size: 2.34375vw;
  color: #000000;
  margin-bottom: 2.8125vw;
}

.cooperateFormBg .cooperateForm .cooperateFormMain ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(1.5625vw);
  backdrop-filter: blur(1.5625vw);
  border-radius: 0.78125vw;
}

.cooperateFormBg .cooperateForm .cooperateFormMain ul li {
  width: 33.33%;
  height: 8.33333vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #e1e1e3;
  border-bottom: 1px solid #e1e1e3;
  position: relative;
}

.cooperateFormBg .cooperateForm .cooperateFormMain ul li:nth-child(3n+3) {
  border-right: 0px;
}

.cooperateFormBg .cooperateForm .cooperateFormMain ul li:nth-last-child(-n+3) {
  border-bottom: 0px;
}

.cooperateFormBg .cooperateForm .cooperateFormMain ul li::after {
  position: absolute;
  top: -1.04167vw;
  left: -0.52083vw;
  width: -webkit-calc(100% + 1.04167vw);
  width: -moz-calc(100% + 1.04167vw);
  width: calc(100% + 1.04167vw);
  height: -webkit-calc(100% + 2.08333vw);
  height: -moz-calc(100% + 2.08333vw);
  height: calc(100% + 2.08333vw);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F2F9F5));
  background: -webkit-linear-gradient(top, #FFFFFF, #F2F9F5);
  background: -moz-linear-gradient(top, #FFFFFF, #F2F9F5);
  background: linear-gradient(180deg, #FFFFFF, #F2F9F5);
  -webkit-box-shadow: 0px 0.15625vw 1.97917vw 0px rgba(40, 81, 53, 0.27);
  box-shadow: 0px 0.15625vw 1.97917vw 0px rgba(40, 81, 53, 0.27);
  border-radius: 0.78125vw;
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.cooperateFormBg .cooperateForm .cooperateFormMain ul li:hover::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.cooperateFormBg .cooperateForm .cooperateFormMain ul li .number {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.92708vw;
  height: 1.92708vw;
  font-size: 1.04167vw;
  color: #a88282;
  border: 2px solid #a88282;
  border-radius: 50%;
  font-family: Bronova;
  font-weight: bold;
  margin-right: 0.78125vw;
  position: relative;
  z-index: 2;
}

.cooperateFormBg .cooperateForm .cooperateFormMain ul li .title {
  font-size: 1.1458vw;
  color: #000;
  position: relative;
  z-index: 2;
}

/* 项目合作需求 */
.cooperateNeedsBg {
  padding: 6.51042vw 0px 7.65625vw;
}

.cooperateNeedsBg .cooperateNeeds .cooperateNeedsTitle {
  font-size: 2.34375vw;
  color: #000;
  text-align: center;
  margin-bottom: 1.40625vw;
}

.cooperateNeedsBg .cooperateNeeds .cooperateNeedsList {
  margin-bottom: 3.4375vw;
}

.cooperateNeedsBg .cooperateNeeds .cooperateNeedsList ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.cooperateNeedsBg .cooperateNeeds .cooperateNeedsList ul li {
  min-width: 7.29167vw;
  width: auto;
  height: 2.44792vw;
  line-height: 2.23958vw;
  font-size: 0.78125vw;
  text-align: center;
  border: 2px solid #a88282;
  border-radius: 1.25vw;
  margin: 0px 0.26042vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.cooperateNeedsBg .cooperateNeeds .cooperateNeedsList ul li.active {
  background-color: #285135;
  border-color: #a88282;
  color: #fff;
}

.cooperateNeedsBg .cooperateNeeds .cooperateNeedsMain .item {
  display: none;
}

.cooperateNeedsBg .cooperateNeeds .cooperateNeedsMain .item.active {
  display: block;
}

.cooperateNeedsBg .cooperateNeeds .cooperateNeedsMain ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.cooperateNeedsBg .cooperateNeeds .cooperateNeedsMain ul li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 3.125%;
  text-align: center;
  height: 17.70833vw;
  background-color: #fff;
  padding: 0px 3.80208vw;
  padding-top: 4.27083vw;
  border-radius: 0.78125vw;
}

.cooperateNeedsBg .cooperateNeeds .cooperateNeedsMain ul li:nth-child(3n+3) {
  margin-right: 0%;
}

.cooperateNeedsBg .cooperateNeeds .cooperateNeedsMain ul li:nth-last-child(-n+3) {
  margin-bottom: 0%;
}

.cooperateNeedsBg .cooperateNeeds .cooperateNeedsMain ul li .number {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.92708vw;
  height: 1.92708vw;
  font-size: 1.04167vw;
  color: #a88282;
  border: 2px solid #a88282;
  border-radius: 50%;
  font-family: Bronova;
  font-weight: bold;
  margin: 0px auto;
  position: relative;
  z-index: 2;
}

.cooperateNeedsBg .cooperateNeeds .cooperateNeedsMain ul li .title {
  font-size: 1.25vw;
  color: #000000;
  margin: 1.04167vw 0px 0.625vw;
}

.cooperateNeedsBg .cooperateNeeds .cooperateNeedsMain ul li .desc {
  font-size: 0.78125vw;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.35417vw;
}

/* 合作现状2 */
.cooperateForm2Bg {
  padding: 5.72917vw 0px 7.55208vw;
}

.cooperateForm2Bg .cooperateForm2 .cooperateForm2Title {
  font-size: 2.34375vw;
  color: #000;
  margin-bottom: 3.48958vw;
}

.cooperateForm2Bg .cooperateForm2 .cooperateForm2Main ul {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.cooperateForm2Bg .cooperateForm2 .cooperateForm2Main ul li {
  width: 22.91%;
  padding: 3.59375vw 3.07292vw 4.89583vw 2.65625vw;
  margin-right: 2.7866%;
  margin-bottom: 2.7866%;
  border-radius: 0.78125vw;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(0.26042vw);
  backdrop-filter: blur(0.26042vw);
}

.cooperateForm2Bg .cooperateForm2 .cooperateForm2Main ul li:nth-child(4n+4) {
  margin-right: 0%;
}

.cooperateForm2Bg .cooperateForm2 .cooperateForm2Main ul li:nth-last-child(-n+4) {
  margin-bottom: 0%;
}

.cooperateForm2Bg .cooperateForm2 .cooperateForm2Main ul li .icon {
  margin-bottom: 1.77083vw;
}

.cooperateForm2Bg .cooperateForm2 .cooperateForm2Main ul li .icon img {
  width: auto;
  height: 2.60417vw;
}

.cooperateForm2Bg .cooperateForm2 .cooperateForm2Main ul li .title {
  font-size: 1.25vw;
  color: #000;
  margin-bottom: 0.625vw;
}

.cooperateForm2Bg .cooperateForm2 .cooperateForm2Main ul li .desc {
  font-size: 0.78125vw;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.35417vw;
  min-height: 2.70833vw;
}

/* 防伪查询介绍 */
.securityCheckIntroSwiper {
  height: 100vh;
  overflow: hidden;
}

.securityCheckIntroSwiper .securityCheckIntroMore{
  position: absolute;
  left: calc(50% - (2.6875vw / 2));
  bottom: 2.0833vw;
  -webkit-animation: float1 3s ease infinite;
  -moz-animation: float1 3s ease infinite;
  animation: float1 3s ease infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.6875vw;
  height: 2.6875vw;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  margin: 0 auto;
  z-index: 2;
}

.securityCheckIntroSwiper .securityCheckIntroMore::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3.85417vw;
  height: 3.85417vw;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  display: block;
  -webkit-animation: scale3 2s linear infinite;
  -moz-animation: scale3 2s linear infinite;
  animation: scale3 2s linear infinite;
}

.securityCheckIntroSwiper .securityCheckIntroMore i {
  font-size: 0.72917vw;
  color: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.securityCheckIntroSwiper .swiper-slide {
  height: auto;
}

.securityCheckIntroSwiper .swiper-slide-active .securityCheckIntroBg .securityCheckIntro .securityCheckIntroTitle .title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.securityCheckIntroSwiper .swiper-slide-active .securityCheckIntroBg .securityCheckIntro .securityCheckIntroTitle .desc {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.securityCheckIntroSwiper .swiper-slide-active .securityCheckIntroBg .securityCheckIntro .securityCheckIntroMain {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.securityCheckIntroSwiper .swiper-slide-active .securityCheckBg .securityCheck {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.securityCheckIntroBg {
  padding: 8.52083vw 0px 0px;
  min-height: 100vh;
}

.securityCheckIntroBg .securityCheckIntro .securityCheckIntroTitle {
  text-align: center;
  padding: 0px 14.32292vw;
  margin-bottom: 6.35417vw;
}

.securityCheckIntroBg .securityCheckIntro .securityCheckIntroTitle .title {
  font-size: 2.86458vw;
  color: #fff;
  line-height: 3.28125vw;
  margin-bottom: 2.23958vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.04167vw);
  -moz-transform: translateY(1.04167vw);
  -ms-transform: translateY(1.04167vw);
  transform: translateY(1.04167vw);
  -webkit-transition: all 0.6s ease 1s;
  -moz-transition: all 0.6s ease 1s;
  transition: all 0.6s ease 1s;
}

.securityCheckIntroBg .securityCheckIntro .securityCheckIntroTitle .desc {
  font-size: 0.83333vw;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.35417vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.04167vw);
  -moz-transform: translateY(1.04167vw);
  -ms-transform: translateY(1.04167vw);
  transform: translateY(1.04167vw);
  -webkit-transition: all 0.6s ease 1.1s;
  -moz-transition: all 0.6s ease 1.1s;
  transition: all 0.6s ease 1.1s;
}

.securityCheckIntroBg .securityCheckIntro .securityCheckIntroMain {
  width: 50.52083vw;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(1.5625vw);
  backdrop-filter: blur(1.5625vw);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0.78125vw;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.04167vw);
  -moz-transform: translateY(1.04167vw);
  -ms-transform: translateY(1.04167vw);
  transform: translateY(1.04167vw);
  -webkit-transition: all 0.6s ease 1.2s;
  -moz-transition: all 0.6s ease 1.2s;
  transition: all 0.6s ease 1.2s;
}

.securityCheckIntroBg .securityCheckIntro .securityCheckIntroMain .securityCheckIntroList {
  border-bottom: 1px solid rgba(202, 202, 202, 0.4);
}

.securityCheckIntroBg .securityCheckIntro .securityCheckIntroMain .securityCheckIntroList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 2.08333vw;
}

.securityCheckIntroBg .securityCheckIntro .securityCheckIntroMain .securityCheckIntroList ul li {
  font-size: 0.9375vw;
  color: #eee;
  height: 4.16667vw;
  line-height: 4.16667vw;
  margin-right: 2.29167vw;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.securityCheckIntroBg .securityCheckIntro .securityCheckIntroMain .securityCheckIntroList ul li::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.securityCheckIntroBg .securityCheckIntro .securityCheckIntroMain .securityCheckIntroList ul li.active {
  color: #fff;
}

.securityCheckIntroBg .securityCheckIntro .securityCheckIntroMain .securityCheckIntroList ul li.active::after {
  opacity: 1;
  visibility: visible;
}

.securityCheckIntroBg .securityCheckIntro .securityCheckIntroMain .securityCheckIntroContent ul li {
  display: none;
  font-size: 0.78125vw;
  color: rgba(255, 255, 255, 0.8);
  padding: 1.5625vw 2.08333vw;
  line-height: 1.35417vw;
}

.securityCheckIntroBg .securityCheckIntro .securityCheckIntroMain .securityCheckIntroContent ul li.active {
  display: block;
}

/* 查询弹窗 */
.securityCheckPopupContainer {
  width: 26.66667vw;
  height: 34.89583vw;
  background-color: #fff;
  border-radius: 1.04167vw;
  overflow: hidden;
}

.securityCheckPopup {
  background: url("../images/securitycheckpopupbg.jpg") no-repeat center/cover;
  text-align: center;
  padding-top: 5.36458vw;
  display: none;
}

.securityCheckPopup .icon {
  margin-bottom: 2.03125vw;
}

.securityCheckPopup .icon img {
  width: auto;
  height: 10.625vw;
}

.securityCheckPopup .title {
  font-size: 2.08333vw;
  color: #000000;
  margin-bottom: 0.72917vw;
}

.securityCheckPopup .desc {
  font-size: 0.9375vw;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.45833vw;
  margin-bottom: 2.29167vw;
}

.securityCheckPopup .btn {
  width: 11.35417vw;
  height: 2.44792vw;
  font-size: 0.72917vw;
  color: #285135;
  border: 2px solid #a88282;
  border-radius: 1.25vw;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.securityCheckPopup .btn:hover {
  background-color: #a88282;
  color: #fff;
}

/* 防伪查询 */
.securityCheckBg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
}

.securityCheckBg .securityCheck {
  width: 50.625vw;
  height: auto;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(1.5625vw);
  backdrop-filter: blur(1.5625vw);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.04167vw);
  -moz-transform: translateY(1.04167vw);
  -ms-transform: translateY(1.04167vw);
  transform: translateY(1.04167vw);
  -webkit-transition: all 0.6s ease 1s;
  -moz-transition: all 0.6s ease 1s;
  transition: all 0.6s ease 1s;
  border-radius: 1.04167vw;
  overflow: hidden;
}

.securityCheckBg .securityCheck .securityCheckTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 10.57292vw;
  font-size: 1.25vw;
  color: #393939;
  padding: 0px 8.59375vw;
  background: url("../images/securitychecktitle.jpg") no-repeat center/cover;
}

.securityCheckBg .securityCheck .securityCheckMain {
  padding: 2.60417vw 0px 2.70833vw;
}

.securityCheckBg .securityCheck .securityCheckMain .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.0417vw;
  text-align: center;
  margin-bottom: 1.45833vw;
}

.securityCheckBg .securityCheck .securityCheckMain .title::before {
  margin-right: 0.9375vw;
}

.securityCheckBg .securityCheck .securityCheckMain .title::after {
  margin-left: 0.9375vw;
}

.securityCheckBg .securityCheck .securityCheckMain .title::before,
.securityCheckBg .securityCheck .securityCheckMain .title::after {
  width: 3.54167vw;
  height: 1px;
  background-color: #c2c5cc;
  content: "";
  display: block;
}

.securityCheckBg .securityCheck .securityCheckMain .securityCheckForm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 8.59375vw;
}

.securityCheckBg .securityCheck .securityCheckMain .securityCheckForm .input {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 0.78125vw;
  position: relative;
}

.securityCheckBg .securityCheck .securityCheckMain .securityCheckForm .input:nth-of-type(2n+2) {
  margin-right: 0%;
}

.securityCheckBg .securityCheck .securityCheckMain .securityCheckForm .input:last-of-type {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 1.04167vw;
}

.securityCheckBg .securityCheck .securityCheckMain .securityCheckForm .input:last-of-type input {
  padding-right: 16.25vw;
}

.securityCheckBg .securityCheck .securityCheckMain .securityCheckForm .input span {
  display: block;
  font-size: .9375vw;
  color: #000;
  margin-bottom: 0.46875vw;
}

.securityCheckBg .securityCheck .securityCheckMain .securityCheckForm .input input {
  display: block;
  width: 100%;
  height: 2.34375vw;
  font-size: .8854vw;
  color: rgba(0, 0, 0, 0.5);
  padding: 0px 0.78125vw;
  border: 1px solid #C8D1C9;
  border-radius: 0.52083vw;
  background-color: transparent;
}

.securityCheckBg .securityCheck .securityCheckMain .securityCheckForm .input img {
  display: block;
  position: absolute;
  top: 1.9271vw;
  right: 1px;
  height: 2.2396vw;
  border-radius: 0px .5208vw .5208vw 0px;
  cursor: pointer;
}

.securityCheckBg .securityCheck .securityCheckMain .securityCheckSubmit {
  display: block;
  width: 100%;
  height: 2.44792vw;
  font-size: .8333vw;
  color: #285135;
  border: 2px solid #a88282;
  border-radius: 1.25vw;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.securityCheckBg .securityCheck .securityCheckMain .securityCheckSubmit:hover {
  background-color: #a88282;
  color: #fff;
}

.securityCheckBg .securityCheck .securityCheckMain .tip {
  padding: 0px 8.59375vw;
  text-align: center;
  font-size: .7292vw;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 1.71875vw;
}

/* 雅兰床垫 */
.productsMattressBg {
  padding: 9.6875vw 3.64583vw 4.94792vw;
}

.productsMattressBg .productsMattress .productsMattressTitle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(40, 81, 53, 0.1);
  margin-bottom: 3.69792vw;
}

.productsMattressBg .productsMattress .productsMattressTitle .title {
  font-size: 2.08333vw;
  color: #000000;
  padding-bottom: 1.82292vw;
  position: relative;
}

.productsMattressBg .productsMattress .productsMattressTitle .title::after {
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #285135;
  content: "";
  display: block;
}

.productsMattressBg .productsMattress .productsMattressMain {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft {
  width: 13.125vw;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li {
  border-bottom: 1px solid rgba(98, 98, 98, 0.1);
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li.active .firstLevel .title {
  color: #285135;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li.active .firstLevel .icon {
  color: #285135;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li.active .secondLevel {
  max-height: 100vh;
  padding: 1.35417vw 0px 1.14583vw;
  border-color: rgba(98, 98, 98, 0.1);
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li:first-child .firstLevel {
  padding-top: 0px;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .firstLevel {
  padding: 0.9375vw 0px;
  position: relative;
  cursor: pointer;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .firstLevel .title {
  font-size: 1.04167vw;
  color: #010101;
  margin-right: 3.38542vw;
  margin-bottom: 0.15625vw;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .firstLevel .desc {
  font-size: 0.78125vw;
  color: #666666;
  margin-right: 3.38542vw;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .firstLevel .icon {
  font-size: 0.625vw;
  color: #000000;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .secondLevel {
  padding: 0px;
  border-top: 1px solid transparent;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 1s ease, border-color 0.4s ease;
  -moz-transition: max-height 1s ease, border-color 0.4s ease;
  transition: max-height 1s ease, border-color 0.4s ease;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .secondLevel .list .secondLevelTitle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 0.52083vw;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .secondLevel .list:last-child .secondLevelTitle {
  margin-bottom: 0px;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .secondLevel .list.active .secondLevelTitle .title {
  color: #285135;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .secondLevel .list.active .secondLevelTitle .icon {
  color: #285135;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .secondLevel .list.active .secondLevelMain {
  display: block;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .secondLevel .list .secondLevelTitle .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 3.38542vw;
  font-size: .8333vw;
  color: #666666;
  line-height: 1.25vw;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .secondLevel .list .secondLevelTitle .icon {
  font-size: 0.625vw;
  color: #000000;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .secondLevel .list .secondLevelMain {
  margin-left: 1.0417vw;
  margin-bottom: .5208vw;
  display: none;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .secondLevel .list .secondLevelMain a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 0.52083vw;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .secondLevel .list .secondLevelMain a:last-child {
  margin-bottom: 0px;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .secondLevel .list .secondLevelMain a.active .title {
  color: #285135;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .secondLevel .list .secondLevelMain a.active .icon {
  color: #285135;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .secondLevel .list .secondLevelMain a .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 3.38542vw;
  font-size: .8333vw;
  color: #666666;
  line-height: 1.25vw;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .secondLevel .list .secondLevelMain a .icon {
  font-size: 0.625vw;
  color: #000000;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressRight {
  width: 75vw;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent1 {
  position: relative;
  border-radius: 0.78125vw;
  overflow: hidden;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent1:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent1:hover .content {
  padding-bottom: 3.48958vw;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent1 .image {
  overflow: hidden;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent1 .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent1 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 8.85417vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
  background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
  padding: 0px 2.76042vw 2.44792vw;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent1 .content .title {
  font-size: 1.25vw;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent1 .content .desc {
  font-size: 0.72917vw;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent2 ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent2 ul li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-top: 3.125%;
  border-radius: 0.78125vw;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent2 ul li:nth-child(3n+3) {
  margin-right: 0px;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent2 ul li:hover {
  -webkit-box-shadow: -0.36458vw 0.41667vw 1.66667vw 0px rgba(0, 0, 0, 0.13);
  box-shadow: -0.36458vw 0.41667vw 1.66667vw 0px rgba(0, 0, 0, 0.13);
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent2 ul li:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent2 ul li .image {
  overflow: hidden;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent2 ul li .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent2 ul li .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 6.30208vw;
  padding: 0px 2.34375vw;
  text-align: center;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent2 ul li .content .title {
  font-size: 0.9375vw;
  color: #000000;
  margin-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent2 ul li .content .desc {
  font-size: 0.72917vw;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* 移动端产品分类 */
.mobileProductsList {
  display: none;
}

/* 校园招聘目的 */
.recruitSchool .recruitSchoolHeadBg {
  padding: 5.57292vw 0px 6.51042vw;
  background-color: #fff;
}

.recruitSchool .recruitSchoolHeadBg .recruitSchoolHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.recruitSchool .recruitSchoolHeadBg .recruitSchoolHead .title {
  width: 19.4%;
  margin-right: 10.2%;
  font-size: 2.34375vw;
  color: #000;
  line-height: 2.91667vw;
}

.recruitSchool .recruitSchoolHeadBg .recruitSchoolHead .desc {
  width: 61.11%;
  font-size: 0.83333vw;
  color: #4C505F;
  line-height: 1.45833vw;
}

.recruitSchool .recruitSchoolMainBg {
  padding: 5.3125vw 0px 6.77083vw;
  overflow: hidden;
}

.recruitSchool .recruitSchoolMainBg .recruitSchoolMain {
  width: 64.58333vw;
  position: relative;
}

.recruitSchool .recruitSchoolMainBg .recruitSchoolMain .swiper-slide {
  border-radius: 0.78125vw;
  overflow: hidden;
  background-color: #fff;
}

.recruitSchool .recruitSchoolMainBg .recruitSchoolMain .swiper-slide:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.recruitSchool .recruitSchoolMainBg .recruitSchoolMain .swiper-slide .image {
  overflow: hidden;
}

.recruitSchool .recruitSchoolMainBg .recruitSchoolMain .swiper-slide .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.recruitSchool .recruitSchoolMainBg .recruitSchoolMain .swiper-slide .content {
  padding: 1.66667vw 1.97917vw 2.5vw;
}

.recruitSchool .recruitSchoolMainBg .recruitSchoolMain .swiper-slide .content .title {
  font-size: 1.25vw;
  color: #000000;
  margin-bottom: 0.52083vw;
}

.recruitSchool .recruitSchoolMainBg .recruitSchoolMain .swiper-slide .content .tags {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.recruitSchool .recruitSchoolMainBg .recruitSchoolMain .swiper-slide .content .tags span {
  display: block;
  height: 1.71875vw;
  line-height: 1.61458vw;
  font-size: 0.72917vw;
  color: #6E8172;
  border: 1px solid rgba(40, 81, 53, 0.5);
  white-space: nowrap;
  padding: 0px 0.78125vw;
  border-radius: 0.88542vw;
  margin-right: 0.26042vw;
  margin-bottom: 0.26042vw;
}

.recruitSchool .recruitSchoolMainBg .recruitSchoolMain .swiper-pagination {
  display: none;
}

/* 雅仕生培养 */
.trainBg {
  padding: 4.89583vw 0px 5.67708vw;
}

.trainBg .train .trainTitle {
  font-size: 2.34375vw;
  color: #0D1013;
  margin-bottom: 1.97917vw;
}

.trainBg .train .trainMain {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.trainBg .train .trainMain .trainLeft {
  width: 39.93%;
  border-radius: 0.78125vw;
  overflow: hidden;
}

.trainBg .train .trainMain .trainLeft:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.trainBg .train .trainMain .trainLeft img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.trainBg .train .trainMain .trainRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 58.68%;
}

.trainBg .train .trainMain .trainRight .trainFlow {
  width: 100%;
}

.trainBg .train .trainMain .trainRight .trainFlow ul li {
  min-height: 5.72917vw;
  border: 1px solid #EEEEEE;
  border-radius: 0.78125vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px 11.1979vw;
  margin-bottom: 1.04167vw;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(1.5625vw);
  backdrop-filter: blur(1.5625vw);
}

.trainBg .train .trainMain .trainRight .trainFlow ul li:last-child {
  margin-bottom: 0px;
}

.trainBg .train .trainMain .trainRight .trainFlow ul li .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.5625vw;
  height: 1.5625vw;
  font-size: 0.9375vw;
  color: #a88282;
  font-family: Bronova;
  font-weight: bold;
  border: 2px solid #a88282;
  border-radius: 50%;
  margin-right: 0.72917vw;
}

.trainBg .train .trainMain .trainRight .trainFlow ul li .title {
  font-size: 1.35417vw;
  color: #000000;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.trainBg .train .trainMain .trainRight .trainFlowTitle {
  width: 22%;
  font-size: 1.5625vw;
  font-weight: bold;
  line-height: 2.08333vw;
  color: #285135;
  border: 1px solid #EEEEEE;
  border-radius: 0.78125vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0px 2.08333vw;
  background-color: #fff;
}

/* 雅仕生职业发展通道 */
.careerDevelopmentBg {
  padding: 5.57292vw 0px 6.71875vw;
}

.careerDevelopmentBg .careerDevelopment .careerDevelopmentTitle {
  font-size: 2.34375vw;
  color: #0D1013;
  margin-bottom: 2.23958vw;
}

.careerDevelopmentBg .careerDevelopment .careerDevelopmentMain::after {
  width: 100%;
  height: 0.52083vw;
  border-radius: 0.26042vw;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1), rgb(255, 255, 255));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.1), rgb(255, 255, 255));
  background: linear-gradient(left, rgba(255, 255, 255, 0.1), rgb(255, 255, 255));
  margin-top: 0.26042vw;
  content: "";
  display: block;
}

.careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul li {
  width: 17.84%;
  margin-right: 2.7%;
}

.careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul li::after {
  width: 0.52083vw;
  height: 1.875vw;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.1)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgb(255, 255, 255));
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgb(255, 255, 255));
  background: linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgb(255, 255, 255));
  border-radius: 0.26042vw;
  margin: 0px auto;
  margin-top: 0.67708vw;
  content: "";
  display: block;
}

.careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul li:nth-child(1) .content {
  padding: 3.28125vw 0px 3.48958vw;
}

.careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul li:nth-child(2) .content {
  padding: 3.80208vw 0px 4.01042vw;
}

.careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul li:nth-child(3) .content {
  padding: 4.32292vw 0px 4.53125vw;
}

.careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul li:nth-child(4) .content {
  padding: 4.84375vw 0px 5.05208vw;
}

.careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul li:nth-child(5) .content {
  padding: 5.36458vw 0px 5.57292vw;
}

.careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul li:nth-child(5n+5) {
  margin-right: 0%;
}

.careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul li .content {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(0.26042vw);
  backdrop-filter: blur(0.26042vw);
  border-radius: 1.5625vw;
}

.careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul li .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.5625vw;
  height: 1.5625vw;
  font-size: 0.9375vw;
  color: #a88282;
  font-family: Bronova;
  font-weight: bold;
  border: 2px solid #a88282;
  border-radius: 50%;
  margin: 0px auto;
  margin-bottom: 1.04167vw;
}

.careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul li .title {
  font-size: 1.5625vw;
  color: #0D1013;
  margin-bottom: 1.51042vw;
}

.careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul li .icon {
  margin-bottom: 1.66667vw;
}

.careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul li .icon img {
  width: auto;
  height: 0.36458vw;
}

.careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul li .level {
  display: inline-block;
  min-width: 7.55208vw;
  height: 3.125vw;
  line-height: 3.125vw;
  white-space: nowrap;
  font-size: 0.9375vw;
  color: #fff;
  background: #285135;
  padding: 0px 1.66667vw;
  text-align: center;
  border-radius: 1.5625vw;
}

/* 联系我们 */
.contactBg {
  padding: 5.78125vw 0px 5.26042vw;
}

.contactBg .contact {
  padding: 0px 5.46875vw;
}

.contactBg .contact .contactHead {
  text-align: center;
  margin-bottom: 5.3125vw;
}

.contactBg .contact .contactHead .title {
  font-size: 1.04167vw;
  color: #444444;
  margin-bottom: 0.41667vw;
}

.contactBg .contact .contactHead .phone {
  font-size: 2.60417vw;
  color: #a88282;
  font-family: Bronova;
  font-weight: bold;
  line-height: 3.4375vw;
}

.contactBg .contact .contactHead .time {
  font-size: 0.72917vw;
  color: #525F5D;
  margin-bottom: 0.83333vw;
}

.contactBg .contact .contactHead .address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.9375vw;
  color: #444444;
}

.contactBg .contact .contactHead .address img {
  width: auto;
  height: 0.88542vw;
  margin-right: 0.36458vw;
}

.contactBg .contact .contactMain .contactMain1 ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.contactBg .contact .contactMain .contactMain1 ul li {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 3.4375vw 3.125vw 3.33333vw;
  width: -webkit-calc(33.33% - 1.04167vw);
  width: -moz-calc(33.33% - 1.04167vw);
  width: calc(33.33% - 1.04167vw);
  border-radius: 0.78125vw;
  overflow: hidden;
  margin-right: 1.5625vw;
  margin-bottom: 1.5625vw;
}

.contactBg .contact .contactMain .contactMain1 ul li:nth-child(3n+3) {
  margin-right: 0%;
}

.contactBg .contact .contactMain .contactMain1 ul li .image {
  margin-bottom: 1.61458vw;
}

.contactBg .contact .contactMain .contactMain1 ul li .image img {
  width: auto;
  height: 7.44792vw;
}

.contactBg .contact .contactMain .contactMain1 ul li .content .title {
  font-size: 1.25vw;
  color: #010101;
  margin-bottom: 0.36458vw;
}

.contactBg .contact .contactMain .contactMain1 ul li .content .desc {
  font-size: 0.83333vw;
  color: #7E7E7E;
  margin-bottom: 3.125vw;
}

.contactBg .contact .contactMain .contactMain1 ul li .content .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 2.03125vw;
  height: 2.03125vw;
  border: 2px solid #a88282;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin: 0 auto;
}

.contactBg .contact .contactMain .contactMain1 ul li .content .icon:hover {
  background-color: #a88282;
}

.contactBg .contact .contactMain .contactMain1 ul li .content .icon:hover img {
  -webkit-filter: grayscale(1) brightness(500%);
  filter: grayscale(1) brightness(500%);
}

.contactBg .contact .contactMain .contactMain1 ul li .content .icon img {
  width: auto;
  height: 1.09375vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contactBg .contact .contactMain .contactMain2 ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.contactBg .contact .contactMain .contactMain2 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 3.4375vw 3.125vw 3.69792vw;
  width: -webkit-calc(50% - 0.83333vw);
  width: -moz-calc(50% - 0.83333vw);
  width: calc(50% - 0.83333vw);
  border-radius: 0.78125vw;
  overflow: hidden;
  margin-right: 1.66667vw;
}

.contactBg .contact .contactMain .contactMain2 ul li:nth-child(2n+2) {
  margin-right: 0%;
}

.contactBg .contact .contactMain .contactMain2 ul li .image img {
  width: auto;
  height: 7.44792vw;
}

.contactBg .contact .contactMain .contactMain2 ul li .content {
  margin-right: 3.125vw;
}

.contactBg .contact .contactMain .contactMain2 ul li .content .title {
  font-size: 1.25vw;
  color: #010101;
  margin-bottom: 0.36458vw;
}

.contactBg .contact .contactMain .contactMain2 ul li .content .desc {
  font-size: 0.83333vw;
  color: #7E7E7E;
  margin-bottom: 1.45833vw;
}

.contactBg .contact .contactMain .contactMain2 ul li .content .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 2.03125vw;
  height: 2.03125vw;
  border: 2px solid #a88282;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.contactBg .contact .contactMain .contactMain2 ul li .content .icon:hover {
  background-color: #a88282;
}

.contactBg .contact .contactMain .contactMain2 ul li .content .icon:hover img {
  -webkit-filter: grayscale(1) brightness(500%);
  filter: grayscale(1) brightness(500%);
}

.contactBg .contact .contactMain .contactMain2 ul li .content .icon img {
  width: auto;
  height: 1.09375vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* 分页 */
.pagingMain .paging {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.15625vw;
}

.pagingMain .paging .layui-laypage {
  margin: 0px;
}

.pagingMain .paging .layui-laypage i {
  font-size: 0.625vw;
}

.pagingMain .paging .layui-laypage a,
.pagingMain .paging .layui-laypage span {
  width: 2.5vw;
  height: 2.5vw;
  line-height: 2.5vw;
  padding: 0px;
  font-size: 0.72917vw;
  background: #FFFFFF;
  text-align: center;
  border-radius: 0.41667vw;
  margin: 0px 0.39063vw;
}

.pagingMain .paging .layui-laypage a:hover,
.pagingMain .paging .layui-laypage span:hover {
  color: #a88282;
}

.pagingMain .paging .layui-laypage .layui-laypage-curr .layui-laypage-em {
  border-radius: 0.41667vw;
  background-color: #a88282;
  padding: 0px;
  top: 0px;
  left: 0px;
}

.pagingMain .paging .layui-laypage a,
.pagingMain .paging .layui-laypage button,
.pagingMain .paging .layui-laypage input,
.pagingMain .paging .layui-laypage select,
.pagingMain .paging .layui-laypage span {
  border: 0px;
}

.pagingMain .pagingMore {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 12.5vw;
  height: 2.44792vw;
  font-size: 0.72917vw;
  color: #285135;
  border: 2px solid #a88282;
  border-radius: 1.25vw;
  background-color: transparent;
  margin: 5.72917vw auto 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.pagingMain .pagingMore:hover {
  background-color: #a88282;
  color: #fff;
}

.pagingMain .pagingMore.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 视频弹窗 */
@media (min-width: 0px) {
  .PopupVideoBox {
    position: fixed;
    z-index: 9999;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
  }

  .PopupVideo {
    position: absolute;
    left: 50%;
    width: 100%;
    top: 50%;
    max-width: 960px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0px 20px;
  }

  .PopupVideo video {
    width: 100%;
    border-radius: 10px;
  }

  .PopupVideo iframe {
    width: 100%;
    min-height: 230px;
    border-radius: 10px;
  }

  .PopupVideo .videoPlayer {
    overflow: hidden;
  }

  .closeVideo {
    position: absolute;
    right: 25px;
    top: -25px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .closeVideo::after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .closeVideo::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .PopupVideo {
    max-width: 60vw;
    padding: 0vw 1.5625vw;
  }

  .PopupVideo iframe {
    min-height: 31.25vw;
    border-radius: 0.625vw;
  }

  .PopupVideo video {
    border-radius: 0.625vw;
  }

  .closeVideo {
    right: 1.5625vw;
    top: -1.5625vw;
    width: 1.375vw;
    height: 1.375vw;
  }

  .closeVideo::after {
    width: 0.125vw;
  }

  .closeVideo::before {
    height: 0.125vw;
  }
}

@media (min-width: 1200px) {
  .PopupVideo {
    max-width: 50vw;
    padding: 0vw 1.3021vw;
  }

  .PopupVideo iframe {
    min-height: 26.0417vw;
    border-radius: 0.5208vw;
  }

  .PopupVideo video {
    border-radius: 0.5208vw;
  }

  .closeVideo {
    right: 1.3021vw;
    top: -1.3021vw;
    width: 1.1458vw;
    height: 1.1458vw;
  }

  .closeVideo::after {
    width: 0.1042vw;
  }

  .closeVideo::before {
    height: 0.1042vw;
  }
}

@media (max-width: 1200px) {
  .pc {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }
}

/* 移动端 */
@media (max-width: 768px) {
  .content1440 {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }

  /* 内页banner */
  .detailBanner {
    height: auto !important;
  }

  .detailBanner .detailBannerMain .swiper-slide video {
    height: auto !important;
  }

  .detailBanner .content {
    top: 55%;
  }

  .detailBanner .content .title,
  .detailBanner .content .title2 {
    font-size: 24px;
    margin-bottom: 0px;
  }

  .detailBanner .content .desc {
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 0px;
  }

  .detailBanner .content2 {
    top: 55%;
  }

  .detailBanner .content2 .title {
    margin-bottom: 5px;
  }

  .detailBanner .content2 .title img {
    height: 45px;
  }

  .detailBanner .content2 .desc {
    font-size: 16px;
  }

  .detailBanner .btn {
    display: none;
  }

  .detailBanner .content .btn {
    display: none;
  }

  /* 品牌故事 */
  .brandStoryBg {
    padding-bottom: 40px;
  }

  .brandStoryBg .brandStory {
    margin-bottom: 0px;
  }

  .brandStoryBg .brandStory .brandStoryHead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 90%;
    padding-top: 40px;
    margin-bottom: 20px;
  }

  .brandStoryBg .brandStory .brandStoryHead .year {
    font-size: 60px;
  }

  .brandStoryBg .brandStory .brandStoryHead .content {
    margin-left: 0px;
  }

  .brandStoryBg .brandStory .brandStoryHead .content .title {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .brandStoryBg .brandStory .brandStoryHead .content .desc {
    font-size: 14px;
    line-height: 22px;
  }

  .brandStoryBg .brandStoryMain {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
  }

  .brandStoryBg .brandStoryMain .brandStoryVideo video {
    min-height: 230px;
    border-radius: 8px;
  }

  .brandStoryBg .brandStoryMain .brandStoryVideo .play {
    width: 70px;
    height: 40px;
    border-radius: 40px;
    border-width: 2px;
  }

  .brandStoryBg .brandStoryMain .brandStoryVideo .play::after {
    margin-left: 3px;
    border-width: 6px;
  }

  .brandStoryBg .brandStoryMain .brandStoryVideo {
    padding: 100px 0px;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
  }

  .brandStoryBg .brandStoryMain .brandStoryVideo .content {
    padding: 0px 0px;
    top: 50%;
    margin-top: 30px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
  }

  .brandStoryBg .brandStoryMain.active {
    margin-bottom: -40px;
  }

  .brandStoryBg .brandStoryMain.active .brandStoryVideo {
    padding: 0px 0px;
  }

  .brandStoryBg .brandStoryMain.active .brandStoryVideo video {
    height: 64.84375vw;
  }

  .brandStoryBg .brandStoryMain.active .brandStoryVideo .content {
    -webkit-transition: all 0.8s ease 1s;
    -moz-transition: all 0.8s ease 1s;
    transition: all 0.8s ease 1s;
  }

  .brandStoryBg .brandStoryMain .brandStoryVideo .content .title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .brandStoryBg .brandStoryMain .brandStoryVideo .content .desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .brandStoryBg .brandStoryMain .brandStoryVideo .content .play {
    width: 70px;
    height: 40px;
    border-radius: 40px;
    border-width: 2px;
  }

  .brandStoryBg .brandStoryMain .brandStoryVideo .content .play::after {
    margin-left: 3px;
    border-width: 6px;
  }

  .brandStoryBg .brandStoryMain .image {
    border-radius: 4px;
  }

  .brandStoryBg .brandStoryMain .image:nth-of-type(1) {
    top: 0px;
    left: 0px;
    width: 28.45833vw;
  }

  .brandStoryBg .brandStoryMain .image:nth-of-type(2) {
    top: 0px;
    left: -webkit-calc(100% - 26.70833vw);
    left: -moz-calc(100% - 26.70833vw);
    left: calc(100% - 26.70833vw);
    width: 26.70833vw;
  }

  .brandStoryBg .brandStoryMain .image:nth-of-type(3) {
    top: 78.26042vw;
    left: 0px;
    width: 25.98958vw;
  }

  .brandStoryBg .brandStoryMain .image:nth-of-type(4) {
    top: 85.13542vw;
    left: -webkit-calc(100% - 30vw);
    left: -moz-calc(100% - 30vw);
    left: calc(100% - 30vw);
    width: 30vw;
  }

  .brandStoryPopup .close {
    top: 17px;
    right: 20px;
    font-size: 20px;
  }

  .brandStoryPopup .content {
    top: 40%;
    margin-top: 30px;
    padding: 0px 10%;
  }

  .brandStoryPopup .content .title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .brandStoryPopup .content .desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .brandStoryPopup .content .play {
    width: 70px;
    height: 40px;
    border-radius: 40px;
    border-width: 2px;
  }

  .brandStoryPopup .content .play::after {
    margin-left: 3px;
    border-width: 6px;
  }

  /* 睡眠史 */
  .sleepHistoryBg .sleepHistory {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 0px;
  }

  .sleepHistoryBg .sleepHistory .image {
    width: 100%;
    border-radius: 8px;
  }

  .sleepHistoryBg .sleepHistory .content {
    width: 100%;
  }

  .sleepHistoryBg .sleepHistory .content .title {
    font-size: 18px;
    line-height: 1.4;
    margin: 17px 0px 8px;
  }

  .sleepHistoryBg .sleepHistory .content .desc {
    font-size: 14px;
    line-height: 24px;
  }

  /* 好睡眠 */
  .sleepBg .sleep {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 0px;
  }

  .sleepBg .sleep .image {
    width: 100%;
    border-radius: 8px;
  }

  .sleepBg .sleep .content {
    width: 100%;
  }

  .sleepBg .sleep .content .title {
    font-size: 18px;
    line-height: 1.4;
    margin: 17px 0px 8px;
  }

  .sleepBg .sleep .content .desc {
    font-size: 14px;
    line-height: 24px;
  }

  /* 品牌荣誉 */
  .honorsBg {
    height: auto;
    padding: 40px 0px 0px;
  }

  .honorsBg .honors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 20px;
  }

  .honorsBg .honors .honorsLeft {
    width: 100%;
    height: auto;
    margin: 0px 0px 30px;
  }

  .honorsBg .honors .honorsLeft .honorsTitle {
    margin-bottom: 17px;
  }

  .honorsBg .honors .honorsLeft .honorsTitle .title {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .honorsBg .honors .honorsLeft .honorsTitle .desc {
    font-size: 22px;
  }

  .honorsBg .honors .honorsLeft .honorsHead {
    padding: 18px 0px;
    margin-bottom: 25px;
  }

  .honorsBg .honors .honorsLeft .honorsHead ul li {
    margin-bottom: 9px;
  }

  .honorsBg .honors .honorsLeft .honorsHead ul li img {
    height: 21px;
    margin-right: 4px;
  }

  .honorsBg .honors .honorsLeft .honorsHead ul li span {
    font-size: 15px;
  }

  .honorsBg .honors .honorsLeft .honorsMain ul li {
    margin-bottom: 15px;
  }

  .honorsBg .honors .honorsLeft .honorsMain ul li .year {
    font-size: 22px;
    margin-right: 14px;
  }

  .honorsBg .honors .honorsLeft .honorsMain ul li .desc {
    font-size: 14px;
    line-height: 22px;
    margin-top: 3px;
  }

  .honorsBg .honors .honorsRight {
    width: 100%;
  }

  .honorsBg .honors .honorsRight .honorsSwiper {
    width: 100%;
    height: 76.087vw;
  }

  .honorsBg .honors .honorsRight .honorsSwiper .swiper-slide-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin-top: 0px;
    position: relative;
    z-index: 3;
  }

  .honorsBg .honors .honorsRight .honorsSwiper .swiper-slide-prev {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin-top: 0px;
  }

  .honorsBg .honors .honorsRight .honorsSwiper .swiper-slide-next {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin-top: 0px;
  }

  .honorsBg .honors .honorsRight .honorsSwiper .swiper-slide-duplicate-next {
    opacity: 1;
  }

  .honorsBg .honors .honorsRight .honorsSwiper .swiper-slide-duplicate-prev {
    opacity: 1;
  }

  .honorsBg .honors .honorsRight .honorsSwiper .swiper-slide-duplicate-active {
    opacity: 1;
  }

  .honorsBg .honors .honorsRight .honorsSwiper .swiper-slide::after {
    width: 73.43vw;
    height: 59.4203vw;
    background-size: 73.43vw 59.4203vw;
    bottom: -41.0628vw;
  }

  .honorsBg .honors .honorsRight .honorsSwiper .swiper-slide img {
    height: 60.3865vw;
    bottom: 14.4928vw;
  }

  /* 视频 */
  .videoBg {
    padding: 40px 0px;
  }

  .videoBg .video .video1 {
    margin-bottom: 18px;
  }

  .videoBg .video .video2 {
    margin-bottom: 18px;
  }

  .videoBg .video .video2 .video2Left {
    margin-bottom: 18px;
  }

  .videoBg .video .video2 .video2Right ul li {
    margin-bottom: 18px;
  }

  .videoBg .video .video2 .video2Right ul li:last-child {
    margin-bottom: 0px;
  }

  .videoBg .video .image {
    border-radius: 8px;
  }

  .videoBg .video .image img {
    min-height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .videoBg .video .title {
    font-size: 18px;
    margin-top: 10px;
  }

  .videoBg .video .play {
    width: 70px;
    height: 40px;
    border-radius: 40px;
    border-width: 2px;
  }

  .videoBg .video .play::after {
    margin-left: 3px;
    border-width: 6px;
  }

  .videoBg .video .video2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .videoBg .video .video2 .video2Left {
    width: 100%;
  }

  .videoBg .video .video2 .video2Right {
    width: 100%;
  }

  .videoBg .video .video3 ul .layui-flow-more {
    margin: 30px auto 0px;
    font-size: 14px;
  }

  .videoBg .video .video3 ul .layui-flow-more a cite {
    width: 120px;
    height: 42px;
    line-height: 38px;
    border-width: 2px;
    font-size: 14px;
    color: #285135;
    border: 2px solid #a88282;
    border-radius: 38px;
  }

  .videoBg .video .video3 ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 18px;
  }

  .videoBg .video .video3 ul li:nth-last-of-type(-n+3) {
    margin-bottom: 18px;
  }

  .videoBg .video .video3 ul li:last-child {
    margin-bottom: 0px;
  }

  /* 新闻 */
  .newsBg {
    padding: 40px 0px;
  }

  .newsBg .news .news1 {
    margin: 0px 0px 15px;
    border-radius: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .newsBg .news .news1 .news1Left {
    width: 100%;
    padding-bottom: 25px;
  }

  .newsBg .news .news1 .news1Left .swiper-slide a {
    padding: 23px 20px;
  }

  .newsBg .news .news1 .news1Left .swiper-slide .title {
    font-size: 18px;
    line-height: 1.4;
    height: auto;
    margin-bottom: 8px;
  }

  .newsBg .news .news1 .news1Left .swiper-slide .desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .newsBg .news .news1 .news1Left .swiper-slide .time {
    position: static;
    font-size: 13px;
  }

  .newsBg .news .news1 .news1Left .swiper-pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    right: 0px;
    bottom: 20px;
  }

  .newsBg .news .news1 .news1Left .swiper-pagination .swiper-pagination-bullet {
    width: 2px;
    height: 11px;
    margin: 0px 2.5px;
  }

  .newsBg .news .news1 .news1Left .swiper-pagination .swiper-pagination-bullet-active {
    height: 15px;
  }

  .newsBg .news .news1 .news1Right {
    width: 100%;
  }

  .newsBg .news .news2 ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
    border-radius: 8px;
  }

  .newsBg .news .news2 ul li:nth-last-of-type(-n+2) {
    margin-bottom: 15px;
  }

  .newsBg .news .news2 ul li:last-child {
    margin-bottom: 0px;
  }

  .newsBg .news .news2 ul li .content {
    height: auto;
    padding: 23px 20px;
  }

  .newsBg .news .news2 ul li .content .title {
    font-size: 18px;
    margin-bottom: 8px;
    -webkit-line-clamp: 2;
  }

  .newsBg .news .news2 ul li .content .time {
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    border-radius: 26px;
    padding: 0px 10px;
  }

  /* 新闻详情 */
  .newsDetailBg {
    padding: 60px 0px 1px;
  }

  .newsDetailBg .newsDetail {
    width: 100%;
    margin: 0 auto 35px;
    border-radius: 0px;
    padding: 35px 0px 30px;
  }

  .newsDetailBg .newsDetail .newsDetailHead {
    display: none;
  }

  .newsDetailBg .newsDetail .newsDetailTitle {
    padding: 0px;
    margin-bottom: 20px;
    text-align: center;
  }

  .newsDetailBg .newsDetail .newsDetailTitle .title {
    width: 100%;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 6px;
  }

  .newsDetailBg .newsDetail .newsDetailTitle .time {
    font-size: 13px;
  }

  .newsDetailBg .newsDetail .newsDetailTitle .line {
    margin-top: 16px;
  }

  .newsDetailBg .newsDetail .newsDetailBanner {
    margin: 0px 20px 20px;
    border-radius: 8px;
  }

  .newsDetailBg .newsDetail .newsDetailMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0px 0px;
  }

  .newsDetailBg .newsDetail .newsDetailMain .newsDetailMainRight .newsDetailMainDesc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .newsDetailBg .newsDetail .newsDetailMain .newsDetailMainRight .newsDetailMainDesc h2 {
    font-size: 18px;
  }

  .newsDetailBg .newsDetail .newsDetailMain .newsDetailMainRight .newsDetailMainBtns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 80px;
    border-radius: 8px;
    padding: 10px 15px 0px;
  }

  .newsDetailBg .newsDetail .newsDetailMain .newsDetailMainRight .newsDetailMainBtns a {
    width: 100%;
    margin-right: 0px;
    height: 30px;
  }

  .newsDetailBg .newsDetail .newsDetailMain .newsDetailMainRight .newsDetailMainBtns a i {
    font-size: 14px;
    margin-right: 7px;
  }

  .newsDetailBg .newsDetail .newsDetailMain .newsDetailMainRight .newsDetailMainBtns a span {
    font-size: 14px;
  }

  .newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft {
    width: 100%;
    margin-right: 0px;
  }

  .newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .newsDetailShare2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0px 25px;
  }

  .newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .newsDetailShare2 span {
    font-size: 13px;
    margin-bottom: 0px;
    white-space: nowrap;
    margin-right: 9px;
  }

  .newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .newsDetailShare2 .social-share a {
    width: 35px;
    height: 35px;
    margin-right: 7px;
  }

  .newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .newsDetailShare2 .social-share a:hover .popup {
    top: -8px;
  }

  .newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .newsDetailShare2 .social-share a>img {
    height: 20px;
  }

  .newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .newsDetailShare2 .social-share a .popup {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    padding: 8px;
    -webkit-box-shadow: 0px 0px 5px #ddd;
    box-shadow: 0px 0px 5px #ddd;
  }

  .newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .newsDetailShare2 .social-share a .popup::after {
    bottom: -13px;
    border-width: 6px;
  }

.reporting .screen .layui-form-radio>i{
    font-size: 18px;
}

.reporting .screen .layui-form-radio>div{
    font-size: 14px;
}

.reporting .screen .layui-form-checkbox>div{
    font-size: 14px;
}

.reporting .title {
    font-size: 14px;
    color: #33333;
    margin: 7px 0px 6px;
}

.reporting .subTitle {
    font-size: 13px;
    margin-bottom: 1px;
}

.reporting .required::after {
    margin-left: 2px;
}

.reporting .inputs{
 -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.reporting .input {
  margin-right: 0px;
    margin-bottom: 10px;
}

.reporting .input span {
    font-size: 13px;
    margin-bottom: 6px;
}

.reporting .input input {
    height: 44px;
    font-size: 13px;
    padding: 0px 15px;
    border-radius: 30px;
}

.reporting .input textarea {
    height: 120px;
    font-size: 13px;
    padding: 13px 20px;
    border-radius: 20px;
}

.reporting .layui-upload-list{
    overflow-x: auto;
}

.reporting .layui-upload-list .layui-table{
    width: 650px;
}

.reporting .submit {
    width: 120px;
    height: 44px;
    font-size: 14px;
    border-radius: 44px;
    margin: 25px auto 0px;
}



  .followBg .follow .followRight {
    width: 100%;
    border-left: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 14px;
  }

  .followBg .follow .followRight a {
    min-width: auto;
    height: 36px;
    line-height: 32px;
    border-radius: 30px;
    font-size: 14px;
    padding: 0px 18px;
    margin: 0px 6px;
    margin-bottom: 0px;
    border-width: 2px;
  }

  .newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .line {
    display: none;
  }

  .newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .return {
    height: 43px;
    font-size: 14px;
    border-radius: 30px;
    border-width: 2px;
  }

  .newsDetailBg .newsDetail .newsDetailMain .newsDetailMainLeft .return i {
    font-size: 18px;
    margin-right: 6px;
  }

  .newsDetailBg .newsDetailCorrelation {
    padding-bottom: 60px;
  }

  .newsDetailBg .newsDetailCorrelation .newsDetailCorrelationTitle {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .newsDetailBg .newsDetailCorrelation .newsDetailCorrelationMain {
    height: auto;
  }

  .newsDetailBg .newsDetailCorrelation .newsDetailCorrelationMain .swiper-slide {
    height: auto;
    border-radius: 8px;
  }

  .newsDetailBg .newsDetailCorrelation .newsDetailCorrelationMain .swiper-slide:hover {
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .newsDetailBg .newsDetailCorrelation .newsDetailCorrelationMain .swiper-slide:hover .image img {
    height: auto;
  }

  .newsDetailBg .newsDetailCorrelation .newsDetailCorrelationMain .swiper-slide .image img {
    height: auto;
  }

  .newsDetailBg .newsDetailCorrelation .newsDetailCorrelationMain .swiper-slide .content {
    height: auto;
    padding: 23px 20px;
  }

  .newsDetailBg .newsDetailCorrelation .newsDetailCorrelationMain .swiper-slide .content .title {
    font-size: 18px;
    margin-bottom: 8px;
    -webkit-line-clamp: 2;
  }

  .newsDetailBg .newsDetailCorrelation .newsDetailCorrelationMain .swiper-slide .content .time {
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    border-radius: 26px;
    padding: 0px 10px;
  }

  .newsDetailBg .newsDetailCorrelation .swiper-pagination {
    bottom: 24px;
  }

  .newsDetailBg .newsDetailCorrelation .swiper-pagination .swiper-pagination-bullet {
    width: 2px;
    height: 11px;
    margin: 0px 2.5px;
  }

  .newsDetailBg .newsDetailCorrelation .swiper-pagination .swiper-pagination-bullet-active {
    height: 15px;
  }

  /* 发展历程 */
  .historyBg .historyList {
    width: 60px;
    padding-top: 223px;
    background-size: 23px auto;
  }

  .historyBg .historyList .list {
    font-size: 14px;
    margin: 17px 0px;
  }

  .historyBg .historyList .list::before {
    width: 23px;
    margin-right: 6px;
  }

  .historyBg .history>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .historyBg .history>.swiper-wrapper>.swiper-slide {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) {
    padding: 40px 0px 40px 60px;
  }

  .historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) .images {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 22px;
  }

  .historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) .images .image {
    border-radius: 8px;
  }

  .historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) .content {
    width: 100%;
    padding-right: 0px;
  }

  .historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) .content .tag {
    font-size: 12px;
    height: 25px;
    line-height: 23px;
    border-radius: 27px;
    padding: 0px 10px;
    margin-bottom: 5px;
  }

  .historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) .content .title {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 41px;
  }

  .historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) .content .descMain {
    max-height: none;
    overflow-y: hidden;
  }

  .historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) .content .descMain .list {
    margin-bottom: 20px;
  }

  .historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) .content .descMain .list .year {
    font-size: 28px;
    margin-right: 12px;
  }

  .historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(n+2) .content .descMain .list .desc {
    font-size: 14px;
    line-height: 22px;
  }

  .historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(2) .images .image:nth-child(1) {
    width: 38%;
    margin-right: 3%;
    margin-bottom: 0px;
  }

  .historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(2) .images .image:nth-child(2) {
    width: 60%;
  }

  .historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(3) .images .image:nth-child(1) {
    width: 50%;
    top: auto;
    bottom: -70px;
  }

  .historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(3) .images .image:nth-child(2) {
    width: 80%;
    margin-left: 20%;
  }

  .historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(3) .content {
    margin-top: 57px;
  }

  .historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(4) .content {
    margin-top: 78px;
    margin-bottom: 40px;
  }

  .historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(4) .images .image:nth-child(1) {
    width: 80%;
  }

  .historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(4) .images .image:nth-child(2) {
    width: 50%;
    left: auto;
    right: 0px;
    top: auto;
    bottom: -70px;
  }

  .historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(2) {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(3) {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .historyBg .history>.swiper-wrapper>.swiper-slide:nth-child(4) {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .historyBg .history>.swiper-wrapper>.swiper-slide:last-child {
    padding: 0px;
  }

  /* 加盟优势 */
  .joinAdvantageBg {
    padding: 40px 0px;
  }

  .joinAdvantageBg .joinAdvantage .joinAdvantageHead {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
  }

  .joinAdvantageBg .joinAdvantage .joinAdvantageHead .title {
    font-size: 22px;
  }

  .joinAdvantageBg .joinAdvantage .joinAdvantageHead .btns {
    display: none;
  }

  .joinAdvantageBg .joinAdvantage .joinAdvantageMain {
    overflow: hidden;
    padding-bottom: 30px;
  }

  .joinAdvantageBg .joinAdvantage .joinAdvantageMain .prevBtn, .joinAdvantageBg .joinAdvantage .joinAdvantageMain .nextBtn{
    display: none;
  }

  .joinAdvantageBg .joinAdvantage .joinAdvantageMain .swiper-pagination {
    display: block;
    bottom: 0px;
  }

  .joinAdvantageBg .joinAdvantage .joinAdvantageMain .swiper-pagination .swiper-pagination-bullet-active {
    background: #a88282;
  }

  .joinAdvantageBg .joinAdvantage .joinAdvantageMain .swiper-slide .image {
    border-radius: 8px;
  }

  .joinAdvantageBg .joinAdvantage .joinAdvantageMain .swiper-slide .content {
    margin-top: 15px;
  }

  .joinAdvantageBg .joinAdvantage .joinAdvantageMain .swiper-slide .content .title {
    margin-bottom: 8px;
  }

  .joinAdvantageBg .joinAdvantage .joinAdvantageMain .swiper-slide .content .title i {
    width: 20px;
    height: 20px;
    line-height: 18px;
    border-width: 2px;
    margin-right: 7px;
    font-size: 13px;
  }

  .joinAdvantageBg .joinAdvantage .joinAdvantageMain .swiper-slide .content .title span {
    font-size: 18px;
  }

  .joinAdvantageBg .joinAdvantage .joinAdvantageMain .swiper-slide .content .desc {
    font-size: 14px;
    line-height: 22px;
  }

  /* 加盟类型 */
  .joinType {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .joinType .joinTypeLeft {
    width: 100%;
  }

  .joinType .joinTypeRight {
    width: 100%;
    padding: 35px 20px;
  }

  .joinType .joinTypeRight .joinTypeTitle {
    padding: 0px;
    margin-bottom: 25px;
  }

  .joinType .joinTypeRight .joinTypeTitle .title {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .joinType .joinTypeRight .joinTypeTitle .desc {
    font-size: 14px;
    line-height: 22px;
  }

  .joinType .joinTypeRight .joinTypeMain ul {
    border-radius: 8px;
  }

  .joinType .joinTypeRight .joinTypeMain ul li .title {
    height: 50px;
    padding: 0px 15px;
  }

  .joinType .joinTypeRight .joinTypeMain ul li .title span {
    font-size: 16px;
  }

  .joinType .joinTypeRight .joinTypeMain ul li .title b {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 7px;
    font-size: 13px;
  }

  .joinType .joinTypeRight .joinTypeMain ul li .title i {
    font-size: 18px;
  }

  .joinType .joinTypeRight .joinTypeMain ul li .desc {
    padding: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  /* 加盟申请 */
  .joinApplyForBg {
    padding: 40px 0px;
  }

  .joinApplyForBg .joinApplyFor {
    border-radius: 8px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .joinApplyForBg .joinApplyFor .joinApplyForLeft {
    width: 100%;
    padding: 20px 20px 110px;
    background-position: 0px 64%;
  }

  .joinApplyForBg .joinApplyFor .joinApplyForLeft .joinApplyForTitle {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .joinApplyForBg .joinApplyFor .joinApplyForLeft .joinApplyForDesc {
    font-size: 13px;
  }

  .joinApplyForBg .joinApplyFor .joinApplyForLeft .joinApplyForLeftMain ul li {
    margin-bottom: 10px;
  }

  .joinApplyForBg .joinApplyFor .joinApplyForLeft .joinApplyForLeftMain ul li .title {
    font-size: 13px;
    margin-bottom: 3px;
  }

  .joinApplyForBg .joinApplyFor .joinApplyForLeft .joinApplyForLeftMain ul li .title::before {
    font-size: 16px;
    margin-right: 4px;
  }

  .joinApplyForBg .joinApplyFor .joinApplyForLeft .joinApplyForLeftMain ul li .desc {
    font-size: 16px;
  }

  .joinApplyForBg .joinApplyFor .joinApplyForRight {
    width: 100%;
    padding: 25px 20px 35px;
  }

  .joinApplyForBg .joinApplyFor .joinApplyForRight .joinApplyForTitle {
    font-size: 18px;
    padding-bottom: 14px;
    margin-bottom: 18px;
  }

  .joinApplyForBg .joinApplyFor .joinApplyForRight .joinApplyForMain .joinApplyForInput {
    margin-bottom: 13px;
  }

  .joinApplyForBg .joinApplyFor .joinApplyForRight .joinApplyForMain .joinApplyForInput span {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .joinApplyForBg .joinApplyFor .joinApplyForRight .joinApplyForMain .joinApplyForInput:nth-child(1) {
    width: 100%;
    margin-right: 0px;
  }

  .joinApplyForBg .joinApplyFor .joinApplyForRight .joinApplyForMain .joinApplyForInput:nth-child(2) {
    width: 100%;
  }

  .joinApplyForBg .joinApplyFor .joinApplyForRight .joinApplyForMain .joinApplyForInput input {
    height: 45px;
    font-size: 14px;
    padding: 0px 10px;
    border-radius: 6px;
  }

  .joinApplyForBg .joinApplyFor .joinApplyForRight .joinApplyForMain .joinApplyForInput textarea {
    height: 90px;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 6px;
  }

  .joinApplyForBg .joinApplyFor .joinApplyForRight .joinApplyForMain .joinApplyForSubmit {
    height: 43px;
    font-size: 14px;
    border-radius: 30px;
    border-width: 2px;
    margin-top: 20px;
  }

  /* 加盟热线 */
  .joinMessageBg {
    padding: 40px 0px;
  }

  .joinMessageBg .joinMessage .joinMessageTitle {
    font-size: 22px;
    margin-bottom: 25px;
    text-align: center;
  }

  .joinMessageBg .joinMessage .joinMessageMain {
    border-radius: 8px;
    overflow-x: auto;
  }

  .joinMessageBg .joinMessage .joinMessageMain::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #F8F7F2;
  }

  .joinMessageBg .joinMessage .joinMessageMain::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #F8F7F2;
  }

  .joinMessageBg .joinMessage .joinMessageMain::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
    background-color: #DCD9CE;
  }

  .joinMessageBg .joinMessage .joinMessageMain table {
    width: 710px;
  }

  .joinMessageBg .joinMessage .joinMessageMain table thead {
    top: -55px;
    padding-right: 14px;
  }

  .joinMessageBg .joinMessage .joinMessageMain table tbody {
    width: calc(100% - 10px);
    max-height: 330px;
    margin-top: 55px;
  }

  .joinMessageBg .joinMessage .joinMessageMain table tbody::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  .joinMessageBg .joinMessage .joinMessageMain table tbody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }

  .joinMessageBg .joinMessage .joinMessageMain table tbody::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  }

  .joinMessageBg .joinMessage .joinMessageMain table td {
    padding: 15px;
    font-size: 14px;
    min-height: 55px;
  }

  /* 产品系列 */
  .productsListBg {
    padding: 40px 0px;
  }

  .productsListBg .productsList {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .productsListBg .productsList .productsListLeft {
    width: 100%;
    margin: 0px;
    margin-bottom: 25px;
  }

  .productsListBg .productsList .productsListLeft .title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
  }

  .productsListBg .productsList .productsListLeft .desc {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
  }

  .productsListBg .productsList .productsListLeft .btns {
    display: none;
  }

  .productsListBg .productsList .productsListRight {
    width: 100%;
    height: auto;
  }

  .productsListBg .productsList .productsListRight .productsListSwiper {
    width: 100%;
    padding-bottom: 30px;
  }

  .productsListBg .productsList .productsListRight .productsListSwiper .swiper-pagination {
    display: block;
    bottom: 0px;
  }

  .productsListBg .productsList .productsListRight .productsListSwiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #a88282;
  }

  .productsListBg .productsList .productsListRight .productsListSwiper .swiper-slide {
    border-radius: 10px;
  }

  .productsListBg .productsList .productsListRight .productsListSwiper .swiper-slide:hover .image img {
    height: auto;
  }

  .productsListBg .productsList .productsListRight .productsListSwiper .swiper-slide .image img {
    height: auto;
  }

  .productsListBg .productsList .productsListRight .productsListSwiper .swiper-slide .content {
    height: 100px;
    padding: 0px 20px 20px;
  }

  .productsListBg .productsList .productsListRight .productsListSwiper .swiper-slide .content .title {
    font-size: 18px;
    margin-bottom: 3px;
  }

  .productsListBg .productsList .productsListRight .productsListSwiper .swiper-slide .content .desc {
    font-size: 14px;
    line-height: 22px;
  }

  /* 产品图 */
  .productsImages .productsImagesMain .swiper-slide img {
    height: auto;
    min-height: 280px;
  }

  .productsImages .productsImagesList {
    position: static;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
  }

  .productsImages .productsImagesList .productsImagesListMain {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    height: auto;
  }

  .productsImages .productsImagesList .productsImagesListMain .swiper-slide-thumb-active {
    border-color: #a88282;
  }

  .productsImages .productsImagesList .productsImagesListMain .swiper-slide {
    border-radius: 6px;
    border-width: 2px;
  }

  .productsImages .productsImagesList .productsImagesListMain .swiper-slide img {
    height: 16.3177vw;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0px;
  }

  .productsImages .productsImagesList .productsImagesListPrev,
  .productsImages .productsImagesList .productsImagesListNext {
    display: none;
  }

  /* 产品信息 */
  .productsInfo {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px auto 40px;
    border: 1px solid #eee;
    border-radius: 10px;
  }

  .productsInfo .productsInfoLeft {
    width: 100%;
    margin-bottom: 25px;
  }

  .productsInfo .productsInfoLeft .title {
    font-size: 18px;
  }

  .productsInfo .productsInfoLeft .desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  
.productsInfo .productsInfoLeft .tabs {
    margin-bottom: 20px;
}
  
  .productsInfo .productsInfoLeft .tabs span{
        padding: 4px 8px;
        border-radius: 26px;
        font-size: 12px;
        margin-right: 5px;
        margin-bottom: 5px;
  }

  .productsInfo .productsInfoRight {
    width: 100%;
    padding-right: 0px;
    max-height: none;
  }

  .productsInfo .productsInfoLeft .more {
    width: 130px;
    height: 38px;
    line-height: 34px;
    font-size: 14px;
    border-radius: 34px;
    border-width: 2px;
  }

  .productsInfo .productsInfoRight ul li {
    border-radius: 6px;
    padding: 13px 15px;
    margin-bottom: 7px;
  }

  .productsInfo .productsInfoRight ul li .title {
    font-size: 16px;
    margin-right: 30px;
  }

  .productsInfo .productsInfoRight ul li .desc {
    font-size: 14px;
  }

  /* 产品详情 */
  .productsDetailBg {
    padding: 40px 0px;
    margin-top: 0px;
  }

  .productsDetailBg .productsDetail .productsDetailTitle {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .productsDetailBg .productsDetail .productsDetailTitle::after {
    margin-left: 13px;
  }

  .productsDetailBg .productsDetail .productsDetail1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }

  .productsDetailBg .productsDetail .productsDetail1 .image {
    width: 100%;
    border-radius: 10px;
    margin-top: 18px;
  }

  .productsDetailBg .productsDetail .productsDetail1 .content {
    width: 100%;
  }

  .productsDetailBg .productsDetail .productsDetail1 .content .title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px;
  }

  .productsDetailBg .productsDetail .productsDetail1 .content .desc {
    font-size: 14px;
    line-height: 22px;
    margin-top: 18px;
  }

  .productsDetailBg .productsDetail .productsDetail1 .content img {
    border-radius: 10px;
  }

  .productsDetailBg .productsDetail .productsDetail2 .image {
    border-radius: 10px;
  }

  .productsDetailBg .productsDetail .productsDetail2 .content {
    position: static;
    width: 100%;
    margin-top: -20px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
  }

  .productsDetailBg .productsDetail .productsDetail2 .content .title {
    width: 100%;
    font-size: 18px;
    margin-right: 0px;
    margin-bottom: 8px;
  }

  .productsDetailBg .productsDetail .productsDetail2 .content .desc {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  /* 品牌动态 */
  .brandNews {
    margin: 30px auto 40px;
  }

  .brandNews .brandNewsTitle {
    font-size: 22px;
    margin-bottom: 25px;
  }
  
  .brandNews .brandNewsMain .swiper-slide{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brandNews .brandNewsMain .brandNewsLeft {
    width: 100%;
    margin-bottom: 15px;
  }

  .brandNews .brandNewsMain .brandNewsLeft .image {
    border-radius: 10px;
  }

  .brandNews .brandNewsMain .brandNewsLeft .content {
    margin-top: 10px;
  }

  .brandNews .brandNewsMain .brandNewsLeft .content .title {
    font-size: 18px;
    margin-bottom: 4px;
    -webkit-line-clamp: 2;
  }

  .brandNews .brandNewsMain .brandNewsLeft .content .time {
    font-size: 14px;
  }

  .brandNews .brandNewsMain .brandNewsRight {
    width: 100%;
  }

  .brandNews .brandNewsMain .brandNewsRight ul li {
    margin-bottom: 15px;
  }

  .brandNews .brandNewsMain .brandNewsRight ul li:last-child {
    margin-bottom: 0px;
  }

  .brandNews .brandNewsMain .brandNewsRight ul li .image {
    border-radius: 10px;
  }

  .brandNews .brandNewsMain .brandNewsRight ul li .content {
    margin-top: 10px;
  }

  .brandNews .brandNewsMain .brandNewsRight ul li .content .title {
    font-size: 18px;
    margin-bottom: 4px;
    -webkit-line-clamp: 2;
  }

  .brandNews .brandNewsMain .brandNewsRight ul li .content .time {
    font-size: 14px;
  }

  /* 自然 */
  .natural .image img {
    min-height: 300px;
  }

  .natural .content {
    position: static;
    margin-top: -50px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: 10px;
    padding: 18px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .natural .content .title {
    font-size: 18px;
    margin-right: 0px;
    margin-bottom: 8px;
  }

  .natural .content .desc {
    font-size: 14px;
    line-height: 22px;
  }

  /* 关注 */
  .followBg {
    margin-top: 0px;
    padding: 40px 0px;
  }

  .followBg .follow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .followBg .follow .followLeft {
    width: 100%;
    margin-right: 0px;
  }

  .followBg .follow .followLeft .title {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .followBg .follow .followLeft .icons {
    margin-bottom: 14px;
  }

  .followBg .follow .followLeft .icons ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .followBg .follow .followLeft .icons ul li {
    margin-right: 7px;
  }

  .followBg .follow .followLeft .icons ul li:hover .popup {
    top: -8px;
  }

  .followBg .follow .followLeft .icons ul li img {
    width: auto;
    height: 38px;
  }

  .followBg .follow .followLeft .icons ul li .popup {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    padding: 6px;
  }

  .followBg .follow .followLeft .icons ul li .popup::after {
    bottom: -10px;
    border-width: 5px;
  }

  .followBg .follow .followRight {
    width: 100%;
    border-left: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 14px;
  }

  .followBg .follow .followRight a {
    min-width: auto;
    height: 36px;
    line-height: 32px;
    border-radius: 30px;
    font-size: 14px;
    padding: 0px 18px;
    margin: 0px 6px;
    margin-bottom: 0px;
    border-width: 2px;
  }

  /* 产品列表 */
  .productsBg {
    padding: 150px 0px 40px;
  }

  .productsBg .products .productsTitle {
    font-size: 22px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(40, 81, 53, 0.1);
    position: relative;
  }

  .productsBg .products .productsTitle::after {
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 88px;
    height: 2px;
    background-color: #285135;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    display: block;
  }

  .productsBg .products .productsClass1 {
    display: none;
    margin-bottom: 10px;
  }

  .productsBg .products .productsClass1 ul li a {
    margin: 0px 6px;
    padding: 0px 8px 8px;
    font-size: 16px;
  }

  .productsBg .products .productsClass1 ul li a::after {
    height: 2px;
  }

  .productsBg .products .productsClass2 {
    display: none;
    margin-bottom: 25px;
    top: 60px;
  }

  .productsBg .products .productsClass2.down {
    top: 60px;
  }

  .productsBg .products .productsClass2 ul li {
    margin: 0px 6px;
    padding: 0px 14px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 30px;
  }

  .productsBg .products .productsMain .productsMain1 {
    border-radius: 10px;
    background-color: #fff;
  }

  .productsBg .products .productsMain .productsMain1 .image img {
    min-height: 84.2448vw;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .productsBg .products .productsMain .productsMain1 .content {
    height: auto;
    padding: 18px 20px;
    background: none;
    position: static;
    text-align: center;
  }

  .productsBg .products .productsMain .productsMain1 .content .title {
    font-size: 18px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #000;
  }

  .productsBg .products .productsMain .productsMain1 .content .desc {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: rgba(0, 0, 0, 0.6);
  }

  .productsBg .products .productsMain .productsMain2 ul li {
    width: 100%;
    margin-right: 0px;
    margin-top: 18px;
    border-radius: 10px;
  }

  .productsBg .products .productsMain .productsMain2 ul li .content {
    height: auto;
    padding: 18px 20px;
  }

  .productsBg .products .productsMain .productsMain2 ul li .content .title {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .productsBg .products .productsMain .productsMain2 ul li .content .desc {
    font-size: 14px;
  }

  /* 产品列表2 雅兰床垫 */
  .productsMattressBg {
    padding: 150px 0px 40px;
  }

  .productsMattressBg .productsMattress {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .productsMattressBg .productsMattress .productsMattressTitle {
    margin-bottom: 25px;
  }

  .productsMattressBg .productsMattress .productsMattressTitle .title {
    font-size: 22px;
    padding-bottom: 10px;
  }

  .productsMattressBg .productsMattress .productsMattressTitle .title::after {
    height: 2px;
  }

  .productsMattressBg .productsMattress .productsMattressMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft {
    display: none;
    width: 100%;
    margin-bottom: 25px;
  }

  .productsMattressBg .productsMattress .productsMattressMain .productsMattressRight {
    width: 100%;
  }

  .productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .firstLevel {
    padding: 12px 0px;
  }

  .productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .firstLevel .icon {
    font-size: 16px;
  }

  .productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li.active .secondLevel {
    padding: 15px 0px;
  }

  .productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .secondLevel .list .secondLevelTitle .icon {
    font-size: 14px;
  }

  .productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .firstLevel .title {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .firstLevel .desc {
    font-size: 15px;
  }

  .productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .secondLevel .list .secondLevelTitle {
    margin-bottom: 6px;
  }

  .productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .secondLevel .list .secondLevelTitle:last-child {
    margin-bottom: 0px;
  }

  .productsMattressBg .productsMattress .productsMattressMain .productsMattressLeft ul li .secondLevel .list .secondLevelTitle .title {
    font-size: 14px;
    line-height: 22px;
  }

  .productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent1 {
    border-radius: 10px;
    background-color: #fff;
  }

  .productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent1 .image img {
    min-height: 84.2448vw;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent1 .content {
    height: auto;
    padding: 18px 20px;
    background: none;
    position: static;
    text-align: center;
  }

  .productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent1 .content .title {
    font-size: 18px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #000;
  }

  .productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent1 .content .desc {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: rgba(0, 0, 0, 0.6);
  }

  .productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent2 ul li {
    width: 100%;
    margin-right: 0px;
    margin-top: 18px;
    border-radius: 10px;
  }

  .productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent2 ul li .content {
    height: auto;
    padding: 18px 20px;
  }

  .productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent2 ul li .content .title {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .productsMattressBg .productsMattress .productsMattressMain .productsMattressRight .productsMattressContent2 ul li .content .desc {
    font-size: 14px;
  }

  /* 移动端产品分类 */
  .mobileProductsList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    top: 60px;
    left: 0px;
    width: 100%;
    height: 60px;
    background-color: #fff;
    z-index: 9;
    border-bottom: 1px solid #eee;
    padding: 0px 20px;
  }

  .mobileProductsList .name {
    font-size: 16px;
    color: #000;
    margin-right: 30px;
  }

  .mobileProductsList .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 13px;
    border-radius: 27px;
    border: 2px solid #666;
    font-size: 14px;
    color: #000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .mobileProductsList .btn i {
    font-size: 18px;
    margin-left: 6px;
    vertical-align: middle;
  }

  .mobileProductsList .mobileProductsListMain {
    display: none;
    position: fixed;
    top: 120px;
    left: 0px;
    width: 100%;
    height: -webkit-calc(100vh - 120px);
    height: -moz-calc(100vh - 120px);
    height: calc(100vh - 120px);
    overflow-y: auto;
    padding: 18px 20px;
    background-color: #fff;
    z-index: 9;
  }

  .mobileProductsList .mobileProductsListMain ul li.active .firstLevel .title {
    color: #285135;
  }

  .mobileProductsList .mobileProductsListMain ul li.active .firstLevel .icon {
    color: #285135;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }

  .mobileProductsList .mobileProductsListMain ul li.active .secondLevel {
    max-height: 100vh;
    padding: 15px 0px;
    border-color: rgba(98, 98, 98, 0.1);
  }

  .mobileProductsList .mobileProductsListMain ul li:first-child .firstLevel {
    padding-top: 0px;
  }

  .mobileProductsList .mobileProductsListMain ul li .firstLevel {
    padding: 12px 0px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid rgba(98, 98, 98, 0.1);
  }

  .mobileProductsList .mobileProductsListMain ul li .firstLevel .icon {
    font-size: 16px;
    color: #000000;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .mobileProductsList .mobileProductsListMain ul li .firstLevel .title {
    font-size: 16px;
    margin-bottom: 4px;
    color: #010101;
  }

  .mobileProductsList .mobileProductsListMain ul li .secondLevel {
    padding: 0px 0px;
    max-height: 0px;
    overflow: hidden;
    border-bottom: 1px solid transparent;
    -webkit-transition: max-height 1s ease, border 0.4s ease;
    -moz-transition: max-height 1s ease, border 0.4s ease;
    transition: max-height 1s ease, border 0.4s ease;
  }

  .mobileProductsList .mobileProductsListMain ul li .secondLevel .list .secondLevelTitle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 0.52083vw;
  }

  .mobileProductsList .mobileProductsListMain ul li .secondLevel .list:last-child .secondLevelTitle {
    margin-bottom: 0px;
  }

  .mobileProductsList .mobileProductsListMain ul li .secondLevel .list.active .secondLevelTitle .title {
    color: #285135;
  }

  .mobileProductsList .mobileProductsListMain ul li .secondLevel .list.active .secondLevelTitle .icon {
    color: #285135;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }

  .mobileProductsList .mobileProductsListMain ul li .secondLevel .list.active .secondLevelMain {
    display: block;
  }

  .mobileProductsList .mobileProductsListMain ul li .secondLevel .list .secondLevelTitle .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
  }

  .mobileProductsList .mobileProductsListMain ul li .secondLevel .list .secondLevelTitle .icon {
    font-size: 14px;
    color: #000000;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .mobileProductsList .mobileProductsListMain ul li .secondLevel .list .secondLevelMain {
    margin-left: 13px;
    margin-bottom: 7px;
    display: none;
  }

  .mobileProductsList .mobileProductsListMain ul li .secondLevel .list .secondLevelMain a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 3px;
  }

  .mobileProductsList .mobileProductsListMain ul li .secondLevel .list .secondLevelMain a:last-child {
    margin-bottom: 0px;
  }

  .mobileProductsList .mobileProductsListMain ul li .secondLevel .list .secondLevelMain a.active .title {
    color: #285135;
  }

  .mobileProductsList .mobileProductsListMain ul li .secondLevel .list .secondLevelMain a.active .icon {
    color: #285135;
  }

  .mobileProductsList .mobileProductsListMain ul li .secondLevel .list .secondLevelMain a .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
  }

  .mobileProductsList .mobileProductsListMain ul li .secondLevel .list .secondLevelMain a .icon {
    font-size: 14px;
    color: #000000;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }


  .mobileProductsList .mobileProductsListMain ul li .secondLevel a .icon {
    font-size: 14px;
  }

  .mobileProductsList .mobileProductsListMain ul li .secondLevel a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 6px;
  }

  .mobileProductsList .mobileProductsListMain ul li .secondLevel a.active .title {
    color: #285135;
  }

  .mobileProductsList .mobileProductsListMain ul li .secondLevel a.active .icon {
    color: #285135;
  }

  .mobileProductsList .mobileProductsListMain ul li .secondLevel a:last-child {
    margin-bottom: 0px;
  }

  .mobileProductsList .mobileProductsListMain ul li .secondLevel a .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px;
    font-size: 14px;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
  }

  /* 相关产品 */
  .productsRelatedBg {
    padding: 40px 0px;
  }

  .productsRelatedBg .productsRelated {
    padding-bottom: 0px;
  }

  .productsRelatedBg .productsRelated .productsRelatedTitle {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .productsRelatedBg .productsRelated .productsRelatedMain {
    height: auto;
    padding-bottom: 40px;
  }

  .productsRelatedBg .productsRelated .productsRelatedMain .swiper-slide {
    height: auto;
    border-radius: 8px;
  }

  .productsRelatedBg .productsRelated .productsRelatedMain .swiper-slide:hover {
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .productsRelatedBg .productsRelated .productsRelatedMain .swiper-slide:hover .image img {
    height: auto;
  }

  .productsRelatedBg .productsRelated .productsRelatedMain .swiper-slide .image img {
    height: auto;
  }

  .productsRelatedBg .productsRelated .productsRelatedMain .swiper-slide .content {
    height: auto;
    padding: 18px 20px;
  }

  .productsRelatedBg .productsRelated .productsRelatedMain .swiper-slide .content .title {
    font-size: 18px;
    margin-bottom: 4px;
    -webkit-line-clamp: 2;
  }

  .productsRelatedBg .productsRelated .productsRelatedMain .swiper-slide .content .desc {
    font-size: 14px;
  }

  .productsRelatedBg .productsRelated .swiper-pagination {
    bottom: 0px;
  }

  .productsRelatedBg .productsRelated .swiper-pagination .swiper-pagination-bullet {
    width: 2px;
    height: 11px;
    margin: 0px 2.5px;
  }

  .productsRelatedBg .productsRelated .swiper-pagination .swiper-pagination-bullet-active {
    height: 15px;
  }

  /* 睡眠研究 前沿 */
  .frontierBg {
    padding: 40px 0px;
  }

  .frontierBg .frontier {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .frontierBg .frontier .frontierLeft {
    width: 100%;
  }

  .frontierBg .frontier .frontierLeft video.smallImage {
    top: auto;
    bottom: -20px;
    left: -20px;
    border-radius: 10px;
    width: 35%;
  }

  .frontierBg .frontier .frontierLeft .frontierImages {
    width: 100%;
    border-radius: 10px;
  }

  .frontierBg .frontier .frontierLeft .frontierImages .swiper-slide {
    height: auto !important;
  }

  .frontierBg .frontier .frontierLeft .frontierImages .swiper-pagination {
    bottom: 10px;
  }

  .frontierBg .frontier .frontierLeft .frontierImages .swiper-pagination .swiper-pagination-bullet {
    width: 2px;
    height: 11px;
    margin: 0px 2.5px;
  }

  .frontierBg .frontier .frontierLeft .frontierImages .swiper-pagination .swiper-pagination-bullet-active {
    height: 15px;
  }

  .frontierBg .frontier .frontierRight {
    width: 100%;
    margin-right: 0%;
    margin-top: 35px;
  }

  .frontierBg .frontier .frontierRight .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 6px;
  }

  .frontierBg .frontier .frontierRight .desc {
    font-size: 14px;
    line-height: 22px;
  }

  /* 睡眠研究 专业 */
  .specialityBg {
    padding: 40px 0px;
  }

  .specialityBg .speciality {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .specialityBg .speciality .specialityLeft {
    width: 100%;
  }

  .specialityBg .speciality .specialityLeft video.smallImage {
    left: -20px;
    top: auto;
    bottom: -20px;
    border-radius: 10px;
    width: 35%;
  }

  .specialityBg .speciality .specialityLeft .specialityImages {
    width: 100%;
    border-radius: 10px;
  }

  .specialityBg .speciality .specialityLeft .specialityImages .swiper-pagination {
    bottom: 10px;
  }

  .specialityBg .speciality .specialityLeft .specialityImages .swiper-pagination .swiper-pagination-bullet {
    width: 2px;
    height: 11px;
    margin: 0px 2.5px;
  }

  .specialityBg .speciality .specialityLeft .specialityImages .swiper-pagination .swiper-pagination-bullet-active {
    height: 15px;
  }

  .specialityBg .speciality .specialityRight {
    width: 100%;
    margin-right: 0%;
    margin-top: 35px;
  }

  .specialityBg .speciality .specialityRight .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 6px;
  }

  .specialityBg .speciality .specialityRight .desc {
    font-size: 14px;
    line-height: 22px;
  }

  /* 睡眠研究 创新 */
  .innovativeBg {
    padding: 40px 0px;
  }

  .innovativeBg .innovative {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .innovativeBg .innovative .image {
    width: 100%;
    border-radius: 10px;
  }

  .innovativeBg .innovative .content {
    width: 100%;
    margin-top: 15px;
  }

  .innovativeBg .innovative .content .title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 4px;
  }

  .innovativeBg .innovative .content .desc {
    font-size: 14px;
    line-height: 22px;
  }

  /* 睡眠研究 睡眠 */
  .sleepStudyBg {
    padding: 40px 0px;
  }

  .sleepStudyBg .sleepStudy .sleepStudyHead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-bottom: 25px;
  }

  .sleepStudyBg .sleepStudy .sleepStudyHead .title {
    width: 60%;
    font-size: 22px;
    margin-right: 0px;
    line-height: 28px;
    margin: 0 auto;
    margin-bottom: 12px;
  }

  .sleepStudyBg .sleepStudy .sleepStudyHead .desc {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper {
    width: 100%;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .swiper-pagination {
    display: block;
    bottom: 0px;
  }

  .sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #a88282;
  }

  .sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .swiper-slide {
    border-radius: 10px;
  }

  .sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .swiper-slide .image img {
    border-radius: 10px;
    min-height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .swiper-slide .content {
    position: static;
    width: 100%;
    height: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 18px 0px 0px;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
  }

  .sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .swiper-slide .content::before {
    display: none;
  }

  .sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .swiper-slide .content .title {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .swiper-slide .content .desc {
    font-size: 14px;
    line-height: 22px;
  }

  .sleepStudyBg .sleepStudy .sleepStudyMain .sleepStudySwiper .btns {
    display: none;
  }

  /* 生产园区 */
  .createBg {
    padding: 40px 0px;
  }

  .createBg .create .createMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .createBg .create .createMain .image {
    width: 100%;
    border-radius: 10px;
  }

  .createBg .create .createMain .content {
    width: 100%;
    margin-top: 18px;
  }

  .createBg .create .createMain .content .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 6px;
  }

  .createBg .create .createMain .content .desc {
    font-size: 14px;
    line-height: 24px;
  }

  .createBg .create .createNumber ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .createBg .create .createNumber ul li {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .createBg .create .createNumber ul li:nth-last-child(-n+2) {
    margin-bottom: 0px;
  }

  .createBg .create .createNumber {
    margin-top: 25px;
  }

  .createBg .create .createNumber ul li .icon {
    margin-right: 14px;
  }

  .createBg .create .createNumber ul li .icon img {
    height: 38px;
  }

  .createBg .create .createNumber ul li .content {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
  }

  .createBg .create .createNumber ul li .content .title {
    font-size: 13px;
    padding-bottom: 3px;
    margin-bottom: 2px;
  }

  .createBg .create .createNumber ul li .content .desc span {
    font-size: 22px;
  }

  .createBg .create .createNumber ul li .content .desc i {
    font-size: 14px;
    margin-left: 3px;
  }

  /* 园区介绍 */
  .createIntro {
    height: auto;
  }

  .createIntro .image .play {
    width: 70px;
    height: 40px;
    border-radius: 40px;
    border-width: 2px;
  }

  .createIntro .image .play::after {
    margin-left: 3px;
    border-width: 6px;
  }

  .createIntro .content {
    position: relative;
    left: auto;
    top: auto;
    margin-top: -100px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: 10px;
    padding: 25px 20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .createIntro .content .title {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin-right: 0px;
    margin-bottom: 6px;
  }

  .createIntro .content .desc {
    font-size: 14px;
    line-height: 22px;
  }

  /* 智能产线 */
  .productsLineBg {
    padding: 40px 0px;
  }

  .productsLineBg .productsLine {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .productsLineBg .productsLine .productsLineLeft {
    width: 100%;
  }

  .productsLineBg .productsLine .productsLineLeft video.smallImage {
    border-radius: 10px;
    left: -15px;
    bottom: -20px;
    width: 35%;
  }

  .productsLineBg .productsLine .productsLineLeft .productsLineImages {
    border-radius: 10px;
  }

  .productsLineBg .productsLine .productsLineLeft .productsLineImages .swiper-pagination {
    bottom: 10px;
  }

  .productsLineBg .productsLine .productsLineLeft .productsLineImages .swiper-pagination .swiper-pagination-bullet {
    width: 2px;
    height: 11px;
    margin: 0px 2.5px;
  }

  .productsLineBg .productsLine .productsLineLeft .productsLineImages .swiper-pagination .swiper-pagination-bullet-active {
    height: 15px;
  }

  .productsLineBg .productsLine .productsLineRight {
    width: 100%;
    margin-right: 0%;
    margin-top: 35px;
  }

  .productsLineBg .productsLine .productsLineRight .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 6px;
  }

  .productsLineBg .productsLine .productsLineRight .desc {
    font-size: 14px;
    line-height: 22px;
  }

  /* 睡眠工程 */
  .projectBg {
    padding: 40px 0px;
  }

  .projectBg .project .projectHead {
    padding: 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .projectBg .project .projectHead .projectHeadLeft {
    width: 100%;
    margin-bottom: 30px;
  }

  .projectBg .project .projectHead .projectHeadLeft .title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .projectBg .project .projectHead .projectHeadLeft .desc {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .projectBg .project .projectHead .projectHeadLeft .detail {
    font-size: 14px;
    line-height: 22px;
  }

  .projectBg .project .projectHead .projectHeadRight {
    width: 100%;
  }

  .projectBg .project .projectHead .projectHeadRight ul li {
    width: 48%;
    height: 90px;
    border-radius: 8px;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .projectBg .project .projectHead .projectHeadRight ul li:nth-child(4n+4) {
    margin-right: 4%;
  }

  .projectBg .project .projectHead .projectHeadRight ul li:nth-child(2n+2) {
    margin-right: 0%;
  }

  .projectBg .project .projectHead .projectHeadRight ul li:nth-last-child(-n+4) {
    margin-bottom: 2%;
  }

  .projectBg .project .projectHead .projectHeadRight ul li:nth-last-child(-n+2) {
    margin-bottom: 0%;
  }

  .projectBg .project .projectHead .projectHeadRight ul li img {
    height: 62px;
  }

  .projectBg .project .projectMain {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-bottom: 30px;
  }

  .projectBg .project .projectMain .swiper-slide {
    border-radius: 10px;
  }

  .projectBg .project .projectMain .swiper-slide .image img {
    min-height: 240px;
  }

  .projectBg .project .projectMain .swiper-slide .title {
    font-size: 16px;
    height: 90px;
    padding: 0px 20px 12px;
  }

  .projectBg .project .projectMain .swiper-pagination {
    bottom: 0px;
  }

  .projectBg .project .projectMain .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }

  .projectBg .project .projectMain .swiper-pagination .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
  }

  .projectBg .project .projectMain .projectPrev,
  .projectBg .project .projectMain .projectNext {
    display: none;
  }

  /*  */
  .projectHonorsBg {
    height: auto;
    padding: 40px 0px 0px;
  }

  .projectHonorsBg .projectHonors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .projectHonorsBg .projectHonors .projectHonorsLeft {
    width: 100%;
    height: auto;
    padding: 0px 20px;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
  }

  .projectHonorsBg .projectHonors .projectHonorsLeft .projectHonorsTitle {
    margin-bottom: 25px;
  }

  .projectHonorsBg .projectHonors .projectHonorsLeft .projectHonorsTitle .title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .projectHonorsBg .projectHonors .projectHonorsLeft .projectHonorsTitle .desc {
    font-size: 14px;
    line-height: 22px;
  }

  .projectHonorsBg .projectHonors .projectHonorsRight {
    width: 100%;
  }

  .projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper {
    width: 100%;
    height: 76.087vw;
  }

  .projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .swiper-slide-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin-top: 0px;
    position: relative;
    z-index: 3;
  }

  .projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .swiper-slide-prev {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin-top: 0px;
  }

  .projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .swiper-slide-next {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin-top: 0px;
  }

  .projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .swiper-slide-duplicate-next {
    opacity: 1;
  }

  .projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .swiper-slide-duplicate-prev {
    opacity: 1;
  }

  .projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .swiper-slide-duplicate-active {
    opacity: 1;
  }

  .projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .swiper-slide::after {
    width: 73.43vw;
    height: 59.4203vw;
    background-size: 73.43vw 59.4203vw;
    bottom: -41.0628vw;
  }

  .projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .swiper-slide img {
    height: 80.3865vw;
    bottom: 14.4928vw;
  }

  .projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .projectHonorsOther .projectHonorsPrev,
  .projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .projectHonorsOther .projectHonorsNext {
    display: none;
  }

  .projectHonorsBg .projectHonors .projectHonorsRight .projectHonorsSwiper .projectHonorsOther .swiper-pagination {
    display: none;
  }

  /* 健康知识 */
  .knowledgeBg {
    padding: 40px 0px;
  }

  .knowledgeBg .knowledge .knowledge1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .knowledgeBg .knowledge .knowledge1 .knowledge1Left {
    width: 100%;
    background-color: transparent;
  }

  .knowledgeBg .knowledge .knowledge1 .knowledge1Left .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .knowledgeBg .knowledge .knowledge1 .knowledge1Left .swiper-slide {
    margin-bottom: 18px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
  }

  .knowledgeBg .knowledge .knowledge1 .knowledge1Left .swiper-slide:hover .content {
    padding-bottom: 20px;
  }

  .knowledgeBg .knowledge .knowledge1 .knowledge1Left .swiper-slide .image {
    overflow: hidden;
  }

  .knowledgeBg .knowledge .knowledge1 .knowledge1Left .swiper-slide .content {
    position: static;
    padding: 18px 20px;
    background: none;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .knowledgeBg .knowledge .knowledge1 .knowledge1Left .swiper-slide .content .title {
    font-size: 18px;
    line-height: 26px;
    height: auto;
    margin-bottom: 8px;
    color: #000;
    -webkit-line-clamp: 2;
  }

  .knowledgeBg .knowledge .knowledge1 .knowledge1Left .swiper-slide .content .desc {
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
    color: #646464;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .knowledgeBg .knowledge .knowledge1 .knowledge1Left .swiper-slide .content .more {
    width: 54px;
    height: 35px;
    font-size: 14px;
    border-radius: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #a88282;
    font-size: 14px;
    font-weight: bold;
    color: #a88282;
  }

  .knowledgeBg .knowledge .knowledge1 .knowledge1Left .swiper-pagination {
    display: none;
  }

  .knowledgeBg .knowledge .knowledge1 .knowledge1Right {
    width: 100%;
    border-radius: 10px;
  }

  .knowledgeBg .knowledge .knowledge1 .knowledge1Right .content {
    padding: 18px 20px;
  }

  .knowledgeBg .knowledge .knowledge1 .knowledge1Right .content .title {
    font-size: 18px;
    line-height: 26px;
    height: auto;
    margin-bottom: 8px;
  }

  .knowledgeBg .knowledge .knowledge1 .knowledge1Right .content .desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  .knowledgeBg .knowledge .knowledge1 .knowledge1Right .content .more {
    width: 54px;
    height: 35px;
    border-width: 2px;
    font-size: 14px;
    border-radius: 35px;
  }

  .knowledgeBg .knowledge .knowledge2 ul .layui-flow-more {
    margin: 30px auto 0px;
    font-size: 14px;
  }

  .knowledgeBg .knowledge .knowledge2 ul .layui-flow-more a cite {
    width: 120px;
    height: 42px;
    line-height: 38px;
    border-width: 2px;
    font-size: 14px;
    color: #285135;
    border: 2px solid #a88282;
    border-radius: 38px;
  }

  .knowledgeBg .knowledge .knowledge2 ul li {
    width: 100%;
    border-radius: 10px;
    margin-right: 0%;
    margin-top: 18px;
  }

  .knowledgeBg .knowledge .knowledge2 ul li .content {
    padding: 18px 20px;
  }

  .knowledgeBg .knowledge .knowledge2 ul li .content .title {
    font-size: 18px;
    line-height: 26px;
    height: auto;
    margin-bottom: 8px;
  }

  .knowledgeBg .knowledge .knowledge2 ul li .content .desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  .knowledgeBg .knowledge .knowledge2 ul li .content .more {
    width: 54px;
    height: 35px;
    border-width: 2px;
    font-size: 14px;
    border-radius: 35px;
  }

  /* 睡眠白皮书 */
  .whitePaperBg {
    padding: 40px 0px;
  }

  .whitePaperBg .whitePaper ul li {
    margin-bottom: 18px;
  }

  .whitePaperBg .whitePaper ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 20px 20px;
    border-radius: 10px;
    background-size: 98px 62px;
  }

  .whitePaperBg .whitePaper ul li .image {
    text-align: center;
    margin-right: 0%;
    margin-bottom: 18px;
  }

  .whitePaperBg .whitePaper ul li .image img {
    width: 60%;
    height: auto;
  }

  .whitePaperBg .whitePaper ul li .content {
    margin-right: 0px;
    padding-right: 0px;
  }

  .whitePaperBg .whitePaper ul li .content::after {
    display: none;
  }

  .whitePaperBg .whitePaper ul li .content .title {
    font-size: 20px;
  }

  .whitePaperBg .whitePaper ul li .content .desc {
    font-size: 16px;
    line-height: 25px;
  }

  .whitePaperBg .whitePaper ul li .more {
    width: 54px;
    height: 35px;
    border-width: 2px;
    font-size: 14px;
    border-radius: 35px;
    margin-top: 30px;
  }

  /* 门店查询 */
  .course {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0px;
  }

  .courseLeft {
    width: 100%;
    min-height: auto;
    padding-bottom: 0px;
  }

  .courseLeft .sticky{
    position: static;
    padding: 40px 20px 0px;
  }

  .courseLeft .title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .courseLeft .desc {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 25px;
  }

  .courseLeft .input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 18px;
  }

  .courseLeft .input .sel {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 3.5%;
    border-radius: 44px;
  }

  .courseLeft .input .sel:last-child {
    margin-right: 0%;
  }

  .courseLeft .input .sel i {
    top: 16px;
    right: 19px;
    font-size: 13px;
  }

  .courseLeft .input select {
    height: 44px;
    font-size: 14px;
    padding: 0px 15px;
    margin-bottom: 0px;
  }

  .courseLeft .input select option {
    font-size: 14px;
    line-height: 26px;
  }

  .courseLeft .courseSubmit {
    height: 44px;
    border-radius: 44px;
    font-size: 14px;
  }

  .course .courseRight {
    width: 100%;
    padding-bottom: 40px;
  }

  .course .courseRight ul {
    margin: 20px 20px 40px;
  }

  .course .courseRight ul li {
    width: 100%;
    border-radius: 10px;
    margin-right: 0%;
    margin-bottom: 12px;
    border: 1px solid #eee;
  }

  .course .courseRight ul li a{
    padding: 20px 20px;
  }

  .course .courseRight ul li:nth-last-child(-n+2) {
    margin-bottom: 12px;
  }

  .course .courseRight ul li:last-child {
    margin-bottom: 0px;
  }

  .course .courseRight ul li .title {
    margin-bottom: 6px;
  }

  .course .courseRight ul li .title i {
    width: 24px;
    height: 32px;
    line-height: 27px;
    background-size: 24px 32px;
    font-size: 14px;
    margin-right: 12px;
  }

  .course .courseRight ul li .title span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
  }

  .course .courseRight ul li .address {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .course .courseRight ul li .phone {
    font-size: 14px;
    padding-top: 10px;
  }

  /* 雅兰酒店 */
  .hotelBg {
    padding: 40px 0px;
  }

  .hotelBg .hotel {
    padding: 0px;
  }

  .hotelBg .hotel .hotelHead {
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hotelBg .hotel .hotelHead .hotelHeadLeft {
    width: 100%;
    margin-bottom: 25px;
  }

  .hotelBg .hotel .hotelHead .hotelHeadLeft .title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 18px;
  }

  .hotelBg .hotel .hotelHead .hotelHeadLeft .more {
    width: 130px;
    height: 38px;
    line-height: 34px;
    font-size: 14px;
    border-radius: 34px;
    border-width: 2px;
  }

  .hotelBg .hotel .hotelHead .hotelHeadLeft .more::after{
    border-radius: 34px;
  }

  .hotelBg .hotel .hotelHead .hotelHeadRight {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .hotelBg .hotel .hotelMain {
    padding-bottom: 30px;
  }

  .hotelBg .hotel .hotelMain .swiper-slide {
    border-radius: 10px;
  }

  .hotelBg .hotel .hotelMain .swiper-slide .image img {
    min-height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .hotelBg .hotel .hotelMain .swiper-slide .title {
    font-size: 16px;
    height: 90px;
    padding: 0px 20px 12px;
  }

  .hotelBg .hotel .hotelMain .swiper-pagination {
    bottom: 0px;
  }

  .hotelBg .hotel .hotelMain .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }

  .hotelBg .hotel .hotelMain .swiper-pagination .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
  }

  .hotelBg .hotel .hotelMain .hotelPrev,
  .hotelBg .hotel .hotelMain .hotelNext {
    display: none;
  }

  /* 雅兰酒店信息 */
  .hotelInfoBg {
    padding: 40px 0px 100px;
    min-height: auto;
  }

  .hotelInfoBg .hotelInfo {
    padding: 0px;
  }

  .hotelInfoBg .hotelInfo .title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .hotelInfoBg .hotelInfo .desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }

  .hotelInfoBg .hotelInfo .info {
    margin-bottom: 40px;
  }

  .hotelInfoBg .hotelInfo .info ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hotelInfoBg .hotelInfo .info ul li {
    padding: 0px;
    border-right: 0px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  .hotelInfoBg .hotelInfo .info ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
  }

  .hotelInfoBg .hotelInfo .info ul li .infoIcon {
    margin-bottom: 14px;
  }

  .hotelInfoBg .hotelInfo .info ul li .infoIcon img {
    height: 45px;
  }

  .hotelInfoBg .hotelInfo .info ul li .infoTitle {
    min-height: auto;
    line-height: 28px;
    margin-bottom: 4px;
  }

  .hotelInfoBg .hotelInfo .info ul li:nth-child(1) .infoTitle {
    font-size: 22px;
  }

  .hotelInfoBg .hotelInfo .info ul li:nth-child(2) .infoTitle {
    font-size: 16px;
  }

  .hotelInfoBg .hotelInfo .info ul li .infoDesc {
    font-size: 14px;
  }

  .hotelInfoBg .hotelInfo .more {
    width: 130px;
    height: 38px;
    line-height: 34px;
    font-size: 14px;
    border-radius: 34px;
    border-width: 2px;
  }

  .hotelInfoBg .hotelInfo .more::after{
    border-radius: 34px;
  }

  /* 社会责任 */
  .dutyBg {
    padding: 40px 0px;
  }

  .dutyBg .duty {
    padding: 0px;
  }

  .dutyBg .duty .dutyHead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
    border: 0px;
    text-align: center;
  }

  .dutyBg .duty .dutyHead .title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
    width: 100%;
    margin-right: 0px;
  }

  .dutyBg .duty .dutyHead .desc {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .dutyBg .duty .dutyMain ul li a {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    padding: 0px;
    border: 0px;
    margin-bottom: 22px;
  }

  .dutyBg .duty .dutyMain ul li:last-of-type a {
    margin-bottom: 0px;
  }

  .dutyBg .duty .dutyMain ul li:nth-of-type(even) a .content {
    margin-right: 0px;
  }

  .dutyBg .duty .dutyMain ul li a .image {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 16px;
  }

  .dutyBg .duty .dutyMain ul li a .content {
    width: 100%;
  }

  .dutyBg .duty .dutyMain ul li a .content .tag {
    font-size: 16px;
    margin-bottom: 3px;
  }

  .dutyBg .duty .dutyMain ul li a .content .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .dutyBg .duty .dutyMain ul li a .content .desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 18px;
  }

  .dutyBg .duty .dutyMain ul li a .content .icon img {
    height: 55px;
  }

  /* 合作现状 */
  .presentSituationBg {
    padding: 40px 0px;
  }

  .presentSituationBg .presentSituation .presentSituationTitle {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 25px;
    text-align: center;
  }

  .presentSituationBg .presentSituation .presentSituationMain {
    padding-bottom: 30px;
  }

  .presentSituationBg .presentSituation .presentSituationMain .swiper-pagination {
    display: block;
    bottom: 0px;
  }

  .presentSituationBg .presentSituation .presentSituationMain .swiper-pagination .swiper-pagination-bullet-active {
    background: #a88282;
  }

  .presentSituationBg .presentSituation .presentSituationMain .swiper-slide {
    border-radius: 10px;
  }

  .presentSituationBg .presentSituation .presentSituationMain .swiper-slide .content {
    padding: 20px 20px;
  }

  .presentSituationBg .presentSituation .presentSituationMain .swiper-slide .content .title {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .presentSituationBg .presentSituation .presentSituationMain .swiper-slide .content .desc {
    font-size: 14px;
  }

  /* 合作形式 */
  .cooperateFormBg {
    padding: 40px 0px;
  }

  .cooperateFormBg .cooperateForm .cooperateFormTitle {
    font-size: 22px;
    margin-bottom: 25px;
    text-align: center;
  }

  .cooperateFormBg .cooperateForm .cooperateFormMain ul {
    border-radius: 10px;
  }

  .cooperateFormBg .cooperateForm .cooperateFormMain ul li {
    width: 100%;
    height: 90px;
    border-right: 0px;
  }

  .cooperateFormBg .cooperateForm .cooperateFormMain ul li::after {
    border-radius: 10px;
  }

  .cooperateFormBg .cooperateForm .cooperateFormMain ul li:nth-last-child(-n+3) {
    border-bottom: 1px solid #e1e1e3;
  }

  .cooperateFormBg .cooperateForm .cooperateFormMain ul li:last-child {
    border: 0px;
  }

  .cooperateFormBg .cooperateForm .cooperateFormMain ul li .number {
    width: 24px;
    height: 24px;
    font-size: 14px;
    border-width: 2px;
    margin-right: 5px;
  }

  .cooperateFormBg .cooperateForm .cooperateFormMain ul li .title {
    font-size: 16px;
  }

  /* 项目合作需求 */
  .cooperateNeedsBg {
    padding: 40px 0px;
  }

  .cooperateNeedsBg .cooperateNeeds .cooperateNeedsTitle {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .cooperateNeedsBg .cooperateNeeds .cooperateNeedsList {
    margin-bottom: 25px;
  }

  .cooperateNeedsBg .cooperateNeeds .cooperateNeedsList ul li {
    min-width: 80px;
    height: 38px;
    line-height: 34px;
    font-size: 14px;
    border-radius: 38px;
    border-width: 2px;
    margin: 0px 4px;
  }

  .cooperateNeedsBg .cooperateNeeds .cooperateNeedsMain ul li {
    width: 100%;
    height: auto;
    padding: 30px 20px 20px;
    margin-right: 0px;
    margin-bottom: 12px;
    border-radius: 10px;
  }

  .cooperateNeedsBg .cooperateNeeds .cooperateNeedsMain ul li:nth-last-child(-n+3) {
    margin-bottom: 12px;
  }

  .cooperateNeedsBg .cooperateNeeds .cooperateNeedsMain ul li:last-child {
    margin-bottom: 0px;
  }

  .cooperateNeedsBg .cooperateNeeds .cooperateNeedsMain ul li .number {
    width: 24px;
    height: 24px;
    font-size: 14px;
    border-width: 2px;
  }

  .cooperateNeedsBg .cooperateNeeds .cooperateNeedsMain ul li .title {
    font-size: 18px;
    margin: 15px 0px 6px;
  }

  .cooperateNeedsBg .cooperateNeeds .cooperateNeedsMain ul li .desc {
    font-size: 14px;
    line-height: 22px;
  }

  /* 合作现状2 */
  .cooperateForm2Bg {
    padding: 40px 0px;
  }

  .cooperateForm2Bg .cooperateForm2 .cooperateForm2Title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
  }

  .cooperateForm2Bg .cooperateForm2 .cooperateForm2Main ul li {
    width: 100%;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 12px;
    border-radius: 10px;
    padding: 30px 20px;
  }

  .cooperateForm2Bg .cooperateForm2 .cooperateForm2Main ul li:nth-last-child(-n+4) {
    margin-bottom: 12px;
  }

  .cooperateForm2Bg .cooperateForm2 .cooperateForm2Main ul li:last-child {
    margin-bottom: 0px;
  }

  .cooperateForm2Bg .cooperateForm2 .cooperateForm2Main ul li .icon {
    margin-bottom: 15px;
  }

  .cooperateForm2Bg .cooperateForm2 .cooperateForm2Main ul li .icon img {
    height: 42px;
  }

  .cooperateForm2Bg .cooperateForm2 .cooperateForm2Main ul li .title {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .cooperateForm2Bg .cooperateForm2 .cooperateForm2Main ul li .desc {
    font-size: 14px;
    line-height: 22px;
    min-height: auto;
  }

  /* 企业文化 */
  .cultureBg {
    padding: 40px 0px;
  }

  .cultureBg .culture ul li {
    margin-bottom: 18px;
  }

  .cultureBg .culture ul li .image {
    width: 100%;
    border-radius: 10px;
  }

  .cultureBg .culture ul li .image img {
    min-height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .cultureBg .culture ul li .content {
    width: 100%;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: 10px;
    padding: 20px;
    margin-top: -20px;
    -webkit-box-shadow: 0px 3px 18px 0px rgba(40, 81, 53, 0.1);
    box-shadow: 0px 3px 18px 0px rgba(40, 81, 53, 0.1);
  }

  .cultureBg .culture ul li .content .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 4px;
  }

  .cultureBg .culture ul li .content .desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  .cultureBg .culture ul li .content .more {
    width: 36px;
    height: 36px;
    font-size: 14px;
    border-width: 2px;
  }

  /* 校园招聘目的 */
  .recruitSchool .recruitSchoolHeadBg {
    padding: 40px 0px;
  }

  .recruitSchool .recruitSchoolHeadBg .recruitSchoolHead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .recruitSchool .recruitSchoolHeadBg .recruitSchoolHead .title {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }

  .recruitSchool .recruitSchoolHeadBg .recruitSchoolHead .desc {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .recruitSchool .recruitSchoolMainBg {
    padding: 40px 0px;
  }

  .recruitSchool .recruitSchoolMainBg .recruitSchoolMain {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
  }

  .recruitSchool .recruitSchoolMainBg .recruitSchoolMain .swiper-pagination {
    display: block;
    bottom: 0px;
  }

  .recruitSchool .recruitSchoolMainBg .recruitSchoolMain .swiper-pagination .swiper-pagination-bullet-active {
    background: #a88282;
  }

  .recruitSchool .recruitSchoolMainBg .recruitSchoolMain .swiper-slide {
    border-radius: 10px;
  }

  .recruitSchool .recruitSchoolMainBg .recruitSchoolMain .swiper-slide .content {
    padding: 20px 20px;
  }

  .recruitSchool .recruitSchoolMainBg .recruitSchoolMain .swiper-slide .content .title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .recruitSchool .recruitSchoolMainBg .recruitSchoolMain .swiper-slide .content .tags span {
    height: 30px;
    line-height: 28px;
    padding: 0px 12px;
    border-radius: 30px;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  /* 雅仕生培养 */
  .trainBg {
    padding: 40px 0px;
  }

  .trainBg .train .trainTitle {
    font-size: 22px;
    margin-bottom: 25px;
    text-align: center;
  }

  .trainBg .train .trainMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .trainBg .train .trainMain .trainLeft {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 13px;
  }

  .trainBg .train .trainMain .trainRight {
    width: 100%;
  }

  .trainBg .train .trainMain .trainRight .trainFlow ul li {
    min-height: 60px;
    border-radius: 10px;
    padding: 0px 20px;
    margin-bottom: 8px;
  }

  .trainBg .train .trainMain .trainRight .trainFlow ul li .number {
    width: 24px;
    height: 24px;
    font-size: 14px;
    border-width: 2px;
    margin-right: 4px;
  }

  .trainBg .train .trainMain .trainRight .trainFlow ul li .title {
    font-size: 16px;
  }

  .trainBg .train .trainMain .trainRight .trainFlowTitle {
    font-size: 18px;
    line-height: 25px;
    border-radius: 10px;
    padding: 10px;
  }

  /* 雅仕生职业发展通道 */
  .careerDevelopmentBg {
    padding: 40px 0px;
  }

  .careerDevelopmentBg .careerDevelopment .careerDevelopmentTitle {
    text-align: center;
    font-size: 22px;
    margin-bottom: 25px;
  }

  .careerDevelopmentBg .careerDevelopment .careerDevelopmentMain::after {
    display: none;
  }

  .careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul li {
    width: 100%;
    margin-bottom: 13px;
    margin-right: 0px;
  }

  .careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul li:last-child {
    margin-bottom: 0px;
  }

  .careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul li::after {
    display: none;
  }

  .careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul li .number {
    width: 24px;
    height: 24px;
    font-size: 14px;
    border-width: 2px;
    margin-bottom: 15px;
  }

  .careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul li .title {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul li .icon {
    margin-bottom: 18px;
  }

  .careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul li .icon img {
    height: 6px;
  }

  .careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul li .content {
    border-radius: 10px;
    padding: 30px !important;
  }

  .careerDevelopmentBg .careerDevelopment .careerDevelopmentMain ul li .level {
    height: 33px;
    line-height: 33px;
    border-radius: 33px;
    font-size: 14px;
    padding: 0px 18px;
  }

  /* 人才理念 */
  .ideaBg {
    padding: 40px 0px;
  }

  .ideaBg .idea ul li {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .ideaBg .idea ul li:last-child {
    margin-bottom: 0px;
  }

  .ideaBg .idea ul li .image {
    width: 100%;
    border-radius: 10px;
  }

  .ideaBg .idea ul li .content {
    width: 100%;
    padding-top: 20px;
  }

  .ideaBg .idea ul li:nth-child(even) .content {
    padding-top: 20px;
    margin-right: 0px;
  }

  .ideaBg .idea ul li .content .tag {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .ideaBg .idea ul li .content .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
  }

  .ideaBg .idea ul li .content .desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  .ideaBg .idea ul li .content .more {
    width: 36px;
    height: 36px;
    font-size: 14px;
    border-width: 2px;
  }

  /* 人才招聘 */
  .recruitBg {
    padding: 40px 0px;
  }

  .recruitBg .recruit .recruitTitle {
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
  }

  .recruitBg .recruit .recruitMain ul li {
    width: 100%;
    padding: 25px 20px;
    margin-right: 0px;
    margin-bottom: 18px;
  }

  .recruitBg .recruit .recruitMain ul li:nth-last-child(-n+3) {
    margin-bottom: 18px;
  }

  .recruitBg .recruit .recruitMain ul li:last-child {
    margin-bottom: 0px;
  }

  .recruitBg .recruit .recruitMain ul li::before {
    border-radius: 10px;
  }

  .recruitBg .recruit .recruitMain ul li .head {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .recruitBg .recruit .recruitMain ul li .head .list .title {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .recruitBg .recruit .recruitMain ul li .head .icon {
    margin-right: 10px;
  }

  .recruitBg .recruit .recruitMain ul li .head .icon img {
    height: 36px;
  }

  .recruitBg .recruit .recruitMain ul li .head .list .info i {
    font-size: 18px;
    margin-right: 4px;
  }

  .recruitBg .recruit .recruitMain ul li .head .list .info span {
    font-size: 13px;
    margin-top: 1px;
  }

  .recruitBg .recruit .recruitMain ul li .desc {
    font-size: 14px;
    line-height: 22px;
    height: auto;
    margin-bottom: 12px;
  }

  .recruitBg .recruit .recruitMain ul li .more {
    width: 50px;
    height: 33px;
    border-radius: 33px;
    font-size: 14px;
    border-width: 2px;
  }

  /* 人才招聘弹窗 */
  .recruitPopupContainer {
    width: 100vw;
    height: 70vh;
    border-radius: 10px;
  }

  .recruitPopup {
    padding: 30px 28px 30px 20px;
  }

  .recruitPopup .recruitPopupClose {
    top: 28px;
    right: 20px;
    width: 16px;
    height: 16px;
  }

  .recruitPopup .recruitPopupClose::before {
    width: 2px;
  }

  .recruitPopup .recruitPopupClose::after {
    height: 2px;
  }

  .recruitPopup .recruitPopupTitle {
    padding-bottom: 15px;
  }

  .recruitPopup .recruitPopupTitle .title {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .recruitPopup .recruitPopupTitle .info i {
    font-size: 18px;
    margin-right: 6px;
  }

  .recruitPopup .recruitPopupTitle .info span {
    font-size: 14px;
    margin-top: 1px;
  }

  .recruitPopup .recruitPopupMain {
    max-height: 52vh;
    padding-top: 20px;
  }

  .recruitPopup .recruitPopupMain::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }

  .recruitPopup .recruitPopupMain h2 {
    font-size: 16px;
  }

  .recruitPopup .recruitPopupMain p {
    font-size: 14px;
    line-height: 24px;
  }

  /* 雅兰蘭管家 */
  .serviceBg {
    padding: 40px 0px;
  }

  .serviceBg .service .serviceHead {
    padding: 0px;
    margin-bottom: 25px;
  }

  .serviceBg .service .serviceHead .title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .serviceBg .service .serviceHead .desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .serviceBg .service .serviceHead .phone {
    height: 33px;
    line-height: 29px;
    font-size: 14px;
    border-width: 2px;
    padding: 0px 15px;
    border-radius: 33px;
  }

  .serviceBg .service .serviceMain {
    border-radius: 10px;
  }

  .serviceBg .service .serviceMain .image img {
    min-height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .serviceBg .service .serviceMain .content .logo {
    margin-bottom: 15px;
  }

  .serviceBg .service .serviceMain .content .logo::after {
    margin-top: 15px;
  }

  .serviceBg .service .serviceMain .content .logo img {
    height: 35px;
  }

  .serviceBg .service .serviceMain .content ul li {
    margin-right: 40px;
  }

  .serviceBg .service .serviceMain .content ul li .icon img {
    height: 30px;
  }

  .serviceBg .service .serviceMain .content ul li .title {
    font-size: 12px;
    margin-top: 6px;
    white-space: nowrap;
  }

  /* 服务介绍 */
  .serviceIntroBg {
    padding: 40px 0px;
  }

  .serviceIntroBg .serviceIntro .serviceIntroTitle {
    font-size: 22px;
    margin-bottom: 25px;
    text-align: center;
  }

  .serviceIntroBg .serviceIntro .serviceIntroMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroLeft {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 23px;
  }

  .serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroRight {
    width: 100%;
  }

  .serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroRight ul li {
    padding: 15px 0px;
  }

  .serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroRight ul li:last-child {
    margin-bottom: 0px;
  }

  .serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroRight ul li.active .title span {
    font-size: 18px;
  }

  .serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroRight ul li .title img {
    height: 28px;
    margin-right: 6px;
  }

  .serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroRight ul li .title i {
    width: 12px;
    height: 12px;
  }

  .serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroRight ul li .title i::before {
    width: 2px;
  }

  .serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroRight ul li .title i::after {
    height: 2px;
  }

  .serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroRight ul li .title span {
    font-size: 18px;
    margin-right: 30px;
  }

  .serviceIntroBg .serviceIntro .serviceIntroMain .serviceIntroRight ul li .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 13px;
    margin-bottom: 13px;
  }

  /* 防螨知识 */
  .miteKnowledgeBg {
    padding: 40px 0px;
  }

  .miteKnowledgeBg .miteKnowledge .miteKnowledgeTitle {
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
  }

  .miteKnowledgeBg .miteKnowledge .miteKnowledgeMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft {
    width: 100%;
    margin-top: 23px;
  }

  .miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeRight {
    width: 100%;
    border-radius: 10px;
  }

  .miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li {
    padding: 20px 20px;
    margin-bottom: 10px;
  }

  .miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li::before {
    border-radius: 10px;
  }

  .miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li::after {
    width: 8px;
    height: 33px;
    border-radius: 8px;
    left: 8px;
  }

  .miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li .title {
    margin-right: 35px;
  }

  .miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li .title i {
    width: 24px;
    height: 24px;
    line-height: 20px;
    font-size: 14px;
    border-width: 2px;
    margin-right: 6px;
  }

  .miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li .title span {
    font-size: 18px;
  }

  .miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li .desc {
    font-size: 14px;
    line-height: 22px;
    height: auto;
    margin-top: 8px;
    margin-bottom: 0px;
    margin-right: 35px;
  }

  .miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li .icon {
    width: 12px;
    height: 12px;
  }

  .miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li .icon::before {
    width: 2px;
  }

  .miteKnowledgeBg .miteKnowledge .miteKnowledgeMain .miteKnowledgeLeft ul li .icon::after {
    height: 2px;
  }

  /* 防伪查询 */
  .securityCheckIntroSwiper {
    height: auto;
  }

  .securityCheckIntroSwiper .securityCheckIntroMore{
    display: none;
  }

  .securityCheckIntroSwiper .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .securityCheckIntroBg {
    min-height: auto;
    padding: 85px 0px 0px;
  }

  .securityCheckIntroBg .securityCheckIntro .securityCheckIntroTitle {
    padding: 0px 0px;
    margin-bottom: 25px;
  }

  .securityCheckIntroBg .securityCheckIntro .securityCheckIntroTitle .title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 18px;
  }

  .securityCheckIntroBg .securityCheckIntro .securityCheckIntroTitle .desc {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
    line-height: 22px;
  }

  .securityCheckIntroBg .securityCheckIntro .securityCheckIntroMain {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    border-radius: 10px;
  }

  .securityCheckIntroBg .securityCheckIntro .securityCheckIntroMain .securityCheckIntroList ul {
    padding: 0px 20px;
  }

  .securityCheckIntroBg .securityCheckIntro .securityCheckIntroMain .securityCheckIntroList ul li {
    font-size: 15px;
    height: 56px;
    line-height: 56px;
    margin-right: 18px;
  }

  .securityCheckIntroBg .securityCheckIntro .securityCheckIntroMain .securityCheckIntroList ul li::after {
    height: 2px;
  }

  .securityCheckIntroBg .securityCheckIntro .securityCheckIntroMain .securityCheckIntroContent ul li {
    font-size: 14px;
    line-height: 22px;
    padding: 20px 20px;
  }

  .securityCheckBg {
    min-height: auto;
    padding: 40px 0px;
  }

  .securityCheckBg .securityCheck {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    border-radius: 10px;
  }

  .securityCheckBg .securityCheck .securityCheckTitle {
    font-size: 18px;
    height: 90px;
  }

  .securityCheckBg .securityCheck .securityCheckMain {
    padding: 20px 20px 30px;
  }

  .securityCheckBg .securityCheck .securityCheckMain .title::before,
  .securityCheckBg .securityCheck .securityCheckMain .title::after {
    width: 38px;
  }

  .securityCheckBg .securityCheck .securityCheckMain .title::after {
    margin-left: 15px;
  }

  .securityCheckBg .securityCheck .securityCheckMain .title::before {
    margin-right: 15px;
  }

  .securityCheckBg .securityCheck .securityCheckMain .title {
    font-size: 16px;
    margin-bottom: 17px;
  }

  .securityCheckBg .securityCheck .securityCheckMain .securityCheckForm {
    padding: 0px;
  }

  .securityCheckBg .securityCheck .securityCheckMain .securityCheckForm .input {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .securityCheckBg .securityCheck .securityCheckMain .securityCheckForm .input:last-of-type {
    margin-bottom: 20px;
  }

  .securityCheckBg .securityCheck .securityCheckMain .securityCheckForm .input:last-of-type input {
    padding-right: 200px;
  }

  .securityCheckBg .securityCheck .securityCheckMain .securityCheckForm .input span {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .securityCheckBg .securityCheck .securityCheckMain .securityCheckForm .input input {
    height: 44px;
    font-size: 14px;
    padding: 0px 12px;
    border-radius: 6px;
  }

  .securityCheckBg .securityCheck .securityCheckMain .securityCheckForm .input img {
    top: 32px;
    height: 30px;
  }

  .securityCheckBg .securityCheck .securityCheckMain .securityCheckSubmit {
    height: 44px;
    border-radius: 44px;
    font-size: 14px;
    border-width: 2px;
  }

  .securityCheckBg .securityCheck .securityCheckMain .tip {
    font-size: 13px;
    margin-top: 35px;
  }

  /* 防伪查询弹窗 */
  .securityCheckPopupContainer {
    width: 270px;
    height: 360px;
    border-radius: 10px;
  }

  .securityCheckPopup {
    padding-top: 48px;
  }

  .securityCheckPopup .icon {
    margin-bottom: 18px;
  }

  .securityCheckPopup .icon img {
    height: 110px;
  }

  .securityCheckPopup .title {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .securityCheckPopup .desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 18px;
  }

  .securityCheckPopup .btn {
    border-width: 2px;
    font-size: 14px;
    width: 100px;
    height: 38px;
    border-radius: 30px;
  }

  /* 联系我们 */
  .contactBg {
    padding: 40px 0px;
  }

  .contactBg .contact {
    padding: 0px;
  }

  .contactBg .contact .contactHead {
    margin-bottom: 25px;
  }

  .contactBg .contact .contactHead .title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .contactBg .contact .contactHead .phone {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 14px;
  }

  .contactBg .contact .contactHead .time {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .contactBg .contact .contactHead .address {
    font-size: 14px;
  }

  .contactBg .contact .contactHead .address img {
    height: 20px;
    margin-right: 4px;
  }

  .contactBg .contact .contactMain .contactMain1 ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 18px;
    padding: 30px 20px 23px;
    border-radius: 10px;
  }

  .contactBg .contact .contactMain .contactMain1 ul li .image {
    margin-bottom: 16px;
  }

  .contactBg .contact .contactMain .contactMain1 ul li .image img {
    width: 40%;
    height: auto;
  }

  .contactBg .contact .contactMain .contactMain1 ul li .content .title {
    font-size: 18px;
    margin-bottom: 3px;
  }

  .contactBg .contact .contactMain .contactMain1 ul li .content .desc {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .contactBg .contact .contactMain .contactMain1 ul li .content .icon {
    width: 38px;
    height: 38px;
    border-width: 2px;
  }

  .contactBg .contact .contactMain .contactMain1 ul li .content .icon img {
    height: 23px;
  }

  .contactBg .contact .contactMain .contactMain2 ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 18px;
    padding: 30px 20px 23px;
    text-align: center;
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contactBg .contact .contactMain .contactMain2 ul li:last-child {
    margin-bottom: 0px;
  }

  .contactBg .contact .contactMain .contactMain2 ul li .image {
    margin-bottom: 16px;
  }

  .contactBg .contact .contactMain .contactMain2 ul li .image img {
    width: 40%;
    height: auto;
  }

  .contactBg .contact .contactMain .contactMain2 ul li .content .title {
    font-size: 18px;
    margin-bottom: 3px;
  }

  .contactBg .contact .contactMain .contactMain2 ul li .content .desc {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .contactBg .contact .contactMain .contactMain2 ul li .content .icon {
    width: 38px;
    height: 38px;
    border-width: 2px;
    margin: 0 auto;
  }

  .contactBg .contact .contactMain .contactMain2 ul li .content .icon img {
    height: 23px;
  }

  /* 分页 */
  .pagingMain .paging {
    display: none;
  }

  .pagingMain .pagingMore {
    display: block;
    width: 120px;
    height: 42px;
    line-height: 38px;
    border-width: 2px;
    font-size: 14px;
    color: #285135;
    border: 2px solid #a88282;
    border-radius: 38px;
    text-align: center;
    margin: 30px auto 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .pagingMain .pagingMore:hover {
    background-color: #a88282;
    color: #fff;
  }

  /* 内页分类 */
  .detailListBg {
    height: 50px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    margin-top: 0px;
    top: 60px;
  }

  .detailListBg .detailList ul li {
    margin-right: 20px;
  }

  .detailListBg .detailList ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .detailListBg .detailList ul li::after {
    height: 2px;
  }
}

/*# sourceMappingURL=maps/detail.css.map */