.fp-enabled .returnTopBtn {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.fp-viewing-section1 .returnTopBtn {
  -webkit-transform: scale(0);
          transform: scale(0);
}
@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.cheliang-show {
  height: 100vh;
  color: #000;
  position: relative;
  z-index: 1;
}
.cheliang-show .pic {
  width: 100%;
  height: 100%;
  position: relative;
}
.cheliang-show .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cheliang-show .mobile {
  display: none;
}
.cheliang-show .text-1 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding-top: 9rem;
}
.cheliang-show .text-1 .title {
  font-size: 4.6rem;
  font-family: var(--font-family-HM-S-SC-B);
}
.cheliang-show .text-1 .title .span-1 {
  font-size: 10rem;
}
.cheliang-show .text-1 .info {
  font-size: 1.8rem;
  color: #666666;
}
.cheliang-show .text-2 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding-top: 9rem;
  color: #fff;
}
.cheliang-show .text-2 .title {
  font-size: 9rem;
  line-height: 11rem;
  color: #fff;
  margin-bottom: 5rem;
}
.cheliang-show .text-2 .title .span-1 {
  font-size: 10rem;
  font-family: var(--font-family-HM-S-SC-B);
  color: var(--main-color);
  display: block;
}
.cheliang-show .text-2 .info {
  font-size: 1.8rem;
  line-height: 4rem;
}
.cheliang-show .text-2 .info-2 {
  font-size: 4rem;
}
.cheliang-show .text-2 .info-2 .span-1 {
  font-size: 12rem;
  margin-right: 2rem;
}
.cheliang-show .text-3 {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-top: 9rem;
  width: 100%;
  color: #fff;
  text-align: right;
}
.cheliang-show .text-3 .textC {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.cheliang-show .text-3 .title {
  font-size: 10rem;
  line-height: 11rem;
  margin-bottom: 5rem;
  font-family: var(--font-family-HM-S-SC-B);
  color: var(--main-color);
}
.cheliang-show .text-3 .info {
  font-size: 1.8rem;
  line-height: 4rem;
}
.cheliang-show .text-4 {
  position: absolute;
  top: 5%;
  left: 0%;
  padding-top: 9rem;
  width: 100%;
  color: #fff;
  text-align: center;
}
.cheliang-show .text-4 .title {
  font-size: 3.6rem;
  font-family: var(--font-family-HM-S-SC-B);
  color: #000;
}
.cheliang-show .text-4 .info {
  color: #666;
  font-size: 1.8rem;
}
.cheliang-show .text-5 {
  position: absolute;
  top: 12%;
  left: 0%;
  padding-top: 9rem;
  width: 100%;
  color: #fff;
  text-align: right;
}
.cheliang-show .text-5 .textC {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.cheliang-show .text-5 .title {
  font-size: 9rem;
  line-height: 11rem;
  color: #000;
  margin-bottom: 2rem;
}
.cheliang-show .text-5 .info {
  color: #666;
  font-size: 1.8rem;
}
.cheliang-show .text-6 {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-top: 9rem;
  width: 100%;
  color: #000;
  text-align: right;
}
.cheliang-show .text-6 .textC {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.cheliang-show .text-6 .title {
  font-size: 9rem;
  line-height: 11rem;
  margin-bottom: 5rem;
}
.cheliang-show .text-6 .title .span-1 {
  display: block;
  color: var(--main-color);
  font-family: var(--font-family-HM-S-SC-B);
}
.cheliang-show .text-8 {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-top: 9rem;
  width: 100%;
}
.cheliang-show .text-8 .title {
  font-size: 9rem;
  line-height: 11rem;
  margin-bottom: 5rem;
}
.cheliang-show .text-8 .title .span-1 {
  display: block;
  color: var(--main-color);
  font-family: var(--font-family-HM-S-SC-B);
}
.cheliang-show .text-8 .info {
  color: #666666;
  font-size: 1.8rem;
}
.cheliang-show .choiceColor {
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cheliang-show .choiceColor span {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  margin-right: 5rem;
  cursor: pointer;
  position: relative;
}
.cheliang-show .choiceColor span::before {
  content: "";
  display: block;
  width: 7.8rem;
  height: 7.8rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cheliang-show .choiceColor .active::before {
  -webkit-box-shadow: 0 0 0 1px var(--main-color);
          box-shadow: 0 0 0 1px var(--main-color);
}
.cheliang-show .text-10 {
  text-align: center;
  padding-top: 11rem;
  width: 100%;
}
.cheliang-show .text-10 .title {
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.cheliang-show .text-10 .info {
  color: #666666;
  font-size: 1.8rem;
}
.cheliang-show.yy {
  overflow: hidden;
  padding-bottom: 8rem;
  width: 100%;
}
.cheliang-show.yy .nr {
  margin-top: 4rem;
}
.cheliang-show.yy .swiper-container {
  overflow: initial;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
.cheliang-show.yy .swiper-pagination {
  width: 100%;
  padding-top: 2rem;
  position: relative;
}
.cheliang-show.yy .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 0.45rem;
  margin: 0 0.6rem;
  background: #cccccc;
  -webkit-transition: width .5s;
  transition: width .5s;
}
.cheliang-show.yy .swiper-pagination .swiper-pagination-bullet:hover {
  background: var(--main-color);
  color: var(--main-color);
}
.cheliang-show.yy .swiper-pagination .swiper-pagination-bullet-active {
  width: 2.4rem;
  opacity: 1;
  background: var(--main-color);
}
.cheliang-show.sheji {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cheliang-show.sheji .nr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  padding-top: 9rem;
  padding-bottom: 4rem;
}
.cheliang-show.sheji .left {
  width: 42rem;
  padding-right: 4rem;
}
.cheliang-show.sheji .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 42rem);
}
.cheliang-show.sheji .titleBig {
  font-size: 4.6rem;
  margin-bottom: 5rem;
}
.cheliang-show.sheji .menuTabs {
  position: relative;
  border-left: 1px #949495 solid;
}
.cheliang-show.sheji .menuTabs li {
  padding-left: 7rem;
  margin-bottom: 7.3rem;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
.cheliang-show.sheji .menuTabs li:last-child {
  margin-bottom: 0;
}
.cheliang-show.sheji .menuTabs li::after {
  content: "";
  display: block;
  width: 3px;
  height: 0;
  background: #000;
  position: absolute;
  z-index: 1;
  left: -1px;
  top: 0;
  -webkit-transition: .5s;
  transition: .5s;
}
.cheliang-show.sheji .menuTabs li:hover .title {
  color: #000;
}
.cheliang-show.sheji .menuTabs .title {
  color: #949495;
  font-size: 2rem;
  line-height: 2.4rem;
  height: 2.4rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.cheliang-show.sheji .menuTabs .info {
  font-size: 1.6rem;
  line-height: 3.2rem;
  height: 6.4rem;
  font-family: var(--font-family-HM-S-SC-L);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: none;
}
.cheliang-show.sheji .menuTabs .active::after {
  height: 100%;
}
.cheliang-show.sheji .menuTabs .active .title {
  font-size: 2rem;
  color: #000;
}
.cheliang-show.sheji .menuTabs .active .info {
  display: -webkit-box;
}
.cheliang-show.sheji .conTabs {
  padding-left: 1rem;
  position: relative;
}
.cheliang-show.sheji .conTabs .box {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.cheliang-show.sheji .conTabs .pic {
  position: relative;
}
.cheliang-show.sheji .conTabs .pic::after {
  content: "";
  display: block;
  padding-top: 59.90990991%;
}
.cheliang-show.sheji .conTabs .swiper-pagination {
  width: 100%;
  padding-top: 2rem;
  position: relative;
  display: none;
}
.cheliang-show.sheji .conTabs .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 0.45rem;
  margin: 0 0.6rem;
  background: #cccccc;
  -webkit-transition: width .5s;
  transition: width .5s;
}
.cheliang-show.sheji .conTabs .swiper-pagination .swiper-pagination-bullet:hover {
  background: var(--main-color);
  color: var(--main-color);
}
.cheliang-show.sheji .conTabs .swiper-pagination .swiper-pagination-bullet-active {
  width: 2.4rem;
  opacity: 1;
  background: var(--main-color);
}
.cheliang-show .listPics .item {
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.cheliang-show .listPics .show {
  opacity: 1;
}
.cheliang-show .black {
  color: #000;
}
@media screen and (max-width: 1280px) {
  .cheliang-show.sheji .menuTabs li {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .cheliang-show {
    height: auto;
    min-height: 320px;
  }
  .cheliang-show .pc {
    display: none;
  }
  .cheliang-show .mobile {
    display: block;
  }
  .cheliang-show .text-1 {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .cheliang-show .text-1 .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .cheliang-show .text-1 .title .span-1 {
    font-size: 24px;
  }
  .cheliang-show .text-1 .info {
    font-size: 16px;
    line-height: 24px;
  }
  .cheliang-show .text-2 {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .cheliang-show .text-2 .title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .cheliang-show .text-2 .title .span-1 {
    font-size: 24px;
  }
  .cheliang-show .text-2 .info {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .cheliang-show .text-2 .info-2 {
    font-size: 18px;
  }
  .cheliang-show .text-2 .info-2 .span-1 {
    font-size: 20px;
    margin-right: 10px;
  }
  .cheliang-show .text-3 {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .cheliang-show .text-3 .textC {
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
  .cheliang-show .text-3 .title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .cheliang-show .text-3 .info {
    font-size: 16px;
    line-height: 24px;
  }
  .cheliang-show .text-4 {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .cheliang-show .text-4 .textC {
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
  .cheliang-show .text-4 .title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .cheliang-show .text-4 .info {
    font-size: 16px;
    line-height: 24px;
  }
  .cheliang-show .text-5 {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .cheliang-show .text-5 .textC {
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
  .cheliang-show .text-5 .title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .cheliang-show .text-5 .info {
    font-size: 16px;
    line-height: 24px;
  }
  .cheliang-show .text-6 {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .cheliang-show .text-6 .textC {
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
  .cheliang-show .text-6 .title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .cheliang-show .text-6 .info {
    font-size: 16px;
    line-height: 24px;
  }
  .cheliang-show .text-8 {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .cheliang-show .text-8 .textC {
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
  .cheliang-show .text-8 .title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .cheliang-show .text-8 .info {
    font-size: 16px;
    line-height: 24px;
  }
  .cheliang-show .choiceColor {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cheliang-show .choiceColor span {
    width: 16px;
    height: 16px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .cheliang-show .choiceColor span::before {
    width: 24px;
    height: 24px;
  }
  .cheliang-show .text-10 {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
  }
  .cheliang-show .text-10 .textC {
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
  .cheliang-show .text-10 .title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .cheliang-show .text-10 .info {
    font-size: 16px;
    line-height: 24px;
  }
  .cheliang-show.sheji .nr {
    padding-top: 60px;
    padding-bottom: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cheliang-show.sheji .left {
    width: 100%;
    padding-right: 0;
  }
  .cheliang-show.sheji .right {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
  }
  .cheliang-show.sheji .titleBig {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  .cheliang-show.sheji .menuTabs {
    display: none;
  }
  .cheliang-show.sheji .menuTabs li {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .cheliang-show.sheji .menuTabs .title {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    margin-bottom: 0;
  }
  .cheliang-show.sheji .menuTabs .info {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
  .cheliang-show.sheji .menuTabs .active::after {
    height: 100%;
  }
  .cheliang-show.sheji .menuTabs .active .title {
    font-size: 2rem;
    color: #000;
  }
  .cheliang-show.sheji .menuTabs .active .info {
    display: -webkit-box;
  }
  .cheliang-show.sheji .conTabs {
    display: none;
    padding-left: 0;
  }
  .cheliang-show.sheji .conTabs .swiper-pagination {
    display: block;
    padding-top: 30px;
    bottom: 0;
  }
  .cheliang-show.sheji .conTabs .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 4.5px;
    margin: 0 6px;
  }
  .cheliang-show.sheji .conTabs .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
  }
  .cheliang-show.canshu {
    min-height: initial;
  }
  .cheliang-show.yy {
    padding-bottom: 60px;
  }
  .cheliang-show.yy .nr {
    margin-top: 10px;
  }
  .cheliang-show.yy .swiper-pagination {
    padding-top: 30px;
    bottom: 0;
  }
  .cheliang-show.yy .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 4.5px;
    margin: 0 6px;
  }
  .cheliang-show.yy .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
  }
  .cheliang-show .listPics {
    overflow: hidden;
    position: relative;
  }
  .cheliang-show .listPics::after {
    content: "";
    display: block;
    padding-top: 125%;
  }
  .cheliang-show .listPics .item {
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
  }
  .cheliang-show .listPics .show {
    opacity: 1;
  }
}
.active .textC {
  -webkit-animation: fadeInUp2 1s linear 0s;
          animation: fadeInUp2 1s linear 0s;
}
