.bnr {
  padding: 120px 0 130px;
  background: #091121 url(/resource/acbn/images/hyper-v-backup/acbn-hyper-v-bg-banner.webp) no-repeat center bottom;
  color: #fff;
  text-align: center;
}
.bnr .sub-tt {
  display: inline-block;
}
.bnr .sub-tt img {
  margin-right: 20px;
}
.bnr h1 {
  line-height: 1.093;
  margin: 42px auto 25px;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.302);
}
.bnr .sub-des {
  margin: 0 auto 82px auto;
}
.bnr .a-x {
  display: flex;
  justify-content: center;
}
.bnr .a-x .btn-lg {
  margin: 0 8px 8px;
}
.bnr .a-x .p-s {
  color: #c2c2c2;
}
.bnr .a-x .p-s a.link {
  color: #fff !important;
  text-decoration: underline;
}
.bnr .a-x .p-s a.link:hover {
  text-decoration: none;
}
.notSupportWebp .bnr {
  background-image: url(/resource/acbn/images/hyper-v-backup/acbn-hyper-v-bg-banner.jpg);
}
@media (max-width: 767px) {
  .bnr {
    padding: 60px 0 40px;
  }
  .bnr .sub-tt {
    font-size: 20px;
  }
  .bnr .sub-tt img {
    width: 40px;
  }
  .bnr h1 {
    font-size: 40px;
  }
  .bnr .sub-des {
    margin-bottom: 30px;
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .bnr .a-x {
    flex-direction: column;
    align-items: center;
  }
  .bnr .a-x .btn-org {
    margin-top: 10px;
  }
}
.backup {
  padding: 160px 0 152px;
  color: #fff;
  text-align: center;
  background: #091121;
}
.backup h2 {
  margin-bottom: 20px;
}
.backup .sub-tt {
  margin-bottom: 120px;
}
.backup-ls {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 110px;
}
.backup-ls .item {
  width: 200px;
}
.backup-ls i {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url(/resource/acbn/images/icon/acbn-version-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
}
.backup-ls i.ic-1 {
  background-position: -120px -23px;
}
.backup-ls i.ic-2 {
  background-position: -220px -23px;
}
.backup-ls i.ic-3 {
  background-position: -320px -23px;
}
.backup-ls i.ic-4 {
  background-position: -420px -23px;
}
.backup .video {
  width: 1098px;
  max-width: 100%;
  margin: auto;
  border-radius: 64px 34px 64px 34px;
  background: #101b32;
  clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 46px) 100%, 0 100%, 0% 50px);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  padding: 8px;
}
.backup .video .screen {
  width: 80px;
  height: 80px;
  background: url(/resource/acbn/images/hyper-v-backup/acbn-hyper-v-ic-videoplay.png) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transition: 0.5s all;
  zoom: 1;
}
.backup .video .item-ls {
  font-size: 0;
}
.backup .video:hover .screen {
  transform: scale(1.08, 1.08);
}
@media (max-width: 1200px) {
  .backup iframe {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .backup {
    padding: 80px 0;
  }
  .backup-ls {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
  }
  .backup-ls .item {
    width: 50%;
    margin-bottom: 24px;
  }
}
@media (max-width: 390px) {
  .backup .video {
    border-radius: 17px 20px 6px 10px;
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0% 20px);
  }
}
.notSupportWebp .backup-ls i {
  background-image: url(/resource/acbn/images/icon/acbn-version-sprite@2x.png);
  background-size: 1400px 872px;
}
.notSupportWebp .backup .video .item-ls {
  background: url(/resource/acbn/images/hyper-v-backup/acbn-hyper-v-img-videobanner.png) no-repeat;
}
.feature {
  padding: 160px 0;
  color: #fff;
  background: #0d162a;
}
.feature .item:not(:last-child) {
  margin-bottom: 240px;
}
.feature .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.feature .item-top .txt {
  width: 640px;
}
.feature .item-top h2 {
  margin-bottom: 20px;
}
.feature .item-top p {
  line-height: 2;
}
.feature .item-ls {
  display: flex;
  justify-content: center;
}
.feature .item .it {
  width: 33.33%;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 8px;
  border-radius: 16px;
  padding: 40px 28px;
  background: #101b32;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.302);
}
.feature .item .it .back h5 {
  margin-bottom: 18px;
}
.feature .item .it .back p {
  line-height: 2;
  font-size: 14px;
}
.feature .item .it i {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url(/resource/acbn/images/icon/acbn-version-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
  margin-bottom: 10px;
}
.feature .item .it i.ic-1 {
  background-position: -520px -19px;
}
.feature .item .it i.ic-2 {
  background-position: -620px -20px;
}
.feature .item .it i.ic-3 {
  background-position: -720px -20px;
}
.feature .item .it i.ic-4 {
  background-position: -820px -20px;
}
.feature .item .it i.ic-5 {
  background-position: -920px -20px;
}
.feature .item .it i.ic-6 {
  background-position: -1020px -20px;
}
.feature .item .it i.ic-7 {
  background-position: -1120px -20px;
}
.feature .item .it i.ic-8 {
  background-position: -1220px -20px;
}
.feature .item .it i.ic-9 {
  background-position: -1320px -20px;
}
.feature .item .it i.ic-10 {
  background-position: -20px -120px;
}
.feature .item .it i.ic-11 {
  background-position: -120px -120px;
}
.feature .item .it i.ic-12 {
  background-position: -220px -120px;
}
.feature .item .it:hover .front {
  opacity: 0;
}
.feature .item .it:hover .back {
  opacity: 1;
}
.notSupportWebp .feature .item .it i {
  background-image: url(/resource/acbn/images/icon/acbn-version-sprite@2x.png);
  background-size: 1400px 872px;
}
@media (max-width: 991px) {
  .feature {
    padding: 80px 0;
  }
  .feature .item:not(:last-child) {
    margin-bottom: 80px;
  }
  .feature .item:nth-child(even) .item-top {
    flex-direction: column-reverse;
  }
  .feature .item-top {
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }
  .feature .item-top .txt {
    width: 100%;
    margin-bottom: 24px;
  }
  .feature .item-ls {
    background: none;
    padding: 0;
  }
  .feature .item .it .back {
    background: none;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .feature .item-ls {
    flex-direction: column;
  }
  .feature .item .it {
    width: 100%;
    height: auto;
    padding: 20px 10px;
    border-radius: 20px;
    background: #091121;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }
  .feature .item .it:not(:last-child) {
    margin-bottom: 30px;
  }
  .feature .item .it:hover .front {
    opacity: 0;
  }
}
.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: 33%;
  border-right: 2px solid #393f55;
}
.supported .wrap .right {
  width: 67%;
  padding-left: 80px;
}
.supported .wrap .right ul {
  margin-right: 80px;
}
.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: 991px) {
  .supported .wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  .supported .wrap .left ul {
    margin-right: 0;
  }
  .supported .ls-li:not(:last-child) {
    border: none !important;
  }
  .supported .item-ls {
    padding: 60px 50px;
  }
  .supported .item ul {
    display: block;
  }
  .supported .item .right,
  .supported .item .left {
    width: 50%;
    margin-right: 0;
  }
  .supported .item .right,
  .supported .item .left {
    padding-left: 80px;
  }
  [lang="en"] .supported .ls-li {
    padding: 0px;
  }
}
@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;
  }
}
.benefit {
  background: #091121;
  text-align: center;
  color: #fff;
  padding: 160px 0;
}
.benefit .sub-tt {
  margin: 12px 0 76px;
}
.benefit-ls {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.benefit-ls .item {
  width: 380px;
  border-radius: 64px 34px 64px 34px;
  padding: 8px;
  background: #101b32;
  clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0% 50px);
}
.benefit-ls .img-x {
  border-radius: 54px 16px 10px 6px;
  height: 186px;
  clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), 100% 100%, 0 100%, 0% 0%);
}
.benefit-ls .img-x.img-1 {
  background: url(/resource/acbn/images/hyper-v-backup/acbn-hyper-v-img-benefit-1@2x.png) no-repeat center center / cover;
}
.benefit-ls .img-x.img-2 {
  background: url(/resource/acbn/images/hyper-v-backup/acbn-hyper-v-img-benefit-2@2x.png) no-repeat center center / cover;
}
.benefit-ls .img-x.img-3 {
  background: url(/resource/acbn/images/hyper-v-backup/acbn-hyper-v-img-benefit-3@2x.png) no-repeat center center / cover;
}
.benefit-ls .txt {
  padding: 24px 16px 16px;
}
.benefit-ls h4 {
  margin-bottom: 8px;
}
.benefit-ls p {
  line-height: 2;
}
@media (max-width: 1200px) {
  .benefit-ls .item {
    margin: 0 10px;
  }
}
@media (max-width: 991px) {
  .benefit {
    padding: 80px 0;
  }
  .benefit-ls {
    flex-direction: column;
  }
  .benefit-ls .item {
    width: 100%;
    margin: 0;
  }
  .benefit-ls .item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .benefit-ls .img-x {
    border-radius: 54px 31px 10px 6px;
    clip-path: polygon(47px 0, 100% 0, 100% calc(100% - 50px), 100% 100%, 0 100%, 0 24%);
  }
}
.upgrade {
  padding: 160px 0;
  color: #fff;
  text-align: center;
  background: #091121;
}
.upgrade .sub-tt {
  margin: 12px 0 76px;
}
.upgrade .table .btn-org {
  margin: 8px 0 22px;
}
.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 {
  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;
  }
  .table-x.col-3 .table .zindex {
    z-index: 21 !important;
  }
}
.appraise {
  padding: 160px 0;
  background-color: #091121;
  color: #fff;
  text-align: center;
}
.appraise h2 {
  margin-bottom: 40px;
}
.appraise .ic-logo {
  background: url(/resource/acbn/images/logo/acbn-home-media@2x.webp) no-repeat;
  background-size: 1400px 1125px;
}
.appraise .ic-logo.logo1 {
  background-position: -300px -190px;
}
.appraise .ic-logo.logo2 {
  background-position: -584px -190px;
}
.appraise .ic-logo.logo3 {
  background-position: -20px -193px;
}
.appraise .ic-logo.logo4 {
  background-position: -870px -190px;
}
.appraise .ic-logo.logo5 {
  background-position: -20px -320px;
}
.appraise .ic-logo.logo6 {
  background-position: -300px -320px;
}
.appraise .slick-center .item-txt p {
  min-height: 160px;
}
@media (min-width: 1024px) {
  .appraise .slick-center {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .appraise {
    padding: 80px 0;
  }
}
.contact {
  background: url(/resource/acbn/images/hyper-v-backup/acbn-bg-contact.webp) no-repeat center / cover;
  padding: 160px 0;
  text-align: center;
  color: #fff;
}
.contact .panel {
  padding: 75px 10px;
  background: rgba(1, 6, 15, 0.3);
  border-radius: 60px 40px 60px 40px;
  clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0% 50px);
  backdrop-filter: blur(15px);
}
.contact .sub-tt {
  margin: 10px 0 80px;
}
.contact-ls {
  display: flex;
  justify-content: space-around;
}
.contact-ls .item h5 {
  margin: 32px 0 8px;
}
.notSupportWebp .contact {
  background-image: url(/resource/acbn/images/hyper-v-backup/acbn-bg-contact.jpg);
}
@media (max-width: 767px) {
  .contact {
    padding: 40px 0;
  }
  .contact .panel {
    padding: 40px 10px;
  }
  .contact .sub-tt {
    margin-bottom: 40px;
  }
  .contact-ls {
    flex-direction: column;
  }
  .contact-ls .item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.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%);
  }
}
@media (min-width: 767px) {
  [lang="de"] .feature .item-top h2 {
    font-size: 32px;
  }
  [lang="fr"] .backup .sub-tt {
    font-size: 18px;
  }
}
