/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/new.css ***!
  \*************************************************************************************************************/
:root {
  --title-theme-color: #1E9E6B;
  --title-light-color: #ffffff;
  --title-dark-color: #333333;
  --text-black-color: #000000;
  --text-dark-color: #666666;
  --text-light-color: #ffffff;
  --maxtitle-fontsize: 5vw;
  --bigtitle-fontsize: 3.125vw;
  --title-fontsize: 3.125vw;
  --text-fontsize: 1.04vw;
  --light-background-padding: 7.8125vw 40px; 
  --dark-background-padding: 6.51052vw 40px;
  --gray-background-padding: 5.208333vw 40px;
  --light-background: #ffffff;
  --dark-background: #000000;
  --gray-background: #F4F4F4;
}

.floor-container {
  position: relative;
}

.light-container {
  padding: var(--light-background-padding);
  background-color: var(--light-background);
}

.gray-container {
  background-color: var(--gray-background);
  padding: var(--gray-background-padding);
}

.floor-wrap {
  max-width: 75vw;
  margin: 0 auto;
}

.floor-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.floor-half {
  width: calc((100% - 7.03125vw) / 2);
}

.base-image-container {
  overflow: hidden;
  height: 100%;
}
.base-image-container .inner-image-container {
  overflow: hidden;
  transform: translateY(100%);
  transition: all 1s;
  height: 100%;
}
.base-image-container .image-medium {
  overflow: hidden;
  position: relative;
  transform: translateY(-100%);
  transition: all 1s;
  height: 100%;
}
.base-image-container .image-medium:before {
  content: "";
  display: block;
}
.base-image-container .parallax-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(100% + 80px);
  transition: all 1s;
}
.base-image-container .parallax-container img,
.base-image-container .parallax-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* cursor: pointer; */
}
.base-image-container:hover .inner-image-container {
  transform: translateY(0) !important;
}
.base-image-container:hover .image-medium {
  transform: translateY(0) scale(1.15) !important;
}

 .floor-img {
  width: calc((100% - 7.03125vw) / 2);
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.floor-text {
  line-height: 1.5;
  text-align: left;
  font-weight: 400;
  font-size: var(--text-fontsize);
}

.is-light {
  color: var(--text-light-color);
}

.is-dark {
  color: var(--text-dark-color);
}

.text-center {
  text-align: center;
}

.is-black {
  color: var(--text-black-color);
}

.floor-background-img {
  width: 100%;
}

.floor-background-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.floor-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 40px;
  max-width: 50vw;
}

.floor-bigtitle {
  color: var(--text-black-color);
  margin-bottom: 1.40625vw;
  text-align: center;
}

.floor-title {
  font-size: var(--title-fontsize);
  margin-bottom: 2.5vw;
  font-weight: 600;
  line-height: 1.3;
}

.about-container5 .floor-title {
  font-size: var(--bigtitle-fontsize);
} 

.dark-container {
  background-color: var(--dark-background);
  padding: var(--dark-background-padding);
}

.floor-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.16667vw;
}

.floor-box:last-child {
  margin-bottom: 0;
}

.floor-article {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.floor-block {
  width: calc((100% - 7.1875vw) / 3);
  overflow: hidden;
}

.rectangle-img {
  aspect-ratio: 4 / 3;
  width: 100%;
  margin-bottom: 1.875vw;
  /* cursor: pointer; */
  overflow: hidden;
}

.rectangle-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.3s;
}

.rectangle-img img:hover {
  transform:  scale(1.1);
}

.floor-products {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 78.125vw;
  margin: 0 auto;
}

.product-box {
  margin-right: 1.04167vw;
  width:17.70833vw;
}

.product-box:last-child {
  margin-right: 0;
}

.product-img {
  width: 100%;
  aspect-ratio: 17 / 23;
  margin-bottom: 1.8vw;
  overflow: hidden;
}

.product-img img {
  object-fit: cover;
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s;
  cursor: pointer;
}

.product-img img:hover {
  transform:  scale(1.1);
}

.floor-square {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 78.125vw;
  margin: 0 auto;
}

.square-box {
  margin-right: 1.5652vw;
  width: 26.041667vw;
}

.square-box:last-child {
  margin-right: 0;
}

.square-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 2.08333vw;
  overflow: hidden;
}

.square-img img {
  object-fit: cover;
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s;
  /* cursor: pointer; */
}

.square-img img:hover {
  transform:  scale(1.1);
}

.carousel-container {
  padding: var(--light-background-padding);
  background: var(--light-background);
  max-width: 78.125vw;
  margin: 0 auto;
}

.carousel-container .swiper-slide {
  aspect-ratio: 17 / 30;
  overflow: hidden;
}

.carousel-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next, .swiper-button-prev {
  background: #E6E6E6;
  color: #999999;
  width: 3.90625vw;
  height: 3.90625vw;
  line-height: 3.90625vw;
  border-radius: 50%;
  font-size: 1.14583vw;
  opacity: 1;
  font-weight: bold;
}

.swiper-button-prev {
  left: -5.989583vw;
}

.swiper-button-next {
  right: -5.989583vw;
}

.swiper-scrollbar {
  display: none;
}

.floor-circle {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  max-width: 78.125vw;
  margin: 0 auto;
}

.circle-box {
  width: 15.46875vw;
  overflow: hidden;
}

.circle-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  /* border-radius: 50%; */
  overflow: hidden;
  margin: 0 auto;
}

.circle-img img {
  margin: 0 auto;
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
  /* cursor: pointer; */
}

.floor-left {
  position: absolute;
  top: 50%;
  left: 14.58333vw;
  transform: translate(0, -50%);
  max-width: 27.19792vw;
}

.floor-width {
  max-width: 90.2vw;
  margin: 0 auto;
}

.floor-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.floor-right p {
  width: 60vw;
}

.floor-content {
  padding: 4.5833vw 7.60417vw 0;
}

.wholesale-container4 .floor-wrap {
  max-width: 800px;
}

.friends-container3 .floor-maxtitle {
  font-size: 4.6875vw;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1.71875vw;
}

.friends-container3 .floor-left {
  max-width: 57%;
}

.farstar-container3 .floor-left {
  max-width: 41.19792vw;
}

.why-container5 .floor-left {
  max-width: 37.19792vw;
}

.friends-container6 .floor-center {
  max-width: 55vw;
}

.kuanzhai-container3 .floor-left {
  max-width: 31.19792vw;
}

.wholesale-container1 .floor-title {
  position: absolute;
  bottom: 8.854167vw;
}

@media (max-width: 828px), (orientation:portrait) {
  :root {
    --text-dark-color: #333333;
    --maxtitle-fontsize: 12.8vw;
    --bigtitle-fontsize: 8vw;
    --title-fontsize: 8vw;
    --text-fontsize: 3.86vw;
    --light-background-padding: 10.66667vw 5.33333vw 16vw; 
    --dark-background-padding: 10.66667vw 5.33333vw 16vw;
    --gray-background-padding: 16vw 5.33333vw;
  }

  .floor-flex {
    flex-wrap: wrap-reverse;
  }
  
  .floor-wrap {
    max-width: 100%;
  }

  .floor-half {
    width: 100%;
  }

  .floor-text {
    width: 100%;
  }

  .floor-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-bottom: 10.66667vw;
  }
  
  .floor-bigtitle {
    margin-bottom: 4vw;
    line-height: 1;
  }

  .floor-box {
    flex-wrap: wrap;
    margin-bottom: 10.66667vw;
  }

  .floor-title {
    font-weight: 600;
    margin-bottom: 6.4vw;
  }

  .floor-center {
    padding: 0 5.33333vw;
    max-width: 100%;
  }

  .floor-box:nth-child(2n) {
    flex-wrap: wrap-reverse;
  }

  .about-container4 {
    overflow: hidden;
    padding: 10.66667vw 0 16vw 5.33333vw;
  }

  .floor-left {
    top: unset;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    padding: 13.33333vw 6.66667vw;
    left: 0;
    transform: translate(0, 0);
  }

  .floor-article {
    overflow-x: auto;
    width: 100%;
  }

  .floor-block {
    width: 57.86667vw;
    margin-right: 9.2vw;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .floor-products {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .product-box {
    width: calc(50% - 1.33333vw);
    margin-right: 2.66667vw;
    margin-bottom: 6.66667vw;
  }

  .product-box:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 0;
  }

  .product-img {
    margin-bottom: 4.53333vw;
  }

  .square-box:nth-child(2n) {
    margin-right: 0;
  }

  .floor-square {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .square-box {
    width: calc(50% - 1.33333vw);
    margin-right: 2.66667vw;
  }

  .square-img {
    margin-bottom: 4.53333vw;
  }

  .square-box:nth-child(2n) {
    margin-right: 0;
  }

  .floor-circle {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .circle-box {
    width: 25.33333vw;
  }

  .carousel-container {
    max-width: 100%;
    padding: 10.66667vw 0 10.66667vw 3.33333vw;
    overflow: hidden;
  }

  .swiper-button-next, .swiper-button-prev {
    display: none;
  }

  .swiper-scrollbar {
    display: block;
    width: 40vw;
    height: 1.467vw;
    background: #DBDBDB;
    border-radius: 1.467vw;
    margin: 12vw auto 0;
  }

  .why-container2.dark-container {
    background-color: #ffffff;
  }

  .why-container2 .floor-box {
    flex-wrap: wrap-reverse;
  }

  .why-container2 .floor-title {
    color: var(--text-black-color);
  }

  .why-container2 .floor-text {
    color: var(--text-black-color);
  }

  .product-container8 .circle-box {
    width: 50%;
  }
  
  .floor-content {
    padding: 10.66667vw 0 0;
  }

  .floor-right p {
    width: 100%;
  }

  .product-container3 .floor-center {
    top: 21vw;
    left: 0;
    transform: translate(0, 0);
  }

  .product-container3 .floor-title {
    color: var(--text-black-color);
  }

  .product-container6 .floor-center {
    top: 20vw;
  }

  .product-container6 .floor-title {
    color: #000;
  }

  .product-container8 .circle-box .circle-img {
    width: 25.33333vw;
  }

  .product-container8 .circle-box:first-child, .product-container8 .circle-box:nth-child(2){
    margin-bottom: 6.66667vw;
  }

  .friends-container2 .floor-title {
    color: #666666;
  }

  .friends-container3 .floor-maxtitle {
    font-size: 12vw;
    margin-bottom: 4.4vw;
  }

  .friends-container3 .floor-title {
    font-size: 5.33333vw;
  }

  .friends-container3 .floor-left {
    max-width: 100%;
  }

  .friends-container5.dark-container {
    padding: 0;
  }

  .friends-container5 .floor-width {
    max-width: 100%;
  }

  .friends-container5 .floor-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 5.33333vw;
  }

  .friends-container6 {
    padding: var(--dark-background-padding);
    background-color: var(--dark-background);
  }

  .friends-container6 .floor-center {
    position: unset;
    transform: translate(0, 0);
    padding: 0;
    max-width: 100%;
  }

  .friends-container6 .floor-title {
    text-align: left!important;
  }

  .friends-container6 .floor-text {
    text-align: left!important;
  }

  .friends-container6 .floor-background-img {
    margin-bottom: 10.66667vw;
  }

  .farstar-container3 .floor-left {
    max-width: 100%;
  }

  .about-container5 .floor-center {
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
  }

  .about-container5 .floor-title {
    text-align: left;
  }

  .about-container5 .floor-text {
    text-align: left;
  }

  .why-container3 .floor-center {
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
  }

  .why-container3 .floor-title {
    text-align: left;
  }

  .why-container3 .floor-text {
    text-align: left;
  }

  .why-container5 .floor-left {
    max-width: 100%;
  }

  .wholesale-container3 .floor-center {
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
  }

  .wholesale-container3 .floor-title {
    text-align: left;
  }

  .wholesale-container3 .floor-text {
    text-align: left;
  }

  .farstar-container2 .floor-title {
    color: #666666;
  }

  .kuanzhai-container2 .floor-title {
    color: #666666;
  }

  .kuanzhai-container3 .floor-left {
    max-width: 100%;
  }

  .wholesale-container1 .floor-title { 
    left: 10vw;
  }
}
