.page_banner {
  height: 70vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.page_common_title {
  font-size: 40px;
  color: black;
  text-align: center;
  margin: 5rem auto;
}
.home_page_common_title {
  font-size: 40px;
  color: black;
  text-align: center;
  margin: 1rem auto;
}
.page_common_desc {
  text-align: center;
  color: #6d7382;
  font-size: 24px;
  margin: 2rem auto;
}
.page_banner_main {
  color: #fff;
  position: absolute;
  left: 15%;
  width: 70%;
  top: 50%;
  transform: translateY(-50%);
}
.page_banner_main .title {
  font-size: 48px;
}
.page_banner_main .desc {
  font-size: 24px;
  margin: 2rem auto;
}

.list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
  max-width: 1500px;
  position: relative;
  gap: 10px;
}
.cg_item {
  background: linear-gradient(180deg, #dee7ff 0%, #edf3fc 100%);
  width: 24%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.item-content {
  width: 100%;
}
.item-title {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.item-sub-title {
  color: #1f6aee;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 10px;
}
.item-row {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 10px;
  gap: 10px;
}
.item-col-100 {
  width: 100%;
}
.item-col-50 {
  width: 50%;
}
.item-row-name {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  word-break: break-all;
}
.item-row-desc {
  color: #666666;
  font-size: 16px;
  font-weight: normal;
}

.btn {
  /* width: 70%; */
  min-width: fit-content;
  font-size: 20px;
  font-weight: normal;
  background: linear-gradient(90deg, #00a9ff 1%, #0070ff 100%);
  color: #fff;
  text-align: center;
  border-radius: 25px;
  padding: 10px 50px;
  margin-bottom: 30px;
  margin-top: 30px;
  cursor: pointer;
}
.btn:hover {
  opacity: 0.8;
}

.item1 {
  background: url("../images/gpuServer/gpu_server_bg1.png") no-repeat;
  background-size: 100% 100%;
}
.item2 {
  background: url("../images/gpuServer/gpu_server_bg2.png") no-repeat;
  background-size: 100% 100%;
}
.item3 {
  background: url("../images/gpuServer/gpu_server_bg3.png") no-repeat;
  background-size: 100% 100%;
}
.item4 {
  background: url("../images/gpuServer/gpu_server_bg4.png") no-repeat;
  background-size: 100% 100%;
}

.s-5090 {
  width: 90%;
  margin: auto;
  max-width: 1500px;
}
.s-5090-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.s-5090-card {
  width: 49%;
  color: #fff;
  min-height: fit-content;
  display: flex;
  justify-content: flex-end;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 30px 0px;
}
.s-5090-1 {
  background: url("../images/gpuServer/5090-1.png") no-repeat rgba(0, 0, 0, 0.2);
  background-blend-mode: multiply;
  background-size: 100% 100%;
}
.s-5090-2 {
  background: url("../images/gpuServer/5090-2.png") no-repeat rgba(0, 0, 0, 0.2);
  background-blend-mode: multiply;
  background-size: 100% 100%;
}
.s-5090-card-content {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
.s-5090-card-content p {
  font-size: 16px;
  margin-bottom: 5px;
  letter-spacing: 0px;
  font-weight: 500;
  text-align: left;
  text-align: start;
}
.s-5090-card-title {
  font-size: 28px !important;
}
.s-5090-card-desc {
  background: rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  padding: 10px;
  border-radius: 10px;
  font-size: 14px !important;
}

.s-5090-table {
  gap: 10px;
  width: 90%;
  margin: auto;
  max-width: 1500px;
  margin-top: 5vh;
  margin-bottom: 5vh;
}
.s-5090-tr {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.s-5090-table-title {
  width: 10%;
  min-width: fit-content;
  background: #c3ddf4;
  margin-bottom: 3px;
  box-sizing: border-box;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.s-5090-table-col {
  width: 45%;
  background: #e6f0f9;
  padding: 20px 10px;
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.server-dingzhi {
  width: 90%;
  max-width: 1500px;
  overflow: hidden;
  margin: auto;
  display: flex;
  gap: 10px;
  margin-bottom: 5vh;
}
.server-dingzhi img {
  max-width: 90%;
  width: 33.3%;
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
  .cg_item {
    width: 49%;
  }
  .item {
    width: 49%;
  }
  .s-5090-card-content {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  .cg_item {
    width: 48%;
  }
  .s-5090-card {
    width: 100%;
    min-height: 300px;
  }
}
