﻿
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexAuto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #D64316;
}
.loader.actives {
  transform: translateY(-50vw);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.8s 2.3s all;
}
.loader.actives .loader__logo img {
  transform: scale(1);
}
.loader.actives .loader__text strong {
  opacity: 1;
  transition-delay: 0.4s;
}
.loader.actives .loader__text small {
  opacity: 1;
}
.loader__wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  height: auto;
  line-height: 1;
  z-index: 3;
}
.loader__logo {
  position: relative;
  margin: auto;
  width: 2.98rem;
  text-align: center;
  height: auto;
}
.loader__logo img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(0);
  transition: 0.5s ease-in-out;
}
.loader__line svg {
  width: 100%;
  height: auto;
  overflow: visible;
}
.loader__text {
  margin-top: 0.6rem;
  font-family: "阿里妈妈东方大楷";
}
.loader__text strong {
  display: block;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  font-size: 0.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.7rem;
  background: linear-gradient(180deg, #E86225 0%, #FFA385 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
}
.loader__text small {
  display: block;
  line-height: 1.1;
  color: #E9B46B;
  font-size: 0.2rem;
  opacity: 0;
  transition: 0.5s 1.2s ease-in-out;
}
@keyframes loadMove {
  0% {
    opacity: 0;
    transform: translate(0, 0) !important;
  }
  70% {
    opacity: 1;
    transform: inherit;
  }
  100% {
    opacity: 0;
    transform: inherit;
  }
}
.particle {
  opacity: 0;
  animation: loadMove 1.6s 0s infinite forwards;
}
.particle:nth-child(2n+2) {
  animation-delay: 0.3s !important;
}
.particle:nth-child(3n+3) {
  animation-delay: 0.6s !important;
}
.particle.line1 {
  transform: translate(-100px, 60px);
}
.particle.line2 {
  transform: translateX(-60px);
}
.particle.line3 {
  transform: translateX(-60px);
}
.particle.line4 {
  transform: translate(-60px, -20px);
}
.particle.line5 {
  transform: translate(-30px, -40px);
}
.particle.line6 {
  transform: translate(0, -60px);
}
.particle.line7 {
  transform: translate(40px, -60px);
}
.particle.line8 {
  transform: translate(60px, -50px);
}
.particle.line9 {
  transform: translate(60px, -20px);
}
.particle.line10 {
  transform: translate(70px, 0);
}
.particle.line11 {
  transform: translate(40px, 0);
}
.particle.line12 {
  transform: translate(30px, 40px);
}
.particle.line13 {
  transform: translate(-10px, 40px);
}
.particle.line14 {
  transform: translate(0, -50px);
}
.particle.line15 {
  transform: translate(-10px, 70px);
}
.particle.line16 {
  transform: translate(10px, 50px);
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 0.23rem 3.3333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 50;
  width: 100%;
  transition: 0.4s;
}
.header.scrollHide {
  transform: translateY(-1.04rem);
}
.header.scroll .logos img.show {
  opacity: 0;
  visibility: hidden;
}
.header.scroll .logos img.hide {
  opacity: 1;
  visibility: visible;
}
.header.scroll .navs li:hover a,
.header.scroll .navs li.active a {
  color: #D64316;
}
.header.scroll .navs li a {
    color: #234825;
    font-weight: bolder;
    font-size: 18px;
    text-shadow: 0 0 1px white;
}
.header.scroll .navs li a:hover {
  color: #D64316;
}
.logos {
  display: block;
  position: relative;
  z-index: 3;
  line-height: 1;
}
.logos img {
  display: inline-block;
  width: auto;
  height: 0.57rem;
  transition: 0.2s;
}
.logos img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.navs {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
}
.navs li {
  margin-right: 3.0208vw;
}
.navs li:last-child {
  margin-right: 0;
}
.navs li:hover a,
.navs li.active a {
  color: #D64316;
  /* text-shadow: 1px 0 #FEBC06, -1px 0 #FEBC06, 0 1px #FEBC06, 0 -1px #FEBC06, 1px 1px #FEBC06, -1px -1px #FEBC06, 1px -1px #FEBC06, -1px 1px #FEBC06; */
}
.navs li a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}
.header__join a {
  display: flex;
  align-items: center;
  padding: 0 0.19rem 0 0.23rem;
  background: #234825;
  height: 0.51rem;
  border-radius: 0.26rem;
}
.header__join a:hover i {
  animation: jello 1s;
}
.header__join a i {
  display: inline-block;
  margin-right: 0.1rem;
  color: #fff;
  font-size: 0.28rem;
  font-style: normal;
}
.header__join a p {
  color: #FFFFFF;
  font-size: 0.18rem;
  font-family: "MiSans-Medium";
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.flex__menu {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 30;
  width: 100%;
  background: #234825;
  display: none;
}
.flex__menu--list {
  display: flex;
  justify-content: space-between;
}
.flex__menu--list li {
  flex: 1;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.flex__menu--list li:last-child {
  border-right: none;
}
.flex__menu--list li a {
  display: block;
  padding: 0.15rem 0;
}
.flex__menu--list li a b {
  display: block;
  color: #fff;
  font-size: 0.25rem;
  line-height: 1;
}
.flex__menu--list li a span {
  display: block;
  line-height: 1.8;
  color: #fff;
  font-size: 14px;
}
.banner {
  position: sticky;
  top: 0;
  overflow: hidden;
  height: 100vh;
}
.banner figure {
  display: block;
  height: 100%;
  line-height: 1;
}
.banner figure video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner figure .mb {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store {
  padding: 0 8.3333vw;
  display: flex;
  align-items: center;
  height: 100vh;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.store__wraps {
  width: 100%;
}
.store__title {
  margin-bottom: 0.6rem;
  position: relative;
  text-align: center;
}
.store__title > img {
  display: inline-block;
  width: auto;
  height: 0.66rem;
}
.store__title p {
  margin-top: 0.22rem;
  display: flex;
  justify-content: center;
  color: #000000;
  font-size: 0.32rem;
  font-family: "阿里妈妈东方大楷";
}
.store__title p span {
  display: inline-block;
  position: relative;
  margin-right: 0.64rem;
}
.store__title p span:last-child:before {
  display: none;
}
.store__title p span:before {
  position: absolute;
  right: -0.36rem;
  top: 50%;
  margin-top: -0.04rem;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #000;
}
.store__title p span:last-child {
  margin-right: 0;
}
.store__join {
  position: absolute;
  left: 10.9375vw;
  top: 3.2813vw;
  z-index: 5;
}
.store__join:hover {
  animation: move0 0.8s infinite alternate-reverse linear;
}
.store__join img {
  display: block;
  width: 3.32rem;
  height: auto;
}
@keyframes move0 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(12deg);
  }
}
.store__line {
  position: absolute;
  left: -10%;
  top: 0;
  display: flex;
  align-items: center;
  width: 50%;
  height: 0.52rem;
  background: #234825;
  transform-origin: center;
}
.store__line.line1 {
  transform: rotate(-29.931deg);
}
.store__line.line2 {
  transform: rotate(-34.845deg);
  left: auto;
  top: auto;
  right: -8%;
  bottom: 0;
  background: #234825;
}
.store__line.line2 .store__row {
  animation: LoopingCarousel_slideAnim__OKRSJ 20s linear infinite;
}
.store__line.line2 .store__row span {
  color: #fff;
}
.store__line.line2 .store__row span.colors {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.store__row {
  display: inline-flex;
  flex-wrap: nowrap;
  animation: LoopingCarousel_slideAnim__OKRSJ 15s linear infinite reverse;
}
.store__row span {
  display: inline-block;
  margin-right: 0.46rem;
  font-size: 0.3rem;
  line-height: 1.48;
  font-weight: 400;
  font-family: "阿里妈妈东方大楷";
  color: #fff;
  white-space: nowrap;
}
.store__row span.colors {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  color: transparent;
}
.store__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  perspective: 1000px;
}
.store__list li {
  margin-right: 4.1667vw;
  padding: 0 0.09rem 0.07rem;
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1;
  border-radius: 0.16rem;
  background: linear-gradient(180deg, #234825 0%, #234825 73%);
}
.store__list li:hover figure img {
  transform: scale(1.1);
}
.store__list li:nth-child(1) {
  margin-top: 0.26rem;
}
.store__list li:nth-child(2) {
  margin-top: 0.69rem;
}
.store__list li:nth-child(4) {
  margin-top: 0.85rem;
}
.store__list li:nth-child(2n+2) {
  flex-direction: column-reverse;
  padding: 0.07rem 0.09rem 0;
  background: linear-gradient(180deg, #234825 0%, #234825 73%);
}
.store__list li:last-child {
  margin-right: 0;
}
.store__list li small {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 0.4rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: "阿里妈妈东方大楷";
  text-align: center;
}
.store__imgs {
  position: relative;
}
.store__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 105.84%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.16rem;
}
.store__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store__imgs figure img {
  transition: 0.68s;
}
.store__imgs figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.9%, #000 100%);
}
.store__text {
  position: absolute;
  left: 0;
  bottom: 0.27rem;
  text-align: center;
  z-index: 3;
  width: 100%;
  font-family: "阿里妈妈东方大楷";
}
.store__text strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: #FFFFFF;
  font-size: 0.25rem;
  font-weight: normal;
}
.store__text strong b {
  display: inline-block;
  font-size: 0.64rem;
  font-weight: 400;
  line-height: 0.7;
}
.store__text p {
  margin-top: 0.05rem;
  color: #fff;
  font-size: 0.25rem;
  font-weight: 400;
  line-height: 1.4;
}
.home__product {
  position: relative;
  z-index: 3;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5.2083vw;
  height: 100vh;
  box-sizing: border-box;
  font-family: "阿里妈妈东方大楷";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product__hides {
  position: relative;
  width: 100%;
}
.product__en {
  position: absolute;
  right: 7.7083vw;
  top: 28%;
  transform: translateY(-50%);
  width: 59.6354vw;
  line-height: 1;
  z-index: 3;
}
.product__en img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(-50px);
}
.productens {
  margin-top: 0.35rem;
}
.productens img {
  display: inline-block;
  width: auto;
  height: 7.9687vw;
}
.product__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  mask-image: url(../image/6.png);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: right top;
}
.product__bg .small {
  position: absolute;
  left: 8.3333vw;
  top: 3.42rem;
  height: 7.9167vw;
  transform: translateX(3rem);
}
.product__imgs {
  position: absolute;
  right: 4.4271vw;
  top: 0;
  z-index: -2;
  width: 57.2917vw;
}
.product__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.product__infos {
  padding-left: 8.3333vw;
  width: 6rem;
}
.common__title.common__title--ct {
  text-align: center;
}
.common__title img {
  display: inline-block;
  width: auto;
  height: 0.64rem;
}
.common__title strong {
  display: block;
  color: #234825;
  font-family: "阿里妈妈东方大楷";
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  /* text-shadow: 3px 0 #FEBC06, -3px 0 #FEBC06, 0 3px #FEBC06, 0 -3px #FEBC06, 3px 3px #FEBC06, -3px -3px #FEBC06, 3px -3px #FEBC06, -3px 3px #FEBC06; */
}
.common__title strong b {
  color: #fff;
  font-weight: normal;
}
.product__texts {
  margin-top: 0.34rem;
}
.product__texts strong {
  display: block;
  color: #234825;
  font-size: 0.32rem;
  line-height: 2;
  font-weight: normal;
}
.product__texts p {
  color: #333333;
  font-size: 0.18rem;
  line-height: 1.777;
  font-family: "HarmonyOSSans";
}
.product__data {
  position: relative;
  margin-top: 0.82rem;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5.3125vw;
}
.product__data:before {
  position: absolute;
  left: 0;
  bottom: 0.15rem;
  z-index: -1;
  content: "";
  width: 100%;
  height: 1px;
  background: #CECECE;
}
.product__data--item {
  text-align: center;
  flex: 1;
  width: 0;
}
.product__data--item p {
  color: #407645;
  font-size: 0.24rem;
  line-height: 1;
}
.product__data--item p b {
  font-size: 0.64rem;
  margin-right: 0.08rem;
  font-weight: 400;
}
.product__data--item span {
  display: inline-block;
  padding: 0 0.24rem;
  height: 0.3rem;
  line-height: 0.3rem;
  background: #FDFDFD;
  color: #000000;
  font-size: 0.18rem;
  font-weight: 800;
}
.product__more {
  position: absolute;
  right: 16.1458vw;
  bottom: 14.7396vw;
  z-index: 10;
}
.product__more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.36rem;
  height: 1.52rem;
  background: url(../image/more.svg) center no-repeat;
  background-size: cover;
}
.product__more a:hover i {
  color: #D64316;
}
.product__more a i {
  display: inline-block;
  margin-top: 0.18rem;
  margin-left: 0.2rem;
  color: #234825;

  -webkit-text-stroke-width: 2;
  -webkit-text-stroke-color: #FFF;
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  transform: rotate(-15.125deg);
  transition: 0.4s;
}
.salesroom {
  padding: 1.2rem 0 0;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  z-index: 2;
  overflow: hidden;
  height: 100vh;
}
.salesroom .common__title {
  position: relative;
  z-index: 5;
}
.salesroom__hide {
  width: 100%;
}
.salesroom__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.salesroom__info {
  margin-top: -1.07rem;
  font-family: "阿里妈妈东方大楷";
  height: 38vw;
}
.salesroom__wr {
  margin: auto;
  position: relative;
  width: 42.7083vw;
  height: 42.7083vw;
}
.salesroom__arl1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px dashed #ffffff;
  border-radius: 50%;
}
.salesroom__arl1 .sales__dit1 {
  right: 91.555%;
  top: 21.5%;
}
.salesroom__arl1 .sales__dit2 {
  right: 100%;
  top: 46.2%;
}
.salesroom__arl1 .sales__dit3 {
  right: 94%;
  top: 72.5%;
}
.salesroom__arl1 .sales__dit4 {
  left: 91.555%;
  top: 21.5%;
}
.salesroom__arl1 .sales__dit5 {
  left: 100%;
  top: 46.2%;
}
.salesroom__arl1 .sales__dit6 {
  left: 94%;
  top: 72.5%;
}
.salesroom__arlcle {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -28.3%;
  margin-left: -28.3%;
  content: "";
  width: 56.6%;
  height: 56.6%;
  border: 1px dashed #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
}

.salesroom__arlcle .sales__dit0 {
  top: 20.82%;
  right: 92.29%;
}
.salesroom__arlcle .sales__dit1 {
  top: 45.82%;
  right: 99.29%;
}
.salesroom__arlcle .sales__dit2 {
  right: 91.17%;
  bottom: 21.17%;
  margin-top: 0;
  margin-bottom: -0.11rem;
}
.salesroom__arlcle .sales__dit3 {
  top: 20.82%;
  left: 92.29%;
}
.salesroom__arlcle .sales__dit4 {
  top: 45.82%;
  left: 99.29%;
}
.salesroom__arlcle .sales__dit5 {
  left: 91.17%;
  bottom: 21.17%;
}
.salesroom__logo {
  position: absolute;
  left: 50%;
  margin-left: -1.31rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.62rem;
}
.salesroom__logo img {
  width: 100%;
  height: auto;
}
.sales__dit {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-right: -0.11rem;
  margin-top: -0.11rem;
}
.sales__dit:hover span,
.sales__dit:hover i {
  color: #D64316;
}
.sales__dit:hover i {
  background: #D64316;
}
.sales__dit i {
  display: inline-block;
  margin-left: 0.22rem;
  width: 0.21rem;
  height: 0.21rem;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
.sales__dit span {
  display: inline-block;
  flex: 1;
  white-space: nowrap;
  line-height: 1;
  color: #fff;
  font-size: 0.24rem;
  transition: 0.3s;
}
.sales__right {
  flex-direction: row;
  margin-right: 0;
  margin-left: -0.11rem;
}
.sales__right i {
  margin-left: 0;
  margin-right: 0.22rem;
}
.trend {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.trend__title {
  position: absolute;
  left: 8.33vw;
  bottom: 6.35vw;
  z-index: 5;
  padding-right: 1rem;
  padding-bottom: 0.21rem;
}
.trend__title strong {
  display: block;
  color: #fff;
  font-family: "阿里妈妈东方大楷";
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* text-shadow: 3px 0 #FEBC06, -3px 0 #FEBC06, 0 3px #FEBC06, 0 -3px #FEBC06, 3px 3px #FEBC06, -3px -3px #FEBC06, 3px -3px #FEBC06, -3px 3px #FEBC06; */
}
.trend__title:before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 2.15rem;
  height: 0.52rem;
  background: url(../image/Vector.png) center no-repeat;
  background-size: cover;
}
.trend__tag {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 5;
}
.trend__tag.tag1 {
  left: 0;
}
.trend__tag.tag2 {
  right: 0;
  top: auto;
  bottom: auto;
}
.trend__tag img {
  display: block;
  width: auto;
  height: 100%;
}
.bitem figure {
  position: relative;
  display: block;
  padding-bottom: 100vh;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.bitem figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bitem figure img {
  transform: scale(1);
  transition: 1s 3s;
}
.bitem {
  position: relative;
  float: left;
  opacity: 1 !important;
  z-index: 2 !important;
  overflow: hidden;
}
.bitem.slick-current {
  z-index: 4 !important;
}
.bitem.slick-current figure img {
  transform: scale(1.1);
  transition: 8s 0s;
}
.bitem.hide {
  -webkit-mask: url(../image/urban-sprite.png);
  mask: url(../image/urban-sprite.png);
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  -webkit-animation: mask-play 1.4s steps(29) forwards;
  animation: mask-play 1.4s steps(29) forwards;
  z-index: 5 !important;
}
.bitem.hide.zhide {
  z-index: 3 !important;
}
@-webkit-keyframes mask-play {
  from {
    -webkit-mask-position: 0% 0;
    -ms-mask-position: 0% 0;
    -moz-mask-position: 0% 0;
    mask-position: 0% 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    -ms-mask-position: 100% 0;
    -moz-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes mask-play {
  from {
    -webkit-mask-position: 0% 0;
    -ms-mask-position: 0% 0;
    -moz-mask-position: 0% 0;
    mask-position: 0% 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    -ms-mask-position: 100% 0;
    -moz-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-moz-keyframes mask-play {
  from {
    -webkit-mask-position: 0% 0;
    -ms-mask-position: 0% 0;
    -moz-mask-position: 0% 0;
    mask-position: 0% 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    -ms-mask-position: 100% 0;
    -moz-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-ms-keyframes mask-play {
  from {
    -webkit-mask-position: 0% 0;
    -moz-mask-position: 0% 0;
    -ms-mask-position: 0% 0;
    mask-position: 0% 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    -ms-mask-position: 100% 0;
    -moz-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
.home__swiper {
  position: relative;
  height: 100vh;
}
.home-slide {
  overflow: hidden;
}
.home-slide:last-child {
  height: auto;
}
.footer {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "HarmonyOSSans";
}
.footer__top {
  padding: 0.74rem 8.3333vw 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__left {
  padding-top: 0.13rem;
}
.footer__logo img {
  display: inline-block;
  height: 0.7rem;
  width: auto;
}
.footer__address {
  padding-top: 0.74rem;
}
.footer__address .header__join {
  display: inline-block;
}
.footer__address .header__join a {
  padding: 0 0.32rem 0 0.38rem;
}
.address {
  margin-top: 0.3rem;
  color: #fff;
  font-size: 0.18rem;
}
.footer__share {
  display: flex;
  margin-top: 0.4rem;
}
.footer__share li {
  position: relative;
  margin-right: 0.25rem;
}
.footer__share li:last-child {
  margin-right: 0;
}
.footer__share li a {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 0.45rem;
  color: #fff;
  font-size: 0.22rem;
}
.footer__share li a:hover {
  border-color: #D64316;
  color: #D64316;
}
.footer__share li:hover .eqs {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: visible;
}
.eqs {
  position: absolute;
  left: 50%;
  margin-left: -0.6rem;
  bottom: 100%;
  padding-bottom: 0.14rem;
  z-index: 3;
  width: 1.2rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-20px);
  transition: 0.4s;
}
.eqs img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__message {
  padding: 0.36rem 0.62rem 0.44rem 0.5rem;
  width: 7rem;
  box-sizing: border-box;
  border-radius: 0.2rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.messages {
  width: 3.16rem;
}
.message__tt {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1.1;
  color: #000;
  font-size: 0.24rem;
  font-weight: 700;
}
.message__row {
  position: relative;
  margin-bottom: 0.16rem;
}
.message__row i {
  display: block;
  position: absolute;
  left: 0.16rem;
  top: 0;
  line-height: 0.48rem;
  color: #666666;
  font-style: normal;
  font-size: 14px;
}
.message__row .text {
  padding-left: 0.47rem;
  border: 1px solid #B9B9B9;
  border-radius: 4px;
  line-height: 0.45rem;
  box-sizing: border-box;
  color: #666;
  font-size: 14px;
  background: none;
  width: 100%;
  transition: 0.35s;
}
.message__row .text:focus {
  border-color: #D64316;
}
.message__row .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.message__sub {
  position: relative;
  margin-top: 0.26rem;
  width: 1.62rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.5rem;
  border-radius: 0.25rem;
  background: #234825;
  cursor: pointer;
}
.message__sub:hover span {
  margin-left: 0.26rem;
}
.message__sub:hover i {
  opacity: 0;
  transform: translateX(10px);
}
.message__sub .sub {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  border: 0.25rem;
  opacity: 0;
  cursor: pointer;
}
.message__sub span {
  display: inline-block;
  color: #fff;
  font-size: 0.16rem;
  transition: 0.2s;
}
.message__sub i {
  display: inline-block;
  margin-left: 0.15rem;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: lighter;
  transition: 0.35s;
}
.message__wx {
  width: 2.05rem;
}
.message__wx img {
  display: block;
  width: 100%;
  height: auto;
}
.message__wx p {
  margin-top: 0.16rem;
  text-align: center;
  color: #000;
  font-size: 0.16rem;
  line-height: 1.2;
}
.footer__bottom {
  padding: 0.22rem 8.5938vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.57;
  background: rgba(0, 0, 0, 0.54);
}
.footer__bottom p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.footer__bottom a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.footer__bottom a:hover {
  color: #fff;
}
.footer__attestation {
  padding-left: 0.25rem;
  position: relative;
}
.footer__attestation:before {
  position: absolute;
  left: 0;
  top: 0.02rem;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../image/copy.svg) center no-repeat;
  background-size: cover;
}
.footer__attestation p a {
  margin-right: 0.2rem;
}
.footer__copy {
  text-align: right;
}
.salesroom__join {
  position: absolute;
  left: 7.5521vw;
  top: 0.82rem;
  z-index: 6;
  width: 3.56rem;
}
.salesroom__join img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(-30px);
}
}
.salesroom__join img:hover {
  animation: move0 0.8s infinite alternate-reverse linear;
}
.common__title.article-block {
  overflow: hidden;
}
.common__title.article-block strong {
  opacity: 0;
  transform: translateY(100%);
  transition: 0.68s;
}
.common__title.articleShow strong {
  opacity: 1;
  transform: translateY(0);
  color:white;
}
.animateList.article-block li,
.animateList.article-block > div {
  opacity: 0;
  transform: rotateX(-30deg) translateY(60px);
  transition: 0.8s;
}
.animateList.articleShow li,
.animateList.articleShow > div {
  opacity: 1;
  transform: rotateX(0) translateY(0);
}
.animateList.articleShow li:nth-child(2),
.animateList.articleShow > div:nth-child(2) {
  transition-delay: 0.25s;
}
.animateList.articleShow li:nth-child(3),
.animateList.articleShow > div:nth-child(3) {
  transition-delay: 0.5s;
}
.animateList.articleShow li:nth-child(4),
.animateList.articleShow > div:nth-child(4) {
  transition-delay: 0.75s;
}
.store__line.line1 {
  left: -40%;
  transition: 1.2s;
}
.store__line.line2 {
  right: -40%;
  transition: 1.2s;
}
.product__en {
  clip-path: inset(0 0 0 100%);
  transition: 2s;
}
.productens {
  margin-left: 2rem;
  opacity: 0;
  transition: 1.2s 0s;
}
.home-slide .common__title.article-block {
  overflow: hidden;
}
.home-slide .common__title.article-block strong {
  opacity: 0;
  transform: translateY(100%);
  transition: 0.68s 0.3s;
}
.home-slide .animateList.article-block li,
.home-slide .animateList.article-block > div {
  opacity: 0;
  transform: rotateX(-30deg) translateY(60px);
  transition: 0.8s;
}
.home-slide .slideLeft {
  opacity: 0;
  transform: translateX(-60px);
  transition: 1.2s cubic-bezier(0.26, 1, 0.48, 1);
}
.home-slide .slidetop {
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  transition: 1.2s 0.4s cubic-bezier(0.26, 1, 0.48, 1);
}
.home-slide .scaleFade {
  opacity: 0;
  transform: scale(0);
  transition: 0.78s;
}
.home-slide .product__data .product__data--item {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
}
.home-slide .product__data.article-block:before {
  transform: scaleX(0);
}
.home-slide .salesroom__wr.article-block .salesroom__logo img {
  transform: scale(0);
  transition: 1s 0.3s;
}
.home-slide .slideRight {
  opacity: 0;
  transform: translateX(60px);
  transition: 1.2s 0.3s cubic-bezier(0.26, 1, 0.48, 1);
}
.home-slide .pathClie {
  clip-path: inset(0 0 100% 0);
}
.home-slide .trend__tag.tag2 {
  clip-path: inset(100% 0 0 0);
}
.home-slide .trend__title.article-block {
  opacity: 0;
  filter: blur(10px);
  transition: 1s;
}
.home-slide.swiper-slide-active .common__title.articleShow strong {
  opacity: 1;
  transform: translateY(0);
  
}
.home-slide.swiper-slide-active .animateList.article-block li,
.home-slide.swiper-slide-active .animateList.article-block > div {
  opacity: 1;
  transform: rotateX(0) translateY(0);
  transition: 0.8s;
}
.home-slide.swiper-slide-active .scaleFade {
  opacity: 1;
  transform: scale(1);
  transition: 0.78s 0.66s;
}
.home-slide.swiper-slide-active .slidetop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.home-slide.swiper-slide-active .animateList li,
.home-slide.swiper-slide-active .animateList > div {
  opacity: 1;
  transform: rotateX(0) translateY(0);
}
.home-slide.swiper-slide-active .animateList li:nth-child(2),
.home-slide.swiper-slide-active .animateList > div:nth-child(2) {
  transition-delay: 0.25s;
}
.home-slide.swiper-slide-active .animateList li:nth-child(3),
.home-slide.swiper-slide-active .animateList > div:nth-child(3) {
  transition-delay: 0.5s;
}
.home-slide.swiper-slide-active .animateList li:nth-child(4),
.home-slide.swiper-slide-active .animateList > div:nth-child(4) {
  transition-delay: 0.75s;
}
.home-slide.swiper-slide-active .store__line.line1 {
  left: -10%;
}
.home-slide.swiper-slide-active .store__line.line2 {
  right: -8%;
}
.home-slide.swiper-slide-active .product__en {
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.home-slide.swiper-slide-active .detya1 {
  transition-delay: 0.6s;
}
.home-slide.swiper-slide-active .productens {
  margin-left: 0;
  opacity: 1;
  transition: 1.2s 0.5s;
}
.home-slide.swiper-slide-active .product__data .product__data--item {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.9s;
}
.home-slide.swiper-slide-active .product__data .product__data--item:nth-child(2) {
  transition-delay: 1s;
}
.home-slide.swiper-slide-active .product__data .product__data--item:nth-child(3) {
  transition-delay: 1.1s;
}
.home-slide.swiper-slide-active .product__data.article-block:before {
  transform: scaleX(1);
  transition-delay: 0.8s;
}
.home-slide.swiper-slide-active .slideLeft {
  opacity: 1;
  transform: translateX(0);
  transition: 1.2s 0.5s cubic-bezier(0.26, 1, 0.48, 1);
}
.home-slide.swiper-slide-active .slideLeft.sales__dit2 {
  transition-delay: 0.6s;
}
.home-slide.swiper-slide-active .slideLeft.sales__dit3 {
  transition-delay: 0.7s;
}
.home-slide.swiper-slide-active .salesroom__wr.article-block .salesroom__logo img {
  transform: scale(1);
}
.home-slide.swiper-slide-active .slideRight {
  opacity: 1;
  transform: translateX(0);
  transition: 1.2s 0.5s cubic-bezier(0.26, 1, 0.48, 1);
}
.home-slide.swiper-slide-active .slideRight.sales__dit4 {
  transition-delay: 0.6s;
}
.home-slide.swiper-slide-active .slideRight.sales__dit5 {
  transition-delay: 0.7s;
}
.home-slide.swiper-slide-active .pathClie,
.home-slide.swiper-slide-active .trend__tag.tag2 {
  clip-path: inset(0 0 0 0);
  transition: 1.5s 0.45s;
}
.home-slide.swiper-slide-active .trend__title.article-block {
  opacity: 1;
  filter: blur(0);
  transition: 1s 0.5s;
}
.pbanner .store__line.line2.articleShow {
  right: -8%;
}
.skeymove.article-block {
  opacity: 0;
  transform: rotateX(-30deg) translateY(60px);
  transition: 0.8s;
}
.skeymove.articleShow {
  opacity: 1;
  transform: rotateX(0) translateY(0);
}
.skeymove.articleShow:nth-child(2) {
  transition-delay: 0.25s;
}
.skeymove.articleShow:nth-child(3) {
  transition-delay: 0.5s;
}
.skeymove.articleShow:nth-child(4) {
  transition-delay: 0.75s;
}
.product__data.article-block:before {
  transform: scaleX(0);
  transform-origin: left top;
  transition: 2s;
}
.product__data.articleShow:before {
  transform: scaleX(1);
}
.salesroom__wr.article-block .salesroom__logo img {
  transform: scale(0);
  transition: 1s;
}
.salesroom__wr.articleShow .salesroom__logo img {
  transform: scale(1);
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pbanner figure video {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.banner__line {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 3.47rem;
  height: 2.42rem;
  background: url(../image/bannertag.png) center no-repeat;
  background-size: cover;
}
.ptext {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 5;
}
.ptext strong {
  display: block;
  margin-bottom: 0.44rem;
  color: #fff;
  font-family: "阿里妈妈东方大楷";
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  /* text-shadow: 3px 0 #FEBC06, -3px 0 #FEBC06, 0 3px #FEBC06, 0 -3px #FEBC06, 3px 3px #FEBC06, -3px -3px #FEBC06, 3px -3px #FEBC06, -3px 3px #FEBC06; */
}
.ptext strong b {
  color: #fff;
  font-weight: normal;
}
.ptext p {
  color: #fff;
  font-size: 0.32rem;
  font-family: "HarmonyOSSans";
  font-weight: 900;
  line-height: 1.2;
  /* text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;*/
}
.ptext p b {
  color: #fff;
}
.pimgs {
  position: absolute;
  left: 50%;
  top: -1.1rem;
  margin-left: 1.8rem;
  width: 2.83rem;
}
.pimgs img {
  display: block;
  width: 100%;
  height: auto;
}
.arrow {
  position: absolute;
  left: 50%;
  margin-left: -0.59rem;
  bottom: 0.53rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.19rem;
  height: 1.24rem;
  z-index: 3;
  cursor: pointer;
}
.arrow:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/pbanner.png) center no-repeat;
  background-size: cover;
  animation: arrowMove 5s infinite linear;
}
.arrow i {
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 0.38rem;
  font-weight: normal;
  animation: mousedown 1s infinite alternate-reverse;
}
@keyframes arrowMove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes mousedown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0.2;
    transform: translateY(10px);
  }
}
.about-us {
  padding: 0.8rem 8.3333vw 1.72rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 3;
  overflow: hidden;
}
.about__info {
  width: 43.125vw;
}
.about__top {
  position: relative;
  z-index: 2;
  padding-top: 0.89rem;
}
.about__top small {
  display: block;
  position: absolute;
  left: -2.2917vw;
  top: 0;
  z-index: -2;
  color: rgba(136, 136, 136, 0.12);
  font-size: 6.6667vw;
  line-height: 1.48;
  text-transform: uppercase;
  font-family: "阿里妈妈东方大楷";
}
.about__top .about__logo {
  position: absolute;
  left: 0.8rem;
  top: -0.17rem;
  z-index: -1;
  width: 1.56rem;
  height: auto;
  animation: move2 3s infinite linear alternate;
}
.about__texts {
  margin-top: 6.25vw;
  text-indent: 0.36rem;
  color: #333;
  font-size: 0.18rem;
  line-height: 2;
}
.about__texts b {
  color: #000;
}
.about__rights {
  position: relative;
  margin-top: 0.7rem;
}
.about__rights:before {
  position: absolute;
  left: 0.9rem;
  top: 0;
  content: "";
  width: 1.25rem;
  height: 1.26rem;

  background-size: cover;
  z-index: 5;
}
.about__imgs {
  display: block;
  position: relative;
  overflow: hidden;
  margin-right: 6.2708vw;
  width: 5.25rem;
  height: 5.92rem;
  mask-image: url(../image/aboutbg.png);
  mask-size: auto 100%;
  mask-repeat: no-repeat;
  filter: drop-shadow(0px 4px 45.6px rgba(0, 0, 0, 0.33));
  -webkit-filter: drop-shadow(0px 4px 45.6px rgba(0, 0, 0, 0.33));
}
.about__imgs figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  height: 100%;
}
.about__imgs figure img {
  display: block;
  width: 90%;
  height: 90%;
  object-fit: cover;
  transform: translateY(50px);
}
.videobtns {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.52rem;
  margin-top: -0.52rem;
  width: 1.05rem;
  height: 1.05rem;
  background: url(../image/videobtn.png) center no-repeat;
  background-size: cover;
  z-index: 3;
  cursor: pointer;
  transition: 0.35s;
}
.videobtns:hover {
  transform: scale(1.05);
}
/* 视频弹层 */
.popup_video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -300;
  background: hsla(0, 0%, 0%, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.popup_video.on {
  z-index: 1050;
  opacity: 1;
  visibility: visible;
}
.popup_video .cont {
  width: 80%;
  height: auto;
  background: #fff;
  padding: 10px;
  border-radius: 2px;
  position: relative;
  transform: scale(0);
  transition: all 0.5s;
}
.popup_video.on .cont {
  transform: scale(1);
}
.popup_video .cont video {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
}
.popup_video .cont .sole {
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -60px;
  cursor: pointer;
  transition: all 0.5s;
}
.popup_video .cont .sole:hover {
  transform: rotate(180deg);
}
.about__en {
  position: absolute;
  right: 0;
  top: 2.02rem;
  z-index: -1;
  text-align: right;
}
.about__en strong {
  display: block;
  color: #FFF;
  -webkit-text-stroke: 1px #407645;
  font-family: "阿里妈妈东方大楷";
  font-size: 6.6667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-150px);
}
.about__en strong:first-child {
  padding-right: 7.2917vw;
}
.about__en strong:last-child {
  padding-right: 2.1875vw;
}
.common__bgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.common__bgs:before {
  position: absolute;
  left: 0;
  bottom: 7.8125vw;
  top: 0;
  content: "";
  width: 100%;
  background: url(../image/ar.png) center top no-repeat;
  background-size: cover;
}
.common__bgs:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 5rem;
  background: url(../image/bg1.png) center bottom no-repeat;
  background-size: 100% auto;
}
.about__bg {
  position: relative;
  margin-top: -23.4375vw;
  padding-bottom: 66.9792vw;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.froogs {
  position: relative;
  margin-top: -3.1rem;
  z-index: 10;
  height: 23.5417vw;
  background: url(../image/bg2.png) center top no-repeat;
  background-size: cover;
}
.froogs__imgs {
  position: absolute;
  left: 9.1146vw;
  top: -3.75vw;
  width: 26.6667vw;
}
.froogs__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.steam {
  position: absolute;
  display: flex;
  z-index: 1;
  width: auto;
  height: 170px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  transition: 0.5s all ease-in-out;
}
.steam span {
  display: block;
  position: relative;
  bottom: 50px;
  margin: 0 2px 10px;
  min-width: 7px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  filter: blur(8px);
}
.steam span {
  animation: steam 4s linear infinite;
  animation-delay: calc(var(--i) * -0.75s);
}
@keyframes steam {
  0% {
    transform: translateY(0) scaleX(1);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  50% {
    transform: translateY(-200px) scaleX(5);
    opacity: 1;
  }
  70% {
    opacity: 0.75;
  }
  100% {
    transform: translateY(-400px) scaleX(8);
  }
}
.froogs__font {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.froogs__row {
  display: flex;
  flex-wrap: nowrap;
  animation: LoopingCarousel_slideAnim__OKRSJ 10s linear infinite;
}
.froogs__row span {
  display: inline-block;
  margin-right: 3.75vw;
  color: #000;
  font-family: "阿里妈妈东方大楷";
  font-size: 0.96rem;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  white-space: nowrap;
}
.froogs__row span.colors {
  color: transparent;
  -webkit-text-stroke: 1px #000;
}
@keyframes LoopingCarousel_slideAnim__OKRSJ {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.history {
  position: relative;
  padding: 1.2rem 0 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.history__top {
  margin-bottom: 1.2rem;
}
.history__top p {
  color: #fff;
}
.history__top p span {
  font-weight: 400;
}
.history__top p span:before {
  background: #fff;
}
.history__wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.history__line {
  position: relative;
  width: 5.4rem;
}
.history__line img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.38;
}
.history__line svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  clip-path: inset(0 100% 0 0);
}
.history__bgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-image: url(../image/history.svg);
  background-position: center top;
  background-size: 5.4rem auto;
}
.history__list {
  margin-left: 1.56rem;
  margin-top: -0.04rem;
}
.history__li {
  position: relative;
  z-index: 2;
}
.history__li:before {
  position: absolute;
  left: 0;
  top: 0.2rem;
  bottom: 0.5rem;
  content: "";
  border-left: 1px dashed #fff;
}
.history__li li {
  margin-bottom: 0.52rem;
  padding-left: 0.46rem;
  position: relative;
}
.history__li li:before {
  position: absolute;
  left: -0.06rem;
  top: 0.16rem;
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background: #fff;
}
.history__li li:last-child {
  margin-bottom: 0;
}
.history__li li strong {
  display: block;
  font-size: 0.3rem;
  line-height: 1.46;
  color: #fff;

  font-family: "阿里妈妈东方大楷";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  /* 44.4px */
  text-transform: uppercase;
  /* text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 2px 2px #fff, -2px -2px #fff, 2px -2px #fff, -2px 2px #fff; */
}
.history__li li p {
  color: #fff;
  font-size: 0.18rem;
  line-height: 2;
}
.history__svg {
  position: relative;
}
.history__arrow {
  position: absolute;
  left: 50%;
  margin-left: -0.55rem;
  bottom: -0.55rem;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #fff;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history__arrow i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.74rem;
  height: 0.74rem;
  text-align: center;
  line-height: 0.74rem;
  border-radius: 50%;
  background: #234825;
  color: #fff;
}
.history__arrow i b {
  display: block;
  animation: mousedown 0.7s infinite alternate-reverse;
  font-size: 0.3rem;
  font-style: normal;
}
.history__item {
  display: flex;
  align-items: center;
  position: absolute;
  margin-right: -0.2rem;
  margin-top: -0.2rem;
  z-index: 3;
  transform: translateX(-60px);
  opacity: 0;
  visibility: hidden;
  transition: 0.55s;
}
.history__item.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.history__item:nth-child(1) {
  right: 23.5%;
  top: 1.8%;
}
.history__item:nth-child(2) {
  right: 5%;
  top: 14%;
}
.history__item:nth-child(3) {
  right: 10%;
  top: 25.9%;
}
.history__item:nth-child(4) {
  top: 37.88%;
  right: 45.77%;
}
.history__item:nth-child(4) time {
  margin-right: 0;
  transform: translateY(-0.36rem);
}
.history__item:nth-child(5) {
  right: 23.7%;
  top: 50%;
}
.history__item:nth-child(6) {
  right: 37.7%;
  top: 61.54%;
}
.history__item:nth-child(7) {
  right: 54%;
  top: 73.5%;
}
.history__item:nth-child(8) {
  right: 68%;
  top: 85.6%;
}
.history__item time {
  display: block;
  margin-right: 0.26rem;
  line-height: 1;
  color: #fff;
  font-family: "阿里妈妈东方大楷";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  /* 35.52px */
  text-transform: uppercase;
  /* text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff; */
}
.history__item i {
  display: inline-block;
  position: relative;
  width: 0.39rem;
  height: 0.39rem;
  border-radius: 50%;
  background: #fff;
}
.history__item i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.09rem;
  margin-top: -0.09rem;
  content: "";
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  background: #234825;
}
.honor__box {
  padding: 1.72rem 8.3333vw 0.75rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.honor__tt {
  text-align: center;
}
.honor__desc {
  margin-top: 0.23rem;
  text-align: center;
  color: #000;
  font-size: 0.32rem;
  font-family: "阿里妈妈东方大楷";
  line-height: 1.4;
}
.honor__swiper {
  margin-top: 0.7rem;
}
.honor__swiper .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 0.75rem;
  line-height: 1;
}
.honor__swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-right: 0.1rem;
  width: 0.31rem;
  height: 0.31rem;
  background: url(../image/dit1.png) center no-repeat;
  background-size: 0.24rem auto;
  line-height: 1;
  transition: 0.4s;
  opacity: 1;
}
.honor__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../image/dit2.png) center no-repeat;
  background-size: 0.24rem auto;
}
.honor__swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.honor-slide {
  box-sizing: border-box;
  width: 34.7396vw;
}
.honor-slide.swiper-slide-active .honor__wr:before {
  opacity: 0;
  visibility: hidden;
}
.honor-slide .honor__wr {
  position: relative;
  z-index: 2;
  padding: 0 0.24rem 0.24rem;
  border-radius: 0.16rem;
  background: linear-gradient(180deg, #D64316 0%, #FFBF8E 73%);
  text-align: center;
}
.honor-slide .honor__wr:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
  border-radius: 0.16rem;
  transition: 0.4s;
}
.honor-slide strong {
  display: block;
  line-height: 0.66rem;
  color: #fff;
  font-size: 0.32rem;
  font-weight: normal;
  font-family: "阿里妈妈东方大楷";
}
.honor-slide:hover figure img {
  transform: scale(1.05);
}
.honor-slide figure {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 0.16rem;
  height: 3.66rem;
}
.honor-slide figure img {
  display: inline-block;
  max-width: 90%;
  max-height: 88%;
  transition: 0.68s;
}
.about__tag {
  display: flex;
  align-items: center;
  height: 0.46rem;
  background: #234825;
  width: 100%;
  overflow: hidden;
}
.about__tag--row {
  display: flex;
  animation: LoopingCarousel_slideAnim__OKRSJ 20s linear infinite;
}
.about__tag--row span {
  display: inline-block;
  margin-right: 4.9479vw;
  flex-wrap: nowrap;
  white-space: nowrap;
  color: #fff;
  font-size: 0.3rem;
  font-family: "阿里妈妈东方大楷";
}
.about__tag--row span.colorfix {
  color: #fff;
  text-stroke: 0.5px #fff;
  -webkit-text-stroke: 0.2px #fff;
}
@keyframes move2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100px);
  }
}
.scene {
  padding: 1rem 0 2.5rem;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.scene__en {
  position: absolute;
  right: -0.4rem;
  z-index: -1;
  top: 1.93rem;
  color: #FFF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #407645;
  font-family: "阿里妈妈东方大楷";
  font-size: 1.28rem;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
}
.scene__top {
  text-align: center;
}
.scene__top small {
  left: 0;
  width: 100%;
}
.scene__top .about__logo {
  margin-left: -0.67rem;
  left: 50%;
  width: 1.34rem;
  animation: none;
  top: 0;
}
.scene__swiper {
  margin-top: 1rem;
  overflow: hidden;
}
.scene-slide {
  width: 10.3rem;
}
.scene-slide.swiper-slide-active figure img {
  transform: scale(1);
  transition: 2s cubic-bezier(0.5, 0, 0, 1);
}
.scene-slide figure {
  position: relative;
  display: block;
  padding-bottom: 59.8%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.16rem;
}
.scene-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scene-slide figure img {
  transform: scale(1.2, 1.2);
  transition: 1s cubic-bezier(0.5, 0, 0, 1);
  transition-property: transform;
}
.salesroom1 {
  height: auto;
}
.salesroom1 .salesroom__join {
  left: 3.02vw;
  top: 1.65rem;
}
.scenne__prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  top: 50%;
  margin-top: -0.55rem;
  z-index: 5;
  border-radius: 50%;
  background: rgba(249, 249, 249, 0.46);
  transition: 0.4s;
  cursor: pointer;
}
.scenne__prev:hover {
  background: rgba(249, 249, 249, 0.8);
}
.scenne__prev.prev {
  margin-right: 4.6rem;
  right: 50%;
}
.scenne__prev.next {
  margin-left: 4.6rem;
  left: 50%;
}
.scenne__prev i {
  display: block;
  width: 0.74rem;
  height: 0.74rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.74rem;
  background: #234825;
  color: #fff;
  font-size: 0.22rem;
}
.store__in {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  perspective: 1000px;
  text-align: center;
  z-index: 3;
}
.store__in p {
  color: #fff;
  text-align: center;
  font-family: "阿里妈妈东方大楷";
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9;
  /* text-shadow: 3px 0 #FEBC06, -3px 0 #FEBC06, 0 3px #FEBC06, 0 -3px #FEBC06, 3px 3px #FEBC06, -3px -3px #FEBC06, 3px -3px #FEBC06, -3px 3px #FEBC06; */
}
.store__in p b {
  color: #234825;
}
.report {
  padding: 2.2rem 8.3333vw 1.1rem;
  position: relative;
  z-index: 3;
  height: auto;
  margin-top: -20.8333vw;
  overflow: hidden;
}
.report__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.report__bg:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 5rem;
  background: url(../image/bg2.png) center top no-repeat;
  background-size: 100% auto;
}
.report__bg:after {
  position: absolute;
  top: 10.4167vw;
  bottom: 0;
  content: "";
  z-index: -1;
  width: 100%;
  background: url(../image/ar.png) center no-repeat;
  background-size: cover;
}
.report__word {
  margin-top: 0.3rem;
  line-height: 1;
  color: transparent;
  font-size: 6.6667vw;
  font-family: "阿里妈妈东方大楷";
  -webkit-text-stroke: 1px #407645;
}
.report__list {
  position: relative;
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  width: 6.06rem;
}
.report__list li {
  margin-right: 5%;
  margin-top: -2.36rem;
  width: 47.5%;
}
.report__list li:nth-child(2n+2) {
  margin-right: 0;
}
.report__list li figure {
  display: block;
  line-height: 1;
  border-radius: 0.16rem;
  overflow: hidden;
}
.report__list li figure img {
  display: block;
  width: 100%;
  height: auto;
}
.report__imgs {
  position: absolute;
  right: 12.1875vw;
  bottom: 0;
  z-index: 3;
  width: 44.4271vw;
}
.report__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.store__in.article-block p {
  transform: translateY(30px) rotateX(60deg);
  transition: 1s;
  opacity: 0;
}
.store__in.articleShow p {
  opacity: 1;
  transform: translateY(0) scale(1) rotateY(0deg);
}
.store__in.articleShow p:nth-child(2) {
  transition-delay: 0.2s;
}
.store__in.articleShow p:nth-child(3) {
  transition-delay: 0.4s;
}
.slideSkey.article-block {
  transform: translateY(30px) rotateX(60deg);
  transition: 1s;
  opacity: 0;
}
.slideSkey.article-block.detay1 {
  transition-delay: 0.2s;
}
.slideSkey.articleShow {
  opacity: 1;
  transform: translateY(0) scale(1) rotateY(0deg);
}
.variety__bann {
  margin: auto;
  position: relative;
  z-index: 5;
  margin-top: 0.75rem;
  max-width: 90%;
  width: 11.2rem;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  line-height: 2;
}
.product {
  padding: 0.88rem 0 0.75rem;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.product__item {
  margin: auto;
  margin-bottom: 1.26rem;
  width: 14rem;
  perspective: 1000px;
}
.product__item:last-child {
  margin-bottom: 0;
}
.product__title {
  display: block;
  margin-bottom: 0.55rem;
  line-height: 1;
  color: #000;
  font-family: "阿里妈妈东方大楷";
  font-size: 0.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  /* text-shadow: 3px 0 #FEBC06, -3px 0 #FEBC06, 0 3px #FEBC06, 0 -3px #FEBC06, 3px 3px #FEBC06, -3px -3px #FEBC06, 3px -3px #FEBC06, -3px 3px #FEBC06; */ 
}
.product__title b {
  color: #234825;
}
.product__swiper .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 0.7rem;
  line-height: 1;
}
.product__swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-right: 0.1rem;
  width: 0.31rem;
  height: 0.31rem;
  background: url(../image/dit1.png) center no-repeat;
  background-size: 0.24rem auto;
  line-height: 1;
  transition: 0.4s;
  opacity: 1;
}
.product__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../image/dit2.png) center no-repeat;
  background-size: 0.24rem auto;
}
.product__swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.product-slide {
  position: relative;
  width: 4.95rem;
}
.product-slide:hover figure img {
  transform: scale(1.08);
}
.product-slide figure {
  position: relative;
  display: block;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.29rem;
}
.product-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-slide figure img {
  transition: 0.68s;
}
.product-slide strong {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  z-index: 3;
  width: 100%;
  line-height: 1.3;
  color: #fff;
  font-size: 0.24rem;
  transition: 0.35s;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.contact {
  padding: 0.71rem 8.3333vw 1.12rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact__wrap {
  margin-top: 0.88rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.37rem;
  background-size: cover;
  overflow: hidden;
}
.contact__info {
  flex: 1;
  padding: 0 0 0 5.5208vw;
  width: 0;
}
.contact__imgs {
  opacity: 0;
  width: 50vw;
  line-height: 1;
}
.contact__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.contact__top {
  font-family: "阿里妈妈东方大楷";
}
.contact__top strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #000;
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  /* text-shadow: 2px 0 #FEBC06, -2px 0 #FEBC06, 0 2px #FEBC06, 0 -2px #FEBC06, 2px 2px #FEBC06, -2px -2px #FEBC06, 2px -2px #FEBC06, -2px 2px #FEBC06; */
}
.contact__top b {
  display: block;
  line-height: 1.25;
  color: #fff;
  font-size: 3.4458vw;
  /* text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000; */
}
.contact__top p {
  margin-top: 0.2rem;
  color: #000;
  font-size: 0.22rem;
}
.contact__eq {
  display: flex;
  padding-top: 0.35rem;
}
.contact__eq--item {
  text-align: center;
  margin-right: 0.3rem;
  width: 1.68rem;
}
.contact__eq--item img {
  display: block;
  width: 100%;
}
.contact__eq--item p {
  margin-top: 0.22rem;
  line-height: 1.2;
  color: #000;
  font-size: 16px;
}
.news__box {
  padding: 0.68rem 8.3333vw 0.96rem;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.news__btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0.55rem;
}
.news__btn a {
  display: inline-block;
  margin-right: 3.6458vw;
  padding: 0 0.26rem;
  height: 0.53rem;
  line-height: 0.53rem;
  border-radius: 0.27rem;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(23.70000076px);
  color: #fff;
  font-size: 0.28rem;
  font-family: "阿里妈妈东方大楷";
}
.news__btn a:hover,
.news__btn a.active {
  background-color: #234825;
}
.news__btn a:last-child {
  margin-right: 0;
}
.news__list {
  perspective: 2000px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.3rem;
}
.news__list li {
  margin-right: 4.4%;
  width: 47.8%;
}
.news__list li:nth-child(2n+2) {
  margin-right: 0;
}
.news__list li:hover figure img {
  transform: scale(1.06);
}
.news__list li:hover .news__in strong {
  color: #234825;
}
.news__list li figure {
  position: relative;
  display: block;
  padding-bottom: 64.575%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.15rem;
}
.news__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__list li figure img {
  transition: 0.68s;
}
.news__in {
  padding: 0.3rem 2.6042vw 0.72rem;
}
.news__in time {
  display: block;
  line-height: 1.8;
  color: #234825;
  font-size: 0.2rem;
}
.news__in strong {
  display: block;
  margin-bottom: 0.1rem;
  color: #000;
  font-size: 0.32rem;
  line-height: 1.4;
  font-family: "HarmonyOSSans";
  transition: 0.45s;
}
.news__in p {
  color: #666;
  font-size: 0.18rem;
  line-height: 1.8;
  width: 6rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page__list .pagination {
  display: flex;
  justify-content: center;
}
.page__list .pagination li {
  margin-right: 0.1rem;

  border: 1px solid #DCDCDC;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 0.41rem;
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.2rem;
  transition: 0.28s;
}
.page__list .pagination li a {
  transition: 0s;
}
.page__list .pagination li.disabled {
  border: none;
  background: none;
}
.page__list .pagination li.active,
.page__list .pagination li:hover {
  background: #234825;
  border-color: #234825;
  color: #fff;
}
.page__list .pagination li.prev {
  color: rgba(0, 0, 0, 0.9);
  border: none;
  background: none;
}
.page__list .pagination li.prev:hover {
  color: #D64316;
}
.join__boxs {
  padding: 1rem 8.3333vw 0.62rem;
  position: relative;
  z-index: 3;
  background: url(../image/join.jpg) center top no-repeat;
  background-size: cover;
  overflow: hidden;
}
.join__wraps .join__title {
  padding-top: 0.9rem;
}
.join__wraps .join__title img {
  top: 0;
  width: 0.94rem;
  animation: none;
}
.join__wraps .join__title small {
  left: -0.97rem;
}
.join__wraps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.join__text {
  margin-top: 0.96rem;
  width: 7.5rem;
  text-indent: 0.36rem;
  color: #000;
  font-size: 0.18rem;
  line-height: 1.8;
  font-family: "MiSans-Medium";
}
.join__imgs {
  width: 5.67rem;
  height: 5.765rem;
}
.join__imgs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join__line {
    position: absolute;
    padding-left: 0.5rem;
    left: -2rem;
    background: #234825;
    height: 0.46rem;
    display: flex;
    z-index: 3;
    bottom: 0;
    transform: rotate(6.5deg);
    flex-shrink: 0;
}
.join__row {
  display: inline-block;
  align-items: center;
  white-space: nowrap;
  height: 100%;
  animation: LoopingCarousel_slideAnim__OKRSJ 30s linear infinite;
}
.join__row span {
  display: inline-block;
  margin-right: 0.46rem;
  color: #fff;
  font-size: 0.32rem;
  line-height: 0.46rem;
  font-weight: 400;
  font-family: "阿里妈妈东方大楷";
}
.join__row span.colors {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.join__line1 {
    z-index: -1;
    background: #234825;
    transform: rotate(348deg);
    bottom: 2.5rem;
    left: -16rem;
}
.join__line1 span {
  color: #fff;
}
.join__line1 span.colors {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.store__texts {
  margin: auto;
  margin-top: 0.45rem;
  width: 7.7rem;
  color: #000;
  font-size: 0.24rem;
  line-height: 0.35rem;
  font-family: "HarmonyOSSans";
  text-align: center;
}
.shop .salesroom__arl1 {
  border: none;
  background: url(../image/shop1.png) center no-repeat;
  background-size: cover;
}
.shop .salesroom__arlcle {
  border: none;
  background: url(../image/shop2.png) center no-repeat;
  background-size: cover;
}
.shop .sales__dit i {
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
.shop .sales__dit span {
  color: #000;
  -webkit-text-stroke: 0.5px #000;
    font-size: 20px;
}
.shop .sales__dit span b {
  color: #234825;
  font-weight: normal;
}
.sustain {
  position: relative;
  z-index: 3;
  padding: 1.05rem 8.3333vw 2.65rem;
}
.sustain__list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.sustain__list:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  border-left: 1px dotted #898989;
}
.sustain__list li {
  padding: 0.5rem 0;
  width: 50%;
  box-sizing: border-box;
  border-bottom: 1px dotted #898989;
}
.sustain__list li:nth-child(2n+2) {
  padding-left: 1.26rem;
}
.sustain__list li:nth-child(n + 3) {
  border-bottom: none;
}
.sustain__title {
  display: flex;
  align-items: center;
  margin-bottom: 0.22rem;
}
.sustain__title img {
  display: inline-block;
  width: auto;
  height: 0.79rem;
}
.sustain__title strong {
  display: inline-block;
  margin-left: 0.15rem;
  color: #000;
  text-align: right;


  -webkit-text-stroke-color: #000;
  font-family: "Alimama DongFangDaKai";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  font-family: "阿里妈妈东方大楷";
}
.sustain__title strong b {
  font-weight: normal;
  color: #234825;
}
.sustain__info {
  width: 6.74rem;
  max-width: 90%;
  color: #333;
  font-size: 0.18rem;
  line-height: 2;
  font-family: "HarmonyOSSans";
  text-indent: 0.36rem;
  text-align: justify;
}
.conditions {
  padding: 2.2rem 0 1.2rem 8.3333vw;
  margin-top: -9vw;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.conditions__title {
  position: relative;
  z-index: 3;
  padding-top: 0.45rem;
}
.condite__en {
  position: absolute;
  left: -8.3333vw;
  top: 0;
  z-index: -1;
  color: rgba(136, 136, 136, 0.24);
  text-align: center;
  font-family: "阿里妈妈东方大楷";
  font-size: 6.6667vw;
  font-style: normal;
  line-height: 1;
  /* 189.44px */
  text-transform: uppercase;
}
.condition__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.condition__list {
  width: 42%;
}
.condition__list li {
  margin-bottom: 0.4rem;
}
.condition__list li:last-child {
  margin-bottom: 0;
}
.condition__list li strong {
  display: block;
  color: #234825;
  font-family: "阿里妈妈东方大楷";
  font-size: 0.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  text-transform: uppercase;
  /* text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 2px 2px #fff, -2px -2px #fff, 2px -2px #fff, -2px 2px #fff; */
}
.condition__list li p {
  color: #333;
  font-size: 0.18rem;
  line-height: 2;
  font-family: "HarmonyOSSans";
}
.condition__imgs {
  width: 48.6458vw;
  line-height: 1;
}
.condition__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.brand {
  position: relative;
}
.brand__imgs {
  position: relative;
  display: block;
  padding-bottom: 49.114%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.brand__imgs img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand__text {
  position: absolute;
  left: 0;
  bottom: 0.87rem;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.brand__text strong {
  display: block;
  margin-bottom: 0.24rem;
  color: #fff;
  font-family: "阿里妈妈东方大楷";
  font-size: 0.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* text-shadow: 4px 0 #FEBC06, -4px 0 #FEBC06, 0 4px #FEBC06, 0 -4px #FEBC06, 4px 4px #FEBC06, -4px -4px #FEBC06, 4px -4px #FEBC06, -4px 4px #FEBC06; */
}
.brand__text strong b {
  color: #fff;
  font-size: 0.64rem;
}
.brand__text p {
  margin: auto;
  width: 4.32rem;
  color: #fff;
  font-size: 0.24rem;
  line-height: 1.6;
  font-family: "阿里妈妈东方大楷";
}
.brand__text p b {
  color: #fff;
  font-weight: normal;
}
.process {
  padding: 8.2292vw 8.3333vw 0.5rem;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.process__wrap {
  margin-top: 0.88rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.process__left {
  margin-right: 6.25vw;
  font-family: "阿里妈妈东方大楷";
}
.process__tel {
  margin-bottom: 0.4rem;
}
.process__tel p {
  line-height: 1.4;
  color: #fff;
  font-size: 0.24rem;

}
.process__tel b {
  display: block;
  color: #fff;
  font-size: 0.4rem;
  line-height: 1.4;
  font-weight: normal;
}
.process__eq {
  display: flex;
}
.process__items {
  margin-right: 0.25rem;
  text-align: center;
}
.process__items img {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.06rem;
  width: 1rem;
  background: #fff;
  border-radius: 4px;
}
.process__items p {
  margin-top: 0.15rem;
  line-height: 1.2;
  color: #FFF;
  font-size: 0.16rem;
  font-family: "HarmonyOSSans";
}
.process__fix {
  position: relative;
  flex: 1;
  width: 0;
  padding-right: 0.77rem;
}
.process__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.process__row svg {
  width: auto;
  margin: 0 0.12rem;
  margin-top: 3.6979vw;
}
.process__item {
  position: relative;
  margin-bottom: 5vw;
  padding-bottom: 0.47rem;
  text-align: center;
}
.process__item p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 3;
  white-space: nowrap;
  color: #fff;
  text-align: right;

  font-family: "阿里妈妈东方大楷";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 34.8px */
}
.process__item b {
  display: none;
}
.process__ico {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.2813vw;
  height: 8.2813vw;
  border-radius: 50%;
  background: #E0D1BD;
}
.process__ico:before {
  position: absolute;
  left: 0.07rem;
  top: 0.07rem;
  right: 0.07rem;
  bottom: 0.07rem;
  content: "";
  border: 1px solid #952625;
  border-radius: 50%;
}
.process__ico img {
  display: inline-block;
  max-height: 0.52rem;
}
.process__line {
  position: absolute;
  right: 0;
  top: 7.9167vw;
  width: 0.6rem;
}
.process__line svg {
  display: block;
  width: 100%;
  height: auto;
}
.process__row1 {
  flex-direction: row-reverse;
}
.news__view {
  padding: 0.84rem 8.3333vw 1.26rem;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.news__view--top {
  margin-bottom: 5.7292vw;
}
.news__view--top time {
  display: block;
  margin-bottom: 0.18rem;
  color: #D64316;
  font-size: 0.3rem;
  font-weight: 1000;
  line-height: 3;
  text-align: center;
}
.news__view--top strong {
  display: block;
  color: #311303;
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.news__v {
  padding: 0 0 5.7292vw;
  color: #525252;
  font-size: 0.2rem;
  line-height: 0.5rem;
}
.back__list {
  text-indent: center;
}
.back__list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 1.07rem;
  height: 1.07rem;
  border-radius: 50%;
  background: #FC6C00;
  transform: translateY(150px);
}
.back__list a:hover {
  background: #D64316;
}
.back__list a i {
  display: inline-block;
  color: #fff;
  font-size: 0.32rem;
  line-height: 1;
}
.back__list a p {
  margin-top: 0.05rem;
  color: #fff;
  font-size: 0.16rem;
}
.news__prev {
  margin-top: 4.8958vw;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.news__prev--item {
  width: 4.38rem;
}
.news__prev--item a:hover p {
  color: #D64316;
}
.news__prev--item b {
  display: block;
  color: #333333;
  font-size: 0.24rem;
  line-height: 2;
  font-weight: 600;
}
.news__prev--item p {
  color: #666;
  font-size: 0.16rem;
  line-height: 0.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.4s;
}

@media screen and (max-width: 751px) {
	.back__list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 1.07rem;
  height: 1.07rem;
  border-radius: 50%;
  background: #FC6C00;
  transform: translateY(-6px);
}
}