.application-detail .page {
  background: #02281e;
}
main .page .content ul li a {
  color: #fff;
}
main .page .content ul li.active a {
  color: #fff;
}

.application-detail .banner {
  background: url(/lib/images/application_detail/img_bg.png) #02281e;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 6.25002vw;
}
.application-detail .banner .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.application-detail .banner .content .left {
  max-width: 480px;
  width: 100%;
  margin-right: 40px;
}
h1 {
  font-size: 40px;
  font-family: 'Hind-Bold';
  margin-bottom: 30px;
}
h2 {
  font-size: 40px;
  font-family: 'Hind-Bold';
  margin-bottom: 30px;
}
.application-detail .banner .content .left .icon_btn_quote {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 48px;
  background: #0ca37d;
  color: #fff;
  position: relative;
  z-index: 9;
  border-radius: 2px;
  margin-top: 120px;
}
.application-detail .banner .content .left .icon_btn_quote img {
  margin-left: 10px;
}

.application-detail .banner .content .left .wpil_keyword_link {
  text-decoration: underline;
  color: #0ca37d;
}

.application-detail .power .content {
  display: flex;
  justify-content: center;
  padding: 4.16665vw 30px;
}
.application-detail .power .content .left {
  max-width: 390px;
  width: 100%;
  margin-right: 30px;
}
.application-detail .power .content .right {
  max-width: 660px;
  width: 100%;
}
.application-detail .power .content .right .text {
  height: 190px;
  overflow: hidden;
  position: relative;
}
.application-detail .power .content .right .text.active {
  height: auto;
  overflow: inherit;
}
.application-detail .power .content .right .text .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  content: '';
  background: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
}

.application-detail .power .content .right .text p {
  font-size: 16px;
  color: #404040;
  margin-bottom: 30px;
  margin-top: 0;
}
.application-detail .power .content .right p.more {
  color: #0ca37d;
  margin-top: 30px;
  cursor: pointer;
}

.application-detail .characteristics {
  background: #f4f9fa;
  padding: 5.20835vw 0;
  margin-bottom: 8.33336vw;
}
.application-detail .characteristics .content {
  display: flex;
  justify-content: space-between;
}
.application-detail .characteristics .content .left {
  max-width: 660px;
  margin-right: 30px;
}
.application-detail .characteristics .content .left p {
  line-height: 1.6;
}
.application-detail .characteristics .content .right {
  max-width: 740px;
}

.application-detail .benefits .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5.20835vw;
}
.application-detail .benefits .content .right {
  max-width: 660px;
  width: 100%;
  margin-left: 30px;
}
.application-detail .benefits .content .right p {
  margin-bottom: 30px;
}
.application-detail .benefits .content .right ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
}
.application-detail .benefits .content .right ul li::after {
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background: #0ca37d;
  border-radius: 50%;
  content: '';
}

.application-detail .related {
  padding: 5.20835vw 0;
  margin-bottom: 7.29169vw;
  background: #02291d;
}
.application-detail .related .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
}
.application-detail .related .content .left {
  max-width: 660px;
  width: 100%;
}
.application-detail .related .content .left p {
  margin-bottom: 20px;
}
.application-detail .related .content .left ul {
  display: flex;
  flex-wrap: wrap;
}
.application-detail .related .content .left ul li {
  width: 220px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.application-detail .related .content .left ul li a {
  text-decoration: underline;
  color: #fff;
}

.recommend .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 5.20835vw;
}
.recommend .content .swiper-container-recommend {
  width: 100%;
  padding: 30px;
}
.recommend .content .recommend-swiper {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.swiper-button-prev {
  left: -6px;
}
.swiper-button-next {
  right: -6px;
}
.recommend .content .cart {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 0 30px rgb(32 32 32 / 8%);
  margin-bottom: 20px;
}
.recommend .content .cart img {
  width: 219px;
  height: 218px;
  object-fit: cover;
  margin-bottom: 20px;
}
.recommend .content .cart h4 {
  font-size: 20px;
  font-family: 'Hind-Medium';
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.recommend .content .cart:hover h4 {
  color: #0ca37d;
}
.recommend .content .cart p {
  font-size: 14px;
  color: #999;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.recommend .content > a {
  display: flex;
  align-items: center;
}
.recommend .content > a p {
  color: #0ca37d;
  margin-right: 10px;
}

.application-detail .stories {
  background: #f3fbf8;
  padding-bottom: 5.20835vw;
  padding-top: 5.20835vw;
}

.application-detail .stories h2 {
  font-family: 'Hind-Bold';
  text-align: center;
  margin-bottom: 2.604175vw;
  margin-top: 30px;
}

.application-detail .stories .swiper-container-stories .box {
  background: #fff;
  box-shadow: 0 0 30px rgb(32 32 32 / 8%);
}

.application-detail .stories .swiper-container-stories .box .top {
  max-height: 416px;
  height: 100%;
}

.application-detail .stories .swiper-container-stories .box .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.application-detail .stories .swiper-container-stories .box .btm {
  padding: 40px;
}

.application-detail .stories .swiper-container-stories .box .btm h4 {
  font-size: 20px;
  font-family: 'Hind-Medium';
  font-weight: normal;
  margin-bottom: 20px;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.application-detail .stories .swiper-container-stories .box .btm ul {
  display: flex;
  flex-wrap: wrap;
}

.application-detail .stories .swiper-container-stories .box .btm ul li {
  font-size: 16px;
  color: #777;
  margin-right: 30px;
}
.swiper-container-stories .swiper-pagination-bullet {
  background: #0ca37d;
}

.other {
  position: fixed;
  left: 0;
  top: 200px;
  width: 100px;
  height: 100px;
  background: #0ca37d;
  transition: all 0.5s;
}
.other .small {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.other .small p {
  color: #fff;
}

.other.active {
  width: 180px;
  height: auto;
  padding: 15px;
}
.other ul {
  display: none;
}
.other.active .small {
  display: none;
}
.other.active ul {
  display: block;
}
.other.active ul li {
  margin: 10px 0;
}
.other.active ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
}
.other.active ul li a:hover {
  color: #02291d;
}

@media (max-width: 1279px) {
  .application-detail .characteristics .content .left {
    max-width: 50%;
  }
}

@media (max-width: 1023px) {
  .application-detail .characteristics {
    height: auto;
  }
  .application-detail .related {
    height: auto;
  }
  .recommend .content .recommend-swiper {
    margin-bottom: 0;
  }
  .application-detail .related .content {
    align-items: center;
  }
  .application-detail .characteristics .content {
    align-items: center;
  }
}

@media (max-width: 767px) {
  .content {
    padding: 0 15px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 24px;
  }
  .application-detail .banner .content {
    flex-direction: column-reverse;
  }
  .application-detail .banner .content .left {
    margin-right: 0;
    margin-top: 30px;
  }
  .application-detail .banner .content .left a {
    margin-top: 30px;
  }
  .application-detail .power .content {
    flex-direction: column;
    padding: 30px 15px;
  }
  .application-detail .power .content .right .text p {
    margin-bottom: 20px;
  }
  .application-detail .characteristics .content {
    flex-direction: column;
  }
  .application-detail .characteristics .content .left {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .application-detail .benefits .content {
    flex-direction: column-reverse;
  }
  .application-detail .benefits .content .right {
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .application-detail .related .content {
    flex-direction: column;
  }
  .application-detail .related .content .left ul li {
    width: 40%;
  }
}
