/* 服务器 */
.server-banner {
  position: relative;
  height: 360px;
  width: 100%;
}
.server-banner .swiper-slide {
  height: 360px;
  background-position: 65% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.server-banner.hw-b-520 {
  height: 520px;
}
.server-banner.hw-b-520 .swiper-slide {
  height: 520px;
}
.server-banner .banner-inner {
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
  max-height: 500px;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}
.server-banner .banner-inner b {
  font-size: 24px;
  color: #3E3E3E;
  font-weight: bold;
  line-height: 80px;
}
.server-banner .banner-inner p {
  margin-top: 0;
  padding: 0 14px;
  font-size: 14px;
  color: #3E3E3E;
  line-height: 28px;
}
.server-banner .banner-inner > a {
  position: relative;
  display: inline-block;
  min-width: 200px;
  margin-top: 30px;
  padding: 13px 40px;
  background: linear-gradient(270deg, #39bffb, #2468f2);
  color: #FFFFFF;
}
.server-banner .banner-inner > a:after {
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url('../images/common/icon-s-arrow-right2x.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: right 0.5s 0.2s;
}
.server-banner .banner-inner > a:hover {
  color: #fff;
  text-decoration: none;
}
.server-banner .banner-inner > a:hover:after {
  right: 10px;
}
.menu-list {
  border-top: 1px solid #EFEFEF;
  top: 0;
  position: sticky;
  z-index: 100;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(52, 65, 91, 0.08);
}
.menu-list .menu-wrapper {
  display: flex;
  width: calc(100% - var(--grid-style3-margin) * 4);
  margin: auto;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
.menu-list .menu-wrapper .text-con {
  margin-right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  position: relative;
  cursor: pointer;
}
.menu-list .menu-wrapper .text-con::after {
  content: '';
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #007BFF;
  transition: width 0.4s ease-in-out;
  border-radius: 12px;
}
.menu-list .menu-wrapper .text-con:hover::after {
  width: 80%;
}
.menu-list .menu-wrapper .active {
  color: #007BFF;
}
.menu-list .menu-wrapper .active::before {
  content: '';
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  width: 80%;
  height: 3px;
  background-color: #007BFF;
  transition: width 0.4s ease-in-out;
  border-radius: 12px;
}
.product-rec {
  margin-top: 60px;
}
.product-rec .title h4 {
  font-weight: 600;
  font-size: 24px;
  color: #3E3E3E;
  line-height: 36px;
  text-align: center;
}
.product-rec .title .desc {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
  text-align: center;
}
.product-rec .tab-wrapper {
  width: calc(100% - var(--grid-style3-margin) * 2);
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.product-rec .tab-wrapper .tab-container {
  position: relative;
  display: flex;
  padding: 8px;
  border-radius: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  overflow: auto;
  text-align: center;
}
.product-rec .tab-wrapper .tab-container .tab-highlight {
  position: absolute;
  height: calc(100% - 16px);
  background: #007BFF;
  border-radius: 8px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  top: 8px;
  left: 8px;
}
.product-rec .tab-wrapper .tab-container .tab-button {
  position: relative;
  padding: 6px 6px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: Arial;
  font-size: 14px;
  color: #181818;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  z-index: 1;
}
.product-rec .tab-wrapper .tab-container .active {
  color: #fff;
}
.product-rec .region-con {
  width: calc(100% - var(--grid-style3-margin) * 3.5);
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
.product-rec .region-con .region-wrapper {
  display: none;
}
.product-rec .region-con .region-wrapper .region {
  display: inline-block;
  line-height: 50px;
  text-align: center;
  flex-flow: wrap;
  height: 50px;
  width: 120px;
  border: 1px solid #dcdcdc;
  /*border-radius: 2rem;*/
  margin-right: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}
/*.product-rec .region-con .region-wrapper .region:hover {*/
/*  background-color: #007BFF;*/
/*  color: #fff;*/
/*  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);*/
/*}*/
.product-rec .region-con .region-wrapper .active {
  background-color: #007BFF;
  color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.product-rec .region-con .active {
  display: block;
}
.product-rec .server-con {
  width: calc(100% - var(--grid-style3-margin) * 2);
  margin: 0 auto;
  margin-top: 20px;
}
.product-rec .server-con .title {
  text-align: center;
}
.product-rec .server-con .title h3 {
  font-weight: normal;
  font-size: 20px;
  color: #1c1d1f;
  line-height: 1;
  margin-bottom: 17px;
}
.product-rec .server-con .title .desc {
  font-size: 14px;
  color: #93939a;
  line-height: 1.5;
}
.product-rec .server-con .table-card {
  display: block;
}
.product-rec .server-con .table-card .info-card-item {
  box-shadow: 0 4px 6px #2764af1a;
  margin: 0 auto;
  /*border-radius: 12px;*/
  width: 95%;
  padding: 10px 20px 20px 20px;
  margin-top: 20px;
  border: 1px solid #EEEEEE;
  position: relative;
}
.product-rec .server-con .table-card .info-card-item .title {
  text-align: left;
  color: #323235;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.product-rec .server-con .table-card .info-card-item .info {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-rec .server-con .table-card .info-card-item .info li {
  display: flex;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
}
.product-rec .server-con .table-card .info-card-item .info li .info-title {
  color: #626266;
  min-width: 90px;
  flex: 1;
}
.product-rec .server-con .table-card .info-card-item .info li .info-text {
  flex: 2;
  color: #1c1d1f;
}
.product-rec .server-con .table-card .info-card-item .card-bottom-info {
  display: flex;
  justify-content: space-between;
}
.product-rec .server-con .table-card .info-card-item .card-bottom-info .price {
  display: inline-block;
}
.product-rec .server-con .table-card .info-card-item .card-bottom-info .price .symbol {
  color: #FF6A00;
}
.product-rec .server-con .table-card .info-card-item .card-bottom-info .price .price-text {
  font-weight: 600;
  font-size: 24px;
  color: #FF6A00;
  margin-right: 5px;
}
.product-rec .server-con .table-card .info-card-item .card-bottom-info .buy-con {
  display: inline-block;
}
.product-rec .server-con .table-card .info-card-item .card-bottom-info .buy-con .buy {
  font-size: 16px;
  color: #fff;
  background-color: #007BFF;
  padding: 5px;
  cursor: pointer;
  width: 100px;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
  margin-right: 10px;
}
.product-rec .server-con .table-card .info-card-item .card-bottom-info .buy-con .buy a{
  color: #fff;
}
.product-rec .server-con .table-card .info-card-item .card-bottom-info .buy-con .buy:hover {
  opacity: 0.8;
}
.product-rec .server-con .table-card .info-card-item .card-bottom-info .buy-con .chat {
  font-size: 16px;
  padding: 5px;
  border: 1px solid #007BFF;
  color: #007BFF;
  cursor: pointer;
  width: 100px;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
}
.product-rec .server-con .table-card .info-card-item .card-bottom-info .buy-con .chat:hover {
  color: #fff;
  background-color: #007BFF;
}
.product-rec .server-con .table-con {
  display: none;
  border-radius: 12px;
  border: 1px solid #e0e6eb;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.product-rec .server-con .table-con table {
  width: 100%;
}
.product-rec .server-con .table-con table thead {
  font-weight: 400;
  border-bottom: 1px solid #e0e6eb;
}
.product-rec .server-con .table-con table thead tr th {
  padding: 14px 24px;
  color: #29343d;
  font-size: 16px;
}
.product-rec .server-con .table-con table tbody tr {
  color: #626266;
  height: 65px;
}
.product-rec .server-con .table-con table tbody tr th {
  padding: 14px 24px;
  font-weight: normal;
}
.product-rec .server-con .table-con table tbody tr .symbol {
  color: #FF6A00;
}
.product-rec .server-con .table-con table tbody tr .price {
  font-weight: 600;
  font-size: 24px;
  color: #FF6A00;
  margin-right: 5px;
}
.product-rec .server-con .table-con table tbody tr .buy {
  font-size: 16px;
  color: #fff;
  background-color: #007BFF;
  padding: 5px;
  cursor: pointer;
  width: 100px;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
  margin-right: 10px;
}
.product-rec .server-con .table-con table tbody tr .buy a{
  color: #fff;
}
.product-rec .server-con .table-con table tbody tr .buy:hover {
  opacity: 0.8;
}
.product-rec .server-con .table-con table tbody tr .chat {
  font-size: 16px;
  padding: 5px;
  border: 1px solid #007BFF;
  color: #007BFF;
  cursor: pointer;
  width: 100px;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
}
.product-rec .server-con .table-con table tbody tr .chat:hover {
  color: #fff;
  background-color: #007BFF;
}
.product-adv {
  width: calc(100% - var(--grid-style3-margin) * 2);
  margin: 0 auto;
  margin-top: 60px;
}
.product-adv .title {
  margin-bottom: 20px;
}
.product-adv .title h4 {
  font-weight: 600;
  font-size: 24px;
  color: #3E3E3E;
  line-height: 36px;
  text-align: center;
}
.product-adv .title .desc {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
  text-align: center;
}
.product-adv .adv-con .adv-card {
  border-radius: 16px;
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  position: relative;
  vertical-align: text-bottom;
  transition: all 0.3s ease;
}
.product-adv .adv-con .adv-card:hover {
  box-shadow: 0px 2px 12px 6px rgba(52, 65, 91, 0.08);
}
.product-adv .adv-con .adv-card:not(:nth-child(3n+3)) {
  margin-right: 15px;
}
.product-adv .adv-con .adv-card .adv-img {
  width: 52px;
  height: 52px;
  margin-right: 10px;
  background-size: cover !important;
  display: inline-block;
  position: absolute;
}
.product-adv .adv-con .adv-card .title {
  display: inline-block;
  margin-left: 62px;
}
.product-adv .adv-con .adv-card .title .text {
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  color: #222222;
  font-weight: 600;
}
.product-adv .adv-con .adv-card .title .info {
  margin-top: 8px;
  font-size: 14px;
  color: #7a8ba6;
}
.product-compare {
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  display: none;
}
.product-compare .title {
  margin-bottom: 20px;
}
.product-compare .title h4 {
  font-weight: 600;
  font-size: 24px;
  color: #3E3E3E;
  line-height: 36px;
  text-align: center;
}
.product-compare .title .desc {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
  text-align: center;
}
.product-compare .compare-con {
  align-items: center;
  display: flex;
}
.product-compare .compare-con .mini1 {
  position: relative;
  right: -24px;
  bottom: -50px;
  display: inline-block;
  transform: scale(90%);
  flex: 1;
  padding: 30px;
  border-radius: 16px 0 0 16px;
  box-shadow: 0px 2px 24px 12px rgba(52, 65, 91, 0.08);
}
.product-compare .compare-con .mini1 .title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.product-compare .compare-con .mini1 .adv-list {
  padding-top: 15px;
  margin-top: 15px;
}
.product-compare .compare-con .mini1 .adv-list:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.product-compare .compare-con .mini1 .adv-list .sub-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.product-compare .compare-con .mini1 .adv-list .adv-item {
  color: #374151;
  margin-bottom: 16px;
}
.product-compare .compare-con .mini1 .adv-list .adv-item .tick {
  background: url("/static/images/server/right.png");
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
}
.product-compare .compare-con .mini1 .adv-list .adv-item .info {
  font-size: 16px;
  line-height: 24px;
}
.product-compare .compare-con .mini1 .adv-list .adv-item .info .desc {
  font-size: 14px;
  color: #dbeafe;
}
.product-compare .compare-con .mini1 .adv-list .adv-item .info .info-text {
  position: relative;
  margin-left: 30px;
  height: 28px;
  line-height: 28px;
}
.product-compare .compare-con .mini1 .adv-list .adv-item .info .info-text::before {
  position: absolute;
  left: -25px;
  top: 2px;
  content: "";
  background: url("/static/images/server/close.png");
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  background-color: #F3F4F6;
  border-radius: 50%;
}
.product-compare .compare-con .mini2 {
  flex: 1;
  position: relative;
  left: -24px;
  right: 0;
  border-radius: 0 16px 16px 0;
}
.product-compare .compare-con .wuyouyun {
  position: relative;
  display: inline-block;
  color: #fff;
  flex: 1.5;
  padding: 30px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(to bottom right, #3b82f6, #2563eb);
}
.product-compare .compare-con .wuyouyun .title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.product-compare .compare-con .wuyouyun .tag {
  width: 52px;
  height: 28px;
  line-height: 28px;
  background-color: #FACC15;
  border-radius: 16px;
  color: #1E3A8A;
  text-align: center;
  font-weight: 600;
  position: absolute;
  right: 20px;
}
.product-compare .compare-con .wuyouyun .adv-list {
  padding-top: 15px;
  margin-top: 15px;
}
.product-compare .compare-con .wuyouyun .adv-list:not(:last-child) {
  border-bottom: 1px solid #60a5fa;
}
.product-compare .compare-con .wuyouyun .adv-list .sub-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.product-compare .compare-con .wuyouyun .adv-list .adv-item {
  margin-bottom: 16px;
}
.product-compare .compare-con .wuyouyun .adv-list .adv-item .info {
  font-size: 16px;
  line-height: 24px;
}
.product-compare .compare-con .wuyouyun .adv-list .adv-item .info .desc {
  font-size: 14px;
  color: #dbeafe;
}
.product-compare .compare-con .wuyouyun .adv-list .adv-item .info .tick {
  vertical-align: text-top;
  margin-right: 10px;
  background: url("/static/images/server/check.png");
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  background-color: #5B90EC;
  border-radius: 50%;
}
.product-compare .compare-con .wuyouyun .adv-list .adv-item .info .info-text {
  position: relative;
  margin-left: 30px;
  height: 28px;
  line-height: 28px;
}
.product-compare .compare-con .wuyouyun .adv-list .adv-item .info .info-text::before {
  position: absolute;
  left: -25px;
  top: 2px;
  content: "";
  background: url("/static/images/server/check.png");
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  background-color: #5B90EC;
  border-radius: 50%;
}
.application {
  width: calc(100% - var(--grid-style3-margin) * 2);
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
.application .title {
  margin-bottom: 20px;
}
.application .title h4 {
  font-weight: 600;
  font-size: 24px;
  color: #3E3E3E;
  line-height: 36px;
  text-align: center;
}
.application .title .desc {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
  text-align: center;
}
.application .app-con .app-card {
  border-radius: 16px;
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
  position: relative;
  vertical-align: text-bottom;
  transition: all 0.3s ease;
}
.application .app-con .app-card:hover {
  box-shadow: 0px 2px 12px 6px rgba(52, 65, 91, 0.08);
}
.application .app-con .app-card:not(:nth-child(3n+3)) {
  margin-right: 15px;
}
.application .app-con .app-card .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.application .app-con .app-card .title .app-img {
  width: 52px;
  height: 52px;
  margin-right: 10px;
  background-size: cover !important;
  display: inline-block;
}
.application .app-con .app-card .title .text {
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  color: #222222;
  font-weight: 600;
}
.application .app-con .app-card .title .info {
  margin-top: 8px;
  font-size: 14px;
  color: #7a8ba6;
}
/* 服务器 */
@media (min-width: 768px) {
  .server-banner {
    position: relative;
    height: 480px;
    width: 100%;
  }
  .server-banner .swiper-slide {
    height: 480px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .server-banner .banner-inner {
    margin-top: 130px;
    margin-left: var(--grid-style3-margin);
    margin-right: var(--grid-style3-margin);
    max-height: 400px;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
  }
  .server-banner .banner-inner b {
    font-size: 48px;
    color: #3E3E3E;
    font-weight: bold;
    line-height: 80px;
  }
  .server-banner .banner-inner b em {
    color: #FF6A00;
  }
  .server-banner .banner-inner p {
    margin-top: 0;
    padding: 0;
    font-size: 18px;
    color: #3E3E3E;
    line-height: 36px;
  }
  .server-banner .banner-inner > a {
    position: relative;
    display: inline-block;
    min-width: 200px;
    margin-top: 50px;
    padding: 13px 40px;
    background: linear-gradient(270deg, #39bffb, #2468f2);
    color: #FFFFFF;
  }
  .server-banner .banner-inner > a:after {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    content: "";
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url('../images/common/icon-s-arrow-right2x.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: right 0.5s 0.2s;
  }
  .server-banner .banner-inner > a:hover {
    color: #fff;
    text-decoration: none;
  }
  .server-banner .banner-inner > a:hover:after {
    right: 10px;
  }
  .menu-list {
    border-top: 1px solid #EFEFEF;
    position: sticky;
    top: 0;
    box-shadow: 0px 2px 6px 0px rgba(52, 65, 91, 0.08);
    background: #fff;
    z-index: 100;
  }
  .menu-list .menu-wrapper {
    display: flex;
    width: calc(100% - var(--grid-style3-margin) * 4);
    margin: auto;
    font-size: 18px;
    align-items: center;
    justify-content: center;
  }
  .menu-list .menu-wrapper .text-con {
    margin-right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    position: relative;
    cursor: pointer;
  }
  .menu-list .menu-wrapper .text-con::after {
    content: '';
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #007BFF;
    transition: width 0.4s ease-in-out;
    border-radius: 12px;
  }
  .menu-list .menu-wrapper .text-con:hover::after {
    width: 80%;
  }
  .menu-list .menu-wrapper .active {
    color: #007BFF;
  }
  .menu-list .menu-wrapper .active::before {
    content: '';
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    width: 80%;
    height: 3px;
    background-color: #007BFF;
    transition: width 0.4s ease-in-out;
    border-radius: 12px;
  }
  .product-rec {
    margin-top: 60px;
  }
  .product-rec .title h4 {
    font-weight: 600;
    font-size: 24px;
    color: #3E3E3E;
    line-height: 36px;
    text-align: center;
  }
  .product-rec .title .desc {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 24px;
    text-align: center;
  }
  .product-rec .tab-wrapper {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .product-rec .tab-wrapper .tab-container {
    position: relative;
    display: inline-flex;
    padding: 8px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    overflow: hidden;
  }
  .product-rec .tab-wrapper .tab-container .tab-highlight {
    position: absolute;
    height: calc(100% - 16px);
    background: #007BFF;
    border-radius: 8px;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    top: 8px;
    left: 8px;
  }
  .product-rec .tab-wrapper .tab-container .tab-button {
    position: relative;
    padding: 12px 24px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-family: Arial;
    font-size: 16px;
    color: #181818;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    z-index: 1;
  }
  .product-rec .tab-wrapper .tab-container .active {
    color: #fff;
  }
  .product-rec .region-con {
    width: calc(100% - var(--grid-style3-margin) * 3.5);
    margin: 0 auto;
    margin-top: 20px;
  }
  .product-rec .region-con .region-wrapper {
    display: none;
  }
  .product-rec .region-con .region-wrapper .region {
    display: inline-block;
    line-height: 45px;
    text-align: center;
    flex-flow: wrap;
    height: 45px;
    width: 135px;
    border: 1px solid #dcdcdc;
    /*border-radius: 2rem;*/
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  /*.product-rec .region-con .region-wrapper .region:hover {*/
  /*  background-color: #007BFF;*/
  /*  color: #fff;*/
  /*  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);*/
  /*}*/
  .product-rec .region-con .region-wrapper .active {
    background-color: #007BFF;
    color: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  }
  .product-rec .region-con .active {
    display: block;
  }
  .product-rec .server-con {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    margin-top: 20px;
  }
  .product-rec .server-con .title {
    text-align: center;
  }
  .product-rec .server-con .title h3 {
    font-weight: normal;
    font-size: 20px;
    color: #1c1d1f;
    line-height: 1;
    margin-bottom: 17px;
  }
  .product-rec .server-con .title .desc {
    font-size: 14px;
    color: #93939a;
    line-height: 1.5;
  }
  .product-rec .server-con .table-card {
    display: none;
  }
  .product-rec .server-con .table-con {
    display: block;
    border-radius: 12px;
    border: 1px solid #e0e6eb;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .product-rec .server-con .table-con table {
    width: 100%;
  }
  .product-rec .server-con .table-con table thead {
    font-weight: 400;
    border-bottom: 1px solid #e0e6eb;
    height: 60px;
  }
  .product-rec .server-con .table-con table thead tr th {
    padding: 14px 24px;
    color: #29343d;
    font-size: 16px;
  }
  .product-rec .server-con .table-con table tbody tr {
    transition: all 0.2s ease;
    color: #626266;
    height: 65px;
  }
  .product-rec .server-con .table-con table tbody tr:not(:last-child) {
    border-bottom: 1px solid #e5e7eb;
  }
  .product-rec .server-con .table-con table tbody tr:hover {
    background-color: rgba(220, 220, 220, 0.3);
  }
  .product-rec .server-con .table-con table tbody tr th {
    padding: 14px 24px;
    font-weight: normal;
  }
  .product-rec .server-con .table-con table tbody tr .symbol {
    color: #FF6A00;
  }
  .product-rec .server-con .table-con table tbody tr .price {
    font-weight: 600;
    font-size: 24px;
    color: #FF6A00;
    margin-right: 5px;
  }
  .product-rec .server-con .table-con table tbody tr .buy {
    font-size: 16px;
    color: #fff;
    background-color: #007BFF;
    padding: 5px;
    cursor: pointer;
    width: 100px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    margin-right: 10px;
  }
.product-rec .server-con .table-con table tbody tr .buy a{
  color: #fff;
}
  .product-rec .server-con .table-con table tbody tr .buy:hover {
    opacity: 0.8;
  }
  .product-rec .server-con .table-con table tbody tr .chat {
    font-size: 16px;
    padding: 5px;
    border: 1px solid #007BFF;
    color: #007BFF;
    cursor: pointer;
    width: 100px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
  }
  .product-rec .server-con .table-con table tbody tr .chat:hover {
    color: #fff;
    background-color: #007BFF;
  }
  .product-adv {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    margin-top: 60px;
  }
  .product-adv .title {
    margin-bottom: 20px;
  }
  .product-adv .title h4 {
    font-weight: 600;
    font-size: 24px;
    color: #3E3E3E;
    line-height: 36px;
    text-align: center;
  }
  .product-adv .title .desc {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 24px;
    text-align: center;
  }
  .product-adv .adv-con .adv-card {
    border-radius: 16px;
    padding: 10px 20px;
    display: inline-block;
    width: calc(33% - 12px);
    height: 150px;
    margin-bottom: 10px;
    position: relative;
    vertical-align: text-bottom;
    transition: all 0.3s ease;
  }
  .product-adv .adv-con .adv-card:hover {
    box-shadow: 0px 2px 12px 6px rgba(52, 65, 91, 0.08);
  }
  .product-adv .adv-con .adv-card:not(:nth-child(3n+3)) {
    margin-right: 15px;
  }
  .product-adv .adv-con .adv-card .adv-img {
    width: 52px;
    height: 52px;
    margin-right: 10px;
    background-size: cover !important;
    display: inline-block;
    position: absolute;
  }
  .product-adv .adv-con .adv-card .title {
    display: inline-block;
    margin-left: 62px;
  }
  .product-adv .adv-con .adv-card .title .text {
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    color: #222222;
    font-weight: 600;
  }
  .product-adv .adv-con .adv-card .title .info {
    margin-top: 8px;
    font-size: 14px;
    color: #7a8ba6;
  }
  .product-compare {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    margin-top: 60px;
    display: block;
  }
  .product-compare .title {
    margin-bottom: 20px;
  }
  .product-compare .title h4 {
    font-weight: 600;
    font-size: 24px;
    color: #3E3E3E;
    line-height: 36px;
    text-align: center;
  }
  .product-compare .title .desc {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 24px;
    text-align: center;
  }
  .product-compare .compare-con {
    display: flex;
    align-items: center;
    transform: scale(100%);
  }
  .product-compare .compare-con .mini1 {
    position: relative;
    right: -24px;
    bottom: -50px;
    display: inline-block;
    transform: scale(90%);
    flex: 1;
    padding: 30px;
    border-radius: 16px 0 0 16px;
    box-shadow: 0px 2px 24px 12px rgba(52, 65, 91, 0.08);
  }
  .product-compare .compare-con .mini1 .title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .product-compare .compare-con .mini1 .adv-list {
    padding-top: 15px;
    margin-top: 15px;
  }
  .product-compare .compare-con .mini1 .adv-list:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
  }
  .product-compare .compare-con .mini1 .adv-list .sub-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .product-compare .compare-con .mini1 .adv-list .adv-item {
    color: #374151;
    margin-bottom: 16px;
  }
  .product-compare .compare-con .mini1 .adv-list .adv-item .tick {
    background: url("/static/images/server/right.png");
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
  }
  .product-compare .compare-con .mini1 .adv-list .adv-item .info {
    font-size: 16px;
    line-height: 24px;
  }
  .product-compare .compare-con .mini1 .adv-list .adv-item .info .desc {
    font-size: 14px;
    color: #dbeafe;
  }
  .product-compare .compare-con .mini1 .adv-list .adv-item .info .check::before {
    position: absolute;
    left: -25px;
    top: 2px;
    content: "";
    background: url("/static/images/server/check2.png") !important;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat !important;
    background-size: 70% !important;
    background-position: center !important;
    background-color: #F3F4F6 !important;
    border-radius: 50% !important;
  }
  .product-compare .compare-con .mini1 .adv-list .adv-item .info .info-text {
    position: relative;
    margin-left: 30px;
    height: 28px;
    line-height: 28px;
  }
  .product-compare .compare-con .mini1 .adv-list .adv-item .info .info-text::before {
    position: absolute;
    left: -25px;
    top: 2px;
    content: "";
    background: url("/static/images/server/close.png");
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    background-color: #F3F4F6;
    border-radius: 50%;
  }
  .product-compare .compare-con .mini2 {
    flex: 1;
    position: relative;
    left: -24px;
    right: 0;
    border-radius: 0 16px 16px 0;
  }
  .product-compare .compare-con .wuyouyun {
    position: relative;
    display: inline-block;
    color: #fff;
    flex: 1.5;
    padding: 30px;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(to bottom right, #3b82f6, #2563eb);
  }
  .product-compare .compare-con .wuyouyun .title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .product-compare .compare-con .wuyouyun .tag {
    width: 52px;
    height: 28px;
    line-height: 28px;
    background-color: #FACC15;
    border-radius: 16px;
    color: #1E3A8A;
    text-align: center;
    font-weight: 600;
    position: absolute;
    right: 20px;
  }
  .product-compare .compare-con .wuyouyun .adv-list {
    padding-top: 15px;
    margin-top: 15px;
  }
  .product-compare .compare-con .wuyouyun .adv-list:not(:last-child) {
    border-bottom: 1px solid #60a5fa;
  }
  .product-compare .compare-con .wuyouyun .adv-list .sub-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .product-compare .compare-con .wuyouyun .adv-list .adv-item {
    margin-bottom: 16px;
  }
  .product-compare .compare-con .wuyouyun .adv-list .adv-item .info {
    font-size: 16px;
    line-height: 24px;
  }
  .product-compare .compare-con .wuyouyun .adv-list .adv-item .info .desc {
    font-size: 14px;
    color: #dbeafe;
  }
  .product-compare .compare-con .wuyouyun .adv-list .adv-item .info .tick {
    vertical-align: text-top;
    margin-right: 10px;
    background: url("/static/images/server/check.png");
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    background-color: #5B90EC;
    border-radius: 50%;
  }
  .product-compare .compare-con .wuyouyun .adv-list .adv-item .info .info-text {
    position: relative;
    margin-left: 30px;
    height: 28px;
    line-height: 28px;
  }
  .product-compare .compare-con .wuyouyun .adv-list .adv-item .info .info-text::before {
    position: absolute;
    left: -25px;
    top: 2px;
    content: "";
    background: url("/static/images/server/check.png");
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    background-color: #5B90EC;
    border-radius: 50%;
  }
  .application {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .application .title {
    margin-bottom: 20px;
  }
  .application .title h4 {
    font-weight: 600;
    font-size: 24px;
    color: #3E3E3E;
    line-height: 36px;
    text-align: center;
  }
  .application .title .desc {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 24px;
    text-align: center;
  }
  .application .app-con .app-card {
    border-radius: 16px;
    padding: 10px 20px;
    display: inline-block;
    width: calc(33% - 12px);
    height: 180px;
    margin-bottom: 10px;
    position: relative;
    vertical-align: text-bottom;
    transition: all 0.3s ease;
  }
  .application .app-con .app-card:hover {
    box-shadow: 0px 2px 12px 6px rgba(52, 65, 91, 0.08);
  }
  .application .app-con .app-card:not(:nth-child(3n+3)) {
    margin-right: 15px;
  }
  .application .app-con .app-card .title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .application .app-con .app-card .title .app-img {
    width: 52px;
    height: 52px;
    margin-right: 10px;
    background-size: cover !important;
    display: inline-block;
  }
  .application .app-con .app-card .title .text {
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    color: #222222;
    font-weight: 600;
  }
  .application .app-con .app-card .title .info {
    margin-top: 8px;
    font-size: 14px;
    color: #7a8ba6;
  }
}
