.main .container {
  margin: 0 auto;
}
.main h2 {
  font-size: 0.36rem;
  font-family: 'SourceHanSans', '黑体', '宋体';
  font-weight: 400;
  color: #333333;
  line-height: 0.72rem;
}
.main h3 {
  font-size: 0.24rem;
  font-family: 'SourceHanSans', '黑体', '宋体';
  font-weight: 400;
  color: #333333;
}
.main div.h5 {
  font-size: 0.18rem;
  font-family: 'SourceHanSans', '黑体', '宋体';
  font-weight: 400;
  color: #333333;
  line-height: 0.24rem;
}
.main .industry-bg {
  background-image: url("../../assets/images/Industry_about_Bg01-f8a9c358a3.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0.3rem;
}
.main .industry-bg.industry-nav .container.nav {
  background: #fff;
  text-align: center;
  height: 1.1rem;
  overflow: hidden;
  box-shadow: 0.01rem 0.01rem 0.02rem 0.02rem rgba(3, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-top: -0.58rem;
}
.main .industry-bg.industry-nav .container.nav > .content {
  display: inline-block;
  color: #333333;
  width: 2.52rem;
  background-image: url("../../assets/images/Industry_nav_a-85aa3dd70b.png");
  background-position: 0.45rem 0.42rem;
  background-repeat: no-repeat;
  background-size: 0.26rem;
  /* margin: 0.17rem 0 0.12rem 0; */
  overflow: hidden;
  /* border-right: .01rem solid #eee; */
  cursor: pointer;
  /* width: 100%; */
  /* margin-top: 60px; */
}
.main .industry-bg.industry-nav .container.nav > .content > h1 {
  /* margin-top: .10rem; */
  font-size: 0.24rem;
  font-family: 'SourceHanSans', '黑体', '宋体';
  font-weight: 400;
  color: #333333;
  height: 1.1rem;
  line-height: 1.1rem;
}
.main .industry-bg.industry-nav .container.nav > .content > .sub-title {
  font-size: 0.24rem;
  font-family: 'SourceHanSans', '黑体', '宋体';
  font-weight: 400;
  color: #fff;
  line-height: 0.3rem;
  margin-top: 0.44rem;
}
.main .industry-bg.industry-nav .container.nav > .content.active h1 {
  border-bottom: 0.03rem solid #006BD2;
  color: #006BD2;
  font-size: 0.25rem;
}
.main .industry-bg.industry-nav .container.nav > .content:nth-child(1) {
  background-position: 0.45rem 0.42rem;
}
.main .industry-bg.industry-nav .container.nav > .content:nth-child(2) {
  background-image: url("../../assets/images/Industry_nav_b-9c9315ebfe.png");
}
.main .industry-bg.industry-nav .container.nav > .content:nth-child(3) {
  background-image: url("../../assets/images/Industry_nav_c-0b527bc937.png");
}
.main .industry-bg.industry-nav .container.nav > .content:nth-child(4) {
  background-image: url("../../assets/images/Industry_nav_d-4fe282d4d4.png");
  border: 0;
  flex: 0 0 33%;
}
.main section.sub-menu .list {
  padding: 0;
  margin: 0.3rem auto 0 auto;
  box-shadow: 0.01rem 0.01rem 0.08rem 0.01rem rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}
.main section.sub-menu .list .col {
  height: 0.7rem;
  line-height: 0.7rem;
  overflow: hidden;
  border-right: 0.01rem solid #eee;
  text-align: center;
  font-size: 0.24rem;
  font-family: 'SourceHanSans', '黑体', '宋体';
  font-weight: bold;
  color: #006BD2;
  cursor: pointer;
  width: 100%;
}
.main section.sub-menu .list .col.active {
  background: #D1E9FF;
}
.main section.sub-menu .list2 {
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.main section.sub-menu .list2 .col {
  height: 0.05rem;
  width: 100%;
}
.main section.sub-menu .list2 .col > .triangle {
  width: 0px;
  height: 0px;
  border: 0.1rem solid transparent;
  border-top-color: transparent;
  position: relative;
  margin-left: calc(50% - 0.1rem);
  margin-top: -0.02rem;
  display: none;
}
.main section.sub-menu .list2 .col > .triangle::after {
  content: "";
  position: absolute;
  right: -0.1rem;
  top: -0.08rem;
  width: 0px;
  height: 0px;
  border: 0.1rem solid transparent;
  border-top-color: #D1E9FF;
  z-index: 2;
}
.main section.sub-menu .list2 .col.active {
  display: block;
}
.main section.sub-menu .list2 .col.active > .triangle {
  display: block;
}
.main section.intro {
  color: #000;
}
.main section.intro .container {
  padding: 0;
}
.main section.intro .container h1 {
  font-size: 0.48rem;
  font-family: 'SourceHanSans', '黑体', '宋体';
  font-weight: bold;
  color: #333333;
  line-height: 0.72rem;
  margin-top: 0.7rem;
}
.main section.intro .container div.desc {
  font-size: 0.42rem;
  font-family: 'SourceHanSans', '黑体', '宋体';
  font-weight: 400;
  color: #333333;
  line-height: 0.6rem;
  margin: 0rem 0 0.4rem 0;
}
.main section.intro .container .list {
  display: flex;
  margin-bottom: 0.4rem;
}
.main section.intro .container .list .col .box {
  width: 3.86rem;
  height: 3.85rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
  overflow: hidden;
  text-align: center;
  padding: 0.3rem;
  box-shadow: 0.01rem 0.01rem 0.08rem 0.02rem rgba(0, 0, 0, 0.1);
}
.main section.intro .container .list .col .box .img {
  margin-top: 0.4rem;
}
.main section.intro .container .list .col .box .img img {
  width: 0.98rem;
  height: 0.98rem;
}
.main section.intro .container .list .col .box h3 {
  font-size: 0.24rem;
  font-family: 'SourceHanSans', '黑体', '宋体';
  font-weight: 400;
  color: #333333;
  margin: 0.2rem 0;
}
.main section.intro .container .list .col .box p.des {
  font-size: 0.16rem;
  font-family: 'SourceHanSans', '黑体', '宋体';
  font-weight: 400;
  color: #666666;
  line-height: 0.28rem;
  text-align: left;
}
.main section.case .div-bg {
  background-image: url("../../assets/images/Industry_about_Bg01-f8a9c358a3.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 6.6rem;
}
.main section.case .div-bg.div-bg10 {
  background-image: url("../../assets/images/industry/bg_0-e5d3375859.png");
}
.main section.case .div-bg.div-bg1 {
  background-image: url("../../assets/images/industry/bg_1-b124df2383.png");
}
.main section.case .div-bg.div-bg2 {
  background-image: url("../../assets/images/industry/bg_2-800ddc81af.png");
}
.main section.case .div-bg.div-bg3 {
  background-image: url("../../assets/images/industry/bg_3-d99b84736b.png");
}
.main section.case .div-bg h2 {
  color: #fff;
  margin: 0.4rem 0 0.28rem 0;
}
.main section.case .div-bg .desc {
  font-size: 0.32rem;
  font-family: 'SourceHanSans', '黑体', '宋体';
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.32rem;
  margin-bottom: 0.29rem;
}
.main section.case .div-bg .desc span {
  font-size: 0.26rem;
}
.main section.case .div-bg .box {
  width: 5.06rem;
  height: 4.17rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
  overflow: hidden;
  cursor: pointer;
}
.main section.case .div-bg .box div.h5 {
  padding: 0 0.2rem;
}
.main section.case .div-bg .swiper {
  margin-left: 0.5rem;
  --swiper-navigation-size: 0.32rem;
}
.main section.case .div-bg .swiper-button-prev {
  border: 0.03rem solid #fff;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  left: var(--swiper-navigation-sides-offset, -0.3rem);
  top: var(--swiper-navigation-top-offset, 70%);
}
.main section.case .div-bg .swiper-button-prev::after {
  color: #fff;
  font-size: 0.28rem !important;
}
.main section.case .div-bg .swiper-button-next {
  border: 0.03rem solid #fff;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  right: var(--swiper-navigation-sides-offset, -0.4rem);
  top: var(--swiper-navigation-top-offset, 70%);
}
.main section.case .div-bg .swiper-button-next::after {
  color: #fff;
  font-size: 0.28rem !important;
}
.main section.effect .div-bg {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 12rem;
}
.main section.effect .div-bg h2 {
  margin: 0.5rem 0 0rem 0;
}
.main section.effect .div-bg .list .col {
  width: 11.99rem;
  height: 1.6rem;
  background: #F4F8FB;
  box-shadow: 0.01rem 0.06rem 0.16rem 0.01rem rgba(3, 0, 0, 0.1);
  border-radius: 0.1rem;
  font-size: 0.24rem;
  font-family: 'SourceHanSans', '黑体', '宋体';
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  cursor: pointer;
  margin-top: 0.3rem;
}
.main section.effect .div-bg .list .col .box {
  background-image: url(../../assets/images/Industry_effect_rightbg-b0390b1dcd.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 0.4rem 0 0 0.56rem;
}
.main section.effect .div-bg .list .col .box .img {
  background-image: url(../../assets/images/Industry_yyxg_icon-f1ee5a7e6e.png);
  background-position: 0.03rem 0.01rem;
  background-repeat: no-repeat;
  background-size: 0.46rem;
  display: inline-block;
  width: 0.56rem;
  height: 0.76rem;
}
.main section.effect .div-bg .list .col .box .desc-box {
  display: inline-block;
  overflow: hidden;
}
.main section.effect .div-bg .list .col .box .desc-box .h5 {
  width: 10rem;
}
.main section.effect .div-bg .khs {
  margin: 1.5rem 0;
  width: 12rem;
  white-space: nowrap;
}
.main section.effect .div-bg .khs .title {
  font-size: 0.32rem;
  font-family: 'SourceHanSans', '黑体', '宋体';
  font-weight: 400;
  color: #333333;
  background-image: url(../../assets/images/Industry_khs_icon-11a546397a.png);
  background-position: 0 0.61rem;
  background-repeat: no-repeat;
  background-size: 1.28rem 0.83rem;
  width: 1.5rem;
  height: 1.6rem;
  padding: 0 0 0 0.5rem;
}
.main section.effect .div-bg .khs > div {
  display: inline-block;
  overflow: hidden;
}
.main section.effect .div-bg .khs .r-box div.col {
  float: left;
}
.main section.effect .div-bg .khs .r-box .left {
  display: inline-block;
  overflow: hidden;
  width: 0.4rem;
  height: 1.7rem;
  background-image: url(../../assets/images/Industry-khs_leftbg-689e12cf2c.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 0.4rem 1.7rem;
}
.main section.effect .div-bg .khs .r-box .mid {
  display: inline-block;
  overflow: hidden;
  width: 9.72rem;
  height: 1.7rem;
  background-image: url(../../assets/images/Industry-khs_midbg-c7c35d6076.png);
  background-position: 0;
  background-repeat: repeat-x;
  background-size: 0.01rem 1.7rem;
}
.main section.effect .div-bg .khs .r-box .mid .des {
  white-space: initial;
  font-size: 0.18rem;
  font-family: 'SourceHanSans', '黑体', '宋体';
  font-weight: 400;
  color: #333333;
  line-height: 0.3rem;
  padding: 0.35rem 0.35rem 0.15rem 0.35rem;
}
.main section.effect .div-bg .khs .r-box .mid .list {
  padding-left: 0.35rem;
}
.main section.effect .div-bg .khs .r-box .mid .list .btn1 {
  float: left;
  height: 0.42rem;
  line-height: 0.42rem;
  box-shadow: 0rem 0rem 0rem 0rem rgba(255, 255, 255, 0.84), 0rem 0rem 0rem 0rem rgba(72, 167, 255, 0.14);
  border-radius: 0.21rem;
  text-align: center;
  font-size: 0.18rem;
  font-family: 'SourceHanSans', '黑体', '宋体';
  font-weight: bold;
  color: #5C80B3;
  margin-right: 0.2rem;
  padding: 0 0.23rem;
  background-image: linear-gradient(#d4e6ff, #b4d2ff);
}
.main section.effect .div-bg .khs .r-box .right {
  display: inline-block;
  overflow: hidden;
  width: 0.2rem;
  height: 1.7rem;
  background-image: url(../../assets/images/Industry-khs_rightbg-5843b424d8.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 0.2rem 1.7rem;
}
@media (max-width: 768px) {
  .zt-ph {
    display: block !important;
  }
  .zt-pc {
    display: none !important;
  }
  .main section.sub-menu .list {
    padding: 0;
    margin: 0 auto;
    box-shadow: 0.01rem 0.01rem 0.08rem 0.01rem rgba(0, 0, 0, 0.1);
  }
  .main section.sub-menu .list .col {
    height: 0.7rem;
    line-height: 0.7rem;
    overflow: hidden;
    border-right: 0.01rem solid #eee;
    text-align: center;
    font-size: 0.24rem;
    font-family: 'SourceHanSans', '黑体', '宋体';
    font-weight: bold;
    color: #006BD2;
    cursor: pointer;
  }
  .main section.sub-menu .list .col.active {
    background: #D1E9FF;
  }
  .main section.sub-menu .list2 {
    padding: 0;
    margin: 0 auto;
  }
  .main section.sub-menu .list2 .col {
    height: 0.05rem;
  }
  .main section.sub-menu .list2 .col > .triangle {
    width: 0px;
    height: 0px;
    border: 0.1rem solid transparent;
    border-top-color: transparent;
    position: relative;
    margin-top: 0rem;
    display: none;
  }
  .main section.sub-menu .list2 .col > .triangle::after {
    content: "";
    position: absolute;
    right: -0.1rem;
    top: -0.08rem;
    width: 0px;
    height: 0px;
    border: 0.1rem solid transparent;
    border-top-color: #D1E9FF;
    z-index: 2;
  }
  .main section.sub-menu .list2 .col.active {
    display: block;
  }
  .main section.sub-menu .list2 .col.active > .triangle {
    display: block;
  }
  .main .industry-bg {
    background-image: url("../../assets/images/Industry_about_Bg01-f8a9c358a3.png");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main .industry-bg.industry-nav .container.nav {
    background: #fff;
    text-align: center;
    height: 1.1rem;
    overflow: hidden;
    box-shadow: 0.01rem 0.01rem 0.02rem 0.02rem rgba(3, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 0.2rem 0;
  }
  .main .industry-bg.industry-nav .container.nav > .content {
    display: inline-block;
    color: #333333;
    width: 2.52rem;
    background-image: url("../../assets/images/Industry_nav_a-85aa3dd70b.png");
    background-position: 0.48rem 0.42rem;
    background-repeat: no-repeat;
    background-size: 0.26rem;
    overflow: hidden;
    cursor: pointer;
  }
  .main .industry-bg.industry-nav .container.nav > .content > h1 {
    /* margin-top: .10rem; */
    font-size: 0.24rem;
    font-family: 'SourceHanSans', '黑体', '宋体';
    font-weight: 400;
    color: #333333;
    height: 1.1rem;
    line-height: 1.1rem;
  }
  .main .industry-bg.industry-nav .container.nav > .content > .sub-title {
    font-size: 0.24rem;
    font-family: 'SourceHanSans', '黑体', '宋体';
    font-weight: 400;
    color: #fff;
    line-height: 0.3rem;
    margin-top: 0.44rem;
  }
  .main .industry-bg.industry-nav .container.nav > .content.active h1 {
    border-bottom: 0.03rem solid #006BD2;
    color: #0150BB;
    font-size: 0.26rem;
  }
  .main .industry-bg.industry-nav .container.nav > .content:nth-child(1) {
    background-position: 0.52rem 0.42rem;
  }
  .main .industry-bg.industry-nav .container.nav > .content:nth-child(2) {
    background-image: url("../../assets/images/Industry_nav_b-9c9315ebfe.png");
  }
  .main .industry-bg.industry-nav .container.nav > .content:nth-child(3) {
    background-image: url("../../assets/images/Industry_nav_c-0b527bc937.png");
  }
  .main .industry-bg.industry-nav .container.nav > .content:nth-child(4) {
    background-image: url("../../assets/images/Industry_nav_d-4fe282d4d4.png");
    border: 0;
    flex: 0 0 28%;
  }
  .main .industry-bg.industry-nav .container.nav > .content:nth-child(4) h1 {
    line-height: 0.35rem;
    padding-top: 0.15rem;
  }
  .main section.intro .container h1 {
    padding-left: 0.41rem !important;
    font-size: 0.46rem;
  }
  .main section.intro .container div.desc {
    margin: 0.02rem 0 !important;
    padding: 0 0.41rem !important;
    font-size: 0.36rem;
  }
  .main section.intro .container .list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 7.38rem;
    margin: 0;
  }
  .main section.intro .container .list .col .box {
    width: 100% !important;
    height: 100% !important;
  }
  .main section.intro .container .list .col .box h3 {
    font-size: 0.26rem;
    text-align: left;
    color: #333333;
    font-weight: bold;
  }
  .main section.intro .container .list .col .box p.des {
    font-size: 0.24rem;
    color: #666666;
  }
  .main section.case .div-bg {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 8rem;
  }
  .main section.case .div-bg.div-bg10 {
    background-image: url("../../assets/images/industry/bg_0-e5d3375859.png");
  }
  .main section.case .div-bg.div-bg1 {
    background-image: url("../../assets/images/industry/bg_1-b124df2383.png");
  }
  .main section.case .div-bg.div-bg2 {
    background-image: url("../../assets/images/industry/bg_2-800ddc81af.png");
  }
  .main section.case .div-bg.div-bg3 {
    background-image: url("../../assets/images/industry/bg_3-d99b84736b.png");
  }
  .main section.case .div-bg h2 {
    margin: 0.7rem 0 0 0 !important;
  }
  .main section.case .div-bg div.h5 {
    font-size: 0.24rem;
    padding: 0 0.2rem;
  }
  .main section.case .div-bg .desc {
    margin-bottom: 0 !important;
  }
  .main section.effect .div-bg {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
  }
  .main section.effect .div-bg h2 {
    margin: 0.5rem 0 0rem 0;
  }
  .main section.effect .div-bg .list {
    display: flex;
    flex-direction: column;
    margin: 0 0.01rem;
  }
  .main section.effect .div-bg .list .col {
    width: 11.99rem;
    height: 2rem;
    background: #F4F8FB;
    box-shadow: 0.01rem 0.06rem 0.16rem 0.01rem rgba(3, 0, 0, 0.1);
    border-radius: 0.1rem;
    font-size: 0.24rem;
    font-family: 'SourceHanSans', '黑体', '宋体';
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    cursor: pointer;
    margin-top: 0.3rem;
  }
  .main section.effect .div-bg .list .col .box {
    background-image: url(../../assets/images/Industry_effect_rightbg-b0390b1dcd.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .main section.effect .div-bg .list .col .box .img {
    background-image: url(../../assets/images/Industry_yyxg_icon-f1ee5a7e6e.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.46rem;
    display: inline-block;
    width: 0.56rem;
    height: 0.76rem;
  }
  .main section.effect .div-bg .list .col .box .desc-box {
    display: inline-block;
    overflow: hidden;
  }
  .main section.effect .div-bg .list .col .box .desc-box h3 {
    font-size: 0.26rem;
    font-weight: bold;
  }
  .main section.effect .div-bg .list .col .box .desc-box .h5 {
    width: 5rem;
    font-size: 0.24rem;
    margin: 0.12rem 0 0 0;
    line-height: 0.32rem;
  }
  .main section.effect .div-bg .khs {
    margin: 1.5rem 0;
    width: 12rem;
    white-space: nowrap;
  }
  .main section.effect .div-bg .khs .title {
    font-size: 0.32rem;
    font-family: 'SourceHanSans', '黑体', '宋体';
    font-weight: 400;
    color: #333333;
    background-image: url(../../assets/images/Industry_khs_icon-11a546397a.png);
    background-position: 0 0.61rem;
    background-repeat: no-repeat;
    background-size: 1.28rem 0.83rem;
    width: 1.5rem;
    height: 1.6rem;
    padding: 0 0 0 0.5rem;
  }
  .main section.effect .div-bg .khs > div {
    display: inline-block;
    overflow: hidden;
  }
  .main section.effect .div-bg .khs .r-box div.col {
    float: left;
  }
  .main section.effect .div-bg .khs .r-box .left {
    display: inline-block;
    overflow: hidden;
    width: 0.4rem;
    height: 1.7rem;
    background-image: url(../../assets/images/Industry-khs_leftbg-689e12cf2c.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 0.4rem 1.7rem;
  }
  .main section.effect .div-bg .khs .r-box .mid {
    display: inline-block;
    overflow: hidden;
    width: 9.72rem;
    height: 1.7rem;
    background-image: url(../../assets/images/Industry-khs_midbg-c7c35d6076.png);
    background-position: 0;
    background-repeat: repeat-x;
    background-size: 0.01rem 1.7rem;
  }
  .main section.effect .div-bg .khs .r-box .mid .des {
    white-space: initial;
    font-size: 0.24rem;
    font-family: 'SourceHanSans', '黑体', '宋体';
    font-weight: 400;
    color: #333333;
    line-height: 0.3rem;
    padding: 0.35rem 0.35rem 0.15rem 0.35rem;
  }
  .main section.effect .div-bg .khs .r-box .mid .list {
    padding-left: 0.35rem;
    display: block;
  }
  .main section.effect .div-bg .khs .r-box .mid .list .btn1 {
    float: left;
    height: 0.42rem;
    line-height: 0.42rem;
    box-shadow: 0rem 0rem 0rem 0rem rgba(255, 255, 255, 0.84), 0rem 0rem 0rem 0rem rgba(72, 167, 255, 0.14);
    border-radius: 0.21rem;
    text-align: center;
    font-size: 0.24rem;
    font-family: 'SourceHanSans', '黑体', '宋体';
    font-weight: bold;
    color: #5C80B3;
    margin-right: 0.2rem;
    padding: 0 0.23rem;
    background-image: linear-gradient(#d4e6ff, #b4d2ff);
  }
  .main section.effect .div-bg .khs .r-box .right {
    display: inline-block;
    overflow: hidden;
    width: 0.2rem;
    height: 1.7rem;
    background-image: url(../../assets/images/Industry-khs_rightbg-5843b424d8.png);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 0.2rem 1.7rem;
  }
  .carousel-inner div.item a {
    height: 4.2rem !important;
  }
  section.effect .div-bg h2 {
    margin: 0.3rem 0 0rem 0 !important;
  }
  section.effect .div-bg .list .col {
    width: 100% !important;
  }
  section.effect .div-bg .list .col .box .img {
    height: 1rem !important;
    margin-right: 0.2rem !important;
    width: 50px !important;
  }
  section.effect .div-bg .list .col .box .desc-box .h5 {
    width: 5rem !important;
  }
  .text-overflow {
    white-space: pre-wrap !important;
  }
  section.effect .div-bg .khs {
    margin: 0.47rem 0 !important;
    width: 100% !important;
  }
  section.effect .div-bg .khs .list {
    display: block;
  }
  div.solutions .row div.item a span {
    font-size: 10px !important;
    margin-top: 0 !important;
  }
  div.solutions .row div.item a p {
    font-size: 12px !important;
    margin-top: 0 !important;
  }
  div.solutions .row .icon {
    height: 20px !important;
    width: 20px !important;
  }
  .solutionv2 .div-bg .row .item a {
    width: initial !important;
    padding: 0.1rem 0 0 0.21rem !important;
    margin: 0 !important;
  }
  .solutionv2 .div-bg {
    height: 100% !important;
    padding-top: 0.4rem !important;
  }
  .solutionv2 div.solutions .row div.item {
    height: 1.5rem !important;
    margin-bottom: 0px !important;
    padding: 2px 5px !important;
  }
  section.effect .div-bg .khs > div {
    height: 4rem !important;
  }
  section.effect .div-bg .khs .r-box .mid {
    height: 4rem !important;
    width: 5.1rem !important;
    background: #DAEBFF !important;
    position: relative !important;
    left: -10px !important;
    border-radius: 0.15rem;
  }
  .carousel-indicators {
    bottom: 38px !important;
  }
}
