/** 处理国际站底部 footer 定位问题 hack解决 */
#qcportal-kit-footer {
  position: relative !important;
}

/** 处理中间横线 hack解决 */
#shadowFooter {
  position: relative !important;
}

/** footer 时常展示时遮挡部分表单问题 hack 解决 */
.has_more_footbar_div_root .buy-layout {
  padding-bottom: 250px;
}

/** 由于购买页引入了安全组样式文件https://cloudcache.tencent-cloud.cn/open_proj/proj_qcloud_v2/gateway/shopcart/css/shopcart-202101251511.css
    导致顶部header的宽度样式被覆盖，这里需要恢复下
*/
.qc-navigation .navigation-inner {
  max-width: inherit;
  padding-left: inherit;
}

/** 购买页顶部广告组件的高度固定是62px，内容较多时显示不全，这里把高度放宽些 */
.custom-ad-tip-height .carousel-root.buy-carousel {
  min-height: 62px;
  height: auto;
  max-height: 90px;
  padding: 8px 0;
}

/* 价格计算器样式调整 */
.buy-layout.price-calculator-mode {
  padding-bottom: 155px;
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}

.price-calculator-mode .buy-fee-card__bottom-container .tea-form .buy-fee-form-group {
  min-height: 112px;
}

.price-calculator-mode .tea-form .tea-slider .tea-slider__content {
  width: 420px;
}

.price-calculator-mode .tea-form .tea-dropdown .tea-dropdown__header {
  padding: 0 26px 0 12px;
}

.price-calculator-mode
  .buy-fee-card__bottom-container
  .tea-form
  .buy-fee-form-group__right
  .tea-form__item {
  padding-right: 10px;
}

.pgsql-buy-device-result {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  background: rgba(0, 82, 217, 0.0389);
  border: 1px solid #0052d9;
  box-sizing: border-box;
  box-shadow: 0 4px 12px rgb(55 99 170 / 10%);
  color: #0052d9;
  padding: 8px 12px;
  min-width: 144px;
  text-align: center;
}

.is-error {
  .pgsql-buy-dbdcp-host-btn {
    border-color: #e54545;
  }

  .pgsql-buy-device-result {
    border-color: #e54545;
  }
}

.pgsql-buy-device-result.is-disabled {
  color: rgba(0, 0, 0, 0.3);
  background-color: #f5f8fd;
}

.tea-dropdown-box .tea-calendar .tea-calendar__body .tea-calendar__table .tea-calendar__row-group .tea-calendar__type-wrap .tea-list .is-selected{background-color:#0052d9}.tea-for-buy .ruyi-icon.ruyi-icon-loading{background-position:50%}.tea-for-buy .buy-option:hover{border:1px solid #0052d9!important;box-shadow:none!important}.tea-for-buy .buy-option-active,.tea-for-buy .buy-option-checked,.tea-for-buy .buy-option__active{border:1px solid #0052d9!important;box-shadow:none}.tea-for-buy .buy-option-disabled,.tea-for-buy .buy-option-disabled:hover{border:1px solid #e3e6eb!important}

 #WEBPACK{content:"done202512191734457069"}
.process__bar .app-pgsql-progress {
  margin-bottom: 0;
}

@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */

  background-color: var(--base-color);

  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;

  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
}

.react-loading-skeleton::after {
  content: ' ';
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(
    --custom-highlight-background,
    linear-gradient(
      90deg,
      var(--base-color) 0%,
      var(--highlight-color) 50%,
      var(--base-color) 100%
    )
  );
  transform: translateX(-100%);

  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}

@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */

  background-color: var(--base-color);

  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;

  position: relative;
  overflow: hidden;
  z-index: 1; /* Necessary for overflow: hidden to work correctly in Safari */
}

.react-loading-skeleton::after {
  content: ' ';
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(
    90deg,
    var(--base-color),
    var(--highlight-color),
    var(--base-color)
  );
  transform: translateX(-100%);

  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}

/* tea的bubble组件，最大宽度设置了max-width: '300px'，这里需要更大值，所以覆盖下样式 */
#tea-overlay-root .tea-bubble {
    max-width: 550px;
}

.calc-price-tabs-hd ul {
  font-size: 0;
  overflow: hidden
}

.calc-price-tabs-hd ul li {
  font-size: 18px;
  color: #000;
  letter-spacing: 0;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  padding: 9px 40px;
  cursor: pointer
}

.calc-price-tabs-hd ul li.is-actived,.calc-price-tabs-hd ul li:hover {
  color: #0052d9
}

.calc-price-tabs-hd ul li.is-actived {
  background: #fafbfc;
  border-radius: 2px
}

.calc-price-tabs-bd {
  background: #fafbfc;
  padding: 30px
}

.calc-price-tabs-bd .tabs-con {
  display: none
}

.calc-price-tabs-bd .tabs-con.is-actived {
  display: block
}

.calc-price-tabs-bd .tabs-con-select {
  position: relative;
  min-height: 36px
}

.calc-price-tabs-bd .tabs-con-select .shop-list-tit-extra {
  top: 9px
}

.calc-price-tabs-bd .tabs-con-segment,.calc-price-tabs-bd .tabs-con-select {
  margin-bottom: 20px
}

th {
  font-weight: 600
}

.shop-container {
  margin-top: 20px
}

.mod-shop-title {
  overflow: initial
}

.mod-shop-title:after {
  content: "";
  display: block;
  clear: both
}

.mod-shop-title h2 {
  margin-right: 20px
}

.mod-shop-title .shop-dropdown {
  margin-right: 10px
}

.shop-table-panel .shop-table-fixed-head .shop-th-sort-btn {
  padding-right: 0
}

.shop-table-panel .shop-table-fixed-head .shop-ui-block-icon {
  position: static;
  margin-left: 2px
}

.shop-table-panel .shop-table-fixed-head .shop-th-sort-btn .shop-sort-down-icon {
  display: inline-block;
  margin-left: -4px;
  width: 16px;
  height: 16px;
  /* background-image: url(images/sprite.calc-cvm-202301061053.svg); */
  background-position: 100% 0%;
  background-size: 200% auto ;
  vertical-align: middle
}

.shop-table-panel .shop-table-fixed-head .shop-th-sort-btn .shop-sort-up-icon {
  display: inline-block;
  margin-left: -4px;
  width: 16px;
  height: 16px;
  /* background-image: url(images/sprite.calc-cvm-202301061053.svg); */
  background-position: 0% 0%;
  background-size: 200% auto ;
  vertical-align: middle
}

.shop-table-panel .shop-table-fixed-head .shop-th-txt {
  position: relative;
  width: 100%;
  display: inline-block
}

.shop-table-panel .shop-table-box th>div {
  height: auto
}

.shop-table-panel .shop-table-fixed-head .resize-line-icon {
  bottom: 5px;
  height: auto
}

.pricelist-shop-list-con {
  padding-top: 10px;
  padding-bottom: 10px
}

.shop-list .list.no-label .shop-list-con {
  padding-left: 0
}

.shop-dropdown .dropdown-group {
  position: absolute;
  top: 100%;
  z-index: 1;
  margin-top: 5px;
  border: 1px solid #bcc0c9;
  background-color: #fff;
  width: 742px;
  box-sizing: border-box;
  padding: 10px;
  display: none
}

.shop-dropdown .dropdown-group .column-item,.shop-dropdown .dropdown-group dl {
  float: left;
  width: 180px
}

.shop-dropdown .dropdown-group dl:after {
  content: "";
  display: block;
  clear: both
}

.shop-dropdown .dropdown-group dt {
  font-weight: 700;
  padding: 0 10px;
  line-height: 33px
}

.shop-dropdown .dropdown-group .shop-dropdown-menu {
  position: static;
  border: none;
  margin-top: 0
}

.shop-dropdown .tab-img {
  vertical-align: middle;
  margin-right: 5px;
  height: 20px
}

.shop-dropdown .shop-dropdown-link .shop-td-cost-tips {
  vertical-align: 0
}

.shop-dropdown .shop-dropdown-menu.menu-multi-line {
  width: auto;
  max-width: inherit
}

.shop-dropdown .shop-dropdown-menu.menu-multi-line a {
  height: auto;
  line-height: 1.6;
  padding: 7px 10px;
  width: auto;
  max-width: inherit
}

.shop-dropdown.shop-menu-active .dropdown-group {
  display: block
}

.shop-filtrateu .search-box {
  padding-left: 31px;
  padding-right: 0;
  border-width: 0 0 1px;
  border-color: #ddd
}

.shop-filtrateu .search-box .search-btn {
  left: 0;
  right: auto;
  border: none;
  margin-left: 7px
}

.shop-filtrateu .search-box .search-input {
  border: none;
  border-radius: 0;
  top: 0;
  height: 26px
}

.shop-filtrateu .search-box+.shop-filtrate-menu li a {
  padding: 0 12px
}

.shop-filtrate-menu {
  max-height: 150px
}

.shop-filtrate-menu label {
  display: block
}

.shop-filtrate-menu .shop-checkbox {
  vertical-align: -3px;
  margin-right: 12px
}

.shop-filtrateu-ft {
  border-top: 1px solid #ddd
}

.shop-filtrateu-ft .tc-15-btn {
  width: 50%;
  box-sizing: border-box;
  background-color: transparent;
  color: #0052d9;
  border: none;
  border-right: 1px solid #ddd
}

.shop-filtrateu-ft .tc-15-btn.weak {
  color: #000;
  border-right: none
}

.shop-filtrateu-ft .tc-15-btn:hover {
  background-color: #f2f2f2
}

.shop-tag-new {
  font-size: 12px;
  color: #06c290;
  background-color: #fff;
  border: 1px solid #06c290;
  display: inline-block;
  vertical-align: 0;
  width: auto;
  padding: 0 4px;
  line-height: 16px;
  font-weight: 400;
  border-radius: 2px;
  margin-right: 5px
}

.ui-block-auto {
  margin-bottom: -10px
}

.ui-block-auto .b-item {
  margin-bottom: 10px
}

.ui-block-auto .b-item.long {
  padding-right: 26px
}

.ui-block-auto .shop-td-cost-tips {
  vertical-align: 0
}

.shop-ui-block .b-item i.shop-new-icon {
  transform: scale(.8);
  transform-origin: right top
}

.shop-first-checkbox .shop-over-icon {
  margin-left: -8px
}

.mod-table-page-wrap {
  border: 1px solid #dbe3e4;
  border-top: 0 solid #dbe3e4;
  border-radius: 2px
}

.mod-table-page-wrap .c-pages-wrap {
  margin: 0;
  padding: 20px
}

.mod-table-page-wrap .c-pages-wrap:after {
  content: "";
  display: block;
  clear: both
}

.mod-table-page-wrap .c-pages-wrap .col-left {
  float: left;
  line-height: 35px;
  font-size: 14px
}

.mod-table-page-wrap .c-pages-wrap .col-left .page-text {
  color: #999;
  margin-right: 20px
}

.mod-table-page-wrap .c-pages-wrap .col-right {
  float: right
}

.shop-submit {
  font-size: 0
}

.shop-submit .fz-14 {
  font-size: 14px
}

.shop-submit .cost {
  min-width: 0;
  left: 0
}

.shop-submit .col-left,.shop-submit .col-right {
  width: 50%;
  display: inline-block;
  font-size: 14px;
  box-sizing: border-box;
  vertical-align: top
}

.shop-submit .col-right {
  text-align: right;
  padding-right: 20px;
  vertical-align: bottom
}

.shop-submit .col-left>.cost {
  min-width: 510px;
  left: -95px
}

.shop-submit .pure-text .tit {
  margin-top: 0
}

.shop-submit .blod-word {
  font-size: 14px;
  color: #333
}

.ui-block-70 {
  margin-bottom: -10px
}

.ui-block-70 .b-item {
  margin-bottom: 10px
}

.shop-bubble .shop-table-panel .shop-table-box td {
  height: 30px
}

.shop-list-con,.shop-list-tit {
  z-index: auto
}

.shop-list-con .con-gap {
  margin-top: 10px
}

.shop-input-text.mod-s {
  width: 70px
}

.ui-block-auto.block-gap .b-item {
  margin-bottom: 10px
}

.shop-input-num .num {
  vertical-align: top;
  font-size: 12px
}

.shop-table-box .shop-filtrate-btn .text-overflow {
  max-width: calc(100% - 14px)
}

.selected-service .tit {
  margin-top: 0
}

.selected-service .price,.selected-service .tit {
  line-height: 25px;
  vertical-align: middle
}

.z-index20 {
  z-index: 10
}

.ml-10 {
  margin-left: 10px
}

.ui-block-control {
  display: none
}

#FEFLOW {
  content: veg202301061053
}


/*# sourceMappingURL=pgsql-buy-singleStyleFile.d1412850f4.css.map*/