@font-face {
  font-family: FZLTCHPro-GB18030-Light;
  src: url('https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/FZLTCHPro-GB18030-Light.otf');
  /*font-display: swap;*/
}
header .section .header-box .logo {
  width: 1.6rem;
}
@media screen and (max-width: 768px) {
  header .section .header-box .logo {
    width: 2.9rem;
  }
}
.footer .footer-bottom .footer-logo {
  width: 2.07rem;
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom .footer-logo img {
    width: 2.6rem;
  }
}
.play-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0.43rem;
  height: 0.43rem;
  z-index: 1;
  margin: auto;
}
.after-sales-box .bottom {
  flex-direction: column;
}
.after-sales-box .bottom .item {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
}
.after-sales-box .bottom .item:nth-child(1) {
  padding-top: 0;
}
.after-sales-box .bottom .item:last-child {
  border: none;
}
@media screen and (max-width: 750px) {
  .after-sales-box .bottom .item {
    padding-top: 0;
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .after-sales-box .bottom .item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.index-pc .page .text-box {
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(100px);
  transition-delay: 0.5s;
}
.index-pc .page.active .text-box {
  opacity: 1;
  transform: translateY(0);
}
@keyframes play-btn-bg {
  0% {
    scale: 1;
  }
  100% {
    scale: 1.25;
  }
}
.common-btn {
  text-align: center;
  position: sticky;
  bottom: 1rem;
  left: 0;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  /*  &.active {
    .common-btn-box {
      display: block;


      .btn-content {
        display: none;
      }


      .play-btn-bg {
        animation: play-btn-bg 0.2s;
      }

    }
  }*/
}
@media screen and (max-width: 750px) {
  .common-btn {
    bottom: 0.3rem;
  }
}
.common-btn.style1 .btn-content {
  background: -webkit-linear-gradient(146deg, rgba(46, 46, 48, 0.72) 0%, rgba(46, 46, 48, 0.75) 100%);
  background: -o-linear-gradient(146deg, rgba(46, 46, 48, 0.72) 0%, rgba(46, 46, 48, 0.75) 100%);
  background: -moz-linear-gradient(146deg, rgba(46, 46, 48, 0.72) 0%, rgba(46, 46, 48, 0.75) 100%);
  background: linear-gradient(146deg, rgba(46, 46, 48, 0.72) 0%, rgba(46, 46, 48, 0.75) 100%);
  border-color: rgba(255, 255, 255, 0.05);
}
.common-btn.style1 .text {
  color: #fff;
}
.common-btn .common-btn-box {
  display: none;
}
.common-btn .btn-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(234, 233, 234, 0.7);
  background: -webkit-linear-gradient(146deg, rgba(234, 234, 234, 0.4) 0%, rgba(237, 235, 235, 0.58) 100%);
  background: -o-linear-gradient(146deg, rgba(234, 234, 234, 0.4) 0%, rgba(237, 235, 235, 0.58) 100%);
  background: -moz-linear-gradient(146deg, rgba(234, 234, 234, 0.4) 0%, rgba(237, 235, 235, 0.58) 100%);
  background: linear-gradient(146deg, rgba(234, 234, 234, 0.4) 0%, rgba(237, 235, 235, 0.58) 100%);
  min-width: 0.6rem;
  height: 0.6rem;
  width: 2.3rem;
  overflow: hidden;
  white-space: nowrap;
  z-index: 4;
  position: relative;
  cursor: pointer;
  background: rgba(54, 54, 64, 0);
  border-radius: 0.3rem;
}
.common-btn .btn-content.active {
  background: #363640;
  transition: background 0.5s;
  transition-delay: 1.2s;
}
.common-btn .text {
  text-align: left;
  font-size: 0.2rem;
  line-height: 1.1;
  color: #fff;
  padding-left: 0.1rem;
  padding-right: 0.15rem;
}
.common-btn .icon {
  width: 0.38rem;
  height: 0.38rem;
  flex-shrink: 0;
  position: relative;
}
.common-btn .icon .iconfont {
  font-size: 0.24rem;
  color: #fff;
}
.common-btn .icon .icon-style {
  position: absolute;
  width: 0.15rem;
  height: 0.15rem;
  background: var(--colorBlue);
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .common-btn .icon .icon-style {
    width: 0.13rem;
    height: 0.13rem;
  }
}
.common-btn .icon .icon1 {
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .common-btn .icon .icon1 {
    top: 0.025rem;
    left: 0.025rem;
  }
}
.common-btn .icon .icon2 {
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .common-btn .icon .icon2 {
    top: 0.025rem;
    right: 0.025rem;
  }
}
.common-btn .icon .icon3 {
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .common-btn .icon .icon3 {
    bottom: 0.025rem;
    left: 0.025rem;
  }
}
.common-btn .icon .icon4 {
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .common-btn .icon .icon4 {
    bottom: 0.025rem;
    right: 0.025rem;
  }
}
.common-btn .icon.class1 .icon2 {
  opacity: 1;
}
.common-btn .icon.class2 .icon4 {
  opacity: 1;
}
.common-btn .icon.class3 .icon3 {
  opacity: 1;
}
.common-btn .icon.class4 .icon1 {
  opacity: 1;
}
.common-btn .icon.class5 .icon2 {
  opacity: 1;
}
.common-btn .icon.class6 .icon2 {
  width: 0.38rem;
  height: 0.38rem;
  top: 0;
  right: 0;
  opacity: 1;
  background-image: url('../images/add/img115@72x72.png');
  background-size: 100%;
}
.common-btn .icon.class6 .icon1,
.common-btn .icon.class6 .icon3,
.common-btn .icon.class6 .icon4 {
  transform: scale(0);
}
.common-btn .play-btn-bg {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  transform: scale(1);
  margin-top: -0.4rem;
  margin-left: -0.4rem;
}
.common-btn .play-btn-bg .points {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.common-btn .play-btn-bg .points .point {
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  margin: 0.06rem 0.03rem;
  background: #3499ff;
  opacity: 0.7;
  scale: 1;
}
@keyframes down {
  0% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(20px);
  }
}
.index-add1 {
  position: relative;
  height: calc(100vh - 0.55rem);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .index-add1 {
    height: calc(100vh - 1.1rem);
  }
}
.index-add1 video,
.index-add1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.index-add1 .go-click {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.23rem;
  cursor: pointer;
  animation: down 2s infinite;
}
.index-add1 .text-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0.85rem;
  margin: auto;
  height: fit-content;
  text-align: center;
}
.index-add1 .text-box .sup {
  font-size: 0.3rem;
  color: #000000;
}
.index-add1 .text-box .title {
  font-size: 0.6rem;
  color: #000000;
  letter-spacing: 2px;
	font-weight: bolder;
}
@media screen and (max-width: 768px) {
  .index-add1 .text-box .title {
    font-size: 0.62rem;
    line-height: 1.2;
  }
}
.index-add1 .text-box .summary {
  font-size: 0.2rem;
  color: #000000;
  margin-top: 0.3rem;
	font-weight: bold;
	line-height: 0.4rem;
}
.index-add1 .text-box .more {
  background: url('../images/icon/triangle.png') no-repeat top 0.08rem right;
  padding-right: 0.2rem;
  color: var(--colorBlue);
  position: relative;
  font-size: 0.22rem;
  letter-spacing: -0.02rem;
  cursor: pointer;
  display: inline-block;
  align-items: center;
  margin: 0 0.5rem;
  background-size: 0.1rem 0.18rem;
}
.index-add1 .text-box .more:hover {
  text-decoration: underline;
}
.index-add2.index-box2 {
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 0.1rem;
}
.index-add2.index-box2 .item .text {
  width: calc((1500 / 1920)*100%);
}
.index-add2.index-box2 .item .imgBox {
  padding-bottom: calc((570 / 1920)*100%);
}
.index-add1-video {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.index-add1-video img,
.index-add1-video video {
  object-fit: fill;
  width: 100%;
  height: 100.1%;
}
.index-add1-video::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}
.index-add1-video .text-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  height: fit-content;
  z-index: 1;
  color: #fff;
  text-align: center;
}
.index-add1-video .text-box .sup {
  font-size: 0.35rem;
}
@media screen and (max-width: 750px) {
  .index-add1-video .text-box .sup {
    font-size: 0.32rem;
  }
}
.index-add1-video .text-box .title {
  font-size: 0.75rem;
}
@media screen and (max-width: 750px) {
  .index-add1-video .text-box .title {
    font-size: 0.52rem;
    line-height: 1.3;
    margin-top: 0.1rem;
  }
}
.about-add1 {
  margin-top: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .about-add1 {
    margin-top: 1.5rem;
  }
}
.about-add1 .about-title {
  text-align: center;
  margin-bottom: 0.6rem;
}
.about-add1 .about-title .sup {
  font-size: 0.35rem;
}
@media screen and (max-width: 750px) {
  .about-add1 .about-title .sup {
    font-size: 0.34rem;
  }
}
.about-add1 .about-title .title {
  font-family: usmile-Medium;
  font-size: 0.75rem;
  line-height: 1.2;
  margin-top: 0.1rem;
}
@media screen and (max-width: 750px) {
  .about-add1 .about-title .title {
    font-size: 0.52rem;
  }
}
.about-add1 .about-title .title2 {
  font-size: 0.54rem;
}
@media screen and (max-width: 750px) {
  .about-add1 .about-title .title2 {
    font-size: 0.42rem;
  }
}
.about-add1 .about-title .summary {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  font-family: FZLTCHPro-GB18030-Light;
}
@media screen and (max-width: 750px) {
  .about-add1 .about-title .summary {
    font-size: 0.28rem;
  }
}
.about-add1 .about-title .summary2 {
  margin-top: 0.2rem;
  font-size: 0.35rem;
  font-family: FZLTCHPro-GB18030-Light;
}
@media screen and (max-width: 750px) {
  .about-add1 .about-title .summary2 {
    font-size: 0.28rem;
  }
}
.about-add1 .about-add1-box {
  width: 14rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .about-add1 .about-add1-box {
    width: 6.7rem;
  }
}
.about-add1 .about-add1-box .item {
  position: relative;
}
.about-add1 .about-add1-box .item::after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #fff;
  left: 0;
}
.about-add1 .about-add1-box .item .img {
  border-radius: 0.2rem;
  overflow: hidden;
}
.about-add1 .about-add1-box .item .imgBox {
  padding-bottom: calc(960 / 1400 * 100%);
  height: 0;
}
@media screen and (max-width: 750px) {
  .about-add1 .about-add1-box .item .imgBox {
    padding-bottom: calc(790 / 670 * 100%);
  }
}
.about-add1 .about-add1-box .item .imgBox img,
.about-add1 .about-add1-box .item .imgBox video {
  position: absolute;
  height: 100%;
}
.about-add1 .about-add1-box .item .imgBox2 {
  padding-bottom: calc(780 / 1400 * 100%);
}
@media screen and (max-width: 750px) {
  .about-add1 .about-add1-box .item .imgBox2 {
    padding-bottom: calc(930 / 670 * 100%);
  }
}
.about-add1 .about-add1-box .item .imgBox3 {
  padding-bottom: calc(730 / 1400 * 100%);
}
@media screen and (max-width: 750px) {
  .about-add1 .about-add1-box .item .imgBox3 {
    padding-bottom: calc(930 / 670 * 100%);
  }
}
.about-add1 .about-add1-box .item .i-text {
  position: absolute;
  bottom: 0.15rem;
  font-family: usmile-Medium;
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
  width: 100%;
}
.about-add1 .about-add1-box .item .d-number {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  color: #fff;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .about-add1 .about-add1-box .item .d-number {
    flex-direction: column;
  }
}
.about-add1 .about-add1-box .item .d-number .n-item {
  padding: 0 20px;
}
.about-add1 .about-add1-box .item .d-number .top {
  font-size: 0.4rem;
}
@media screen and (max-width: 750px) {
  .about-add1 .about-add1-box .item .d-number .top {
    font-size: 0.24rem;
  }
}
.about-add1 .about-add1-box .item .d-number .top span {
  font-size: 0.75rem;
}
@media screen and (max-width: 750px) {
  .about-add1 .about-add1-box .item .d-number .top span {
    font-size: 0.55rem;
  }
}
.about-add1 .about-add1-box .item .d-number .top sup {
  font-size: 0.25rem;
}
@media screen and (max-width: 750px) {
  .about-add1 .about-add1-box .item .d-number .top sup {
    font-size: 0.3rem;
  }
}
.about-add1 .about-add1-box .item .d-number .bottom {
  font-size: 0.2rem;
  color: #fff;
  opacity: 0.83;
  font-family: usmile-Medium;
}
.about-add1 .about-add1-box .item .n-tip {
  position: absolute;
  font-size: 0.12rem;
  left: 0.4rem;
  bottom: 0.4rem;
  color: #86868c;
}
.about-add1 .about-add1-box .grid-2 {
  display: grid;
  grid-gap: 0.2rem;
  grid-template-columns: repeat(3, 1fr);
}
.about-add1 .swiper {
  width: 14rem;
  overflow: initial;
}
@media screen and (max-width: 750px) {
  .about-add1 .swiper {
    width: 6.9rem;
    margin-left: 0.4rem;
  }
  .about-add1 .swiper.label .swiper-slide {
    border-radius: 0;
  }
  .about-add1 .swiper.label .img {
    border-radius: 0.2rem 0.2rem 0 0;
    overflow: hidden;
  }
  .about-add1 .swiper.label .img .imgBox {
    height: 0;
    padding-bottom: calc(650 / 670 * 100%);
  }
  .about-add1 .swiper.label .img .imgBox img,
  .about-add1 .swiper.label .img .imgBox video {
    position: absolute;
  }
  .about-add1 .swiper.label .i-text {
    background: #f7f8fb;
    position: initial;
    height: 1.8rem;
    border-radius: 0 0 0.2rem 0.2rem;
    color: #1d1d1d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.34rem;
  }
  .about-add1 .swiper.label .swiper-pagination {
    margin-top: 0.4rem;
  }
}
.about-add1 .swiper .item {
  border-radius: 0.2rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .about-add1 .swiper .swiper-slide {
    padding-right: 0.2rem;
  }
}
.about-add1 .swiper .swiper-slide.play .img {
  position: relative;
}
.about-add1 .swiper .swiper-slide.play .img::after {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url('../images/add/play.png') no-repeat center;
}
@media screen and (max-width: 750px) {
  .about-add1 .swiper .swiper-slide.play .img::after {
    width: 0.42rem;
    height: 0.42rem;
    background-size: 0.42rem;
  }
}
.about-add1 .swiper .img {
  border-radius: 0.2rem 0.2rem 0 0;
  overflow: hidden;
}
.about-add1 .swiper .img .imgBox {
  height: 0;
  padding-bottom: calc(650 / 1400 * 100%);
}
@media screen and (max-width: 750px) {
  .about-add1 .swiper .img .imgBox {
    padding-bottom: calc(720 / 670 * 100%);
  }
}
.about-add1 .swiper .img .imgBox img,
.about-add1 .swiper .img .imgBox video {
  position: absolute;
}
.about-add1 .swiper .s-text {
  padding-top: 0.6rem;
  text-align: center;
  padding-bottom: 0.6rem;
  background: #f7f8fb;
}
@media screen and (max-width: 750px) {
  .about-add1 .swiper .s-text {
    margin-top: 0;
    padding: 0.5rem;
    border-radius: 0 0 0.2rem 0.2rem;
    margin-bottom: 0.3rem;
  }
}
.about-add1 .swiper .s-text .t-title {
  font-size: 0.35rem;
  max-width: 5.2rem;
  margin: 0 auto 0.1rem;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .about-add1 .swiper .s-text .t-title {
    font-size: 0.34rem;
    max-width: 4.5rem;
    line-height: 1.4;
  }
}
.about-add1 .swiper .s-text .t-summary {
  font-size: 0.25rem;
  opacity: 0.75;
  font-family: FZLTCHPro-GB18030-Light;
}
@media screen and (max-width: 750px) {
  .about-add1 .swiper .s-text .t-summary {
    font-size: 0.24rem;
    text-align: left;
    max-width: 5.1rem;
    margin: 0.2rem auto 0;
    text-align: justify;
  }
}
.about-add1 .swiper .swiper-pagination {
  position: initial;
  width: 9rem;
  margin: 0.5rem auto 0;
  --swiper-pagination-color: #949597;
}
@media screen and (max-width: 750px) {
  .about-add1 .swiper .swiper-pagination {
    width: 4.2rem;
    --swiper-pagination-color: #acadaf;
    background: #f7f8fb;
    height: 0.04rem;
  }
}
.about2 .page.page7 {
  width: 14rem;
  margin: auto;
  height: 7rem;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .about2 .page.page7 {
    width: 6.7rem;
    height: 10.4rem;
  }
}
.about2 .page.page7 .text {
  width: 100%;
  height: auto;
  max-height: initial;
  position: absolute;
  transform: translateY(-0.4rem);
}
@media screen and (max-width: 750px) {
  .about2 .page.page7 .text {
    transform: translateY(0) translateX(0.15rem);
  }
}
.about2 .page.page7 .page7-box {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.about2 .page.page9 .page9-box {
  margin-top: 0;
}
.about2 .page.page9 .history-box {
  justify-content: center;
}
.about2 .page.page7 .page7-box .img {
  transform: scale(0.78) translateX(-1rem);
  transform-origin: center center;
}
@media screen and (max-width: 750px) {
  .about2 .page.page7 .page7-box .img {
    transform: scale(1) translateX(0);
  }
}
.about2 .page.page7 .page7-box .item .summary {
  font-size: 0.16rem;
}
.about2 .page.page7 .page7-box .item.item1 {
  left: 0.9rem;
  top: -0.7rem;
}
.about2 .page.page7 .page7-box .item.item2 {
  left: 5.8rem;
  top: -0.7rem;
}
.about2 .page.page7 .page7-box .item.item3 {
  left: 10rem;
  top: -0.7rem;
}
.about2 .page.page7 .page7-box .item.item4 {
  left: 5rem;
  top: 2.3rem;
}
.about2 .page.page7 .page7-box .item.item5 {
  left: 7.8rem;
  top: 2.3rem;
}
.about2 .page.page7 .page7-box .item.item6 {
  left: 10.5rem;
  top: 2.3rem;
  width: max-content;
}
@media screen and (min-width: 751px) {
  .about2 .page.page7 .page7-box .item.item1 .line {
    height: 0.7rem;
  }
  .about2 .page.page7 .page7-box .item.item4 .line {
    height: 0.6rem;
  }
  .about2 .page.page7 .page7-box .item.item5 .line {
    height: 0.6rem;
  }
  .about2 .page.page7 .page7-box .item.item6 .line {
    height: 0.6rem;
  }
}
@media screen and (max-width: 750px) {
  .about2 .page.page7 .page7-box {
    height: auto;
  }
  .about2 .page.page7 .text {
    top: 0;
  }
  .about2 .page.page7 .text {
    position: initial;
  }
  .about2 .page.page7 .page7-box .img img {
    width: 1.85rem;
    height: 9.19rem;
  }
  .about2 .page.page7 .page7-box .img {
    width: 100%;
  }
  .about2 .page.page7 .page7-box .item.item1 {
    left: 0.4rem;
    top: 5%;
  }
  .about2 .page.page7 .page7-box .item.item2 {
    left: 3.7rem;
    top: 40%;
  }
  .about2 .page.page7 .page7-box .item.item3 {
    left: 3.7rem;
    top: 74%;
  }
  .about2 .page.page7 .page7-box .item.item4 {
    left: 0.4rem;
    top: 37%;
  }
  .about2 .page.page7 .page7-box .item.item5 {
    left: 0.4rem;
    top: 56%;
  }
  .about2 .page.page7 .page7-box .item.item6 {
    left: 0.4rem;
    top: 80%;
    width: auto;
  }
  .about2 .page.page7 .page7-box .item .line {
    width: 30vw;
  }
  .about2 .page.page7 .page7-box .item .summary {
    font-size: 0.14rem;
  }
}
.home-width {
  position: relative;
  max-width: 8rem;
  width: 100%;
  margin: auto;
  overflow: hidden;
  transition: all 1s ease-in;
  transition-delay: 0.1s;
  transform: translateY(20%);
}
@media screen and (max-width: 750px) {
  .home-width {
    transform: translateY(40vh);
    max-width: 40%;
    transition: all 1s ease-in-out;
  }
}
.home-width.active {
  max-width: 100%;
  transform: translateY(0);
}
.home-width .home-width-box {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.home-width .home-width-box.active {
  position: absolute;
}
@keyframes animation1 {
  0% {
    scale: 0;
  }
  100% {
    scale: 1;
  }
}
@keyframes animation2 {
  0% {
    width: 0.6rem;
  }
  100% {
    width: 2.3rem;
  }
}
.home-pc .btn,
.home-phone .btn {
  width: 0.6rem;
  height: 0.6rem;
  background: #363640;
  font-size: 0.2rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.35rem;
  margin: auto;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: animation1 1s ease-out forwards, animation2 2s ease-in forwards;
  scale: 0;
}
.home-pc .btn.active .btn-content .text,
.home-phone .btn.active .btn-content .text {
  color: #fff;
}
.home-pc .btn .btn-content,
.home-phone .btn .btn-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  display: none;
}
.home-pc .btn .btn-content .text,
.home-phone .btn .btn-content .text {
  color: #fff;
}
.home-pc .btn .btn-content .icon,
.home-phone .btn .btn-content .icon {
  width: 0.38rem;
  height: 0.38rem;
  background: url('../images/add/img115@72x72.png') no-repeat center;
  background-size: 0.38rem;
  margin-right: 0.15rem;
  margin-left: 0.15rem;
}
.home-pc .page1,
.home-phone .page1 {
  transition: all 1s cubic-bezier(0.825, 0, 0.5, 1);
}
.home-pc .page2,
.home-phone .page2 {
  transition: all 1s cubic-bezier(0.825, 0, 0.5, 1);
  overflow: hidden;
}
.home-pc .text-box,
.home-phone .text-box {
  opacity: 0;
  transition: all 0.8s;
  transform: translateY(200px);
  transition-delay: 0.5s;
  bottom: 0.85rem;
}
.home-pc .text-box.active,
.home-phone .text-box.active {
  opacity: 1;
  transform: translateY(0);
}
.home-pc.active1 .page1,
.home-phone.active1 .page1 {
  margin-top: 0;
}
.home-pc.active2 .page1,
.home-phone.active2 .page1 {
  margin-top: calc(-100vh + 0.55rem);
}
@media screen and (max-width: 768px) {
  .home-pc.active2 .page1,
  .home-phone.active2 .page1 {
    margin-top: calc(-100vh + 1.1rem);
  }
}
.home-pc.active2 .page2,
.home-phone.active2 .page2 {
  max-height: 100vh;
}
.home-pc.active3,
.home-phone.active3 {
  overflow: auto;
}
.home-pc.active3 .page1,
.home-phone.active3 .page1 {
  margin-top: calc(-100vh + 0.1rem);
}
@media screen and (max-width: 768px) {
  .home-pc.active3 .page1,
  .home-phone.active3 .page1 {
    margin-top: calc(-100vh + 1.1rem);
  }
}
.home-pc.active3 .page2,
.home-phone.active3 .page2 {
  max-height: 0;
  overflow: hidden;
}
.home-pc.active3 .page3 .home-width,
.home-phone.active3 .page3 .home-width {
  max-width: 100%;
  transform: translateY(0);
}
.home-phone .text-box {
  bottom: 2.2rem;
}
@media screen and (max-width: 750px) {
  .home-phone .text-box {
    bottom: 1.1rem;
  }
}
.home-phone .home-width {
  max-width: 50%;
  transform: translateY(10%);
}
.paper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .paper {
    display: none !important;
  }
}
.index-phone .text-box {
  bottom: 3rem;
  opacity: 0;
  transition: all 0.8s;
  transform: translateY(200px);
  transition-delay: 0.5s;
}
.index-phone .page.active .text-box {
  opacity: 1;
  transform: translateY(0);
}
 @media screen and(min-width: 751px) {
    header .section .header-box .menu-box { flex-basis:calc(100% - 1.6rem)}
    }
/*@media screen and (max-width: 750px) {
  .home-width {
    //height: 100vh;
    //overflow: scroll;
  }
  .home-width .home-width-box {
    transition: all 1s;
    position: absolute;
    height: 2000px;
    overflow: scroll;
  }
  .page2 .index-add1 {
    transition: all 1s;
  }
  .page2.active000 .index-add1 {
    height: 0;
  }

  .swiper-slide2 .index-add1 {
    transition: all 1s;
  }
  .swiper-slide2.active0 .index-add1 {
    height: 0;
  }

  .index-phone.active2 {
    margin-top: -100vh;
  }
}*/
/*# sourceMappingURL=add.css.map */