.applyScene {
  padding-top: 0.96rem;
  font-size: 0.14rem;
  margin-bottom: 1rem;
}
.applyScene h2 {
  margin-bottom: 0.77rem;
}
.applyScene .applySwiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12rem;
  margin: 0 auto;
  overflow: hidden;
}
.applyScene .applySwiper .swiperNavigation {
  padding-top: 0.36rem;
  width: 2.23rem;
  background-color: #f7f7f7;
  border-radius: 0.08rem;
}
.applyScene .applySwiper .swiperNavigation li {
  height: 0.58rem;
  line-height: 0.58rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-left: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 0.04rem solid transparent;
}
.applyScene .applySwiper .swiperNavigation li span {
  font-size: 0.18rem;
  color: #424242;
  overflow: hidden;
  height: 0.2rem;
  line-height: 0.2rem;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: 1.9rem;
  display: inline-block;
}
.applyScene .applySwiper .swiperNavigation li:hover, .applyScene .applySwiper .swiperNavigation li.active {
  color: #f68a23;
}
.applyScene .applySwiper .swiperNavigation li:hover span, .applyScene .applySwiper .swiperNavigation li.active span {
  color: #f68a23;
}
.applyScene .applySwiper .swiperNavigation li.active {
  background-color: #fff;
  border-left: 0.04rem solid #f68a23;
}
.applyScene .applySwiper.productSwiper .swiperBox, .applyScene .applySwiper.funIntroductionPageSwiper .swiperBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.applyScene .applySwiper.productSwiper .swiperBox .innerSlide, .applyScene .applySwiper.funIntroductionPageSwiper .swiperBox .innerSlide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1rem;
}
.applyScene .applySwiper.productSwiper .swiperBox .innerSlide img, .applyScene .applySwiper.funIntroductionPageSwiper .swiperBox .innerSlide img {
  width: 8.77rem;
  height: 3.4rem;
  border-radius: 0.1rem;
  padding-top: 0.03rem;
}
.applyScene .applySwiper.productSwiper .swiperBox .innerSlide h3, .applyScene .applySwiper.funIntroductionPageSwiper .swiperBox .innerSlide h3 {
  margin: 0.4rem 0 0.25rem;
  font-size: 0.24rem;
  font-weight: 600;
  color: #424242;
}
.applyScene .applySwiper.productSwiper .swiperBox .innerSlide .desc, .applyScene .applySwiper.funIntroductionPageSwiper .swiperBox .innerSlide .desc {
  font-size: 0.16rem;
  line-height: 0.33rem;
  letter-spacing: 0rem;
  color: #666;
}
.applyScene .applySwiper.productSwiper .swiperBox .innerSlide .tags, .applyScene .applySwiper.funIntroductionPageSwiper .swiperBox .innerSlide .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.2rem;
}
.applyScene .applySwiper.productSwiper .swiperBox .innerSlide .tags a, .applyScene .applySwiper.funIntroductionPageSwiper .swiperBox .innerSlide .tags a {
  display: block;
  height: 0.28rem;
  line-height: 0.28rem;
  color: #666;
  border-radius: 0.04rem;
  background-color: #f2f2f2;
  padding: 0 0.1rem;
  margin: 0 0.1rem 0.06rem 0;
}
.applyScene .applySwiper.solutionPageSwiper .swiperBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.applyScene .applySwiper.solutionPageSwiper .swiperBox .innerSlide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0.5rem;
}
.applyScene .applySwiper.solutionPageSwiper .swiperBox .innerSlide h4 {
  font-size: 0.24rem;
  color: #424242;
  font-weight: bold;
  padding-top: 0.05rem;
}
.applyScene .applySwiper.solutionPageSwiper .swiperBox .innerSlide .applicationValue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.27rem 0 0.4rem;
}
.applyScene .applySwiper.solutionPageSwiper .swiperBox .innerSlide .applicationValue li {
  width: 2.95rem;
  height: 1.94rem;
  background-color: #fcfcfc;
  border-radius: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3rem 0.3rem 0 0.26rem;
}
.applyScene .applySwiper.solutionPageSwiper .swiperBox .innerSlide .applicationValue li .title {
  font-weight: bold;
  font-size: 0.14rem;
  color: #666666;
  margin-bottom: 0.17rem;
  width: 2rem;
  height: 0.2rem;
  line-height: 0.2rem;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.applyScene .applySwiper.solutionPageSwiper .swiperBox .innerSlide .applicationValue li p {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.24rem;
  height: 7em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.applyScene .applySwiper.solutionPageSwiper .swiperBox .innerSlide .schemeExplains {
  font-size: 0.14rem;
  color: #999999;
  margin: 0.24rem 0 0.28rem;
}
.applyScene .applySwiper.solutionPageSwiper .swiperBox .innerSlide .schemeContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.3rem;
}
.applyScene .applySwiper.solutionPageSwiper .swiperBox .innerSlide .schemeContent .split {
  margin: 0 0.28rem;
}
.applyScene .applySwiper.solutionPageSwiper .swiperBox .innerSlide .schemeContent .schemeItem {
  width: 2.58rem;
  height: 1.56rem;
  border-radius: 0.2rem;
  border: solid 0.04rem #eeeeee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.28rem 0.27rem 0 0.37rem;
}
.applyScene .applySwiper.solutionPageSwiper .swiperBox .innerSlide .schemeContent .schemeItem .title {
  font-size: 0.18rem;
  color: #333333;
  margin-bottom: 0.15rem;
}
.applyScene .applySwiper.solutionPageSwiper .swiperBox .innerSlide .schemeContent .schemeItem p {
  line-height: 0.22rem;
  font-size: 0.14rem;
  color: #999999;
  height: 5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.applyScene .applySwiper.solutionPageSwiper .swiperBox .innerSlide .schemeFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.14rem;
  color: #999999;
  margin-top: 0.2rem;
}
.applyScene .applySwiper.solutionPageSwiper .swiperBox .innerSlide .schemeFooter .lines {
  width: 0.02rem;
  height: 0.14rem;
  border-left: 0.02rem solid #999999;
  margin: 0 0.1rem;
}