body{
  margin: 0;
}
/*页面bannner*/
.ht-banner{
  width: 100%;
  position: relative;
}
.ht-banner>img{
  width: 100%;
  height: 100%;
}
.banner-box{
  position: absolute;
  bottom: 45%;
  left: 15%;
}
.banner-title{
  line-height: 48px;
  font-size: 48px;
  color: #FFFFFF;
  padding-bottom: 28px;
}
.banner-subtitle{
  font-size: 24px;
  color: #FFFFFF;
}
@media (max-width: 576px){
  .banner-box{
    position: absolute;
    bottom: 30%;
    left: 20px;
  }
  .banner-title{
    line-height: 16px;
    font-size: 16px;
    color: #FFFFFF;
    padding-bottom: 10px;
  }
  .banner-subtitle{
    font-size: 12px;
    color: #FFFFFF;
  }
}

.button{
  width: 120px;
  height: 38px;
  border-radius: 28px;
  color: #FFFFFF;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}
.button-transparent{
  width: 170px;
  height: 45px;
  border: 0;
  font-size: 18px;
  backdrop-filter: blur(4px);
  background: rgba(255,255,255,0.2);
  box-shadow: 0 0 10px 5px rgba(0,0,0,0.07);
}
.button-primary{
  width: 120px;
  height: 38px;
  color: #3D6EFF;
  border: 1px solid #3D6EFF;
  font-size: 14px;
}
.fullPage{
  overflow: hidden;
  background: #f9f9fa;
}
/*轮播图样式*/
.carousel-item>img{
  height: 100vh!important;
  object-fit: cover;
}
.carousel-icon{
  width: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 15;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.carousel-icon>img{
  width: 20px;
  height: 20px;
}
.carousel-box{
  width: 100%;
  position: absolute;
  top: 35%;
  color: #ffffff;
}
.carousel-content{
  margin: 0 auto;
  color: #FFFFFF;
}
.carousel-title{
  font-size: 50px;
  line-height: 50px;
  text-shadow: 0 0 50px rgba(0,0,0,0.2);
  margin-bottom: 38px;
  letter-spacing: 5px;
}
.carousel-subtitle{
  font-size: 20px;
  line-height: 20px;
  text-shadow: 0 0 50px rgba(0,0,0,0.2);
  margin-bottom: 68px;
}
.carousel-button-box{
  display: flex;
}
/*DTMP平台样式*/
.custom-title{
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  color: #272727;
  line-height: 28px;
  padding: 45px 0 60px 0;
}
.custom-subtitle{
  text-align: center;
  font-size: 16px;
  color: #525355;
  line-height: 16px;
  padding-bottom: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-subtitle a{
  color: #3D6EFF;
}
.dtp-box{
  background: #EEF4FF;
}
.dtp-title{
  padding: 90px 0 14px 0;
}
.dtp-subtitle{
  padding: 0 0 20px 0;
  font-size: 16px;
  color: #000000;
  line-height: 16px;
}
.dtp-content{
  padding: 0 90px 40px 90px;
  line-height: 26px;
}
.dtp-classify{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.dtp-classify-item{
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  text-align: center;
  min-height: 300px;
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.dtp-classify-item:nth-child(1){
  background: url(../image/index/platform/platform-bac1.png?v=20241001) no-repeat center center;
}
.dtp-classify-item:nth-child(2){
  background: url(../image/index/platform/platform-bac2.png?v=20241001) no-repeat center center;
}
.dtp-classify-item:nth-child(3){
  background: url(../image/index/platform/platform-bac3.png?v=20241001) no-repeat center center;
}
.dtp-classify-item:nth-child(4){
  background: url(../image/index/platform/platform-bac4.png?v=20241001) no-repeat center center;
}
.dtp-classify-item:nth-child(5){
  background: url(../image/index/platform/platform-bac5.png) no-repeat center center;
}
.dtp-classify-item:last-child{
  margin-right: 0;
}
.classify-item-title{
  padding-bottom: 24px;
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
}
/*产品服务*/
.product-service-box{
  background: #FFFFFF;
}
.product-title{
  padding: 60px 0 14px 0;
}
.product-service{
  padding: 30px 0 50px 0;
}
.product-box{
  display: flex;
  flex-wrap: wrap;
}
.product-box1,.product-box3,.product-box4,.product-box5,.product-box6,.product-box7{
  display: none;
}
.product-service-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 30px ) / 4);
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background: linear-gradient(360deg, #FFFFFF 0%, #F5F9FF 100%);
  box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.04);
  transition: transform .3s ease-out;
}
.product-service-item:nth-child(4n){
  margin-right: 0;
}
.product-service-item>img{
  width: 105px;
  height: 107px;
}
.service-item-title{
  font-size: 16px;
  line-height: 16px;
}
.service-more{
  opacity: 0;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 12px;
  cursor: pointer;
}
.service-more a:hover {
  color: #fff;
}
.product-service-item:hover{
  background:url(../image/index/product/product-active.png) no-repeat center center;
  background-size: cover;
  box-shadow: 0 0 0 0;
  transform: translate3d(0,-12px,0);
}
.product-service-item:hover:after  {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 12px;
}
.product-service-item:hover img{
  opacity: 0;
}
.product-service-item:hover .service-item-title{
  color: #FFFFFF;
  transform: translate3d(0,-72px,0);
  transition: opacity .3s ease-out;
}
.product-service-item:hover .service-more{
  opacity: 1;
  color: #FFFFFF;
  transform: translate3d(0,-32px,0);
  transition: opacity .3s ease-out;
}
/*四大平台*/
.platform-box{
  width: 100%;
  background: #eef4ff;
  padding-bottom: 45px;
}
.platform-main{
  display: flex;
  align-items: flex-start;
}
.platform-title-img{
  width: 30%;
  display: flex;
  flex-direction: column;
}
.platform-title-box{
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: width 2s ease-in-out;
  -moz-transition:width 2s ease-in-out; /* Firefox 4 */
  -webkit-transition:width 2s ease-in-out; /* Safari and Chrome */
  -o-transition:width 2s ease-in-out; /* Opera */
}
.platform-title-box:active{
  transform: scale(1.1);
}
.platform-title-box-active>div{
  color: #ffffff;
}
.title-img{
  width: 100%;
  background-size: 100% 100%;
  transition: transform 2s ease-in-out;
  -moz-transition:transform 2s ease-in-out; /* Firefox 4 */
  -webkit-transition:transform 2s ease-in-out; /* Safari and Chrome */
  -o-transition:transform 2s ease-in-out; /* Opera */
}
.platform-title{
  position: absolute;
  left: 45%;
  top: 14%;
  font-size: 17px;
  color: #a3bbff;
  line-height: 24px;
}
.platform-title-box:hover>div{
  color: #FFFFFF;
}
.platform-content{
  flex: 1;
  margin: 40px 50px 0 40px;
}
.platform-content a:hover,.custom-subtitle a:hover{
  color: #3D6EFF;
}
.platform-content-title{
  font-size: 24px;
  color: #272727;
  line-height: 28px;
}
.platform-content-line{
  width: 48px;
  height: 4px;
  background: #333333;
  margin: 24px 0 44px 0;
}
.platform-content-msg{
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 50px;
}
.platform-content-msg li{
  list-style: disc;
  margin-left: 15px;
  min-height: 145px;
}
.platform-img-box{
  width: 40%;
  padding-right: 15%;
}
.platform-img{
  width: 100%;
  overflow: hidden;
}
/*数字华腾*/
.number-box{
  width: 100%;
  height: 261px;
  background: url("../image/index/number/numberBac.png") no-repeat;
  background-size: 100% 100%;
}
.number-content{
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.number-title>div{
  color: #ffffff;
}
.number-msg{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
}
.number-msg-piece{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.number-digit{
  font-size: 28px;
  color: #FFFFFF;
  line-height: 28px;
}
.num-year{
  font-size: 16px;
}
.number-text{
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: flex-start;
}
/*服务保障*/
.upgradable-box{
  background: #ffffff;
  padding-bottom: 60px;
}
.upgradable-content{
  display: flex;
  justify-content: space-between;
}
.guarantee-title{
  padding: 60px 0 44px 0;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}
.service-left{
  width: 318px;
  background: url("../image/index/service/service-bac1.png") no-repeat center center;
  background-size: 100% 100%;
  min-height: 293px;
  flex-shrink: 0;
}
.service-left-title{
  padding: 50px 0 0 40px;
  font-size: 24px;
  line-height: 32px;
}
.free-upgrade-box{
  flex: 1;
  background: url("../image/index/service/service-bac2.png") no-repeat center center;
  background-size: 100% 100%;
  min-height: 293px;
  padding: 39px 28px 30px 28px;
}
.upgrade-item{
  width: calc((100% - 100px) / 3);
  margin-right: 50px;
  align-items: flex-start !important;
  padding: 11px 0 30px 0;
}
.upgrade-item:nth-child(3n){
  margin-right: 0;
}
.upgrade-item img{
  width: 32px;
  height: 32px;
}
.upgrade-content{
  display: flex;
  flex-wrap: wrap;
}
.upgrade-item-content{
  margin-left: 16px;
}
.upgrade-item-title{
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  margin-bottom: 8px;
}
.upgrade-item-line{
  width: 20px;
  height: 1px;
  background: #FFFFFF;
}
.upgrade-item-msg{
  margin-top: 9px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
}
/**  经典案例  **/
.case-box{
  margin: 0 auto;
  display: flex;
  padding-bottom: 21px;
}
.case-left{
  position: relative;
  flex: 1;
  padding: 2%;
  background: #ffffff;
  border-radius: 2px;
}
.case-img{
  width: 100%;
  margin-bottom: 2%;
}
.case-icon-img{
  position: absolute;
  bottom: 0;
  right: 0;
}
.case-content{
}
.case-title{
  font-size: 18px;
  color: #272727;
  line-height: 18px;
  margin-bottom: 16px;
  font-weight: bold;
}
.case-subtitle{
  width: 100%;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case-detail{
  display: flex;
  align-items: center;
  padding-top: 5%;
  font-size: 12px;
  color: #3D6EFF;
  line-height: 16px;
  cursor: pointer;
}
.case-right{
  margin-left: 2%;
  width: 30%;
  flex-shrink: 0;
}
.case-right-item>.case-title{
  color: #5c5c5c !important;
}
.case-right-item>.case-subtitle {
  color: #676767 !important;
}
.case-right-item{
  padding: 24px 11px 20px 24px;
  margin-bottom: 20px;
  height: calc((100% - 60px) / 4);
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.02);
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.case-right-item:last-child{
  margin-bottom: 0;
}
.case-right-active{
  background: url("../image/index/case/case-bac.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 2px;
}
.case-right-active>.case-title{
  color: #272727 !important;
}
.case-right-active>.case-subtitle {
  color: #333333 !important;
}
.liMarquee{
  position: relative;
  width: 1260px;
  height: 131px;
  margin: 0 auto;
  overflow:hidden;
}
.liMarquee-wrapper{
  width: 100%;
  height: 100%;
  display: flex;
}
.liMarquee-slide{
  width: 158px;
  height: 131px;
  float: left;
}
.str_move{
  display: flex !important;
}
.liMarquee-slide-img{
  width: 100%;
  height: 100%;
}
.liMarquee-vague{
  width: 5%;
  height: 100%;
  background: #f9f9fa;
  filter: blur(8px);
  position: absolute;
  left: -20px;
  z-index: 9;
  display: block;
}
.liMarquee-vague1{
  width: 5%;
  height: 100%;
  background: #f9f9fa;
  filter: blur(8px);
  position: absolute;
  right: -20px;
  z-index: 9;
  display: block;
}
/*最新动态*/
.news{
  background: url("../image/index/news/news-bac.png") no-repeat;
  background-size: 100% 100%;
}
.news-box{
  margin: 0 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.news-item{
  position: relative;
  width: calc((100% - 48px) / 4);
  min-height: 300px;
  margin-top: 12px;
  margin-right: 16px;
  height: 100%;
  transition: all .3s ease-in-out;
  cursor: pointer;
}
.news-item:nth-child(4n){
  margin-right: 0;
}
.news-item:hover{
  transform: translate3d(0,-12px,0);
}
.news-active{
  width: 40%;
  transform: translate3d(0,-12px,0);
}
.news-item>img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 2px;
}
.news-content{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 24px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
  border-radius: 0 0 2px 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.news-title{
  font-size: 18px;
  color: #FFFFFF;
  line-height: 18px;
  margin-bottom: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;

}
.news-other{
  font-size: 14px;
  color: #FFFFFF;
  line-height: 14px;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 1200px){
  .carousel-item>img{
    height: 100% !important;
  }
  .liMarquee{
    width: 80%;
  }
  .platform-title-img{
    width: 35%;
  }
  .platform-img-box {
    width: 35%;
    padding-right: 10%;
  }
}
@media (max-width: 992px){
  .news-box{
    height: auto;
    flex-wrap: wrap;
  }
  .news-item{
    position: relative;
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
    margin-bottom: 20px;
    height: 100%;
    transition: all .3s ease-in-out;
    cursor: pointer;
  }
  .news-item:nth-child(4n){
    margin-right: 16px;
  }
  .news-item:nth-child(2n){
    margin-right: 0;
  }
  .news-item:hover{
    transform: translateY(0px);
  }
  .news-active{
    width: calc((100% - 16px) / 2);
    transform: translateY(0px);
  }
  .carousel-item>img{
    height: 100% !important;
  }
  .carousel-title{
    font-size: 32px;
    margin-bottom: 32px;
  }
  .carousel-subtitle{
    font-size: 18px;
    margin-bottom: 45px;
  }
  .button-transparent{
    width: 155px;
    height: 40px;
    font-size: 16px;
  }
  .liMarquee{
    width: 85%;
    height: 66px;
  }

  .liMarquee-slide{
    width: 79px;
    height: 66px;
  }
  .platform-img-box {
    width: 30%;
    padding-right: 5%;
  }
  .platform-main{
    display: flex;
    flex-direction: column;
  }
  .platform-title-img{
    width: 100%;
    display: none;
  }
  .platform-content-msg{
    margin-bottom: 0;
  }
  .platform-content-msg li{
    list-style: none;
    text-align: center;
    font-size: 12px;
    min-height: auto;
  }
  .platform-img {
    width: 60%;
    margin: 0 auto;
  }
  .platform-content{
    display: block !important;
  }
  .platform-img-box{
    display: none;
  }
  .button-primary{
    margin: 0 auto;
  }
  .platform-content-title{
    text-align: center;
  }
  .platform-content-line{
    margin: 24px auto 16px auto;
  }
  /*解决方案*/
  .platform-content{
    display: block !important;
    margin: 8px 23px 14px 23px;
  }
  .platform-content-title{
    font-size: 16px;
    text-align: center;
  }
  .platform-content-line{
    margin: 12px auto 10px auto;
    height: 2px;
  }
  .platform-content-msg{
    margin-bottom: 0;
  }
  .button-primary{
    margin: 0 auto;
    width: 96px;
    height: 28px;
    font-size: 12px;
  }
  /*服务保障*/
  .guarantee-title{
    padding: 40px 0 24px 0;
    font-size: 20px;
  }
  .upgradable-content{
    flex-direction: column;
    padding: 0 !important;
    max-width: 100% !important;
  }
  .service-left{
    width: auto;
    background: url("../image/index/service/service-mobile-bac1.png") no-repeat center center;
    background-size: 100% 100%;
    min-height: 60px;
  }
  .service-left-title{
    font-size: 16px;
    line-height: 16px;
    padding: 22px 0 0 16px;
  }
  .free-upgrade-box{
    padding: 32px 16px;
    background: linear-gradient(337deg, #4870E5 0%, #355DD2 100%);
  }
  .upgrade-item{
    width: calc((100% - 39px) / 2);
    margin-right: 39px;
  }
  .upgrade-item:nth-child(3n){
    margin-right: 39px;
  }
  .upgrade-item:nth-child(2n){
    margin-right: 0;
  }
}
/**  ipad  **/
@media (max-width: 768px){
  .carousel-item>img{
    height: 100% !important;
  }
  .carousel-title{
    font-size: 24px;
    margin-bottom: 14px;
  }
  .carousel-subtitle{
    font-size: 16px;
    margin-bottom: 28px;
  }
  .custom-title{
    font-size: 20px;
    padding: 90px 0 8px 0;
  }
  .custom-subtitle{
    font-size: 12px;
    padding-bottom: 24px !important;
  }
  .dtp-subtitle{
    font-size: 12px;
    padding: 8px 0;
  }
  .dtp-content{
    font-size: 12px;
    padding: 0 7px 8px 7px;
  }
  .button-transparent{
    font-size: 16px;
  }
  .carousel-icon>img{
    width: 16px;
    height: 16px;
  }
  .carousel-indicators{
    margin-right: 10% !important;
    margin-left: 10% !important;
  }
  .button-transparent{
    width: 120px;
    height: 38px;
    font-size: 14px;
  }
  .product-item{
    width: calc((100% - 16px) / 2);
  }
  .product-item:nth-child(2n){
    margin-right: 0;
  }
  .product-horizontal-item{
    width: 100%;
  }
  .liMarquee{
    width: 90%;
  }
  .news-item{
    width: 100%;
    margin-right: 0 !important;
  }
  /*用户案例*/
  .case-box{
    flex-direction: column-reverse;
    max-width: 100% !important;
  }
  .case-right{
    width: 100%;
    height: 100%;
    display: flex;
    margin-left: 0;
  }
  .case-right-item{
    flex: 1;
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
    height: auto;
  }
  .case-right-item:nth-child(4n){
    margin-right: 0;
  }
  .case-right-item:last-child{
    margin-bottom: 16px;
  }
  .product-service-item>img {
    width: 55px;
    height: 57px;
  }

}
/**  phone  **/
@media (max-width: 576px){
  .platform-img {
    width: 80%;
    margin: 0 auto;
  }
  .carouselExampleIndicators-box{
    position: relative;
    top: 50px;
    margin-bottom: 50px;
  }
  .carousel-item>img{
    height: 240px !important;
  }
  .carousel-icon{
    display: none;
  }
  .carousel-title{
    text-align: center;
  }
  .carousel-subtitle{
    font-size: 12px;
    text-align: center;
  }
  .custom-title {
    font-size: 20px;
    padding: 40px 0 8px 0 !important;
  }
  .liMarquee{
    width: 100%;
  }
  .liMarquee-vague,.liMarquee-vague1{
    width: 10%;
    filter: blur(6px);
  }
  .dtp-classify{
    padding-bottom: 32px;
  }
  .dtp-classify-item{
    width: calc((100% - 15px) / 2);
    min-height: 60px;
    margin : 0 15px 15px 0;
    justify-content: flex-start;
  }
  .dtp-classify-item:nth-child(2n){
    margin-right: 0;
  }
  .dtp-classify-item:nth-child(1){
    background: url(../image/index/platform/mobile/platform-bac1.png) no-repeat center center;
  }
  .dtp-classify-item:nth-child(2){
    background: url(../image/index/platform/mobile/platform-bac2.png) no-repeat center center;
  }
  .dtp-classify-item:nth-child(3){
    background: url(../image/index/platform/mobile/platform-bac3.png) no-repeat center center;
  }
  .dtp-classify-item:nth-child(4){
    background: url(../image/index/platform/mobile/platform-bac4.png) no-repeat center center;
  }
  .dtp-classify-item:nth-child(5){
    background: url(../image/index/platform/mobile/platform-bac5.png) no-repeat center center;
  }
  .classify-item-title{
    font-size: 12px;
    padding: 20px 8px;
  }
  /*产品服务*/
  .product-service{
    padding: 32px 0 20px 0;
  }
  .product-service-item{
    width: calc((100% - 9px) / 2);
    margin: 0 9px 12px 0;
    padding: 0;
  }
  .product-service-item:nth-child(2n){
    margin-right: 0;
  }
  .product-service-item {
    flex-direction: row;
  }
  .service-item-title{
    font-size: 12px;
  }
  .product-service-item>img{
    width: 60px;
    height: 62px;
  }
  .service-more{
    display: none;
  }
  .product-service-item:hover .service-more{
    display: block;
  }
  .product-service-item:hover{
    flex-direction: column;
  }
  .product-service-item:hover{
    height: 60px;
  }
  .product-service-item:hover .service-item-title {
    transform: translate3d(0,-50px,0);
  }
  .product-service-item:hover .service-more {
    transform: translate3d(0,-40px,0);
  }
  /*数说华腾*/
  .number-box{
    height: 258px;
    background: url(../image/index/number/numberBac1.png) no-repeat;
    background-size: 100% 100%;
  }
  .number-msg{
    padding: 0 25px;
    flex-wrap: wrap;
  }
  .number-msg-piece{
    width: calc((100% - 50px) / 2);
    margin-bottom: 20px;
    margin-right: 50px;
  }
  .number-msg-piece:nth-child(2n){
    margin-right: 0;
  }
  .number-text,.num-year{
    font-size: 12px;
  }
  /*服务保障*/
  .upgrade-item img{
    width: 28px;
    height: 28px;
  }
  .upgrade-item-title{
    font-size: 12px;
  }
  /*用户案例*/
  .case-title{
    font-size: 14px;
    padding: 16px 0 8px 0;
  }
  .case-left{
    padding: 0 0 16px 0;
  }
  .case-right-item{
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .case-right-item:last-child {
    margin-bottom: 10px;
  }
  .case-right-active{
    height: 47px;
  }
  .case-title{
    margin-bottom: 0;
  }
  .case-content>.case-subtitle{
    display: block;
  }
  .case-icon-img{
    width: 82px;
    height: 82px;
    bottom: 35px;
  }
  .case-subtitle{
    display: none;
    font-size: 12px;
    padding: 0 !important;
  }
  .case-content{
    padding: 0 8px;
  }
  .case-detail {
    padding: 0 8px;
    justify-content: flex-end;
  }
  /*最新动态*/
  .news-item{
    min-height: 180px;
    margin: 8px 0;
  }
  .news-content{
    padding: 9px 16px 16px 16px;
  }
  .news-item>img{
    height: 200px;
  }
  .news-title{
    font-size: 14px;
    margin-bottom: 12px;
  }
  .news-other{
    font-size: 12px;
    margin-bottom: 5px;
  }
  .see-content{
    font-size: 14px;
    padding: 16px 0 32px 0 !important;
  }
  .solution-top div{
    padding: 0;
  }
}
