.sameStyle .container {
  width: 1430px;
}
.pain-points {
  padding-bottom: 0;
}
.pain-points .container {
  width: 1120px;
}
.pain-points .content {
  margin-top: -90px;
  font-size: 0;
}
.pain-points .content img {
  width: 100%;
}
.difficulty {
  background-color: #e9edf4;
}
.difficulty h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
}
.difficulty .swiper-box {
  padding: 0 55px 60px;
  position: relative;
}
.difficulty .swiper-box img {
  width: 100%;
}
.difficulty .swiper-box .swiper-container {
  padding: 0;
}
.difficulty .swiper-box .swiper-pagination {
  left: 0;
  bottom: -10px;
  width: 100%;
}
.difficulty .swiper-box .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 19px;
  border-radius: 50%;
  opacity: 1;
  background-color: #fff;
  transition: all 0.3s;
}
.difficulty .swiper-box .swiper-pagination .swiper-pagination-bullet-active {
  width: 70px;
  border-radius: 10px;
  position: relative;
}
.difficulty .swiper-box .swiper-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #0093ec;
  border-radius: 10px;
  animation: bulletprogess 35.2s linear;
}
@keyframes bulletprogess {
  from {
    width: 0px;
  }
  to {
    width: 70px;
  }
}
.advantage ul {
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
  position: relative;
}
.advantage ul li {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  width: calc(20% - 8px);
  margin: 0 4px;
  position: relative;
  background: linear-gradient(to bottom, #cecece, #cdcdcd, #c0c0c0);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
  cursor: pointer;
}
.advantage ul li:nth-of-type(1) {
  width: calc(25% - 8px);
}
.advantage ul li:nth-of-type(2) {
  width: calc(15% - 8px);
}
.advantage ul li.active {
  background: #0093ec;
  color: #fff;
}
.advantage .advantage-list > div {
  display: none;
}
.advantage .advantage-list > div h3 {
  padding: 45px 0 50px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
.advantage .advantage-list > div h4 {
  color: #0093ec;
  font-size: 30px;
  padding-bottom: 35px;
  font-weight: bold;
  text-align: center;
}
.advantage .advantage-list > div dl {
  padding: 30px 0 15px;
  background-color: #f0f4fa;
}
.advantage .advantage-list > div dl dd {
  position: relative;
  line-height: 1.4;
  font-size: 25px;
  padding-left: 34px;
}
.advantage .advantage-list > div dl dd::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('../images/2022/ok-icon.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}
.advantage .advantage-list > div:nth-of-type(1) {
  padding: 0 55px;
}
.advantage .advantage-list > div:nth-of-type(1) .content {
  padding-bottom: 40px;
}
.advantage .advantage-list > div:nth-of-type(1) .content img {
  width: 100%;
}
.advantage .advantage-list > div:nth-of-type(1) dl {
  display: flex;
  flex-wrap: wrap;
}
.advantage .advantage-list > div:nth-of-type(1) dl dd {
  width: calc(50% - 40px);
  margin: 0 20px 15px;
}
.advantage .advantage-list > div:nth-of-type(2) img {
  width: 100%;
}
.advantage .advantage-list > div:nth-of-type(3) .advantage-wrap,
.advantage .advantage-list > div:nth-of-type(4) .advantage-wrap,
.advantage .advantage-list > div:nth-of-type(5) .advantage-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.advantage .advantage-list > div:nth-of-type(3) img,
.advantage .advantage-list > div:nth-of-type(4) img,
.advantage .advantage-list > div:nth-of-type(5) img {
  width: auto;
}
.advantage .advantage-list > div:nth-of-type(3) dl dd,
.advantage .advantage-list > div:nth-of-type(4) dl dd,
.advantage .advantage-list > div:nth-of-type(5) dl dd {
  margin-bottom: 25px;
}
.advantage .advantage-list > div:nth-of-type(3) dl {
  padding: 70px 90px 45px 30px;
  margin-right: 50px;
}
.advantage .advantage-list > div:nth-of-type(4) dl {
  padding: 25px 20px 0px 15px;
  margin-left: 70px;
}
.advantage .advantage-list > div:nth-of-type(5) dl {
  padding: 25px 20px 60px;
  margin-right: 120px;
}
.advantage .advantage-list > div:nth-of-type(5) dl dt {
  font-size: 45px;
  font-weight: bold;
  padding-top: 30px;
  text-align: center;
  color: #0093ec;
}
.scheme-composition {
  background-color: #e9edf4;
}
.scheme-composition img {
  width: auto;
}
.scheme-composition ul {
  display: flex;
}
.scheme-composition ul li {
  flex: 1;
}
.scheme-composition ul li .title {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 1;
}
.scheme-composition ul li .title span {
  color: #fff;
  padding: 10px 35px;
  background-color: #0093ec;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
}
.scheme-composition ul li .title span::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  right: -6px;
  background-color: #0093ec;
}
.scheme-composition ul li .title p {
  color: black;
  padding: 10px 30px;
  background-color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.scheme-composition ul li .title p i {
  font-style: normal;
  color: #0093ec;
}
.scheme-composition ul li .product {
  display: flex;
  justify-content: center;
}
.scheme-composition ul li .product div {
  text-align: center;
  align-self: center;
}
.scheme-composition ul li .product div.add {
  margin: 0 40px;
}
.scheme-composition ul li .product div.add img {
  margin-top: -20px;
}
.scheme-composition ul li .product div h4,
.scheme-composition ul li .product div a {
  display: block;
  margin-top: 15px;
  color: black;
  font-size: 25px;
}
.scheme-composition h3 {
  color: #0093ec;
  font-size: 25px;
  text-align: center;
  padding: 60px 0 40px;
}
.scheme-composition h3 span {
  font-size: 36px;
  font-weight: bold;
}
.scheme-composition dl {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.5;
}
.hardware-product img {
  width: auto;
}
.hardware-product ul {
  display: flex;
  justify-content: center;
}
.hardware-product ul li {
  margin: 0 45px;
}
.hardware-product ul li h3 {
  margin-top: 40px;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
}
.hardware-product ul li h3 span {
  display: block;
}
.hardware-product ul li p {
  font-size: 14px;
  margin-top: 5px;
  text-align: center;
  width: 100%;
}
.hardware-product ul li a {
  color: black;
}
.hardware-product ul li:last-child h3 {
  margin-top: 10px;
}
.hardware-product dl {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -50px -40px;
}
.hardware-product dl dd {
  width: calc(33.333% - 100px);
  margin: 0 50px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.hardware-product dl dd img {
  margin-right: 10px;
}
.hardware-product dl dd h3 {
  font-size: 23px;
  line-height: 1.4;
}
.coustomer-case {
  background-color: #e9edf4;
}
.coustomer-case h3 {
  font-size: 23px;
  margin-bottom: 50px;
  text-align: center;
}
.coustomer-case h3 span {
  color: #00b0f0;
  font-weight: bold;
}
.coustomer-case h3 span i {
  font-weight: normal;
  font-style: normal;
  color: black;
}
.coustomer-case .content {
  display: flex;
}
.coustomer-case .content .img-wrap {
  width: 480px;
  position: relative;
}
.coustomer-case .content .img-wrap p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 23px;
}
.coustomer-case .content .data-wrap {
  background: #fff;
  flex: 1;
  padding: 25px 50px;
  display: flex;
  align-items: center;
}
.coustomer-case .content .data-wrap ul {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}
.coustomer-case .content .data-wrap ul li {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.coustomer-case .content .data-wrap ul li img {
  width: auto;
  margin-right: 5px;
}
.coustomer-case .content .data-wrap ul li h4 {
  font-size: 23px;
}
.coustomer-case .content .data-wrap ul li span {
  font-size: 45px;
  font-weight: bold;
  color: #00b0f0;
}
@media (max-width: 1470px) {
  .sameStyle .container {
    width: 1170px;
  }
  .advantage ul li {
    font-size: 16px;
  }
  .advantage .advantage-list > div dl dd {
    font-size: 22px;
  }
  .advantage .advantage-list > div dl dd::before {
    top: 3px;
  }
  .advantage .advantage-list > div:nth-of-type(4) img {
    width: 718px;
  }
  .coustomer-case .content .data-wrap {
    padding: 20px 30px;
  }
  .coustomer-case .content .data-wrap ul li {
    padding-right: 10px;
  }
  .coustomer-case .content .data-wrap ul li h4 {
    font-size: 20px;
    white-space: nowrap;
  }
  .scheme-composition ul li .product div.add {
    margin: 0 20px;
  }
  .hardware-product ul li {
    margin: 0 30px;
  }
  .hardware-product ul li:nth-of-type(1) img {
    width: 139px;
  }
  .hardware-product ul li:nth-of-type(2) img {
    width: 325px;
  }
  .hardware-product ul li:nth-of-type(3) img {
    width: 363px;
  }
  .hardware-product dl {
    margin-left: -30px;
    margin-right: -30px;
  }
  .hardware-product dl dd {
    width: calc(33.333% - 60px);
    margin: 0 30px 40px;
  }
  .hardware-product dl dd h3 {
    font-size: 20px;
    word-break: break-all;
  }
}
@media (max-width: 1260px) {
  .sameStyle .container {
    width: 970px;
  }
  .difficulty h3 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .difficulty .swiper-box {
    padding: 0 20px 40px;
  }
  .advantage ul li {
    font-size: 12px;
  }
  .advantage .advantage-list > div h3 {
    padding: 25px 0 30px;
    font-size: 24px;
  }
  .advantage .advantage-list > div h4 {
    font-size: 22px;
    padding-bottom: 25px;
  }
  .advantage .advantage-list > div dl {
    padding: 20px 0 10px;
  }
  .advantage .advantage-list > div dl dd {
    font-size: 18px;
    padding-left: 26px;
  }
  .advantage .advantage-list > div dl dd::before {
    width: 16px;
    height: 16px;
  }
  .advantage .advantage-list > div:nth-of-type(1) {
    padding: 0 25px;
  }
  .advantage .advantage-list > div:nth-of-type(1) .content {
    padding-bottom: 30px;
  }
  .advantage .advantage-list > div:nth-of-type(3) dl {
    padding: 35px 40px 25px 15px;
    margin-right: 25px;
  }
  .advantage .advantage-list > div:nth-of-type(3) img {
    width: 500px;
  }
  .advantage .advantage-list > div:nth-of-type(4) dl {
    margin-left: 35px;
  }
  .advantage .advantage-list > div:nth-of-type(4) img {
    width: 550px;
  }
  .advantage .advantage-list > div:nth-of-type(5) dl {
    padding: 25px 20px 40px;
    margin-right: 30px;
  }
  .advantage .advantage-list > div:nth-of-type(5) dl dt {
    font-size: 30px;
    padding-top: 20px;
  }
  .advantage .advantage-list > div:nth-of-type(5) img {
    width: 550px;
  }
  .coustomer-case h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .coustomer-case .content .img-wrap {
    width: 380px;
  }
  .coustomer-case .content .data-wrap {
    padding: 25px 20px;
  }
  .coustomer-case .content .data-wrap ul li {
    margin-bottom: 25px;
  }
  .coustomer-case .content .data-wrap ul li img {
    width: 15px;
  }
  .coustomer-case .content .data-wrap ul li h4 {
    font-size: 18px;
  }
  .coustomer-case .content .data-wrap ul li span {
    font-size: 34px;
  }
}
@media (max-width: 1030px) {
  .sameStyle .container {
    width: 750px;
    padding: 0 8px;
  }
  .pain-points .content {
    margin-top: -40px;
  }
  .difficulty h3 {
    font-size: 22px;
  }
  .difficulty .swiper-box {
    padding: 0 0 40px;
  }
  .advantage ul li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .advantage .advantage-list > div h3 {
    padding: 20px 0 25px;
    font-size: 22px;
  }
  .advantage .advantage-list > div h4 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .advantage .advantage-list > div dl {
    padding: 15px 0 10px;
  }
  .advantage .advantage-list > div dl dd {
    font-size: 14px;
    padding-left: 22px;
  }
  .advantage .advantage-list > div dl dd::before {
    width: 12px;
    height: 12px;
  }
  .advantage .advantage-list > div:nth-of-type(1) {
    padding: 0;
  }
  .advantage .advantage-list > div:nth-of-type(1) .content {
    padding-bottom: 20px;
  }
  .advantage .advantage-list > div:nth-of-type(1) .content img {
    width: 100%;
  }
  .advantage .advantage-list > div:nth-of-type(1) dl dd {
    width: calc(50% - 20px);
    margin: 0 10px 10px;
  }
  .advantage .advantage-list > div:nth-of-type(3) dl dd,
  .advantage .advantage-list > div:nth-of-type(4) dl dd,
  .advantage .advantage-list > div:nth-of-type(5) dl dd {
    margin-bottom: 15px;
  }
  .advantage .advantage-list > div:nth-of-type(3) dl {
    padding: 20px 20px 5px;
    margin-right: 20px;
  }
  .advantage .advantage-list > div:nth-of-type(3) img {
    width: 400px;
  }
  .advantage .advantage-list > div:nth-of-type(4) dl {
    padding: 20px 20px 5px;
    margin-left: 20px;
  }
  .advantage .advantage-list > div:nth-of-type(4) img {
    width: 400px;
  }
  .advantage .advantage-list > div:nth-of-type(5) dl {
    padding: 20px;
    margin-right: 20px;
  }
  .advantage .advantage-list > div:nth-of-type(5) dl dt {
    font-size: 26px;
    padding-top: 15px;
  }
  .advantage .advantage-list > div:nth-of-type(5) img {
    width: 400px;
  }
  .scheme-composition img {
    transform: scale(0.6);
  }
  .scheme-composition ul li {
    width: 50%;
    flex: auto;
  }
  .scheme-composition ul li .title {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .scheme-composition ul li .title span {
    color: #fff;
    padding: 10px 20px;
  }
  .scheme-composition ul li .product {
    display: flex;
    justify-content: center;
  }
  .scheme-composition ul li .product div {
    text-align: center;
    align-self: center;
  }
  .scheme-composition ul li .product div.add {
    margin: 0 10px;
  }
  .scheme-composition ul li .product div.add img {
    margin-top: -20px;
  }
  .scheme-composition ul li .product div h4,
  .scheme-composition ul li .product div a {
    margin-top: 10px;
    font-size: 18px;
  }
  .scheme-composition h3 {
    font-size: 18px;
    padding: 30px 0 20px;
  }
  .scheme-composition h3 span {
    font-size: 26px;
  }
  .scheme-composition dl {
    font-size: 14px;
  }
  .hardware-product ul li {
    margin: 0 15px;
    text-align: center;
    flex: 1;
  }
  .hardware-product ul li h3 {
    font-size: 14px;
  }
  .hardware-product ul li h3 span {
    display: inline;
  }
  .hardware-product ul li p {
    font-size: 12px;
  }
  .hardware-product ul li:nth-of-type(1) img {
    width: 80px;
  }
  .hardware-product ul li:nth-of-type(2) img {
    width: 204px;
  }
  .hardware-product ul li:nth-of-type(3) img {
    width: 226px;
  }
  .hardware-product dl {
    margin: 25px -10px -20px;
  }
  .hardware-product dl dd {
    width: calc(33.333% - 20px);
    margin: 0 10px 20px;
  }
  .hardware-product dl dd img {
    width: 44px;
  }
  .hardware-product dl dd h3 {
    font-size: 16px;
  }
  .coustomer-case h3 {
    font-size: 16px;
  }
  .coustomer-case .content .img-wrap {
    width: 300px;
  }
  .coustomer-case .content .data-wrap ul li {
    margin-bottom: 15px;
  }
  .coustomer-case .content .data-wrap ul li img {
    width: 12px;
  }
  .coustomer-case .content .data-wrap ul li h4 {
    font-size: 14px;
  }
  .coustomer-case .content .data-wrap ul li span {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .sameStyle .container {
    width: 100%;
  }
  .sameStyle .sameTitle {
    font-size: 24px;
  }
  .pain-points .content {
    margin-top: -30px;
  }
  .difficulty h3 {
    font-size: 14px;
  }
  .difficulty .swiper-box {
    padding: 0 0 30px;
  }
  .difficulty .swiper-box .swiper-pagination {
    bottom: 0;
  }
  .difficulty .swiper-box .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 8px;
  }
  .difficulty .swiper-box .swiper-pagination .swiper-pagination-bullet-active {
    width: 60px;
  }
  @keyframes bulletprogess {
    from {
      width: 0px;
    }
    to {
      width: 60px;
    }
  }
  .advantage ul {
    margin-left: -2px;
    margin-right: -2px;
    overflow-x: scroll;
    white-space: nowrap;
    display: block;
  }
  .advantage ul li {
    white-space: nowrap;
    width: auto !important;
    margin: 0 2px;
    font-size: 12px;
    padding: 12px 15px;
    display: inline-block;
  }
  .advantage .advantage-list img {
    width: 100% !important;
  }
  .advantage .advantage-list > div h3 {
    padding: 25px 0 20px;
    font-size: 16px;
  }
  .advantage .advantage-list > div h4 {
    font-size: 15px;
    padding-bottom: 15px;
  }
  .advantage .advantage-list > div dl {
    padding: 15px 5px 5px !important;
    display: flex;
    flex-wrap: wrap;
  }
  .advantage .advantage-list > div dl dd {
    font-size: 12px;
    margin-bottom: 10px;
    width: calc(50% - 10px);
    margin: 0 5px 15px;
  }
  .advantage .advantage-list > div:nth-of-type(1) .content {
    padding-bottom: 40px;
  }
  .advantage .advantage-list > div:nth-of-type(1) dl {
    margin-bottom: 30px;
  }
  .advantage .advantage-list > div:nth-of-type(1) dl dd {
    width: calc(50% - 10px);
    margin: 0 5px 15px;
  }
  .advantage .advantage-list > div:nth-of-type(3) .advantage-wrap,
  .advantage .advantage-list > div:nth-of-type(4) .advantage-wrap,
  .advantage .advantage-list > div:nth-of-type(5) .advantage-wrap {
    display: flex;
    flex-direction: column;
  }
  .advantage .advantage-list > div:nth-of-type(3) img,
  .advantage .advantage-list > div:nth-of-type(4) img,
  .advantage .advantage-list > div:nth-of-type(5) img {
    width: auto;
  }
  .advantage .advantage-list > div:nth-of-type(3) dl,
  .advantage .advantage-list > div:nth-of-type(4) dl,
  .advantage .advantage-list > div:nth-of-type(5) dl {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .advantage .advantage-list > div:nth-of-type(5) dl dt {
    width: 100%;
    font-size: 17px;
    padding-bottom: 10px;
  }
  .scheme-composition ul img {
    transform: scale(1);
  }
  .scheme-composition ul li .title {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .scheme-composition ul li .title span {
    padding: 4px 10px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .scheme-composition ul li .title span::before {
    width: 6px;
    height: 6px;
    right: -3px;
  }
  .scheme-composition ul li .title p {
    padding: 4px 12px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .scheme-composition ul li:nth-of-type(1) {
    padding-right: 1.333vw;
  }
  .scheme-composition ul li:nth-of-type(1) .product div:nth-of-type(1) img {
    width: 11vw;
  }
  .scheme-composition ul li:nth-of-type(1) .product div:nth-of-type(3) img {
    width: 19.8667vw;
  }
  .scheme-composition ul li:nth-of-type(2) .product div.add {
    margin: 0 2px;
  }
  .scheme-composition ul li:nth-of-type(2) .product div.add img {
    width: 4.2667vw;
  }
  .scheme-composition ul li:nth-of-type(2) .product div:nth-of-type(1) img {
    width: 11vw;
  }
  .scheme-composition ul li:nth-of-type(2) .product div:nth-of-type(3) img {
    width: 8.8vw;
  }
  .scheme-composition ul li:nth-of-type(2) .product div:nth-of-type(5) img {
    width: 16.6667vw;
  }
  .scheme-composition ul li .product div.add {
    margin: 0 6px;
  }
  .scheme-composition ul li .product div.add img {
    margin-top: 0;
    width: 4.2667vw;
    transform: translateY(-85%);
  }
  .scheme-composition ul li .product div h4,
  .scheme-composition ul li .product div a {
    margin-top: 7px;
    font-size: 12px;
    min-height: 29px;
  }
  .scheme-composition h3 {
    font-size: 12px;
    padding: 40px 0 20px;
  }
  .scheme-composition h3 span {
    font-size: 18px;
  }
  .scheme-composition dl {
    font-size: 12px;
    line-height: 1.4;
  }
  .hardware-product ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .hardware-product ul li {
    margin: 0 0 5px;
    padding: 0 20px;
  }
  .hardware-product ul li:nth-of-type(1) img {
    width: 17.4667vw;
  }
  .hardware-product ul li:nth-of-type(2) img {
    width: 43.8667vw;
  }
  .hardware-product ul li:nth-of-type(3) {
    display: flex;
    flex-wrap: wrap;
  }
  .hardware-product ul li:nth-of-type(3) p {
    margin-top: 10px;
  }
  .hardware-product ul li:nth-of-type(3) span {
    display: inline;
  }
  .hardware-product ul li:nth-of-type(3) img {
    width: 38.5333vw;
  }
  .hardware-product ul li:nth-of-type(3) h3 {
    flex: 1;
    margin-left: 25px;
    text-align: left;
  }
  .hardware-product ul li h3 {
    margin-top: 15px;
    font-size: 12px;
  }
  .hardware-product ul li a {
    color: black;
  }
  .hardware-product ul li:last-child h3 {
    margin-top: 10px;
  }
  .hardware-product dl {
    margin: 10px 0 0;
  }
  .hardware-product dl dd {
    width: 33.33%;
    margin: 0;
    padding: 0 5px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }
  .hardware-product dl dd img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .hardware-product dl dd h3 {
    font-size: 12px;
    line-height: 1.4;
  }
  .hardware-product dl dd h3 span {
    display: block;
  }
  .coustomer-case h3 {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.4;
    display: flex;
    text-align: left;
  }
  .coustomer-case h3 span {
    white-space: nowrap;
  }
  .coustomer-case .content {
    flex-direction: column;
    padding: 0 10px;
  }
  .coustomer-case .content .img-wrap {
    width: 100%;
    font-size: 0;
  }
  .coustomer-case .content .img-wrap p {
    padding: 7px 0;
    font-size: 12px;
  }
  .coustomer-case .content .data-wrap {
    background: #fff;
    padding: 12px 5px;
  }
  .coustomer-case .content .data-wrap ul {
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
  }
  .coustomer-case .content .data-wrap ul li {
    width: 50%;
    margin-bottom: 7px;
  }
  .coustomer-case .content .data-wrap ul li:nth-child(even) {
    padding-left: 10px;
  }
  .coustomer-case .content .data-wrap ul li img {
    width: 10px;
  }
  .coustomer-case .content .data-wrap ul li h4 {
    font-size: 12px;
  }
  .coustomer-case .content .data-wrap ul li span {
    font-size: 19px;
  }
}
