header .nav-r {
  justify-content: flex-end;
}
header .nav-r .nav-sec .summer-sale-event {
  position: static;
}
header .nav-sec .mymc,
header .nav-sec .started {
  width: 100px;
  background: #2258f6;
  color: #fff;
}
.banner {
  background: url(/resource/images/features_transfer-data-across-clouds/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 .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_transfer-data-across-clouds/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 .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 .txt {
  width: 700px;
  max-width: 100%;
}
.what .txt dl {
  margin-bottom: 28px;
}
.what .txt dl dd {
  font-size: 14px;
  color: #333;
}
.what .txt dl dt {
  margin-bottom: 8px;
}
.what .txt .ic-lf li::before {
  border: 1px 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;
  }
}
.how {
  padding: 80px 0;
  text-align: center;
}
.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_transfer-data-across-clouds/jiantou-left.svg);
  left: 40px;
}
.how .carousel-bx .slick-prev:hover {
  background-color: #8495c9;
  background-image: url(/resource/images/features_transfer-data-across-clouds/jiantou-left-hover.svg);
}
.how .carousel-bx .slick-next {
  background-image: url(/resource/images/features_transfer-data-across-clouds/jiantou-right.svg);
  right: 40px;
}
.how .carousel-bx .slick-next:hover {
  background-color: #1f4fdd;
  background-image: url(/resource/images/features_transfer-data-across-clouds/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;
  }
}
.security {
  padding: 200px 0;
}
.security-box {
  background: #131313;
  border-radius: 40px 40px 40px 40px;
  font-size: 40px;
  padding: 80px 0;
  color: #fff;
}
.security-box h2 {
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  margin-bottom: 80px;
}
.security-box .desc {
  font-size: 14px;
}
.security-box .list {
  display: flex;
  text-align: center;
  padding: 0 40px;
}
.security-box .list li {
  width: 33%;
  padding: 0px 25px;
}
@media screen and (max-width: 991px) {
  .security {
    padding: 80px 0;
  }
  .security-box .list {
    flex-direction: column;
  }
  .security-box .list li {
    width: 100%;
  }
}
.foot-banner {
  background: url("/resource/images/index/MC-home-bottom-img-bg.svg") no-repeat;
  background-size: cover;
}
.foot-banner .wrap {
  position: relative;
  padding: 120px 0;
}
.foot-banner .wrap .left {
  width: 50%;
}
.foot-banner .wrap .right {
  position: absolute;
  right: -5%;
  bottom: 0;
  font-size: 0;
}
.foot-banner p.des {
  color: #fff;
  margin-bottom: 40px;
}
.foot-banner h2 {
  color: #fff;
  margin: 24px 0 24px;
}
.foot-banner .btn.btn-bl {
  line-height: 1;
  padding-top: 13px;
  vertical-align: -9px;
}
.foot-banner .btn.btn-bl b {
  font-size: 18px;
}
.foot-banner .btn.btn-bl span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 991px) {
  .foot-banner .wrap {
    display: flex;
    text-align: center;
    gap: 40px;
    flex-direction: column;
  }
  .foot-banner .wrap .left {
    width: 100%;
  }
  .foot-banner .wrap .right {
    position: unset;
    transform: scale(0.7);
  }
}
@media (max-width: 767px) {
  .foot-banner {
    padding: 60px 0;
  }
  .foot-banner h2 {
    line-height: 1.2;
  }
  .foot-banner .wrap {
    gap: 0;
    padding: 0;
  }
}
@media (max-width: 360px) {
  .foot-banner .ios-device a span,
  .bnr .ios-device a span,
  .foot-banner .and-device a span,
  .bnr .and-device a span {
    font-size: 1.2rem;
  }
  .foot-banner .ios-device a b,
  .bnr .ios-device a b,
  .foot-banner .and-device a b,
  .bnr .and-device a b {
    font-size: 1.6rem;
  }
}
.footer .line::before {
  display: none;
}

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