.container {
  max-width: 1280px;
}
[class^="btn"] {
  box-shadow: 0px 10px 20px 0px rgba(255, 89, 0, 0.4);
}
.header [class^="btn"] {
  box-shadow: none;
}
.btn-bl {
  box-shadow: none;
}
.prigcing-box {
  text-align: center;
}
.prigcing-box .choosebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 252px;
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #e6e8e9;
  margin: 10px auto 20px;
  border-radius: 8px;
  font-size: 20px;
}
.prigcing-box .choosebox input {
  background: none;
}
.prigcing-box .choosebox .calcbtn {
  display: inline-block;
  width: 35px;
  height: 40px;
  background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
  cursor: pointer;
}
.prigcing-box .choosebox .calcbtn.reduce {
  background-position: -150px -250px;
}
.prigcing-box .choosebox .calcbtn.reduce:hover {
  transform: scale(1.1);
}
.prigcing-box .choosebox .calcbtn.add {
  background-position: -192px -250px;
}
.prigcing-box .choosebox .calcbtn.add:hover {
  transform: scale(1.1);
}
.prigcing-box .choosebox input {
  display: inline-block;
  width: 100px;
  text-align: center;
}
.tips {
  position: relative;
  color: #999999;
  margin-top: 5px;
  margin-bottom: 24px;
}
.tips .illustrate {
  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;
  }
}
.bnr {
  padding: 90px 0 160px 0;
  background: url(/resource/acbn/images/buy/acbn-buy-banner-bg@2x.webp) #091121 no-repeat;
  background-position: 0px -55px;
  background-size: cover;
  text-align: center;
}
.bnr .boxs {
  max-width: 1120px;
  margin: auto;
}
.bnr h1,
.bnr .edition-des {
  color: #ffffff;
}
.bnr .edition-des {
  margin-top: 10px;
}
.bnr .sub-des {
  color: #ffffff;
}
.bnr-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%;
  margin: 40px 0 38px 0;
  padding: 40px;
}
.bnr .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.bnr .item .discount {
  display: inline-block;
  background: #ff4646;
  border-radius: 30px;
  color: #fff;
  padding: 2px 5px;
  font-weight: 600;
  display: none;
}
.bnr .item h5 {
  margin: 0 0 40px 0;
}
.bnr .item .prigcing-box {
  text-align: center;
}
.bnr .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;
}
.bnr .item .prigcing-box .choosebox input {
  background: none;
}
.bnr .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;
}
.bnr .item .prigcing-box .choosebox .calcbtn.reduce {
  background-position: -167px -262px;
}
.bnr .item .prigcing-box .choosebox .calcbtn.reduce:hover {
  transform: scale(1.1);
}
.bnr .item .prigcing-box .choosebox .calcbtn.add {
  background-position: -202px -262px;
}
.bnr .item .prigcing-box .choosebox .calcbtn.add:hover {
  transform: scale(1.1);
}
.bnr .item .prigcing-box .choosebox input {
  display: inline-block;
  width: 60px;
  font-size: 16px;
  text-align: center;
}
.bnr .item .price del {
  min-height: 30px;
  font-size: 20px;
}
.bnr .item .price-current {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.bnr .item .price-current + .txt {
  position: absolute;
  transform: translateX(-23px);
}
.bnr .item .price del {
  color: #999;
}
.bnr .item .btn {
  min-width: 202px;
  font-weight: bold;
  margin: 15px 0 20px 0;
}
.bnr .item .tips-txt {
  font-size: 16px;
  color: #000000;
  margin-bottom: 35px;
  margin-top: 17px;
}
.bnr .item .tips-txt b {
  color: #ff5900;
}
.bnr .item-2 {
  padding: 2px;
  border-left: 1px solid #e6e8e9;
}
.bnr .item-2 .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 40px 19px 40px 19px;
  width: 100%;
}
.bnr .item table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.bnr .item table tr th {
  border-top: 1px solid #d4d8da;
}
.bnr .item table tr th,
.bnr .item table tbody tr td {
  border-right: 1px solid #d4d8da;
  border-bottom: 1px solid #d4d8da;
  text-align: center;
  padding: 3px 0;
  vertical-align: middle;
}
.bnr .item table thead th {
  font-weight: 600;
  background: #f4f7ff;
}
.bnr .item table th:first-child,
.bnr .item table td:first-child {
  width: 40px;
}
.bnr .item table th:nth-last-child(1),
.bnr .item table td:nth-last-child(1) {
  width: 80px;
}
.bnr .item table tr th:first-child,
.bnr .item table tr td:first-child {
  border-left: 1px solid #d4d8da;
}
.bnr .item table tr:first-child th:first-child {
  border-top-left-radius: 15px;
}
.bnr .item-box {
  display: flex;
  width: 100%;
  padding: 40px 0 0;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.bnr .item-box .item {
  width: 450px;
  padding: 40px;
  max-width: 100%;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #e6e8e9;
  margin-bottom: 20px;
}
.bnr .item-box h4 {
  margin-bottom: 16px;
}
.bnr .item-3 {
  padding: 40px 0;
  border: 1px solid #e6e8e9;
  border-radius: 24px 24px 24px 24px;
}
.bnr .compare {
  font-size: 20px;
  color: #2258f6;
}
.bnr .grt {
  margin-top: 120px;
}
.bnr .grt .list {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
.bnr .grt .icon {
  font-size: 16px;
  color: #ffffff;
  line-height: 18px;
  text-align: center;
}
.bnr .grt .icon span {
  position: relative;
  display: inline-block;
  text-align: left !important;
  padding-left: 50px;
}
.bnr .grt .icon span::before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  display: inline-block;
  width: 37px;
  height: 37px;
}
.bnr .grt .icon-1 span::before {
  background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
  background-position: -20px -201px;
}
.bnr .grt .icon-2 span::before {
  background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
  background-position: -80px -201px;
}
.bnr .grt .icon-3 span::before {
  background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
  background-position: -140px -201px;
}
.bnr .grt .icon-4 span::before {
  background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
  background-position: -200px -201px;
}
.bnr .black {
  width: 480px;
  height: 64px;
  background: rgba(145, 106, 74, 0.2);
  border-radius: 80px 80px 80px 80px;
  opacity: 1;
  border: 1px dashed #daa37b;
  padding-left: 34px;
  margin: 30px auto 0;
  display: none;
}
.bnr .black span {
  line-height: 64px;
  font-weight: bold;
  color: #ff5900;
  letter-spacing: 18px;
}
.bnr .black input {
  position: absolute;
  opacity: 0;
}
.bnr .black .btn {
  vertical-align: 6px;
  width: 180px;
  height: 48px;
}
.bnr .optionsBox {
  padding: 1px;
  width: 296px;
  height: 40px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  margin: 40px auto 0;
}
.bnr .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;
}
.bnr .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;
}
.bnr .purchase-options.left::before {
  left: 0%;
}
.bnr .purchase-options.right::before {
  left: 50%;
}
.bnr .purchase-options .switch-btn {
  width: 50%;
  padding: 0 20px;
  transition: 0.3s ease all;
}
.bnr .purchase-options-cont .item {
  display: none;
}
.bnr .purchase-options-cont .item.show {
  display: block;
}
.bnr .purchase-options div {
  line-height: 38px;
  transition: 0.5s all;
  width: 50%;
}
.bnr .purchase-options div.active {
  color: #fff;
}
.bnr [data-switch="cont"] {
  display: none;
}
.bnr [data-switch="cont"].show {
  display: block;
}
.bnr p.tt {
  margin-top: 24px;
}
.bnr p.tt .out {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #2153e7;
  text-decoration: underline;
}
.bnr p.tt .out:hover .out-s {
  display: block;
}
.bnr 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;
}
.bnr 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);
}
.bnr .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);
}
.bnr .btn-email b img {
  vertical-align: -3px;
}
.bnr .btn-email span {
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 991px) {
  .bnr .sub-des {
    color: #fff;
  }
  .bnr-sale {
    zoom: 0.9;
  }
  .bnr-sale {
    display: block;
  }
  .bnr .box-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
  .bnr .item-3 {
    width: 100%;
    max-width: 450px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .bnr {
    padding: 40px 0;
  }
  .bnr .optionsBox {
    max-width: 100%;
  }
  .bnr .box-wrap2,
  .bnr .box-wrap {
    border: none;
    background: #fff;
    padding: 40px;
    border-radius: 30px;
  }
  .bnr .box-wrap2 .item-box,
  .bnr .box-wrap .item-box {
    padding-top: 0;
    display: block;
  }
  .bnr .box-wrap2 .item,
  .bnr .box-wrap .item {
    border: none;
    width: 100%;
    border-radius: 60px 20px 60px 20px;
    margin-bottom: 16px;
    padding: 24px;
    box-shadow: none;
  }
  .bnr .box-wrap2 .item .price,
  .bnr .box-wrap .item .price {
    min-height: auto;
    padding: 0px;
    margin-top: 20px;
  }
  .bnr .box-wrap2 .item .price .decimal,
  .bnr .box-wrap .item .price .decimal {
    right: auto;
  }
  .bnr .box-wrap2 .item .price .currency,
  .bnr .box-wrap .item .price .currency,
  .bnr .box-wrap2 .item .price .decimal,
  .bnr .box-wrap .item .price .decimal {
    top: auto;
  }
  .bnr .box-wrap2 .item .box,
  .bnr .box-wrap .item .box {
    clip-path: none;
    background: none;
  }
  .bnr .box-wrap2 .item .btn,
  .bnr .box-wrap .item .btn {
    margin: 10px 0 15px 0;
  }
  .bnr .item .price del {
    font-size: 12px;
  }
  .bnr .item .price-current + .txt {
    position: static;
  }
  .bnr .item .tips-txt {
    margin-bottom: 0;
  }
  .bnr-sale {
    padding: 40px 0;
    margin: 0px;
    zoom: 1;
    flex-direction: column;
    background: none;
  }
  .bnr .grt {
    margin-top: 40px;
  }
  .bnr .grt .list {
    flex-wrap: wrap;
    padding: 0px;
  }
  .bnr .grt .list li {
    width: 50%;
    margin: 20px 0;
    text-align: center;
  }
  .bnr .grt .list li span {
    padding: 0px;
    text-align: center !important;
    font-size: 14px;
  }
  .bnr .grt .list li span::before {
    position: unset;
    display: block !important;
    margin: 0px auto 8px;
  }
}
@media (max-width: 580px) {
  .bnr .black {
    width: auto;
    padding: 10px;
    height: auto;
    border-radius: 40px;
  }
  .bnr .black span {
    margin-bottom: 10px;
    display: block;
    line-height: 1.2;
  }
}
.any {
  padding: 160px 0;
  background: #0d162a;
}
.any .box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.any .box .txtinfo {
  max-width: 690px;
  padding-left: 100px;
  color: #fff;
}
.any .box .txtinfo a {
  color: #2258f6;
}
.any .box h2 {
  margin-bottom: 35px;
}
.any .edition-des {
  max-width: 600px;
  line-height: 32px;
}
.any .edition-des a {
  color: #255af6;
}
@media screen and (max-width: 1199px) {
  .any {
    padding: 40px 0;
  }
  .any .box .txtinfo {
    padding-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .any {
    padding: 40px 0;
  }
  .any .box {
    text-align: center;
    flex-direction: column;
  }
  .any .box h2 {
    margin: 40px 0 20px 0;
  }
  .any .box .txtinfo {
    padding-left: 0px;
  }
  .any .edition-des {
    margin-bottom: 30px;
  }
}
.edition {
  padding: 160px 0;
  background: #091121;
}
.edition h2 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 90px;
}
.edition .table {
  width: 100%;
  text-align: center;
  position: relative;
}
.edition .table .f-fw-bd {
  min-width: 180px;
}
.edition .table-x {
  background-color: #101b32;
  padding: 0 80px;
}
.edition .table .f-lh1 {
  line-height: 1.2;
}
.edition .table .illustrate {
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.edition .table tbody td:not(:first-child) {
  background: rgba(34, 88, 246, 0.1);
}
.edition .table .ic-hook::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat -240px -80px;
  background-size: 1400px 872px;
  position: relative;
  z-index: 10;
}
.edition .table .ic-hook.ic-hook-wt::before {
  background-position-x: -196px;
}
.edition .table .ic-nohook {
  background: rgba(34, 88, 246, 0.1);
}
.edition .table .ic-nohook::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 2px;
  background: #6f82b0;
  border-radius: 2px;
}
.edition .table .mobile-td {
  display: none;
  text-align: center !important;
}
.edition .table th {
  padding: 40px 0px;
}
.edition .table th:first-child {
  padding: 40px 0 10px 0;
  text-align: left;
}
.edition .table td {
  border: none;
  border-bottom: 1px solid rgba(216, 216, 216, 0.2);
  vertical-align: middle;
  height: 54px;
  font-size: 14px;
}
.edition .table td:first-child {
  font-size: 16px;
  text-align: left;
  border-left: none;
}
.edition .table th {
  border-bottom: 1px solid #384153;
}
.edition .table th:first-child {
  border-left: none;
}
.edition .fix {
  background: #101b32;
  z-index: 999;
}
.edition .table .tr-price td {
  height: auto;
  padding: 30px 5px 40px;
  border-bottom: none;
}
.edition .table p.tit {
  margin: 25px 0 20px 0;
}
.edition .table .choosebox {
  width: 100%;
  background: none;
  border: none;
  font-size: 16px;
  margin: auto;
}
.edition .table .choosebox input {
  color: #ffffff !important;
}
.edition .table .from {
  font-size: 24px;
  font-family: 600;
}
.edition .table .price-current {
  display: inline-block;
  margin-bottom: 24px;
}
.edition .table .price-current + .txt {
  transform: translateX(-2px);
}
.edition .table .price .currency {
  font-size: 24px;
}
.edition .table .price del {
  display: block;
  color: #999;
  min-height: 30px;
  margin-bottom: 15px;
}
.edition-border.table th {
  border-top: 0;
}
.edition-border.table th:nth-child(1),
.edition-border.table td:nth-child(1),
.edition-border.table th:nth-child(2),
.edition-border.table td:nth-child(2) {
  border-left: 0;
}
.edition-border.table th:last-child,
.edition-border.table td:last-child {
  border-right: 1px solid rgba(216, 216, 216, 0.2);
}
.edition-border.table tr:last-child td {
  border-bottom: 0;
}
.edition-border.table tr:last-child td:nth-child(1),
.edition-border.table tr:last-child td:nth-child(2) {
  border-left: 0;
}
.edition .table.other-highlight-last td:last-child,
.edition .table.other-highlight-last th:last-child {
  position: relative;
  background: #2258f6;
  padding: 0 2px;
  border: none;
}
.edition .table.other-highlight-last th:last-child .tb-cnt {
  padding: 18px 10px;
}
.edition .table.other-highlight-last td.ic-hook:last-child::before {
  display: none;
}
.edition .table.other-highlight-last .tb-cnt {
  position: absolute;
  background: #101b32;
  width: calc(100% - 4px);
  height: 100%;
  top: 0;
  left: 2px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.2);
}
.edition .table.other-highlight-last .tb-cnt.ic-hook {
  background: #112146;
}
.edition .table.other-highlight-last tr:first-child th:last-child {
  border-radius: 40px 20px 0 0;
  clip-path: polygon(40px 0, 100% 0, 100% 100%, calc(100% - 40px) 100%, 0 100%, 0% 40px);
}
.edition .table.other-highlight-last tr:first-child th:last-child .tb-cnt {
  top: 2px;
  height: calc(100% - 2px);
  border-radius: 40px 19px 0 0;
  clip-path: polygon(39px 0, 100% 0, 100% 100%, calc(100% - 39px) 100%, 0 100%, 0% 39px);
}
.edition .table.other-highlight-last tr:last-child td:last-child {
  border-radius: 0 0 40px 20px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 0);
}
.edition .table.other-highlight-last tr:last-child td:last-child .tb-cnt {
  top: 0;
  height: calc(100% - 2px);
  border-radius: 0 0 40px 19px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 39px), calc(100% - 39px) 100%, 0 100%, 0 0);
}
.edition .table.other-highlight-last .tr-price td {
  height: 196px;
}
.edition .table.other-highlight-last .tr-price td .tb-cnt {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.edition .table.other-highlight-last .ic-hook.tb-cnt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.edition .table.highlight-last th:last-child {
  position: unset;
  border: 1px solid #2258f6;
  border-left: 1px solid #2258f6;
  border-right: 1px solid #2258f6;
  border-bottom: 1px solid rgba(216, 216, 216, 0.2);
}
.edition .table.highlight-last td:last-child {
  border-right: 1px solid #2258f6;
  border-left: 1px solid #2258f6;
}
.edition .table.highlight-last tr:last-child td:last-child {
  border: 1px solid #2258f6;
  border-top: 1px solid rgba(216, 216, 216, 0.2);
}
.edition .table.highlight-last .tr-price td:last-child {
  border-bottom: 1px solid #2258f6;
}
.edition .table-x.col-5 {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 60px 20px 60px 20px;
  background: linear-gradient(135deg, transparent 30px, #101b32 0) top left, linear-gradient(-45deg, transparent 30px, #101b32 0) bottom right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
.edition .table-x.col-5 th:first-child,
.edition .table-x.col-5 td:first-child {
  width: 27%;
}
.edition .table-x.col-5 th,
.edition .table-x.col-5 td {
  width: 37%;
}
.edition .table-x.col-5 .tips {
  color: #fff;
}
.edition .table .g-tt td {
  background: #142859 !important;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.302);
  padding-left: 15px;
  transition: background-color 0.5s;
  border-left: 0 !important;
}
.edition .table .g-tt .tt-ic {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background: #2258f6;
  border-radius: 4px;
  color: #fff;
  position: relative;
  margin-right: 10px;
}
.edition .table .g-tt .tt-ic::after,
.edition .table .g-tt .tt-ic::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #fff;
  border-radius: 2px;
}
.edition .table .g-tt .tt-ic::after,
.edition .table .g-tt .tt-ic::before {
  left: 25%;
  top: calc(50% - 4.16%);
  width: 50%;
  height: 8.4%;
  transition: transform 0.5s, opacity 0.5s;
}
.edition .table .g-tt .tt-ic::after {
  opacity: 0;
}
.edition .table .g-tt.closed td {
  background: #101b32;
}
.edition .table .g-tt.closed .tt-ic::after {
  transform: rotate(270deg);
  opacity: 1;
}
.edition .table .check-box .check {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
  vertical-align: middle;
  background-position: -128px -260px;
}
.edition .table .check-box .check.checked {
  background-position: -92px -260px;
}
.edition .table.highlight-last .g-tt .high-td {
  border-left: 1px solid #2258f6 !important;
}
.edition .illustrate {
  z-index: 20;
}
@media screen and (max-width: 991px) {
  .edition {
    padding: 50px 0 100px 0px;
  }
  .edition h2 {
    margin-bottom: 40px;
  }
  .edition .container {
    padding: 0px;
  }
  .edition .table th::after {
    display: none !important;
  }
  .edition .table-x.col-5 {
    background: none;
    border-radius: 0;
  }
  .edition .table .price .decimal,
  .edition .table .price .currency {
    top: 0px;
  }
  .edition .table-x.col-5 {
    padding: 0px;
    clip-path: none;
  }
  .edition .table-x.col-5 .g-tt td,
  .edition .table-x.col-5 .g-tt th {
    display: table-cell !important;
    width: 100%;
  }
  .edition .table-x.col-5 th,
  .edition .table-x.col-5 td {
    border: none;
  }
  .edition .ic-nohook {
    background: rgba(34, 88, 246, 0.1);
  }
  .edition .ic-nohook::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 2px;
    background: #6f82b0;
    border-radius: 2px;
  }
  .edition .ic-nohook::before,
  .edition .ic-hook::before {
    transform: scale(0.5);
  }
  .edition .table-x.col-5 .table td:first-child,
  .edition .table-x.col-5 .table th:first-child {
    display: none;
  }
  .edition .table-x.col-5 .table td:first-child #tips-table td:first-child,
  .edition .table-x.col-5 .table th:first-child #tips-table td:first-child,
  .edition .table-x.col-5 .table td:first-child #tips-table th:first-child,
  .edition .table-x.col-5 .table th:first-child #tips-table th:first-child {
    display: block;
  }
  .edition .table-x.col-5 .table td:first-child.mobile-td,
  .edition .table-x.col-5 .table th:first-child.mobile-td {
    display: table-cell;
    width: 100%;
  }
  .edition .table-x.col-5 thead tr:nth-child(1),
  .edition .table-x.col-5 thead tr:nth-child(2),
  .edition .table-x.col-5 tbody tr:nth-child(3),
  .edition .table-x.col-5 tbody tr:nth-child(4),
  .edition .table-x.col-5 tbody tr:nth-child(7),
  .edition .table-x.col-5 tbody tr:nth-child(8),
  .edition .table-x.col-5 tbody tr:nth-child(10),
  .edition .table-x.col-5 tbody tr:nth-child(11),
  .edition .table-x.col-5 tbody tr:nth-child(14),
  .edition .table-x.col-5 tbody tr:nth-child(15),
  .edition .table-x.col-5 tbody tr:nth-child(18),
  .edition .table-x.col-5 tbody tr:nth-child(19),
  .edition .table-x.col-5 tbody tr:nth-child(23),
  .edition .table-x.col-5 tbody tr:nth-child(24),
  .edition .table-x.col-5 tbody tr:nth-child(27),
  .edition .table-x.col-5 tbody tr:nth-child(28),
  .edition .table-x.col-5 tbody tr:nth-child(30),
  .edition .table-x.col-5 tbody tr:nth-child(31),
  .edition .table-x.col-5 tbody tr:nth-child(33) {
    background: rgba(34, 88, 246, 0.05);
  }
  .edition .table-x.col-5 tbody tr:nth-child(1),
  .edition .table-x.col-5 tbody tr:nth-child(2),
  .edition .table-x.col-5 tbody tr:nth-child(5),
  .edition .table-x.col-5 tbody tr:nth-child(6),
  .edition .table-x.col-5 tbody tr:nth-child(9),
  .edition .table-x.col-5 tbody tr:nth-child(12),
  .edition .table-x.col-5 tbody tr:nth-child(13),
  .edition .table-x.col-5 tbody tr:nth-child(16),
  .edition .table-x.col-5 tbody tr:nth-child(17),
  .edition .table-x.col-5 tbody tr:nth-child(20),
  .edition .table-x.col-5 tbody tr:nth-child(21),
  .edition .table-x.col-5 tbody tr:nth-child(22),
  .edition .table-x.col-5 tbody tr:nth-child(25),
  .edition .table-x.col-5 tbody tr:nth-child(26),
  .edition .table-x.col-5 tbody tr:nth-child(29),
  .edition .table-x.col-5 tbody tr:nth-child(32),
  .edition .table-x.col-5 tbody tr:nth-child(33),
  .edition .table-x.col-5 tbody tr:nth-child(36) {
    background: rgba(34, 88, 246, 0.1);
  }
  .edition .table-x.col-5 th,
  .edition .table-x.col-5 td {
    width: 24%;
    border: none;
    background: none;
  }
  .edition .table.highlight-last td:last-child {
    border: none;
  }
  .edition .table.highlight-last tt:last-child td:last-child {
    border: none;
  }
  .edition .table.highlight-last th:last-child {
    border: none;
  }
  .edition .table.highlight-last .g-tt .high-td:nth-last-child(1) {
    display: none !important;
  }
  .edition .table.highlight-last .g-tt .high-td {
    border-left: none !important;
  }
  .edition .table.highlight-last tr:last-child td:last-child {
    border: none;
  }
  .edition .table.highlight-last .tr-price td:last-child {
    border: none;
  }
  .edition [class^="btn"] {
    min-width: 112px;
  }
  .edition .grt .list {
    flex-wrap: wrap;
    padding: 0px;
  }
  .edition .grt .list li {
    width: 50%;
    margin: 20px 0;
    text-align: center;
  }
  .edition .grt .list li span {
    padding: 0px;
    text-align: center !important;
    font-size: 14px;
  }
  .edition .grt .list li span::before {
    position: unset;
    display: block !important;
    margin: 0px auto 8px;
  }
}
@media screen and (max-width: 768px) {
  .edition .table-x {
    overflow-x: scroll;
  }
  .edition .table-x .table .price del {
    margin-bottom: 0;
  }
  .edition .table-x .f-fw-bd {
    min-width: 98px;
    font-size: 12px;
  }
  .edition .prigcing-box .choosebox {
    height: 30px;
    margin-bottom: 13px;
  }
  .edition .table-x .table {
    min-width: 510px;
  }
  .edition .tips {
    font-size: 12px;
  }
  .fix h5 {
    font-size: 14px;
  }
  .table-x.col-5 th,
  .table-x.col-5 td {
    font-size: 12px;
  }
  .tr-price [class^="btn"] {
    padding: 0 5px;
  }
  .prigcing-box .choosebox input {
    width: 55px;
  }
  .prigcing-box .choosebox .calcbtn {
    display: inline-block;
    width: 18px;
    height: 18px;
  }
  .prigcing-box .choosebox .calcbtn.reduce {
    background-position: -163px -259px;
  }
  .prigcing-box .choosebox .calcbtn.add {
    background-position: -198px -259px;
  }
  .edition .table-x.col-5 th,
  .edition .table-x.col-5 td {
    width: 25%;
  }
  .edition .table td:first-child {
    font-size: 14px;
  }
}
@media screen and (max-width: 392px) {
  .edition {
    width: 100%;
    overflow-x: scroll;
    background-size: cover;
  }
  .edition .table {
    min-width: 400px;
    background: #091121;
  }
  .edition .fix h5 {
    padding: 0 16px;
  }
  .f-m-color-green {
    color: #00cb1b;
  }
  .f-m-color-red {
    color: #ff5900;
  }
  .edition .table-x.col-5 .tips {
    position: relative;
  }
  .edition .table-x.col-5 .tips .illustrate {
    position: absolute;
    right: -10px;
    top: 2px;
  }
  .edition .table-x .table {
    min-width: 410px;
  }
  .edition .table-x .f-fw-bd.btn-bl {
    line-height: 1;
    padding-top: 13px;
  }
  .edition .prigcing-box .choosebox {
    margin-bottom: 12px;
  }
  .edition .table .tr-price td {
    height: auto;
    padding: 20px 2px 30px;
  }
  .edition .table p.tit {
    margin: 25px 0 17px 0;
  }
  .edition .table .price .currency {
    left: -8px;
    top: 3px;
  }
}
.faq {
  padding: 160px 0;
  background: #091121;
}
.faq .faq-mn {
  background: #0d162a;
  padding: 80px 40px;
  border-radius: 60px 20px 60px 20px;
  background: linear-gradient(135deg, transparent 33px, #101b32 0) top left, linear-gradient(-45deg, transparent 33px, #101b32 0) bottom right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
.faq h2 {
  text-align: center;
  color: #ffffff;
  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, #091121 0) top left, linear-gradient(-45deg, transparent 20px, #091121 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: #fff;
  cursor: pointer;
}
.faq .box .tt-ic {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 4px;
  color: #fff;
  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: #fff;
  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;
  }
  .faq .container {
    padding: 0;
  }
  .faq .box,
  .faq .faq-mn {
    padding: 24px 15px;
    clip-path: none;
    border-radius: 10px;
  }
  .faq .faq-mn {
    background: #0d162a;
  }
  .faq .box {
    background: #091121;
  }
  .faq .box .title {
    align-items: flex-start;
  }
  .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(/resource/acbn/images/buy/acbn-buy-bg2@2x.webp) 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;
  backdrop-filter: blur(15px);
  background: rgba(1, 6, 15, 0.3);
}
.have-box h2 {
  margin-bottom: 20px;
}
.have .lists {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 80px;
}
.have li {
  text-align: center;
}
.have li h5 {
  margin: 35px 0 10px 0;
}
.have li .icon {
  width: 90px;
  height: 88px;
  background: url(/resource/acbn/images/icon/acbn-version-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
  background-position: -25px -320px;
  margin: auto;
}
.have li .icon-2 {
  background-position: -130px -320px;
}
.have li .icon-3 {
  background-position: -235px -320px;
}
.have li a {
  color: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .have {
    padding: 40px 0;
    text-align: center;
  }
  .have-box {
    padding: 40px 15px 0;
    backdrop-filter: blur(3px);
  }
  .have .lists {
    flex-direction: column;
    margin-top: 10px;
  }
  .have .lists li {
    margin: 30px 0;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.popup .mask {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat -268px -255px;
  background-size: 1400px 872px;
  cursor: pointer;
  opacity: 1 !important;
  transition: transform 0.3s ease-in-out;
}
.popup .close:hover {
  transform: rotate(180deg);
}
.popup-cnt {
  width: 886px;
  height: 482px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999999;
  display: flex;
  background: #fff;
  border: 1px solid #c0d9f4;
  box-shadow: 0px 20px 50px 0px rgba(13, 53, 98, 0.3);
  border-radius: 16px;
  overflow: hidden;
}
.popup-lf {
  width: 324px;
  background: #e2edf6 url(/resource/acbn/images/hyper-v-backup/tan-bg.png) no-repeat center bottom;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}
.popup-lf .img {
  margin-bottom: 50px;
}
.popup-rt {
  width: 560px;
  padding: 20px 30px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popup-rt .form {
  width: 350px;
  max-width: 100%;
  margin: 40px auto 0;
}
.popup-rt .tt {
  color: #1a1a1a;
  line-height: 1.25;
  margin-bottom: 6px;
}
.popup-rt .des {
  color: #333;
}
.popup-rt button:active,
.popup-rt button:focus {
  outline: none !important;
}
.popup-rt label {
  display: block;
  text-align: center;
}
.popup-rt label input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #e6e8e9;
  border-radius: 8px;
  font-weight: 400;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.popup-rt label input::placeholder {
  font-weight: normal;
  color: #666;
  text-align: center;
}
.popup-rt label .submit {
  width: 100%;
}
.popup-rt label .submit:not(:last-child) {
  margin-bottom: 16px;
}
.popup .ic-lf li:not(:last-child) {
  margin-bottom: 14px;
}
.popup .form-row {
  position: relative;
}
.popup .form-row:not(:last-child) {
  margin-bottom: 24px;
}
.popup .form-row .focus input {
  border-color: #137df5;
}
.popup .form-row .tips-info {
  position: absolute;
  width: 100%;
  color: forestgreen;
  text-align: center;
  font-size: 14px;
}
.popup .form-row .tips-info.err {
  color: #ff1800;
}
.popup .tt-x {
  display: none;
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
}
.popup[data-type="hyper-v"] .hyper-v {
  display: block;
}
.popup[data-type="hyper-v-trail"] .hyper-v-trail {
  display: block;
}
@media (max-width: 991px) {
  .popup-cnt {
    max-width: 826px;
    width: 96%;
  }
}
@media (max-width: 767px) {
  .popup-rt {
    padding: 20px 20px 30px;
  }
}
@media (max-width: 500px) {
  .popup-cnt {
    flex-direction: column;
    height: 400px;
  }
  .popup-rt {
    width: 100%;
  }
  .popup-lf {
    display: none;
  }
  .popup .btn-md {
    min-width: 100%;
  }
}
.notSupportWebp .bnr {
  background: url(/resource/acbn/images/buy/acbn-buy-banner-bg@2x.png) #091121 no-repeat;
}
.notSupportWebp .have {
  background-image: url(/resource/acbn/images/buy/acbn-buy-bg2@2x.png);
}
.notSupportWebp .have li .icon {
  background-image: url(/resource/acbn/images/icon/acbn-version-sprite@2x.png);
  background-size: 1400px 872px;
}
.tuiche {
  background: url(/resource/images/icon/ub-bt-ic-buy-black@2x.png) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
  vertical-align: -2px;
}
.tuiche-white {
  background: url(/resource/images/icon/ub-bt-ic-buy-white@2x.png) no-repeat;
  background-size: 16px 16px;
}
.new-txt {
  font-size: 12px;
  margin-top: 24px;
  color: #333333;
}
.new-txt a {
  color: #333333;
  text-decoration: underline;
}
[data-pricing-product="CB_VM_Perpetual1"] .price-current + .txt {
  display: none;
}
