/* fix */
header.header .hero-foot.content-nav .tabs li {
  margin: 0 auto;
}

section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.consultant {
  background: transparent;
  color: white;
  border: none;
}

.section.tickets .column {
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.05));
}

.section.tickets .column:hover {
  filter: drop-shadow(0px 12px 32px rgba(0, 0, 0, 0.15));
}

.section.tickets .coupon {
  display: flex;
  height: 193px;
  padding-top: 5px;
  -webkit-mask: radial-gradient(circle at 4px, #0000 4px, red 0);
  -webkit-mask-position: -4px 9px;
  -webkit-mask-size: 100% 18px;
  position: relative;
}

.section.tickets .coupon .left-hand {
  background: url('../image/Group-6515.svg') no-repeat right top / cover;
  color: #fff;
  padding: 30px;
  min-width: 350px;
  -webkit-mask: radial-gradient(circle at 100%, #0000 9px, red 0);
  -webkit-mask-position: 0px -94px;
  font-size: 24px;
  line-height: 34px;
}

.section.tickets .coupon .coupon-content {
  margin-bottom: 20px;
}

.section.tickets .coupon .amount {
  display: inline-block;
  font-weight: 600;
  font-size: 60px;
  line-height: 54px;
}

.section.tickets .coupon .coupon-desc {
  font-size: 16px;
  line-height: 24px;
}

.section.tickets .coupon .right-hand {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  -webkit-mask: radial-gradient(circle at 0, #0000 9px, red 0);
  -webkit-mask-position: 0px -94px;
}

.section.tickets .coupon .button {
  width: 121px;
  height: 40px;
  color: #fff;
  background: #68747F;
  border-radius: 20px;
  font-size: 14px;
}

.section.tickets .coupon .button:focus {
  box-shadow: none;
  border-color: #dee0e7;
}

.section.tickets .coupon .button.is-orange {
  background: #EC7141;
}

.section.tickets .coupon .button.is-disabled {
  background: #68747f;
  color: #fff;
}

.section.tickets .coupon .coupon-tag {
  position: absolute;
  top: 0px;
  right: 35px;
  font-size: 14px;
  padding: 0px 8px;
  border-radius: 0 0 10px 10px;
  color: #fff;
  background: #EC813E;
}

.section.tickets .coupon .coupon-tag::before {
  position: absolute;
  left: -5px;
  top: 0px;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 5px solid #EB572A;
  border-left: 5px solid transparent;
}

.gpu_instance_products .level {
  background-color: #f5f9fa;
  box-shadow: none;
  position: relative;
}

.gpu_instance_products .box::after {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  right: -6px;
  width: 60px;
  height: 60px;
  background-image: url('../image/corner.svg');
}

.gpu_instance_products .level-left {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  background: #00aa72;
  color: #f7f6f3;
  margin: -20px 0 -20px -20px;
  padding: 20px;
  gap: 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  min-width: 300px;
}

.gpu_instance_products .level-left .meta {
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
}

.gpu_instance_products .level-left .label {
  font-size: 24px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #f7f6f3;
  margin-bottom: 0;
}

.gpu_instance_products .level-left p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.gpu_instance_products .level-content {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin-bottom: 0;
}

.gpu_instance_products .level-content .level-item:nth-of-type(3) .nice-select {
  width: 170px;
}

.gpu_instance_products .field {
  text-align: left;
}

.gpu_instance_products .level-right {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  justify-content: center;
  width: 207px;
}

.gpu_instance_products .level-right .price {
  color: #00ad6e;
  font-size: 12px;
}

.gpu_instance_products .level-right i {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
}

.gpu_instance_products .nice-select ul li {
  position: relative;
}

.gpu_instance_products .nice-select,
.gpu_instance_products .nice-select ul {
  min-width: 100px;
}

.gpu_instance_products .nice-select {
  border: 1px solid #dde1e6;
}

.gpu_instance_products .nice-select ul.list {
  box-shadow: 0px 12px 32px rgb(0 0 0 / 15%);
  width: 100%;
}

.gpu_instance_products .nice-select li.option:hover {
  background-color: #e4f6f1;
  color: #00a971;
}

.gpu_instance_products .nice-select ul li[data-discount]::after {
  content: attr(data-discount) '';
  position: absolute;
  top: 10px;
  right: 5px;
  background-color: #f17049;
  color: white;
  font-size: 10px;
  line-height: 12px;
  padding: 2px 4px;
  border-radius: 2px;
}

@media screen and (max-width: 768px) {
  .gpu_instance_products .level-left {
    margin: -20px -20px 20px -20px;
    border-radius: 4px 4px 0 0;
  }

  .gpu_instance_products .level-content {
    justify-content: flex-start;
  }

  .gpu_instance_products .level-content .field {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .gpu_instance_products .level-content .nice-select {
    width: 170px;
  }

  .gpu_instance_products .level-content .level-item {
    width: 100%;
    justify-content: flex-start;
  }

  .gpu_instance_products .level-right {
    margin-top: 40px;
    width: 100%;
    justify-content: center;
  }
}

.gpu_instance_promotion .subtitle {
  font-size: 14px;
  text-align: center;
}

.gpu_instance_promotion .card {
  padding: 0;
}

.gpu_instance_promotion .media {
  display: flex;
  justify-content: space-between;
  margin: 0;
  flex-direction: row;
  align-items: stretch;
}

.gpu_instance_promotion .media .column {
  background-size: cover;
  margin: 0;
}

.gpu_instance_promotion .media .title {
  font-size: 24px;
  text-align: left;
  margin-left: -30px;
  margin-bottom: 18px;
}

.gpu_instance_promotion .media .info {
  color: #3F464D;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 6px;
}

.gpu_instance_promotion .media .subtitle {
  font-size: 12px;
  text-align: left;
}

.gpu_instance_promotion .media .title-block {
  align-items: left;
  margin-bottom: 0;
}

.gpu_instance_promotion .media .media-left {
  padding: 40px 60px;
}

.gpu_instance_promotion .media .media-left ul {
  padding: 20px 0;
}

.gpu_instance_promotion .media .media-left li {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #3f464d;
  list-style-position: inside;
  list-style-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNCAwTDcuNDY0MSAyVjZMNCA4TDAuNTM1ODk4IDZWMkw0IDBaIiBmaWxsPSIjMDBBNjcxIi8+Cjwvc3ZnPgo=');
}

.gpu_instance_promotion .media .media-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}

.gpu_instance_promotion .media .media-content img {
  width: 100%;
}

.gpu_instance_promotion .media .intro {
  color: #3e464c;
  font-size: 16px;
  text-align: left;
  letter-spacing: 2px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

.gpu_instance_promotion .media span {
  color: #ff7641;
}

.gpu_instance_promotion .media span i {
  font-style: normal;
  font-size: 28px;
}

.gpu_instance_promotion .media figure {
  width: 450px;
  height: 252px;
}

@media screen and (max-width: 768px) {
  /* .gpu_instance_promotion .card {
    padding: 20px;
  } */

  .gpu_instance_promotion .media {
    flex-flow: column-reverse nowrap;
  }

  .gpu_instance_promotion .media .media-left {
    width: 100%;
  }

  .gpu_instance_promotion .media .media-content {
    padding: 0;
    width: 100%;
    margin-bottom: 0;
  }

  .gpu_instance_promotion .media .image {
    height: auto;
  }
}

.raw_content table {
  text-align: center;
  border: 1px solid #dce0e0;
  width: 100%;
  color: #3e464c;
  font-size: 14px;
}

.raw_content table th,
.raw_content table td {
  border: 1px solid #dce0e0;
  padding: 0 20px;
  text-align: center;
  font-weight: normal;
}

.raw_content table thead tr th:nth-child(1),
.raw_content table tbody tr td:nth-child(1) {
  text-align: left;
}

.raw_content table thead {
  background-color: #f5f9fa;
}

.raw_content table thead th {
  height: 60px;
  vertical-align: middle;
}

.raw_content table tbody td {
  height: 80px;
  vertical-align: middle;
}

.raw_content .card-content .media-content .title {
  font-size: 18px;
  font-weight: 500;
  color: #0F0D15;
  margin-bottom: 0;
}

.raw_content .card-content .media-content .content {
  font-size: 14px;
  line-height: 24px;
}

.related_products .column {
  position: relative;
  min-height: 180px;
}

.related_products a {
  background: #f5f9fa;
}

.related_products a.media {
  padding: 20px;
  border-radius: 4px;
  position: absolute;
  top: var(--columnGap);
  left: var(--columnGap);
  z-index: 100;
}

.related_products .media .describe {
  color: #68747f;
  font-size: 14px;
  line-height: 24px;
}

.related_products a.media .describe {
  max-height: 48px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.related_products a.media:hover {
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  background-color: #ffffff;
}

.related_products a.media:hover .describe {
  -webkit-line-clamp: 999;
  max-height: 999px;
}

.related_products a.media:hover .label {
  color: #02a971;
}

.guide_help a {
  line-height: 40px;
  font-size: 14px;
}

.guide_help .question-item {
  list-style-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNCAwTDcuNDY0MSAyVjZMNCA4TDAuNTM1ODk4IDZWMkw0IDBaIiBmaWxsPSIjMDBBNjcxIi8+Cjwvc3ZnPgo=);
  list-style-position: inside;
}

.guide_help .question-item a {
  color: #4a535c;
}

.guide_help .question-item a:hover {
  color: #02a971;
}

.module_tabs .tabs {
  justify-content: center;
}

.module_tabs .tabs ul {
  list-style: none;
  margin-left: 0;
}

.module_tabs .tabs li {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  position: relative;
}

.module_tabs .tabs a {
  font-weight: bold;
  font-size: 20px;
  width: 200px;
  padding-top: 0;
}

.module_tabs .tab-content {
  padding-top: 24px;
}

.module_tabs .tab-content p {
  color: #68747f;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.2px;
}

.module_tabs .tab-content .line {
  border-bottom: 1px solid #eeeeee;
  margin: 10px 0;
}

.module_tabs .tab-content ul {
  list-style-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNCAwTDcuNDY0MSAyVjZMNCA4TDAuNTM1ODk4IDZWMkw0IDBaIiBmaWxsPSIjMDBBNjcxIi8+Cjwvc3ZnPgo=);
  list-style-position: inside;
}

.module_tabs .tab-content li {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}

.customer_case .media-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 180px;
}

.customer_case .media-left {
  margin-right: 40px;
}

.customer_case .media-content .label {
  font-size: 16px;
}

.customer_case .media-content {
  color: #68747f;
}

.customer_case .card {
  padding: 40px;
}

.customer_case .image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.customer_case .icon {
  width: 194px;
  height: 50px;
}

.customer_case .more-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .customer_case .card {
    padding: 20px;
  }

  .customer_case .media {
    flex-direction: column;
  }

  .customer_case .media-left {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}

.sub_banner {
  padding: 32px 0 !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url(../image/banner-bg.png);
}

.sub_banner .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub_banner h4 {
  font-weight: 500;
  font-size: 26px;
  color: #FFFFFF;
  margin: 0px 45px 0 0 !important;
  line-height: 0;
}

.sub_banner a {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  width: 128px;
  height: 44px;
}

@media screen and (max-width: 768px) {
  .sub_banner {
    padding: 0.5rem 1.25rem;
  }

  .sub_banner .container {
    flex-direction: column;
  }

  .sub_banner h4 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: unset;
  }

  .section.tickets .coupon {
    height: 110px;
  }

  .section.tickets .coupon .left-hand {
    min-width: 205px;
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .section.tickets .coupon .coupon-content {
    margin-bottom: 6px;
  }

  .section.tickets .coupon .amount {
    font-size: 24px;
    line-height: 28px;
  }

  .section.tickets .coupon .coupon-desc {
    font-size: 12px;
    line-height: 18px;
  }

  .section.tickets .coupon .button {
    font-size: 12px;
    width: auto;
    height: 34px;
  }

  .section.tickets .coupon .coupon-tag {
    font-size: 12px;
    right: 5px;
    padding: 0 5px;
  }

  .related_products a.media {
    width: calc(100% - 50px);
  }

  .raw_content .product-scenes-container {
    display: block !important;
  }

  .raw_content .product-scenes-container img {
    width: 100%;
  }
}

figure[data-video-url] {
  position: relative;
}
figure[data-video-url]::before {
  content: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 21 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.12563 1.50906L18.9725 11.3711C20.0922 12.1685 20.0922 13.8317 18.9725 14.6292L5.12563 24.4912C3.80162 25.4342 1.96538 24.4876 1.96538 22.8622L1.96538 13.0001L1.96538 3.13812C1.96538 1.51263 3.80162 0.566075 5.12563 1.50906Z" fill="white" stroke="white" stroke-width="2"/></svg>');
  width: 58px;
  height: 58px;
  line-height: 73px;
  text-align: center;
  background-color: #3d3e49;
  opacity: 0.5;
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 29px);
  left: calc(50% - 29px);
  z-index: 1;
}
figure[data-video-url]:hover::before {
  opacity: 0.8;
  cursor: pointer;
}
