h2 {
  font-size: 4.8rem;
  color: #202020;
  text-align: center;
}
p {
  font-size: 16px;
  color: #747474;
}
.banner {
  color: #fff;
  background-color: #272ab0;
  background-image: linear-gradient(to bottom, #90a3f9, #272ab0);
  padding: 120px 0 90px 0;
  overflow: hidden;
}
.banner h1,
.banner p {
  color: #fff;
}
.banner h1 {
  padding-top: 45px;
  font-size: 42px;
  position: relative;
  margin-bottom: 20px;
}
.banner h1:lang(pt) {
  font-size: 40px;
}
.banner h1 sup {
  vertical-align: super;
  font-size: 24px;
  position: absolute;
  top: 0;
}
.banner p {
  margin-bottom: 60px;
  font-size: 2rem;
  line-height: 30px;
  position: relative;
  max-width: 600px;
}
.banner .banner-pic {
  position: relative;
}
.banner .banner-pic:after {
  content: '';
  width: 356px;
  height: 296px;
  position: absolute;
  display: block;
  top: 38px;
  right: 120px;
  background: url(../images/cloud-sync/banner-pic.png) no-repeat center;
  background-size: contain;
}
.banner .banner-pic:lang(de):after {
  right: 0;
}
.banner .banner-pic:lang(fr):after {
  right: 60px;
}
@media all and (max-width: 1200px) {
  .banner h1 {
    text-align: center;
  }
  .banner h2 {
    position: static;
  }
  .banner h2,
  .banner p,
  .banner .layui-btn {
    text-align: center;
    order: 1;
  }
  .banner .banner-pic {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
    position: relative;
  }
  .banner .banner-pic:after {
    content: '';
    display: block;
    order: 0;
    width: 100%;
    height: 296px;
    position: static;
    margin-bottom: 20px;
    flex-shrink: 1;
  }
}
@media all and (max-width: 576px) {
  .banner {
    padding: 80px 0 40px;
  }
  .banner h1 {
    text-align: left;
  }
  .banner .banner-pic:after {
    height: 275px;
  }
}
.why {
  padding: 80px 0;
}
.why-mn {
  margin-top: 30px;
  position: relative;
}
.why-mn dl dd {
  width: 300px;
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
  padding-left: 20px;
  text-align: left;
}
.why-mn dl dd p {
  margin-top: 6PX;
  font-size: 1.4rem;
}
.why-mn dl dd h5 {
  font-size: 18px;
}
.why-mn .center-img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -180px;
  z-index: 5;
}
.why-mn-txt {
  min-height: 480px;
  position: relative;
  /* one */
  /* two */
  /* three */
  /* four */
  /* five */
  /* six */
}
.why-mn-txt dl {
  position: absolute;
  width: 360px;
  font-size: 0;
  background-color: #fff;
}
.why-mn-txt dl {
  opacity: 1;
}
.why-mn-txt dl dt {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: url(../images/cloud-sync/whyico.png) no-repeat;
  vertical-align: top;
  border-radius: 50%;
}
.why-mn-txt dl.one dt {
  background-color: #e5f0ff;
  background-position: -39px -37px;
}
.why-mn-txt dl.one:hover dt {
  background-color: #c5dcfd;
}
.why-mn-txt dl.two dt {
  background-color: #fff3e5;
  background-position: 10px 13px;
}
.why-mn-txt dl.two:hover dt {
  background-color: #fde4c8;
}
.why-mn-txt dl.three dt {
  background-color: #f3e8fd;
  background-position: -100px 13px;
}
.why-mn-txt dl.three:hover dt {
  background-color: #edd8ff;
}
.why-mn-txt dl.four dt {
  background-color: #f2d5f6;
  background-position: 13px -38px;
}
.why-mn-txt dl.four:hover dt {
  background-color: #f5c3fc;
}
.why-mn-txt dl.five dt {
  background-color: #E9F9EC;
  background-position: -47px 14px;
}
.why-mn-txt dl.five:hover dt {
  background-color: #d4f8db;
}
.why-mn-txt dl.six dt {
  background-position: -560px -10px;
}
.why-mn-txt dl.six:hover dt {
  background-position: -560px -120px;
}
.why-mn-txt dl:before {
  content: '';
  display: inline-block;
  z-index: 6;
}
.why-mn-txt dl:before {
  opacity: 0;
  /* transition: opacity 0.5s 1s; */
}
.why-mn-txt dl:before {
  opacity: 1;
}
.why-mn-txt dl.one {
  top: 130px;
  left: 0;
}
.why-mn-txt dl.one:before {
  width: 64px;
  height: 26px;
  background: url(../images/cloud-sync/xian1.png) no-repeat center;
  position: absolute;
  top: 50px;
  right: -70px;
}
.why-mn-txt dl.one:hover:before {
  background: url(../images/cloud-sync/xian1-hover.png) no-repeat center;
}
.why-mn-txt dl.two {
  top: 0;
  left: 50%;
  margin-left: -180px;
}
.why-mn-txt dl.two:before {
  width: 25px;
  height: 55px;
  background: url(../images/cloud-sync/xian2.png) no-repeat center;
  position: absolute;
  left: 158px;
  bottom: -86px;
}
.why-mn-txt dl.two:hover:before {
  background: url(../images/cloud-sync/xian2-hover.png) no-repeat center;
}
.why-mn-txt dl.three {
  top: 130px;
  /* right: 10px;
    left: auto; */
  left: 825px;
}
.why-mn-txt dl.three:before {
  width: 49px;
  height: 30px;
  background: url(../images/cloud-sync/xian3.png) no-repeat center;
  position: absolute;
  left: -56px;
  top: 32px;
}
.why-mn-txt dl.three:hover:before {
  background: url(../images/cloud-sync/xian3-hover.png) no-repeat center;
}
.why-mn-txt dl.four {
  top: 335px;
  left: 0;
}
.why-mn-txt dl.four:before {
  width: 103px;
  height: 26px;
  background: url(../images/cloud-sync/xian4.png) no-repeat center;
  position: absolute;
  right: -80px;
  top: -10px;
}
.why-mn-txt dl.four:hover:before {
  background: url(../images/cloud-sync/xian4-hover.png) no-repeat center;
}
.why-mn-txt dl.five {
  top: 335px;
  left: 825px;
}
.why-mn-txt dl.five:before {
  width: 66px;
  height: 30px;
  background: url(../images/cloud-sync/xian6.png) no-repeat center;
  position: absolute;
  left: -71px;
  top: 0px;
}
.why-mn-txt dl.five:hover:before {
  background: url(../images/cloud-sync/xian6-hover.png) no-repeat center;
}
.why-mn-txt dl.six {
  top: 455px;
  left: 50%;
  margin-left: -180px;
}
.why-mn-txt dl.six:before {
  width: 42px;
  height: 93px;
  background: url(../images/cloud-sync/xian5.png) no-repeat center;
  position: absolute;
  left: 100px;
  top: -100px;
}
.why-mn-txt dl.six:hover:before {
  background: url(../images/cloud-sync/xian5-hover.png) no-repeat center;
}
@media all and (max-width: 1200px) {
  .center-img,
  .why-mn-txt dl:before,
  .why-mn-txt dl::after {
    display: none;
  }
  .why-mn-txt {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row wrap;
  }
  .why-mn-txt dl {
    position: static;
    flex-basis: 50%;
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media all and (max-width: 768px) {
  .why {
    padding: 40px 0;
    text-align: center;
  }
  .why-mn-txt dl {
    flex-basis: 100%;
    margin-bottom: 45px;
  }
}
@media (max-width: 390px) {
  .why-mn dl dd {
    padding-left: 0;
    text-align: center;
  }
}
.scenarios {
  padding: 80px 0;
  background-color: #F7F7F7;
}
.scenarios .item {
  margin-top: 50px;
  padding: 60px 40px 0px;
  min-height: 414px;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px 0px rgba(86, 131, 244, 0.3);
  border-radius: 10px;
}
.scenarios .item:lang(de) {
  min-height: 530px;
}
.scenarios h3 {
  font-size: 1.8rem;
  color: #070C23;
}
.scenarios h3:lang(jp) {
  min-height: 54px;
}
.scenarios p {
  margin: 20px 0 30px;
  text-align: left;
  color: #616161;
  font-size: 1.4rem;
  min-height: 63px;
}
.scenarios p:lang(de) {
  min-height: 83px;
}
.scenarios .ic-l {
  display: inline-block;
  text-align: left;
  margin-left: 30px;
}
.scenarios .ic-l > li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
}
.scenarios .ic-l > li a {
  color: #404751;
}
.scenarios .ic-l > li a:hover {
  color: #656FF1;
}
.scenarios .ic-l > li::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 23px;
  height: 17px;
  content: "";
  background: url(../images/cloud-sync/book.png) no-repeat;
}
.scenarios .more {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .scenarios {
    padding: 40px 0;
  }
  .scenarios .item {
    padding: 30px;
    min-height: auto;
  }
  .scenarios .ic-l {
    margin-left: 0;
  }
}
.sync {
  text-align: center;
  padding: 80px 0;
}
.sync .desc {
  margin-top: 15px;
  margin-bottom: 30px;
}
.sync .flist img {
  height: 67px;
  width: auto;
}
.sync .flist h4 {
  margin: 10px 0;
  font-size: 2rem;
}
.sync .flist h4:lang(fr) {
  height: 60px;
}
.sync .flist li {
  padding: 36px 60px 30px;
  margin: 30px;
  display: inline-block;
  vertical-align: middle;
  width: 460px;
  min-height: 290px;
  background: #FFFFFF;
  box-shadow: 0px 6px 15px 0px rgba(12, 37, 73, 0.1);
  border-radius: 10px;
}
.sync .flist li:lang(pt) {
  padding: 36px 15px 30px;
}
.sync .flist li:lang(jp) {
  min-height: 310px;
}
.sync .flist li:lang(fr) {
  min-height: 360px;
}
.sync .flist li:hover {
  box-shadow: 5px 6px 15px 0px rgba(13, 12, 73, 0.219);
}
.sync .flist li p {
  font-size: 1.4rem;
}
@media (max-width: 1199px) {
  .sync .flist li {
    margin: 10px 0;
    width: 100%;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .sync {
    padding: 40px 0;
  }
}
.abox {
  padding: 80px 0;
  background-color: #F7F7F7;
}
.abox .lbx {
  padding-left: 50px;
}
.abox .rbx {
  padding-left: 100px;
}
.abox .icon {
  display: inline-block;
  background: url(../images/icons/cicon.png) no-repeat;
}
.abox .icon.icon-5m {
  background-position: -116px -38px;
  width: 38px;
  height: 34px;
}
.abox .icon.icon-aday {
  background-position: -39px 0px;
  width: 39px;
  height: 0px;
}
.abox .icon.icon-ease {
  background-position: 0px -103px;
  width: 46px;
  height: 26px;
}
.abox .icon.icon-full {
  background-position: 0px 0px;
  width: 37px;
  height: 48px;
}
.abox .icon.icon-secure {
  background-position: -80px 0px;
  width: 34px;
  height: 41px;
}
.abox .icon.icon-speed {
  background-position: 0px -50px;
  width: 34px;
  height: 51px;
}
.abox .icon.icon-complete {
  background-position: -80px -43px;
  width: 30px;
  height: 40px;
}
.abox .icon.icon-lock {
  background-position: -39px -46px;
  width: 32px;
  height: 44px;
}
.abox .icon.icon-real {
  background-position: -116px 0px;
  width: 38px;
  height: 36px;
}
.abox .lf-ic {
  margin-top: 40px;
}
.abox .lf-ic .img {
  display: inline-block;
  width: 47px;
  margin-right: 25px;
  text-align: center;
}
.abox .lf-ic li {
  margin-bottom: 50px;
}
.abox .lf-ic li span {
  margin-top: 30px;
}
.abox .lf-ic li div {
  display: inline-block;
  vertical-align: top;
  width: 380px;
}
.abox .lf-ic li div p:lang(de),
.abox .lf-ic li div p:lang(fr) {
  min-height: 120px;
}
@media (max-width: 1199px) {
  .abox .lbx,
  .abox .rbx {
    padding-left: 0;
  }
}
@media (max-width: 999px) {
  .abox {
    text-align: center;
  }
  .abox .lf-ic .img {
    margin-right: 0;
  }
  .abox .lf-ic li span,
  .abox .lf-ic li div {
    display: block;
  }
  .abox .lf-ic li span {
    margin: 10px auto;
  }
  .abox .lf-ic li div {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .abox {
    padding: 40px 0;
  }
  .abox .lf-ic li:last-child {
    margin-bottom: 0;
  }
}
.reviews {
  padding: 80px 0 70px;
  background-color: #fff;
}
.reviews .layui-col-space100 {
  margin: 0 -55px;
}
.reviews .layui-col-space100 > * {
  padding: 0 55px;
}
.reviews h2 {
  text-align: center;
  font-size: 4.8rem;
  margin-bottom: 30px;
}
.reviews h4 {
  white-space: nowrap;
}
.reviews h4 img {
  margin-left: 10px;
}
.reviews p.desc {
  margin: 10px 0 45px;
  font-size: 1.8rem;
  text-align: center;
}
.reviews .layui-carousel {
  background: #FFFFFF;
  box-shadow: 0px 15px 29px 0px rgba(101, 130, 240, 0.2);
  border-radius: 10px;
  margin-bottom: 30px;
}
.reviews .layui-carousel .layui-carousel-arrow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: auto;
  right: 76px;
  top: auto !important;
  bottom: 33px;
  font-size: 14px;
  line-height: 1;
  background: url(../images/icons/MC-allin-1.png);
  color: #f1f1f1;
  transition: 0s;
}
.reviews .layui-carousel-arrow[lay-type=add] {
  right: 44px !important;
  background-position: -673px -75px;
}
.reviews .layui-carousel-arrow[lay-type=add]:hover {
  background-position-x: -733px;
}
.reviews .layui-carousel-arrow[lay-type=sub] {
  background-position: -643px -75px;
}
.reviews .layui-carousel-arrow[lay-type=sub]:hover {
  background-position-x: -703px;
}
.reviews .layui-carousel > [carousel-item]:before {
  display: none;
}
.reviews .item {
  padding: 20px 40px;
  color: #666;
  height: auto;
}
.reviews .item h4 {
  color: #202020;
}
.reviews .item .logos {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 27px 5px 0;
  box-shadow: 0px 6px 15px 1px #dcd8f7;
}
.reviews .item .logos.userl {
  padding: 0;
}
.reviews .item .logos.userl img {
  width: 80px;
}
.reviews .item .hd,
.reviews .item .bd {
  display: inline-block;
  vertical-align: middle;
}
.reviews .item .hd {
  text-align: left;
}
.reviews .item .bd {
  text-align: left;
  margin-left: 30px;
  width: 350px;
}
.reviews .item a.arw {
  margin-top: 20px;
}
.reviews .item .star {
  margin: 15px 0 10px;
}
.reviews .item p.info {
  text-align: left;
  font-size: 1.6rem;
  line-height: 30px;
  height: 150px;
  overflow: auto;
}
.reviews ::-webkit-scrollbar {
  display: none;
}
.reviews .user {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: wheat url(../images/user/pic-1.png);
}
.reviews .user.user-1 {
  background-position-x: 0;
}
.reviews .user.user-2 {
  background-position-x: -68px;
}
.reviews .user.user-3 {
  background-position-x: -136px;
}
.reviews .company {
  margin-top: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  height: 46px;
  background: url(../images/user/pic-2.png) no-repeat;
  background-position-y: -3px;
}
.reviews .company.company-1 {
  background-position-x: -16px;
}
.reviews .company.company-2 {
  background-position-x: -168px;
}
.reviews .company.company-3 {
  background-position-x: -326px;
}
@media (max-width: 1300px) {
  .reviews {
    text-align: center;
  }
  .reviews .layui-col-space100 {
    margin: 0 -5px;
  }
  .reviews .layui-col-space100 > * {
    padding: 0 5px;
  }
  .reviews .layui-carousel {
    height: 370px !important;
  }
  .reviews .item .bd {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .reviews .item p.info {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .reviews {
    padding: 40px 0;
  }
}
@media (max-width: 400px) {
  .reviews .layui-carousel {
    height: 390px !important;
  }
  .reviews .layui-carousel h4 {
    white-space: normal;
  }
  .reviews .layui-carousel h4 img {
    margin-left: 0;
  }
}
.simple {
  padding: 80px 0;
  background-color: #656ff1;
  background-image: linear-gradient(#656ff1, #656ff1), linear-gradient(#1645f0, #1645f0);
  color: #fff;
  text-align: center;
}
.simple h2 {
  font-size: 4.8rem;
  color: #fff;
}
.simple h2:lang(de) {
  font-size: 4rem;
}
.simple p.desc {
  margin: 35px 0 45px;
  font-size: 2.4rem;
  padding: 0 250px;
  color: #fff;
}
.simple p.desc:lang(tw),
.simple p.desc:lang(cn) {
  padding: 0 200px;
}
.simple a.arw-w {
  margin-top: 17px;
}
@media (max-width: 768px) {
  .simple {
    padding: 40px 0;
  }
  .simple p.desc {
    padding: 0 20px;
  }
}
.all {
  padding: 80px 0;
  background-color: #F8F8F8;
}
.all .desc {
  margin: 20px 0;
  text-align: center;
}
.all ul {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 300px;
  align-content: space-between;
}
.all ul a {
  color: #000;
}
.all ul > li {
  position: relative;
  min-height: 36px;
  box-shadow: 0px 10px 30px 0px rgba(7, 32, 68, 0.15);
  margin-bottom: 20px;
  padding-left: 40px;
  padding-top: 7px;
  font-size: 1.8rem;
  width: 45%;
}
.all ul > li:lang(de) {
  min-height: 62px;
}
.all ul > li::before {
  position: absolute;
  top: 15px;
  left: 18px;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #7E6CF6;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .all {
    padding: 40px 0;
  }
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #3a3ec3;
}
.layui-laypage a:hover {
  color: #3a3ec3;
}
.layui-icon {
  font-size: 14px;
}
.pagination {
  width: 50%;
  margin: 3% auto 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .all ul {
    max-height: 420px;
  }
  .all ul > li {
    min-height: 62px;
  }
}
@media (max-width: 991px) {
  .all ul {
    max-height: 450px;
  }
  .pagination {
    width: 100%;
  }
}
@media (max-width: 625px) {
  .all ul {
    max-height: none;
  }
  .all ul > li {
    width: 100%;
  }
  .pagination {
    width: 100%;
  }
}
@media (max-width: 483px) {
  .all ul {
    max-height: none;
  }
  .all ul .media-art {
    width: 100%;
  }
}

/*# sourceMappingURL=maps/cloud-sync.css.map */
