@charset "UTF-8";
.tianjingContainer {
  font-size: 1.2rem;
  color: #000;
  background-color: #fff;
}

.tianjingContainer .attached-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.2s;
  transform-origin: top;
  opacity: 0;
  transform: scaleY(0);
  z-index: 1000;
}

.tianjingContainer .attached-nav.on {
  opacity: 1;
  transform: scaleY(1);
}

.tianjingContainer .attached-nav .nav-content {
  padding: 0 4.2%;
  height: 52px;
  height: var(--attachedNavHeight, 52px);
  color: #000;
  background-color: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  transition: background-color, backdrop-filter, -webkit-backdrop-filter 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}

.tianjingContainer .attached-nav .nav-content .product-name {
  font-size: 21px;
  line-height: 52px;
  line-height: var(--attachedNavHeight, 52px);
  opacity: 0.88;
  margin: 0;
}

.tianjingContainer .attached-nav .nav-content .fr {
  font-size: 12px;
  height: 52px;
  height: var(--attachedNavHeight, 52px);
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: "FZLTXHJW";
}

.tianjingContainer .attached-nav .nav-content .fr a {
  margin-left: 24px;
  cursor: pointer;
}

.tianjingContainer .attached-nav .nav-content .fr .menu-wrap {
  float: left;
}

.tianjingContainer .attached-nav .nav-content .fr .menu-wrap li {
  display: inline-block;
  opacity: 0.88;
}

.tianjingContainer .attached-nav .nav-content .fr .menu-wrap li:hover {
  color: #64c2fc;
}

.tianjingContainer .attached-nav .nav-content .fr .btn-appointment,
.tianjingContainer .attached-nav .nav-content .fr .btn-nav {
  display: inline-block;
  color: #fff;
  padding: 0 11px;
  line-height: 2em;
  border-radius: 1.5em;
}

.tianjingContainer .container-fluid::before, .tianjingContainer .container-fluid::after,
.tianjingContainer .container::before,
.tianjingContainer .container::after {
  display: none;
}

.tianjingContainer .part-sticky {
  height: 100vh;
}

.tianjingContainer .part-sticky .container-fluid,
.tianjingContainer .part-sticky .container {
  padding-top: 52px;
  padding-top: var(--attachedNavHeight, 52px);
  height: 100%;
}

.part {
  position: relative;
  overflow: hidden;
}

.part .font-yellow {
  color: #f5dd7d;
}

.part .font-blue {
  color: #1fc4ff;
}

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

.part p,
.part h3.title {
  font-family: "FZLTXHJW";
  margin: 0;
}

.part sup {
  display: inline-block;
  color: #000;
  font-size: 0.7rem;
  line-height: 1;
  vertical-align: middle;
  font-family: "FZLTZHUNHJW";
  letter-spacing: 0;
}

.part .container,
.part .container-fluid .part-title {
  padding: 0 12.5rem;
}

.part h4.subtitle,
.part p.subtitle {
  font-size: 3.25rem;
  line-height: 4.25rem;
}

.part .desc-title {
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-family: "FZLTZHUNHJW";
  margin: 0;
}

.part .desc {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.part .part-pic .pic-box .pic {
  border-radius: 0.8rem;
  overflow: hidden;
}

.part .part-pic .desc {
  text-align: center;
  margin-top: 1rem;
}

.part .part-content .title {
  font-size: 4.25rem;
  line-height: 7rem;
  margin: 0;
}

.part .gsapAnimate {
  transition: transform 400ms ease-in-out, opacity 400ms ease-out;
}

.part .gsapAnimate.animated {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.part .gsapStickyAnimate {
  transition: transform 400ms ease-in-out, opacity 400ms ease-out;
  transform: translateY(50px);
  opacity: 0;
}

.part .gsapStickyAnimate.animated {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.part .scroll-box {
  height: 100%;
  position: relative;
}

.part .scroll-box .scroll-container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  white-space: nowrap;
}

.part .scroll-box .scroll-slide {
  display: inline-block;
  display: inline-flex;
  height: 100%;
  vertical-align: top;
}

.part .scroll-box .title {
  margin-bottom: 1.2rem;
}

.part .scroll-box .box-bg {
  background-color: #151b25;
  height: 32.4rem;
  margin-left: 6rem;
}

.part .tips {
  font-size: 0.7rem;
  color: #666;
  text-align: center;
}

.part .swiper-container .swiper-button {
  position: absolute;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 3.25rem;
  cursor: pointer;
  opacity: 0.4;
  transition: all 0.3s;
}

.part .swiper-container .swiper-button:hover {
  opacity: 1;
}

.part .swiper-container .swiper-button.iconleft {
  left: 10rem;
}

.part .swiper-container .swiper-button.iconright {
  right: 10rem;
}

.part .swiper-container .swiper-button-disabled {
  opacity: 0.4 !important;
}

.part .swiper-container .swiper-pagination {
  font-size: 0;
  left: 50%;
  transform: translateX(-50%);
}

.part .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.65rem;
  height: 0.2rem;
  margin: 0 0.2rem;
  border-radius: 0.1rem;
}

.part .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #1fc4ff;
  width: 2rem;
  transition: width 0.3s;
}

.part0 {
  color: #222;
}

.part0 .container-fluid {
  height: 100%;
  padding-top: 0 !important;
}

.part0 .part-pic {
  height: 100%;
  overflow: hidden;
}

.part0 .part-pic .front-pic {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: top;
  object-fit: cover;
}

.part0 .part-pic .product-pic {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(50);
  transform-origin: 50% 76%;
  opacity: 0;
  object-fit: cover;
}

.part0 .part-content {
  position: absolute;
  top: 18%;
  left: 0;
  width: 100%;
  opacity: 0;
  text-align: center;
  color: #fff;
  transform: translateY(-2rem);
}

.part1 {
  line-height: 0;
}

.part1 .part-content {
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding-top: var(--attachedNavHeight, 52px);
}

.part1 .part-content h3.title {
  font-family: 'FZLTZCHJW';
}

.part1 .part-content .part-points {
  height: calc(100vh - 52px - 9.5rem);
  overflow: hidden;
  position: relative;
}

.part1 .part-content .part-points .lightpoints {
  position: absolute;
  left: 0;
  width: 100%;
}

.part1 .part-content li {
  height: calc((100vh - 52px - 12rem) / 3);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.part1 .part-content li .desc {
  margin-top: 0.6rem;
}

.part1 .part-bg {
  height: 100%;
  position: relative;
}

.part1 .part-bg canvas,
.part1 .part-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.part1 .part-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
}

.part2 {
  padding-top: 4.5rem;
  padding-bottom: 7.3rem;
  text-align: center;
}

.part2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #ecf2ff, #ffffff, #ecf2ff);
  opacity: 0.7;
}

.part2 .part-content {
  position: relative;
}

.part2 .part-content .subtitle {
  margin-top: -1rem;
}

.part2 .scaleText {
  font-size: calc(100vh - 16rem);
  line-height: 1;
  margin: 0;
  margin-top: 1rem;
  font-family: 'FZLTZCHJW';
}

.part2 .btn-sdl {
  width: 12rem;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: -1rem;
}

.part3 {
  padding: 5.5rem 0 10rem;
  text-align: center;
  background: url(/assets/imgs/activity/tianjing/part3/bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.part3 .part-content .title {
  line-height: 5.5rem;
}

.part3 .part-pic {
  width: 35.6%;
  margin: 0 auto;
  margin-top: 8.6rem;
  position: relative;
}

.part3 .part-pic .point-item {
  position: absolute;
  width: 11.2rem;
  padding-bottom: 0.6rem;
}

.part3 .part-pic .point-item .line {
  position: absolute;
  bottom: 0;
  width: 19.5rem;
  height: 1px;
  background-color: #000;
}

.part3 .part-pic .point-item .line::after {
  content: '';
  position: absolute;
  bottom: -0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #000;
  border-radius: 50%;
}

.part3 .part-pic .point-item .point-name {
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #9f82e8;
  font-weight: bold;
  margin-bottom: 0.6rem;
}

.part3 .part-pic .point-item .point-desc {
  font-size: 1rem;
  line-height: 1.5rem;
}

.part3 .part-pic .point-right {
  right: -13.8rem;
  text-align: left;
}

.part3 .part-pic .point-right .line {
  right: 0;
}

.part3 .part-pic .point-right .line::after {
  left: 0;
}

.part3 .part-pic .point-left {
  left: -13.8rem;
  text-align: right;
}

.part3 .part-pic .point-left .line {
  left: 0;
}

.part3 .part-pic .point-left .line::after {
  right: 0;
}

.part3 .part-pic .point1 {
  top: -1.2rem;
}

.part3 .part-pic .point1 .line {
  width: 20rem;
}

.part3 .part-pic .point2 {
  top: 1.2rem;
}

.part3 .part-pic .point3 {
  top: 10.5rem;
}

.part3 .part-pic .point4 {
  top: 7.5rem;
}

.part3 .part-pic .point4 .line {
  width: 24.7rem;
}

.part4 .part-pic img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.part4 .part-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: var(--attachedNavHeight, 52px);
  color: #fff;
  text-align: center;
}

.part4 .part-content .desc {
  margin-top: 2rem;
}

.part4 .tips {
  color: #fff;
}

.part4 .swiper-slide .title,
.part4 .swiper-slide .btn-detail {
  opacity: 0;
  transform: translateY(-2rem);
  transition: all 0.5s;
}

.part4 .swiper-slide .title {
  transition-delay: 0.2s;
}

.part4 .swiper-slide .btn-detail {
  transition-delay: 0.5s;
}

.part4 .swiper-slide-active .title,
.part4 .swiper-slide-active .btn-detail {
  opacity: 1;
  transform: none;
}

.part4 .swiper-pagination {
  bottom: 2.2rem !important;
}

.part4 .section-deep-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 10000px;
  background: #000;
  z-index: 9;
  padding-top: var(--attachedNavHeight, 52px);
}

.part4 .section-deep-modal .deep-modal-progress {
  display: none;
}

.part4 .section-deep-modal .nicescroll-rails {
  margin: auto;
  width: 100% !important;
  right: 0;
  transform: scaleX(0.2);
  bottom: 0;
  margin-bottom: 5rem;
}

.part4 .section-deep-modal .deep-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.part4 .section-deep-modal .deep-modal-bg img {
  height: 100%;
  object-fit: cover;
  filter: blur(1rem) brightness(0.7);
}

.part4 .section-deep-modal .deep-modal-relative {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  height: 90%;
}

.part4 .section-deep-modal .img-close-deep-modal {
  width: 2rem;
  position: absolute;
  bottom: 0;
  left: 37%;
  margin-bottom: 4rem;
  cursor: pointer;
  z-index: 10;
}

.part4 .section-deep-modal .deep-modal-content {
  height: 100%;
}

.part4 .section-deep-modal .swiper-slide {
  display: inline-block;
  vertical-align: middle;
  /* width: 50%; */
  display: inline-flex;
  align-items: center;
  width: 100vw;
  height: 100%;
  justify-content: space-between;
  padding: 0 12.5rem;
}

.part4 .section-deep-modal .swiper-slide .text-box-parse {
  text-align: center;
}

.part4 .section-deep-modal .swiper-slide .text-box {
  color: white;
  text-align: left;
}

.part4 .section-deep-modal .swiper-slide .text-box p.desc {
  margin-top: 2rem;
}

.part4 .section-deep-modal .swiper-slide .img-box {
  width: 33.55rem;
}

.part4 .section-deep-modal .swiper-slide .img-box .img-text {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: white;
  text-align: center;
  margin-top: 1rem;
  white-space: normal;
}

.part4 .section-deep-modal .swiper-slide p.tips {
  white-space: normal;
  text-align: left;
  margin-top: 1rem;
}

.part4 .section-deep-modal .swiper-slide .img-box-auto {
  max-width: 100%;
}

.part4 .section-deep-modal .swiper-slide .img-box-auto > img {
  width: 80%;
}

.part4 .section-deep-modal .swiper-slide .img-box-auto .w100 {
  width: 100%;
}

.part4 .section-deep-modal .swiper-slide .img-box-auto .w60 {
  width: 60%;
}

.part4 .section-deep-modal .swiper-slide .img-box-auto .w40 {
  width: 40%;
}

.part5 {
  color: #fff;
  text-align: center;
  min-height: 100vh;
}

.part5 .container-fluid {
  padding-top: var(--attachedNavHeight, 52px);
  padding-bottom: 4.5rem;
}

.part5 .title {
  position: relative;
  z-index: 2;
}

.part5 .desc-title {
  display: inline-block;
  margin-top: 1.5rem;
}

.part5 .part-content {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.part5 .part-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.part5 .part-bg .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all 0.7s ease 0.1s;
}

.part5 .part-bg .bg .bg-pic {
  height: 100%;
}

.part5 .part-bg .bg .product-pic {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
  height: calc(100vh - 52px - 20rem);
  top: var(--attachedNavHeight, 52px);
  margin-top: 12.5rem;
}

.part5 .part-bg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.part5 .part-bg clipPath {
  transform: translate(-100px, -100px);
}

.part5 .controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.7rem;
  margin-top: calc(100vh - 52px - 16rem);
}

.part5 .controls li {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  position: relative;
  opacity: 0.5;
}

.part5 .controls li .color-pic {
  position: relative;
}

.part5 .controls li::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-color: #fff;
  border-radius: 50%;
}

.part5 .controls li .color-name {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 1rem;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s;
}

.part5 .controls li.active {
  opacity: 1;
}

.part5 .controls li.active::before {
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
}

.part5 .controls li.active .color-name {
  opacity: 1;
}

.part5 .color-tabs {
  font-size: 1.6rem;
  margin-top: 1rem;
}

.part5 .color-tabs span {
  cursor: pointer;
  margin: 0 1.6rem;
  position: relative;
  font-family: 'FZLTXHJW';
}

.part5 .color-tabs span::after {
  content: '';
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0.3rem;
  background-color: #fff;
}

.part5 .color-tabs span.active {
  font-weight: bold;
}

.part5 .color-tabs span.active::after {
  width: 2.4rem;
  transition: all 0.3s;
}

.part5 .panel-item {
  display: none;
}

.part5 .panel-item.on {
  display: block;
}

.part6 {
  padding: 4.5rem 0 2.5rem;
  text-align: center;
  background: url(/assets/imgs/activity/tianjing/part6/bg.jpg) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.part6 .part-content .title sup {
  font-size: 0.4em;
  color: #6b61e6;
  vertical-align: 2rem;
}

.part6 .part-content .desc {
  margin-top: 2rem;
}

.part6 .part-pic {
  width: 34.48%;
  margin: 0 auto;
  margin-top: -9.2rem;
}

.part6 .tips {
  color: #fff;
  margin-top: 1rem;
}

.part7 {
  padding: 3.5rem 0;
  text-align: center;
  background: url(/assets/imgs/activity/tianjing/part7/bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.part7 .part-pic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.part7 .part-pic .pic-box {
  width: 46.6%;
  margin-top: 3rem;
}

.part7 .part-pic .desc-title {
  margin-top: 1.1rem;
}

.part7 .part-pic .desc {
  margin-top: 0.4rem;
}

.part8 {
  padding: 4.7rem 0 10rem;
  text-align: center;
  background: url(/assets/imgs/activity/tianjing/part8/bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.part8 .part-content .desc {
  margin-top: 2.5rem;
}

.part8 .part-pic {
  width: 35.625%;
  margin: 0 auto;
  margin-top: 4.7rem;
}

.part-config {
  padding: 5.5rem 0 5rem;
  background: url(/assets/imgs/activity/tianjing/config/bg.png) no-repeat;
  background-size: 100% 100%;
}

.part-config .product {
  margin: 0 auto;
  margin-top: 0.8rem;
  text-align: center;
  display: flex;
  justify-content: space-around;
}

.part-config .product img {
  width: 41.3rem;
}

.part-config .config-content {
  margin-top: 4rem;
}

.part-config .config-table {
  width: 100%;
  border-radius: 0.8rem;
  background-color: #eff3f7;
  overflow: hidden;
  font-family: "FZLTXHJW";
}

.part-config .config-table td {
  padding: 1.2rem 2rem;
  border: 2px solid #fff;
  border-right: 0;
  color: #1fc4ff;
}

.part-config .config-table td.table-title {
  border: 0;
  text-align: right;
  color: #000;
  background-color: #e9eef3;
  white-space: nowrap;
}

.part-config .config-table tr:first-child td {
  border-top: 0;
}

.part-config .config-table tr:last-child td {
  border-bottom: 0;
}

.part-config .config-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #d6dced;
  padding-top: 2rem;
  padding-bottom: 3rem;
  font-family: "FZLTXHJW";
}

.part-config .config-list dl:last-child {
  width: 34%;
}

.part-config .config-list dt {
  display: inline-block;
  font-weight: normal;
  margin-top: 3rem;
  font-size: 1.1rem;
  line-height: 2rem;
}

.part-config .config-list dd {
  color: #1fc4ff;
  font-size: 1.5rem;
  line-height: 2rem;
}

.part-config .tips {
  margin-top: 2rem;
}

.ie9 .part .gsapFadeIn,
.ie9 .part .gsapAnimate {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.ie9 .part-sticky {
  height: 100% !important;
}

@media (min-width: 768px) {
  .part4 .part-content .title {
    margin-top: 3rem;
  }
  .part4 .btn-detail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7rem;
    width: 8em;
    line-height: 2.9rem;
    margin: 0 auto;
    margin-top: 1rem;
    color: #fff;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 1.5rem;
    cursor: pointer;
  }
  .part4 .btn-detail .iconfont {
    display: inline-block;
    font-size: 0.8em;
    transition: all 0.3s;
    margin-left: 0.5em;
  }
  .part4 .btn-detail:hover .iconfont {
    transform: translateX(0.4rem);
  }
  .part4 .section-deep-modal-1 .swiper-slide {
    padding-right: 5rem;
  }
  .part4 .section-deep-modal-1 .swiper-slide .img-box-parse {
    width: 33.55rem;
  }
  .part4 .section-deep-modal-1 .swiper-slide .img-box-parse .img-box {
    width: 100%;
  }
  .part4 .section-deep-modal-2 .swiper-slide {
    width: auto;
    min-width: 100vw;
    padding-right: 0;
    justify-content: flex-start;
  }
  .part4 .section-deep-modal-2 .swiper-slide .text-box {
    width: 33.95rem;
  }
  .part4 .section-deep-modal-2 .slide2-1 .img-box-parse .img-box {
    width: 16.55rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 4rem;
  }
  .part4 .section-deep-modal-2 .slide2-2 .img-box-parse .img-box {
    width: 27.05rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 4rem;
  }
  .part4 .section-deep-modal-2 .slide2-3 .img-box-parse {
    width: auto;
  }
  .part4 .section-deep-modal-2 .slide2-3 .img-box-parse .img-box {
    width: 16.55rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 4rem;
  }
  .part4 .section-deep-modal-3 .slide3-1 .img-box-parse {
    width: auto;
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .part4 .section-deep-modal-3 .slide3-1 .img-box-parse .img-box {
    width: 16.55rem;
    display: inline-block;
    vertical-align: top;
    margin: 0 2rem;
  }
  .part4 .section-deep-modal-3 .slide3-1 .img-box-parse .img-title-text {
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 1rem;
  }
  .part4 .section-deep-modal-3 .slide3-1 .img-box-parse p.tips {
    text-align: center;
  }
  .part4 .section-deep-modal-4 .slide4-1 {
    width: auto;
    min-width: 100vw;
    padding-right: 0;
    justify-content: flex-start;
  }
  .part4 .section-deep-modal-4 .slide4-1 .text-box-parse {
    margin-right: 5rem;
  }
  .part4 .section-deep-modal-4 .slide4-1 .img-box-parse .img-box {
    width: 23.2rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 4rem;
  }
  .part4 .section-deep-modal-4 .slide4-1 .img-box-parse .img-box .img-text {
    text-align: left;
  }
  .part4 .section-deep-modal-4 .slide4-2 {
    padding-right: 5rem;
  }
  .part4 .section-deep-modal-4 .slide4-3 {
    width: auto;
  }
  .part4 .section-deep-modal-4 .slide4-3 .text-box-parse {
    display: flex;
    align-items: flex-start;
  }
  .part4 .section-deep-modal-4 .slide4-3 .text-box-parse .text-box {
    margin-right: 1.5rem;
  }
  .part4 .section-deep-modal-4 .slide4-3 .img-box-parse .img-box {
    display: inline-block;
    vertical-align: top;
    width: 16rem;
    margin-left: 6rem;
  }
  .part5.is-cx .part-bg .bg[data-color=cx] {
    opacity: 1;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  .part5.is-cx .part-bg .bg[data-color=xr] {
    opacity: 1;
    pointer-events: visible;
  }
  .part5.is-xr .part-bg .bg[data-color=xr] {
    opacity: 1;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  .part5.is-xr .part-bg .bg[data-color=mr] {
    opacity: 1;
    pointer-events: visible;
  }
  .part5.is-mr .part-bg .bg[data-color=mr] {
    opacity: 1;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  .part5.is-mr .part-bg .bg[data-color=xz] {
    opacity: 1;
    pointer-events: visible;
  }
  .part5.is-xz .part-bg .bg[data-color=xz] {
    opacity: 1;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  .part5.is-xz .part-bg .bg[data-color=my] {
    opacity: 1;
    pointer-events: visible;
  }
  .part5.is-my .part-bg .bg[data-color=my] {
    opacity: 1;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  .part5.is-my .part-bg .bg[data-color=zg] {
    opacity: 1;
    pointer-events: visible;
  }
  .part5.is-zg .part-bg .bg[data-color=zg] {
    opacity: 1;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  .part5.is-zg .part-bg .bg[data-color=cx] {
    opacity: 1;
    pointer-events: visible;
    z-index: 2;
  }
  .part5.is-lt .part-bg .bg[data-color=lt] {
    opacity: 1;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  .part5.is-lt .part-bg .bg[data-color=cg] {
    opacity: 1;
    pointer-events: visible;
  }
  .part5.is-cg .part-bg .bg[data-color=cg] {
    opacity: 1;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  .part5.is-cg .part-bg .bg[data-color=mx] {
    opacity: 1;
    pointer-events: visible;
  }
  .part5.is-mx .part-bg .bg[data-color=mx] {
    opacity: 1;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  .part5.is-mx .part-bg .bg[data-color=ltby] {
    opacity: 1;
    pointer-events: visible;
  }
  .part5.is-ltby .part-bg .bg[data-color=ltby] {
    opacity: 1;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  .part5.is-ltby .part-bg .bg[data-color=yhch] {
    opacity: 1;
    pointer-events: visible;
  }
  .part5.is-yhch .part-bg .bg[data-color=yhch] {
    opacity: 1;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  .part5.is-yhch .part-bg .bg[data-color=chdd] {
    opacity: 1;
    pointer-events: visible;
  }
  .part5.is-chdd .part-bg .bg[data-color=chdd] {
    opacity: 1;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  .part5.is-chdd .part-bg .bg[data-color=xrfq] {
    opacity: 1;
    pointer-events: visible;
  }
  .part5.is-xrfq .part-bg .bg[data-color=xrfq] {
    opacity: 1;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  .part5.is-xrfq .part-bg .bg[data-color=qflr] {
    opacity: 1;
    pointer-events: visible;
  }
  .part5.is-qflr .part-bg .bg[data-color=qflr] {
    opacity: 1;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  .part5.is-qflr .part-bg .bg[data-color=drfx] {
    opacity: 1;
    pointer-events: visible;
  }
  .part5.is-drfx .part-bg .bg[data-color=drfx] {
    opacity: 1;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  .part5.is-drfx .part-bg .bg[data-color=lt] {
    opacity: 1;
    pointer-events: visible;
    z-index: 2;
  }
}

/* pad 端*/
