.datacenter .banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 660px;
  background: url(../../assets/images/datacenter-banner.jpg) center/cover no-repeat;
  letter-spacing: 0;
  text-align: center;
}
.datacenter .banner h1 {
  max-width: 1280px;
  font-size: 54px;
  color: #ffffff;
  line-height: 60px;
}
.datacenter .highlights {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
  letter-spacing: 0;
  overflow: hidden;
}
.datacenter .highlights h2 {
  font-size: 36px;
  color: #000000;
  line-height: 40px;
  margin: 25px 40px 80px 40px;
}
.highlights-content {
  display: grid;
  grid-template-columns: 384px 384px;
  grid-row-gap: 160px;
  grid-column-gap: calc(100% - 898px);
  justify-content: center;
}
.highlights-item {
  display: flex;
  align-items: center;
  width: 384px;
  /*margin-bottom: 160px;*/
}

.highlights-item .item-left {
  margin-right: 32px;
}

.highlights-item img {
  width: 90px;
  height: 90px;
}
.highlights-item .item-title {
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  color: #000000;
  margin-bottom: 16px;
  height: 34px;
  line-height: 34px;
}
.highlights-item .item-desc {
  font-size: 20px;
  height: 63px;
  line-height: 63px;
  color: #555555;
  text-align: left;
}

.highlights-item .item-desc span.desc-value {
  display: inline-block;
  font-weight: 700;
  height: 63px;
  line-height: 63px;
  color: #000000;
  font-size: 68px;
}
.highlights-item .item-desc span.desc-unit {
  display: inline-block;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  color: #000000;
  font-size: 40px;
}

.highlights-item .item-desc span.desc-gray {
  margin-left: 8px;
}

.datacenter .introduction {
  width: 100%;
  padding: 50px 0;
  letter-spacing: 0;
  height: 660px;
  text-align: center;
  background: url('./../assets/images/data_bg.jpg') no-repeat;
  background-size: cover;
  background-position: center top;
}
.datacenter .introduction-wrapper{
  max-width: 1280px;
  margin: 0 auto;
}
.datacenter .introduction h2 {
  font-size: 36px;
  color: #000000;
  margin: 0 auto;
  line-height: 40px;
}
.datacenter .introduction-content {
  margin: 0 auto;
  font-size: 26px;
  line-height: 36px;
  color: #333333;
  margin-top: 40px;
}

@media (max-width: 1280px) {
  .datacenter .highlights,
  .datacenter .service li {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  body{
    background-color: #F5F5F7;
  }
  .datacenter{
    background-color: #F5F5F7;
  }
  .datacenter .banner {
    height: 280px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .datacenter .banner h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .datacenter .highlights {
    padding: 28px 15px 40px 15px;
    background: #F5F5F7;
  }
  .datacenter .highlights h2 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 28px 0;
  }

  .highlights-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 40px; 
  }
  .highlights-item {
    display: flex;
    align-items: center;
    width: 152px;
    /*margin-bottom: 160px;*/
  }
  
  .highlights-item .item-left {
    margin-right: 9px;
  }
  
  .highlights-item img {
    width: 32px;
    height: 32px;
  }
  .highlights-item .item-title {
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    margin-bottom: 13px;
    height: 14px;
    line-height: 14px;
  }
  .highlights-item .item-desc {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    color: #555555;
    text-align: left;
    white-space: nowrap;
  }
  
  .highlights-item .item-desc span.desc-value {
    display: inline-block;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    color: #000000;
    font-size: 24px;
  }
  .highlights-item .item-desc span.desc-unit {
    display: inline-block;
    font-weight: 700;
    height: 18px;
    line-height: 18px;
    color: #000000;
    font-size: 14px;
  }
  
  .highlights-item .item-desc span.desc-gray {
    margin-left: 5px;
  }

  .datacenter .introduction {
    padding: 30px 0;
    text-align: center;
    height: 345px;
    background-color: #fff;
    background: url('./../assets/images/data_bg_mb.jpg');
    background-size: cover;
  }
  .datacenter .introduction h2 {
    font-size: 16px;
    color: #000000;
    margin: 0 auto;
    line-height: 19px;
    max-width: 271px;
  }
  .datacenter .introduction-content {
    padding: 0 15px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    margin-top: 18px;
  }
}
