.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:last-child td:first-child,
.tips .illustrate #tips-table .tips-thead .tips-tr:last-child td:first-child {
  border-bottom-left-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;
  }
}
.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;
}
@media screen and (max-width: 991px) {
  .tips .illustrate-cnt {
    bottom: 25px;
    left: calc(50% - 60px);
  }
  .tips .illustrate-cnt::before {
    bottom: -8px;
    left: 50px;
    transform: none;
  }
}
.bnr {
  position: relative;
  padding: 70px 0 100px 0;
  background: url(/resource/acbn/images/download-trial/banner-bg.webp) no-repeat;
  background-size: 100% 101%;
}
.bnr h1 {
  text-align: center;
  color: #fff;
}
.bnr .sub-tt {
  color: #fff;
  text-align: center;
}
.bnr .support {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 55px 0;
}
.bnr .support li {
  height: 30px;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
  padding: 0 24px 0 33px;
  line-height: 30px;
}
.bnr .support li:last-child {
  padding: 0 0px 0 33px;
}
.bnr .support li::before {
  position: absolute;
  left: 0px;
  top: 3px;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
  background-position: -195px -80px;
  vertical-align: middle;
  padding-right: 5 px;
}
.bnr-box {
  max-width: 1090px;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 70px;
}
.bnr-box .imgbox {
  max-width: 490px;
  width: 100%;
}
.bnr-box .downbox {
  max-width: 422px;
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 40px 40px;
}
.bnr-box h4 {
  text-align: center;
  margin-bottom: 20px;
}
.bnr-box .email {
  margin-bottom: 24px;
}
.bnr-box .email input {
  width: 100%;
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #e6e8e9;
  text-align: center;
}
.bnr-box .email input::placeholder {
  color: #aaa6a6;
}
.bnr-box .btn-md {
  min-width: 100%;
}
.bnr-box .btn-md.btn2 {
  margin-top: 16px;
}
.bnr-box .form-row {
  position: relative;
}
.bnr-box .form-row:not(:last-child) {
  margin-bottom: 24px;
}
.bnr-box .tips-info {
  position: absolute;
  width: 100%;
  color: forestgreen;
  text-align: center;
  font-size: 14px;
}
.bnr-box .tips-info.err {
  color: #ff1800;
}
.bnr-box .tips-txt {
  margin-top: 24px;
}
.bnr-box .tips-txt a {
  color: #000000;
  text-decoration: underline;
}
.bnr .information {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 160px;
  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;
  padding: 0 153px;
}
.bnr .information .icons {
  width: 60px;
  height: 66px;
  background: url(/resource/acbn/images/icon/acbn-version-sprite.png) no-repeat;
  background-size: 1400px 872px;
  background-position: -627px -27px;
}
.bnr .information .icons-2 {
  height: 58px;
  background-position: -30px -440px;
}
.bnr .information .icons-3 {
  height: 64px;
  background-position: -130px -440px;
}
.bnr .information li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bnr .information .nums {
  display: flex;
  flex-direction: column;
  margin-left: 23px;
}
.bnr .information strong {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.1;
}
.bnr .information .txt {
  font-size: 14px;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .bnr .support {
    flex-wrap: wrap;
    justify-content: center;
  }
  .bnr .information {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .bnr {
    padding: 40px 0 30px 0;
  }
  .bnr h1 {
    font-size: 4rem;
  }
  .bnr-box {
    flex-direction: column;
    margin-bottom: 80px;
  }
  .bnr-box .downbox {
    margin-top: 40px;
    padding: 24px 40px;
  }
  .bnr .support li {
    zoom: 0.6;
    margin-bottom: 5px;
  }
  .bnr .information {
    height: auto;
    flex-direction: column;
    background: none;
    padding: 0;
  }
  .bnr .information li {
    flex-direction: column;
    justify-content: center;
    max-width: 342px;
    width: 100%;
    height: 220px;
    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;
    text-align: center;
    margin-bottom: 16px;
  }
  .bnr .information li:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .bnr .information .nums {
    margin-left: 0px;
  }
  .bnr .information strong {
    margin: 24px 0 8px 0;
  }
}
.sub {
  padding: 50px 0 200px 0;
  background: #091121;
}
.sub h2 {
  text-align: center;
  color: #fff;
}
.sub .f-fs20 {
  color: #000;
}
.sub h3 {
  text-align: center;
}
.sub-sale {
  position: relative;
  display: flex;
  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: 100px 0 38px 0;
  padding: 40px;
}
.sub .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub .item .discount {
  display: inline-block;
  background: #ff4646;
  border-radius: 30px;
  color: #fff;
  padding: 2px 5px;
  font-weight: 600;
  display: none;
}
.sub .item h5 {
  margin: 0 0 40px 0;
}
.sub .item .prigcing-box {
  text-align: center;
}
.sub .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;
}
.sub .item .prigcing-box .choosebox input {
  background: none;
}
.sub .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;
}
.sub .item .prigcing-box .choosebox .calcbtn.reduce {
  background-position: -167px -262px;
}
.sub .item .prigcing-box .choosebox .calcbtn.reduce:hover {
  transform: scale(1.1);
}
.sub .item .prigcing-box .choosebox .calcbtn.add {
  background-position: -202px -262px;
}
.sub .item .prigcing-box .choosebox .calcbtn.add:hover {
  transform: scale(1.1);
}
.sub .item .prigcing-box .choosebox input {
  display: inline-block;
  width: 60px;
  font-size: 16px;
  text-align: center;
}
.sub .item .price del {
  font-size: 16px;
  font-weight: bold;
  color: #999999;
}
.sub .item .price-current {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.sub .item .price-current + .txt {
  position: absolute;
  transform: translateX(-23px);
}
.sub .item .price del {
  color: #999;
}
.sub .item .btn {
  min-width: 202px;
  font-weight: bold;
  margin: 15px 0 40px 0;
}
.sub .item .ic-lf {
  text-align: left;
  color: #000000;
}
.sub .item .ic-lf dt {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sub .item .ic-lf dd {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
.sub .item .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;
}
.sub .item .ic-lf.ic-hk dd::before {
  background-position: -52px -168px;
}
.sub .item .tips-txt {
  font-size: 16px;
  color: #000000;
  margin-bottom: 35px;
  margin-top: 17px;
}
.sub .item .tips-txt b {
  color: #ff5900;
}
.sub .item-2 {
  padding: 2px;
  border-left: 1px solid #e6e8e9;
}
.sub .item-2 .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 40px 19px 40px 19px;
  width: 100%;
  background: #ffffff;
  height: calc(100% - 0px);
  clip-path: polygon(39px 0, 100% 0, 100% calc(100% - 39px), calc(100% - 39px) 100%, 0 100%, 0% 39px);
}
.sub .item table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.sub .item table tr th {
  border-top: 1px solid #d4d8da;
}
.sub .item table tr th,
.sub .item table tbody tr td {
  border-right: 1px solid #d4d8da;
  border-bottom: 1px solid #d4d8da;
  text-align: center;
  padding: 3px 0;
  vertical-align: middle;
}
.sub .item table thead th {
  font-weight: 600;
  background: #f4f7ff;
}
.sub .item table th:first-child,
.sub .item table td:first-child {
  width: 40px;
}
.sub .item table th:nth-last-child(1),
.sub .item table td:nth-last-child(1) {
  width: 80px;
}
.sub .item table tr th:first-child,
.sub .item table tr td:first-child {
  border-left: 1px solid #d4d8da;
}
.sub .item table tr:first-child th:first-child {
  border-top-left-radius: 15px;
}
.sub .item table tr:first-child th:last-child {
  border-top-right-radius: 15px;
}
.sub .item table tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}
.sub .item-box .item {
  width: 50%;
}
.sub .item-3 {
  padding: 40px 0;
  width: 32.5%;
  border: 1px solid #e6e8e9;
  border-radius: 24px 24px 24px 24px;
}
.sub .compare {
  font-size: 20px;
  color: #2258f6;
}
.sub .grt {
  margin-top: 80px;
}
.sub .grt .list {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
.sub .grt .icon {
  font-size: 16px;
  color: #ffffff;
  line-height: 18px;
  text-align: center;
}
.sub .grt .icon span {
  position: relative;
  display: inline-block;
  text-align: left !important;
  padding-left: 50px;
}
.sub .grt .icon span::before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  display: inline-block;
  width: 37px;
  height: 37px;
}
.sub .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;
}
.sub .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;
}
.sub .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;
}
.sub .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;
}
@media screen and (max-width: 767px) {
  .sub {
    padding: 50px 0 100px 0px;
  }
  .sub h2 {
    margin-bottom: 40px;
  }
  .sub .container {
    padding: 0px;
  }
  .sub .table .price .decimal,
  .sub .table .price .currency {
    top: 0px;
  }
  .sub .table-x.col-4 {
    padding: 0px;
    clip-path: none;
  }
  .sub .ic-nohook {
    background: rgba(34, 88, 246, 0.1);
  }
  .sub .ic-nohook::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 2px;
    background: #6f82b0;
    border-radius: 2px;
  }
  .sub .ic-nohook::before,
  .sub .ic-hook::before {
    transform: scale(0.5);
  }
  .sub h5 {
    font-size: 14px;
  }
  .sub .table-x.col-4 .table td:first-child,
  .sub .table-x.col-4 .table th:first-child {
    display: none;
  }
  .sub .table-x.col-4 .table td:first-child #tips-table td:first-child,
  .sub .table-x.col-4 .table th:first-child #tips-table td:first-child,
  .sub .table-x.col-4 .table td:first-child #tips-table th:first-child,
  .sub .table-x.col-4 .table th:first-child #tips-table th:first-child {
    display: block;
  }
  .sub .table-x.col-4 .table td:first-child.mobile-td,
  .sub .table-x.col-4 .table th:first-child.mobile-td {
    display: table-cell;
    width: 100%;
    background: rgba(34, 88, 246, 0.1);
  }
  .sub .table-x.col-4 .table tr:nth-child(1),
  .sub .table-x.col-4 .table tr:nth-child(2),
  .sub .table-x.col-4 .table tr:nth-child(5),
  .sub .table-x.col-4 .table tr:nth-child(6),
  .sub .table-x.col-4 .table tr:nth-child(9),
  .sub .table-x.col-4 .table tr:nth-child(10) {
    background: rgba(34, 88, 246, 0.1);
  }
  .sub .table-x.col-4 .table tr:nth-child(3),
  .sub .table-x.col-4 .table tr:nth-child(4),
  .sub .table-x.col-4 .table tr:nth-child(7),
  .sub .table-x.col-4 .table tr:nth-child(8) {
    background: none;
  }
  .sub .table-x.col-4 th,
  .sub .table-x.col-4 td {
    width: 33%;
    border: none;
  }
  .sub [class^="btn"] {
    min-width: 112px;
  }
  .sub .grt .list {
    flex-wrap: wrap;
    padding: 0px;
  }
  .sub .grt .list li {
    width: 50%;
    margin: 20px 0;
    text-align: center;
  }
  .sub .grt .list li span {
    padding: 0px;
    text-align: center !important;
    font-size: 14px;
  }
  .sub .grt .list li span::before {
    position: unset;
    display: block !important;
    margin: 0px auto 8px;
  }
  .prigcing-box .choosebox .calcbtn.reduce {
    background-position: -162px -258px;
  }
  .prigcing-box .choosebox .calcbtn.add {
    background-position: -198px -258px;
  }
  .prigcing-box .choosebox .calcbtn {
    width: 20px;
    height: 20px;
  }
  .prigcing-box .choosebox {
    justify-content: space-evenly;
  }
  .prigcing-box .choosebox input {
    width: 70px;
    font-size: 16px;
  }
  .sub p.tit {
    font-size: 14px;
  }
  .sub .item-2 {
    border-left: none;
  }
  .sub .item-2 .box {
    clip-path: none;
  }
  .sub .sub-sale {
    flex-direction: column;
    border-radius: 0;
    background-size: auto;
  }
  .sub .box-wrap {
    margin-bottom: 30px;
  }
  .sub .item-box {
    flex-direction: column;
  }
  .sub .item-box .item {
    width: 100%;
    padding: 15px;
  }
  .sub .item-box .item .price-current + .txt {
    transform: translate(-15px, -3px);
  }
  .sub .item {
    width: 100%;
    padding: 15px;
  }
  .sub .item .price-current + .txt {
    transform: translate(-15px, -3px);
  }
  .sub .item-3,
  .sub .box-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 392px) {
  .sub {
    width: 100%;
    overflow-x: scroll;
    background-size: cover;
  }
  .sub .table {
    min-width: 320px;
    background: #091121;
  }
  .sub .table th {
    padding: 30px 0px 10px 0;
  }
  .sub .table th h5 {
    max-width: 80px;
    margin: auto;
  }
  .sub .table .ic-back {
    padding: 0 18px;
  }
  .sub .table .tips {
    position: relative;
  }
  .sub .table .illustrate {
    position: absolute;
    bottom: 0;
    right: -10px;
    top: auto;
  }
  .sub .prigcing-box .choosebox {
    height: 20px;
    margin: 7px auto 20px;
  }
  .sub .prigcing-box .choosebox input {
    font-size: 12px;
    width: 55px;
  }
  .sub .prigcing-box .choosebox .calcbtn {
    display: inline-block;
    width: 18px;
    height: 18px;
  }
  .sub .prigcing-box .choosebox .calcbtn.reduce {
    background-position: -163px -259px;
  }
  .sub .prigcing-box .choosebox .calcbtn.add {
    background-position: -198px -259px;
  }
}
.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;
  backdrop-filter: blur(15px);
  background: rgba(1, 6, 15, 0.3);
  color: #fff;
}
.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;
  }
  .have .lists {
    flex-direction: column;
  }
  .have .lists li {
    margin: 30px 0;
  }
}
.notSupportWebp .bnr {
  position: relative;
  padding: 70px 0 100px 0;
  background: url(/resource/acbn/images/download-trial/banner-bg.png) no-repeat;
  background-size: 100% 101%;
}
.notSupportWebp .have {
  padding: 160px 0;
  background: url(/resource/acbn/images/buy/acbn-buy-bg2@2x.png) no-repeat;
  background-size: cover;
}
.notSupportWebp .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;
}
.notSupportWebp .have li .icon-2 {
  background-position: -130px -320px;
}
.notSupportWebp .have li .icon-3 {
  background-position: -235px -320px;
}
.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;
}
.cancel {
  position: relative;
  transform: translateY(-10px);
  color: #999;
}
.cancel-none {
  visibility: hidden;
}
body.overflow {
  overflow: hidden;
}
.am-download-x {
  background: #091121;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  min-height: 100vh;
  transition: all 0.25s linear;
  opacity: 0;
  transform: scale3d(0.8, 0.8, 0.8);
  will-change: transform;
  overflow: hidden;
}
.am-download-x.isopen {
  opacity: 1;
  z-index: 99999;
  transform: scale3d(1, 1, 1);
}
.am-download-x.isclose {
  transform: scale3d(0.8, 0.8, 0.8);
  opacity: 0;
  z-index: -1;
}
.am-download-x h2 {
  font-size: 5.6rem;
  color: #fff;
  margin-top: 140px;
}
.am-download-x .a-wt:hover {
  color: #fff;
  text-decoration: underline;
}
.am-download-x .cnt {
  background: #101b32;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.302);
  border-radius: 16px 16px 16px 16px;
}
.am-download-x h3 {
  font-size: 32px;
}
.am-download-x .desc {
  margin: 10px 0 60px 0;
}
.am-download-x .adv-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
}
.am-download-x .adv-list h5 {
  font-size: 20px;
  margin: 5px 0 10px 0;
}
.am-download-x .adv-list .adv-li {
  max-width: 300px;
}
.am-download-x .adv-list .adv-ms {
  font-size: 14px;
}
.am-download-x .adv-form {
  position: relative;
  display: inline-block;
  margin-top: 60px;
}
.am-download-x .adv-form .adv-ipt {
  width: 356px;
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px 24px 24px 24px;
  font-size: 16px;
  border: 1px solid #e6e8e9;
  padding: 4px 4px 4px 24px;
  color: #000;
}
.am-download-x .adv-form .adv-ipt::placeholder {
  color: #999999;
}
.am-download-x .adv-form .adv-btn {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 116px;
  height: 40px;
  background: #2258f6;
  border-radius: 28px;
  color: #fff;
  cursor: pointer;
  border: none;
  padding: 0px;
}
.am-download-x .adv-form .adv-btn.isloading::before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 28px;
  z-index: 2;
  cursor: not-allowed;
}
.am-download-x .adv-form .adv-btn.isloading::after {
  position: absolute;
  left: 45%;
  top: 40%;
  content: "";
  width: 16px;
  height: 16px;
  animation: rotate 1.5s linear infinite;
  background: url(/resource/images/download-popup/dl-window-ic-loading-16-white.png) no-repeat;
  z-index: 3;
}
.am-download-x .adv-form .adv-btn:hover {
  opacity: 0.8;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.am-download-x .adv-form .tips-error,
.am-download-x .adv-form .tips-null {
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #f54d3a;
  padding-top: 10px;
}
.am-download-x [class^="btn"] {
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  padding: 0 16px;
  min-width: 148px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #fff;
  transition: transform 0.15s, background-color 0.15s;
  position: relative;
  z-index: 0;
}
.am-download-x [class^="btn"]::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50px;
  z-index: -1;
  transition: all ease-out 0.2s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.am-download-x [class^="btn"]:hover::before {
  height: calc(100% + (1rem / 2));
  width: calc(100% + (1rem / 2));
  border-radius: 50px;
}
.am-download-x [class^="btn"] .ic-linux,
.am-download-x [class^="btn"] .ic-win,
.am-download-x [class^="btn"] .ic-arw-bl,
.am-download-x [class^="btn"] .ic-arw-wt,
.am-download-x [class^="btn"] .ic-arw-blk,
.am-download-x [class^="btn"] .ic-arw,
.am-download-x [class^="btn"] .ic-dw {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
}
.am-download-x [class^="btn"] .ic-dw {
  margin-right: 8px;
  background-position: -67px -83px;
}
.am-download-x [class^="btn"] .ic-arw {
  margin-left: 8px;
  background-position: -109px -83px;
}
.am-download-x [class^="btn"] .ic-arw-bl {
  margin-left: 8px;
  background-position: -155px -83px;
}
.am-download-x [class^="btn"] .ic-arw-wt {
  margin-left: 8px;
  background-position: -112px -83px;
}
.am-download-x [class^="btn"] .ic-arw-blk {
  margin-left: 8px;
  background-position: -1255px -83px;
}
.am-download-x [class^="btn"] .ic-win,
.am-download-x [class^="btn"] .ic-linux {
  width: 22px;
  height: 24px;
  transform: translateY(-2px);
}
.am-download-x [class^="btn"] .ic-win {
  background-position: -506px -81px;
}
.am-download-x [class^="btn"] .ic-linux {
  background-position: -548px -80px;
}
.am-download-x [class^="btn"].loadding::after {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(/resource/images/icon/loading.png) no-repeat center;
  animation: loading 1s linear infinite;
  vertical-align: middle;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.am-download-x .btn-lg {
  min-width: 294px;
  height: 64px;
  line-height: 64px;
  font-size: 18px;
  font-weight: 700;
}
.am-download-x .btn-md {
  min-width: 240px;
  height: 48px;
  line-height: 48px;
}
.am-download-x .btn-more-txt {
  line-height: 1 !important;
  padding: 16px 16px;
}
.am-download-x .btn-more-txt .txt {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.am-download-x .btn-more-txt p {
  margin-top: 3px;
  font-size: 12px;
  opacity: 0.6;
  font-weight: 400;
}
.am-download-x .btn-bl {
  background: #2258f6;
}
.am-download-x .btn-bl:focus,
.am-download-x .btn-bl:active,
.am-download-x .btn-bl:hover {
  color: #fff;
  background: #1f4fdd;
  text-decoration: none;
}
.am-download-x .btn-bl:focus::before,
.am-download-x .btn-bl:active::before,
.am-download-x .btn-bl:hover::before {
  background: #1f4fdd;
}
.am-download-x .btn-bl.btn-shadow {
  margin-bottom: 30px;
  box-shadow: 0px 10px 20px 0px rgba(34, 88, 246, 0.4);
}
.am-download-x .btn-org {
  background: #ff5900;
}
.am-download-x .btn-org:focus,
.am-download-x .btn-org:active,
.am-download-x .btn-org:hover {
  background: #e55000;
}
.am-download-x .btn-org:focus::before,
.am-download-x .btn-org:active::before,
.am-download-x .btn-org:hover::before {
  background: #e55000;
}
.am-download-x .btn-org.btn-shadow {
  box-shadow: 0px 10px 20px 0px rgba(255, 89, 0, 0.4);
}
.am-download-x .btn-yl {
  background: #ffb300;
  color: #000;
}
.am-download-x .btn-yl:focus,
.am-download-x .btn-yl:active,
.am-download-x .btn-yl:hover {
  background: #f2aa00;
}
.am-download-x .btn-yl:focus::before,
.am-download-x .btn-yl:active::before,
.am-download-x .btn-yl:hover::before {
  background: #f2aa00;
}
.am-download-x .btn-bd-bl {
  border: 1px solid #2258f6;
  color: #2258f6;
}
.am-download-x .btn-bd-bl:hover {
  background: #2258f6;
  color: #fff;
}
.am-download-x .btn-bd-bl:hover::before {
  background: #1f4fdd;
}
.am-download-x .btn-bd-bl:hover .ic-arw-bl {
  background-position: -112px -83px;
}
@media (max-width: 767px) {
  .am-download-x .btn-lg {
    min-width: 202px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
  }
  .am-download-x .btn-more-txt {
    padding-top: 10px;
    padding-bottom: 8px;
  }
}
.am-download-x .a-arw::after {
  content: ">>";
  display: inline-block;
  color: inherit;
  margin-left: 5px;
  transition: transform 0.15s;
  transform: translateY(1px);
}
.am-download-x .a-arw:hover::after {
  transform: translateY(1px) translateX(5px);
}
.am-download-x .a-bl {
  color: #255af6;
}
.am-download-x .a-wt {
  color: #fff;
}
@media (max-width: 767px) {
  .am-download-x .a-bl,
  .am-download-x .a-arw,
  .am-download-x .a-wt {
    text-decoration: underline;
  }
}
.am-download-x .guide-wrap {
  padding: 0px !important;
}
.am-download-x .loaded-txt,
.am-download-x .loading-txt {
  display: none;
  font-size: 20px;
  margin-top: 10px;
}
.am-download-x .loading-txt {
  display: block;
}
.am-download-x .am-close {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.5;
  font-size: 18px;
  font-weight: 600;
  opacity: 0.8;
}
.am-download-x .am-close:hover {
  opacity: 1;
}
.am-download-x .a-bl {
  color: #137df5 !important;
}
.am-download-x .a-line {
  position: relative;
  color: #2258f6 !important;
}
.am-download-x .a-line::before {
  position: absolute;
  left: 0;
  bottom: 3px;
  content: "";
  display: inline-block;
  width: 0px;
  height: 1px;
  background: #2258f6;
}
.am-download-x .a-line:hover {
  text-decoration: none !important;
}
.am-download-x .a-line:hover::before {
  width: 100%;
}
.am-download-x .a-wt:hover {
  text-decoration: underline !important;
}
.am-download-x .ic-loading,
.am-download-x .ic-close {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 2px;
}
.am-download-x .ic-close {
  background: url(/resource/images/download-popup/close.png) no-repeat;
}
.am-download-x .ic-loading {
  margin: 8px;
  animation: rotate 1.5s linear infinite;
  background: url(/resource/images/download-popup/dl-window-ic-loading-16-white.png) no-repeat;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.am-download-x .ic-free {
  display: inline-block;
  background: rgba(0, 206, 50, 0.1);
  color: #00ce32;
  font-weight: 700;
  font-style: normal;
  padding: 0 4px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  margin-left: 4px;
}
.am-download-x .ic-lf li {
  position: relative;
  padding-left: 24px;
}
.am-download-x .ic-lf li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
}
.am-download-x .ic-lf.ic-hk li::before {
  background-position: -52px -168px;
}
.am-download-x .cnt {
  padding: 50px 24px 24px;
  margin: 100px 0 22px;
  position: relative;
}
.am-download-x .cnt h3 {
  margin-bottom: 40px;
}
.am-download-x .des {
  color: #fff;
}
.am-download-x .ls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.am-download-x .it {
  width: 400px;
  padding: 40px 30px;
  background: #0c1529;
  border-radius: 16px;
}
.am-download-x .it-desc {
  font-size: 14px;
}
.am-download-x .it h5 {
  margin: 10px 0 16px 0px;
}
.am-download-x [data-downloadpop="changetxt"] {
  display: none;
}
.am-download-x [data-downloadpop="changetxt"].txt-show {
  display: block;
}
@keyframes animateArrow0 {
  0% {
    bottom: 500px;
    opacity: 0;
  }
  100% {
    bottom: 80px;
    opacity: 0;
  }
}
@keyframes animateArrow1 {
  0% {
    bottom: 500px;
    opacity: 0;
  }
  33% {
    bottom: 80px;
    opacity: 1;
  }
  60% {
    bottom: 200px;
    opacity: 1;
  }
  100% {
    bottom: 80px;
    opacity: 1;
  }
}
@keyframes animateArrow2 {
  0% {
    bottom: 80px;
    opacity: 1;
  }
  50% {
    bottom: 110px;
    opacity: 1;
  }
  100% {
    bottom: 80px;
    opacity: 1;
  }
}
.guide {
  position: fixed;
  bottom: 80px;
  left: 24px;
  z-index: 100000;
  display: none;
  opacity: 0;
}
.guide.start {
  display: block;
  animation: animateArrow0 0ms ease-in-out 3000ms 1 normal, animateArrow1 2500ms ease-in-out 3500ms 1 normal, animateArrow2 2000ms ease-in-out 6000ms infinite normal;
}
.guide-wrap {
  position: relative;
  width: 152px;
  height: 184px;
  font-size: 0;
}
.guide-logo {
  padding: 16px 50px;
  border-radius: 20px 20px 0 0;
  background: #fff;
}
.guide-txt {
  padding: 24px 9px 24px;
  border-radius: 0 0 20px 20px;
  background: url(/resource/images/download-popup/dl-window-img-window-bg.png) no-repeat;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  height: 144px;
  color: #000;
}
.guide-close {
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(/resource/acbn/images/guide/acbn-ic-close-24@2x.png) no-repeat;
  background-size: cover;
  right: -24px;
  top: -24px;
  cursor: pointer;
  display: none;
}
.ellipsis {
  display: inline-block;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  animation: ellipsis 1s steps(4, jump-none) infinite;
}
@keyframes ellipsis {
  to {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}
[lang=fr] .bnr h1 {
  font-size: 5.8rem;
}
[lang=fr] .sub h2 {
  font-size: 3.6rem;
}
[lang=fr] .have-box {
  padding: 65px 10px 80px;
}
[lang=fr] .have-box .sub-des {
  padding: 0 10px;
}
[lang=fr] .bnr .support {
  justify-content: space-around;
}
/*--------20220602----------*/
.box-wrap2,
.box-wrap {
  padding-bottom: 45px;
}
.sub .optionsBox {
  padding: 1px;
  width: 296px;
  height: 40px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  margin: 40px auto 0;
}
.sub .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;
}
.sub .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;
}
.sub .purchase-options.left::before {
  left: 0%;
}
.sub .purchase-options.right::before {
  left: 50%;
}
.sub .purchase-options .switch-btn {
  width: 50%;
  padding: 0 20px;
  transition: 0.3s ease all;
}
.sub .purchase-options-cont .item {
  display: none;
}
.sub .purchase-options-cont .item.show {
  display: block;
}
.sub .purchase-options div {
  line-height: 38px;
  transition: 0.5s all;
  width: 50%;
}
.sub .purchase-options div.active {
  color: #fff;
}
.sub [data-switch="cont"] {
  display: none;
}
.sub [data-switch="cont"].show {
  display: block;
}
.sub p.tt {
  margin-top: 24px;
}
.sub p.tt .out {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #2153e7;
  text-decoration: underline;
}
.sub p.tt .out:hover .out-s {
  display: block;
}
.sub 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;
}
.sub 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);
}
.sub .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);
}
.sub .btn-email b img {
  vertical-align: -3px;
}
.sub .btn-email span {
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.sub .price-current {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sub .price-current .currency {
  display: block;
  position: relative;
  bottom: -8px;
}
.sub .price-current .decimal {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  top: -1px;
}
.sub .sub1 {
  margin-right: 6px;
}
.sub .sub2 {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-flow: column;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  top: -3px;
}
.sub .sub2 * {
  line-height: 1;
}
.sub .subr {
  margin-left: 2px;
}
.sub .subtype {
  font-weight: normal;
  display: -webkit-box;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
}
.sub .subtype span {
  display: block;
  line-height: 1;
}
.sub .subtype .txt {
  position: relative;
  left: 4px;
  top: 3px;
}
.sub .subtype .decimal {
  font-weight: bold;
  position: relative;
  top: 3px;
}
.sub .discount {
  display: table;
  background: #ff4646;
  color: #fff;
  padding: 2px 3px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.sub .tt-sale {
  font-weight: normal;
  font-size: 16px;
  color: #999999;
  line-height: 1;
}
.timeout .subr {
  display: none;
}
@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: 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: 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;
  }
}
.item-box-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
}
.item-box-wrap .btn {
  min-width: 202px;
  position: relative;
  z-index: 1;
}
.item-box-wrap .btn[disabled="disabled"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.55;
}
.item-box-wrap .btn.vmlink {
  font-weight: bold;
}
.item-box-wrap .price-line {
  position: relative;
}
.item-box-wrap .price-line::after {
  content: '';
  position: absolute;
  width: 220px;
  height: 80px;
  bottom: -12px;
  left: 0;
  right: 0;
  z-index: 0;
  margin: auto;
}
.item-box-wrap .price-line.via-hidden::after {
  content: none;
}
.item-box-wrap .btn-email {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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);
}
.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.95;
}
.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) {
  .sub .item-box {
    width: 48%;
    max-width: 450px;
    margin: 0 3px;
  }
  .sub .item-box .item {
    width: 48%;
    max-width: 200px;
    margin: 0 3px;
  }
}
@media (max-width: 840px) {
  .sub .item-box {
    width: 49%;
    max-width: 450px;
  }
  .sub .item-box .item {
    width: 48%;
    max-width: 200px;
    margin: 0 3px;
  }
}
@media all and (max-width: 768px) {
  .item-box-wrap {
    display: -webkit-box;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-flow: column;
    align-items: stretch;
  }
  .sub .subtype {
    line-height: 1.5;
  }
  .sub .item-box {
    width: 100%;
    max-width: none;
    padding-top: 25px;
  }
  .sub .item-box:first-child {
    margin-bottom: 25px;
  }
  .sub .item-box .f-fs20 {
    font-size: 1.6em;
    font-weight: bold;
    display: block;
    text-align: center;
  }
  .sub .item-box .item {
    width: 48%;
    max-width: none;
    margin: 0 3px;
  }
  .sub .item-box .item .prigcing-box .choosebox {
    width: auto;
    min-width: auto;
    padding: 0 15px;
  }
}
.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;
}
.sub {
  padding: 90px 0 160px 0;
  text-align: center;
}
.sub .boxs {
  max-width: 1120px;
  margin: auto;
}
.sub h1,
.sub .edition-des {
  color: #ffffff;
}
.sub .edition-des {
  margin-top: 10px;
}
.sub .sub-des {
  color: #ffffff;
}
.sub-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;
}
.sub .price-line {
  position: relative;
  width: 100%;
  line-height: 1;
  margin-top: 20px;
}
.sub .price-current {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sub .price-current .currency {
  display: block;
  position: relative;
  bottom: -8px;
}
.sub .price-current .sub1 {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-flow: column;
  align-items: center;
}
.sub .price-current .sub1 * {
  line-height: 1;
}
.sub .price-current .decimal {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  top: 3px;
}
.sub .sub2 {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-flow: column;
  align-items: center;
  position: relative;
  top: -15px;
}
.sub .sub2 * {
  line-height: 1;
}
.sub .subr {
  margin-left: 10px;
}
.sub .subtype {
  font-weight: normal;
  display: -webkit-box;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
}
.sub .subtype span {
  display: block;
  line-height: 1;
}
.sub .subtype .txt {
  position: relative;
  left: 4px;
  top: 3px;
}
.sub [data-pricing-product="ACBN_Customized_Perpetual"] .subtype {
  position: absolute;
  bottom: 6px;
  right: -22px;
}
.sub [data-pricing-product="ACBN_Customized_Perpetual"] .decimal {
  top: 9px;
}
.sub .discount {
  display: table;
  background: #ff4646;
  color: #fff;
  padding: 2px 3px;
  font-size: 12px;
  font-weight: 600;
}
.sub .tt-sale {
  font-weight: normal;
  font-size: 16px;
  color: #999999;
}
.sub .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
}
.sub .item h5 {
  margin: 0 0 40px 0;
}
.sub .item .prigcing-box {
  text-align: center;
}
.sub .item .prigcing-box .choosebox {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 20px;
  min-width: 136px;
  max-width: 136px;
  padding: 0 15px;
  margin: auto;
  height: 32px;
  background-color: #ffffff;
  border-radius: 24px 24px 24px 24px;
  border: 1px solid #e6e8e9;
}
.sub .item .prigcing-box .choosebox input {
  background: none;
}
.sub .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;
}
.sub .item .prigcing-box .choosebox .calcbtn.reduce {
  background-position: -167px -262px;
}
.sub .item .prigcing-box .choosebox .calcbtn.reduce:hover {
  transform: scale(1.1);
}
.sub .item .prigcing-box .choosebox .calcbtn.add {
  background-position: -202px -262px;
}
.sub .item .prigcing-box .choosebox .calcbtn.add:hover {
  transform: scale(1.1);
}
.sub .item .prigcing-box .choosebox input {
  display: inline-block;
  width: 60px;
  font-size: 16px;
  text-align: center;
}
.sub .item .price del {
  min-height: 30px;
  font-size: 20px;
}
.sub .item .price-current {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.sub .item .price-current + .txt {
  position: absolute;
  transform: translateX(-23px);
}
.sub .item .price del {
  color: #999;
}
.sub .item .btn {
  min-width: 202px;
  font-weight: bold;
  margin: 15px 0 20px 0;
}
.sub .item .tips-txt {
  font-size: 16px;
  color: #000000;
  margin-bottom: 35px;
  margin-top: 17px;
}
.sub .item .tips-txt b {
  color: #ff5900;
}
.sub .item-2 {
  padding: 2px;
  border-left: 1px solid #e6e8e9;
}
.sub .item-2 .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 40px 19px 40px 19px;
  width: 100%;
}
.sub .item table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.sub .item table tr th {
  border-top: 1px solid #d4d8da;
}
.sub .item table tr th,
.sub .item table tbody tr td {
  border-right: 1px solid #d4d8da;
  border-bottom: 1px solid #d4d8da;
  text-align: center;
  padding: 3px 0;
  vertical-align: middle;
}
.sub .item table thead th {
  font-weight: 600;
  background: #f4f7ff;
}
.sub .item table th:first-child,
.sub .item table td:first-child {
  width: 40px;
}
.sub .item table th:nth-last-child(1),
.sub .item table td:nth-last-child(1) {
  width: 80px;
}
.sub .item table tr th:first-child,
.sub .item table tr td:first-child {
  border-left: 1px solid #d4d8da;
}
.sub .item table tr:first-child th:first-child {
  border-top-left-radius: 15px;
}
.sub .item-box {
  width: 448px;
  padding: 35px 0;
  -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;
  opacity: 1;
}
.sub .item-box .item-set {
  display: -webkit-box;
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  position: relative;
}
.sub .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;
  height: 36px;
}
.sub .item-box .i-amount {
  font-size: 24px;
}
.sub .item-box .i-subt {
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}
.sub .item-box > h4 {
  width: 100%;
}
.sub .item-box .item {
  width: 200px;
  padding: 30px 0;
  max-width: 100%;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #fff;
  opacity: 1;
  background: #fff;
}
.sub .item-box .item.bordered {
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #2258F6;
  background: #fff;
}
.sub .item-box .item.set-clean {
  border: 1px solid #fff;
  background: #fff;
  box-shadow: none;
}
.sub .item-box h4 {
  margin-bottom: 16px;
}
.sub .item-3 {
  padding: 40px 0;
  border: 1px solid #e6e8e9;
  border-radius: 24px 24px 24px 24px;
}
.acbn--boxs {
  padding: 120px 0;
  background: #091121;
}
.acbn--boxs h2 {
  color: #fff;
}
.acbn--boxs .boxs {
  margin-bottom: 0 !important;
}
.item-box-wrap {
  margin-top: 0 !important;
}
.box-wrap2,
.box-wrap {
  padding-bottom: 0 !important;
}
.bnr-sale {
  margin-bottom: 0 !important;
  padding: 20px;
  background: #fff;
  border-radius: 30px;
}
.acbn--boxs .optionsBox {
  margin: 80px auto 40px !important;
}
.acbn--boxs .item-box {
  padding: 24px 30px 32px !important;
}
.acbn--boxs h2:before {
  display: none !important;
}
