h3 {
  font-size: 40px;
  font-weight: 700;
  color: #111;
}
.b-lists li::before {
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  content: "";
  width: 15px;
  height: 12px;
  background: url(../images/icons/abackup-icon-small-all2.png) no-repeat;
  background-position: -33px -34px;
}
.banner {
  padding: 155px 0 98px 0;
  background: url(/resource/images/cyber-backup/banner-bg.png) no-repeat center #3151ba;
  background-size: cover;
}
.banner .btn {
  width: 240px;
  height: 60px;
  background: #00b65e;
  box-shadow: 0px 10px 20px 0px rgba(9, 65, 38, 0.3);
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
}
.banner .btn-upgrade {
  background: none;
  border: 1px solid #ffffff;
  margin-left: 20px;
}
.banner .content {
  position: relative;
}
.banner .clearfix::after {
  display: block;
  content: "";
  height: 0;
  clear: both;
}
.banner .b-title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 5px;
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.banner .b-backup {
  font-size: 24px;
  color: #fff;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 5px;
}
.banner .b-lists {
  margin-bottom: 70px;
}
.banner .b-lists li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 32px;
  padding-left: 30px;
}
.banner .b-btn .btn.blue {
  margin-right: 26px;
}
.content {
  max-width: 1200px;
  margin: 0 auto;
}
.banner h1 {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .content {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .banner {
    padding: 80px 0;
    background: #3151ba;
    text-align: center;
  }
  .banner .b-lists {
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
  }
}
@media (max-width: 818px) {
  .banner {
    padding-top: 80px;
    position: relative;
  }
  .banner .b-title {
    font-size: 44px;
  }
  .banner .b-backup {
    font-size: 20px;
  }
  .banner h1 {
    position: static;
  }
  .banner h1::after {
    top: 0;
    right: 50%;
    transform: translateX(50%);
  }
  .banner .btn {
    margin: 15px 0 0 0;
  }
}
.what {
  text-align: center;
  padding: 115px 0px 125px 0;
  color: #fff;
  background: #f2f4ff;
}
.what h2 {
  font-size: 40px;
  margin-bottom: 10px;
}
.what .desc {
  font-size: 20px;
  margin-bottom: 80px;
}
.what .sub-tt {
  margin-bottom: 76px;
}
.what .img-x {
  position: relative;
}
.what .img-x::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(/resource/images/cyber-backup/bg-pic1.png) no-repeat center / cover;
}
.what-ls {
  margin-top: 80px;
  border-top: 1px solid #d4d9f4;
}
.what-ls .item {
  max-width: 320px;
  padding-top: 60px;
  position: relative;
  cursor: pointer;
}
.what-ls .item::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 4px;
  background: transparent;
  position: absolute;
  top: -3px;
  left: calc(50% - 90px);
  transition: width 0.5s;
}
.what-ls .item.active::before {
  width: 180px;
  background: #39449f;
}
.what-ls .item h4 {
  font-size: 24px;
  margin: 12px 0 10px;
  color: #1a1a1a;
}
.what .img-int-x {
  position: relative;
  max-width: 496px;
  height: 300px;
  background: url(/resource/images/cyber-backup/pic1.png) no-repeat center / cover;
  margin: 0 auto;
}
.what .img-swiper {
  max-width: 400px;
  height: 270px;
  margin: 0 auto;
  position: relative;
  top: 7px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 476px) {
  .what .what-ls {
    flex-direction: column;
  }
  .what .what-ls .item {
    max-width: 100%;
  }
}
.f-fs18 {
  line-height: 2.2;
}
.everyth {
  position: relative;
  padding: 120px 0;
  background: #fff;
  color: #000;
  text-align: center;
}
.everyth .desc {
  font-size: 20px;
  margin-top: 15px;
}
.everyth-box {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 80px;
}
.everyth .item {
  position: relative;
  width: 308px;
  min-height: 300px;
  border-radius: 8px;
  transition: all 0.3s;
  overflow: hidden;
  color: #fff;
}
.everyth .item .it-name {
  position: absolute;
  left: 65px;
  bottom: 24px;
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
  transition: all 0.3s ease-out;
}
.everyth .item .it-name::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/resource/acbn/images/index/acbn-home-protects-ic-vmware.svg) no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
.everyth .item:nth-child(1) {
  background: url(/resource/acbn/images/index/acbn-home-protects-pic-1.jpg) no-repeat;
  background-size: cover;
}
.everyth .item:nth-child(2) {
  background: url(/resource/acbn/images/index/acbn-home-protects-pic-2.jpg) no-repeat;
  background-size: cover;
}
.everyth .item:nth-child(2) .it-name::before {
  background: url(/resource/acbn/images/index/acbn-home-protects-ic-hyperv.svg) no-repeat;
}
.everyth .item:nth-child(3) {
  background: url(/resource/acbn/images/index/acbn-home-protects-pic-3.jpg) no-repeat;
  background-size: cover;
}
.everyth .item:nth-child(3) .it-name::before {
  background: url(/resource/acbn/images/index/acbn-home-protects-ic-sql.svg) no-repeat;
}
.everyth .item:nth-child(4) {
  background: url(/resource/acbn/images/index/acbn-home-protects-pic-4.jpg) no-repeat;
  background-size: cover;
}
.everyth .item:nth-child(4) .it-name::before {
  background: url(/resource/acbn/images/index/acbn-home-protects-ic-windows.svg) no-repeat;
}
.everyth .item .it-ms {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  transition: all 0.35s ease-in;
  background: rgba(11, 24, 52, 0.8);
}
.everyth .item .ms {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.everyth .item .ms:lang(fr) {
  font-size: 14px;
}
.everyth .item .ms-name {
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
}
.everyth .item:hover {
  transform: scale(1.05);
}
.everyth .item:hover .it-ms {
  opacity: 1;
}
.everyth .item:hover .it-name {
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .everyth {
    padding: 60px 0;
  }
  .everyth::after {
    content: unset;
  }
  .everyth-box {
    flex-wrap: wrap;
    gap: 24px;
  }
  .everyth-box .item {
    width: 45%;
  }
  .everyth .item .it-ms {
    opacity: 1;
  }
  .everyth .item .it-name {
    opacity: 0;
  }
}
@media screen and (max-width: 476px) {
  .everyth {
    padding: 60px 0;
  }
  .everyth-box {
    flex-wrap: wrap;
    gap: 24px;
  }
  .everyth-box .item {
    width: 100%;
  }
}
.supported {
  padding: 120px 0;
  background: #f2f4ff;
}
.supported h2 {
  font-size: 40px;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 80px;
}
.supported h3 {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 60px;
  font-size: 24px;
}
.supported .item-ls {
  border-radius: 20px;
  background: #ffffff;
  padding: 60px 50px;
}
.supported .wrap {
  display: flex;
  color: #1a1a1a;
}
.supported .wrap ul {
  display: inline-block;
  vertical-align: top;
}
.supported .wrap ul:not(:last-child) {
  margin-right: 40px;
}
.supported .wrap li {
  line-height: 30px;
  color: #666666;
}
.supported .wrap li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 11px;
  background: url(/resource/images/cyber-backup/icon-gou2.png) no-repeat;
  vertical-align: -1px;
  margin-right: 10px;
}
.supported .wrap h4 {
  position: relative;
  margin-bottom: 24px;
}
.supported .wrap h4::before {
  width: 40px;
  height: 40px;
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-right: 10px;
}
.supported .wrap h4 .tips {
  display: inline-block;
  height: 20px;
  background: #fe7800;
  border-radius: 10px 10px 10px 0px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  padding: 0 5px;
  vertical-align: 15px;
}
.supported .wrap h4.ic-icon1::before {
  background: url(/resource/images/cyber-backup/ic-Hyper-V.png) no-repeat;
}
.supported .wrap h4.ic-icon2::before {
  background: url(/resource/images/cyber-backup/ic-VMware.png) no-repeat;
}
.supported .wrap h4.ic-icon3::before {
  background: url(/resource/images/cyber-backup/ic-Windows.png) no-repeat;
}
.supported .wrap h4.ic-icon4::before {
  background: url(/resource/images/cyber-backup/ic-Linux.png) no-repeat;
}
.supported .wrap .right,
.supported .wrap .left {
  text-align: left;
}
.supported .wrap .left {
  width: 58%;
  border-right: 1px solid #ededed;
}
.supported .wrap .left ul {
  margin-right: 50px;
}
.supported .wrap .right {
  width: 42%;
  padding-left: 100px;
}
.supported .item:not(:last-child) {
  margin-bottom: 60px;
}
.supported .item:not(:last-child) .wrap {
  border-bottom: 1px solid #ededed;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .supported .wrap {
    justify-content: space-around;
  }
  .supported .wrap .left ul {
    margin-right: 0;
  }
  .supported .wrap ul:not(:last-child) {
    margin: 0px;
  }
  .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;
  }
}
@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 (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;
  }
}
.edtions {
  background: #e0ebff;
  padding: 160px 0 160px 0;
  text-align: center;
}
.edtions h2 {
  text-align: center;
  margin-bottom: 80px;
}
.edtions .table {
  line-height: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
}
.edtions .table-1 {
  min-width: 480px;
}
.edtions .table-2 {
  width: 360px;
  box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.1);
}
.edtions .table .singble {
  min-width: 360px;
  min-height: 100px;
  font-size: 20px;
  font-weight: 700;
  color: #111111;
  line-height: 100px;
  box-sizing: border-box;
}
.edtions .table .head-gren {
  position: relative;
}
.edtions .table .head-gren::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 6px;
  background: #00b65e;
}
.edtions .table .head-blue {
  position: relative;
}
.edtions .table .head-blue::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 6px;
  background: #0f259e;
}
.edtions .table .scroll-container {
  display: flex;
}
.edtions .table .option-one {
  background: #f7f9ff;
  padding: 16px 0;
  height: 50px;
}
.edtions .table .option-two {
  background: #f0f4ff;
  padding: 16px 0;
  height: 50px;
}
.edtions .table .option-num {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  line-height: 20px;
}
.edtions .table .end {
  height: 226px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0 80px;
  padding-top: 76px;
}
.edtions .table .end .down {
  margin: 10px;
  padding: 14px 64px;
  background: #00b65e;
  box-shadow: 0px 4px 10px 0px rgba(254, 120, 0, 0.2);
  border-radius: 10px 10px 10px 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fefefe;
  line-height: 20px;
  text-shadow: -15px 0px 20px rgba(0, 0, 0, 0.0784);
}
.edtions .table .end strong {
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  line-height: 30px;
}
.edtions .table .end .ic-reduce {
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: url(/resource/images/cyber-backup/jian.svg) no-repeat;
  background-size: 100% 100%;
}
.edtions .table .end .ic-reduce:hover {
  background: url(/resource/images/cyber-backup/jian-hover.svg) no-repeat;
  background-size: 100% 100%;
}
.edtions .table .end span {
  display: inline-block;
  width: 70px;
}
.edtions .table .end .disable {
  cursor: not-allowed !important;
}
.edtions .table .end .num {
  display: inline-block;
  width: 70px;
  text-align: center;
}
.edtions .table .end .ic-add {
  margin-right: 20px;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: url(/resource/images/cyber-backup/jia.svg) no-repeat;
  background-size: 100% 100%;
}
.edtions .table .end .ic-add:hover {
  background: url(/resource/images/cyber-backup/jia-hover.svg) no-repeat;
  background-size: 100% 100%;
}
.edtions .table .price-box {
  display: block;
  padding: 20px 0;
}
.edtions .table .price {
  padding: 20px 0 14px;
}
.edtions .table .price .price-total {
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  line-height: 30px;
}
.edtions .table .price .discount {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  text-decoration: line-through;
}
.edtions .table .btn-up {
  padding: 14px 64px;
  background: #fe7800;
  box-shadow: 0px 4px 10px 0px rgba(254, 120, 0, 0.2);
  border-radius: 10px 10px 10px 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fefefe;
  line-height: 20px;
}
.edtions .table .btn-org {
  font-size: 18px;
  line-height: 50px !important;
  font-weight: 700;
  color: #fefefe;
  line-height: 20px;
  text-shadow: -15px 0px 20px rgba(0, 0, 0, 0.0784);
}
.edtions .table .use {
  margin-top: 8px;
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #0054c7;
  line-height: 14px;
}
.edtions .table .use span {
  width: 30px;
  position: absolute;
  transition: all 0.3s;
  padding-left: 5px;
}
.edtions .table .use:hover > span {
  padding-left: 10px;
}
.edtions .table .yes::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/resource/images/cyber-backup/gou1.svg);
  background-size: cover;
}
.edtions .table .not {
  display: flex;
  align-items: center;
  justify-content: center;
}
.edtions .table .not::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 3px;
  background: #bdbdbd;
  border-radius: 1px 1px 1px 1px;
}
@media (max-width: 991px) {
  .edtions {
    padding: 80px 0;
  }
  .edtions .table-1 {
    border-right: 1px solid #f0ebeb;
    min-width: 230px;
  }
  .edtions .table .scroll-container {
    overflow: auto;
  }
}
@media (max-width: 700px) {
  .edtions .table-1 {
    max-width: 200px;
    min-width: auto;
  }
  .edtions .table {
    font-size: 12px;
  }
  .edtions .table .end strong {
    font-size: 14px;
  }
  .edtions .table-2 {
    width: 220px;
  }
  .edtions .table .end {
    padding-left: 5px;
    padding-right: 5px;
  }
  .edtions .table .end span {
    width: 40px;
  }
  .edtions .table .end .down {
    padding: 14px 10px;
  }
  .edtions .table .end .down,
  .edtions .table a[class*="btn"] {
    min-width: 160px;
    width: 160px;
    margin: 0 auto;
  }
  .edtions .table .end .ic-add {
    margin-right: 3px;
  }
  .edtions .table .singble {
    min-width: 180px;
  }
}
@media (max-width: 425px) {
  .edtions .table-1 {
    max-width: 170px;
  }
  .edtions .scroll-container ul:first-child .singble,
  .edtions .scroll-container ul:first-child {
    width: 180px;
    min-width: 180px;
  }
}
.protect {
  padding: 120px 0 100px 0;
  background: #ffffff;
  text-align: center;
}
.protect h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 100px;
}
.protect h4 {
  font-size: 24px;
  margin-bottom: 40px;
}
.protect .box {
  position: relative;
  overflow: hidden;
}
.protect .box:last-child {
  margin-top: 130px;
}
.protect .box::before,
.protect .box::after {
  position: absolute;
  bottom: 0px;
  content: "";
  display: inline-block;
  width: 200px;
  height: 80px;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0px 0px 0px 0px;
  z-index: 100;
}
.protect .box::before {
  left: 0px;
}
.protect .box::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  right: 0px;
}
.protect .trust-reseller {
  height: 63px;
  position: relative;
  left: 0;
  width: 100%;
}
.protect .trust-reseller-2 li {
  width: 1630px;
  height: 42px;
  background: url(/resource/images/cyber-backup/logo-02.png) no-repeat;
}
.protect li {
  float: left;
  width: 2250px;
  height: 63px;
  background: url(/resource/images/cyber-backup/logo-01.png) no-repeat;
}
@media (max-width: 767px) {
  .protect .box::before,
  .protect .box::after {
    width: 0;
  }
}
.soon {
  background: url(/resource/images/cyber-backup/bg6.png) no-repeat center;
  background-size: cover;
  padding: 85px 0;
  text-align: center;
}
.soon h2 {
  font-size: 40px;
  margin-bottom: 40px;
  color: #fff;
}
.soon .wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.15);
  padding: 50px 0;
  border-radius: 10px;
}
.soon .wrap li {
  min-width: 168px;
}
.soon .wrap p {
  color: #fff;
  font-size: 24px;
}
.soon .btn {
  width: 260px;
  height: 64px;
  background: #00b65e;
  box-shadow: 0px 10px 20px 0px rgba(8, 67, 41, 0.3);
  border-radius: 10px;
  color: #fff;
  line-height: 64px;
  font-size: 26px;
  margin-top: 60px;
}
.pop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.pop-box {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 880px;
  background: #f7f7f7;
  border-radius: 20px;
  text-align: center;
  padding: 45px 0 30px;
}
.pop-box h4 {
  font-size: 36px;
  font-weight: bold;
  color: #111111;
  line-height: 31px;
}
.pop-box .desc {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 31px;
  margin: 25px 0 15px 0;
}
.pop-item {
  display: none;
  position: absolute;
  right: 50%;
  top: 160px;
  transform: translateX(50%);
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(6, 19, 46, 0.15);
  border-radius: 10px;
  z-index: 10;
  white-space: nowrap;
  width: 500px;
  padding: 40px;
  text-align: center;
}
.pop-item .ms {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1a1a1a;
}
.pop .table-box {
  width: 820px;
  background: #ffffff;
  border-radius: 20px;
  margin: 15px auto 0px;
  padding: 30px;
}
.pop .table-box table {
  width: 100%;
  color: #2f2f2f;
}
.pop .table-box table .tt {
  font-size: 24px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 44px;
}
.pop .table-box table .t1 {
  font-size: 24px;
  font-weight: 400;
  color: #0da81b;
  border-radius: 20px 20px 0px 0px;
  background: #ecfaee;
  padding: 17px 0;
}
.pop .table-box table .t2 {
  color: #ff7112;
  background: #fdf0de !important;
}
.pop .table-box table tr {
  border-bottom: 1px solid #e5e5e5;
}
.pop .table-box th,
.pop .table-box td {
  width: 29%;
  text-align: center;
  vertical-align: middle;
}
.pop .table-box th:nth-child(1),
.pop .table-box td:nth-child(1) {
  width: 41%;
  text-align: left;
}
.pop .table-box th:last-child,
.pop .table-box td:last-child {
  background: #fff9f1;
}
.pop .table-box td {
  padding: 10px 0;
}
.pop .table-box .icon::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 11px;
  margin: auto;
}
.pop .table-box .icon-not::before {
  width: 14px;
  height: 2px;
  background: #d6d6d6;
  border-radius: 1px;
}
.pop .table-box .icon-hook::before {
  background: url(/resource/images/cyber-backup/hook2.png) no-repeat;
}
.pop .close {
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
}
.pop .close2 {
  right: 10px;
  top: 10px;
}
@media screen and (max-width: 991px) {
  .pop-box {
    width: 95%;
  }
  .pop .table-box {
    width: 100%;
    overflow: scroll;
  }
  .pop .table-box table {
    width: 100%;
    min-width: 820px;
  }
}

/*# sourceMappingURL=maps/cyber-backup.css.map */
