@keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.common-header {
  background-color: unset;
}

.purchase-top {
  background-image: url('../jpg/purchase_background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.nav-top {
  background-color: transparent !important;
}

.nav-bar > li:hover {
  background-color: unset;
}
.nav-bar > li:hover > a {
  color: #87d8d8;
}

.nav-bar > li > a {
  font-size: 14px;
}

/* icon小图标 */
.vertical-align-sub {
  vertical-align: sub;
}

.vertical-align-mid {
  vertical-align: middle;
}

.vertical-align-top {
  vertical-align: top;
}

.small-icon {
  height: 20px;
  width: 20px;
}

.big-icon {
  height: 35px;
  width: 35px;
}

.bigger-icon {
  height: 60px;
  width: 60px;
}
.activation-number-tips {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 100%);
  display: none;
  font-size: 13px;
  background: #fff;
  line-height: 15px;
  /* white-space: nowrap; */
  border: 1px solid #000;
  padding: 5px;
  width: 280px;
}

#corp-increase {
  position: relative;
}

#corp-increase:hover .activation-number-tips {
  display: block;
}

.purchase-icon {
  background-image: url('../png/flipbook_maker_icon.png');
  display: inline-block;
}

.purchase-icon.win-white {
  background-position: -205px -29px;
}

.purchase-icon.win-black {
  background-position: -250px -29px;
}

.purchase-icon.win-orange {
  background-position: -205px -55px;
}

.purchase-icon.mac-white {
  background-position: -73px -29px;
}

.purchase-icon.mac-black {
  background-position: -114px -29px;
}

.purchase-icon.mac-orange {
  background-position: -73px -55px;
}

.purchase-icon.shop-cart {
  background-position: -162px -27px;
}

.purchase-icon.money-back {
  background-position: -28px -121px;
}

.purchase-icon.security-guarantee {
  background-position: -74px -121px;
}

.purchase-icon.icon-false {
  background-position: -188px -119px;
}

.purchase-icon.icon-true {
  background-position: -236px -120px;
}

.purchase-icon.purchase-points {
  background-position: -287px -98px;
}

.purchase-icon.vip-user {
  background-position: -389px -93px;
}

.purchase-icon.show-faq-detail {
  background-position: -549px -120px;
}

.purchase-icon.hide-faq-detail {
  background-position: -491px -118px;
}

.purchase-icon.link {
  background-position: -27px -167px;
}

.purchase-icon.image {
  background-position: -67px -167px;
}

.purchase-icon.text {
  background-position: -107px -167px;
}

.purchase-icon.audio {
  background-position: -147px -167px;
}

.purchase-icon.video {
  background-position: -187px -167px;
}

.purchase-icon.trigger-action {
  background-position: -227px -167px;
}

.purchase-icon.animation-effects {
  background-position: -267px -167px;
}

.purchase-icon.in-pro-editor {
  background-position: -307px -167px;
}

.purchase-icon.hotspot {
  background-position: -347px -167px;
}

.purchase-icon.buttons {
  background-position: -387px -167px;
}

.purchase-icon.slideshows {
  background-position: -427px -167px;
}

.purchase-icon.shapes {
  background-position: -467px -167px;
}

.purchase-icon.question-mark {
  background-position: -517px -158px;
}

.purchase-icon.increase-num {
  background-position: -609px -150px;
}

.purchase-icon.decrease-num {
  background-position: -582px -150px;
}

/* 顶部 */
.purchase-banner {
  position: relative;
  text-align: center;
  padding: 64px 15px 280px;
}

.purchase-banner > h1 {
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-weight: 700;
}

.purchase-banner > span {
  display: block;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
}

.purchase-banner > span:nth-of-type(1) {
  margin-bottom: 10px;
}

.purchase-banner > .price-tips {
  display: none;
}

/* win和mac版切换按钮 */
.version-switch {
  display: flex;
  width: 362px;
  height: 52px;
  margin: 30px auto 0;
  border-radius: 8px;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  /* 175% */
}

.version-switch .slider {
  position: absolute;
  width: 174px;
  height: 52px;
  background-color: #08c777;
  border-radius: 26px;
  margin: 4px 0;
}

.version-switch-windows,
.version-switch-mac {
  position: relative;
  flex: 1;
  height: 100%;
  /* margin: 4px 0; */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.version-switch-active {
  background: #fff;
  color: #266f6f;
}

.version-switch-active path {
  fill: #266f6f;
}

@media (max-width: 410px) {
  .version-switch {
    width: 250px;
  }

  .version-switch > div {
    width: 120px;
  }

  .version-switch > div > span {
    font-size: 14px;
  }

  .version-switch > div > i {
    vertical-align: middle;
  }

  .version-switch .slider {
    width: 125px;
  }
}

/* plus/plus-pro/plus-corp描述 */
.purchase-panel {
  position: relative;
  background-color: #fff;
}

.three-version {
  background-color: #f7f8fa;
}

.version-compare {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #f7f8fa;
  max-width: 1277px;
}

.plus-corp-description .price-tips {
  position: absolute;
  right: 5px;
  top: -10px;
  transform: translateY(-100%);
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-family: Inter;
}

.plus-corp-description .version-features {
  padding: 0;
  border-top: none;
}

.version-compare .plus-pro-description {
  border-radius: 0px 0px 8px 8px;
  box-sizing: border-box;
  background-image: linear-gradient(
    180deg,
    #d3ffe4 0%,
    #f9fff0 7.38%,
    #fdfffa 13.2%,
    #ffffff 31.92%
  );
  border: 2px solid;
  border-image: linear-gradient(90deg, #7ce280 0%, #2ad0eb 100%) 1;
}

.plus-pro-description .description-chosen {
  height: 40px;
  position: absolute;
  top: 0;
  left: -2px;
  transform: translateY(-100%);
  width: calc(100% + 4px);
  color: #000000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  /* 175% */
  background-image: linear-gradient(90deg, #7de380 0%, #2ad0ec 100%);
  border-radius: 8px 8px 0px 0px;
}

.nav-h-icon.plus-new {
  background: url(../png/best.png) no-repeat;
  background-size: contain;
  width: 71px;
  height: 20px;
  line-height: 20px;
  padding-left: 7px;
  color: #fff;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  /* width: 38px; */
  /* background-position: -78px -13px; */
  /* height: 20px; */
  /* vertical-align: middle; */
  position: relative;
  margin-left: 5px;
}

.version-compare > div {
  position: relative;
  margin-top: -186px;
  width: 382px;
  background-color: #ffffff;
  box-shadow: 0px 6px 10px 0px rgba(29, 37, 54, 0.1);
  border-radius: 8px;
  padding: 53px 31px;
}

.description-title {
  text-align: center;
}

.description-title > span {
  display: block;
}

.description-title .description-header {
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.2px;
  text-align: center;
}

.description-title .gray-text {
  margin-bottom: 24px;
}

.description-title .gray-text > span {
  display: block;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 23.8px;
  text-align: center;
  color: #828c8c;
}

.description-title .description-price,
#corp-price {
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 46px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  color: #10b5b5;
}

.description-title .description-price .description-price-icon {
  margin-right: 4px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  text-align: center;
  color: #10b5b5;
}

.description-title .description-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px;
  width: 133px;
  height: 26px;
  border-radius: 66px;
  background-color: rgba(16, 181, 181, 0.1);
  font-family: Inter;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 14.52px;
  color: #10b5b5;
}

.description-computers {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  /* 200% */
  margin-bottom: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.description-title > .more-user {
  display: block;
  width: 215px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #ff3663, #ff9504);
  padding: 0 20px;
  border-radius: 0 0 6px 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  color: #ffffff;
}

.purchase-button,
.download-button {
  display: none;
  width: 100%;
  margin: 0 auto;
  /* max-width: 300px; */
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  font-family: Inter;
  font-weight: 600;
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
}

.purchase-button {
  color: #fff;
  background-color: #10b5b5;
}

.download-button {
  opacity: 0;
  color: #10b5b5;
  background-color: #ffffff;
  border: 2px solid #10b5b5;
  animation: show 1s;
}

/* .download-button path {
  fill: #10b5b5;
} */

.purchase-button:hover {
  background-color: #0fa7a7;
}

.purchase-button:active {
  background-color: #0fa7a7;
}

.download-button i {
  margin-right: 10px;
}

.download-button:hover {
  color: #ffffff;
  background-color: #10b5b5;
  border-color: #10b5b5;
}

/* .download-button:hover path {
  fill: #ffffff;
} */

/* .download-button:hover.win-download-button i,
.download-button:active.win-download-button i {
  background-position: -205px -29px;
}

.download-button:hover.mac-download-button i,
.download-button:active.mac-download-button i {
  background-position: -73px -29px;
} */

.download-button:active {
  background-color: #0fa7a7;
  border-color: #0fa7a7;
  color: #ffffff;
}

.purchase-button > a,
.download-button > a {
  color: #fff;
}

.download-button > span,
.purchase-button > span {
  font-size: 16px;
  line-height: 1;
  font-family: Inter;
  /* line-height: 27px; */
}

.version-features {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  position: relative;
  /* margin: 0 35px; */
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  padding: 25px 0;
}

.version-features > span {
  display: block;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
}

.computers-activation span {
  display: inline-block;
  height: 45px;
  line-height: 40px;
  font-size: 15px;
  text-align: left;
  color: #666666;
}

.activation-number {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  width: 100%;
  height: 40px;
  border: 1px solid #ededed;
  border-radius: 6px;
}

.activation-number > i {
  display: inline-flex;
  cursor: pointer;
  position: relative;
  width: 38px;
  height: 100%;
  font-style: inherit;
  font-size: 24px;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  background: #ededed;
}

.activation-number .activation-number-content {
  flex: 1;
}

.activation-number > i:nth-of-type(1) {
  cursor: not-allowed;
}

.activation-number > i:nth-of-type(2) {
  cursor: pointer;
}

.corp-decrease-forbid {
  background-position: -582px -120px !important;
}

.corp-increase-forbid {
  background-position: -609px -120px !important;
}

.corp-decrease-hover:hover {
  background-position: -582px -180px !important;
}

.corp-increase-hover:hover {
  background-position: -609px -180px !important;
}

/* .corp-decrease-over {
	background-position: -582px -120px;
}

.corp-decrease-over:hover {
	background-position: -582px -180px;
}

.corp-increase-over {
	background-position: -609px -120px;
}

.corp-increase-over:hover {
	background-position: -609px -180px;
} */

.version-features strong {
  color: #333;
}

.version-features .editor-features {
  display: none;
}

.more-desc {
  border-bottom: 1px solid #ebebeb;
  padding: 24px 0;
  font-family: Inter;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.15px;
  color: #000000;
}

.editor-title {
  margin: 24px 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #000000;
}

.editor-title .purchase-icon {
  display: none;
  margin-left: 4px;
}

.editor-desc {
  /* max-width: 277px; */
  /* margin-left: 30px; */
  border-bottom: 1px solid #e8ebed;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding-bottom: 24px;
}

.editor-desc .desc-item {
  display: flex;
  align-items: center;
}

.editor-desc .desc-item > svg {
  margin-right: 8px;
}

.editor-desc .desc-item > span {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: #000000;
}

.editor-desc .desc-item .view-demo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  width: 98px;
  height: 28px;
  border-radius: 66px;
  border: 1px solid #000000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #000000;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .editor-desc .desc-item .view-demo {
    width: 110px;
    font-size: 12px;
  }
}

#hotspot-demo,
#button-demo,
#slideshow-demo {
  display: inline-block;
  /* margin-top: 3px; */
  font-size: 13px;
  /* text-decoration: underline; */
  cursor: pointer;
  color: #10a3b5;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
}

#hotspot-demo:hover,
#button-demo:hover,
#slideshow-demo:hover {
  color: #14909f;
}

.purchase-button-show {
  display: flex;
}

.download-button {
  margin: 15px 0 24px;
}

.download-button-show {
  display: flex;
  opacity: 1;
}

.plus-corp-features {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #e8ebed;
  /* border-bottom: 1px solid #e8ebed; */
  max-width: 267px;
  margin-bottom: 20px;
}

.plus-corp-features div:nth-of-type(2) span {
  display: block;
  border-bottom: 1px solid #e8ebed;
  height: 20px;
}

.plus-corp-features h4 {
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  margin-top: 20px;
}

.plus-corp-features span {
  font-size: 15px;
  color: #999999;
}

.plus-description .add-on,
.plus-pro-description .add-on {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 27px;
}

.add-on-title {
  margin: 24px 0;
  font-size: 16px;
  color: #000;
  font-family: Inter;
  font-weight: 500;
  line-height: 16px;
  /* 200% */
}

.add-on-title > i {
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

.add-on-title > i::after {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  bottom: -30px;
  left: 0;
}

.add-on-title > i:hover {
  background-position: -517px -182px;
}

.add-on-title > i:hover .more-description {
  display: flex;
}

.upgrade-options {
  margin-top: 22px;
}

.upgrade-options .options-title {
  display: block;
  margin-bottom: 25px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
}

.upgrade-options .options-description {
  width: 100%;
  padding: 11px;
  background-color: #f9f9f9;
  border-radius: 4px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}

.upgrade-options .options-description a {
  text-decoration: underline;
  color: #000000;
}

.more-description {
  display: none;
  flex-direction: column;
  row-gap: 16px;
  position: absolute;
  left: calc(100% + 10px);
  padding: 20px;
  margin-top: 10px;
  width: 330px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 10px rgb(29 37 54 / 0.1);
  border-radius: 4px;
  z-index: 10;
}

.more-description:hover {
  display: flex;
}

.more-description > span {
  display: block;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #999999;
  font-style: normal;
}

.more-description > span a {
  text-decoration: underline;
  color: #999999;
}

.add-on-description {
  color: #999999;
}

.add-on-description-item {
  background-color: #f9f9f9;
  padding: 12px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #000000;
}

.add-on-description-item:last-of-type {
  margin-bottom: 0;
}

.add-on-description > span {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  color: #000;
  font-family: Inter;
  font-weight: 400;
  line-height: 38px;
  /* 271.429% */
}

.plus-corp-description .add-on-description:nth-child(2) {
  color: #666666;
}

.corp-add-on span {
  margin-top: 20px;
}

.corp-add-on span:nth-child(1) {
  margin-top: 0;
}

.corp-add-on span:nth-child(1),
.corp-add-on span:nth-child(2) {
  color: #666666;
}

.purchase-extra-text {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.purchase-extra-text > div:nth-child(1) {
  margin-right: 15px;
}

.purchase-extra-text > div:nth-child(2) {
  margin-left: 15px;
}

.purchase-extra-text-item {
  display: inline-block;
  margin: 39px auto 0;
  color: #666666;
  font-size: 17px;
  line-height: 19px;
}

.purchase-extra-text-item > span.back-30 {
  background-position: -3px -4px;
}

.purchase-extra-text-item > span.secure-100 {
  background-position: -33px -4px;
}

.purchase-extra-img {
  display: block;
  position: relative;
  margin: 22px auto 0;
  padding-bottom: 101px;
}

@media (max-width: 1200px) {
  /* .version-compare>div {
    margin-top: -140px;
  } */

  .version-compare {
    width: 100%;
  }

  .plus-corp-description .price-tips {
    top: -35px;
    left: 150px;
  }
}

@media (max-width: 1090px) {
  .plus-corp-description .price-tips {
    top: -30px;
    left: 100px;
  }

  .description-title > span:nth-of-type(1) {
    font-size: 20px;
  }

  .description-title > span:nth-of-type(2),
  #corp-price {
    font-size: 35px;
  }

  .description-title > span:nth-of-type(3) {
    font-size: 15px;
  }

  .purchase-button,
  .download-button {
    max-width: 230px;
  }

  /* .version-features > span {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px; 271.429%
  } */

  .add-on-title {
    font-size: 14px;
  }

  .editor-title {
    font-size: 14px;
  }
}

@media (max-width: 1140px) {
  .version-features {
    margin: 0;
    /* margin-left: 25px; */
  }
}

@media (max-width: 950px) {
  .plus-corp-description .price-tips {
    top: -30px;
    left: 70px;
  }
}

@media (max-width: 850px) {
  .description-title > .more-user {
    width: 190px;
    font-size: 13px;
  }

  .plus-corp-description .price-tips {
    top: -40px;
    left: 55px;
  }

  .description-title > span:nth-of-type(1) {
    font-size: 19px;
  }

  .description-title > span:nth-of-type(2),
  #corp-price {
    font-size: 30px;
  }

  .description-title > span:nth-of-type(3) {
    font-size: 14px;
  }

  .purchase-button,
  .download-button {
    max-width: 200px;
  }

  .version-features > span {
    font-size: 13px;
    height: 40px;
    line-height: 15px;
  }

  .editor-title {
    font-size: 13px;
  }

  .editor-desc span {
    font-size: 14px;
  }

  .editor-title {
    font-size: 14px;
  }
  .add-on-description-item > span {
    font-size: 13px;
  }
}

/* plus/plus-pro/plus-corp对比 */
.version-different {
  background-color: #fff;
  max-width: 1350px;
  margin: 120px auto 0;
}

@media (max-width: 1450px) {
  .version-different {
    padding: 0 20px;
  }
}

.table-head-box {
  position: sticky;
  top: 0;
  z-index: 1;
  overflow: auto;
}

.table-head {
  /* margin: 0 auto; */
  /* width: 1400px; */
  height: 66px;
  /* padding-left: 35px; */
  background-color: #ececef;
  z-index: 1;
  display: flex;
  align-items: center;
  /* overflow: auto; */
}

.detail-compare {
  overflow: auto;
}
.detail-compare::-webkit-scrollbar {
  width: 0;
}

.table-head > span {
  color: #333333;
  font-size: 17px;
  font-weight: bold;
  /* flex: 1; */
  /* width: 300px; */
  width: 21.4%;
}

.table-head > span:nth-of-type(1) {
  width: 35.7%;
  /* width: 500px; */
  padding-left: 31px;
  display: flex;
  align-items: center;
}

/* .table-head > span:nth-of-type(2) {
  margin-right: 187px;
}

.table-head > span:nth-of-type(3) {
  margin-right: 150px;
} */

.table-head .see-diff {
  display: inline-block;
  width: 36px;
  min-width: 36px;
  height: 18px;
  margin-left: 20px;
  /* margin-right: 225px; */
  background-color: #d4d4d5;
  border-radius: 9px;
}

.table-head .see-diff > span {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ffffff;
}

.see-diff {
  cursor: pointer;
}

.table-head .see-diff-active {
  background-color: #0fcf75;
}

.detail-function {
  display: none;
}

.only-differences-detail-function {
  display: none;
}

.show-different {
  display: block;
}

.table-title {
  display: block;
  /* width: 1400px; */
  margin: 50px 0 0 31px;
  font-family: Inter;
  font-size: 18.55px;
  font-weight: 700;
  line-height: 22.46px;
  color: #000000;
}

.version-different-item {
  /* width: 1400px; */
  width: 100%;
  margin: 20px auto 0;
}

.version-different-item > .tr {
  display: flex;
  align-items: center;
}
/* .version-different-item >.tr >.td{
  font-size: 15px;
  line-height: 46px;
  padding: 14px 0;
  color: #666666;
  width: 21.4%;

} */

/* .version-different-item >.tr >.td:nth-of-type(1) { 
  padding-left: 31px;
  width: 35.7%;
} */

/* .version-different-item .tr:nth-of-type(odd) {
  background-color: #f9f9fb;
} */

.version-different-item .td > span {
  color: #747474;
  font-family: Inter;
  font-size: 13.23px;
  font-weight: 400;
  line-height: 16.02px;
}

.version-different-item .td > .free-green {
  color: #13d08d;
}

.version-different-item .td > a {
  text-decoration: underline;
  font-size: 14px;
}

.version-different-item .tr {
  height: 46px;
}

.version-different-item .td {
  padding: 14px 0;
  width: 21.4%;
  /* width: 300px; */
}

.version-different-item .td:nth-of-type(1) {
  /* width: 500px; */
  width: 35.7%;
  padding-left: 31px;
}

.version-different-item .tr .td:nth-of-type(1) span,
.version-different-item .tr .td:nth-of-type(1) a {
  font-size: 15px;
  /* line-height: 46px; */
  color: #666666;
  font-family: Inter;
  font-size: 14.41px;
  font-weight: 400;
  line-height: 17.44px;
}

.version-different-item .tr:nth-of-type(odd) {
  background-color: #f9f9fb;
}

/* About Online Hosting Serivces板块 */
.online-hosting-serivces {
  background: linear-gradient(90deg, #0c3c42, #0d3f45);
  margin-top: 120px;
}

.online-hosting-serivces .title {
  display: block;
  margin: 0;
  padding: 116px 0 19px;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
}

.online-hosting-serivces .subhead {
  padding: 0 20px;
}

.online-hosting-serivces .subhead > span {
  display: block;
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.online-hosting-serivces .subhead > span:nth-child(2) {
  margin-top: 10px;
}

.online-hosting-serivces-content {
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.online-hosting-serivces-item {
  display: inline-block;
  width: 50%;
  margin-top: 51px;
  background-color: #0a3237;
  text-align: center;
  border-radius: 6px;
}

.online-hosting-serivces-item:nth-of-type(1) {
  margin-right: 20px;
}

.online-hosting-serivces-item:nth-of-type(2) {
  margin-left: 20px;
}

.online-hosting-serivces-item > div:nth-child(1) {
  margin: 50px 0 32px;
}

.online-hosting-serivces-item .content {
  padding: 0 20px;
}

.online-hosting-serivces-item .content > span {
  display: block;
  font-size: 21px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
}

.online-hosting-serivces-item .content > p {
  display: inline-block;
  margin-bottom: 50px;
  text-align: left;
}

.online-hosting-serivces-item .content > p > span {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}

.check-online-serivces-detail {
  display: block;
  text-align: center;
  margin-top: 41px;
  padding-bottom: 122px;
}

.check-online-serivces-detail > a {
  font-size: 17px;
  color: #fff;
}

.check-online-serivces-detail > a:hover {
  text-decoration: underline;
}

/* faq板块 */
.purchase-faq {
  margin-bottom: 70px;
  overflow: auto;
  padding: 0 20px;
}

.purchase-faq > h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  margin: 120px 0 50px;
}

.purchase-faq-item {
  position: relative;
  margin: 20px auto 0;
  border: 1px solid #dee2e6;
  width: 1080px;
}

.purchase-faq-item .purchase-faq-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 31px;
}

.purchase-faq-item .purchase-faq-title > span {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  cursor: pointer;
  flex: 1;
}

.purchase-faq-item .purchase-faq-title > i {
  cursor: pointer;
  transform: rotate(0deg);
  transition: transform 0.5s;
  margin: 4px 0 0 14px;
}

.purchase-faq-item .purchase-faq-title .purchase-icon.faq-switch-active {
  transform: rotate(45deg);
}

.purchase-faq-item-desc {
  display: none;
  opacity: 0;
  animation: show 1s;
}

.purchase-faq-item > p > span {
  display: inline-block;
  margin: 0 0 20px 31px;
  max-width: 986px;
  font-size: 15px;
  line-height: 21px;
  color: #666666;
}

.purchase-faq-item > p > span > a {
  color: #4a89c7;
}

.purchase-faq-item > p > span > a:hover {
  text-decoration: underline;
}

.show-faq-item {
  display: block;
  opacity: 1;
}

.purchase-faq > a {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 17px;
  color: #52c4ee;
  margin-top: 30px;
}

.purchase-faq > a:hover {
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .purchase-faq {
    padding: 40px 20px;
  }
}

/* contact-us板块 */
.contact-us {
  height: 314px;
  text-align: center;
  background-color: #f6f7f9;
}

.contact-us > h1 {
  margin: 0;
  padding: 81px 0 21px;
  font-size: 40px;
  font-weight: 400;
}

.contact-us > h3 {
  color: #666666;
  margin: 0;
  font-size: 21px;
  font-weight: 400;
}

.contact-us > a {
  display: block;
  position: relative;
  margin: 27px auto 0;
  width: 210px;
  height: 46px;
  border-radius: 6px;
  background-color: #e78500;
  font-size: 17px;
  line-height: 46px;
  color: #fff;
}

.contact-us > a:hover {
  background-color: #f09723;
}

.purchase-banner-text {
  padding-top: 8px;
}

.purchase-banner-text-item {
  color: #fdfdfe;
  display: inline-block;
  padding: 0 26px;
}

.purchase-banner-text-item > span {
  padding: 5px 13px;
  background-image: url('../png/icon.png');
}

.purchase-banner-text-item > span.back-30 {
  background-position: -3px -4px;
}

.purchase-banner-text-item > span.secure-100 {
  background-position: -33px -4px;
}

.purchase-content {
  background-color: #fff;
  position: relative;
  padding: 80px 0;
}

.purchase-max-content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1060px;
  padding: 0 15px;
}

.purchase-tabs {
  overflow: hidden;
}

.purchase-tabs > li {
  width: 33.333%;
  float: left;
  text-align: center;
  background-color: #fff;
  height: 60px;
  line-height: 58px;
  color: #737373;
  border: 1px solid #e3e3e3;
  font-size: 17px;
  cursor: pointer;
}

.purchase-tabs > li:not(:last-child) {
  border-right: none;
}

.purchase-tabs > li a {
  color: inherit;
  font-size: inherit;
  display: block;
}

.purchase-tabs > li.active,
.purchase-tabs > li:hover {
  background-color: #f3f3f3;
  color: #5f9ad2;
}

.purchase-tabs > li.active {
  cursor: default;
}

.purchase-tab-content {
}

.purchase-tab-pane {
  display: none;
  visibility: hidden;
}

.purchase-tab-pane.active {
  display: block;
  visibility: visible;
}

.pershase-plus,
.pershase-best,
.purchase-hot {
  padding-top: 30px;
}

.purchase-title-header {
  position: relative;
  text-align: center;
  padding: 24px 0;
}

.purchase-title-header > .line {
  position: absolute;
  border-bottom: 1px solid #e8e8e8;
  top: 50%;
  width: 100%;
}

.purchase-title-header > h1 {
  margin: 0;
  font-weight: normal;
  text-align: center;
  color: #333;
  font-size: 30px;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 4;
  padding: 0 8px;
}

.purchase-row {
}

.purchase-item {
  width: 50%;
  float: left;
  min-height: 206px;
  padding: 24px 40px;
}

.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-right: 0;
}

.purchase-item-img {
  position: absolute;
}

.purchase-item-img img {
  display: block;
  max-width: 100%;
  background-color: #fafafa;
  border: 1px solid #f2f2f2;
  padding: 16px;
}

.purchase-item-text {
  padding-left: 170px;
  /* max-width: 440px; */
}

.purchase-item-text > h2,
.purchase-hot-item-text > h2 {
  margin: 0;
  font-weight: normal;
  font-size: 17px;
  color: #333;
  padding: 5px 0 10px 0;
}

.purchase-item-text > p,
.purchase-hot-item-text > p {
  font-size: 13px;
  line-height: 20px;
  color: #666;
  margin-bottom: 8px;
}

.purchase-item-text > .more-link {
  padding-bottom: 13px;
}

.purchase-item-text > .more-link a {
  color: #0082ed;
  text-decoration: underline;
  font-size: 13px;
}

.purchase-item-text > .more-link a:hover,
.purchase-item-text > .greensth:hover,
.purchase-item-text > span .greensth:hover {
  color: #668084;
}

.purchase-item-text > .more-link a > span {
  background-image: url('../png/icon-2.png');
  background-repeat: no-repeat no-repeat;
  padding: 1px 10px;
  background-position: -211px -20px;
}

.purchase-item-text > .price,
.purchase-hot-item-text > .price {
  color: #f33502;
  font-size: 15px;
  font-weight: bold;
  padding: 0px 0 13px 0;
}

.purchase-item-text .buy-btn,
.purchase-hot-item-text .buy-btn,
.purchase-common-buy .buy-btn {
  width: 100%;
  max-width: 132px;
  height: 38px;
  line-height: 38px;
  background-color: #f09723;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}

.purchase-item-text .buy-btn:hover,
.purchase-hot-item-text .buy-btn:hover,
.purchase-common-buy .buy-btn:hover {
  background-color: #e78500;
}

.purchase-item-text .buy-btn > span,
.purchase-hot-item-text .buy-btn > span,
.purchase-common-buy .buy-btn > span {
  padding: 5px 13px;
  background-image: url('../png/shopping.png');
  background-repeat: no-repeat;
  margin-right: 6px;
}

.purchase-item-text > .greensth,
.purchase-item-text > span .greensth {
  color: #0082ed;
  text-decoration: underline;
  font-size: 12px;
  padding-left: 8px;
}

.purchase-item-text .buy-btn:hover .down-btn-bigbox {
  display: block;
  position: absolute;
  z-index: 100;
}

.down-btn-bigbox .down-btn-box {
  width: 246px;
  color: black;
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
}

.down-btn-box:hover {
  background: #e6e6e6;
}

.purchase-item-text .buy-btn .down-btn-bigbox {
  color: #333;
  background: white;
  padding: 15px 15px 5px;
  border-radius: 3px;
  display: none;
  box-shadow: 0 0 1px 1px #e6e6e6;
  box-sizing: border-box;
  margin-top: 5px;
}

.down-btn-bigbox::before {
  content: ' ';
  position: absolute;
  height: 5px;
  display: inline-block;
  width: 100%;
  top: -5px;
  left: 0;
}

.purchase-hot-item {
  width: 33.333%;
  float: left;
  min-height: 238px;
  padding: 20px;
}

.purchase-hot-item > .inner {
  border: 1px solid #f2f2f2;
}

.purchase-hot-item-img {
  background-color: #fafafa;
  border-bottom: 1px solid #f2f2f2;
  padding: 15px;
}

.purchase-hot-item-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.purchase-hot-item-text {
  padding: 10px 17px;
  overflow: hidden;
}

.purchase-hot-item-text > .price {
  float: left;
  margin-top: 10px;
}

.purchase-hot-item-text .buy-btn {
  float: right;
}

/* 移动端对比不同 */
.see-full-box {
  width: 100%;
  background: #f6f8fa;
  padding-bottom: 20px;
  display: none;
}

.see-full-box .see-full {
  margin: 0 auto;
  width: 300px;
  height: 46px;
  border-radius: 8px;
  background: #ececef;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.see-full-show .see-arrow {
  transform: rotateX(180deg);
}

.version-different-mobile {
  background: #fff;
  padding: 0 12px;
  display: none;
}

/* .version-different-mobile-show {
  display: block;
} */

.version-different-mobile-header {
  display: flex;
  position: sticky;
  top: 0;
  background: #fff;
}

.version-different-mobile .version-item {
  flex: 1;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 20px 0;
  margin: 0 12px;
}

.version-different-mobile .version-different-mobile-item {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
}

.version-different-mobile .version-different-item-header {
  padding: 12px;
  background: #ececef;
  margin-bottom: 12px;
  width: 100%;
}

.version-different-item-title > a {
  color: #000;
}

.version-different-mobile .version-different-item-title {
  margin-top: 8px;
}

.version-different-mobile
  .version-different-item-banner
  .program-interface-languages
  .tooltip-content {
  transform: translateX(-60%);
}

.version-different-item-content {
  display: flex;
}

.version-different-item-content .version-item {
  color: #666;
  /* text-align: center; */
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 960px) {
  .purchase-item {
    padding: 24px 10px;
  }
}

@media (max-width: 810px) {
  .purchase-item {
    padding: 24px 10px;
  }

  .purchase-item-img {
    position: relative;
  }

  .purchase-item-text {
    padding-left: 0;
  }

  .purchase-hot-item-text .buy-btn {
    float: none;
  }

  .purchase-hot-item-text > .price {
    float: none;
    margin-top: 0px;
  }

  .purchase-hot-item-text {
    padding: 10px;
  }
}

@media (max-width: 440px) {
  .purchase-item,
  .purchase-hot-item {
    padding: 24px 10px;
    float: none;
    width: 100%;
  }
}

.purchase-common-panel {
  padding-top: 24px;
}

.purchase-common-content {
  position: relative;
  padding: 0 15px;
}

.purchase-common-item {
  position: relative;
  background-color: #f5f5f5;
  padding: 24px;
  min-height: 250px;
  margin: 28px 0;
}

.purchase-common-img {
  position: absolute;
  width: 150px;
  height: 100%;
  left: 24px;
  top: 0;
  padding: 24px 0;
}

.purchase-common-img img {
  display: block;
  max-width: 100%;
}

.purchase-common-text {
  padding-left: 170px;
  padding-right: 360px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.purchase-common-text h1 {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  margin: 0;
  padding: 7px 0 11px 0;
}

.purchase-common-text h1 > a {
  color: inherit;
}

.purchase-common-text h1 > a:hover {
  text-decoration: underline;
}

.purchase-common-text > .desc-text {
}

.purchase-common-text p {
  font-size: 13px;
  line-height: 22px;
  color: #666;
  padding-bottom: 10px;
}

.purchase-common-text > .desc-text a {
  color: #0083ef;
}

.purchase-common-text > .desc-text a:hover {
  text-decoration: underline;
}

.purchase-common-buy-content {
  position: absolute;
  top: 0;
  right: 0;
  padding: 24px;
  width: 360px;
  height: 100%;
}

.purchase-common-price {
  float: left;
  padding: 10px 0;
}

.purchase-common-price > .real-price {
  font-size: 12px;
  color: #888;
  font-weight: bold;
  text-decoration: line-through;
}

.purchase-common-price > .discount-price {
  font-size: 18px;
  color: #e2584b;
  font-weight: bold;
  padding-left: 13px;
}

.purchase-common-buy {
  margin: 2px 0;
}

.purchase-common-buy .buy-btn {
  float: right;
}

@media (max-width: 900px) {
  .purchase-common-price,
  .purchase-common-buy .buy-btn {
    float: none;
  }

  .purchase-common-text {
    padding-right: 180px;
  }

  .purchase-common-buy-content {
    width: 200px;
  }
}

/* book-demo */
.flipbook-corp-icon {
  background-image: url('../png/flipbook_icon.png');
}

.book-demo {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100000;
}

.book-demo {
  display: none;
}

.book-demo-inner {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 90%;
}

.book-demo-toolbar {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  z-index: 10;
  user-select: none;
}

.book-demo-title {
  display: inline-block;
  margin-top: 20px;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  user-select: none;
}

.show-book-new-window,
.show-book-qrcode {
  float: right;
  margin-top: 11px;
  margin-right: 6px;
  padding: 8px 13px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  user-select: none;
}

.show-book-new-window span,
.show-book-qrcode span {
  font-size: 14px;
  color: #333333;
}

.show-book-qrcode > i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: -163px -164px;
  vertical-align: middle;
}

.show-book-qrcode:hover .book-qrcode {
  display: flex;
}

.book-qrcode {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  top: 57px;
  right: 200px;
  width: 210px;
  height: 210px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 6px 1px #3333332b;
}

.book-qrcode img {
  display: inline-block;
  max-width: 200px;
  min-height: 200px;
}

.show-book-new-window > i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: -163px -119px;
  vertical-align: middle;
}

.close-button {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  width: 37px;
  height: 37px;
  margin: 11px 0 0 6px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
}

.close-button > i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-position: -162px -146px;
}

.close-button:hover,
.show-book-qrcode:hover,
.show-book-new-window:hover {
  background-color: #e9e9e9;
}

.close-button:active,
.show-book-new-window:active {
  background-color: #d4d4d4;
}

.book-demo-iframe {
  background-color: #ffffff;
  height: 100%;
  border-radius: 8px;
}

.show-book-iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 57px 20px 20px 20px;
  background-clip: content-box;
}

.show-book-iframe {
  background-color: #e2cfb4;
}

@media (max-width: 860px) {
  .book-demo-title {
    display: none;
  }
}

@media (min-width: 800px) and (max-width: 872px) {
  .activation-number-content {
    line-height: 1.2;
  }
}

@media (max-width: 800px) {
  .version-compare > div {
    margin-top: 0px;
    padding: 24px 20px;
  }
  .activation-number-tips {
    display: none !important;
  }

  .purchase-banner > .price-tips {
    display: inline-block;
    position: absolute;
    bottom: 230px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
  }

  .plus-corp-description .price-tips {
    top: -35px;
    left: 40px;
    display: none;
  }

  .description-title > span:nth-of-type(1) {
    font-size: 17px;
  }

  .description-title > span:nth-of-type(2) {
    font-size: 25px;
  }

  .description-title > span:nth-of-type(3) {
    font-size: 13px;
  }

  .purchase-button,
  .download-button {
    max-width: 100%;
    width: 100%;
  }

  .version-features {
    margin: 0;
  }

  .version-features > span {
    font-size: 14px;
    height: 35px;
  }

  .editor-desc span {
    margin-left: 0;
    font-size: 14px;
  }

  /* .editor-desc {
    margin-left: 20px;
  } */

  .add-on {
    margin: 0px;
  }

  .editor-title {
    margin: 5px 0 20px 0px;
  }

  .version-compare {
    flex-wrap: wrap;
    justify-content: center;
    /* flex-direction: column; */
    /* align-items: center; */
  }

  /* .version-compare > div{
    margin-top: 20px;
  } */

  .version-compare .plus-description {
    margin-top: -220px;
  }

  .version-features > span:nth-of-type(1) {
    margin-top: 15px;
  }

  .version-compare .plus-pro-description {
    margin: 60px 0 20px;
  }

  .version-different {
    display: none;
  }

  .see-full-box {
    display: block;
  }

  .version-different-mobile-show {
    display: block;
  }

  .online-hosting-serivces {
    margin-top: 0;
  }

  .purchase-faq {
    padding: 28px 24px;
    margin-bottom: 0;
  }

  .purchase-faq-item {
    width: 100%;
  }

  .purchase-faq h1 {
    margin: 0 0 24px;
    font-size: 24px;
  }
  .purchase-faq-item .purchase-faq-title > span {
    font-size: 15px;
  }

  .purchase-faq > a {
    margin-top: 16px;
    font-size: 15px;
  }

  .online-hosting-serivces-item .content {
    padding: 0 15px;
    text-align: left;
  }
}

@media (max-width: 770px) {
  /* .version-compare > div {
    margin-top: 0;
  } */

  .plus-corp-description .price-tips {
    display: none;
  }

  /* .three-version {
    overflow-x: scroll;
    margin-top: -80px;
  } */

  /* .version-compare {
    width: 720px;
  } */
}

@media (max-width: 650px) {
  .purchase-common-price,
  .purchase-common-buy .buy-btn {
    float: none;
  }

  .purchase-common-price,
  .purchase-common-buy {
    text-align: left;
    padding-top: 0;
  }

  .purchase-common-text {
    padding-right: 0px;
    padding-left: 0;
    padding-bottom: 0;
  }

  .purchase-common-buy-content {
    position: relative;
    width: 100%;
    padding: 0;
  }

  .purchase-common-img {
    position: relative;
    left: 0;
    padding: 0;
  }

  .editor-desc {
    display: none;
  }
  .editor-title {
    display: none;
  }

  .version-features .editor-features {
    display: flex;
    align-items: flex-start;
    position: relative;
  }

  .editor-features .more-description {
    width: auto;
    height: auto;
    left: auto;
    right: 0;
    transform: translateY(30%);
  }

  .editor-features > i:hover {
    background-position: -517px -182px;
  }

  .editor-features > i:hover + .more-description {
    display: block;
  }

  .online-hosting-serivces {
    margin-top: 0;
  }

  .purchase-extra-text-item {
    display: block;
    font-size: 13px;
    margin-top: 21px;
  }

  .purchase-extra-img {
    /* margin: 26px 16px 0; */
    width: 100%;
    padding: 0px 16px 20px;
  }

  .online-hosting-serivces .title {
    font-size: 28px;
    font-weight: 700;
    padding: 40px 60px 15px;
  }

  .online-hosting-serivces .subhead > span {
    font-size: 16px;
  }

  .online-hosting-serivces-item .content > span {
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
  }

  .online-hosting-serivces-item .content {
    padding: 0 10px;
  }

  .check-online-serivces-detail {
    margin: 0;
    padding: 26px 0 32px;
  }

  .add-on .more-description {
    left: 10px;
  }

  /* .purchase-faq > h1 {
    font-size: 18px;
  } */

  .purchase-faq-item > p > span {
    font-size: 13px;
  }

  .purchase-faq-item .purchase-faq-title > span {
    line-height: 20px;
  }

  .purchase-faq-item .purchase-faq-title {
    padding: 12px;
    font-weight: 600;
  }

  .contact-us > h1 {
    padding-top: 40px;
  }

  .contact-us {
    height: auto;
    padding-bottom: 46px;
  }
}

@media (max-width: 450px) {
  /* .three-version {
    margin-top: -40px;
  } */

  .purchase-banner > .price-tips {
    bottom: 200px;
  }
}

@media (max-width: 360px) {
  /* .three-version {
    margin-top: -20px;
  } */

  .purchase-banner > .price-tips {
    font-size: 13px;
  }
}

@media (max-width: 320px) {
  .three-version {
    margin-top: 0px;
  }

  .purchase-banner > .price-tips {
    bottom: 200px;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .book-demo-inner {
    height: 85%;
    width: 85%;
  }
}

@media (max-width: 500px) {
  .show-book-new-window span,
  .show-book-qrcode span {
    display: none;
  }
}

@media (max-width: 220px) {
  .show-book-new-window,
  .show-book-qrcode {
    display: none;
  }
}

/* 对比表格固定页面顶部 */
.fixed-top {
  position: sticky;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

/* program-interface-languages的tooltips提示 */
.program-interface-languages .program-interface-languages-tooltip {
  margin-left: 3px;
  position: relative;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
}

.program-interface-languages .program-interface-languages-tooltip:hover {
  background-position: -517px -182px;
}

.program-interface-languages .program-interface-languages-tooltip::after {
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
}

.program-interface-languages
  .program-interface-languages-tooltip:hover
  .tooltip-content {
  display: block;
}

.program-interface-languages
  .program-interface-languages-tooltip
  .tooltip-content {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 4px;
  margin-left: 0;
  width: 313px;
  height: 152px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  font-size: 13px !important;
  font-family: Inter-Regular, Inter;
  color: #999999;
  line-height: 15px;
  cursor: default;
}

.program-interface-languages
  .program-interface-languages-tooltip
  .tooltip-content:hover {
  display: block;
}
