.banner {
  width: 100%;
  height: 608px;
  padding-top: 50px;
  background: url(../img/introduction_bg_en.png) no-repeat center center;
  background-size: 100% 100%;
  padding-top: 100px;
}
.banner .banner-title {
  font-family: Rubik;
  font-weight: 700;
  font-size: 38px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 100px;
}
.banner .banner-title2 {
  display: none;
  font-family: Rubik;
  font-weight: 700;
  font-size: 52px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 100px;
}
.banner .banner-title2 span:nth-child(2) {
  background: linear-gradient(90.1deg, #3bbeff 67.95%, #165dff 99.91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner .pay-menu-tabs {
  width: 273px;
  height: 56px;
  margin: 76px auto;
  border-radius: 28px;
  background: #D0E8FF;
  color: #4080FF;
  font-size: 18px;
  padding: 5px 6px;
  display: flex;
  position: relative;
}
.banner .pay-menu-tabs .pay-menu-tabs-item {
  flex: 1;
  height: 46px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  cursor: pointer;
}
.banner .pay-menu-tabs .active {
  background: #4080FF;
  color: #fff;
}
.banner .pay-menu-tabs .tab-tips {
  position: absolute;
  background: url(../img/product/property.png) no-repeat center center;
  width: 150px;
  height: 85px;
  transform: rotate(0deg);
  top: -65px;
  right: -27%;
}
.banner .pay-menu-tabs .active-tips {
  animation: shake 2s ease-in-out;
}
.price-list {
  width: 1082px;
  margin: 0 auto;
  margin-top: -200px;
  margin-bottom: 180px;
}
.price-list .menus {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-list .menus-item {
  width: 241px;
  height: 826px;
  border-radius: 16px;
  border: 2px solid #E0E7F0;
  background: #FFF;
  display: flex;
  flex-direction: column;
}
.price-list .menus-item-top {
  height: 198px;
  padding-top: 21px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price-list .menus-item-top .menus-item-type {
  margin-bottom: 20px;
  width: 115px;
  height: 32px;
  background: #fff;
  border-radius: 61px;
  font-family: Rubik;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
.price-list .menus-item-top .menus-item-money {
  font-size: 46px;
  font-family: Rubik;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 5px;
}
.price-list .menus-item-top .menus-item-tab {
  color: #858585;
  font-family: Rubik;
  font-size: 18px;
  line-height: 170%;
}
.price-list .menus-item-use {
  flex: 1;
  padding: 10px 20px 30px;
  display: flex;
  flex-direction: column;
}
.price-list .menus-item-use-item {
  flex: 1;
  display: flex;
  align-items: center;
}
.price-list .menus-item-use-item i {
  margin-right: 10px;
  width: 14px;
  height: 14px;
  background: url("../img/product/prudoct_error.svg") no-repeat center center;
  background-size: 100% 100%;
}
.price-list .menus-item-use-item span {
  color: #909399;
  font-family: Rubik;
  font-size: 16px;
}
.price-list .menus-item-use-item + .menus-item-use-item {
  border-top: 1px solid #F4F4F4;
}
.price-list .menus-item-use .item-active i {
  background: url("../img/product/prudoct_success.svg") no-repeat center center;
  background-size: 100% 100%;
}
.price-list .menus-item-use .item-active span {
  color: #4E5969;
}
.price-list .menus-item-3 {
  width: 270px;
  height: 907px;
  border: 4px solid #F4B545;
  position: relative;
}
.price-list .menus-item-3 .menus-item-top {
  height: 218px;
  padding-top: 25px;
}
.price-list .menus-item-3 .menus-item-top .menus-item-type {
  width: 130px;
  height: 36px;
  border-radius: 68px;
  font-size: 21px;
  line-height: 36px;
}
.price-list .menus-item-3 .menus-item-top .menus-item-money {
  font-size: 52px;
}
.price-list .menus-item-3 .menus-item-top .menus-item-tab {
  font-size: 21px;
}
.price-list .menus-item-3 .menus-item-use {
  padding: 10px 20px;
}
.price-list .menus-item-3::after {
  content: '';
  position: absolute;
  width: 158px;
  height: 34px;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/product/pay_menu_title.png) no-repeat center center;
}
.price-list .menus-item-1 .menus-item-top {
  background: url("../img/product/Frame 1171276534.png") no-repeat center center;
  background-size: 100% 100%;
}
.price-list .menus-item-1 .menus-item-type {
  color: #4E5969;
  box-shadow: 0px 0px 5.68px 0px #C8C8C87D;
}
.price-list .menus-item-1 .menus-item-money {
  color: #171717;
}
.price-list .menus-item-2 .menus-item-top {
  background: url("../img/product/Frame 1171276532.png") no-repeat center center;
  background-size: 100% 100%;
}
.price-list .menus-item-2 .menus-item-type {
  color: #165DFF;
  box-shadow: 0px 0px 5.716px 0px rgba(168, 188, 242, 0.49);
}
.price-list .menus-item-2 .menus-item-money {
  color: #165DFF;
}
.price-list .menus-item-3 .menus-item-top {
  background: url("../img/product/Frame 1171276533.png") no-repeat center center;
  background-size: 100% 100%;
}
.price-list .menus-item-3 .menus-item-type {
  color: #FF7D00;
  box-shadow: 0px 0px 6.363px 0px rgba(242, 209, 168, 0.49);
}
.price-list .menus-item-3 .menus-item-money {
  color: #FF7D00;
}
.price-list .menus-item-4 .menus-item-top {
  background: url("../img/product/Frame 1171276815.png") no-repeat center center;
  background-size: 100% 100%;
}
.price-list .menus-item-4 .menus-item-type {
  color: #F53F3F;
  box-shadow: 0px 0px 5.68px 0px rgba(242, 168, 168, 0.49);
}
.price-list .menus-item-4 .menus-item-money {
  color: #F53F3F;
}
.other {
  width: 1082px;
  margin: 0 auto;
}
.other h2 {
  color: #171717;
  font-family: Rubik;
  font-size: 38px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin-bottom: 125px;
}
.other .scroll-box {
  width: 100%;
}
.other .scroll-box .scroll-box-usage {
  width: 100%;
  margin-bottom: 40px;
}
.other .scroll-box-row {
  display: flex;
  width: 100%;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  color: #606266;
}
.other .scroll-box-row .fixed-left {
  text-align: left;
  width: 350px;
  padding: 13px 0;
  flex-shrink: 0;
  padding-left: 24px;
}
.other .scroll-box-row .thead-row_column {
  display: flex;
  justify-content: center;
  padding: 13px 0;
  flex: 1;
}
.other .scroll-box-row .thead-row_column.column-success {
  background: url("../img/product/prudoct_success.svg") no-repeat center center;
  background-size: 20px 20px;
}
.other .scroll-box-row .thead-row_column.column-error {
  background: url("../img/product/prudoct_error.svg") no-repeat center center;
  background-size: 20px 20px;
}
.other .active-row {
  background-color: #FAFAFA;
}
.other .scroll-box-title {
  display: flex;
  width: 100%;
  color: #171717;
  height: 100px;
  font-family: Rubik;
  font-size: 16px;
  align-items: center;
}
.other .scroll-box-title .fixed-left {
  text-align: left;
  width: 350px;
  padding: 13px 0;
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.other .scroll-box-title .thead-row_column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
  flex: 1;
}
.other .scroll-box-title .thead-row_column span {
  margin-top: 6px;
}
.other .scroll-box-title .thead-row_column .type-1 {
  width: 45px;
  height: 45px;
  border: 0.5px solid #E1E1E1;
  background: url("../img/logo-mini.svg") no-repeat center center;
  background-size: 99%;
  padding: 0 5px;
  border-radius: 3px;
}
.other .scroll-box-title .thead-row_column .type-2 {
  width: 45px;
  height: 45px;
  background: url("../img/price/TranslatePress.svg") no-repeat center center;
  background-size: 100%;
  border-radius: 3px;
}
.other .scroll-box-title .thead-row_column .type-3 {
  width: 45px;
  height: 45px;
  background: url("../img/price/Weglot.svg") no-repeat center center;
  background-size: 100%;
  background-color: #18164c;
  border-radius: 3px;
}
.other .scroll-box-title .thead-row_column .type-4 {
  width: 45px;
  height: 45px;
  border: 0.5px solid #E1E1E1;
  background: url("../img/price/GTranslate.svg") no-repeat center center;
  background-size: 100%;
  border-radius: 3px;
}
.other .scroll-box-title .thead-row_column .type-5 {
  width: 45px;
  height: 45px;
  border: 0.5px solid #E1E1E1;
  background: url("../img/price/WPML.svg") no-repeat center center;
  background-size: 80%;
  padding: 5px;
  border-radius: 3px;
}
.questions {
  width: 1082px;
  margin: 140px auto 50px;
}
.questions h2 {
  color: #171717;
  font-family: Rubik;
  font-size: 38px;
  margin-bottom: 80px;
  text-align: center;
}
.questions .questions-list {
  width: 918px;
  margin: 0 auto;
}
.questions .questions-list-item {
  border-radius: 6px;
  background: #FCFCFC;
  box-shadow: 0px 1px 7.2px 0px rgba(55, 70, 129, 0.18);
  overflow: hidden;
}
.questions .questions-list-item + .questions-list-item {
  margin-top: 25px;
}
.questions .questions-list-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #E4E4E4;
  padding: 30px;
  color: #1A0808;
  font-family: Rubik;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.questions .questions-list-item-title i {
  width: 20px;
  height: 20px;
  background: url("../img/price/open.svg") no-repeat center center;
  background-size: 100% 100%;
}
.questions .questions-list-item-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 30px;
  background: #fcfcfc;
  border-radius: 6px;
  color: #4E4E4E;
  font-size: 16px;
  line-height: 32px;
  transition: all 0.3s ease-in-out;
}
.questions .questions-list-item-answer p + p {
  margin-top: 10px;
}
.questions .questions-list-item-active .questions-list-item-title {
  background: #4080FF;
  color: #fff;
}
.questions .questions-list-item-active .questions-list-item-title i {
  background: url("../img/price/close.svg") no-repeat center center;
  background-size: 100% 100%;
}
.questions .questions-list-item-active .questions-list-item-answer {
  max-height: 500px;
  opacity: 1;
  padding: 25px 30px;
}
#pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
.main[data-lang="zh"] .banner {
  background: url(../img/introduction_bg_zh.png) no-repeat center center;
  background-size: 100% 100%;
}
.main[data-lang="zh"] .banner .banner-title {
  display: none;
}
.main[data-lang="zh"] .banner .banner-title2 {
  display: flex;
  justify-content: center;
}
.main[data-lang="zh"] .banner .pay-menu-tabs {
  width: 195px;
  height: 52px;
  background: #E9F5FF;
}
.main[data-lang="zh"] .banner .pay-menu-tabs .pay-menu-tabs-item {
  height: 40px;
}
.main[data-lang="zh"] .banner .pay-menu-tabs .tab-tips {
  right: -40%;
  background: url(../img/product/property_zn.png) no-repeat center center;
}
.main[data-lang="zh"] .price-list .menus-item-3 {
  border: 4px solid #EF7C62C9;
  position: relative;
}
.main[data-lang="zh"] .price-list .menus-item-3::after {
  background: url(../img/product/pay_menu_title_zn.png) no-repeat center center;
}
.main[data-lang="zh"] .price-list .menus-item-1 .menus-item-top {
  background: url("../img/product/Frame 1171276818.png") no-repeat center center;
  background-size: 100% 100%;
}
.main[data-lang="zh"] .price-list .menus-item-1 .menus-item-type {
  color: #4E5969;
  box-shadow: none;
  border: 0.5px solid #FFF;
}
.main[data-lang="zh"] .price-list .menus-item-1 .menus-item-money {
  color: #171717;
}
.main[data-lang="zh"] .price-list .menus-item-2 .menus-item-top {
  background: url("../img/product/Frame 1171276817.png") no-repeat center center;
  background-size: 100% 100%;
}
.main[data-lang="zh"] .price-list .menus-item-2 .menus-item-type {
  color: #3D58DD;
  box-shadow: none;
  border: 0.5px solid #FFF;
}
.main[data-lang="zh"] .price-list .menus-item-2 .menus-item-money {
  color: #3D58DD;
}
.main[data-lang="zh"] .price-list .menus-item-3 .menus-item-top {
  background: url("../img/product/Frame 11712765331.png") no-repeat center center;
  background-size: 100% 100%;
}
.main[data-lang="zh"] .price-list .menus-item-3 .menus-item-type {
  color: #FF561E;
  box-shadow: none;
  border: 0.5px solid #FFF;
}
.main[data-lang="zh"] .price-list .menus-item-3 .menus-item-money {
  color: #FF561E;
}
.main[data-lang="zh"] .price-list .menus-item-4 .menus-item-top {
  background: url("../img/product/Frame 1171276816.png") no-repeat center center;
  background-size: 100% 100%;
}
.main[data-lang="zh"] .price-list .menus-item-4 .menus-item-type {
  color: #30AAD4;
  box-shadow: 0px 0px 5.68px 0px rgba(242, 168, 168, 0.49);
}
.main[data-lang="zh"] .price-list .menus-item-4 .menus-item-money {
  color: #30AAD4;
}
.main[data-lang="zh"] .questions .questions-list-item-title {
  color: #5E5E5E;
}
.main[data-lang="zh"] .questions .questions-list-item-title h3 {
  font-weight: 500;
}
.main[data-lang="zh"] .questions .questions-list-item-active .questions-list-item-title {
  border: 1px solid #4080FF;
  background: #ECF2FF;
  color: #1A0808;
}
.main[data-lang="zh"] .questions .questions-list-item-active .questions-list-item-title i {
  background: url("../img/price/close_zn.svg") no-repeat center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .banner {
    height: 692px;
    padding-top: 50px;
    background: url("../img/product/res banner.webp") no-repeat center center;
    background-size: 100% 100%;
  }
  .banner .banner-title {
    font-size: 28px;
    margin-bottom: 78px;
  }
  .banner .pay-menu-tabs {
    width: 170px;
    height: 35px;
    border-radius: 17px;
    font-size: 12px;
    align-items: center;
    margin: 0 auto;
  }
  .banner .pay-menu-tabs .pay-menu-tabs-item {
    height: 28px;
    border-radius: 17px;
  }
  .banner .pay-menu-tabs .tab-tips {
    background-size: 100%;
    width: 90px;
    height: 60px;
    top: -45px;
  }
  .price-list {
    width: 100%;
    margin-top: -445px;
    margin-bottom: 60px;
  }
  .price-list .menus {
    flex-direction: column;
  }
  .price-list .menus-item-3 {
    height: 861px;
    width: 270px;
    margin-bottom: 20px;
  }
  .price-list .menus-item-1 {
    height: 769px;
    margin-bottom: 20px;
  }
  .price-list .menus-item-2 {
    height: 769px;
    margin-bottom: 40px;
  }
  .price-list .menus-item-4 {
    height: 769px;
  }
  .other {
    width: 100%;
    padding: 0 15px;
  }
  .other h2 {
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 30px;
  }
  .other .scroll-box {
    overflow-x: auto;
    position: relative;
  }
  .other .scroll-box::-webkit-scrollbar {
    width: 252.316px;
    height: 5.721px;
    margin: 0 auto;
  }
  .other .scroll-box::-webkit-scrollbar-track {
    background: #EDEDEE;
    border-radius: 20px;
  }
  .other .scroll-box::-webkit-scrollbar-thumb {
    background: #165DFF;
    border-radius: 20px;
  }
  .other .scroll-box .scroll-box-usage {
    width: 820px;
    margin-bottom: 20px;
  }
  .other .scroll-box .scroll-box-features {
    width: 820px;
  }
  .other .scroll-box .scroll-box-title {
    background: #fff;
    font-size: 14px;
    height: 60px;
  }
  .other .scroll-box .scroll-box-title .thead-row_column .type-1,
  .other .scroll-box .scroll-box-title .thead-row_column .type-2,
  .other .scroll-box .scroll-box-title .thead-row_column .type-3,
  .other .scroll-box .scroll-box-title .thead-row_column .type-4,
  .other .scroll-box .scroll-box-title .thead-row_column .type-5 {
    width: 30px;
    height: 30px;
  }
  .other .scroll-box .scroll-box-title .fixed-left {
    width: 250px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    height: inherit;
    font-size: 20px;
  }
  .other .scroll-box .scroll-box-row {
    font-size: 14px;
  }
  .other .scroll-box .scroll-box-row .fixed-left {
    width: 250px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
  }
  .questions {
    width: 100%;
    padding: 0 15px;
    margin: 80px auto 60px;
  }
  .questions h2 {
    margin-bottom: 40px;
    font-size: 28px;
  }
  .questions .questions-list {
    width: 100%;
  }
  .questions .questions-list-item {
    border-radius: 6px;
  }
  .questions .questions-list-item-title {
    font-size: 18px;
    padding: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .questions .questions-list-item-answer {
    padding: 0 15px;
    font-size: 14px;
    line-height: 200%;
  }
  .questions .questions-list-item-active {
    box-shadow: none;
  }
  .questions .questions-list-item-active .questions-list-item-answer {
    padding: 15px;
    max-height: 720px;
  }
  .main[data-lang="zh"] .banner {
    background: url("../img/product/banner bg res.webp") no-repeat center center;
    background-size: 100% 100%;
  }
  .main[data-lang="zh"] .banner .banner-title2 {
    font-size: 28px;
    margin-bottom: 90px;
  }
  .main[data-lang="zh"] .banner .pay-menu-tabs {
    font-size: 18px;
    border-radius: 28px;
  }
  .main[data-lang="zh"] .banner .pay-menu-tabs .pay-menu-tabs-item {
    border-radius: 28px;
  }
  .main[data-lang="zh"] .banner .pay-menu-tabs .tab-tips {
    background-size: 100%;
    right: -24%;
  }
  .main[data-lang="zh"] .price-list {
    margin-top: -400px;
  }
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(5deg);
  }
  20% {
    transform: rotate(-5deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  70% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  90% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
