@media (min-width: 768px) {
  .nicescroll-rails {
    margin: auto;
    width: 100% !important;
    right: 0;
    transform: scaleX(0.2);
    bottom: 0;
    margin-bottom: 5rem;
  }
}

body {
  overflow-x: hidden;
  padding-bottom: 4rem;
}

.section {
  width: 100%;
  background: #010b20;
}

.section .container {
  padding: 0 9rem;
}

.section .case-light-title {
  position: relative;
  margin: 0 auto;
  color: white;
  text-align: center;
  font-family: "FZLTXHJW";
  font-size: 2rem;
  font-weight: bold;
}

.section .case-light-title p {
  position: relative;
  display: inline-block;
}

.section .case-light-title p::before {
  content: '';
  width: 4rem;
  height: .0133rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  left: -5rem;
}

.section .case-light-title p::after {
  content: '';
  width: 4rem;
  height: .0133rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  right: -5rem;
}

.section .deep-dive-button {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.section .deep-dive-button span {
  border-bottom: .0267rem solid #fbd4aa;
}

.section .deep-dive-button .icon-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 1.4rem;
  margin-left: 0.2rem;
}

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

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

.section-banner .banner-wrap {
  position: relative;
}

.section-banner .banner-container {
  position: relative;
}

.section-banner .banner-container .banner-text {
  position: absolute;
  top: 50%;
  margin-top: -50%;
  left: 50%;
  margin-left: -50%;
  right: 0;
  margin: auto;
}

.section-banner .banner-container .banner-text p.main-title {
  font-family: "FZLTXHJW";
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: .04rem;
  margin-bottom: 0.5rem;
}

.section-banner .banner-container .banner-text p.sub-title {
  font-family: "FZLTXHJW";
  font-size: 1.2rem;
  letter-spacing: .2rem;
}

.section-banner .banner-container .banner-text .play-video {
  display: inline-block;
  font-size: 0.9rem;
  margin-top: 1rem;
  cursor: pointer;
}

.section-banner .banner-container .banner-text .play-video .icon-play {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.2rem;
}

.section-banner .banner-video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
}

.section-banner .banner-video-container .banner-content-kv-video,
.section-banner .banner-video-container #VideoWrap {
  height: 100%;
  width: 100%;
}

.section-banner .banner-video-container .close-btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  color: #f0f0f0;
  cursor: pointer;
}

.section-advantage {
  background: url(/assets/imgs/index/case/advantage/bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 6%;
  padding-bottom: 6%;
}

.section-advantage ul li {
  display: inline-block;
  text-align: center;
  width: 24.5%;
  vertical-align: top;
}

.section-advantage ul li p {
  color: #e9ae6e;
  font-family: "FZLTXHJW";
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  letter-spacing: .1333rem;
}

.section-advantage ul li:not(:last-child) p:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: .0133rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}

.section-advantage ul li span {
  display: inline-block;
  margin-top: 1.5rem;
  white-space: wrap;
  color: white;
  font-size: 0.9rem;
}

.section-sunshine {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: url(/assets/imgs/index/case/case/bg.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: -0.1rem;
}

.section-sunshine .section-tips {
  margin-top: 3rem;
}

.section-sunshine .section-tips p {
  text-align: center;
  color: white;
  font-size: 0.9rem;
}

.section-sunshine .ul-content {
  padding: 3rem 0;
}

.section-sunshine .ul-content li {
  display: inline-block;
}

.section-sunshine .ul-content .w50 {
  width: 50%;
}

.section-sunshine .ul-content .w33 {
  width: 33%;
  margin-left: 15%;
}

.section-sunshine .icon-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 1.4rem;
  margin-left: 0.2rem;
}

.section-sunshine .section-content-padding {
  position: relative;
  padding-top: 45%;
}

.section-sunshine .section-content-padding .section-content-full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section-sunshine .section-content-padding .section-content-full .section-content {
  position: absolute;
  left: 0;
  padding-left: 9rem;
  padding-right: 9rem;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.section-healthy-life {
  background: #010b20;
  padding-bottom: 4rem;
  margin-top: -0.1rem;
}

.section-healthy-life .section-tips {
  margin: 3rem auto 0;
}

.section-healthy-life .section-tips p {
  text-align: center;
  margin: auto;
  max-width: 55%;
  color: white;
  font-size: 0.9rem;
}

.section-healthy-life .section-body {
  padding-top: 2rem;
}

.section-healthy-life .section-body ul {
  display: flex;
  justify-content: space-around;
}

.section-healthy-life .section-body ul li {
  width: 16%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.section-healthy-life .section-body ul li img {
  transition: all .4s ease-out;
}

.section-healthy-life .section-body ul li .img-box {
  position: relative;
  overflow: hidden;
}

.section-healthy-life .section-body ul li .img-box::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
  z-index: 1;
}

.section-healthy-life .section-body ul li .img-box span {
  position: absolute;
  bottom: 1.5rem;
  color: white;
  font-size: 1.2rem;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  font-family: "FZLTXHJW";
}

.section-healthy-life .section-body ul li .life-detail {
  padding: 1.5rem 0;
}

.section-healthy-life .section-body ul li .life-detail p {
  font-size: 1.2rem;
  text-align: center;
  color: white;
  font-family: "FZLTZHUNHJW";
}

.section-healthy-life .section-body ul li:hover img {
  transform: scale(1.1);
}

.section-smart-life {
  background: #010b20;
  padding: 4rem 0;
}

.section-smart-life .section-content {
  margin-top: 3rem;
}

.section-smart-life .section-content .life-box {
  display: flex;
}

.section-smart-life .section-content .life-box .life-items {
  width: 50%;
  display: inline-block;
  position: relative;
}

.section-smart-life .section-content .life-box .life-items ul {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0 1rem;
}

.section-smart-life .section-content .life-box .life-items ul li {
  float: left;
  color: white;
  text-align: center;
  width: 33.3%;
}

.section-smart-life .section-content .life-box .life-items ul li p {
  color: #e9ae6e;
  font-size: 1.2rem;
  font-family: "FZLTXHJW";
  font-weight: bold;
  letter-spacing: .0267rem;
}

.section-smart-life .section-content .life-box .life-items ul li span {
  font-size: 0.9rem;
  font-family: "FZLTXHJW";
}

.section-space {
  background: #010b20;
  padding: 4rem 0;
}

.section-space .section-content {
  margin-top: 3rem;
}

.section-space .section-content .sub-content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.section-space .section-content .sub-content .sub-title {
  color: #e9ae6e;
  font-size: 1.2rem;
  text-align: center;
  font-family: "FZLTXHJW";
  font-weight: bold;
}

.section-space .section-content .sub-content .sub-body {
  padding: 3rem 0;
}

.section-space .section-content .sub-content .sub-body ul {
  display: flex;
  justify-content: space-between;
}

.section-space .section-content .sub-content .sub-body ul li {
  width: 14%;
  display: inline-block;
}

.section-space .section-content .sub-content .sub-body .product-show {
  margin: auto;
  text-align: center;
  transition: all .4s ease-out;
}

.section-space .section-content .sub-content .sub-body .product-show span {
  display: inline-block;
  margin: 1rem 0;
}

.section-space .section-content .sub-content .sub-body .product-show .product-air {
  display: inline-block;
  vertical-align: bottom;
  width: 28%;
  font-size: 0.8rem;
  color: white;
  transition: all .2s ease-out;
}

.section-space .section-content .sub-content .sub-body .product-show .product-10 {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  margin-left: 12rem;
  font-size: 0.8rem;
  color: white;
  transition: all .2s ease-out;
}

.section-space .section-content .sub-content .sub-body .product-show.animated .product-air {
  display: inline-block;
  vertical-align: bottom;
  width: 18%;
  font-size: 0.8rem;
  color: white;
}

.section-space .section-content .sub-content .sub-body .product-show.animated .product-10 {
  display: inline-block;
  vertical-align: bottom;
  width: 40%;
  margin-left: 0.9rem;
  font-size: 0.8rem;
  color: white;
}

.section-space .section-content .sub-content .sub-body .product-items-show {
  margin-top: 3rem;
}

.section-space .section-content .sub-content .sub-body .product-items-show ul li {
  text-align: center;
}

.section-space .section-content .sub-content .sub-body .product-items-show ul li img {
  display: block;
  text-align: center;
  height: 2.2rem;
  width: auto;
  margin: 0 auto 0.9rem auto;
}

.section-space .section-content .sub-content .sub-body .product-items-show ul li span {
  display: block;
  text-align: center;
  color: white;
  font-size: 0.9rem;
}

.section-made {
  background: #010b20;
  padding: 4rem 0;
}

.section-made .section-content {
  margin-top: 3rem;
}

.section-made .section-content .made-box.made-right {
  text-align: right;
}

.section-made .section-content .made-box.made-1 {
  padding-top: 2rem;
}

.section-made .section-content .made-box .sub-title {
  color: #e9ae6e;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
  font-family: "FZLTXHJW";
  font-weight: bold;
  letter-spacing: .0533rem;
}

.section-made .section-content .made-box span.tips {
  font-size: 0.9rem;
  color: white;
}

.section-made .section-content .made-2 {
  margin-top: -40%;
}

.section-made .section-content .made-3 {
  padding-top: 12%;
}

.section-made .section-content .made-4 {
  margin-top: -8%;
}

.section-made .section-content .made-5 {
  padding-top: 40%;
  padding-right: 15%;
}

.section-case {
  position: relative;
  padding-top: 1rem;
  margin-top: -0.04rem;
  padding-bottom: 8rem;
  background: #010b20;
}

.section-case .section-case-wrap .case-title {
  margin: 0 auto;
  color: white;
  text-align: center;
  font-family: "FZLTXHJW";
  font-size: 2rem;
  font-weight: bold;
}

.section-case .section-case-wrap .case-title p {
  position: relative;
  display: inline-block;
}

.section-case .section-case-wrap .case-title p::before {
  content: '';
  width: 4rem;
  height: .0133rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  left: -5rem;
}

.section-case .section-case-wrap .case-title p::after {
  content: '';
  width: 4rem;
  height: .0133rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  right: -5rem;
}

.section-case .section-case-wrap .case-content {
  position: relative;
  padding-top: 45.83%;
  margin-top: 3rem;
}

.section-case .section-case-wrap .case-content-full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.section-case .section-case-wrap .case-content-full .caseSwiper {
  height: 100%;
}

.section-case .section-case-wrap .case-content-full .caseSwiper .case-img {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-case .section-case-wrap .case-content-full .caseSwiper .case-item-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.section-case .section-case-wrap .case-content-full .caseSwiper .case-item-mask p {
  color: #e9ae6e;
  font-family: "FZLTXHJW";
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  position: inherit;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding-bottom: 0.5rem;
}

.section-case .section-case-wrap .case-content-full .caseSwiper .case-item-mask p::after {
  content: '';
  width: 5rem;
  position: absolute;
  height: .0133rem;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.section-case .section-case-wrap .case-content-full .caseSwiper .case-item-mask span.show-more {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  margin: 0 auto;
  font-size: 1rem;
  text-align: center;
  color: white;
  transform: translateX(-50%);
  display: inline-block;
  text-align: center;
}

.section-case .section-case-wrap .case-content-full .caseSwiper .case-item-swiper-box {
  display: none;
}

.section-case .section-case-wrap .case-content-full .caseSwiper > .swiper-wrapper > .swiper-slide {
  transition: all 0.4s ease-in-out;
  height: 100%;
}

.section-case .section-case-wrap .case-content-full .caseSwiper > .swiper-wrapper > .swiper-slide.on .case-item-mask,
.section-case .section-case-wrap .case-content-full .caseSwiper > .swiper-wrapper > .swiper-slide.on .case-img {
  display: none;
}

.section-case .section-case-wrap .case-content-full .caseSwiper > .swiper-wrapper > .swiper-slide.on .case-item-swiper-box {
  display: block;
  height: 100%;
  overflow: hidden;
}

.section-case .section-case-wrap .case-content-full .caseSwiper > .swiper-wrapper > .swiper-slide.on .case-item-swiper-box .case-box-left {
  width: 45%;
  float: left;
  height: 100%;
  background: #fff;
  position: relative;
}

.section-case .section-case-wrap .case-content-full .caseSwiper > .swiper-wrapper > .swiper-slide.on .case-item-swiper-box .case-box-left .hide-more {
  position: absolute;
  /* right: 0; */
  bottom: 1rem;
  font-size: 1rem;
  /* left: 0; */
  cursor: pointer;
  margin: auto;
  text-align: center;
  width: atuo;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}

.section-case .section-case-wrap .case-content-full .caseSwiper > .swiper-wrapper > .swiper-slide.on .case-item-swiper-box .case-box-left::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-left: 0.8rem solid #fff;
  position: absolute;
  right: -0.8rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.section-case .section-case-wrap .case-content-full .caseSwiper > .swiper-wrapper > .swiper-slide.on .case-item-swiper-box .case-box-left .case-left-text {
  position: inherit;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 10%;
  padding-right: 10%;
}

.section-case .section-case-wrap .case-content-full .caseSwiper > .swiper-wrapper > .swiper-slide.on .case-item-swiper-box .case-box-left .case-left-text p {
  font-family: "FZLTXHJW";
  font-weight: bold;
  font-size: 1.6rem;
}

.section-case .section-case-wrap .case-content-full .caseSwiper > .swiper-wrapper > .swiper-slide.on .case-item-swiper-box .case-box-left .case-left-text p i {
  margin-left: 1rem;
}

.section-case .section-case-wrap .case-content-full .caseSwiper > .swiper-wrapper > .swiper-slide.on .case-item-swiper-box .case-box-left .case-left-text span {
  display: inline-block;
  margin-top: 2rem;
  font-family: "FZLTXHJW";
  font-size: 1rem;
}

.section-case .section-case-wrap .case-content-full .caseSwiper > .swiper-wrapper > .swiper-slide.on .case-item-swiper-box .case-box-right {
  width: 55%;
  float: left;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.section-case .section-case-wrap .case-content-full .caseSwiper > .swiper-wrapper > .swiper-slide.on .case-item-swiper-box .case-box-right .case-item-img {
  height: 100%;
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-case .section-case-wrap .case-content-full .caseSwiper > .swiper-wrapper > .swiper-slide.on .case-item-swiper-box .case-box-right .case-item-img > img {
  width: auto;
  /* min-height: 100%; */
  min-width: 100%;
}

.section-case .section-case-wrap .case-content-full .caseSwiper > .swiper-wrapper > .swiper-slide.on .case-item-swiper-box .case-box-right .case-item-thumb {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto;
}

.section-case .section-case-wrap .case-content-full .caseSwiper > .swiper-wrapper > .swiper-slide.on .case-item-swiper-box .case-box-right .case-item-thumb .case-thumb-swiper {
  overflow: hidden;
}

.section-case .section-case-wrap .case-content-full .caseSwiper > .swiper-wrapper > .swiper-slide.on .case-item-swiper-box .case-box-right .case-item-thumb .case-thumb-swiper .thumb-img {
  position: relative;
  padding-top: 67%;
  cursor: pointer;
}

.section-case .section-case-wrap .case-content-full .caseSwiper > .swiper-wrapper > .swiper-slide.on .case-item-swiper-box .case-box-right .case-item-thumb .case-thumb-swiper .thumb-img::after {
  content: '';
  position: absolute;
  top: 0%;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  border: 0.0267rem solid rgba(255, 255, 255, 0.6);
  transition: all .2s ease-out;
}

.section-case .section-case-wrap .case-content-full .caseSwiper > .swiper-wrapper > .swiper-slide.on .case-item-swiper-box .case-box-right .case-item-thumb .case-thumb-swiper .thumb-img > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section-case .section-case-wrap .case-content-full .caseSwiper > .swiper-wrapper > .swiper-slide.on .case-item-swiper-box .case-box-right .case-item-thumb .case-thumb-swiper .thumb-img.active::after {
  content: '';
  position: absolute;
  top: 0%;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  border: 0.0267rem solid white;
}

.section-case .section-case-wrap .case-content-full .caseSwiper > .swiper-wrapper > .swiper-slide.on .case-item-swiper-box .case-box-right .case-item-thumb .case-thumb-swiper .swiper-case-thumb-next {
  right: -1.2rem;
  background: #fff;
  height: 100%;
  margin-top: 0;
  transform: translateY(-50%);
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-case .section-case-wrap .case-content-full .caseSwiper > .swiper-wrapper > .swiper-slide.on .case-item-swiper-box .case-box-right .case-item-thumb .case-thumb-swiper .swiper-case-thumb-prev {
  left: -1.2rem;
  background: #fff;
  height: 100%;
  margin-top: 0;
  transform: translateY(-50%);
  width: 1rem;
  display: flex;
  align-items: center;
}

.section-case .section-case-wrap .swiper-case-pagination {
  bottom: -1.5rem;
  left: 0;
  right: 0;
  margin: auto;
}

.section-case .section-case-wrap .swiper-case-pagination .swiper-pagination-bullet {
  width: 1.6rem;
  height: .2rem;
  background: #96918e;
  opacity: 1;
  border-radius: 1rem;
  transition: width .2s ease-out;
  margin: 0 0.2rem;
}

.section-case .section-case-wrap .swiper-case-pagination .swiper-pagination-bullet-active {
  background: #1c55b5;
  width: 4.6rem;
}

.section-choose {
  background: #010b20;
  padding: 4rem 0;
}

.section-choose .section-content {
  margin-top: 3rem;
}

.section-choose .section-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.section-choose .section-content ul li {
  cursor: pointer;
  width: 32%;
  display: inline-block;
  background-image: -webkit-radial-gradient(circle, #1e273b, #141b2a);
  border-radius: 0.24rem;
  margin-bottom: 1rem;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  border: .0133rem solid transparent;
}

.section-choose .section-content ul li .choose-box {
  padding: 1rem;
}

.section-choose .section-content ul li .choose-box .main-title span {
  font-size: 1.2rem;
  color: white;
  font-family: "FZLTXHJW";
  font-weight: bold;
}

.section-choose .section-content ul li .choose-box .main-title .icon-arrow-right {
  float: right;
  width: 1rem;
}

.section-choose .section-content ul li .choose-box .main-img-padding {
  position: relative;
  padding-top: 30%;
}

.section-choose .section-content ul li .choose-box .main-img-padding .main-img-full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 100%;
  width: auto;
  max-width: 90%;
  margin: auto;
}

.section-choose .section-content ul li .choose-box p {
  font-size: 0.8rem;
  text-align: center;
  color: #6f778b;
  margin: 1rem 0 0 0;
}

.section-choose .section-content ul li:hover {
  background-image: -webkit-radial-gradient(circle, #3e4960, #273042);
  border: .0133rem solid #574e4e;
}

.section-choose .section-content .btn-more {
  display: block;
  margin: 0 auto;
  background: none;
  outline: 0;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 2em;
  padding: 0.4rem 3rem;
  margin-top: 3rem;
  transition: all 0.3s;
}

.section-choose .section-content .btn-more:hover {
  background: #fff;
  color: #010b20;
}

.section-service {
  background: #010b20;
  padding: 4rem 0;
  padding-bottom: 8rem;
}

.section-service .section-content {
  margin-top: 3rem;
}

.section-service .section-content ul {
  display: flex;
  position: relative;
}

.section-service .section-content ul::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: .02rem;
  width: 88%;
  margin: auto;
  border-bottom: .02rem dashed #1a243c;
  top: 25%;
  transform: translateY(-25%);
}

.section-service .section-content ul li {
  width: 11%;
  position: relative;
  text-align: center;
}

.section-service .section-content ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0;
  top: 25%;
  right: 0%;
  transform: translateY(-25%);
  margin-top: -0.25rem;
  height: 0;
  border-left: .5rem solid #1a243c;
  border-top: .5rem solid transparent;
  border-bottom: .5rem solid transparent;
}

.section-service .section-content ul li .icon-items {
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  vertical-align: middle;
  text-align: center;
  line-height: 3.6rem;
  background: #1a243c;
  border-radius: 50%;
}

.section-service .section-content ul li .icon-items img {
  height: 1.8rem;
  width: auto;
  text-align: center;
  margin: auto;
}

.section-service .section-content ul li span {
  display: block;
  color: white;
  font-size: 0.8rem;
  text-align: center;
  margin-top: 1rem;
  font-family: "FZLTXHJW";
}

.section-deep-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 10000px;
  background: #010b20;
  z-index: 9;
  padding-top: 6rem;
}

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

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

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

.section-deep-modal ul {
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.section-deep-modal ul li {
  display: inline-block;
  vertical-align: middle;
  /* width: 50%; */
  display: inline-flex;
  align-items: center;
  width: 100.1%;
  height: 100%;
  justify-content: space-around;
}

.section-deep-modal ul li .sub-title {
  color: #e9ae6e;
  font-size: 1.8rem;
  font-family: "FZLTXHJW";
  font-weight: bold;
  margin-bottom: 1rem;
}

.section-deep-modal ul li .text-box-parse {
  text-align: center;
}

.section-deep-modal ul li .text-box {
  max-width: 30vw;
  margin: 0 1.5rem;
}

.section-deep-modal ul li .text-box p {
  color: white;
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.section-deep-modal ul li .img-box-parse {
  text-align: center;
}

.section-deep-modal ul li .img-box {
  width: 40vw;
  margin: 0 1.5rem;
}

.section-deep-modal ul li .img-box .img-text {
  font-size: 1rem;
  color: white;
  text-align: center;
  margin: 1rem 0;
}

.section-deep-modal ul li .img-box-auto {
  max-width: 100%;
}

.section-deep-modal ul li .img-box-auto > img {
  width: 80%;
}

.section-deep-modal ul li .img-box-auto .w100 {
  width: 100%;
}

.section-deep-modal ul li .img-box-auto .w60 {
  width: 60%;
}

.section-deep-modal ul li .img-box-auto .w40 {
  width: 40%;
}

.section-form {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 0.8rem 0;
}

.section-form::after {
  content: "";
  background-image: url(/assets/imgs/index/case/form-bg.jpg);
  background-size: 100% 100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.section-form #case-form {
  font-size: 0.9rem;
  line-height: 2.7rem;
  color: #fff;
}

.section-form #case-form .input-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-form #case-form .input-item {
  min-width: 20%;
  display: inline-block;
  margin: 0 1.4rem;
  height: 2.7rem;
  line-height: 1;
}

.section-form #case-form .input-code {
  min-width: 20%;
}

.section-form #case-form .btn-submit {
  color: #000;
  line-height: normal;
}

.section-form #case-form #select-cascader-wrap .sel-cascader-input > button {
  font-size: 0.9rem;
  line-height: 2.7rem;
  height: 2.7rem;
  outline: none;
}

.section-form #case-form #select-cascader-wrap .sel-cascader-dropdown {
  top: auto;
  bottom: 2.4rem;
}

.section-form #case-form #select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu {
  min-width: 9rem;
  max-width: 13.5rem;
  max-height: calc(50vh - 10rem);
}

.section-form #case-form #select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu li.sel-cascader-item {
  height: 2.4rem;
  line-height: 2.4rem;
}

.section-form #case-form #select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu li.sel-cascader-item i.iconarrow-right {
  font-size: 0.9rem;
}

.section-form #case-form #select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu li.sel-cascader-item .sel-cascader-label {
  font-size: 0.9rem;
}

@media (min-width: 767px) {
  .visible-xs {
    display: block;
  }
}
