.what .ic-lf.dot > li {
  padding-left: 18px;
  position: relative;
}
.what .ic-lf.dot > li::before {
  position: absolute;
  content: "";
  display: block;
  top: 9px;
  left: 5px;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  border: none !important;
  color: inherit;
}
.banner {
  background: #01185B url(/resource/images/features_cloud-to-cloud-backup/banner-bg@2x.png) no-repeat;
  color: #fff;
  padding: 66px 0;
}
.banner h1 {
  font-size: 64px;
  line-height: 72px;
  margin-bottom: 28px;
}
.banner .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .wrap .left {
  width: 690px;
  max-width: 100%;
}
.banner .btn-box {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 60px;
  flex-wrap: wrap;
}
.banner .btn-bl {
  line-height: 1;
  padding-top: 13px;
  vertical-align: -9px;
}
.banner .btn-bl span {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 18px;
}
.banner .btn-org {
  vertical-align: middle;
}
@media (max-width: 1920px) {
  background-image: url(/resource/images/features_cloud-to-cloud-backup/banner-bg.png);
}
@media (max-width: 991px) {
  .banner {
    padding-top: 100px;
  }
  .banner .wrap {
    flex-direction: column;
    gap: 40px;
  }
  .banner .btn-box {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .banner {
    padding-bottom: 40px;
  }
  .banner h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .banner .wrap {
    text-align: center;
  }
  .banner .wrap .right img {
    transform: scale(0.7);
  }
}
.what {
  padding: 120px 0;
}
.what .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.what a:hover {
  text-decoration: underline;
}
.what .txt {
  width: 700px;
  max-width: 100%;
}
.what .txt dl {
  margin-bottom: 28px;
}
.what .txt dl dd {
  font-size: 14px;
  color: #000;
}
.what .txt dl dd.margin-b4 {
  margin-bottom: 4px;
}
.what .txt dl dd.margin-b12 {
  margin-bottom: 12px;
}
.what .txt dl dd b {
  color: #333;
}
.what .txt dl dt {
  margin-bottom: 8px;
}
.what .txt .ic-lf li::before {
  border: 2px solid;
}
@media (max-width: 1199px) {
  .what {
    padding: 60px 0;
  }
  .what .wrap {
    gap: 40px;
    justify-content: space-evenly;
  }
  .what .wrap .txt {
    text-align: center;
  }
  .what .wrap .ic-lf {
    display: inline-block;
    text-align: left;
  }
}
a {
  color: #2258f6;
}
.how {
  padding: 80px 0;
  text-align: center;
}
.how a:hover {
  text-decoration: underline;
}
.how h2 {
  margin-bottom: 80px;
}
.how .carousel-bx {
  background: #F8F9FA;
  border-radius: 16px 16px 16px 16px;
  padding: 60px 0;
}
.how .carousel-bx h4 {
  margin-bottom: 16px;
}
.how .carousel-bx p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  min-height: 48px;
  width: 1040px;
  max-width: 100%;
  margin: 0 auto 60px;
}
.how .carousel-bx .slick-next,
.how .carousel-bx .slick-prev {
  width: 64px;
  height: 64px;
  background: #FFFFFF;
  border: 1px solid #E6E8E9;
  display: block;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: center;
}
.how .carousel-bx .slick-prev {
  background-image: url(/resource/images/features_cloud-to-cloud-backup/jiantou-left.svg);
  left: 40px;
}
.how .carousel-bx .slick-prev:hover {
  background-color: #8495c9;
  background-image: url(/resource/images/features_cloud-to-cloud-backup/jiantou-left-hover.svg);
}
.how .carousel-bx .slick-next {
  background-image: url(/resource/images/features_cloud-to-cloud-backup/jiantou-right.svg);
  right: 40px;
}
.how .carousel-bx .slick-next:hover {
  background-color: #1f4fdd;
  background-image: url(/resource/images/features_cloud-to-cloud-backup/jiantou-right-hover.svg);
}
.how .carousel-bx .slick-dots {
  position: static;
  margin-top: 16px;
}
.how .carousel-bx .slick-dots li button {
  width: 12px;
  height: 12px;
  background: #2258F6;
  opacity: 0.3;
}
.how .carousel-bx .slick-dots li.slick-active button {
  border-radius: 50%;
  opacity: 1;
}
@media (max-width: 1199px) {
  .how .slick-slide img {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .how {
    padding: 40px 0;
  }
  .how .carousel-bx .slick-next,
  .how .carousel-bx .slick-prev {
    display: none !important;
  }
  .how .carousel-bx .slick-slide img {
    max-width: 90% !important;
  }
}
.online {
  overflow: hidden;
  text-align: center;
  padding: 40px 0;
}
.online h2 {
  margin-bottom: 24px;
}
.online p.des {
  margin-bottom: 80px;
}
.online .p-emali a {
  color: #2258f6;
}
.online .p-emali a:hover {
  text-decoration: underline;
}
.online .wrap {
  padding: 21px 0;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.online .wrap .item {
  margin-bottom: 16px;
  width: 200px;
  height: 168px;
  padding: 24px 10px;
  background: #ffffff;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px 16px 16px 16px;
  transition: transform 0.3s;
}
.online .wrap .item:hover {
  transform: translateY(-5px);
}
.online .wrap .item h5 {
  font-weight: 400;
  margin-top: 16px;
  line-height: 22px;
  color: #5d5d5d;
}
.online .wrap .item > div {
  width: 68px;
  height: 68px;
  background-size: 100% 100% !important;
  margin: 0 20px;
  margin: auto;
}
.online .wrap .item .img_1 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-1.svg");
}
.online .wrap .item .img_2 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-2.svg");
}
.online .wrap .item .img_3 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-3.svg");
}
.online .wrap .item .img_4 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-4.svg");
}
.online .wrap .item .img_5 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-5.svg");
}
.online .wrap .item .img_6 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-6.svg");
}
.online .wrap .item .img_7 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-7.svg");
}
.online .wrap .item .img_8 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-8.svg");
}
.online .wrap .item .img_9 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-9.svg");
}
.online .wrap .item .img_10 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-10.png");
}
.online .wrap .item .img_11 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-11.svg");
}
.online .wrap .item .img_12 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-12.svg");
}
.online .wrap .item .img_13 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-13.svg");
}
.online .wrap .item .img_14 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-14.svg");
}
.online .wrap .item .img_15 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-15.svg");
}
.online .wrap .item .img_16 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-16.svg");
}
.online .wrap .item .img_17 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-17.svg");
}
.online .wrap .item .img_18 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-18.svg");
}
.online .wrap .item .img_19 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-19.svg");
}
.online .wrap .item .img_20 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-20.svg");
}
.online .wrap .item .img_21 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-21.svg");
}
.online .wrap .item .img_22 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-22.svg");
}
.online .wrap .item .img_23 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-23.svg");
}
.online .wrap .item .img_24 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-24.svg");
}
.online .wrap .item .img_25 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-25.svg");
}
.online .wrap .item .img_26 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-26.svg");
}
.online .wrap .item .img_27 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-27.svg");
}
.online .wrap .item .img_28 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-28.svg");
}
.online .wrap .item .img_29 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-29.svg");
}
.online .wrap .item .img_30 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-30.svg");
}
.online .wrap .item .img_31 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-31.svg");
}
.online .wrap .item .img_32 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-32.svg");
}
.online .wrap .item .img_33 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-33.svg");
}
.online .wrap .item .img_34 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-34.svg");
}
.online .wrap .item .img_35 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-35.svg");
}
.online .wrap .item .img_36 {
  background: url("/resource/images/index/MC-home-cloud-logo-68-36.svg");
}
.online .wrap .item .rolls_img {
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .online .wrap .item {
    width: 32%;
    height: 125px;
    padding: 15px 10px;
  }
  .online .wrap .item h5 {
    margin-top: 10px;
    line-height: 12px;
  }
}
.intereste {
  padding: 160px 0 100px;
}
.intereste .box {
  background: #131313;
  border-radius: 40px 40px 40px 40px;
  padding: 60px;
  width: 1160px;
  max-width: 100%;
  margin: auto;
}
.intereste .box h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.intereste .box .wrap {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-evenly;
  background: #161616;
  border-radius: 20px 20px 20px 20px;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  padding: 76px 20px 60px;
}
.intereste .box .tit {
  position: absolute;
  width: 180px;
  height: 36px;
  background: #2258F6;
  border-radius: 0px 0px 12px 12px;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 36px;
  top: -1px;
}
.intereste .box .ic-lf > li::before {
  display: none;
}
.intereste .box ul.ic-lf li {
  font-size: 16px;
  line-height: 40px;
}
.intereste .box ul.ic-lf li a {
  color: rgba(255, 255, 255, 0.8);
}
.intereste .box ul.ic-lf li a:hover {
  color: #2258F6;
}
@media (max-width: 500px) {
  .intereste {
    padding-top: 50px;
    background: #131313;
  }
  .intereste .box {
    padding: 0;
  }
}
.other {
  padding: 100px 0 160px;
  text-align: center;
}
.other h2 {
  margin-bottom: 80px;
}
.other .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.other .wrap .img-bx {
  font-size: 0;
}
.other .wrap li {
  max-width: 100%;
  width: 304px;
  padding: 40px 35px;
  background: #F8F9FA;
  border-radius: 16px 16px 16px 16px;
}
.other .wrap li h4 {
  margin-top: 20px;
  line-height: 24px;
}
.other .wrap li a {
  font-size: 18px;
  color: #000000;
}
.other .wrap li a:hover {
  text-decoration: underline;
}
@media (max-width: 1280px) {
  .other .wrap {
    justify-content: space-around;
  }
}

/*# sourceMappingURL=maps/features-offspring.css.map */
