.tips {
  position: relative;
  color: #999999;
  margin-top: 5px;
  margin-bottom: 24px;
}
.tips .illustrate {
  width: 16px;
  height: 18px;
  vertical-align: middle;
}
.tips .illustrate-cnt {
  width: 280px;
  background: #ffffff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  left: calc(50% + 20px);
  bottom: 50%;
  z-index: 30;
  border-radius: 12px;
  text-align: left;
  padding: 20px;
  transform: translateY(50%);
}
.tips .illustrate-cnt::before {
  bottom: 50%;
  left: -15px;
  transform: translateY(50%) rotate(90deg);
}
.tips .illustrate .tips-tit {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.tips .illustrate .desc {
  margin-bottom: 10px;
}
.tips .illustrate #tips-table {
  border-collapse: separate !important;
  border-spacing: 0;
  width: 100%;
}
.tips .illustrate #tips-table .tips-tbody .tips-tr th,
.tips .illustrate #tips-table .tips-thead .tips-tr th,
.tips .illustrate #tips-table .tips-tbody .tips-tr td,
.tips .illustrate #tips-table .tips-thead .tips-tr td,
.tips .illustrate #tips-table .tips-tbody td:last-child,
.tips .illustrate #tips-table .tips-thead td:last-child {
  font-size: 12px !important;
  border-right: 1px solid #d4d8da !important;
  border-bottom: 1px solid #d4d8da !important;
  border-left: none;
  text-align: center;
  padding: 3px 0 !important;
  vertical-align: middle;
}
.tips .illustrate #tips-table .tips-tbody th,
.tips .illustrate #tips-table .tips-thead th {
  font-weight: 600;
  background: #f4f7ff;
  border-top: 1px solid #d4d8da !important;
}
.tips .illustrate #tips-table .tips-tbody th:first-child,
.tips .illustrate #tips-table .tips-thead th:first-child,
.tips .illustrate #tips-table .tips-tbody td:first-child,
.tips .illustrate #tips-table .tips-thead td:first-child {
  width: 20%;
}
.tips .illustrate #tips-table .tips-tbody th:nth-child(2),
.tips .illustrate #tips-table .tips-thead th:nth-child(2),
.tips .illustrate #tips-table .tips-tbody td:nth-child(2),
.tips .illustrate #tips-table .tips-thead td:nth-child(2) {
  width: 50%;
}
.tips .illustrate #tips-table .tips-tbody th:nth-child(3),
.tips .illustrate #tips-table .tips-thead th:nth-child(3),
.tips .illustrate #tips-table .tips-tbody th:nth-child(3),
.tips .illustrate #tips-table .tips-thead th:nth-child(3) {
  width: 30%;
}
.tips .illustrate #tips-table .tips-tbody .tips-tr th:first-child,
.tips .illustrate #tips-table .tips-thead .tips-tr th:first-child,
.tips .illustrate #tips-table .tips-tbody .tips-tr td:first-child,
.tips .illustrate #tips-table .tips-thead .tips-tr td:first-child {
  border-left: 1px solid #d4d8da !important;
}
.tips .illustrate #tips-table .tips-tbody .tips-tr:first-child th:first-child,
.tips .illustrate #tips-table .tips-thead .tips-tr:first-child th:first-child {
  border-top-left-radius: 15px !important;
}
.tips .illustrate #tips-table .tips-tbody .tips-tr:first-child th:last-child,
.tips .illustrate #tips-table .tips-thead .tips-tr:first-child th:last-child {
  border-top-right-radius: 15px !important;
}
.tips .illustrate #tips-table .tips-tbody .tips-tr:last-child td:first-child,
.tips .illustrate #tips-table .tips-thead .tips-tr:last-child td:first-child {
  border-bottom-left-radius: 15px !important;
}
.tips .illustrate #tips-table .tips-tbody .tips-tr:last-child td:last-child,
.tips .illustrate #tips-table .tips-thead .tips-tr:last-child td:last-child {
  border-bottom-right-radius: 15px !important;
}
@media screen and (max-width: 991px) {
  .tips .illustrate-cnt {
    bottom: 25px;
    left: calc(50% - 200px);
  }
  .tips .illustrate-cnt::before {
    bottom: -8px;
    left: 190px;
    transform: none;
  }
}
.banner {
  background: url(/resource/images/store/ub-store-banner-bg.png) no-repeat;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
  text-align: center;
}
.banner h1 {
  font-size: 56px;
  line-height: 62px;
  margin-bottom: 24px;
}
.banner .grt {
  margin-top: 60px;
}
.banner .grt .list {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
.banner .grt .icon {
  font-size: 16px;
  color: #ffffff;
  line-height: 18px;
  text-align: center;
}
.banner .grt .icon span {
  position: relative;
  display: inline-block;
  text-align: left !important;
  padding-left: 50px;
}
.banner .grt .icon span::before {
  position: absolute;
  background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
  left: 0px;
  top: 0px;
  content: "";
  display: inline-block;
  width: 37px;
  height: 37px;
}
.banner .grt .icon-1 span::before {
  background-position: -20px -201px;
}
.banner .grt .icon-2 span::before {
  background-position: -80px -201px;
}
.banner .grt .icon-3 span::before {
  background-position: -140px -201px;
}
.banner .grt .icon-4 span::before {
  background-position: -200px -201px;
}
@media (min-width: 2048px) {
  .banner .grt .icon span::before {
    background-image: url(/resource/images/icon/ub-all-sprite@2x.png);
    background-size: 1400px 872px;
  }
}
@media (max-width: 991px) {
  .banner .grt .list {
    flex-wrap: wrap;
  }
  .banner .grt .list li {
    width: 50%;
  }
  .banner .grt .list li span {
    padding-left: 0;
    width: 170px;
    height: 128px;
    text-align: center !important;
    padding: 18px 0;
  }
  .banner .grt .list li span::before {
    margin: 0 auto 8px;
    display: block;
    position: static;
  }
}
@media (max-width: 500px) {
  .banner {
    padding: 32px 0 17px;
  }
  .banner h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .banner p.des {
    margin-bottom: 12px;
  }
  .banner .grt {
    margin-top: 0;
  }
  .banner .grt .list {
    padding: 0;
  }
  .banner .grt .list li span {
    font-size: 14px;
  }
}
.content {
  padding: 120px 0 0;
  text-align: center;
}
.content h2 {
  text-align: center;
  margin-bottom: 20px;
  line-height: 46px;
}
.content h2::before {
  width: 40px;
  height: 40px;
  background-size: 400px 200px;
  content: "";
  display: inline-block;
  vertical-align: -5px;
  margin-right: 5px;
}
.content h2.abh2::before {
  background: url(/resource/images/icon/ub-store-ic-AB-logo-40.svg) no-repeat;
  background-size: cover;
}
.content h2.acbnh2::before {
  background: url(/resource/images/icon/ub-store-ic-ACBN-logo-40.svg) no-repeat;
  background-size: cover;
}
.content h2.fth2::before {
  background: url(/resource/images/icon/ub-store-ic-ft-logo-40.svg) no-repeat;
  background-size: cover;
}
.content h2.mrh2::before {
  background: url(/resource/images/icon/ub-store-ic-mr-logo-40.svg) no-repeat;
  background-size: cover;
}
.content h2.mprh2::before {
  background: url(/resource/images/icon/ub-store-ic-AR-logo-40.svg) no-repeat;
  background-size: cover;
}
.content p.des {
  margin-bottom: 80px;
}
.content .bg-ab {
  margin-bottom: 160px;
}
.content .bg-ab p.des {
  margin-bottom: 100px;
}
.content .btn {
  display: inline-block;
  height: 48px;
  background: #ff5900;
  box-shadow: 0 10px 20px 0 rgba(255, 89, 0, 0.4);
  border-radius: 288px 288px 288px 288px;
  line-height: 48px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: relative;
  width: 252px;
  font-weight: 600;
}
.content .btn.btn-car i {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  margin-top: -7px;
  vertical-align: middle;
  background: url(/resource/images/icon/ub-bt-ic-buy-white@2x.png) no-repeat center;
  background-size: 16px 16px;
}
.content .btn-min {
  width: 202px;
}
.content .btn.btn-car:hover::before {
  background: #e55000;
}
.content .wrap {
  position: relative;
  background: #f8f9fa;
  border-radius: 24px 24px 24px 24px;
  padding: 45px 60px;
  margin-bottom: 68px;
}
.content .wrap [data-pricing-for="total-price"] {
  color: #999999;
  font-weight: 600;
  text-decoration: line-through;
}
.content .wrap.wrap2 .pricing-box {
  width: 560px;
}
.content .wrap.wrap2 .pricing-box ol {
  max-width: 95%;
}
.content .wrap.wrap2 .pricing-box ol p {
  text-align: left;
  width: 50%;
}
.content .wrap .dis {
  display: inline-block;
}
.content .wrap .dis .dis-red {
  margin-left: 3px;
  padding: 0 3px;
  background: #ff4646;
  color: #fff;
  border-radius: 2px;
  line-height: 18px;
}
.content .wrap span.title {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px 24px 24px 24px;
  opacity: 1;
  border: 1px solid #e6e8e9;
  width: 275px;
  font-weight: 600;
  height: 48px;
  line-height: 48px;
}
.content .wrap .productlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .wrap .pricing-box {
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 1px solid #e6e8e9;
  width: 360px;
  position: relative;
  padding: 53px 15px 30px;
}
.content .wrap .pricing-box ol {
  max-width: 230px;
  margin: 20px auto 0;
}
.content .wrap .pricing-box ol li p {
  position: relative;
  text-align: left;
  padding-left: 20px;
}
.content .wrap .pricing-box ol .ic-lf-gou {
  position: absolute;
  left: 0px;
  top: 6px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
  margin-right: 2px;
  background-position: -148px -168px;
  vertical-align: -1px;
}
.content .wrap .pricing-box ol .ic-lf-xian {
  position: absolute;
  left: 0px;
  top: 6px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
  margin-right: 2px;
  background-position: -180px -168px;
  vertical-align: -1px;
}
.content .wrap .pricing-box ol li {
  line-height: 20px;
  display: flex;
  justify-content: space-between;
}
.content .wrap .pricing-box ol li.ic-hui {
  color: #999999;
}
.content .wrap .pricing-select {
  position: relative;
  width: 252px;
  margin: 0 auto 24px;
}
.content .wrap .explain {
  position: absolute;
  background: #f9dec3;
  padding: 0 5px;
  border-radius: 0 0 5px 5px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  white-space: nowrap;
}
.content .wrap .ttlogo {
  width: 40px;
  height: 40px;
  background: url(/resource/images/icon/ub-store-icon@2x.png);
  background-size: 400px 200px;
  display: block;
  margin: auto;
}
.content .wrap [data-pricing-product="AB_Professional"] .ttlogo {
  background-position: -20px -80px;
}
.content .wrap [data-pricing-product="AB_Workstation"] .ttlogo {
  background-position: -80px -80px;
}
.content .wrap [data-pricing-product="AB_Technician"] .ttlogo {
  background-position: -140px -80px;
}
.content .wrap [data-pricing-product="AB_Server"] .ttlogo {
  background-position: -200px -80px;
}
.content .wrap [data-pricing-product="AB_Technician_Plus"] .ttlogo {
  background-position: -260px -80px;
}
.content .wrap .price {
  margin-bottom: 20px;
  line-height: 1;
}
.content .wrap h3 {
  margin-bottom: 25px;
}
.content .boxs {
  margin-bottom: 160px;
}
.content .boxs-wrap {
  position: relative;
  justify-content: space-between;
  border-radius: 60px 30px 60px 30px;
  background: linear-gradient(135deg, transparent 30px, #f8f9fa 0) top left, linear-gradient(-45deg, transparent 30px, #f8f9fa 0) bottom right;
  background-repeat: no-repeat;
  background-size: 51% 100%;
  margin: 40px 0 38px 0;
  padding: 1px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.content .boxs-sale {
  position: relative;
  justify-content: space-between;
  border-radius: 60px 30px 60px 30px;
  background: linear-gradient(135deg, transparent 30px, #fff 0) top left, linear-gradient(-45deg, transparent 30px, #fff 0) bottom right;
  background-repeat: no-repeat;
  background-size: 51% 100%;
  padding: 40px;
}
.content .boxs .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.content .boxs .item .discount {
  display: inline-block;
  background: #ff4646;
  border-radius: 30px;
  color: #fff;
  padding: 2px 5px;
  font-weight: 600;
  display: none;
}
.content .boxs .item h5 {
  margin: 0 0 40px 0;
}
.content .boxs .item .prigcing-box {
  text-align: center;
}
.content .boxs .item .prigcing-box .choosebox {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 20px;
  width: 136px;
  margin: auto;
  height: 32px;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px 24px 24px 24px;
  border: 1px solid #e6e8e9;
}
.content .boxs .item .prigcing-box .choosebox input {
  background: none;
}
.content .boxs .item .prigcing-box .choosebox .calcbtn {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
  cursor: pointer;
}
.content .boxs .item .prigcing-box .choosebox .calcbtn.reduce {
  background-position: -167px -262px;
}
.content .boxs .item .prigcing-box .choosebox .calcbtn.reduce:hover {
  transform: scale(1.1);
}
.content .boxs .item .prigcing-box .choosebox .calcbtn.add {
  background-position: -202px -262px;
}
.content .boxs .item .prigcing-box .choosebox .calcbtn.add:hover {
  transform: scale(1.1);
}
.content .boxs .item .prigcing-box .choosebox input {
  display: inline-block;
  width: 60px;
  font-size: 16px;
  text-align: center;
}
.content .boxs .item .price del {
  min-height: 30px;
  font-size: 20px;
}
.content .boxs .item .price-current {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.content .boxs .item .price-current + .txt {
  position: absolute;
  transform: translateX(-23px);
}
.content .boxs .item .price del {
  color: #999;
}
.content .boxs .item .btn {
  min-width: 202px;
  font-weight: bold;
  margin: 15px 0 20px 0;
}
.content .boxs .item .tips-txt {
  font-size: 16px;
  color: #000000;
  margin-bottom: 35px;
  margin-top: 17px;
}
.content .boxs .item .tips-txt b {
  color: #ff5900;
}
.content .boxs .item-2 {
  padding: 2px;
  border-left: 1px solid #e6e8e9;
}
.content .boxs .item-2 .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 40px 19px 40px 19px;
  width: 100%;
}
.content .boxs .item table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.content .boxs .item table tr th {
  border-top: 1px solid #d4d8da;
}
.content .boxs .item table tr th,
.content .boxs .item table tbody tr td {
  border-right: 1px solid #d4d8da;
  border-bottom: 1px solid #d4d8da;
  text-align: center;
  padding: 3px 0;
  vertical-align: middle;
}
.content .boxs .item table thead th {
  font-weight: 600;
  background: #f4f7ff;
}
.content .boxs .item table th:first-child,
.content .boxs .item table td:first-child {
  width: 40px;
}
.content .boxs .item table th:nth-last-child(1),
.content .boxs .item table td:nth-last-child(1) {
  width: 80px;
}
.content .boxs .item table tr th:first-child,
.content .boxs .item table tr td:first-child {
  border-left: 1px solid #d4d8da;
}
.content .boxs .item table tr:first-child th:first-child {
  border-top-left-radius: 15px;
}
.content .boxs .item-box {
  display: flex;
  width: 100%;
  padding: 40px 0 0;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.content .boxs .item-box .item {
  width: 450px;
  padding: 40px;
  max-width: 100%;
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #e6e8e9;
  margin-bottom: 20px;
}
.content .boxs .item-box h4 {
  margin-bottom: 16px;
}
.content .boxs .item-3 {
  padding: 40px 0;
  border: 1px solid #e6e8e9;
  border-radius: 24px 24px 24px 24px;
}
.content .boxs .compare {
  font-size: 20px;
  color: #2258f6;
}
.content .boxs .optionsBox {
  padding: 1px;
  width: 296px;
  height: 40px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  margin: 40px auto 0;
  border: 1px solid #e6e8e9;
}
.content .boxs .purchase-options {
  width: 100%;
  height: 100%;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-around;
  text-align: center;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.content .boxs .purchase-options::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #2153e7;
  z-index: -1;
  transition: 0.3s ease-out all;
  border-radius: 7px 7px 7px 7px;
}
.content .boxs .purchase-options.left::before {
  left: 0%;
}
.content .boxs .purchase-options.right::before {
  left: 50%;
}
.content .boxs .purchase-options .switch-btn {
  width: 50%;
  padding: 0 20px;
  transition: 0.3s ease all;
}
.content .boxs .purchase-options-cont .item {
  display: none;
}
.content .boxs .purchase-options-cont .item.show {
  display: block;
}
.content .boxs .purchase-options div {
  line-height: 38px;
  transition: 0.5s all;
  width: 50%;
}
.content .boxs .purchase-options div.active {
  color: #fff;
}
.content .boxs [data-switch="cont"] {
  display: none;
}
.content .boxs [data-switch="cont"].show {
  display: block;
}
.content .boxs p.tt {
  margin-top: 24px;
  padding: 0 15px;
}
.content .boxs p.tt .out {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #2153e7;
  text-decoration: underline;
}
.content .boxs p.tt .out:hover .out-s {
  display: block;
}
.content .boxs p.tt .out-s {
  position: absolute;
  width: 240px;
  padding: 16px 20px 16px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px 8px 8px 8px;
  z-index: 9999;
  color: #fff;
  font-size: 12px;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  display: none;
}
.content .boxs p.tt .out-s::before {
  content: "";
  display: block;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
}
.content .boxs .btn-email {
  display: flex;
  line-height: 1.2;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 10px 20px 0px rgba(34, 88, 246, 0.4);
}
.content .boxs .btn-email.btn-bl {
  background: #2258f6;
}
.content .boxs .btn-email b img {
  vertical-align: -3px;
}
.content .boxs .btn-email span {
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.content .pricing-box .pricing-select-header {
  cursor: pointer;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px 24px 24px 24px;
  opacity: 1;
  border: 1px solid #e6e8e9;
  position: relative;
  z-index: 99;
  margin: auto;
}
.content .pricing-box .pricing-select-header .pricing-quantity-text {
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  padding: 0 10px;
}
.content .pricing-box .pricing-select-header .glyphicon-menu-down {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
  background-position: -85px -169px;
  right: 15px;
  top: 18px;
}
.content .pricing-box .select-expanded .pricing-select-options {
  display: block;
  height: auto;
  border: 1px solid #e6e8e9;
  -webkit-transition: height 300ms;
  -moz-transition: height 300ms;
  -ms-transition: height 300ms;
  -o-transition: height 300ms;
  transition: height 300ms;
}
.content .pricing-box .select-expanded .glyphicon-menu-down {
  background-position: -117px -169px;
}
.content .pricing-box .pricing-select-options {
  display: none;
  position: absolute;
  z-index: 2;
  margin-top: -30px;
  width: 100%;
  height: 0;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 24px 24px;
  opacity: 1;
  border: 1px solid #e6e8e9;
  background: #fff;
  padding-top: 30px;
}
.content .pricing-box .pricing-select-options li {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: inherit;
  cursor: pointer;
  background: none;
}
.content .pricing-box .pricing-select-options li a {
  font-size: 12px;
  display: block;
}
.content .pricing-box .pricing-select-options li:hover {
  color: #2153e9;
}
.content .mprbox,
.content .ftbox {
  margin-bottom: 160px;
}
.content .mprbox .wrap,
.content .ftbox .wrap {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.content .mprbox .wrap .right,
.content .ftbox .wrap .right,
.content .mprbox .wrap .left,
.content .ftbox .wrap .left {
  width: 340px;
  max-width: 340px;
  padding: 40px 15px;
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #e6e8e9;
}
.content .mprbox .wrap .ic-lf,
.content .ftbox .wrap .ic-lf {
  display: inline-block;
  text-align: left;
}
.content .mprbox .pirce,
.content .ftbox .pirce {
  margin-bottom: 24px;
}
.content .mprbox .btn,
.content .ftbox .btn {
  margin-bottom: 24px;
}
.content .mprbox del,
.content .ftbox del {
  color: #999;
  font-weight: 600;
}
.content .mprbox h3,
.content .ftbox h3 {
  font-size: 20px;
  line-height: 26px;
}
.content #mr {
  margin-bottom: 160px;
}
.content #mr .pc-box {
  display: flex;
  justify-content: space-evenly;
}
.content #mr .pc-item {
  padding: 16px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #e6e8e9;
  width: 186px;
  height: 122px;
  position: relative;
  margin-bottom: 24px;
}
.content #mr .pc-item::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
  position: absolute;
}
.content #mr .pc-item.active {
  border: 1px solid #2258f6;
}
.content #mr .pc-item.active::after {
  background: url(/resource/images/store/ub-store-gou@2x.png) no-repeat center;
  background-size: 20px 20px;
}
.content #mr .wrap.wrap2 .pricing-box ol {
  max-width: 400px;
}
.content #mr .wrap.wrap2 .pricing-box ol p {
  min-width: 185px;
}
.content #mr .pc-prc {
  font-size: 24px;
  font-weight: 600;
}
.content #mr .pc-prc small {
  font-size: 16px;
}
.content #mr .dis del {
  font-weight: 600;
  color: #999999;
}
.content #mr .dis-red {
  background: #ff4646;
}
.content .mprbox {
  margin-bottom: 120px;
}
.content .support {
  margin-bottom: 160px;
}
.content .support .pc img {
  margin-left: 24px;
  vertical-align: middle;
}
.content .support .phone {
  display: none;
}
.content .support .phone p {
  margin-bottom: 16px;
  font-size: 16px !important;
}
.content .support .phone ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.content .support .phone ul li {
  width: 60px;
  height: 32px;
  background: url(/resource/images/store/ub-store-pay.png) no-repeat;
  margin: 0 8px 14px;
  zoom: 0.8;
}
.content .support .phone ul li:nth-child(1) {
  background-position: 0px 0px;
}
.content .support .phone ul li:nth-child(2) {
  background-position: -76px 0px;
}
.content .support .phone ul li:nth-child(3) {
  background-position: -152px 0px;
}
.content .support .phone ul li:nth-child(4) {
  background-position: -228px 0px;
}
.content .support .phone ul li:nth-child(5) {
  background-position: -304px 0px;
}
.content .support .phone ul li:nth-child(6) {
  background-position: -380px 0px;
}
.content .support .phone ul li:nth-child(7) {
  background-position: -456px 0px;
}
.content .support .phone ul li:nth-child(8) {
  background-position: -532px 0px;
}
.content .support .phone ul li:nth-child(8) {
  background-position: -608px 0px;
}
@media (max-width: 1280px) {
  .content .wrap .productlist {
    justify-content: space-around;
  }
  .content .wrap .pricing-box {
    width: 540px;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .content .mprbox .wrap {
    display: block;
    width: 600px;
    margin: auto;
    max-width: 100%;
  }
  .content .mprbox .wrap .left,
  .content .mprbox .wrap .right {
    margin: 15px auto;
  }
  .content .ftbox .wrap {
    flex-direction: column-reverse;
    width: 600px;
    margin: auto;
    max-width: 100%;
  }
  .content .ftbox .wrap .left,
  .content .ftbox .wrap .right {
    margin: 15px auto;
  }
}
@media (max-width: 991px) {
  .content .boxs-sale {
    zoom: 0.8;
  }
}
@media (max-width: 767px) {
  .content .boxs-sale {
    zoom: 1;
    display: block;
  }
  .content .boxs .box-wrap {
    margin-bottom: 30px;
    width: 100%;
  }
  .content .boxs .item-box {
    display: block;
  }
  .content .boxs .item-box .item {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
  }
  .content .boxs .item-3 {
    width: 100%;
  }
  .content .wrap .pricing-box ol {
    max-width: 100% !important;
    width: auto;
    margin: 10px auto 0;
    text-align: left;
    display: inline-block;
  }
  .content .wrap .pricing-box ol li {
    display: block !important;
  }
  .content .wrap .pricing-select,
  .content .btn {
    max-width: 100%;
  }
  .content .support .pc img {
    margin-left: 0;
  }
  .content .boxs .item .price-current + .txt {
    position: static;
  }
}
@media (max-width: 500px) {
  .content {
    padding: 40px 0 0;
  }
  .content .container2 {
    padding: 0;
  }
  .content .bg-ab {
    margin-bottom: 0;
  }
  .content p.des {
    padding: 0 15px;
  }
  .content .support {
    margin-bottom: 60px;
  }
  .content .support .pc {
    display: none;
  }
  .content .support .phone {
    display: block;
  }
  .content h2 {
    padding: 0 15px;
  }
  .content .ftbox .wrap .left,
  .content .mprbox .wrap .left,
  .content .ftbox .wrap .right,
  .content .mprbox .wrap .right {
    max-width: 100%;
  }
}
@media (max-width: 390px) {
  .content p.des {
    margin-bottom: 24px;
  }
  .content li.boxs .btn {
    width: 202px;
  }
  .content .support {
    padding: 0 15px;
  }
  .content .support .pc {
    display: none;
  }
  .content .support .phone {
    display: block;
  }
  .content .bg-ab p.des {
    margin-bottom: 48px;
  }
  .content .wrap {
    padding: 48px 24px 0px;
  }
  .content .wrap:last-child {
    margin-bottom: 24px;
  }
  .content .wrap .explain {
    font-size: 16px;
    white-space: nowrap;
  }
  .content .wrap h3 {
    font-size: 24px;
  }
  .content .wrap .pricing-box {
    padding: 42px 35px 30px;
  }
  .content .f-fs40 {
    font-size: 40px;
  }
  .content .currency,
  .content .decimal {
    font-size: 24px;
  }
  .content [data-pricing-for="total-price"] {
    font-size: 16px;
  }
  .content .boxs {
    margin-bottom: 80px;
  }
  .content .boxs .item-box {
    padding: 40px 0 0;
  }
  .content .boxs .item-2 {
    border: none;
  }
  .content .boxs .item-2 .box {
    clip-path: none;
  }
  .content .boxs p.des {
    margin-bottom: 40px;
  }
  .content .boxs .box-wrap {
    padding: 15px;
  }
  .content .boxs .item-3 {
    padding: 40px 24px;
  }
  .content #mr {
    margin-bottom: 80px;
  }
  .content #mr .pricing-box {
    padding: 42px 7px;
  }
  .content #mr .pc-item {
    margin: 0 8px 24px;
  }
  .content .mprbox,
  .content .ftbox {
    margin-bottom: 80px;
  }
  .content .mprbox .wrap,
  .content .ftbox .wrap {
    padding: 40px 24px;
  }
  .content .mprbox .wrap .ic-lf,
  .content .ftbox .wrap .ic-lf {
    margin-top: 24px;
  }
  .content .boxs-sale {
    padding: 40px 24px;
  }
  .content .mprbox {
    margin-bottom: 24px;
  }
}
.more {
  background: #f8f9fa;
  padding: 160px 0;
  text-align: center;
}
.more h2 {
  margin-bottom: 80px;
}
.more .wrap {
  display: flex;
  justify-content: space-between;
}
.more .wrap li {
  max-width: 620px;
  transition: 0.5s all;
  overflow: hidden;
  padding: 2px;
  margin-bottom: 24px;
  border-radius: 62px 22px 56px 22px;
  background: #e6e8e9;
  clip-path: polygon(48px 0, 100% 0, 100% calc(100% - 41px), calc(100% - 41px) 100%, 0 100%, 0% 48px);
}
.more .wrap li .box {
  padding: 40px;
  height: 100%;
  border-radius: 59px 19px 52px 19px;
  background: #fff;
  clip-path: polygon(47px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0% 47px);
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
.more .wrap li .top {
  display: flex;
  background: #f8f9fa;
  align-items: center;
  border-radius: 8px 8px 8px 8px;
  justify-content: center;
  opacity: 1;
  margin-bottom: 24px;
  padding: 24px;
}
.more .wrap li .top > img {
  min-width: 60px;
}
.more .wrap li h3 {
  text-align: left;
  line-height: 1;
  margin-left: 15px;
}
.more .wrap li h3 span {
  font-weight: 400;
}
.more .wrap li p.des {
  margin-bottom: 24px;
}
.more .wrap li a.btn {
  width: 240px;
  height: 48px;
  border-radius: 24px 24px 24px 24px;
  opacity: 1;
  color: #ff6600;
  border: 1px solid #ff6600;
}
.more .wrap li a.btn:hover {
  color: #fff;
  background: #ff6600;
}
@media (max-width: 1199px) {
  .more .wrap {
    display: block;
  }
  .more .wrap li {
    margin: 0 auto 30px;
  }
}
@media (max-width: 390px) {
  .more {
    padding: 24px 0 30px;
  }
  .more h2 {
    margin-bottom: 50px;
  }
  .more h3 {
    font-size: 16px;
  }
  .more .wrap li {
    border-radius: 40px 22px 40px 22px;
    clip-path: polygon(28px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0% 28px);
  }
  .more .wrap li .box {
    padding: 32px 20px;
    border-radius: 38px 19px 38px 19px;
    clip-path: polygon(27px 0, 100% 0, 100% calc(100% - 27px), calc(100% - 27px) 100%, 0 100%, 0% 27px);
  }
  .more .wrap li .top > img {
    zoom: 0.7;
  }
}
.faq {
  padding: 160px 0;
}
.faq .faq-mn {
  background: #f8f9fa;
  padding: 80px 40px;
  border-radius: 60px 20px 60px 20px;
  background: linear-gradient(135deg, transparent 33px, #f8f9fa 0) top left, linear-gradient(-45deg, transparent 33px, #f8f9fa 0) bottom right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
.faq h2 {
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
.faq .box {
  transition: 0.5s all;
  overflow: hidden;
  padding: 0 40px;
  border-radius: 40px 10px 40px 10px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, transparent 20px, #fff 0) top left, linear-gradient(-45deg, transparent 20px, #fff 0) bottom right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
.faq .box:nth-last-child(1) {
  margin-bottom: 0px;
}
.faq .box .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq .box h5 {
  margin-bottom: 0;
  padding: 30px 3% 30px 0;
  position: relative;
  color: #000;
  cursor: pointer;
}
.faq .box .tt-ic {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 4px;
  color: #000;
  position: relative;
  margin-right: 10px;
}
.faq .box .tt-ic::after,
.faq .box .tt-ic::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #fff;
  border-radius: 2px;
}
.faq .box .tt-ic::after,
.faq .box .tt-ic::before {
  left: 25%;
  top: calc(50% - 4.16%);
  width: 24px;
  height: 2px;
  background: #2258f6;
  transition: transform 0.5s, opacity 0.5s;
}
.faq .box .tt-ic::after {
  transform: rotate(270deg);
  opacity: 1;
}
.faq .box p {
  max-width: 880px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
  padding-right: 20px;
  display: none;
}
.faq .box .link {
  color: #2258f6;
}
.faq .box.active {
  padding-bottom: 30px;
}
.faq .box.active h5 {
  color: #2258f6;
  padding-bottom: 30px;
}
.faq .box.active p {
  display: block;
}
.faq .box.active .tt-ic::after {
  opacity: 0;
  transform: rotate(-45deg);
}
@media screen and (max-width: 476px) {
  .faq {
    padding: 40px 0 0;
  }
  .faq .container {
    padding: 0;
  }
  .faq .box,
  .faq .faq-mn {
    padding: 24px;
    clip-path: none;
    border-radius: 10px;
  }
  .faq .faq-mn {
    background-size: auto;
  }
  .faq .box .title {
    align-items: flex-start;
  }
  .faq .box.active h5 {
    padding-bottom: 17px;
  }
  .faq .box p {
    font-size: 12px;
  }
  .faq .box h5 {
    font-size: 14px;
    padding: 0 3% 0 0;
  }
  .faq .box .tt-ic {
    transform: scale(0.6);
  }
}
.have {
  padding: 160px 0;
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/aomei-store2022/ub-store-bg-service.png) no-repeat;
  background-size: cover;
}
.have-box {
  padding: 65px 0 80px 0;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  position: relative;
  z-index: 1;
}
.have-box::before {
  z-index: -1;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  border-radius: 48px 20px 48px 20px;
  background: linear-gradient(135deg, transparent 30px, #000 0) top left, linear-gradient(-45deg, transparent 30px, #000 0) bottom right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
.have-box h2 {
  margin-bottom: 20px;
}
.have p.sub-des {
  text-align: center;
  font-size: 20px;
  margin: 40px auto;
}
.have a.mail {
  width: 269px;
  height: 64px;
  border-radius: 288px 288px 288px 288px;
  opacity: 1;
  line-height: 64px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border: 1px solid #ffffff;
}
.have a.mail:hover {
  color: #000;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .have {
    padding: 40px 0;
    text-align: center;
  }
  .have-box {
    padding: 40px 15px 0;
    backdrop-filter: blur(3px);
  }
  .have-box::before {
    border-radius: 20px;
    background: #000;
  }
  .have p.sub-des {
    font-size: 12px;
  }
}
.ic-lf {
  text-align: left;
  color: #000000;
}
.ic-lf dt {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.ic-lf dd {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
.ic-lf dd::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
}
.ic-lf.ic-hk dd::before {
  background-position: -52px -168px;
}
[lang="en"] [data-pricing-product="CB_VM_Perpetual1"] .price-current + .txt {
  display: none;
}
[lang="jp"] .integer {
  font-size: 32px;
}
[lang="it"] .more .wrap li p.des,
[lang="es"] .more .wrap li p.des,
[lang="de"] .more .wrap li p.des,
[lang="fr"] .more .wrap li p.des {
  min-height: 80px;
}
[lang="de"] .content .wrap .pricing-box ol {
  max-width: 470px;
}
[lang="tw"] .content .boxs .item .price-current + .txt {
  transform: translateX(4px);
}
