@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 100% !important;
  }
}
.prigcing-box {
  text-align: center;
}
.prigcing-box .choosebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 252px;
  height: 30px;
  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;
}
.prigcing-box .df {
  border: 1px solid red;
}
body {
  min-width: 1024px;
}
.container {
  max-width: 1280px;
}
.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;
}
.timeout-tips {
  display: none;
}
.time-tips {
  display: block;
}
.btn-bl {
  box-shadow: none;
}
.prigcing-box {
  text-align: center;
  background: #FFF;
  width: 196px;
  border-radius: 8px;
}
.prigcing-box .choosebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 252px;
  height: 48px;
  background-color: #ffffff;
  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;
}
.two {
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 31px 0;
}
.two h4 {
  display: none !important;
}
@media screen and (max-width: 1250px) {
  .two {
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  .two {
    width: 100%;
  }
}
.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;
}
.df {
  border: 1px solid red !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 {
  overflow: hidden;
  background: #fff;
  text-align: center;
  padding: 70px 0 130px;
  background: #091121;
  background: url(/resource/acbn/images/upgrade/acbn-upgrade-bg.jpg) no-repeat;
  background-size: cover;
}
.bnr .container {
  background: linear-gradient(90deg, #0D162A 0%, #020B1D 100%);
  border-radius: 40px 40px 40px 40px;
  padding: 40px;
  position: relative;
}
.bnr .container a.logo {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 99;
}
.bnr .container .bnr-txt {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  margin-bottom: 8px;
}
.bnr .container h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 70px;
  background: linear-gradient(180deg, #FFE992 0%, #FD992C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}
.bnr .container .cdtt {
  top: 0;
  left: 50%;
  margin-bottom: 15px;
}
.bnr .container .cdtt-inner {
  color: #FDAE47;
}
.bnr .container .cdtt-inner .countdown {
  font-size: 0;
}
.bnr .container .cdtt-inner .countdown i {
  line-height: 24px;
  font-size: 24px;
  display: inline-block;
  vertical-align: 6px;
  margin: 0 10px 0 0;
  font-style: initial;
}
.bnr .container .cdtt-inner .countdown > div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.bnr .container .cdtt-inner .countdown > div.s + i {
  display: none;
}
.bnr .container .cdtt-inner .countdown > div > div span {
  line-height: 24px;
  font-size: 24px;
  text-shadow: 0 0 #935910;
}
.bnr .container .cdtt-inner .countdown > div p {
  font-size: 16px;
}
.bnr .last .item {
  height: 160px !important;
  padding: 31px 0 !important;
}
.bnr .boxs {
  max-width: 1280px;
  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: 0px 0px 24px 24px;
  background: #fff;
  padding: 24px 40px;
}
.bnr .popup--flex {
  background: #b1b8c5;
  padding: 10px 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  border-radius: 50px;
  transform: translate(-50%, -25%);
  z-index: 999;
  animation: hidetip 5s 1;
  animation-fill-mode: forwards;
  -webkit-animation: showtip 5s 1;
  -webkit-animation-fill-mode: forwards;
  display: none;
}
.bnr .popup--flex p {
  display: none;
}
.bnr .popup--flex .active {
  display: inline-block !important;
}
.bnr .active {
  display: inline-block !important;
}
@keyframes hidetip {
  from {
    opcity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes hidetip {
  from {
    opcity: 1;
  }
  to {
    opacity: 0;
  }
}
.bnr .price-line {
  position: relative;
  line-height: 1;
  max-width: 200px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.bnr .price-line b {
  margin-bottom: 10px;
}
.bnr .price-line .contact {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  padding: 0;
  margin-bottom: 10px;
  background: none;
}
.bnr .display {
  display: none;
}
.bnr .total {
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 22px;
  margin-bottom: 12px;
  text-align: center;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.bnr .price-current {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.bnr .price-current .sub1 {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: flex-start;
}
.bnr .price-current .currency {
  display: block;
  position: relative;
}
.bnr .subr {
  margin-left: 10px;
  position: absolute;
  bottom: -20px;
  display: flex;
}
.bnr .subr .tt-sale {
  margin-right: 5px;
}
.bnr .subtype {
  font-weight: normal;
  display: -webkit-box;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
}
.bnr .subtype span {
  display: block;
  line-height: 1;
}
.bnr .subtype .txt {
  position: relative;
  left: 4px;
}
.bnr .subtype .txt:lang(de) {
  margin-bottom: 5px;
}
.bnr .subtype .txt:lang(fr) {
  margin-bottom: 5px;
}
.bnr .subtype .decimal {
  font-weight: bold;
  position: relative;
  display: flex;
}
.bnr .decimal {
  display: flex;
}
.bnr [data-pricing-product="ACBN_Customized_Perpetual"] .subtype {
  bottom: 6px;
  right: 10px;
  text-align: left;
}
.bnr .discount {
  display: table;
  background: #ff4646;
  color: #fff;
  padding: 2px 3px;
  font-size: 12px;
  font-weight: 600;
}
.bnr .tt-sale {
  font-weight: normal;
  font-size: 16px;
  color: #999999;
}
.bnr .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
}
.bnr .item h5 {
  margin: 0 0 40px 0;
}
.bnr .item .choosebox-wrap {
  position: relative;
}
.bnr .item .prigcing-box {
  text-align: center;
}
.bnr .item .prigcing-box .choosebox {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 20px;
  min-width: 148px;
  max-width: 148px;
  padding: 0 15px;
  margin: auto;
  height: 44px;
  background-color: #ffffff;
  border-radius: 4px 4px 4px 4px;
  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 .prigcing-box .little {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 400;
  color: #FA5151;
  line-height: 20px;
  display: none;
}
.bnr .item .prigcing-box .active {
  display: block;
}
.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: 200px;
  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 {
  padding: 24px 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f8f9fb;
  border: 1px solid #f8f9fb;
  border-radius: 16px 16px 16px 16px;
  text-align: left;
}
.bnr .item-box .item-set {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  margin-top: 26px;
}
.bnr .item-box .i-price-line {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.bnr .item-box .i-currency {
  font-size: 16px;
}
.bnr .item-box .i-amount {
  font-size: 16px;
  line-height: 22px;
}
.bnr .item-box .i-tail {
  font-size: 16px;
}
.bnr .item-box .i-subt {
  font-size: 12px;
  color: #333333;
  font-weight: normal;
  line-height: 24px;
  position: relative;
  top: -1px;
}
.bnr .item-box > h4 {
  width: 100%;
}
.bnr .item-box .item {
  width: 196px;
  padding: 24px 0;
  max-width: 100%;
  height: 168px;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #fff;
  opacity: 1;
  background: #fff;
}
.bnr .item-box .item.bordered {
  border-radius: 8px 8px 8px 8px;
  background: #fff;
  padding: 24px 38px 24px 32px;
}
.bnr .item-box .item.set-clean {
  border: 1px solid #fff;
  background: #fff;
  box-shadow: none;
  display: flex;
}
.bnr .item-box h4 {
  line-height: 22px;
  margin-bottom: 8px;
}
.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: 40px;
}
.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 {
  min-height: 60px;
  background: #ffffff;
  border-radius: 24px 24px 0px 0px;
  overflow: hidden;
}
.bnr .purchase-options {
  width: 100%;
  min-height: 60px;
  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.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 {
  width: 50%;
  background: #0C215E;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  left: 0%;
}
.bnr .purchase-options div strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.bnr .purchase-options div p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.bnr .purchase-options div.active {
  color: #000;
  background: #FFF;
}
.bnr .purchase-options div.active::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #0C215E;
  z-index: -1;
  transition: 0.3s ease-out all;
  border-radius: 24px 24px 0px 0px;
}
.bnr .purchase-options div.active {
  color: #000;
  background: #fff;
  position: relative;
  padding-top: 16px;
}
.bnr .purchase-options div.active::after {
  position: absolute;
  right: -53px;
  top: 0;
  content: "";
  display: inline-block;
  width: 54px;
  height: 62px;
  background: url(/resource/images/upgrade-setup/upgrade-img-tab-white.webp) no-repeat;
  background-size: cover;
  z-index: 10;
}
.bnr .purchase-options div:nth-last-child(1).active {
  color: #000;
  background: #fff;
  position: relative;
}
.bnr .purchase-options div:nth-last-child(1).active::after {
  position: absolute;
  left: -53px;
  top: 0;
  content: "";
  display: inline-block;
  width: 54px;
  height: 62px;
  background: url(/resource/images/upgrade-setup/upgrade-img-tab-white.webp) no-repeat;
  background-size: cover;
  z-index: 10;
  transform: rotateY(-180deg);
}
.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.95);
  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;
  align-items: center;
  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-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 20px;
}
@media screen and (max-width: 1250px) {
  .bnr .item-box {
    text-align: center;
  }
  .bnr .item-box .item-set {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  .bnr .item-box .item {
    width: 45%;
  }
}
@media screen and (max-width: 991px) {
  .bnr .item-box {
    text-align: center;
  }
  .bnr .item-box .item-set {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  .bnr .item-box .item {
    width: 100%;
  }
}
@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 15px;
    border-radius: 0 0 30px 30px;
  }
  .bnr .box-wrap2 .item-box,
  .bnr .box-wrap .item-box {
    display: block;
  }
  .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: 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;
  }
}
.notSupportWebp .bigb {
  background: url(/resource/acbn/images/upgrade/acbn-upgrade-bg.png) top center no-repeat;
}
.notSupportWebp .why li .icons {
  background: url(/resource/acbn/images/upgrade/acbn-upgrade-ic-Reliable.png) no-repeat;
}
.notSupportWebp .why li .icons-2 {
  background: url(/resource/acbn/images/upgrade/acbn-upgrade-ic-Support.png) no-repeat;
}
.notSupportWebp .why li .icons-3 {
  background: url(/resource/acbn/images/upgrade/acbn-upgrade-ic-Purchase.png) no-repeat;
}
.any {
  padding: 100px 0 80px;
  background: #050812;
}
.any .box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.any .box .txtinfo {
  max-width: 690px;
  padding-right: 50px;
  color: #fff;
}
.any .box .txtinfo a {
  color: #2258f6;
}
.any .box h2 {
  line-height: 54px;
  margin-bottom: 35px;
}
.any p.sub-des {
  margin-bottom: 15px;
  line-height: 32px;
}
.any .ic-lf li {
  line-height: 22px;
  padding-left: 28px;
}
.any .ic-lf li:not(:last-child) {
  margin-bottom: 15px;
}
.any .ic-lf li::before {
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  background: url(/resource/acbn/images/upgrade/acbn-ic-gou-16.png) no-repeat;
  top: 4px;
}
.edition {
  padding: 80px 0;
  background: #040710;
}
.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 .ic-hook {
  background: rgba(34, 88, 246, 0.1);
  padding: 5px 0;
}
.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 {
  display: none;
}
.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-weight: 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;
  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: 17px;
  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: -127px -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;
}
.edition .accept {
  margin-top: 40px;
  text-align: center;
}
.edition .accept p {
  color: #fff;
  margin-bottom: 20px;
}
.contact {
  padding: 100px 0;
  text-align: center;
  color: #fff;
  background: #040710;
}
.contact p.des {
  max-width: 1100px;
  margin: 10px auto 60px;
}
.contact .list {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.contact li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
  padding: 77px 40px;
  border-radius: 45px 20px 45px 20px;
  background: linear-gradient(135deg, transparent 23px, #0D162A 0) top left, linear-gradient(-45deg, transparent 23px, #0D162A 0) bottom right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
.contact li a {
  color: #fff;
}
.contact li h4 {
  margin: 35px 0 10px;
}
.contact li .icons {
  width: 90px;
  height: 90px;
  background: url(/resource/acbn/images/icon/ub-ic-salesorder.webp) center no-repeat;
  margin: auto;
}
.contact li .icons-2 {
  background: url(/resource/acbn/images/icon/ub-ic-techniaclsupport.webp) center no-repeat;
}
.contact li .icons-3 {
  background: url(/resource/acbn/images/icon/ub-ic-skype.webp) center no-repeat;
}
.notSupportWebp .contact li .icons {
  background: url(/resource/acbn/images/icon/ub-ic-salesorder.png) no-repeat;
}
.notSupportWebp .contact li .icons-2 {
  background: url(/resource/acbn/images/icon/ub-ic-techniaclsupport.png) no-repeat;
}
.notSupportWebp .contact li .icons-3 {
  background: url(/resource/acbn/images/icon/ub-ic-skype.png) no-repeat;
}
.user {
  padding: 160px 0 152px;
  background: #040710;
  color: #fff;
  text-align: center;
}
.user h2 {
  margin-bottom: 72px;
}
.user-ls {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.user-ls .item {
  width: 200px;
  height: 104px;
  margin: 8px;
  border-radius: 8px;
  background: url(/resource/acbn/images/index/home-icon.png) no-repeat #101B32;
  transition: transform 0.35s;
}
.user-ls .item:hover {
  transform: translateY(-10px);
}
.user-ls .ic-1 {
  background-position: -20px -120px;
}
.user-ls .ic-2 {
  background-position: -235px -120px;
}
.user-ls .ic-3 {
  background-position: -450px -120px;
}
.user-ls .ic-4 {
  background-position: -665px -120px;
}
.user-ls .ic-5 {
  background-position: -880px -120px;
}
.user-ls .ic-6 {
  background-position: -1095px -120px;
}
.user-ls .ic-7 {
  background-position: -20px -238px;
}
.user-ls .ic-8 {
  background-position: -235px -238px;
}
.user-ls .ic-9 {
  background-position: -450px -238px;
}
.user-ls .ic-10 {
  background-position: -665px -238px;
}
.user-ls .ic-11 {
  background-position: -880px -238px;
}
.user-ls .ic-12 {
  background-position: -1095px -238px;
}
.user-ls .ic-13 {
  background-position: -20px -358px;
}
.user-ls .ic-14 {
  background-position: -235px -358px;
}
.user-ls .ic-15 {
  background-position: -450px -358px;
}
.user-ls .ic-16 {
  background-position: -665px -358px;
}
.user-ls .ic-17 {
  background-position: -880px -358px;
}
.user-ls .ic-18 {
  background-position: -1095px -358px;
}
.user-ls .ic-19 {
  background-position: -20px -479px;
}
.user-ls .ic-20 {
  background-position: -235px -479px;
}
.user-ls .ic-21 {
  background-position: -450px -479px;
}
.user-ls .ic-22 {
  background-position: -665px -479px;
}
.user-ls .ic-23 {
  background-position: -880px -479px;
}
.user-ls .ic-24 {
  background-position: -1095px -479px;
}
.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%;
  }
}
footer {
  background: #040710;
  color: #FFFFFF;
}
footer .wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
footer .wrap .left {
  opacity: 0.5;
}
footer .wrap a {
  color: #ffffffcc;
  padding: 0 12px;
}
footer .wrap a:hover {
  color: #fff;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* animate */
.delay-1 {
  animation-delay: 0.5s;
}
.delay-2 {
  animation-delay: 1s;
}
.delay-3 {
  animation-delay: 1.5s;
}
.delay-4 {
  animation-delay: 2s;
}
[data-animate="fadeInUp"] {
  transition: transform 1s;
  opacity: 0;
  transform: translate3d(0, 50%, 0);
}
.animated.fadeInUp,
.animated.fadeInUp,
.animated .fadeInUp {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.animated-fadeIn {
  animation: fadeInUp 1s;
}
/* animate */
.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;
}
.new-txt {
  font-size: 12px;
  margin-top: 24px;
  color: #333333;
}
.new-txt a {
  color: #333333;
  text-decoration: underline;
}
.bnr .item-2 .price-current + .txt {
  transform: translateX(-28px);
}
.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;
}
.item-box-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.item-box-wrap .btn {
  min-width: 200px;
  margin-top: 40px;
}
.item-box-wrap .btn[disabled="disabled"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.55;
}
.item-box-wrap .btn.vmlink {
  position: relative;
  font-weight: bold;
}
.item-box-wrap .btn.vmlink::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -10px;
  height: 20px;
  width: 200px;
  background: url(/resource/acbn/images/upgrade/acbn-upgrage-button-bg.svg) no-repeat;
  background-size: cover;
}
.item-box-wrap .btn-email {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 20px;
}
.item-box-wrap .live {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #2258F6;
  line-height: 20px;
  position: relative;
  cursor: pointer;
}
.item-box-wrap .live:hover::after {
  padding-left: 10px;
  transition: all 0.3s;
}
.item-box-wrap .live::after {
  content: '>>';
  padding-left: 5px;
  position: absolute;
}
.out {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #2153e7;
  text-decoration: underline;
}
.out:hover .out-s {
  display: block;
}
.out-s {
  position: absolute;
  width: 240px;
  padding: 16px 20px 16px;
  background: rgba(0, 0, 0, 0.9);
  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;
  line-height: normal;
  font-weight: normal;
}
.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);
}
.price {
  text-align: center;
}
.vi-hidden {
  visibility: hidden;
}
.icon-faq {
  width: 14px;
  height: 14px;
  background: #AAAAAA;
  opacity: 1;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 1px;
  margin-left: 2px;
  font-weight: normal;
  background: url(/resource/acbn/images/icon/acbn-buy-ic-tishi-14.png) no-repeat center;
  z-index: 12345;
}
.icon-faq > span {
  font-weight: normal;
}
.icon-faq:hover {
  opacity: 0.9;
}
.custom-checkbox {
  position: absolute;
  top: 8px;
  left: 8px;
}
.custom-checkbox input[type="checkbox"] {
  display: none;
  /* 隐藏原始的checkbox */
}
.custom-checkbox .checkmark {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  background: url(/resource/acbn/images/icon/acbn-buy-ic-duoxuan-16-2.png) no-repeat center;
}
.custom-checkbox input[type="checkbox"]:checked + .checkmark {
  background: url(/resource/acbn/images/icon/acbn-buy-ic-duoxuan-16-1.png) no-repeat center;
  /* 修改选中时的背景颜色 */
  border-color: #007bff;
  /* 修改选中时的边框颜色 */
}
.vi-0 {
  width: 0;
  height: 0;
  overflow: hidden;
}
.choosebox-txt {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 32px;
  height: 32px;
}
.choosebox-txt span {
  font-weight: bold;
  color: #FF5900;
}
.choosebox-txt .out-s {
  font-weight: normal;
}
@media (max-width: 1040px) {
  .bnr .item-box {
    margin: 0 3px;
  }
  .bnr .item-box .item {
    margin: 0 3px;
  }
}
@media (max-width: 840px) {
  .bnr .item-box .item {
    margin: 0 3px;
  }
}
@media all and (max-width: 768px) {
  .item-box-wrap {
    display: -webkit-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-flow: column;
    align-items: stretch;
  }
  .bnr .subtype {
    line-height: 1.5;
  }
  .bnr .item-box {
    width: 100%;
    max-width: none;
    padding-top: 25px;
  }
  .bnr .item-box:first-child {
    margin-bottom: 25px;
  }
  .bnr .item-box .f-fs20 {
    font-size: 1.6em;
    font-weight: bold;
    display: block;
    text-align: center;
  }
  .bnr .item-box .item {
    margin: 0 3px;
  }
  .bnr .item-box .item .prigcing-box .choosebox {
    width: auto;
    min-width: auto;
    padding: 0 15px;
  }
  .bnr .price-line {
    margin-left: 0 !important;
  }
  .bnr .optionsBox {
    min-height: 100px;
  }
  .bnr .purchase-options div.active::after {
    background: none;
  }
  .bnr .purchase-options div:nth-last-child(1).active::after {
    background: none;
  }
  .bnr .purchase-options .bnr-tab-btn {
    min-height: 100px;
    padding: 0 10px;
  }
}
@media all and (max-width: 600px) {
  .item-box-wrap {
    display: -webkit-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-flow: column;
    align-items: stretch;
  }
  .bnr .subtype {
    line-height: 1.5;
  }
  .bnr .item-box {
    width: 100%;
    max-width: none;
    padding-top: 25px;
  }
  .bnr .item-box:first-child {
    margin-bottom: 25px;
  }
  .bnr .item-box .f-fs20 {
    font-size: 1.6em;
    font-weight: bold;
    display: block;
    text-align: center;
  }
  .bnr .item-box .item {
    margin: 0 3px;
    min-width: 100%;
  }
  .bnr .item-box .item .prigcing-box .choosebox {
    width: auto;
    min-width: auto;
    padding: 0 15px;
  }
}
.btn-org {
  background: #F7CC4B !important;
  border-radius: 31px 31px 31px 31px;
  color: #000;
}
.btn-org:hover {
  background: #edb305 !important;
  border-radius: 31px 31px 31px 31px;
}
.btn-org:hover::before {
  background: #b08f2d;
}
.item-box-wrap .btn-email {
  margin-top: 0px;
}
input[type=number] {
  -moz-appearance: textfield !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
