h2 {
  font-size: 40px;
}
body {
  color: #000;
}
.banner {
  text-align: center;
  padding: 180px 0 190px;
  background: url(/assets/images/company/banner-bg.png) bottom no-repeat;
  text-align: left;
  background-size: cover;
}
.banner .tt {
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 30px;
  font-weight: 600;
}
.banner h1 {
  margin-bottom: 18px;
  line-height: 56px;
}
.banner .des {
  font-size: 20px;
  line-height: 26px;
}
.banner .tt,
.banner h1,
.banner .des {
  max-width: 700px;
}
@media (max-width: 460px) {
  .banner {
    padding: 120px 0 60px;
    zoom: 0.8;
  }
}
.who {
  padding: 120px 0 0;
}
.who .wrap {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.who .left {
  text-align: left;
  min-width: 44%;
}
.who h2 {
  margin-bottom: 40px;
}
.who .right p {
  font-size: 18px;
  line-height: 26px;
}
.who .right p.des {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .who {
    padding: 80px 0 60px;
  }
  .who .left {
    margin-bottom: 30px;
  }
  .who .wrap {
    display: block;
  }
  .who h2 {
    text-align: center;
  }
}
@media (max-width: 460px) {
  .who {
    zoom: 0.8;
  }
}
.data {
  padding: 120px 0;
}
.data .box {
  background: linear-gradient(225deg, #ecfcf9 0%, #f4efff 100%);
  border-radius: 40px 40px 40px 40px;
  text-align: center;
  padding: 80px 40px 40px;
}
.data h2 {
  margin-bottom: 24px;
}
.data p.des {
  font-size: 20px;
  line-height: 26px;
  max-width: 1200px;
  margin: 0 auto 60px;
}
.data .wrap1 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}
.data .wrap1 .left {
  width: 420px;
  max-width: 100%;
}
.data .wrap1 .right {
  width: 530px;
}
.data .wrap1 .right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.data .wrap1 .right li {
  position: relative;
  width: 46%;
  font-size: 22px;
  text-align: left;
  font-weight: 600;
}
.data .wrap1 .right li:not(:last-child) {
  margin-bottom: 42px;
}
.data .wrap1 .right .ic {
  position: absolute;
  left: -30px;
  top: 3px;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
}
.data .wrap1 .right .ic1 {
  background: url(/assets/images/company/icon_backup@2x.png);
  background-size: contain;
}
.data .wrap1 .right .ic2 {
  background: url(/assets/images/company/icon_HEIC@2x.png);
  background-size: contain;
}
.data .wrap1 .right .ic3 {
  background: url(/assets/images/company/icon_tarnsfer@2x.png);
  background-size: contain;
}
.data .wrap1 .right .ic4 {
  background: url(/assets/images/company/icon_Deduplication@2x.png);
  background-size: contain;
}
.data .wrap1 .right .ic5 {
  background: url(/assets/images/company/icon_Eraser@2x.png);
  background-size: contain;
}
.data .wrap1 .right .ic6 {
  background: url(/assets/images/company/icon_WhatsApp@2x.png);
  background-size: contain;
}
.data .wrap2 {
  color: #fff;
  background: #0e0011;
  border-radius: 32px 32px 32px 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 80px;
  position: relative;
  overflow: hidden;
}
.data .wrap2::before {
  width: 398px;
  height: 398px;
  background: #6f00d5;
  opacity: 1;
  filter: blur(300px);
  display: block;
  content: "";
  position: absolute;
  top: -250px;
  left: -250px;
}
.data .wrap2::after {
  width: 398px;
  height: 398px;
  background: #0091d4;
  opacity: 1;
  filter: blur(300px);
  display: block;
  content: "";
  position: absolute;
  bottom: -250px;
  right: -250px;
}
.data .wrap2 .item {
  width: 280px;
  max-width: 100%;
  z-index: 1;
}
.data .wrap2 h3 {
  line-height: 26px;
  font-size: 22px;
  margin: 15px auto 10px;
}
.data .wrap2 p {
  line-height: 22px;
}
@media (max-width: 1199px) {
  .data .wrap1 .left {
    margin-bottom: 30px;
  }
  .data .wrap2 .item {
    width: 220px;
  }
}
@media (max-width: 991px) {
  .data .wrap2 {
    padding: 40px;
    justify-content: space-evenly;
  }
}
@media (max-width: 460px) {
  .data {
    padding: 80px 0;
    zoom: 0.8;
  }
  .data .wrap1 .right li {
    width: 50%;
    font-size: 18px;
  }
}
.mission {
  background: linear-gradient(225deg, #ecfcf9 0%, #f4efff 100%);
  padding: 120px 0 80px;
}
.mission .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mission .box h2 {
  margin-bottom: 40px;
}
.mission .box p.des {
  font-size: 18px;
  line-height: 24px;
  width: 320px;
  max-width: 100%;
}
.mission .box .item {
  width: 660px;
  max-width: 100%;
  padding: 60px;
  margin-bottom: 40px;
}
.mission .box .item.item1 {
  background: #d8e6ff url(/assets/images/company/tu-01@2x.png) center no-repeat;
  background-size: cover;
  height: 348px;
  border-radius: 16px 16px 16px 16px;
}
.mission .box .item.item2 {
  background: #e7e3ff url(/assets/images/company/tu-02@2x.png) center no-repeat;
  height: 348px;
  background-size: cover;
  border-radius: 16px 16px 16px 16px;
}
.mission .box .item.item3 {
  width: 100%;
  text-align: center;
  background: #ffead1;
  padding: 60px 0 72px;
  border-radius: 16px 16px 16px 16px;
}
.mission .box .wrap {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.mission .box .wrap h3 {
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 24px;
}
.mission .box .wrap li {
  width: 250px;
  max-width: 100%;
}
.mission .box .wrap li img {
  margin-bottom: 20px;
}
.mission .box .wrap li p {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1366px) {
  .mission .box .item.item1,
  .mission .box .item.item2 {
    width: 48%;
    height: auto;
    padding: 35px;
  }
  .mission .box .wrap li {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .mission .box {
    display: block;
  }
  .mission .box .item.item1,
  .mission .box .item.item2 {
    width: 100%;
  }
  .mission .box .item.item1 {
    background: #d8e6ff;
  }
  .mission .box .item.item2 {
    background: #e7e3ff;
  }
}
.recognition {
  padding: 120px 0 100px;
}
.recognition .wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.recognition h2 {
  width: 454px;
  max-width: 100%;
  margin-bottom: 24px;
}
.recognition p.des {
  font-size: 20px;
  line-height: 26px;
}
.recognition .left {
  width: 520px;
  max-width: 100%;
}
.recognition .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 632px;
  max-width: 100%;
}
.recognition .right li {
  max-width: 100%;
  width: 400px;
  height: 208px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #e6e8e9;
  background: url(/assets/images/company/LOGO@2x.png);
  margin-bottom: 20px;
  zoom: 0.5;
}
.recognition .right li:nth-child(1) {
  background-position: 0px 0px;
}
.recognition .right li:nth-child(2) {
  background-position: -434px 0px;
}
.recognition .right li:nth-child(3) {
  background-position: -870px 0px;
}
.recognition .right li:nth-child(4) {
  background-position: 0 -240px;
}
.recognition .right li:nth-child(5) {
  background-position: -434px -240px;
}
.recognition .right li:nth-child(6) {
  background-position: -870px -240px;
}
.recognition .right li:nth-child(7) {
  background-position: 0px -480px;
}
.recognition .right li:nth-child(8) {
  background-position: -434px -480px;
}
.recognition .right li:nth-child(9) {
  background-position: -870px -480px;
}
.recognition .right li:nth-child(10) {
  background-position: 0px -720px;
}
.recognition .right li:nth-child(11) {
  background-position: -434px -720px;
}
.recognition .right li:nth-child(12) {
  background-position: -870px -720px;
}
@media (max-width: 1366px) {
  .recognition .wrap {
    zoom: 0.8;
  }
}
@media (max-width: 991px) {
  .recognition {
    padding: 80px 0 40px;
  }
  .recognition h2 {
    width: 100%;
  }
  .recognition .left {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .recognition .right {
    margin: auto;
    justify-content: space-evenly;
  }
  .recognition .wrap {
    display: block;
  }
}
.leave {
  padding: 120px 0 90px;
  text-align: center;
  background: linear-gradient(225deg, #ecfcf9 0%, #f4efff 100%);
}
.leave h2 {
  margin-bottom: 24px;
}
.leave p.des {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 60px;
}
.leave .wrap {
  display: flex;
  justify-content: space-between;
}
.leave .wrap .item {
  max-width: 100%;
  padding: 40px;
  width: 406px;
  background: linear-gradient(270deg, #2c98ff 0%, #2fbfff 100%);
  border-radius: 24px 24px 24px 24px;
  color: #fff;
  transition: 0.5s all;
}
.leave .wrap .item img {
  margin-bottom: 20px;
}
.leave .wrap .item h3 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 8px;
}
.leave .wrap .item p {
  font-size: 20px;
}
.leave .wrap .item:hover {
  transform: scale(1.02);
}
@media (max-width: 1366px) {
  .leave .wrap {
    zoom: 0.8;
  }
}
@media (max-width: 1199px) {
  .leave {
    padding: 80px 0 60px;
  }
  .leave .wrap {
    zoom: 1;
    display: block;
  }
  .leave .wrap .item {
    margin: 15px;
  }
}
@media (max-width: 460px) {
  .leave .wrap .item {
    zoom: 0.8;
    margin: 15px auto;
    padding: 25px;
    max-width: 100%;
  }
}
footer {
  padding: 40px 0;
  background: #000000;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
