div.product-center-header {
  height: 0;
}
div.product-center-header .header-container {
  box-shadow: none;
}

.product-detail-container {
  width: 100%;
  color: #333333;
  min-width: 1440px;
}
.product-detail-container .swiper-button-disabled {
  opacity: 0;
}
.product-detail-container .product-detail-top {
  background-image: url("../../img/productDetail/product-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 237px;
}
.product-detail-container .product-detail-top-title {
  font-size: 44px;
  font-weight: bold;
  color: #191919;
  margin-bottom: 35px;
}
.product-detail-container .product-detail-top-desc {
  font-size: 18px;
  color: #595959;
  text-align: center;
  line-height: 29px;
}
.product-detail-container .pain-points {
  height: 60px;
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-container .pain-points .pain-points-item {
  line-height: 60px;
  font-size: 16px;
  color: #000000;
  width: 200px;
  text-align: center;
  cursor: pointer;
}
.product-detail-container .pain-points .pain-points-item-active {
  background-color: #fff;
  position: relative;
}
.product-detail-container .pain-points .pain-points-item-active:after {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 2px;
  background-color: #E91717;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.product-detail-container .pain-points-explain {
  height: 212px;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
  text-align: center;
  padding: 30px 0;
}
.product-detail-container .pain-points-explain:after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #E91717;
  left: 50%;
  transform: translateX(-50%);
  bottom: 52px;
}
.product-detail-container .pain-points-explain .pain-points-explain-title {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
}
.product-detail-container .pain-points-banner-swiper {
  height: 382px;
  padding: 0 56px;
  position: relative;
  width: 1200px;
  min-width: 1200px;
  max-width: 1200px;
}
.product-detail-container .pain-points-banner-swiper .swiper {
  height: 100%;
}
.product-detail-container .pain-points-banner-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-container .pain-points-banner-swiper .swiper-slide .swiper-slide-item {
  text-align: center;
  border-right: 1px solid #E5E5E5;
  width: 325px;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 382px;
  padding-top: 76px;
}
.product-detail-container .pain-points-banner-swiper .swiper-slide .swiper-slide-item:last-child {
  border-right: none;
}
.product-detail-container .pain-points-banner-swiper .swiper-button-next {
  width: 40px;
  right: -60px;
}
.product-detail-container .pain-points-banner-swiper .swiper-button-next:after {
  content: "";
  background-image: url("../../img/home-img/right-icon.png");
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-detail-container .pain-points-banner-swiper .swiper-button-prev {
  width: 40px;
  left: -60px;
}
.product-detail-container .pain-points-banner-swiper .swiper-button-prev:after {
  content: "";
  background-image: url("../../img/home-img/left-icon.png");
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-detail-container .product-exhibit {
  background-color: #565656;
  height: 822px;
  display: none;
}
.product-detail-container .product-exhibit .product-exhibit-title {
  font-size: 34px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding: 50px 0;
}
.product-detail-container .product-exhibit .product-exhibit-wrap {
  height: 560px;
  padding: 80px 32px 80px 76px;
  background-color: #fff;
  display: flex;
  width: 1200px;
  min-width: 1200px;
  max-width: 1200px;
}
.product-detail-container .product-exhibit .product-exhibit-left {
  width: 450px;
}
.product-detail-container .product-exhibit .product-exhibit-left .title {
  font-size: 36px;
  font-weight: bold;
  color: #191919;
  margin-bottom: 35px;
}
.product-detail-container .product-exhibit .product-exhibit-left .desc {
  font-size: 18px;
  color: #9C9C9C;
  line-height: 29px;
  position: relative;
}
.product-detail-container .product-exhibit .product-exhibit-left .desc:after {
  content: "";
  display: block;
  position: absolute;
  width: 29px;
  height: 25px;
  top: 0;
  left: -40px;
  background-image: url("../../img/productDetail/core-douhao.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.product-detail-container .product-exhibit .product-exhibit-left .link-text {
  color: #E91717;
  font-size: 14px;
  margin-top: 15px;
  display: inline-block;
}
.product-detail-container .product-exhibit .product-exhibit-right {
  margin-left: 54px;
}
.product-detail-container .product-exhibit .product-exhibit-right img {
  width: 100%;
  height: 100%;
}
.product-detail-container .core-scene-wrap {
  height: 822px;
  background: #565656;
}
.product-detail-container .core-scene-wrap .core-scene-title {
  font-size: 34px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding: 50px 0;
}
.product-detail-container .core-scene-wrap .core-scene-swiper {
  background-color: #fff;
  height: 560px;
  width: 1200px;
  min-width: 1200px;
  max-width: 1200px;
}
.product-detail-container .core-scene-wrap .core-scene-swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  padding: 86px 93px 36px 93px;
}
.product-detail-container .core-scene-wrap .core-scene-swiper .swiper-button-next {
  width: 40px;
  right: 30px;
}
.product-detail-container .core-scene-wrap .core-scene-swiper .swiper-button-next:after {
  content: "";
  background-image: url("../../img/home-img/right-icon.png");
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-detail-container .core-scene-wrap .core-scene-swiper .swiper-button-prev {
  width: 40px;
  left: 27px;
}
.product-detail-container .core-scene-wrap .core-scene-swiper .swiper-button-prev:after {
  content: "";
  background-image: url("../../img/home-img/left-icon.png");
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-detail-container .core-scene-wrap .core-scene-swiper .slide-left {
  flex: 1;
  position: relative;
}
.product-detail-container .core-scene-wrap .core-scene-swiper .slide-left .title {
  font-size: 36px;
  font-weight: bold;
  color: #191919;
  margin-bottom: 35px;
}
.product-detail-container .core-scene-wrap .core-scene-swiper .slide-left .desc {
  font-size: 18px;
  color: #9C9C9C;
  line-height: 29px;
  position: relative;
}
.product-detail-container .core-scene-wrap .core-scene-swiper .slide-left .view-product {
  color: #E91717;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
}
.product-detail-container .core-scene-wrap .core-scene-swiper .core-scene-swiper-pagination {
  left: 97px;
  font-size: 16px;
  width: fit-content;
  bottom: 56px;
}
.product-detail-container .core-functions-crpt {
  height: 634px;
  background-image: url("../../img/productDetail/crpt/core-function-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.product-detail-container .core-functions-crpt .core-functions-title {
  font-weight: bold;
  font-size: 34px;
  color: #333333;
  text-align: center;
  padding: 60px 0 48px 0;
}
.product-detail-container .core-functions-crpt .core-functions-swiper {
  background-color: #fff;
  height: 400px;
  max-width: 1200px;
  width: 1200px;
  min-width: 1200px;
}
.product-detail-container .core-functions-crpt .core-functions-swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  padding: 41px 47px 40px 60px;
}
.product-detail-container .core-functions-crpt .core-functions-swiper .swiper-button-disabled {
  opacity: 1;
}
.product-detail-container .core-functions-crpt .core-functions-swiper .slide-left {
  flex: 1;
  position: relative;
  padding-top: 48px;
}
.product-detail-container .core-functions-crpt .core-functions-swiper .slide-left .title {
  font-weight: bold;
  font-size: 24px;
  color: #191919;
  margin-bottom: 15px;
  position: relative;
}
.product-detail-container .core-functions-crpt .core-functions-swiper .slide-left .title:after {
  content: "";
  display: block;
  position: absolute;
  width: 54px;
  height: 47px;
  left: 0px;
  bottom: 45px;
  background-image: url("../../img/productDetail/douhao.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.product-detail-container .core-functions-crpt .core-functions-swiper .slide-left .desc {
  font-size: 14px;
  color: #9C9C9C;
  line-height: 29px;
}
.product-detail-container .core-functions-crpt .core-functions-swiper .slide-left .view-product {
  color: #E91717;
  font-size: 14px;
  position: absolute;
  bottom: 150px;
}
.product-detail-container .core-functions-crpt .core-functions-swiper .core-functions-button-next {
  width: 49px;
  left: 125px;
  bottom: 124px;
  top: auto;
}
.product-detail-container .core-functions-crpt .core-functions-swiper .core-functions-button-next:after {
  content: "";
  background-image: url("../../img/productDetail/core-right.png");
  width: 49px;
  height: 49px;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-detail-container .core-functions-crpt .core-functions-swiper .core-functions-button-prev {
  width: 49px;
  left: 60px;
  bottom: 124px;
  top: auto;
}
.product-detail-container .core-functions-crpt .core-functions-swiper .core-functions-button-prev:after {
  content: "";
  background-image: url("../../img/productDetail/core-left.png");
  width: 49px;
  height: 49px;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-detail-container .core-functions-crpt .core-functions-swiper .core-swiper-pagination {
  left: 76px;
  font-size: 16px;
  width: fit-content;
  bottom: 67px;
}
.product-detail-container .core-functions {
  height: 822px;
  background: #565656;
}
.product-detail-container .core-functions-title {
  font-size: 34px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding: 50px 0;
}
.product-detail-container .core-functions .core-functions-swiper {
  background-color: #fff;
  height: 560px;
  max-width: 1200px;
  width: 1200px;
  min-width: 1200px;
}
.product-detail-container .core-functions .core-functions-swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  padding: 80px 32px 80px 76px;
}
.product-detail-container .core-functions .core-functions-swiper .swiper-button-disabled {
  opacity: 1;
}
.product-detail-container .core-functions .core-functions-swiper .slide-left {
  flex: 1;
}
.product-detail-container .core-functions .core-functions-swiper .slide-left .title {
  font-size: 36px;
  font-weight: bold;
  color: #191919;
  margin-bottom: 35px;
}
.product-detail-container .core-functions .core-functions-swiper .slide-left .desc {
  font-size: 18px;
  color: #9C9C9C;
  line-height: 29px;
  position: relative;
}
.product-detail-container .core-functions .core-functions-swiper .slide-left .desc:after {
  content: "";
  display: block;
  position: absolute;
  width: 29px;
  height: 25px;
  top: 0;
  left: -40px;
  background-image: url("../../img/productDetail/core-douhao.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.product-detail-container .core-functions .core-functions-swiper .core-functions-button-next {
  width: 62px;
  left: 160px;
  bottom: 154px;
  top: auto;
}
.product-detail-container .core-functions .core-functions-swiper .core-functions-button-next:after {
  content: "";
  background-image: url("../../img/productDetail/core-right.png");
  width: 62px;
  height: 62px;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-detail-container .core-functions .core-functions-swiper .core-functions-button-prev {
  width: 62px;
  left: 76px;
  bottom: 154px;
  top: auto;
}
.product-detail-container .core-functions .core-functions-swiper .core-functions-button-prev:after {
  content: "";
  background-image: url("../../img/productDetail/core-left.png");
  width: 62px;
  height: 62px;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-detail-container .core-functions .core-functions-swiper .core-swiper-pagination {
  left: 76px;
  font-size: 16px;
  width: fit-content;
  bottom: 56px;
}
.product-detail-container .product-value {
  background-image: url("../../img/productDetail/product-value-bg.png");
  height: 517px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-bottom: 1px solid #D8D8D8;
}
.product-detail-container .product-value-title {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  height: 134px;
  line-height: 134px;
  text-align: center;
  border-bottom: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
}
.product-detail-container .product-value-list {
  display: flex;
  justify-content: center;
  height: 383px;
  width: 1300px;
  min-width: 1300px;
  max-width: 1300px;
}
.product-detail-container .product-value .product-value-list-item {
  border-right: 1px solid #E5E5E5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  max-width: 304px;
  position: relative;
}
.product-detail-container .product-value .product-value-list-item:last-child {
  border-right: none;
}
.product-detail-container .product-value .product-value-list-item .num {
  font-size: 48px;
  margin-bottom: 22px;
  color: #C72C1D;
  font-weight: bold;
}
.product-detail-container .product-value .product-value-list-item .title {
  font-size: 20px;
}
.product-detail-container .product-value .product-value-list-item .tip {
  position: absolute;
  bottom: 90px;
  font-size: 14px;
  color: #999999;
}
.product-detail-container .service-case {
  background-image: url("../../img/productDetail/server-bg.png");
  height: 840px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.product-detail-container .service-case .service-case-wrap-douhao {
  width: 54px;
  height: 47px;
}
.product-detail-container .service-case .noAutoSwiper {
  width: 100% !important;
}
.product-detail-container .service-case .noAutoSwiper .swiper-wrapper {
  justify-content: flex-start;
}
.product-detail-container .service-case .noAutoSwiper .swiper-slide {
  width: fit-content !important;
  margin-right: 100px;
}
.product-detail-container .service-case-title {
  font-weight: bold;
  font-size: 34px;
  padding: 50px 0;
  text-align: center;
}
.product-detail-container .service-case .service-case-swiper {
  display: flex;
}
.product-detail-container .service-case .service-case-swiper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: fit-content;
}
.product-detail-container .service-case .service-case-swiper .swiper-slide .swiper-slide-active-logo {
  display: none;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.product-detail-container .service-case .service-case-swiper .swiper-slide-active .swiper-slide-active-logo {
  display: block;
}
.product-detail-container .service-case .service-case-wrap {
  min-height: 325px;
  background: #FFFFFF;
  margin-top: 50px;
  margin-bottom: 8px;
  position: relative;
  padding: 80px 60px 60px 60px;
  max-width: 1200px;
  min-width: 1200px;
}
.product-detail-container .service-case .service-case-wrap .title {
  font-size: 18px;
  font-weight: bold;
  color: #191919;
  margin-bottom: 5px;
}
.product-detail-container .service-case .service-case-wrap .desc {
  width: 46%;
  white-space: wrap;
  font-size: 14px;
  color: #666666;
  line-height: 29px;
  margin-bottom: 30px;
}
.product-detail-container .service-case .service-case-wrap .link {
  font-size: 14px;
  color: #E91717;
  position: absolute;
  bottom: 13px;
}
.product-detail-container .service-case .service-case-wrap .service-case-wrap-img {
  width: 688px;
  height: 392px;
  position: absolute;
  z-index: 10;
  top: 59px;
  right: -53px;
  background-image: url("../../img/productDetail/server-bg-img.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.product-detail-container .service-case .service-case-wrap .img-item {
  position: absolute;
  width: 484px;
  height: 292px;
  top: 38px;
  left: 102px;
}
.product-detail-container .service-case .service-case-wrap-douhao {
  width: 54px;
  height: 47px;
  top: 22px;
  left: 60px;
  position: absolute;
  top: 0;
}
