/*  wb common start */

* {
  font-family: "PingFang SC", "SF Pro SC", "Roboto", "SF Pro Display", "SF Pro Icons", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

.section {
  padding: 3rem 1.5rem !important;
}

.column {
  padding: .75rem !important;
}

.columns:not(:last-child) {
  margin-bottom: 0;
}

.display-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 提示气泡 */

.common-popover {
  position: absolute;
  top: -115px;
  left: -10px;
  min-width: 200px;
  max-width: 240px;
  box-sizing: border-box;
  padding: .5rem;
  color: #324558;
  background-color: #fff;
  border: 1px solid #c6d1dc;
  border-radius: 3px;
  font-size: 14px;
  z-index: 100;
  margin-bottom: .5rem;
}

.common-popover-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  border-right-color: #c6d1dc;
  border-bottom-color: #c6d1dc;
  background-color: #fff;
  box-shadow: 6px 6px 12px 0 rgb(2 5 8 / 4%), 1px 1px 2px 0 rgb(2 5 8 / 8%);
}

.common-popover.is-active {
  opacity: 1;
}

/* 提示气泡图标 */
.common-popover-tips {
  margin-left: .25rem;
  cursor: pointer;
}


/*  通用产品标签  */
.product-card-tag {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 36px;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
}

.product-card-tag.tag-is-free, .tag-is-free::before {
  background-color: #00AA72;
}

.product-card-tag.tag-is-explosion, .tag-is-explosion::before {
  background-color: #fa8700;
}

.product-card-tag.tag-is-hot, .tag-is-hot::before {
  background-color: #ff7920;
}

.product-card-tag::before {
  position: absolute;
  left: -17px;
  content: "";
  width: 18px;
  height: 36px;
  border-radius: 100px 0 0 100px;
}

.product-card-tag.tag-is-free {
  background-color: #00AA72;
}

.product-card-tag.tag-is-explosion {
  background-color: #fa8700;
}

.product-card-tag.tag-is-hot {
  background-color: #ff7920;
}


.product-card-tag-name {
  margin-left: 4px;
}

/* common block title */
.wb-block-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.wb-block-title .title, .wb-block-title.title {
  color: #393945;
  margin-bottom: 1rem;
}

.wb-block-title .subtitle {
  color: #595657;
  margin-top: 0 !important;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .wb-block-title .title {
    font-size: 22px;
  }

  .wb-block-title .subtitle {
    font-size: 14px;
  }
}

/* common card intro */
.card-intro-item {
  font-size: 14px;
}

.card-intro-item:before {
  content: "\2022";
  color: #15a675;
  font-size: 16px;
}

.card-intro-item-text {
  margin-left: .5rem;
}

.card-intro-item-highlight {
  color: #00aa72;
}

.card-price-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  box-sizing: border-box;
  padding: 0 1rem 1.5rem;
  font-size: 28px;
  font-weight: bold;
}

.card-price-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  /*border-top: 1px solid #eee;*/
  width: 100%;
  height: 100%;
}


.card-price-is-free {
  letter-spacing: 5px;
  color: #000;
}

.card-price-free-highlight {
  color: #fb6908;
}

.card-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: .5rem 0;
}

.card-price-wrapper .card-price {
  display: none;
}

.card-price-wrapper .card-price.card-price-is-active {
  display: block;
}

.price-tag-item {
  border: 1px solid #ea5529;
  color: #ea5529;
  text-align: center;
  font-size: 12px;
  padding: 1px 2px;
  border-radius: 3px;
}

.price-tag-discount {
  background-color: #ea5529;
  color: #fff;
}

.card-price-content {
  color: #fb6908;
  font-size: 28px;
  font-weight: bold;
  margin-top: 1rem;
  text-align: center;
}

.card-price-content-rmb {
  font-size: 16px;
}

.card-price-content-unit {
  font-size: 14px;
}

/* 划线价 低至 */
.card-price-content-del, .card-price-content-min {
  color: #a1a6ab;
  font-size: 14px;
}

/*  card price end */

/* card button  start*/
.card-button.button {
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  width: 9rem;
  height: 3rem;
  padding: 1rem;
  color: #fff;
  background-color: #fa6400;
  font-size: 16px;
  box-shadow: 0 11px 30px rgba(0, 75, 53, 0.25);
  border: none !important;
}

.card-button.button:hover {
  background-color: #dd5800;
  color: #fff;
  border: none !important;
}

.card-button:hover .peripheral-product-card {
  top: -50px;
}

.card-button-is-free {
  background: linear-gradient(295.42deg, #00AA72 -16.14%, #86DBA2 164.23%);
  box-shadow: 0 12px 24px rgba(0, 170, 114, 0.2);
}

.card-button-is-free:hover {
  color: #fff;
  background: linear-gradient(111.02deg, #00AA72 -14.7%, #86DBA2 162.18%);
  border: none;
}

.card-button-arrow {
  margin-left: 5px;
}


@media screen and (max-width: 768px) {
  .card-price-wrapper {
    padding-top: 1.5rem;
  }

  .card-button {
    width: 7rem;
    height: 2.5rem;
    font-size: 14px;
  }
}


/*  wb common end */


/* header banner start */
.wb-header {
  position: relative;
  height: 394px;
  /*margin-top: -50px;*/
}

.wb-header .wb-header-img {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wb-header .wb-header-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1160px;
  max-width: 1160px;
  margin: 0 auto;
  height: 100%;
}

.wb-header-title .title, .wb-header-subtitle {
  color: #fff;
}

.wb-header-title .wb-header-subtitle {
  font-size: 18px;
}

.wb-header-title .wb-header-button {
  margin-top: 1.5rem;
}

.wb-header-title .wb-header-button .button {
  color: #fff;
  margin-right: .5rem;
  box-sizing: border-box;
  width: 160px;
  height: 44px;
  font-size: 16px;
}


@media screen and (max-width: 1024px) and (min-width: 769px) {
  .wb-header .wb-header-title {
    width: 950px;
  }
}


@media screen and (max-width: 768px) {
  .wb-header {
    width: 100%;
    height: 210px;
  }

  .wb-header .wb-header-img-mobile {
    display: block !important;
  }

  .wb-header .wb-header-title {
    width: 768px;
    max-width: 768px;
    padding: 1rem;
    box-sizing: border-box;
  }

  .wb-header-title .title {
    font-size: 20px;
    font-weight: 500;
  }

  .wb-header-title .wb-header-subtitle {
    font-size: 12px;
  }

  .wb-header-title .wb-header-button {
    margin-top: .5rem;
  }
}

@media screen and (max-width: 414px) {
  .wb-header .wb-header-title {
    width: 414px;
    max-width: 414px;
  }

}

@media screen and (max-width: 375px) {
  .wb-header .wb-header-title {
    width: 375px;
    max-width: 375px;
  }
}


@media screen and (max-width: 320px) {
  .wb-header .wb-header-title {
    width: 320px;
    max-width: 320px;
  }
}


/* header banner end */

/* main start */
.wb-main {
  /*padding: 3rem 0;*/
}

/* self station  start */
.wb-self-station {

}

/* card title start */

.wb-self-station-list {
  flex-wrap: wrap;
  margin-top: 2rem;
}

.wb-self-station-list .column {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px){
  .wb-self-station-list .column {
    margin-bottom: 2rem;
  }
}

/*  self station card start */
.wb-self-station-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  /*margin-bottom: 2rem;*/
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(135.47deg, rgba(255, 255, 255, 0.952191) 0%, rgba(255, 255, 255, 0.7) 99.15%);
  box-shadow: 0 6px 12px rgba(104, 116, 127, 0.03), 0px 4px 36px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
}


.self-station-card-title {
  position: relative;
  padding: 1.5rem;
  box-shadow: 0 6px 12px 0px rgba(104, 116, 127, 0.03);
}

.self-station-card-title.card-title-is-free {
  border-left: 4px solid #16B37A;
}

.self-station-card-title.card-title-is-explosion {
  border-left: 4px solid #f7b500;
}

.self-station-card-title.card-title-is-hot {
  border-left: 4px solid #fa6400;
}

.self-station-card-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 98px;
  height: 100%;
  filter: blur(20px);
}

.self-station-card-title.card-title-is-free::before {
  background-color: rgba(22, 178, 122, 0.1);
}

.self-station-card-title.card-title-is-explosion::before {
  background-color: rgba(247, 181, 0, 0.1);
}

.self-station-card-title.card-title-is-hot::before {
  background-color: rgba(247, 181, 0, 0.1);
}


.card-title-main {
  color: #000;
  font-weight: 500;
  font-size: 20px;
}

.card-title-sub {
  color: #000;
  font-size: 16px;
}

/*  card title end */

/*  intro list start */
.self-station-card-intro {
  /*padding: 1.5rem 1.5rem 0 1.5rem;*/
  padding: 1.5rem;
  flex: 1;
}

/*  version tab start */

.card-version-switch {
  padding: 0 1.5rem;
}

.card-version-list {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 0 0 1rem 0;
}

.card-version-item {
  width: 100%;
  padding: 0 5px;
  font-size: 12px;
  color: #433d4d;
  border: 1px solid #f1f1f1;
  text-align: center;
  cursor: pointer;
}

.card-version-item:nth-child(2n) {
  border-left: none;
  border-right: none;
}

.card-version-item-active {
  background-color: #00aa72;
  color: #fff;
}

/*  version tab end */

.card-separate {
  margin: 1rem 0 0 0;
}

/*  intro list end */

/*  card price start  */


/* card button end */

/*  self station card end */

/*  self station end */


/* site advantage start */

.wb-site-advantage {
  background-color: #fafafa;
}

.wb-site-advantage .wb-site-advantage-grid {
  flex-wrap: wrap;
  margin-top: 3rem;
}

.wb-site-advantage .wb-site-advantage-grid .advantage-grid-item {
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  align-items: center;
  /*margin-bottom: 4rem;*/
}

.wb-site-advantage-grid .advantage-grid-item .advantage-grid-item-name {
  color: #251915;
}

.wb-site-advantage-grid .advantage-grid-item .advantage-grid-item-intro {
  color: #888;
  text-align: center;
}

@media screen and (max-width: 768px) {

  .wb-site-advantage-grid.columns .column {
    padding-left: .4rem !important;
    padding-right: .4rem !important;
  }

  .advantage-grid-item-icon {
    width: 43px;
    height: 43px;
  }

  .wb-site-advantage-grid .advantage-grid-item .advantage-grid-item-name {
    font-size: 10px;
  }

  .wb-site-advantage-grid .advantage-grid-item .advantage-grid-item-intro {
    font-size: 8px;
  }

}

/* site advantage end */


/* combination purchase start */
.wb-combination-purchase {
  background-color: #fafafa;
}

.wb-combination-purchase-tabs {
  margin-top: 2rem;
}


.wb-template-plaza-tabs::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, .1);
}

.wb-combination-purchase-tabs::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, .1);
}


.wb-combination-purchase-tabs .combination-purchase-tabs-item {
  font-size: 20px;
  font-weight: bold;
}

.combination-purchase-tabs-item a {
  padding: 10px 30px;
}

.wb-combination-purchase-content .combination-content-wrapper {
  display: none;
  height: 100%;
  min-height: 540px;
  background: linear-gradient(0deg, #fff, #fff), linear-gradient(135.51deg, rgba(255, 255, 255, 0.952191) 0%, rgba(255, 255, 255, 0.7) 99.07%);
  box-shadow: 0 6px 12px rgba(104, 116, 127, 0.03), 0 4px 36px rgba(0, 0, 0, 0.03);
}

.wb-combination-purchase-content .combination-content-wrapper-active {
  display: flex;
}

.combination-content-wrapper .combination-content-left {
  display: flex;
  align-items: center;
}


.combination-content-wrapper .column {
  padding: 4rem 1.5rem !important;
}

.combination-content-wrapper .combination-content-left .combination-content-left-inner {
  width: 50%;
  height: 100%;
}


.combination-content-wrapper .combination-content-left .combination-content-left-img {
  height: 100%;
}

.combination-content-wrapper .combination-content-left .combination-content-left-intro {
  height: 100%;
  margin-left: 4rem;
}

@media screen and (max-width: 768px) {

  .wb-combination-purchase-tabs.tabs a {
    font-size: 12px;
    font-weight: 500;
  }


  .wb-combination-purchase-content .combination-content-wrapper {
    background: none;
    box-shadow: none;
  }

  .wb-combination-purchase-content .combination-content-wrapper-active {
    flex-direction: column;
  }

  .wb-combination-purchase-content.section {
    padding: 1rem 1.5rem !important;
  }

  .combination-content-wrapper .combination-content-left {
    flex-direction: column;
    background: linear-gradient(0deg, #fff, #fff), linear-gradient(134.7deg, rgba(255, 255, 255, 0.952191) -1.43%, rgba(255, 255, 255, 0.7) 99.06%);
    box-shadow: 0 6px 12px rgba(104, 116, 127, 0.03), 0 4px 36px rgba(0, 0, 0, 0.03);
  }

  .combination-content-wrapper .combination-content-right {
    margin-top: 2rem;
    background: linear-gradient(0deg, #fff, #fff), linear-gradient(135.78deg, rgba(255, 255, 255, 0.952191) 0%, rgba(255, 255, 255, 0.7) 98.6%);
    box-shadow: 0 6px 12px rgba(104, 116, 127, 0.03), 0 4px 36px rgba(0, 0, 0, 0.03);
  }


  .combination-content-wrapper .column {
    padding: 1.5rem !important;
  }

  .combination-content-wrapper .combination-content-left .combination-content-left-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;
  }

  .combination-content-wrapper .combination-content-left .combination-content-left-intro {
    margin-left: 0;
  }

  .combination-content-wrapper .combination-content-left .combination-content-left-intro .combination-left-intro-situation {
    padding-bottom: 1rem;
  }

  .combination-content-wrapper .combination-content-left .combination-content-left-intro .combination-left-intro-advantage {
    margin-top: 1rem !important;
  }
}

.combination-content-wrapper .combination-content-left .combination-content-left-intro .combination-left-intro-title {
  color: #303030;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}

.combination-content-wrapper .combination-content-left .combination-content-left-intro .combination-left-intro-situation {
  height: 40%;
  border-bottom: 1px solid #dde1e6;
}


.combination-content-wrapper .combination-content-left .combination-content-left-intro .combination-left-intro-advantage {
  margin-top: 2rem;
}


.combination-content-wrapper .combination-content-right {
  display: flex;
  flex-direction: column;
  background-color: #f5f9fa;
}

.combination-content-right.is-3.column {
  padding: 0 !important;
}

.combination-content-wrapper .combination-content-right .combination-content-right-header {
  height: 66px;
  padding-left: 1.5rem;
  color: #fff;
  background: url("/static/assets/images/websitePromotion/purchase-header-bg.png") no-repeat center;
  background-size: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 66px;
}

.combination-content-right .combination-content-right-product {
  padding: .5rem 1.5rem;
}

.combination-content-right .combination-content-right-product .combination-right-product-title {
  margin-bottom: .5rem;
}

.combination-content-right-product .combination-right-product-title .right-product-title-name {
  /*position: relative;*/
  font-weight: 500;
  font-size: 14px;
  color: #303030;
}

.combination-content-right-product .combination-right-product-title .right-product-title-price {
  font-size: 16px;
  color: #ea5529;
}


.combination-content-right .combination-content-right-product .combination-right-product-extra {
  color: #68747f;
  font-size: 12px;
  line-height: 22px;
}

.combination-content-right-calc {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  flex: 1;
}

.combination-content-right-calc .right-calc-discount {
  padding-bottom: 1rem;
  border-bottom: 1px solid #dde1e6;
}

.combination-content-right-calc .right-calc-discount-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #303030;
}

.combination-content-right-calc .right-calc-discount-price {
  font-size: 16px;
  line-height: 19px;
  color: #ea5529;

}

.combination-content-right-calc .right-calc-total {
  padding: 1rem 0;
}

.right-calc-total .right-calc-total-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #303030;
}

.right-calc-total .right-calc-total-price {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #EA5529;
}

.combination-content-right-calc .combination-content-right-btn {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}


.combination-content-right-calc .combination-content-right-consult, .combination-content-right-calc .combination-content-right-purchase {
  width: 100%;
  color: #3e464c;
  font-size: 14px;
  font-weight: 500;
  padding: 1.25rem;
}


.combination-content-right-calc .combination-content-right-consult {
  background-color: transparent;
}

.combination-content-right-calc .combination-content-right-purchase {
  color: #fff;
  background: linear-gradient(152.04deg, #EF831D -74.69%, #EA5529 76.66%);
  margin-top: .5rem;
}


@media screen and (max-width: 768px) {

  .combination-content-right-calc .combination-content-right-btn {
    flex-direction: row;
  }

  .combination-content-right-calc .combination-content-right-consult, .combination-content-right-calc .combination-content-right-purchase {
    width: 50%;
  }

  .combination-content-right-calc .combination-content-right-purchase {
    margin-top: 0;
    margin-left: 1rem;
  }
}


/* combination purchase end */


/* template plaza start */
.wb-template-plaza-tabs {
  margin-top: 2rem;
  font-weight: bold;
}

.wb-template-plaza-tabs::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}


.wb-combination-purchase-tabs::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}


.wb-template-plaza-tabs.tabs a {
  font-size: 20px;
  border-width: 2px;
}

.wb-template-plaza-tabs.tabs .is-active a {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .wb-template-plaza-tabs.tabs a {
    font-size: 12px;
    font-weight: 500;
  }
}


/*  左侧预览  */
.plaza-content-preview {
  position: relative;
  min-height: 560px;
  height: 100%;
}

.plaza-content-preview .preview-tip {
  position: absolute;
  bottom: -120%;
  left: 50%;
  color: #393945;
  font-size: 14px;
}


.plaza-content-preview .preview-desktop {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}


.preview-desktop .preview-desktop-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.preview-desktop .preview-desktop-bg {
  position: absolute;
}

.preview-desktop .preview-desktop-img, .preview-desktop-button {
  position: absolute;
  top: 7%;
  left: 15%;
  width: calc(100% - 230px);
  height: calc(100% - 220px);
  object-fit: cover;
}


.preview-desktop .preview-desktop-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(15, 23, 31, 0);
  cursor: pointer;
  transition: all .5s;
  opacity: 0;
}

.preview-desktop .preview-desktop-button:hover {
  background-color: rgba(15, 23, 31, .5);
  opacity: 1;
}


.preview-mobile {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 20%;
  height: 50%;
}

.preview-mobile-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.preview-mobile .preview-mobile-bg {
  position: absolute;
}

.preview-mobile .preview-mobile-img, .preview-mobile-button {
  position: absolute;
  width: calc(100% - 35px);
  height: calc(100% - 26px);
  top: 6%;
  left: 11%;
  object-fit: cover;
  border-radius: 15px;
}

.preview-mobile .preview-mobile-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(15, 23, 31, 0);
  cursor: pointer;
  transition: all .5s;
  opacity: 0;
}

.preview-mobile .preview-mobile-button:hover {
  background-color: rgba(15, 23, 31, .5);
  opacity: 1;
}


@media screen  and (max-width: 768px) {

  .plaza-content-preview {
    margin-bottom: 2rem;
    min-height: 220px;
  }

  .plaza-content-preview .preview-tip {
    bottom: -14%;
    transform: translateX(-50%);
  }

  .preview-desktop .preview-desktop-img {
    top: 10%;
    width: calc(100% - 110px);
    height: calc(100% - 62px);
  }

  .preview-mobile .preview-mobile-bg {
    top: 50%;
  }

  .preview-mobile .preview-mobile-img {
    width: calc(100% - 15px);
    height: 125px;
    top: 56%;
    left: 10%;
    border-radius: 5px;
  }

}

@media screen  and (min-width: 769px) and (max-width: 1024px) {


  .plaza-content-preview .preview-tip {
    bottom: -95%;
  }

  .plaza-content-preview .preview-desktop {
    top: 10%;
  }

  .preview-desktop .preview-desktop-img {
    width: calc(100% - 190px);
    height: calc(100% - 280px);
  }

  .preview-mobile .preview-mobile-img {
    width: calc(100% - 25px);
    height: calc(100% - 70px);
    top: 5%;
    left: 10%;
  }

}

/* ipad */
@media screen and (max-width: 768px) and (min-width: 415px) {
  .plaza-content-preview {
    /*min-height: 440px;*/
    /*height: 440px;*/
  }

  .plaza-content-preview .preview-tip {
    bottom: -15%;
  }

  .preview-desktop .preview-desktop-img {
    width: calc(100% - 110px);
    height: calc(100% - 50px)
  }

  .preview-mobile .preview-mobile-bg {
    top: 20%;
  }

  .preview-mobile .preview-mobile-img {
    top: 27%;
    width: calc(100% - 15px);
    height: 126px;
  }

}

/* i678p */
@media screen and (max-width: 767px) and (min-width: 414px) {

  .plaza-content-preview {
    margin-bottom: 3rem;
  }

  .plaza-content-preview .preview-tip {
    bottom: -23%;
  }

  .preview-desktop .preview-desktop-img {
    width: calc(100% - 120px);
  }

  .preview-mobile .preview-mobile-img {
    height: 135px;
    top: 57%;
  }
}


/*  右侧产品列表  */
.wb-template-plaza-content {
  min-height: 560px;
}

.wb-template-plaza-content.columns {
  display: none;
}

.wb-template-plaza-content.template-plaza-content-active.columns {
  display: flex;
}

.wb-template-plaza-content .content-product-list {
  flex-wrap: wrap;
  align-items: flex-start;
}

.wb-template-plaza-content .content-product-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #595657;
}

.wb-template-plaza-content .content-product-item .content-product-img-wrapper {
  position: relative;
  min-width: 50px; /* 避免刚开始加载没有图片撑开宽度 */
  height: 135px;
  box-sizing: border-box;
  cursor: pointer;
}

@media screen and (max-width: 768px) {

  .wb-template-plaza-content {
    min-height: 220px;
  }

  .wb-template-plaza-content .content-product-item .content-product-img-wrapper {
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .wb-template-plaza-content {
    flex-direction: column;
  }
}

.wb-template-plaza-content .content-product-item .content-product-img-wrapper:hover::after {
  opacity: 0;
  visibility: hidden;
}


.wb-template-plaza-content .content-product-item .content-product-img-wrapper:hover {
  box-shadow: 0 6px 12px rgba(104, 116, 127, 0.03), 0 4px 36px rgba(0, 0, 0, 0.03);
}


/*  图片黑色遮罩  */
.wb-template-plaza-content .content-product-item .content-product-img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #0f171f;
  opacity: .5;
  transition: all .5s;
}

.wb-template-plaza-content .content-product-item.content-product-item-active .content-product-img-wrapper {
  border: 2px solid #00AA72;
  box-shadow: 0 6px 12px rgba(104, 116, 127, 0.03), 0 4px 36px rgba(0, 0, 0, 0.03);
}

.wb-template-plaza-content .content-product-item.content-product-item-active .content-product-img-wrapper::after {
  opacity: 0;
  visibility: hidden;
}


.wb-template-plaza-content .content-product-item .content-product-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* template plaza end */

/* site peripheral start */
.wb-site-peripheral {
  background: linear-gradient(255.15deg, #E6F6F9 -2%, #E5F9F2 103.71%);
}

.wb-site-peripheral .peripheral-list {
  flex-wrap: wrap;
  margin-top: 3rem;
}

.wb-site-peripheral .peripheral-list .peripheral-list-product {
  margin-bottom: 2rem;
}

.peripheral-list-product .peripheral-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  height: 100%;
  transition: .5s linear;
}

.peripheral-product-card .peripheral-product-card-header {
  position: relative;
  color: #fff;
  padding: 1rem 1.5rem;
  background-size: cover;
  background: url("../images/websitePromotion/pcCardHeader.svg") no-repeat center;
}

.peripheral-product-card .card-price-wrapper {
  height: 120px;
}

/* 单独适配ipad surface duo*/
@media screen and (max-width: 768px) and (min-width: 540px) {
  .peripheral-list.columns {
    display: flex;
  }

  .peripheral-list-product {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
}

/* 适配ipad pro */
@media screen and (width: 1024px) {

  .peripheral-list-product {
    width: 33.3333% !important;
  }

}

/* ipad pro 尺寸以下都用移动端的图 */
@media screen and (max-width: 1024px) {
  .peripheral-product-card .peripheral-product-card-header {
    background: url("../images/websitePromotion/mobileCardHeader.svg") no-repeat center;
  }
}

.peripheral-product-card .peripheral-product-card-header .peripheral-card-header-title {
  font-size: 22px;
  font-weight: 500;
}

.peripheral-product-card .peripheral-product-card-header .peripheral-card-header-subtitle {
  font-size: 14px;
  margin-top: .5rem;
  line-height: 20px;
}

.peripheral-product-card .peripheral-product-card-header .product-card-tag {
  top: -5px;
}

.peripheral-product-card-content {
  border-bottom: 1px solid #f1f1f1;
  padding: 1.5rem;
  flex: 1;
}

.peripheral-product-card .card-price-wrapper {
  padding-top: 1rem;
  padding-bottom: 2.5rem;
}

/*  域名  */

.peripheral-card-content-domain {
  flex-direction: column;
}

.card-content-domain-item {
  position: relative;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

.domain-item-tag {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #ea5529;
  color: #fff;
  padding: 3px 5px;
  font-size: 10px;
  line-height: 12px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.domain-item-is-active {
  background-color: #00aa72;
  color: #fff;
}

.card-content-domain-duration {
  font-size: 12px;
  text-align: center;
}

.card-content-domain-duration:first-child {
  color: #a1a6ab;
}

.card-content-domain-duration:last-child {
  color: #595657;
}


/* site peripheral end */

/* common problem start */
.wb-common-problem-content {
  margin-top: 3rem;
}

.problem-content-item-wrapper {
  margin-bottom: 2rem;
}

.problem-content-item {
  display: flex;
  align-items: flex-start;
}

.problem-content-item.problem-content-item-icon {
  align-items: center;
}

.problem-content-item .problem-content-item-question {
  margin-left: 10px;
  color: #251915;
  font-size: 16px;
  font-weight: 500;
}

.problem-content-item .problem-content-item-answer {
  margin-left: 10px;
  color: #888;
  line-height: 24px;
}


/* common problem end*/


/*  more product start */

.wb-more-product {
  background: linear-gradient(254.79deg, #e6f6f9 -1.99%, #e5f9f2 103.17%);
}

.wb-more-product .wb-more-product-list {
  margin-top: 2rem;
  flex-wrap: wrap;
}

.wb-more-product .more-product-card {
  position: relative;
  height: 100%;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(151.22deg, #19bc86 -11.48%, #009b68 102.51%);
  border-radius: 3px;
  cursor: pointer;
}

.wb-more-product-list > :nth-child(2) .more-product-card {
  background: linear-gradient(95.67deg, #6090cb 0%, #006cb6 99.51%);
}

.wb-more-product-list > :nth-child(3) .more-product-card {
  background: linear-gradient(95.67deg, #80c1c9 0%, #2aa9b3 99.51%);
}

.wb-more-product-list > :nth-child(4) .more-product-card {
  background: linear-gradient(94.33deg, #6e56d8 1.28%, #8a7db8 102.87%);
}


.more-product-card-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: .5rem;
}

.more-product-card-subtitle {
  font-size: 14px;
  line-height: 20px;
}

.more-product-card-tag {
  position: absolute;
  top: 10px;
  right: -5px;
  padding: 5px 10px;
  color: #d05530;
  background: #ffdf89;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.more-product-card-tag::after {
  content: " ";
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid #d68521;
  border-right: 5px solid transparent;
}


/*  more product end  */

/* main end */

/* footer start */
.wb-footer {
  background: url("../../../static/assets/images/websitePromotion/footerBanner.svg") no-repeat;
  background-size: cover;
}


.wb-footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wb-footer-info {
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.wb-footer-button {
  padding: 1.5rem 2rem;
  font-size: 16px;
  font-weight: 500;
}


/* footer end */

.intel {
  padding: 1.875rem 0 2.5rem 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  background-color: #3d3e49;
  padding: 1rem 1.5625rem;
  border-radius: 0.5rem;
  margin-top: 4rem;
}
.intel img {
  width: 18.75rem;
  height: 2.8125rem;
  padding-right: 2rem;
  margin-right: 2rem;
  border-right: 1px solid hsla(0, 0%, 100%, .58);
}
