.container {
  max-width: 1280px;
}
.out {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #2153e7;
  text-decoration: underline;
}
.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: 14px;
  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);
}
.out:hover .out-s {
  display: block;
}
.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;
}
.bnr {
  padding: 70px 0 0;
  text-align: center;
  background: url(/resource/acbn/images/download/acbn-download-banner-bg.webp) no-repeat;
  background-size: 100% 100.5%;
}
.bnr h1 {
  color: #fff;
}
.bnr .sub-des {
  color: #fff;
  margin: 10px 0 80px 0;
}
.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: 462px;
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
}
.bnr-box .downbox h5 {
  font-size: 1.8rem;
  margin-bottom: 24px;
}
.bnr-box .choosebox {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 24px 0;
}
.bnr-box .choosebox-t {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 14px;
}
.bnr-box .choosebox-t::before {
  position: absolute;
  left: 0px;
  top: 2px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/resource/acbn/images/download/wgx.webp) no-repeat;
}
.bnr-box .choosebox-t.active {
  color: #2258f6;
}
.bnr-box .choosebox-t.active::before {
  background: url(/resource/acbn/images/download/gou.webp) no-repeat;
}
.bnr-box .illustrate {
  background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat -56px -260px;
  background-size: 1400px 872px;
}
.bnr-box .illustrate-cnt {
  opacity: 1;
}
.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:nth-child(1) {
  margin: 24px 0 16px 0;
}
.bnr-box .form-row {
  position: relative;
}
.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 .logo-list {
  display: flex;
  justify-content: space-between;
  margin: auto;
  flex-wrap: wrap;
}
.bnr .logo-list li {
  width: 16.66666667%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bnr .logo-list li .icons {
  height: 60px;
  background: url(/resource/acbn/images/download/acbn-download-media.webp) no-repeat;
  background-position-y: -23px;
}
.bnr .logo-list li:nth-child(1) .icons {
  width: 140px;
  background-position-x: -30px;
}
.bnr .logo-list li:nth-child(2) .icons {
  width: 150px;
  background-position-x: -244px;
}
.bnr .logo-list li:nth-child(3) .icons {
  width: 125px;
  background-position-x: -466px;
}
.bnr .logo-list li:nth-child(4) .icons {
  width: 150px;
  background-position-x: -675px;
}
.bnr .logo-list li:nth-child(5) .icons {
  width: 70px;
  background-position-x: -925px;
}
.bnr .logo-list li:nth-child(6) .icons {
  width: 60px;
  background-position-x: -1150px;
}
@media screen and (max-width: 991px) {
  .bnr-box .imgbox,
  .bnr-box .downbox {
    margin: 0 15px;
  }
  .bnr-box .downbox {
    margin-top: 30px;
  }
  .bnr .logo-list {
    zoom: 0.8;
  }
  .bnr .logo-list li {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .bnr-box {
    flex-wrap: wrap;
    margin: 20px 0 45px 0;
  }
  .bnr-box .imgbox,
  .bnr-box .downbox {
    width: 100%;
    margin: 20px auto;
  }
  .bnr .sub-des {
    margin: 10px 0;
  }
  .bnr .logo-list {
    zoom: 0.6;
  }
  .bnr .logo-list li {
    width: 33.33333333%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }
  .bnr .logo-list li .icons {
    height: 60px;
    background-position-y: -23px;
  }
  .bnr .logo-list li:nth-child(1) .icons {
    width: 150px;
    background-position-x: -675px;
  }
  .bnr .logo-list li:nth-child(2) .icons {
    width: 60px;
    background-position-x: -1150px;
  }
  .bnr .logo-list li:nth-child(3) .icons {
    width: 150px;
    background-position-x: -244px;
  }
  .bnr .logo-list li:nth-child(4) .icons {
    width: 125px;
    background-position-x: -466px;
  }
  .bnr .logo-list li:nth-child(5) .icons {
    width: 140px;
    background-position-x: -30px;
  }
  .bnr .logo-list li:nth-child(6) .icons {
    width: 70px;
    background-position-x: -925px;
  }
  .bnr .downbox {
    padding: 20px 40px;
  }
  .bnr .choosebox {
    display: inline-block;
    text-align: left;
    margin: 20px auto 0;
  }
  .bnr .choosebox-t {
    margin-bottom: 16px;
  }
}
.supported {
  background: #091121;
  padding: 150px 0 160px;
  text-align: center;
}
.supported h2 {
  color: #fff;
  margin-bottom: 60px;
}
.supported .item-ls {
  padding: 60px 75px;
  border-radius: 60px 26px 60px 26px;
  justify-content: space-between;
  background: #101b32;
  background: linear-gradient(135deg, transparent 35px, #101b32 0) top left, linear-gradient(-45deg, transparent 35px, #101b32 0) bottom right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}
.supported h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-size: 24px;
}
.supported .wrap {
  display: flex;
  color: #fff;
}
.supported .wrap ul {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.supported .wrap li {
  line-height: 26px;
}
.supported .wrap li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/resource/acbn/images/download/acbn-gou-24-white@2x.png) no-repeat;
  background-size: 16px 16px;
  vertical-align: -3px;
  margin-right: 5px;
}
.supported .wrap h4 {
  margin-bottom: 24px;
}
.supported .wrap h4::before {
  width: 40px;
  height: 40px;
  display: inline-block;
  content: "";
  vertical-align: middle;
}
.supported .wrap h4.ic-icon1::before {
  background: url(/resource/acbn/images/download/acbn-ic-Support-hyperv@2x.png) no-repeat;
  background-size: 40px 40px;
}
.supported .wrap h4.ic-icon2::before {
  background: url(/resource/acbn/images/download/acbn-ic-Support-vmware@2x.png) no-repeat;
  background-size: 40px 40px;
}
.supported .wrap h4.ic-icon3::before {
  background: url(/resource/acbn/images/download/acbn-ic-Support-windows@2x.png) no-repeat;
  background-size: 40px 40px;
}
.supported .wrap h4.ic-icon4::before {
  background: url(/resource/acbn/images/download/acbn-ic-Support-linux@2x.png) no-repeat;
  background-size: 40px 40px;
}
.supported .wrap .right,
.supported .wrap .left {
  text-align: left;
}
.supported .wrap .left {
  width: 62%;
  border-right: 2px solid #393f55;
}
.supported .wrap .left ul {
  margin-right: 80px;
}
.supported .wrap .right {
  width: 38%;
  padding-left: 120px;
}
.supported .item:not(:last-child) {
  margin-bottom: 60px;
}
.supported .item:not(:last-child) .wrap {
  border-bottom: 2px solid #393f55;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .supported .item-ls {
    padding: 40px 30px;
  }
  .supported .supported .wrap {
    justify-content: space-evenly;
  }
  .supported .item .right,
  .supported .item .left {
    width: auto;
    padding: 0;
    border-right: none;
  }
}
@media screen and (max-width: 473px) {
  [lang="en"] .supported .ul-list {
    flex-direction: column;
  }
}
@media (max-width: 390px) {
  .supported {
    padding: 50px 0;
  }
  .supported .item-ls {
    padding: 40px 20px;
  }
  .supported h3 {
    margin-bottom: 20px;
  }
  .supported h4 {
    margin-bottom: 15px;
  }
  .supported .item .left {
    border-right: none;
  }
  .supported .wrap {
    display: block;
  }
  .supported .wrap .left,
  .supported .wrap .right {
    width: auto;
    max-width: 100%;
    margin: auto;
    text-align: center;
  }
  .supported .wrap .left {
    margin-bottom: 40px;
  }
  .supported .wrap .ic-icon2 + ul,
  .supported .wrap .ic-icon2 + ul + ul,
  .supported .wrap .ic-icon2 + ul + ul + ul {
    min-width: 151px;
  }
  .supported .wrap ul {
    display: inline-block;
    text-align: left;
    min-width: 200px;
    margin-right: 0;
  }
}
@media (max-width: 390px) {
  .supported {
    padding: 50px 0;
  }
  .supported .item-ls {
    padding: 40px 20px;
  }
  .supported h3 {
    margin-bottom: 20px;
  }
  .supported h4 {
    margin-bottom: 15px;
  }
  .supported .item .left {
    border-right: none;
  }
  .supported .wrap {
    display: block;
  }
  .supported .wrap .left,
  .supported .wrap .right {
    width: auto;
    max-width: 100%;
    margin: auto;
    text-align: center;
  }
  .supported .wrap .left {
    margin-bottom: 40px;
  }
  .supported .wrap .ic-icon2 + ul,
  .supported .wrap .ic-icon2 + ul + ul,
  .supported .wrap .ic-icon2 + ul + ul + ul {
    min-width: 151px;
  }
  .supported .wrap ul {
    display: inline-block;
    text-align: left;
    min-width: 200px;
    margin-right: 0;
  }
}
.why {
  padding: 130px 0 160px 0;
  background: url(/resource/acbn/images/download/acbn-download-why-bg.webp) no-repeat;
  background-size: cover;
}
.why h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}
.why-box {
  display: flex;
  justify-content: space-between;
}
.why-box .item {
  width: 400px;
  padding: 60px;
  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;
}
.why-box .item .icons-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-box .item .icons {
  width: 58px;
  height: 66px;
  background: url(/resource/acbn/images/icon/acbn-version-sprite.png) no-repeat;
  background-size: 1400px 872px;
  background-position: -633px -27px;
  margin: 0px auto 20px;
}
.why-box .item .icons-2 {
  width: 66px;
  background-position: -1127px -228px;
}
.why-box .item .icons-3 {
  width: 60px;
  background-position: -1230px -228px;
}
.why-box .item .nums {
  font-size: 56px;
  font-weight: bold;
  color: #ffffff;
  margin: auto;
}
.why-box .item .txt {
  font-size: 24px;
  color: #ffffff;
  margin: 10px auto 0;
}
@media screen and (max-width: 1280px) {
  .why-box .item {
    width: 33.33%;
    margin: 0 10px;
    padding: 60px 30px;
  }
}
@media screen and (max-width: 991px) {
  .why-box {
    zoom: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .why h2 {
    margin-bottom: 45px;
  }
  .why-box {
    flex-wrap: wrap;
    zoom: unset;
  }
  .why-box .item {
    width: 100%;
    margin: 0 0 16px 0;
    padding: 24px 40px;
  }
  .why-box .item .nums {
    font-size: 40px;
  }
  .why-box .item .txt {
    font-size: 16px;
    margin: auto;
  }
}
.notSupportWebp .bnr {
  padding: 70px 0 0;
  text-align: center;
  background: url(/resource/acbn/images/download/acbn-download-banner-bg.png) no-repeat;
  background-size: 100% 100.5%;
}
.notSupportWebp .bnr-box .choosebox {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 24px 0;
}
.notSupportWebp .bnr-box .choosebox-t {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 14px;
}
.notSupportWebp .bnr-box .choosebox-t::before {
  position: absolute;
  left: 0px;
  top: 2px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/resource/acbn/images/download/wgx.png) no-repeat;
}
.notSupportWebp .bnr-box .choosebox-t.active {
  color: #2258f6;
}
.notSupportWebp .bnr-box .choosebox-t.active::before {
  background: url(/resource/acbn/images/download/gou.png) no-repeat;
}
.notSupportWebp .bnr .logo-list li .icons {
  height: 60px;
  background: url(/resource/acbn/images/download/acbn-download-media.png) no-repeat;
  background-position-y: -23px;
}
.notSupportWebp .why {
  padding: 130px 0 160px 0;
  background: url(/resource/acbn/images/download/acbn-download-why-bg.png) no-repeat;
  background-size: cover;
}
.notSupportWebp .why-box .item .icons {
  width: 58px;
  height: 66px;
  background-image: url(/resource/acbn/images/icon/acbn-version-sprite.png);
  background-size: 1400px 872px;
  margin: 0px auto 20px;
}
.upgrade {
  padding: 160px 0;
  color: #fff;
  text-align: center;
  background: #091121;
}
.upgrade .sub-tt {
  margin: 12px 0 76px;
}
.upgrade .table .btn-org {
  margin: 20px 0 12px;
}
.guarantee {
  background: #101b32;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.302);
  border-radius: 24px;
  padding: 42px 0;
  display: flex;
  margin-top: 40px;
}
.guarantee .item {
  width: 25%;
  padding-left: 4%;
  display: flex;
  align-items: center;
  text-align: left;
}
.guarantee .item .txt {
  padding-left: 16px;
}
.guarantee i {
  display: inline-block;
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
}
.guarantee i.ic-1 {
  background-position: -20px -200px;
}
.guarantee i.ic-2 {
  background-position: -80px -200px;
}
.guarantee i.ic-3 {
  background-position: -140px -200px;
}
.guarantee i.ic-4 {
  background-position: -200px -200px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .guarantee .item {
    padding-left: 2%;
  }
}
@media (max-width: 991px) {
  .upgrade {
    padding: 60px 0 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .guarantee {
    flex-wrap: wrap;
  }
  .guarantee .item {
    flex-direction: column;
    text-align: center;
    padding: 0 10px;
  }
  .guarantee .item .txt {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .guarantee {
    flex-wrap: wrap;
    background: none;
    padding: 0;
  }
  .guarantee .item {
    width: 50%;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 16px;
    padding-left: 0;
  }
  .guarantee .item .txt {
    width: 150px;
    text-align: center;
  }
}
.table {
  width: 100%;
  text-align: center;
  position: relative;
}
.table-x {
  background-color: #101b32;
  padding: 0 80px;
}
.table .f-lh1 {
  line-height: 1.2;
}
.table .illustrate {
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.table .ic-hook {
  padding: 5px 0;
  background: rgba(34, 88, 246, 0.1);
}
.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;
}
.table .ic-hook.ic-hook-wt::before {
  display: none;
}
.table .ic-nohook {
  background: rgba(34, 88, 246, 0.1);
}
.table .ic-nohook::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 2px;
  background: #6f82b0;
  border-radius: 2px;
}
.table th {
  padding: 20px 10px;
}
.table th:first-child {
  padding: 20px 10px 20px 0;
  text-align: left;
}
.table td {
  border: none;
  border-bottom: 1px solid rgba(216, 216, 216, 0.1);
  vertical-align: middle;
  height: 54px;
}
.table td:first-child {
  text-align: left;
}
.table tr:last-child td {
  border-color: transparent;
}
.table .tr-price td {
  height: auto;
  padding: 30px 5px 40px;
}
.table .tr-price .f-fs14 {
  font-size: 14px;
}
.table .tr-price .f-fs20 {
  font-size: 20px;
}
.table .price-current {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.table .price-current + .txt {
  transform: translateX(-2px);
}
.table .price .decimal,
.table .price .currency {
  position: absolute;
  top: 5px;
}
.table .price .currency {
  left: -10px;
}
.table .price .decimal {
  right: -25px;
}
.table .price del {
  display: block;
  color: #999;
  margin-bottom: 15px;
}
.table.other-highlight-last td:last-child,
.table.other-highlight-last th:last-child {
  position: relative;
  background: #2258f6;
  padding: 0 2px;
  border: none;
}
.table.other-highlight-last th:last-child .tb-cnt {
  padding: 18px 10px;
  border-bottom-color: #101b32;
}
.table.other-highlight-last td.ic-hook:last-child::before {
  display: none;
}
.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.1);
}
.table.other-highlight-last .tb-cnt.ic-hook {
  background: #112146;
}
.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);
}
.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);
}
.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);
}
.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);
}
.table.other-highlight-last .tr-price td {
  height: 196px;
}
.table.other-highlight-last .tr-price td .tb-cnt {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.table.other-highlight-last .ic-hook.tb-cnt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .table.other-highlight-last .tb-cnt {
    position: static;
    height: 100%;
    width: 100%;
  }
}
.table-x.col-3 {
  padding-right: 60px;
  padding-left: 60px;
  border-radius: 70px 20px 70px 20px;
  clip-path: polygon(60px 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%, 0% 60px);
}
.table-x.col-3 th:first-child,
.table-x.col-3 td:first-child {
  width: 28.82%;
}
.table-x.col-3 th,
.table-x.col-3 td {
  width: 35.58%;
}
@media (max-width: 991px) {
  .table td:nth-child(1),
  .table th:nth-child(1) {
    padding: 0 10px;
  }
  .table .btn-lg,
  .table .btn-md {
    min-width: 160px;
  }
  .table .illustrate:hover .illustrate-cnt {
    left: 14px;
    bottom: auto;
    margin-top: 14px;
    z-index: 20;
  }
  .table .illustrate:hover .illustrate-cnt::before {
    display: none;
  }
  .table-x.col-3 {
    padding: 0;
    clip-path: none;
    border-radius: 0;
  }
  .table-x.col-3 td,
  .table-x.col-3 th {
    width: 37%;
  }
  .table-x.col-3 td:nth-child(1),
  .table-x.col-3 th:nth-child(1) {
    width: 26%;
  }
  .table.other-highlight-last tr:first-child th:last-child,
  .table.other-highlight-last tr:first-child th:last-child .tb-cnt,
  .table.other-highlight-last tr:last-child td:last-child,
  .table.other-highlight-last tr:last-child td:last-child .tb-cnt {
    clip-path: none;
  }
  .table.other-highlight-last tr:first-child th:last-child,
  .table.other-highlight-last tr:first-child th:last-child .tb-cnt {
    border-radius: 20px 20px 0 0;
  }
  .table.other-highlight-last tr:last-child td:last-child,
  .table.other-highlight-last tr:last-child td:last-child .tb-cnt {
    border-radius: 0 0 20px 20px;
  }
}
@media (max-width: 528px) {
  .table.other-highlight-last tr:first-child th:last-child .tb-cnt {
    position: static;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .table-x {
    margin-left: -6%;
    margin-right: -6%;
  }
  .table-x .table .btn-org {
    margin-bottom: 15px;
  }
  .table-x.col-3 {
    overflow-y: hidden;
  }
  .table-x.col-3 .table {
    min-width: 520px;
    table-layout: fixed;
  }
  .table-x.col-3 .table td:first-child,
  .table-x.col-3 .table th:first-child {
    position: sticky;
    left: 0;
    /* 首行永远固定在左侧 */
    z-index: 20;
    background: #101b32;
  }
}
.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 .close {
    top: 2px;
    right: 5px;
  }
  .popup-rt {
    width: 100%;
  }
  .popup-lf {
    display: none;
  }
  .popup .btn-md {
    min-width: 100%;
  }
}
.popup-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
}
.popup-video .wrap {
  position: absolute;
  max-height: 620px;
  font-size: 0;
  text-align: center;
}
.popup-video .close {
  position: absolute;
  right: 0px;
  top: 0px;
  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-video #video-iframe {
  max-width: 95%;
  margin: auto;
}
@media (max-width: 390px) {
  .popup-video #video-iframe {
    max-height: 240px;
  }
}
@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;
  transform: translate3d(0, 50%, 0);
}
.animated.fadeInUp,
.animated.fadeInUp,
.animated .fadeInUp {
  transform: translate3d(0, 0, 0);
  opacity: 1 !important;
}
.animated-fadeIn {
  animation: fadeInUp 1s;
}
/* animate */
.new-txt {
  font-size: 12px;
  margin-top: 24px;
  color: #333333;
}
.new-txt a {
  color: #333333;
  text-decoration: underline;
}
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="de"] .bnr h1 {
  font-size: 5.6rem;
}
[lang="fr"] .why-box .item .txt {
  font-size: 2rem;
}
