.body-no-scroll {
  overflow: hidden;
  height: 100%;
}

/* 轮播图css */
.i_banner {
  height: 70vh;
  position: relative;
}
.i_banner .swiper {
  width: 100%;
  height: 100%;
}
.i_banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: pre-line;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.i_banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i_banner .banner_text {
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.banner_text .banner_title {
  font-size: 50px;
  text-align: start;
  text-align: left;
  line-height: 1;
}
.banner_text .banner_desc {
  font-size: 18px;
  text-align: justify;
  margin-top: 10px;
}
.banner_text .layui-btn {
  margin-top: 2%;
}

.i_banner_tags {
  position: absolute;
  bottom: 20px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}
.i_banner_tags_item {
  color: #fff;
  width: 23%;
  padding: 15px 20px;
  cursor: pointer;
}
.i_banner_tags_item_title {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.i_banner_tags_item_title img {
  max-width: 100%;
  margin-right: 10px;
}
.i_banner_tags_item_title span {
}
.i_banner_tags_item_desc {
  font-size: 14px;
  opacity: 0.7;
  margin-top: 15px;
}
.i_banner_tags_item:hover {
  background-color: #206aec;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .index_page {
    min-width: 1024px;
  }
  .i_banner_tags {
    width: 95%;
  }
}

@media only screen and (max-width: 768px) {
  .i_banner .swiper-slide {
    background-position: center;
  }
  .i_banner .banner_text {
    left: 2%;
  }
  .banner_text .banner_title {
    font-size: 28px;
  }
  .banner_text .banner_desc {
    font-size: 16px;
  }
  .i_banner_tags {
    width: 100%;
  }
  .i_banner_tags_item {
    width: 25%;
    padding: 20px 5px;
  }
  .i_banner_tags_item_title {
    flex-direction: column;
    font-size: 12px;
  }
  .i_banner_tags_item_desc {
    display: none;
  }
}

/* 轮播图板块css----end */

.i-partner {
  width: 90%;
  margin: auto;
  text-align: center;
  margin-bottom: 100px;
}
.i-partner .partner-title {
  font-size: 26px;
  color: #000000;
  margin-bottom: 2rem;
}

.i-partner .partner-imgs-wrapper {
  width: 100%;
  overflow: hidden;
}

.i-partner .partner-imgs {
  display: flex;
  width: max-content;
  animation: roll 30s linear infinite;
}

@keyframes roll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
/* 设置div的滚动条 */
.i-partner .partner-imgs::-webkit-scrollbar {
  height: 4px;
  background: #eee;
}
.i-partner .partner-imgs::-webkit-scrollbar-thumb {
  background: gray;
}

.i-partner .partner-imgs img {
  width: 186px;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
}

/* ai模型 */
.i_ai {
  width: 90% !important;
  margin: auto;
}

.i_ai .left h2 {
  font-size: 38px;
  font-weight: 500;
}
.i_ai .left ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 50px;
}
.i_ai .left ul li {
  width: 48%;
  margin-bottom: 50px;
  display: flex;
  align-items: flex-end;
}

.i_ai .left ul li .item img {
  width: 43px;
}
.i_ai .left ul li .item p:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
  color: #3d3d3d;
  line-height: 35px;
}
.i_ai .left ul li .item p:nth-of-type(2) {
  font-size: 14px;
  color: #6d7383;
}

.i_ai .right .item2 {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.i_ai .right .item2-img {
  background: linear-gradient(180deg, #111827 0%, #4a5562 100%);
  width: 35%;
  height: auto;
  min-height: 250px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.i_ai .right .item2-img p:nth-of-type(1) {
  font-size: 20px;
}
.i_ai .right .item2-img p:nth-of-type(2) {
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  width: 55%;
}
.i_ai .right .item2-img img {
  max-width: 135px;
  width: 100%;
}
.i_ai .right .item2-info {
  width: 60%;
  position: relative;
  box-sizing: border-box;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.i_ai .right .item2-info > p {
  color: #374567;
  font-size: 14px;
  line-height: 30px;
  box-sizing: border-box;
}
.i_ai .right .item2-info .item2-info-title {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
}

.i_ai .right .item2-info .item2-info-title span {
  display: inline-block;
}
.i_ai .right .item2-info .item2-info-title span:nth-of-type(1) {
  flex: 1;
  word-break: break-word;
}
.i_ai .right .item2-info .item2-info-title span:nth-of-type(2) {
  width: 40px;
  font-size: 12px;
  color: red;
  border: 1px solid red;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 5px;
  font-weight: lighter;
  margin-left: 5px;
}

.i_ai .right .item2-info .use {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.i_ai .right .item2-info .use button {
  border: none;
}
.i_ai .right .item2-info .use button a {
  display: block;
  padding: 5px 10px;
  background: #206cee;
  color: #fff;
  font-size: 13px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.i_ai .right .item2-info .use button a:focus,
.i_ai .right .item2-info .use button a:visited {
  outline: none;
}

.i_ai .right .item2-info .use .price span:nth-of-type(1) {
  color: #f43b3b;
  font-size: 22px;
  font-weight: 600;
}
.i_ai .right .item2-info .use .price span:nth-of-type(2) {
  color: #3d3d3d;
  font-size: 14px;
}

.origin_price {
}
.origin_price p:nth-of-type(1) {
  border: 1px solid red;
  color: red;
  text-align: center;
}
.origin_price p:nth-of-type(2) {
  color: #999;
  text-decoration: line-through;
  font-size: 15px;
}

/* 云平台 */
.i-cloud {
  background: url("../images/index/cloud-bg.png") no-repeat;
  margin-top: 100px;
  background-size: 100% 100%;
}
.i-cloud-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  margin: auto;
  padding: 80px 0px;
}
.i-cloud-main .i-cloud-left {
  color: #fff;
  width: 50%;
}

.i-cloud-main .i-cloud-left .i-cloud-title p:nth-of-type(1) {
  font-size: 38px;
}
.i-cloud-main .i-cloud-left .i-cloud-title p:nth-of-type(2) {
  font-size: 24px;
  line-height: 45px;
}
.i-cloud-main .i-cloud-left ul {
  margin-top: 7%;
}
.i-cloud-main .i-cloud-left ul li {
  margin-bottom: 15px;
  width: 80%;
  box-sizing: border-box;
  padding: 10px 15px;
}
.i-cloud-main .i-cloud-left ul li p:nth-of-type(1) {
  font-size: 20px;
  margin-bottom: 10px;
}
.i-cloud-main .i-cloud-left ul li p:nth-of-type(2) {
  font-size: 14px;
  line-height: 35px;
}
.i-cloud-main .i-cloud-img {
  width: 60%;
}
.i-cloud-main .i-cloud-img img {
  max-width: 100%;
}

.i-cloud-main .i-cloud-left ul li:hover {
  background: rgba(32, 108, 238, 0.6);
}

/* ai应用场景 */
.i_ai {
  padding: 100px 0px;
}
.i_ai .i_ai_main {
  width: 100%;
  margin: auto;
  color: #000000;
}
.i_ai .i_ai_main > h2 {
  font-size: 30px;
}
.i_ai .i_ai_main > p {
  font-size: 20px;
  color: #6d7382;
  margin-top: 15px;
  margin-bottom: 50px;
}
.i_ai .i_ai_main ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.i_ai .i_ai_main ul .i_ai_item {
  width: 24%;
  min-height: 482px;
  box-sizing: border-box;
  background: #f8f9fc;
  padding: 10px 20px;
  position: relative;
  padding-top: 50px;
  text-align: center;
  transition: all 0.5s ease-out;
}
.i_ai .i_ai_main ul .i_ai_item .i_ai_badge {
  background: #206cee;
  color: #fff;
  width: 88px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 0px 0px 0px;
}
.i_ai .i_ai_main ul .i_ai_item img {
  width: 100%;
  max-width: 336px;
}
.i_ai .i_ai_main ul .i_ai_item .i_ai_item_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
}
.i_ai .i_ai_main ul .i_ai_item .i_ai_item_desc {
  color: #848484;
  font-size: 14px;
  text-align: left;
  line-height: 22px;
}
.i_ai .i_ai_main ul .i_ai_item a {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 15px;
  color: #206cee;
}

.i_ai .i_ai_main ul .i_ai_item:hover {
  transform: translateY(-10px);
}

/* gpu显卡维修 */
.gpu_weixiu {
}
.gpu_weixiu_main {
  width: 90%;
  margin: auto;
  background: #fff;
  box-sizing: border-box;
  padding: 20px 11px;
  margin-top: 1rem;
  border-radius: 10px;
}

.gpu_weixiu_main_box {
  display: flex;
  align-items: flex-start;
}

.commom_title {
  width: fit-content;
  /* font-style: italic; */
  /* 让下划线不遮住文字 */
  position: relative;
  font-weight: bold;
  z-index: 10;
  font-size: 30px;
  margin-bottom: 3rem;
}

.btn_list {
  margin-bottom: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.btn_list button {
  margin-bottom: 2rem;
  margin-left: 0px !important;
  height: 70px;
  font-size: 20px;
}
.gpu_weixiu_img {
  position: relative;
  text-align: center;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gpu_weixiu_img img {
  max-width: 90%;
}
.gpu_weixiu_img button {
  margin-top: 10px;
}

/* 服务器 */
#serve_Tabs_Header .layui-btn.layui-this {
  border-color: #206cee;
  color: #206cee;
  background: none;
}
#serve_Tabs_Body .serve_tab_item {
  display: none;
  text-align: center;
}
.serve {
}
.serve_main {
  width: 90%;
  /* max-width: 1500px; */
  margin: auto;
  background: #fff;
  margin-top: 1rem;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px 10px;
}
.server_tabs {
  text-align: justify;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.server_tabs button {
}
.serve_main > img {
  max-width: 100%;
}
.serve_info {
  text-align: center;
}
.serve_info h3 {
  color: #206cee;
}

.serve_info > button {
  width: 100%;
  margin-top: 1rem;
}

.serve_tab_item > button {
  width: fit-content;
  margin-top: 1rem;
}

.serve_tab_item > img {
  margin-bottom: 1rem;
}

.serve_tab_item_up {
  display: flex;
}
.serve_tab_item_up > img {
  max-width: 700px;
  margin-right: 20px;
}
.serve_tab_item_up_info {
  text-align: center;
  flex: 1;
}

/* 裸金属 */
.baremetal {
  margin-bottom: 10vh;
}
.baremetal_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.baremetal_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eff4fd;
  border-radius: 10px 10px 0px 0px;
  height: 50px;
  padding: 0px 10px;
  margin-bottom: 15px;
}
.baremetal_header h2 {
  font-size: 38px;
  font-weight: 500;
}
.baremetal .tags {
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.baremetal .tags .tags_item {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
}
.baremetal .tags .tags_item img {
  max-width: 100%;
  margin-bottom: 5px;
}
.baremetal .tags .tags_item span {
  /* font-family: Source Han Sans; */
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #3d3d3d;
}
.baremetal_item {
  height: 100%;
  border: 1px solid #206cee;
  box-sizing: border-box;
  border-radius: 10px;
}
.baremetal_item .item_title {
  font-size: 18px;
  font-weight: bold;
}

.baremetal_item .item_kucun {
  font-size: 15px;
  color: #f56c6c;
  box-sizing: border-box;
  padding: 2px 3px;
  border: 1px solid #f56c6c;
  border-radius: 3px;
}

.baremetal_item .item_p {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.baremetal_item .item_p_name {
  font-size: 16px;
  color: #374567;
}
.baremetal_item .item_p_value {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

.baremetal_item .item_tags {
  padding: 0px 10px;
}
.baremetal_item .item_tags .tag_item {
  margin-right: 10px;
  white-space: nowrap;
}
.baremetal_item .item_tags .tag_item::before {
  content: "✔";
  font-size: 20px;
  color: blue;
  margin-right: 5px;
}
.baremetal_item .item_btn {
  background-color: #3b82f6;
  color: #fff;
  font-size: 16px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding: 7px 10px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 15px;
}
.baremetal_item .item_btn:hover {
  opacity: 0.8;
}

/* only关键字可防止不支持带有媒体功能的媒体查询的旧版浏览器应用给定的样式。它对现代浏览器没有影响。 */
@media only screen and (max-width: 1200px) {
}

/* 小屏幕 */
@media only screen and (max-width: 768px) {
  .i-partner {
    margin-bottom: 6.6667vw;
  }
  .i-partner .partner-title {
    font-size: 3.2vw;
  }
  .i-partner .partner-imgs img {
    width: 18.8vw;
  }

  .i_ai {
    padding: 6.6667vw 0vw;
  }

  /* 通用标题 PC端是38px */
  .i_ai .left h2,
  .i-cloud-main .i-cloud-left .i-cloud-title p:nth-of-type(1),
  .i_user .i_user_main .i_user-left h2,
  .i_model .i_model_main > h2,
  .i_ai .i_ai_main > h2 {
    font-size: 4.6667vw;
  }
  .i_ai .left ul {
    margin-top: 6.6667vw;
  }
  .i_ai .left ul li {
    margin-bottom: 4vw;
  }
  .i_ai .right .item2-img p:nth-of-type(1),
  .i_ai .right .item2-info .item2-info-title {
    font-size: 2.6667vw;
  }
  .i_ai .left ul li .item img {
    width: 5.7333vw;
  }
  .i_ai .left ul li .item p:nth-of-type(1) {
    font-size: 2.6667vw;
  }
  .i_ai .right .item2-img p:nth-of-type(2),
  .i_ai .right .item2-info > p {
    font-size: 1.8667vw;
  }

  .i_ai .right .item2-img {
    min-height: 33.3333vw;
  }
  .i_ai .right .item2-info > p {
    line-height: 3.3333vw;
  }
  .i_ai .right .item2-info .use .price span:nth-of-type(1) {
    font-size: 4vw;
  }
  .i_ai .right .item2-info .use button {
    font-size: 1.8667vw;
  }

  /* ai应用场景 */
  .i_ai .i_ai_main > p {
    font-size: 3.2vw;
  }

  .i_ai .i_ai_main ul .i_ai_item {
    width: 45%;
    min-height: 61.3333vw;
    margin-bottom: 2.6667vw;
  }
  .i_ai .i_ai_main ul .i_ai_item .i_ai_item_title {
    font-size: 2.6667vw;
  }
  .i_ai .i_ai_main ul .i_ai_item .i_ai_item_desc {
    font-size: 1.8667vw;
  }
}

@media only screen and (max-width: 640px) {
  .i_ai .i_ai_main ul .i_ai_item {
    width: 90%;
  }

  .i-partner .partner-title {
    font-size: 4vw;
    margin-bottom: 10px;
  }
  .i-partner .partner-imgs img {
    width: 22vw;
  }

  .i_ai .left ul li .item img {
    width: 7.7333vw;
  }
  .i_ai .left ul li {
    align-items: flex-start;
  }
  .i_ai .left ul li .item p:nth-of-type(1) {
    font-size: 3.6667vw;
  }
  .i_ai .right .item2-img img {
    max-width: 100px;
  }
  .i_ai .right .item2-img p:nth-of-type(1),
  .i_ai .right .item2-info .item2-info-title {
    font-size: 3.6667vw;
  }
  .i_ai .right .item2-img p:nth-of-type(2) {
    width: 75%;
  }
  .i_ai .right .item2-img p:nth-of-type(2),
  .i_ai .right .item2-info > p {
    font-size: 3vw;
    line-height: unset;
  }

  /* 云平台 */
  .i-cloud-main {
    padding: 6.6667vw 0vw;
  }
  .i-cloud-main .i-cloud-left .i-cloud-title p:nth-of-type(2) {
    line-height: unset;
    margin-top: 10px;
  }

  .i-cloud-main .i-cloud-left ul li p:nth-of-type(1) {
    font-size: 3.6667vw;
  }
  .i-cloud-main .i-cloud-left ul li p:nth-of-type(2) {
    font-size: 14px;
    line-height: unset;
  }

  .i_ai .i_ai_main > p {
    font-size: 3.6vw;
  }
  .i_ai .i_ai_main ul .i_ai_item {
    width: 100%;
  }
  .i_ai .i_ai_main ul .i_ai_item .i_ai_item_title {
    font-size: 18px;
  }
  .i_ai .i_ai_main ul .i_ai_item .i_ai_item_desc {
    font-size: 14px;
    margin-bottom: 6vw;
  }
}
