/* 定义全局变量 */
:root {
  --mainColor: #006eff;
  --viceColor: #118efc;
  --redColor: #ff3c20;
  --titleColor: #191919;
  --vicetitleColor: #3d485d;
  --introduceColor: #293957;
  --placeholderColor: #c0c0c0;
  --deepbannerColor: #f2f2f2;
  --lightbannerColor: #f9fafc;
}

/* 全局 */
a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #006eff;
}

a.tpm-btn--white-hole:focus {
  color: #fff;
}

.tpm-product__moreconfig:focus {
  color: #3d485d;
  color: var(--vicetitleColor);
}

* {
  outline: none;
}

li {
  list-style: none;
}

.w100 {
  width: 100% !important;
}

.w50 {
  width: 50% !important;
}

.w35 {
  width: 35% !important;
}

.w75 {
  width: 75% !important;
}

span,
h3 {
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

em,
i {
  font-style: normal;
  font-weight: 400;
}

.is-hidden-pc {
  display: none;
}

.font-bold {
  font-weight: bold;
}

body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
li,
ol,
p,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

body,
html {
  min-width: 1200px;
}

body {
  overflow-x: auto;
}

.view-control header {
  z-index: 1;
}

button,
input[type="button"],
input[type="submit"],
select {
  cursor: pointer;
}

.fboxYcenter {
  display: flex;
  align-items: center;
}

.mainColor {
  color: #006eff;
  color: var(--mainColor);
}

.noShadow {
  box-shadow: none;
}

b,
strong {
  font-weight: 700;
}

.cursorPointer {
  cursor: pointer;
}

.page-header-parent.nofloorBg {
  height: 65px;
}

.section {
  /* max-width: 1200px; */
  padding: 0 20px;
  margin: 0 auto;
}

.font18,
.font-18 {
  font-size: 18px;
}

.font16,
.font-16 {
  font-size: 16px;
}

.font24,
.font-24 {
  font-size: 24px;
}

.font12 {
  font-size: 12px;
}

.pdB-0 {
  padding-bottom: 0px !important;
}

.mr-16 {
  margin-right: 16px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-4 {
  margin-right: 4px;
}
.mr-10 {
  margin-right: 10px;
}

.mr-24 {
  margin-right: 24px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-16 {
  margin-left: 16px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-16-i {
  margin-bottom: 16px !important;
}

.mb-24-i {
  margin-bottom: 24px !important;
}

.overshowSpot {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blockCenter {
  display: block;
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.document-content-none-icon {
  display: block;
  margin: 0 auto 24px;
  width: 160px;
  height: 160px;
  background: url(./images/news/search-none_ccb.svg) no-repeat;
}

video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
video:focus {
  outline: none;
}

/* 全局 end */

/* 标题 */
.bigTitle {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.onelevelTitle {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.priceText {
  font-size: 28px;
  font-weight: 600;
}

/* 标题  end*/

/* 按钮 */
.tpm-btn {
  display: inline-block;
  box-sizing: border-box;
  min-width: 104px;
  height: 36px;
  padding: 0 24px;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: #006eff;
  background-color: var(--mainColor);
  border: 1px solid transparent;
  outline: 0 none;
  cursor: pointer;
  box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
}

.tpm-prod-hero__btn {
  background-color: #006eff;
  background: var(--mainColor);
  box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
  color: #fff;
  min-width: 136px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  -webkit-font-smoothing: auto;
  transition: box-shadow 0.3s ease-in-out;
}

.tpm-btn.noclick {
  color: #fff;
  cursor: default;
  background: linear-gradient(90deg, #d2cfc9 0%, #ada7a1 100%) !important;
  font-weight: normal !important;
  border: none;
}

.tpm-btn.isLodding {
  background: #3b86eb !important;
  color: rgba(255, 255, 255, 0.5) !important;
}

.tpm-btn__key {
  background: linear-gradient(90deg, #ff6854 0%, #ff3b20 100%);
  color: #fefefe;
  border: none;
  box-shadow: none !important;
}

.receiveCoupon__wrapper .tpm-btn__key,
.receiveCoupon__wrapper .tpm-btn__key:hover {
  background: url(./images/new-common/cloud_img01_newuser.png) no-repeat center;
  background-size: cover;
  width: 144px;
  height: 36px;
  font-size: 0;
}

.tpm-btn .el-icon {
  transition:
    transform 0.4s,
    -webkit-transform 0.4s;
}

.tpm-btn:hover .el-icon.el-icon-arrow-right {
  transform: translateX(4px);
}

#hideInput {
  /* width: 0px; */
  /* height: 0px; */
  padding: 0px;
  border: none;
}

.el-menu {
  border-right: none;
}

.el-slider__bar {
  background: #006eff;
  background: var(--mainColor);
}

.el-slider__button.dragging,
.el-slider__button.hover,
.el-slider__button:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.el-menu-item.is-active,
.el-submenu .el-menu-item.is-active {
  color: #006eff;
}

.el-submenu__title {
  padding: 0px;
}

[class*="tpm-"],
[class*="tpm-"]:after,
[class*="tpm-"]:before,
[class*="tpm-"]:focus {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.tpm-btn:active,
.tpm-btn:hover {
  background: linear-gradient(90deg, #118efc 0%, #006efc 100%);
  background: linear-gradient(
    90deg,
    var(--viceColor) 0%,
    var(--mainColor) 100%
  );
  /* box-shadow: none; */
  box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 30%);
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.tpm-prod-hero__btn:hover {
  box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 30%);
}

.tpm-prod-hero__btn:visited,
.tpm-btn--primary:visited,
.tpm-btn--primary:focus {
  color: #fff; /*已访问的链接颜色*/
}

.tpm-prod-hero__btn.tpm-prod-hero__btn--white:visited,
.tpm-btn--primary.tpm-prod-hero__btn--white:visited {
  color: #191919;
}

.tpm-btn--white-hole {
  color: #fff;
  background-color: transparent;
  border-color: hsla(0, 0%, 100%, 0.6);
  box-shadow: none;
}

.tpm-btn--white-hole:active,
.tpm-btn--white-hole:hover {
  color: #000;
  border-color: #fff;
  background: #fff;
}

.tpm-prod-hero__btn--white {
  background: #fff;
  border: 1px solid #fff;
  box-shadow:
    8px 8px 20px 0 rgb(55 99 170 / 10%),
    inset 0 4px 20px 0 hsl(0deg 0% 100% / 50%);
  color: #191919;
  transition: all 0.3s ease-in-out;
}

.tpm-prod-hero__btn--white:hover {
  color: #191919;
}

.tpm-btn--white.tpm-prod-hero__btn--white:active,
.tpm-btn--white.tpm-prod-hero__btn--white:hover,
.tpm-btn.tpm-btn--lightTodeep {
  border-color: #006eff;
  background-color: #ecf2fe;
  box-shadow: none;
  color: #006eff;
}
.tpm-prod-hero__btn--white:hover {
  box-shadow:
    8px 8px 20px 0 rgb(55 99 170 / 30%),
    inset 0 4px 20px 0 hsl(0deg 0% 100% / 50%);
  background: #fff;
}

.tpm-prod-hero .tpm-link + .tpm-link,
.tpm-prod-hero__btn + .tpm-link,
.tpm-prod-hero__btn + .tpm-prod-hero__btn {
  margin-left: 16px;
}

.tpm-btn__key:hover {
  background: linear-gradient(-90deg, #fb2d37 0%, #ff6052 100%);
}

.tpm-btn.tpm-btn--lightTodeep:hover {
  background-color: #006eff;
  box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 30%);
  color: #fff;
}

/* 按钮  end*/

/* 特殊 a 标签 */
.tpm-link.tp-link {
  color: #006eff;
  color: var(--mainColor);
}

.tpm-link.tp-link.tp1-link--arrow-bottom::after {
  display: none;
}

.tpm-link.tp-link .el-icon-arrow-down {
  transition: all 0.3s ease-out;
}

.tpm-link.tp-link .el-icon-arrow-down.rotate {
  transform: rotate(180deg);
}

.tpm-link:after {
  background-position: 0% 100%;
  background-size: 2733.333333333333% auto;
}

.tp-link:after,
.tp-link--weak-arrow:after,
.tp-link--white-arrow:after {
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 4px;
  overflow: hidden;
  vertical-align: 0;
  background-image: url(icon.svg);
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition:
    transform 0.4s,
    -webkit-transform 0.4s;
  content: "";
}

.tpm-faq__item-icon {
  position: absolute;
  right: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background-image: url(icon.svg);
  background-position: 98.105263% 51.384615%;
  background-size: 733.3333333333333% auto;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.is-active .tpm-faq__item-icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tp-link:hover:after,
.tp-link--weak-arrow:hover:after,
.tp-link--white-arrow:hover:after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/* 特殊 a 标签 end*/

/* 面包屑导航 */

.breadcrumb-item {
  -moz-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: block;
  font-size: 14px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.breadcrumb-item .breadcrumb-item-link {
  color: #c0c0c0;
  cursor: default;
}

.breadcrumb-item:not(:last-child) .breadcrumb-item-link {
  color: #006eff;
  cursor: pointer;
}

.breadcrumb .el-icon {
  font-size: 10px;
  color: #444444;
  margin: 0 12px;
}

/* 面包屑导航 end*/

/* banner 部分 */

.tpm-prod-hero-parent {
  position: relative;
  z-index: 1;
}

.tpm-prod-hero {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 450px;
  background-color: #f1f3f4;
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
}

.tpm-prod-hero__bg,
.tpm-prod-hero__bg-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.tpm-prod-hero__bg-wrap {
  overflow: hidden;
}

.tpm-prod-hero__bg {
  z-index: 1;
  background: rgb(221, 239, 253);
}

.tpm-prod-hero__bg-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: auto 520px;
  background-repeat: no-repeat;
  background-position: top;
}

.tpm-prod-hero__inner {
  z-index: 2;
  position: relative;
  height: 100%;
  margin: 0 auto;
  padding-top: 64px;
  /* 为了适应当前的导航栏高度 */
  /* padding-top: 92px; */
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.tpm-prod-hero__content {
  color: #3d485d;
  color: var(--vicetitleColor);
  margin-top: -6px;
  text-align: left;
}

.tpm-action-panel .tpm-prod-hero__btn--white {
  color: #191919;
}

.tpm-prod-hero__content .tpm-prod-hero__desc {
  color: #191919;
}

.tpm-prod-hero__dropdown-wrap {
  margin-bottom: 11px;
}

.tpm-prod-hero__event {
  display: inline-block;
  height: 24px;
  padding: 0px 10px;
  background: linear-gradient(-90deg, #fb2d37 0%, #ff6052 100%);
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  margin-right: 4px;
}

.tpm-prod-hero__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.tpm-prod-hero__tit {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: #293957;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tpm-prod-hero__desc {
  font-size: 16px;
  line-height: 30px;
  max-width: 700px;
}

.tpm-prod-hero__mainDesc {
  font-size: 20px;
  font-weight: 500;
}

.tpm-prod-hero__btn-group {
  margin-top: 40px;
}

.tpm-prod-hero__video-card {
  position: absolute;
  right: 10px;
  bottom: -128px;
  box-sizing: border-box;
  width: 324px;
  height: 174px;
  background-image: linear-gradient(0deg, #fff, #f3f5f8);
  /* box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%); */
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s linear;
}

.tpm-prod-hero__video-card:hover {
  box-shadow: 0px 4px 12px 0px rgb(41 57 87 / 8%);
}

.tpm-prod-hero__video-card .tpm-prod-hero__video-card-inner {
  width: 100%;
  height: 100%;
}
.tpm-prod-hero__video-card .tpm-btn {
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 0;
  width: 104px;
  margin: auto;
}

.tpm-prod-hero__notice {
  position: relative;
  padding: 0 10px;
  -webkit-font-smoothing: antialiased;
  min-height: 120px;
}

.tpm-prod-hero__notice-inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px;
}

.tpm-prod-hero.tpm-prod-hero--with-video
  + .tpm-prod-hero__notice
  .tpm-prod-hero__notice-inner {
  padding-right: 340px;
}

.tpm-prod-hero__notice-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tpm-prod-hero__notice-item {
  width: 33.333%;
}

.tpm-prod-hero__notice-item:hover .tpm-prod-hero__notice-tit {
  color: #006eff;
  color: var(--mainColor);
}

.tpm-prod-hero__notice-link {
  padding: 24px 40px 24px 0px;
  display: block;
  text-align: center;
}

.tpm-prod-hero__notice-tit {
  font-size: 18px;
  color: #191919;
  color: var(--titleColor);
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.tpm-prod-hero__notice-desc {
  font-size: 14px;
  color: #293957;
  color: var(--introduceColor);
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
}

@media screen and (min-width: 1400px) {
  .tpm-prod-hero {
    transition:
      margin 0.4s ease-out,
      max-width 0.4s ease-out;
  }
}

@media screen and (max-width: 1200px) {
  .tpm-prod-hero__header {
    padding-right: 460px;
  }

  .tpm-prod-hero__desc {
    max-width: none;
    padding-right: 460px;
  }
}

/* banner 部分 end*/

/* 模块 */
.tpm-section {
  padding: 60px 0;
}

.tpm-section.tpm-section__lightBg {
  background: #f9fafc;
}

.tpm-section__linearBg {
  background: linear-gradient(180deg, #dce7f3 0%, #ffffff 100%);
}

.tpm-section.tpm-section__datacenter {
  overflow: hidden;
}

.tpm-section.tpm-section__deepBg {
  background: #242527;
}

.tpm-section__hd {
  margin-bottom: 40px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.tpm-section__title {
  font-weight: 500;
  font-size: 28px;
  color: #191919;
  line-height: 40px;
}

.tpm-section__desc {
  font-size: 18px;
  font-weight: 400;
  color: #3d485d;
  line-height: 25px;
}

.tpm-section.tpm-section__deepBg .tpm-section__title {
  color: #ffffff;
}

.tpm-section__sub {
  margin-top: 12px;
}

.view-control .view-column {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.view-control .view-column.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.tpm-section.tpm-section__airtcle {
  padding-top: 0px;
}

.tpm-feature__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-font-smoothing: antialiased;
}

.tpm-feature__item.tpm-feature__item-writeBg {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(41, 57, 87, 0.08);
  padding: 24px 16px;
}

.tpm-feature__item.tpm-feature__item-writeBg:hover {
  box-shadow:
    8px 8px 20px 0 rgb(55 99 170 / 10%),
    -8px -8px 20px 0 #fff;
}

.tpm-feature__item.tpm-feature__item-writeBg:hover .tpm-feature__item-title {
  color: #006eff;
}

.tpm-feature__item-icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 8px;
}

.tpm-doc__item__header .font18 {
  color: #191919;
  font-weight: 500;
}

.tpm-feature__item-bd {
  -ms-flex: 1;
  flex: 1;
  /* width: 1px; */
}

.tpm-feature__item-title {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tpm-feature__item.tpm-feature__item-writeBg .tpm-feature__item-title {
  margin-bottom: 16px;
}

.tpm-feature__item-desc {
  font-size: 14px;
  color: #495770;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.tpm-feature__item.tpm-feature__item-writeBg .tpm-feature__item-go {
  padding-top: 24px;
  border-top: 1px solid #f2f2f2;
}

.tpm-section.tpm-section__deepBg .tpm-feature__item-title,
.tpm-section.tpm-section__deepBg .tpm-feature__item-desc {
  color: #fff;
}

/* 模块 end */

/* layout */
.tp-grid__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 0;
}

[class*="tp-grid__col"] {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-sizing: border-box;
  -webkit-box-flex: 0;
}

.tp-grid__col--8 {
  width: 33.3333333333%;
}

.tp-grid__col--4 {
  width: 16.6666666666%;
}

.tp-grid__col--6 {
  width: 25%;
}

.tp-grid__col--3 {
  width: 12.5%;
}

.tp-grid__col--12 {
  width: 50%;
}

.tp-grid__col--24 {
  width: 100%;
}

.tp-grid__row.tp-grid--gutter-8n {
  margin-bottom: -36px;
}

.tp-grid__row.tp-grid--gutter-8n .tp-grid__col {
  margin-bottom: 36px;
  padding-right: 16px;
  padding-left: 16px;
}

.tp-grid__row.tp-grid--gutter-8 .tp-grid__col {
  padding-right: 8px;
  padding-left: 8px;
}

.tp-grid__row.tp-grid--gutter-6 .tp-grid__col {
  padding-right: 6px;
  padding-left: 6px;
}

.pad__row-4 {
  padding: 0 4px;
}

.pad__row-6 {
  padding: 0 6px;
}

.pad__row-8 {
  padding: 0 8px;
}

.pad__row-10 {
  padding: 0 10px;
}

.pad__row-12 {
  padding: 0 12px;
}

.tp-grid--gutter-4 {
  margin: 0 -4px;
}

.tp-grid--gutter-6 {
  margin: 0 -6px;
}
.tp-grid--gutter-8 {
  margin: 0 -8px;
}

.tp-grid--gutter-8n {
  margin: 0 -16px;
}

.tp-module-bottomCenter {
  position: absolute;
  left: 0px;
  margin: auto;
  bottom: 0px;
  width: 1200px;
  right: 0px;
  transform: translateY(50%);
}

@media (max-width: 768px) {
  .tp-grid__col--pad-12 {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    box-flex: 0;
  }
}

@media (max-width: 600px) {
  .tp-grid__col--phone-24 {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    box-flex: 0;
  }

  .tp-grid__col--phone-12 {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    box-flex: 0;
  }
}

/* layout  end*/

/* tabs 切换 */
.tl-tabs {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.tl-tabs__bar {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.tl-tabs__list {
  position: relative;
  display: inline-block;
  min-width: 100%;
  font-size: 0;
  list-style: none;
  text-align: center;
  vertical-align: top;
}

.tl-tabs__item.is-active .tl-tabs__item-cont {
  color: #006eff;
  color: var(--mainColor);
}

.tl-tabs__item-cont {
  position: relative;
  cursor: pointer;
  padding: 0 20px 20px;
  margin: 0 50px;
  text-align: center;
  font-size: 16px;
  color: #495770;
  line-height: 24px;
}

.tl-tabs__item {
  display: inline-block;
}

.tl-tabs__item.is-active .tl-tabs__item-cont::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 4px solid #006efc;
  border-color: var(--mainColor);
  content: "";
  z-index: 1;
}

.tl-tabs__cont {
  background: #f3f5f8;
  box-shadow:
    inset 8px 8px 20px 0 rgb(55 99 170 / 11%),
    inset -8px -8px 20px 0 #fff;
  padding: 16px 20px 60px;
}

/* .tl-tabs__panel {
    transition: opacity 0.45s ease 0s, transform 0.45s ease 0s;
    transform-origin: center center;
    flex-shrink: 0;
    height: 0px;
    width: 0px;
    overflow: hidden;
    opacity: 0;
    padding: 0px;
    margin: 0px;
    pointer-events: none;
    display: block;
    transform: translate3d(0px, 10px, 0px);
} */

.tl-tabs__panel.active {
  transform-origin: center center;
  flex-shrink: 0;
  width: auto;
  height: auto;
  opacity: 1;
}

/* tabs 切换 end */

/* 领券 */
.receiveCoupon__wrapper {
  margin-bottom: 16px;
  background: linear-gradient(
    270deg,
    rgba(255, 60, 33, 0) 0%,
    rgb(255 60 33 / 20%) 100%
  );
}

.receiveCoupon__wrapper .receiveCoupon__text {
  padding: 0 15px;
  color: #ff3b20;
  font-size: 14px;
  font-weight: 400;
}
/* 领券 end */

.yz-el-dialog .el-dialog__headerbtn .el-dialog__close {
  color: #000000;
  font-weight: bold;
}

.el-dialog__headerbtn {
  top: 29px;
  right: 29px;
}

/* 服务器产品配置 table */
.productTable-wrapper .el-table {
  box-shadow: 0px 4px 12px 0px rgb(41 57 87 / 8%);
}

.productTable-wrapper .el-table .tpm-btn {
  box-shadow: none;
}

.productTable-wrapper .el-table {
  color: #191919;
}

.productTable-wrapper .el-table .productColumn__desc {
  color: #293957;
}

.productTable-wrapper .el-table .el-table__header-wrapper th {
  background: #f2f2f2;
  font-size: 14px;
  color: #191919;
}
.productTable-wrapper .el-table .cell,
.productTable-wrapper .el-table--border td:first-child .cell,
.productTable-wrapper .el-table--border th:first-child .cell {
  padding-left: 24px;
  display: block;
}

.el-table td,
.el-table th.is-leaf {
  border-bottom: none;
}

.table-column__price {
  font-size: 24px;
  color: #ff3b20;
}

.table-column__price .unit {
  font-size: 12px;
}

.productTable-wrapper
  .el-table--enable-row-hover
  .el-table__body
  tr:hover
  > td {
  background: transparent;
}

.productTable-wrapper .el-table tbody tr {
  position: relative;
}

.productTable-wrapper .el-table tbody tr:hover::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  background: transparent;
  box-shadow: 0px 4px 12px 0px rgba(41, 57, 87, 0.08);
  z-index: 1;
}

.productTable-wrapper .el-table tbody tr td .cell > div {
  position: relative;
  z-index: 2;
}

.productTable-wrapper .el-table .el-table__body-wrapper {
  /* height: 910px; */
  transition: height 0.15s ease-out;
  /* -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out; */
}

.pls-nav-tag {
  box-sizing: border-box;
  margin-left: 8px;
  padding: 0 2px;
  height: 12px;
  background: #fff;
  border: 1px solid #ff1f11;
  box-shadow: 2px 2px 4px 0 rgba(55, 99, 170, 0.31);
  background: #fff;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  position: relative;
  top: -1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff1f11;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
}

.pls-nav-tag-text {
  height: 12px;
  -webkit-transform: scale(0.8333333333);
  transform: scale(0.8333333333);
}

.page-header__main .pls-nav-tag {
  position: absolute;
  right: 1px;
  top: 12px;
  margin-left: 0;
}

.productTable-wrapper .el-table.skeletontTable tbody tr td .cell > div,
.skeletontDom {
  width: 100%;
  font-size: 0px;
  border-radius: 4px;
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: el-skeleton-loading 1.4s ease infinite;
}

@keyframes el-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}

/* 服务器产品配置 table end */

/* 产品配置模块 */
.tp-grid__col .product-item-wrapper {
  position: relative;
  background: #ffffff;
  box-sizing: border-box;
}

.tp-grid__col .product-item-wrapper:hover,
.tpm-doc__item:hover {
  box-shadow:
    8px 8px 20px 0 rgb(55 99 170 / 10%),
    -8px -8px 20px 0 #fff;
}

.tp-grid__col .product-item-wrapper.hotProduct::before {
  content: "";
  position: absolute;
  width: 74px;
  height: 66px;
  top: -4px;
  right: -4px;
  background: url(/web/my/infoassets/act/20221111/img/20221111_lable.png) center
    no-repeat;
  background-size: cover;
  z-index: 10;
}

.tp-grid__col
  .product-item-wrapper
  .item-info-wrapper-parent
  .item-title-wrapper {
  position: relative;
  display: block;
  padding: 20px 16px 24px;
  border: 3px solid #ffffff;
  border-radius: 0px;
  box-shadow: 0px 4px 12px 0px rgb(41 57 87 / 8%);
  background: linear-gradient(0deg, #ffffff 0%, #eff8ff 100%);
}

.tp-grid__col
  .product-item-wrapper
  .item-info-wrapper-parent
  .item-title-wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: #fff transparent transparent transparent;
  bottom: -19px;
  filter: drop-shadow(0.5px 0px 0px rgba(0, 0, 0, 0.3));
  z-index: 10;
}

.tp-grid__col
  .product-item-wrapper
  .item-info-wrapper-parent
  .item-title-wrapper
  .item-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}

.tp-grid__col
  .product-item-wrapper
  .item-info-wrapper-parent
  .item-title-wrapper
  .item-desc {
  font-size: 14px;
  font-weight: 400;
  color: #293957;
  line-height: 21px;
  white-space: nowrap;
}

.tp-grid__col
  .product-item-wrapper
  .item-info-wrapper-parent
  .item-info-wrapper {
  padding: 0px 23px 0px 23px;
  margin-bottom: 0px;
  position: relative;
  box-sizing: border-box;
}

.tp-grid__col
  .product-item-wrapper
  .item-info-wrapper-parent
  .item-info-wrapper
  .item-info-innerwrapper {
  padding: 22px 0;
  border-bottom: 1px solid #f2f2f2;
}

.tp-grid__col
  .product-item-wrapper
  .item-info-wrapper-parent
  .item-info-wrapper
  .item-info-innerwrapper
  .item-info,
.yz-el-dialog .option-itemSelect {
  margin: 8px 0;
}

.tp-grid__col
  .product-item-wrapper
  .item-info-wrapper-parent
  .item-info-wrapper
  .item-info-innerwrapper
  .item-info
  .item-info-val {
  height: 36px;
  line-height: 36px;
  color: #191919;
  white-space: nowrap;
}

.tp-grid__col
  .product-item-wrapper
  .item-info-innerwrapper
  .item-info
  .item-info-key,
.yz-el-dialog .option-itemSelect h6 {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #293957;
  min-width: 80px;
}

.tp-grid__col .product-item-wrapper .el-icon-arrow-up:before,
.yz-el-dialog .el-icon-arrow-up:before {
  content: "\e78f" !important;
  color: #999;
}

.productTable-wrapper .el-input__inner,
.tp-grid__col .product-item-wrapper .el-input__inner,
.yz-el-dialog .el-input__inner {
  border: 1px solid #dde8f5;
  background: linear-gradient(0deg, #ffffff 0%, #eff8ff 100%);
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-weight: 400;
  color: #191919;
  border-radius: 0px;
  box-shadow:
    inset 0 4px 20px 0 hsl(0deg 0% 100% / 50%),
    8px 8px 20px 0 rgb(55 99 170 / 10%);
}

.el-input-number__decrease:hover:not(.is-disabled)
  ~ .el-input
  .el-input__inner:not(.is-disabled),
.el-input-number__increase:hover:not(.is-disabled)
  ~ .el-input
  .el-input__inner:not(.is-disabled) {
  border-color: #006eff;
}

.el-radio__input.is-checked .el-radio__inner {
  border-color: #006eff;
  background: #006eff;
  border-color: var(--mainColor);
  background: var(--mainColor);
}

.el-select-dropdown__wrap {
  max-height: 300px;
}

/* .tp-grid__col .product-item-wrapper  .el-select .el-input.is-focus .el-input__inner {
    border-color: #006eff;
    border-color: var(--mainColor);
} */

.product-item-wrapper .el-select:hover .el-input__inner,
.yz-el-dialog .el-select:hover .el-input__inner {
  border-color: #006eff;
  border-color: var(--mainColor);
}

.el-select.el-select__timeSelect .el-input__prefix {
  right: 30px;
  left: inherit;
  display: flex;
  align-items: center;
}

.el-select.el-select__timeSelect .el-input--prefix .el-input__inner {
  padding-left: 15px;
}

.el-select .timeSelect-slot {
  font-size: 12px;
  color: #006eff;
  line-height: 1;
}

.el-tabs__item.is-active {
  color: #006eff;
}

.el-tabs__active-bar {
  background: #006eff;
}

.el-tab-pane-label {
  padding: 0 8px;
}

.el-tabs__item {
  color: #293957;
}

.el-tabs__item:hover {
  color: #006eff;
}

.el-tabs__nav-wrap::after {
  height: 1px;
  border-bottom: 1px solid #dfdfdf;
}

.el-pagination,
.el-pager li {
  font-size: 12px;
  font-weight: 400;
  color: #191919;
}

.el-pager li {
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  margin: 0 4px;
  padding: 0px;
  line-height: 32px;
}

.el-pager li.active {
  background: none;
  border: none;
  color: #006eff;
}

.el-pager li:hover {
  box-shadow: 0px 4px 12px 0px rgba(41, 57, 87, 0.08);
  color: #006eff;
}

.el-select .el-input.is-focus .el-input__inner {
  border-color: #006eff;
}

.el-pager li.active + li {
  border-left: 1px solid #dfdfdf;
}

.el-pagination__total {
  font-size: 12px;
  font-weight: 400;
  color: #293957;
}

.el-pagination .el-select .el-input {
  width: 97px;
}

.el-pagination .el-select .el-input .el-input__inner,
.el-pagination span:not([class*="suffix"]) {
  height: 32px;
  line-height: 32px;
  color: #191919;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  border-color: #006eff;
  border-color: var(--mainColor);
  background-color: #006eff;
  background-color: var(--mainColor);
}

.productTable-wrapper .el-input__icon,
.tp-grid__col .product-item-wrapper .el-input__icon,
.yz-el-dialog .el-input__icon {
  line-height: 36px;
}

.popper__productConfig .el-select-dropdown__item.hover,
.popper__productConfig .el-select-dropdown__item:hover,
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background: linear-gradient(0deg, #d0e7ff 0%, #eff8ff 100%);
}

.popper__productConfig .el-select-dropdown__item.selected,
.el-select-dropdown__item.selected,
.el-cascader-node.in-active-path,
.el-cascader-node.is-active,
.el-cascader-node.is-selectable.in-checked-path {
  color: #006eff;
  color: var(--mainColor);
}

.tp-grid__col .product-item-wrapper .item-priceInfo-wrapper-parent {
  position: relative;
  padding-top: 24px;
  overflow: hidden;
}

.tp-grid__col
  .product-item-wrapper
  .item-priceInfo-wrapper-parent
  .item-priceInfo-bg {
  position: absolute;
  width: 132px;
  height: 132px;
  right: 0px;
  bottom: 0px;
}

.tp-grid__col
  .product-item-wrapper
  .item-priceInfo-wrapper-parent
  .item-priceInfo-bg.yun {
  background: url(/web/my/infoassets/act/newUser/img/2022_newUser_img01_02.png)
    no-repeat center;
  background-size: cover;
}

.tp-grid__col
  .product-item-wrapper
  .item-priceInfo-wrapper-parent
  .item-priceInfo-bg.gaofang {
  background: url(/web/my/infoassets/act/newUser/img/2022_newUser_img04_02.png)
    no-repeat center;
  background-size: cover;
}

.tp-grid__col
  .product-item-wrapper
  .item-priceInfo-wrapper-parent
  .item-priceInfo-bg.general {
  background: url(/web/my/infoassets/act/newUser/img/2022_newUser_img03_02.png)
    no-repeat center;
  background-size: cover;
}

.tp-grid__col
  .product-item-wrapper
  .item-priceInfo-wrapper-parent
  .flag-wrapper {
  position: relative;
  padding: 0 16px;
  height: 18px;
}

.tp-grid__col
  .product-item-wrapper
  .item-priceInfo-wrapper-parent
  .flag-wrapper
  .flag-li {
  margin-right: 6px;
  height: 18px;
  padding: 0px 6px;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1;
}

.tp-grid__col
  .product-item-wrapper
  .item-priceInfo-wrapper-parent
  .flag-wrapper
  .flag-li.deepRed {
  background: linear-gradient(90deg, #ff9191 0, #ff1f11 100%);
  color: #fff;
}

.tp-grid__col
  .product-item-wrapper
  .item-priceInfo-wrapper-parent
  .flag-wrapper
  .flag-li.lightRed {
  color: #ff1f11;
  border: 1px solid #ff1f11;
}

.tp-grid__col .product-item-wrapper .item-nologin-price {
  padding: 16px;
  padding-top: 0px;
}

.tp-grid__col .product-item-wrapper .item-nologin-price .unit-pricing {
  color: #3d485d;
  color: var(--vicetitleColor);
  font-size: 16px;
}

.tp-grid__col
  .product-item-wrapper
  .item-priceInfo-wrapper-parent
  .item-price-wrapper {
  position: relative;
  padding: 0px 16px 16px 16px;
}

.tp-grid__col
  .product-item-wrapper
  .item-priceInfo-wrapper-parent
  .newprice-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}

.tp-grid__col
  .product-item-wrapper
  .item-priceInfo-wrapper-parent
  .newprice-wrapper
  .newprice,
.productDialog-configPrice__price .price-wrapper {
  color: #ff1f11;
  font-size: 14px;
  vertical-align: baseline;
}

.tp-grid__col
  .product-item-wrapper
  .item-priceInfo-wrapper-parent
  .newprice-wrapper
  .newprice-num {
  font-size: 24px;
}

.tp-grid__col
  .product-item-wrapper
  .item-priceInfo-wrapper-parent
  .newprice-wrapper
  .newprice-unit__desc {
  color: #191919;
  color: var(--titleColor);
}

.tp-grid__col .product-item-wrapper .tpm-prod-hero__btn {
  width: 100%;
  position: relative;
  z-index: 1;
}

.tp-grid__col .product-item-wrapper .item-priceInfo-wrapper-parent .oldPrice {
  font-size: 12px;
  color: #3d485d;
  color: var(--vicetitleColor);
  margin-top: 0px;
  text-decoration: line-through;
  margin-left: 0px;
  line-height: 1;
}

.yz-el-dialog .el-dialog {
  box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 20%);
  border-radius: 8px;
}

.yz-el-dialog .el-dialog .dialog-title {
  font-size: 18px;
  border-bottom: none;
  position: relative;
  padding: 20px;
  line-height: 1;
}

.yz-el-dialog .order-content .config-wrapper {
  overflow: auto;
  max-height: 620px;
  padding: 0px 20px;
}

.relative {
  position: relative;
}

.yz-el-dialog .order-content .current > .title,
.yz-el-dialog .order-content .option > .title {
  padding-bottom: 11px;
  border-bottom: 1px solid #eeeeee;
}

.yz-el-dialog .detailed-wrapper .detailed-item {
  display: flex;
  line-height: 27px;
  font-size: 12px;
  height: auto;
  border: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
  margin-right: -1px;
}

.yz-el-dialog .el-dialog__wrapper .detailed-wrapper .detailed-item {
  height: auto;
  border: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
  margin-right: -1px;
}

.yz-el-dialog .detailed-wrapper .detailed-item .title {
  height: 36px;
  display: flex;
  align-items: center;
  background: #f6f6f6;
  color: #666666;
  font-size: 12px;
  padding-bottom: 0px;
  padding-left: 20px;
  border-bottom: 1px solid #eee;
}

.yz-el-dialog .detailed-wrapper .detailed-item .val {
  padding-left: 20px;
  display: flex;
  align-items: center;
  height: 52px;
}

.yz-el-dialog .el-dialog .order-content .title h5 {
  font-weight: 400;
  font-size: 14px;
}

.yz-el-dialog .order-content .current > .title,
.yz-el-dialog .order-content .option > .title {
  padding-bottom: 11px;
  border-bottom: 1px solid #eeeeee;
  text-align: left;
}

.yz-el-dialog .detailed-wrapper .el-row {
  display: flex;
}

.yz-el-dialog .option-itemSelect h6 {
  font-size: 14px;
  font-weight: 400;
}

.yz-el-dialog.el-dialog__wrapper .detailed-wrapper {
  margin-top: 16px;
}

.yz-el-dialog.el-dialog__wrapper .order-content .Selective.format {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  width: calc(100% - 40px);
  margin: auto;
}

.yz-el-dialog.el-dialog__wrapper .order-content .Selective.format.purchase {
  border-bottom: none;
}

.el-checkbox__label a {
  color: #006eff;
  color: var(--mainColor);
}

.el-table td,
.el-table th {
  padding-top: 16px;
}

.yz-el-dialog .productDialog-configPrice {
  padding: 30px 40px;
  justify-content: space-between;
}

.yz-el-dialog .productDialog-configPrice .tpm-btn.tpm-prod-hero__btn {
  width: 146px;
}

.yz-el-dialog .el-input-number {
  line-height: 36px;
}

.yz-el-dialog .el-input-number .el-input-number__decrease,
.yz-el-dialog .el-input-number .el-input-number__increase {
  line-height: 34px;
}

.yz-el-dialog .el-input {
  width: 320px;
}

.yz-el-dialog .el-input-number .el-input {
  width: auto;
}

.yz-el-dialog .option-itemSelect {
  min-height: 36px;
  line-height: 36px;
}

.yz-el-dialog .el-checkbox,
.yz-el-dialog
  .el-checkbox
  .el-checkbox__input.is-checked
  + .el-checkbox__label {
  color: #293957 !important;
}

.yz-el-dialog .order-content {
  color: #293957;
}

.yz-el-dialog .timeSelect-wrapper .timeSelect-item .item-time {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
}

.yz-el-dialog .timeSelect-wrapper .timeSelect-item {
  width: 60px;
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 6px;
  position: relative;
}

.yz-el-dialog .timeSelect-wrapper .timeSelect-item .item-sale {
  position: absolute;
  display: block;
  width: 42px;
  height: 20px;
  border-radius: 5px 0 5px 5px;
  background-color: #faa442;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  white-space: nowrap;
  margin: 0;
  top: -14px;
  left: -2px;
  z-index: 10;
}

.yz-el-dialog .timeSelect-wrapper .timeSelect-item.active .item-time {
  border: 1px solid #006eff;
  color: #006eff;
}

.productDialog-configPrice__price .price-wrapper {
  font-size: 30px;
}

.productDialog-configPrice__price .price-wrapper .unit {
  font-size: 14px;
}

.productDialog-configPrice__price .price-title {
  width: 80px;
}

/* 查看更多配置和报价 */
.tpm-product__moreconfig {
  margin-top: 24px;
  height: 60px;
  justify-content: center;
  color: #3d485d;
  color: var(--vicetitleColor);
  /* background: #FEFEFE; */
  background: url(./images/new-common/cloud_img02.png) center no-repeat;
  background-size: 100% auto;
}

.tpm-product__moreconfig:hover {
  color: #3d485d;
  color: var(--vicetitleColor);
}

/* 查看更多配置和报价 end */

.infoConfig-wrapper .infoConfig-item {
  text-align: center;
  margin-bottom: 30px;
}

.infoConfig-wrapper .infoConfig-item .infoConfig-item-content {
  font-size: 18px;
  font-weight: 400;
  color: #191919;
  margin-bottom: 10px;
}

.infoConfig-wrapper .infoConfig-item .infoConfig-item-title {
  font-size: 14px;
  font-weight: 400;
  color: #3d485d;
}

.infoConfig-wrapper .el-col-8 {
  position: relative;
  right: -10px;
}

.tpm-list .tpm-list__item {
  padding-left: 28px;
  position: relative;
}

.tpm-list .tpm-list__item:before {
  content: "";
  position: absolute;
  left: 0;
  width: 14px;
  height: 12px;
  background: url(./images/new-icon/xg_DDoS_icon03_mainColor.png) center
    no-repeat;
  background-size: contain;
  background-position: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.tpm-list .tpm-list__item:not(:last-child) {
  margin-bottom: 8px;
}

.tpm-list .tpm-list__item .tpm-list__item-text {
  font-size: 14px;
  color: #3d485d;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
}

.product-item-wrapper .tpm-prod-hero .tpm-link + .tpm-link,
.product-item-wrapper .tpm-prod-hero__btn + .tpm-link,
.product-item-wrapper .tpm-prod-hero__btn + .tpm-prod-hero__btn {
  margin-left: 0px;
}

.el-table .sizeProductFlag-wrapper {
  width: 72px;
  height: 18px;
  padding-left: 4px;
  font-size: 12px;
  color: #fff;
  position: absolute !important;
  top: 0px;
  left: 0px;
  background: url(./images/sizeproduct_flag.png) center no-repeat;
  background-size: cover;
}

/* 产品配置模块 end /

/* 产品优势介绍模块 */
.tpm-section.tpm-section_hot {
  position: relative;
}

.tpm-section.tpm-section_hot::after {
  content: "";
  z-index: 0;
  background: linear-gradient(0deg, #ffffff 0%, #dce7f3 100%);
  box-shadow: 0px 4px 12px 0px rgb(41 57 87 / 8%);
  position: absolute;
  top: -132px;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% + 132px);
  z-index: -1;
}

.tpm-section.tpm-section_hot.noShadow::after {
  box-shadow: none;
}

.tpm-section.tpm-section__advantageIntroduce {
  color: #ffffff;
  position: relative;
  padding-bottom: 0px;
}

.tpm-section.tpm-section__advantageIntroduce .tpm-section__title {
  color: #ffffff;
}

.tpm-section.tpm-section__advantageIntroduce
  .advantageIntroduce-content-wrapper
  .advantageIntroduce-content-inner {
  justify-content: space-between;
  color: #fff;
  margin-bottom: 52px;
}

.tpm-section.tpm-section__advantageIntroduce
  .advantageIntroduce-content-wrapper
  .advantageIntroduce-content-inner
  .advantageIntroduce-content-item
  p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  margin-top: 18px;
  width: 280px;
}

.tpm-section.tpm-section__advantageIntroduce .advantageIntroduce__Bg {
  position: absolute;
  top: 0px;
  height: 711px;
  width: 100%;
  left: 0;
  right: 0;
  background: #242527;
  z-index: -1;
}

/* 产品优势介绍模块 end */

/* 品牌赞助列表 */
.tl-logos {
  margin-top: 125px;
}

.tpm-logo-card__wrap {
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(0, 38, 73, 0.08);
  padding: 24px 16px;
}

.tpm-logo-card__list {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}

.tpm-logo-card__list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  padding: 6px;
  width: 20%;
  box-sizing: border-box;
  height: 83px;
}

.tpm-logo-card__list > li .tpm-logo-card__img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0px 4px 12px 0px rgba(0, 38, 73, 0.08);
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.tpm-logo-card__list > li .tpm-logo-card__img:hover {
  box-shadow:
    8px 8px 20px 0 rgb(55 99 170 / 20%),
    -8px -8px 20px 0 #fff;
}

/* 品牌赞助列表 end */

/* 产品功能模块 */
.tp-grid__row__productFunction .tpm-feature__item {
  position: relative;
}

.tp-grid__row__productFunction .tpm-feature__item::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 2px;
  height: 100%;
  background: #006eff;
}

.tp-grid__row.tp-grid__row__productFunction {
  margin-bottom: -45px;
}

.tp-grid__row__productFunction .tpm-feature__item-bd {
  padding-left: 14px;
}

.tp-grid__row.tp-grid__row__productFunction .tp-grid__col {
  margin-bottom: 45px;
}

.tp-grid__row.tp-grid__row__productFunction .tp-grid__col:nth-child(2n) {
  padding-left: 40px;
}

.tp-grid__row .tpm-feature__item-desc {
  max-width: 520px;
}

.tp-grid__row:not(.tp-grid__row__productFunction)
  .tp-grid__col--12
  .tpm-feature__item-desc {
  max-width: 445px;
  display: block;
}

.tpm-scenario__item-desc {
  font-size: 14px;
  font-weight: 400;
  color: #3d485d;
  line-height: 20px;
}

.tpm-scenario__item-title {
  line-height: 1;
  font-size: 24px;
  margin-bottom: 16px;
  color: #191919;
}
/* 产品功能模块 end */

/* 使用帮助 */
.tpm-doc__item {
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(41, 57, 87, 0.08);
  padding: 24px 18px 40px 24px;
  height: 100%;
}

.tpm-doc__item .tpm-doc__item__header {
  justify-content: space-between;
}

.tpm-doc__item .tpm-doc__item__content {
  margin-bottom: -20px;
  margin-top: 24px;
}

.tpm-doc__item .content-item {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 20px;
  position: relative;
}

.tpm-doc__item .content-item:not(.is-active) {
  cursor: pointer;
}

.tpm-doc__item .content-item-title {
  color: #191919;
  font-size: 16px;
  cursor: pointer;
  font-weight: 520;
}

.tpm-doc__item .content-item-response {
  font-size: 14px;
  color: #293957;
  color: var(--introduceColor);
  line-height: 20px;
  margin-top: 10px;
}
.tpm-doc__item .tpm-doc__item__content__commonIssue .content-item-response {
  display: none;
}

.tpm-doc__item
  .tpm-doc__item__content__commonIssue
  .is-active
  .content-item-response {
  display: block;
}

.tpm-doc__item .content-item.is-active {
  z-index: 1;
  padding: 20px 0;
}

.tpm-doc__item .content-item.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  right: -18px;
  bottom: 0;
  background: #f3f5f8;
  box-shadow:
    inset 8px 8px 20px 0 rgb(55 99 170 / 11%),
    inset -8px -8px 20px 0 #fff;
  border-radius: 4px;
  z-index: -1;
}

.tpm-doc__item .is-active .tpm-faq__item-icon {
  top: 15px;
}

.tpm-doc__item .content-item-title:hover,
.tpm-doc__item .content-item:not(.is-active):hover .content-item-title {
  color: #006eff;
}

.tpm-doc__item .news-item {
  font-size: 14px;
  color: #3d485d;
  margin: 4px 0;
  display: flex;
  align-items: center;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
}

.tpm-doc__item .news-item .news-item-time {
  flex-shrink: 0;
  margin-right: 4px;
  color: #c0c0c0;
}

.tpm-doc__item .news-item .news-item-content {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  
}

.tpm-doc__item .news-item:hover .news-item-content {
  color: #006eff;
  color: var(--mainColor);
}

.tpm-doc__item.tpm-doc__item__article {
  padding-bottom: 24px;
}

.tpm-doc__item.tpm-doc__item__article .tp-grid__layout {
  margin-bottom: -8px;
}

.page-footer-register-wrapper {
  display: none;
}
/* 使用帮助 end */

/* 底部广告模块-12 年深耕海外 IDC 高端资源 */
.tpm-action-panel {
  position: relative;
  padding: 0 20px;
  height: 180px;
  -webkit-font-smoothing: antialiased;
  background: url(./images/new-common/commendPanel.png) no-repeat center;
  background-size: cover;
}

.banner-inner-video {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tpm-action-panel .tpm-action-panel__inner {
  padding-top: 40px;
  position: relative;
  /* z-index: 2; */
}

.tpm-action-panel .tpm-action-panel__inner .tpm-action-panel__desc {
  font-size: 24px;
  font-weight: 400;
  color: #191919;
}

.tpm-action-panel .tpm-prod-hero__btn-group {
  margin-top: 32px;
}

@media screen and (min-width: 1440px) {
  .tpm-view-l .tpm-action-panel {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* 底部广告模块-12 年深耕海外 IDC 高端资源 end */

/* 动画 */
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
}

[data-aos="fade-up"][data-aos="fade-up"] {
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

.animation-leftTop-item {
  opacity: 0;
  transform: scale(0.6);
  transform-origin: left top;
}

.yz-animation-leftTopDom.aos-animate .animation-leftTop-item {
  -webkit-animation: Customers_fly-in__me3lk 0.4s ease forwards;
  animation: Customers_fly-in__me3lk 0.4s ease forwards;
}

@keyframes Customers_fly-in__me3lk {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* 动画  end*/

/* swiper 相关 样式修改 */

.tpm-caseHalf__section .tl-swiper__btn-wrapper {
  padding: 0 0 0 50%;
  position: relative;
  left: 30px;
}

.view-control .swiper-pagination-bullet {
  width: 4px;
  /* background: #FFFFFF; */
  background: #c0c0c0;
  border-radius: 2px;
  height: 16px;
  opacity: 1;
}

.view-control
  .swiper-pagination-bullet.lightBlack:not(.swiper-pagination-bullet-active) {
  background: #c4c4c4;
  opacity: 0.7;
}

.view-control .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 24px;
  background: #fff;
}

.view-control .swiper-pagination__flat .swiper-pagination-bullet,
.view-control
  .swiper-pagination__flat
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  width: 40px;
  height: 3px;
  background: rgba(249, 250, 252, 0.8);
}

.view-control .swiper-pagination__flat .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #006eff;
  opacity: 1;
}

.view-control
  .swiper-pagination__flat
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover::after {
  opacity: 0.6;
  width: 100%;
}

.view-control
  .swiper-pagination__flat
  .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  -webkit-animation: widthAnimat 4s linear forwards;
  animation: widthAnimat 4s linear forwards;
}

.view-control
  .swiper-pagination__flat
  .swiper-pagination-bullet.swiper-pagination-bullet-active.pagination__mainBaner::after {
  -webkit-animation: widthAnimat 10s linear forwards;
  animation: widthAnimat 10s linear forwards;
}

@keyframes widthAnimat {
  0% {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@-webkit-keyframes widthAnimat {
  0% {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes opacityAnimat {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes opacityAnimat {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tl-swiper__btn {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  z-index: 10;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 0;
  background-image: linear-gradient(0deg, #fff 0%, #f3f5f8 100%);
  border: 2px solid #fff;
  box-shadow:
    4px 4px 10px 0 rgb(55 99 170 / 20%),
    -4px -4px 10px 0 #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tl-swiper__btn {
  margin-top: 30px;
  top: auto;
  right: auto;
  left: auto;
  transform: translateY(0);
  box-shadow:
    8px 8px 20px 0 rgb(18 21 26 / 60%),
    -8px -8px 20px 0 rgb(54 62 77 / 50%);
}

.tl-swiper__btn-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 16%);
  border-radius: 50%;
}

.tl-swiper__btn-inner:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #dbe2e9 0%, #fff 100%);
}

.tpm-caseHalf__section .tl-swiper__btn--next {
  margin-left: 80px;
}

.tl-swiper__btn-inner .el-icon {
  font-size: 12px;
  color: #98a3b7;
  position: absolute;
  left: 0;
  right: 0;
  font-weight: bold;
}

.tl-swiper__btn:hover .tl-swiper__btn-inner .el-icon {
  color: #006eff;
}
/* swiper 样式修改 - end*/

/* 功能列表 ui */
.tpm-hasFunction-ul .tpm-hasFunction-ul-li .el-icon {
  color: #006eff;
  color: var(--mainColor);
  display: inline-block;
  margin-right: 4px;
}

.tpm-hasFunction-ul .tpm-hasFunction-ul-li .el-icon::before {
  display: none;
}

.my-icon {
  display: inline-block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.my-icon.icon-close {
  background: url(./images/new-smallIcon/lightweightCloud_symbol02.png) center
    no-repeat;
  background-size: cover;
}

.my-icon.icon-line {
  background: url(./images/new-smallIcon/lightweightCloud_symbol01.png) center
    no-repeat;
  background-size: cover;
}

.tpm-hasFunction-ul .tpm-hasFunction-ul-li .my-icon {
  position: relative;
  margin-right: 6px;
}

.tpm-hasFunction-ul .tpm-hasFunction-ul-li .el-icon.el-icon-check {
  flex: 0 0 14px;
  width: 14px;
  height: 12px;
  background: url(./images/new-icon/xg_DDoS_icon03_mainColor.png) center
    no-repeat;
  background-size: cover;
  position: relative;
  margin-right: 8px !important;
}

.tpm-hasFunction-ul.tpm-hasFunction-ul__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -20px;
}

.tpm-hasFunction-ul .tpm-hasFunction-ul-li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.tpm-hasFunction-ul.tpm-hasFunction-ul__flex .tpm-hasFunction-ul-li {
  margin-bottom: 20px;
  width: 25%;
}

.tpm-hasFunction-ul .tpm-hasFunction-ul-li:last-child {
  margin-bottom: 0px;
}

.tpm-hasFunction-ul .tpm-hasFunction-ul-li span:not(.el-icon) {
  font-size: 14px;
  font-weight: 400;
  color: #3d485d;
  line-height: 20px;
}

.tpm-scenario__panel {
  position: relative;
  z-index: 2;
  font-size: 0;
  margin: 0 -4px -12px;
}

.tpm-scenario__panel > li {
  display: inline-block;
  vertical-align: top;
  width: auto;
  box-sizing: border-box;
  padding: 0 4px;
  margin-bottom: 12px;
}

.tpm-scenario__panel > li .tpm-scenario__panel-text {
  display: block;
  box-sizing: border-box;
  height: 40px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 38, 73, 0.08);
  border-radius: 4px;
  font-size: 14px;
  color: #3d485d;
  line-height: 40px;
  text-align: center;
  padding: 0 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition:
    background 0.2s ease-in-out,
    box-shadow 0.3s ease-in-out;
}

.tpm-scenario__panel > li .tpm-scenario__panel-text:hover {
  color: #006eff;
  background: #f3f5f8;
  box-shadow:
    inset 8px 8px 20px 0 rgb(55 99 170 / 11%),
    inset -8px -8px 20px 0 #fff;
  border-color: transparent;
}

.skeletontDom {
  height: 20px;
}

.tpm-hasFunction-ul-li .nocheck,
.tpm-hasFunction-ul .tpm-hasFunction-ul-li span:not(.el-icon).nocheck {
  color: #c0c0c0;
}

.tpm-hasFunction-ul .tpm-hasFunction-ul-li .el-icon.icon-close {
  color: #c0c0c0;
}

.tpm-hasFunction-ul .tpm-hasFunction-ul-li .el-icon.icon-close::before {
  display: block;
}

.tpm-hasFunction-ul-title {
  font-size: 16px;
  font-weight: 500;
  color: #191919;
  line-height: 22px;
}

/* 功能列表 ui  end*/

.tpm-sale__item-detail-text {
  color: #191919;
  color: var(--titleColor);
}

/* server css */
#elementDom {
  font-family: "Alibaba PuHuiTi 2.0";
}

.productTable-wrapper .el-table .productColumn__desc {
  font-size: 12px;
}

.productTable-wrapper .el-table .el-table__header-wrapper th {
  background: #5b6786;
  color: #fff;
}

.el-table td {
  border-bottom: 1px solid #dde8f5;
}
.productTable-wrapper .el-table tr td:first-child .cell {
  padding-left: 8px;
}

.productTable-wrapper .el-table tr td:last-child .cell {
  padding-right: 0px;
}

.productTable-wrapper .el-table__row {
  padding: 0 16px;
}

.productTable-wrapper .el-table__body {
  width: auto !important;
}

.productTable-wrapper .el-table__body-wrapper {
  padding: 0 16px;
}

.productTable-wrapper .el-table .sizeProductFlag-wrapper {
  width: 16px;
  height: 36px;
  background: #ff3b20;
  padding: 4px 0;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  word-break: break-all;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 9px;
  line-height: 18px;
  box-sizing: border-box;
}

.productTable-wrapper .el-table .productColumn__desc.mainColor {
  color: #006eff;
}

.productTable-wrapper .productColumn__oldPrice {
  font-size: 12px;
  color: #a4a7ad;
  text-decoration-line: line-through;
}

.productTable-wrapper .el-table .productColumn__desc {
  color: #5b6786;
}

.productTable-wrapper .el-table .productColumn__desc.font12 {
  font-size: 12px;
}

.productTable-wrapper .overshowSpot {
  font-size: 16px;
}

.productTable-wrapper .overshowSpot.table-column__price {
  font-size: 28px;
}

.productTable-wrapper .overshowSpot.table-column__price .unit {
  font-size: 16px;
}

.productTable-wrapper .productColumn__img {
  display: block;
  width: 40px;
  height: 20px;
  background: url(/images/dedicated/20240613_tag01.png) no-repeat center;
}

.productTable-wrapper .productColumn__img.amd_img {
  background: url(/images/dedicated/amd_tag.png) no-repeat center;
}

.price-flag-timeLimit {
  border: 1px solid #5b6786;
  height: 18px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 0 4px;
  color: #5b6786;
  white-space: nowrap;
}

.price-flag-cycleLimit {
  height: 18px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 0 6px;
  color: #fff;
  background: linear-gradient(90deg, #ff1f11 0%, #ffc839 100%);
  white-space: nowrap;
}

.productTable-wrapper .el-table .tpm-btn {
  font-size: 16px;
}

.productTable-wrapper .el-table .el-table__row .cell {
  padding-left: 16px;
}

/* server css  end*/

.tpm-prod-hero__descLink {
  background: linear-gradient(90deg, #006eff 0%, #00c7fe 100%);
  /* height: 30px;   */
  min-height: 30px;
  /* 被限高所以会被超出范围,给一个最小值拿来占位 */
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10px 0 10px;
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  html {
    min-width: auto;
  }

  body {
    min-width: 320px;
    overflow-x: hidden;
  }

  .is-hidden-mobile {
    display: none !important;
  }

  .is-hidden-pc {
    display: block;
  }

  .tpm-section {
    padding: 30px 0;
  }

  .tpm-section__title {
    font-size: 20px;
    line-height: 28px;
  }

  .view-control .view-column {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tpm-feature__item-title {
    font-size: 16px;
    font-weight: 500;
    color: #191919;
    line-height: 22px;
    margin-bottom: 16px;
  }

  .tpm-feature__item-desc {
    line-height: 20px;
  }

  .tpm-feature__item-icon {
    margin-right: 16px;
  }

  /* 全局组件 */

  .WPA3-SELECT-PANEL#qq_div {
    width: calc(100% - 32px);
  }

  .tpm-prod-hero__btn {
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }

  .receiveCoupon__wrapper .receiveCoupon__text {
    padding: 0px;
    font-size: 12px;
  }

  .tp-grid__row.tp-grid--gutter-8n .tp-grid__col {
    margin-bottom: 32px;
  }

  .tpm-doc__item {
    border: none;
    box-shadow: none;
    padding: 0px;
  }

  .tpm-doc__item .content-item-title {
    width: 85%;
  }

  .tpm-doc__item:not(.tpm-doc__item__commonIssue) .content-item {
    margin-bottom: 16px;
  }

  .tpm-doc__item:not(.tpm-doc__item__commonIssue) .tpm-doc__item__content {
    margin-bottom: -16px;
  }

  .tp-grid__col .product-item-wrapper:hover,
  .tpm-doc__item:hover {
    box-shadow: none;
  }

  .tpm-section__hd {
    margin-bottom: 24px;
    padding-top: 16px;
  }

  .tpm-section.tpm-section_hot::after {
    /* display: none; */
    top: 0;
    height: 100%;
  }

  .tpm-doc__item.tpm-doc__item__commonIssue {
    padding-top: 32px;
  }

  .tpm-action-panel {
    height: auto;
    padding: 0px;
    padding-bottom: 20px;
    background: url(./images/new-common/mhome_img04@2x.png) no-repeat center;
    background-size: cover;
  }

  #qcportal-kit-floatbar {
    display: none;
  }

  .tpm-action-panel .tpm-action-panel__inner .tpm-action-panel__desc {
    font-size: 22px;
  }

  .tp-link.tpm-link {
    white-space: nowrap;
  }

  /* 全局组件 end */

  /* banner */
  .tpm-prod-hero {
    height: auto;
    min-height: 314px;
  }

  .tpm-prod-hero__bg {
    left: 0;
    right: auto;
  }

  .tpm-prod-hero__bg-inner {
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-size: auto 314px;
    background-position: center top;
  }

  .tpm-prod-hero__header,
  .tpm-prod-hero__desc {
    padding: 0px;
  }

  .tpm-prod-hero__video-card {
    display: none;
  }

  .tpm-prod-hero__dropdown-wrap {
    display: none;
  }

  .tpm-prod-hero__inner {
    padding-top: 0px;
  }

  .tpm-prod-hero__content {
    padding-top: 145px;
    padding-bottom: 16px;
    margin-top: 0px;
  }

  .tpm-prod-hero__tit {
    font-size: 24px;
    line-height: 33px;
  }

  .tpm-prod-hero__header {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tpm-prod-hero__desc,
  .tpm-prod-hero__tit {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .tpm-prod-hero__content .tpm-prod-hero__desc {
    font-size: 14px;
    font-weight: 400;
    color: #293957;
    line-height: 20px;
  }

  .tpm-prod-hero .tpm-prod-hero__btn-group {
    margin-top: 36px;
    display: flex;
    justify-content: center;
  }

  .tpm-prod-hero__notice {
    padding: 0 16px 16px;
    background: linear-gradient(180deg, #eff8ff 0%, #ffffff 100%);
  }

  .tpm-prod-hero.tpm-prod-hero--with-video
    + .tpm-prod-hero__notice
    .tpm-prod-hero__notice-inner {
    padding: 0px;
  }

  .tpm-prod-hero-parent .tpm-prod-hero__notice-item {
    width: 50%;
  }

  .tpm-prod-hero-parent .tpm-prod-hero__notice-item:last-child {
    width: 100%;
  }

  .tpm-prod-hero__notice-desc {
    -webkit-line-clamp: 3;
  }

  .tpm-prod-hero__notice-tit {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
  }

  .tpm-prod-hero__notice-desc {
    line-height: 20px;
    word-break: break-all;
  }

  .tpm-prod-hero__notice-link {
    padding-top: 16px;
    padding-bottom: 8px;
    padding-right: 0px;
  }

  .tpm-prod-hero-parent .tpm-prod-hero__notice-item:nth-child(2n) {
    padding-left: 20px;
  }

  .tpm-activity-banner {
    height: 174px;
  }

  .tpm-activity-banner a {
    width: 100%;
    height: 100%;
  }

  .tpm-activity-banner .tpm-prod-hero__video-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .tpm-activity-banner .tpm-btn {
    position: absolute;
    left: 16px;
    bottom: 10px;
  }

  /* banner  end*/

  /* 手机端底部弹出 popup */

  .tea-popup {
    position: relative;
    z-index: 200;
  }

  .tea-backdrop__overlay {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    position: fixed;
    inset: 0;
    background-color: #0009;
    z-index: 100;
  }

  .tea-backdrop.is-shown .tea-backdrop__overlay {
    visibility: visible;
    opacity: 1;
  }

  .tea-popup .tea-popup__container {
    max-height: 70%;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 200;
    /* display: none; */
    transition: all 0.3s ease;
  }

  .tea-popup .tea-popup__container.is-shown {
    display: block;
  }

  .tea-popup .tea-popup__container.bottom {
    bottom: 0;
    transform: translateY(100%);
  }

  .tea-popup .tea-popup__container.bottom.is-expanded {
    transform: translateY(0);
  }

  /* 手机端底部弹出 popup end*/

  /* 产品 css */
  .mobileProduct-select__wrapper {
    border: 2px solid #fff;
    border-bottom: none;
  }

  .mobileProduct-select__wrapper .mobileProduct-select {
    padding: 16px;
    background: #f3f5f8;
    font-size: 16px;
    font-weight: 400;
    color: #191919;
    line-height: 22px;
    height: 100%;
  }

  .mobileProduct-select__wrapper .el-row {
    display: flex;
  }

  .tp-grid__col
    .product-item-wrapper
    .item-info-wrapper-parent
    .item-title-wrapper {
    display: none;
  }

  .mobileProduct-select.is-active {
    background: linear-gradient(180deg, #eff8ff 0%, #ffffff 100%);
  }

  .tp-grid__col .product-item-wrapper.hotProduct::before {
    top: 51px;
  }

  .tpm-section.tpm-section_hot
    .tp-grid__col
    .product-item-wrapper.hotProduct
    .item-info-wrapper-parent
    .item-info-wrapper {
    background: #fff;
    border-right: none;
    border-left: none;
  }

  .tp-grid__row.tp-grid__row__productFunction .tp-grid__col:nth-child(2n) {
    padding-left: 0px;
  }

  .tp-grid__row.tp-grid__row__productFunction .tp-grid__col {
    margin-bottom: 32px;
  }

  .receiveCoupon__wrapper .tpm-btn__key,
  .receiveCoupon__wrapper .tpm-btn__key:hover {
    width: 100px;
    background: url(./images/new-common/cloud_img01@2x.png) no-repeat center !important;
    background-size: contain !important;
  }

  .yz-el-dialog .detailed-wrapper .el-row {
    flex-wrap: wrap;
  }

  .yz-el-dialog .order-content .config-wrapper {
    padding: 0 10px;
    max-height: 370px;
    overflow-x: hidden;
  }

  .yz-el-dialog.el-dialog__wrapper .order-content .Selective.format {
    width: 100%;
  }

  .yz-el-dialog .el-dialog .order-content .tpm-btn {
    right: 16px;
    bottom: -24px;
    margin-top: 8px;
  }

  .moudle-wrapper-parent
    .newUser-wrapper
    .yz-el-dialog
    .el-dialog
    .order-content
    .total {
    box-shadow: 0px 4px 12px 0px rgba(41, 57, 87, 0.08);
  }

  .tpm-sale__item {
    padding: 16px;
    background: linear-gradient(180deg, #eff8ff 0%, #ffffff 100%);
    box-shadow:
      8px 8px 20px 0 rgba(55, 99, 170, 0.1),
      -8px -8px 20px 0 #fff;
  }

  .tpm-sale__item .tpm-sale__item-top {
    margin-bottom: 12px;
  }

  .tpm-sale__item .tpm-sale__item-desc {
    font-size: 12px;
    color: #5b6786;
  }

  .tpm-sale__item-tit {
    font-size: 16px;
    line-height: 24px;
    color: #191919;
    font-weight: 500;
  }

  .tpm-sale__item-detail-item {
    line-height: 30px;
  }

  .tpm-sale__item-detail-label {
    display: inline-block;
    min-width: 98px;
    color: #293957;
  }

  .tpm-sale__item .tpm-sale__item-bottom {
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
  }

  /* .tpm-section::before {
        display: block;
        content: "";
        height: 16px;
        background: #f3f5f8;
        box-shadow: inset 0 2px 5px 0 #c6ccd7;
    } */

  /* .tpm-section {
        padding-top: 0px;
    } */

  .tl-collapse__panel-hd {
    position: relative;
    padding: 13px 38px 13px 16px;
    background-image: linear-gradient(0deg, #fff 0%, #f3f5f8 100%);
    border: 2px solid #fff;
    border-bottom: none;
    box-shadow:
      8px 8px 20px 0 rgba(55, 99, 170, 0.1),
      -8px -8px 20px 0 #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .tl-collapse__panel-title {
    flex: 1;
    width: 1px;
    padding: 3px 0;
    font-weight: normal;
    font-size: 16px;
    color: #191919;
    line-height: 26px;
  }

  .tl-collapse__panel-icon {
    width: 40px;
  }

  .tl-collapse__panel.is-open .tl-collapse__panel-title {
    color: #006eff;
  }

  .tpm-section .tl-collapse__panel-bd {
    display: none;
    padding-bottom: 16px;
  }

  .tpm-section .tl-collapse__panel.is-open .tl-collapse__panel-bd {
    display: block;
  }

  .tl-collapse__panel-hd:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -4px;
    width: 12px;
    height: 8px;
    background-image: url(/images/new-icon/arrow-down.svg);
    background-repeat: no-repeat;
  }

  .tl-collapse__panel.is-open > .tl-collapse__panel-hd:after {
    background-image: url(/images/new-icon/arrow-down_mainColor.svg);
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
  }

  .yz-el-dialog .el-input {
    width: auto;
  }

  .yz-el-dialog .option-itemSelect .timeSelect-wrapper {
    flex-wrap: wrap;
  }

  .yz-el-dialog .timeSelect-wrapper .timeSelect-item:nth-child(n + 4) {
    margin-top: 8px;
  }

  .yz-el-dialog .productDialog-configPrice {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px;
  }

  .tpm-doc__item.tpm-doc__item__article {
    box-shadow:
      8px 8px 20px 0 rgba(55, 99, 170, 0.1),
      -8px -8px 20px 0 #fff;
    width: 100vw;
    position: relative;
    padding: 16px 16px 0 16px;
    left: -16px;
    background-image: linear-gradient(0deg, #fff, #f3f5f8);
  }

  .yz-el-dialog .option-itemSelect.option-itemSelect_time {
    height: auto;
  }

  /* 移动端开始 */

  .swiper-container-horizontal > .swiper-pagination-bullets {
    justify-content: center;
  }

  .tpm-section__desc {
    font-size: 14px;
  }

  .tl-collapse__panel-receiveCoupon .receiveCoupon-icon {
    width: 100px;
    height: 36px;
    background: url(/images/new-common/mcloud_img01@2x.png) no-repeat center;
    background-size: cover;
    z-index: 0;
  }

  .pls-footer__mobile-wrapper {
    background: #151c2a;
  }

  .pls-footer__mobile-wrapper .pls-footer__mobile {
    padding: 0 16px;
    background: #151c2a;
  }

  .pls-footer__mobile-wrapper .pls-footer__mobile::before {
    display: none;
  }

  .pls-footer__mobile .tl-collapse__panel-hd {
    background: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #5b6786;
    padding: 10px 1px;
  }

  .pls-footer__mobile .tl-collapse__panel-hd .tl-collapse__panel-title {
    color: #fff;
  }

  .pls-footer__mobile .pls-footer-website-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #5b6786;
  }

  .pls-footer__mobile
    .tl-collapse__panel:nth-last-of-type(1)
    .pls-footer-website-list {
    border-bottom: none;
  }

  .pls-footer__mobile
    .tl-collapse__panel:nth-last-of-type(1)
    .tl-collapse__panel-hd {
    border-bottom: none;
  }

  .pls-footer__mobile .pls-footer-website-list .pls-footer-website-list-item {
    width: 50%;
    margin-bottom: 16px;
  }

  .pls-footer__mobile .pls-footer-website-list .pls-footer-website-list-item a {
    color: #bbd8ff;
  }

  .pls-footer__mobile .tl-collapse__panel-hd:after {
    background-image: url(/images/new-icon/arrow-down_whiteColor.svg) !important;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .pls-footer__mobile .tl-collapse__panel-bd {
    padding-bottom: 0px;
  }

  .pls-footer__mobile .pls-footer-contact {
    padding: 24px 0;
    border-top: 1px solid #5b6786;
    border-bottom: 1px solid #5b6786;
  }

  .pls-footer__mobile .pls-footer-contact .pls-footer-contact-item {
    margin-bottom: 16px;
    color: #fff;
  }

  .pls-footer__mobile
    .pls-footer-contact
    .pls-footer-contact-item:nth-last-of-type(1) {
    margin-bottom: 0px;
  }

  .pls-footer__mobile
    .pls-footer-contact
    .pls-footer-contact-item
    .contact-item-title {
    line-height: 20px;
    font-size: 14px;
    color: #f9fafc;
    margin-bottom: 8px;
  }

  .pls-footer__mobile
    .pls-footer-contact
    .pls-footer-contact-item
    .contact-item-val {
    line-height: 33px;
    font-size: 24px;
    color: #f9fafc;
  }

  .pls-footer__mobile .pls-footer-copyright {
    padding-top: 16px;
    padding-bottom: 30px;
    font-size: 14px;
    color: #8aa0ca;
    text-align: center;
  }

  /* 站长联盟赞助计划 */

  .tl-tabs__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -16px;
  }

  .tl-tabs__list .tl-tabs__item {
    width: 50%;
    margin-bottom: 16px;
  }

  .tl-tabs__item-cont {
    margin: 0 36px;
    padding-bottom: 12px;
  }

  .tpm-logo-card__wrap {
    padding: 16px;
  }

  .tpm-logo-card__list > li {
    width: 33.3%;
  }

  .tl-tabs__cont {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* 站长联盟赞助计划 end */

  .tpm-section.tpm-section_hot .tp-grid__col:not(:nth-last-of-type(1)) {
    margin-bottom: 16px;
  }

  .tpm-product__moreconfig {
    background: url(./images/new-common/cloud_img02_mobile.png) center no-repeat;
    background-size: cover;
  }

  .tpm-product__moreconfig.tpm-product__moreconfig__extend {
    flex-direction: column;
    padding: 13px 16px !important;
    background-size: auto;
    background-position: bottom;
    height: auto;
  }

  .tpm-product__moreconfig.tpm-product__moreconfig__extend .tpm__btn-group {
    margin-top: 16px;
  }

  .tpm-section.tpm-section__advantageIntroduce
    .advantageIntroduce-content-item {
    flex: 1;
  }

  .tpm-section.tpm-section__advantageIntroduce
    .advantageIntroduce-content-wrapper
    .advantageIntroduce-content-inner {
    align-items: flex-start;
    margin: 0 -12px;
    margin-bottom: 32px;
  }

  .tpm-section.tpm-section__advantageIntroduce
    .advantageIntroduce-content-wrapper
    .advantageIntroduce-content-inner
    .advantageIntroduce-content-item {
    padding: 0 12px;
  }

  .tpm-section.tpm-section__advantageIntroduce
    .advantageIntroduce-content-wrapper
    .advantageIntroduce-content-inner
    .advantageIntroduce-content-item
    p {
    width: auto;
  }

  .tpm-section.tpm-section__advantageIntroduce {
    padding-bottom: 30px;
  }

  .productTable-wrapper .el-table .el-table__fixed {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  }

  .productTable-wrapper
    .el-table
    .el-table__fixed
    .el-table__fixed-header-wrapper
    tr
    th:nth-child(1) {
    background: #5b6786;
    color: #fff;
  }

  .productTable-wrapper .el-table .el-table__row .cell {
    white-space: nowrap;
  }

  /* 移动端 end */
}

@media screen and (max-width: 375px) {
  .tpm-activity-banner {
    height: 165px;
  }
}
