/*==banner开始==*/
.banner {
  height: 600px;
  background: #d0e4ff url("/images/banner-s2gkei7ueyzkm6kg11.jpg") no-repeat
    center center;
}
.banner-wrap {
  margin: 0 auto;
  max-width: 1368px;
  padding: 0 10px;
  position: relative;
}
.banner-content {
  position: absolute;
  top: 250px;
}
.banner-content > h1 {
  font-size: 60px;
  font-weight: bold;
  color: #3661df;
}
.banner-content > h3 {
  font-size: 22px;
  color: #3952b0;
}
/*按钮区域*/
.banner-buttons {
  margin-top: 66px;
}
.banner-buttons > a {
  text-align: center;
  border-radius: 200px;
  text-decoration: none;
  transition: all 0.35s ease;
}
.banner-buttons > a:nth-child(1) {
  text-shadow: 0 0 2px rgba(0, 48, 136, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: linear-gradient(to bottom, #93c0ff, #5e9aed);
  padding: 12px 36px;
  margin-right: 26px;
  color: #fff;
  font-size: 20px;
}
.banner-buttons > a:nth-child(1):hover {
  background: linear-gradient(to bottom, #a0c8ff, #5194f1);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}
.banner-buttons > a:nth-child(2) {
  border: 2px solid #5e9aed;
  padding: 10px 32px;
  color: #4a7df0;
  font-size: 18px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.banner-buttons > a:nth-child(2):hover {
  background: #5e9aed;
  color: #fff;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}
/*==banner结束==*/
/*==价格体系开始==*/
section {
  padding: 30px 0;
}
.section-wrap > h2 {
  font-size: 42px;
  font-weight: bold;
  color: #0f3460;
  text-align: center;
  margin-top: 30px;
}
.section-wrap > h3 {
  font-size: 20px;
  color: #677596;
  text-align: center;
  margin-top: 10px;
}
.schemes-wrap {
  margin: 80px auto;
  max-width: 1380px;
  padding: 0 10px;
  position: relative;
}
.schemes-content {
  display: flex;
  justify-content: space-around;
  margin-top: 80px;
  align-items: center;
}
.scheme-content > ul {
  list-style: none;
  padding: 0 10px 0 32px;
}
.scheme-content > ul > li {
  color: #1f2937;
  font-size: 16px;
}
.scheme-header {
  padding: 30px 0 24px 40px;
  background-color: #e7eaef;
  position: relative;
}
.scheme-header > h3 {
  font-size: 20px;
  font-weight: bold;
  color: #0f3460;
}
.scheme-header > p {
  font-size: 16px;
  margin-top: 5px;
  color: #4b5563;
}

.price-info {
  color: #4b5563;
  font-size: 18px;
  text-align: center;
  margin: 30px 0 20px 0;
}
.price-info > span {
  font-size: 32px;
  font-weight: bold;
  color: #0f3460;
}
.scheme-button {
  display: block;
  text-align: center;
  margin: 28px;
  background-color: #0f3460;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  font-size: 17px;
  transition: all 0.35s ease;
  text-decoration: none;
}
.scheme-button:hover {
  background-color: #1a4a7f;
  text-decoration: none;
}
.scheme-item {
  width: 400px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transition: transform 0.3s ease;
}
.scheme-item.active {
  transform: scale(1.05);
}
.scheme-item:hover {
  transform: scale(1.08);
}
.scheme-item.active > .scheme-header {
  background-color: #0f3460;
}
.scheme-item.active > .scheme-header > h3 {
  color: #fff;
}
.scheme-item.active > .scheme-header > p {
  color: #fff;
}
.scheme-item.active > .scheme-button {
  background-color: #e94560;
  color: #fff;
}
.scheme-item.active > .scheme-button:hover {
  background-color: #fc7c91;
}
.scheme-item.large > .scheme-header {
  background-color: #e7dbeb;
}
.scheme-item.large > .scheme-header > h3 {
  color: #6a5a72;
}
.badge {
  position: absolute;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  border-radius: 5px;
}
.badge.recomm {
  background-color: #e94560;
  padding: 5px 5px 3px 5px;
  top: 32px;
  left: 130px;
}
.badge.lower-price {
  background-color: #a4b3c5;
  padding: 4px 4px 2px 4px;
  top: 130px;
  left: 200px;
}
/*==价格体系结束==*/
/*==归档横幅开始==*/
.banner-archive {
  height: 220px;
  background: #031a53 url("/images/banner-m6sb6fgzzjtkcicv.jpg") repeat-y
    bottom center;
    background-attachment: fixed;
  padding: 0;
  overflow: hidden;
}
.banner-archive-content {
  height: 100%;
  max-width: 1680px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.banner-archive-title {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  padding-top: 48px;
  position: relative;
}
.banner-archive-title > i {
  font-size: 14px;
  font-style: normal;
  color: #c8b385;
  padding: 6px 6px 4px 6px;
  background-color: #141c27;
  border-radius: 5px;
  position: absolute;
  line-height: 14px;
  margin: -10px 0 0 20px;
}
.banner-archive-content > a {
  border: 2px solid #fff;
  border-radius: 200px;
  padding: 6px 32px;
  color: #fff;
  font-size: 18px;
  transition: background-color 0.3s ease;
  display: block;
  width: 160px;
  margin: 25px auto 0 auto;
}
.banner-archive-content > a:hover {
  background-color: #fff;
  color: #031a53;
  text-decoration: none;
}

.banner-archive-fly {
  position: absolute;
  top: 60px;
  left: -60px;
  width: 465px;
  height: 183px;
  background: url("/images/banner-fly.png") no-repeat top right;
  transition: 0.6s ease-in-out;
}
.banner-archive:hover .banner-archive-fly {
  top: 36px;
  left: -20px;
}
@media (max-width: 1486px) {
  .banner-archive-fly {
    display: none;
  }
}
/*==归档横幅结束==*/
/*==四大核心优势开始==*/
.advantages-wrap,
.competencies-wrap {
  margin: 0 auto;
  max-width: 1368px;
}
.advantages-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
}
.advantage-item {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 26px;
  color: #fff;
  transition: All 0.4s ease-in-out;
}
.advantage-item:nth-child(1) {
  background: url("/images/product-cloud-box1.png") no-repeat,
    linear-gradient(135deg, #0bbafb, #236eff);
  background-size: 18% auto, 100% 100%;
  background-position: right 30px bottom 30px, center center;
}
.advantage-item:nth-child(2) {
  background: url("/images/product-cloud-box2.png") no-repeat,
    linear-gradient(135deg, #526b87, #2f3944);
  background-size: 18% auto, 100% 100%;
  background-position: right 30px bottom 30px, center center;
}
.advantage-item:nth-child(3) {
  background: url("/images/product-cloud-box3.png") no-repeat,
    linear-gradient(135deg, #0de54a, #18a86b);
  background-size: 18% auto, 100% 100%;
  background-position: right 30px bottom 30px, center center;
}
.advantage-item:nth-child(4) {
  background: url("/images/product-cloud-box4.png") no-repeat,
    linear-gradient(135deg, #ffc924, #ff9c00);
  background-size: 18% auto, 100% 100%;
  background-position: right 30px bottom 30px, center center;
}
.advantage-item:hover {
  background-size: 22% auto, 100% 100%;
  box-shadow: 0px 16px 16px 0px rgba(55, 69, 103, 0.08);
  border-radius: 8px;
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
}
.advantage-item > h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0 20px 20px;
}
.advantage-item > h4 {
  font-size: 16px;
  margin: 0 20px 30px 20px;
  text-indent: 2rem;
}
.advantage-item > ul {
  margin: 20px 30px;
}
.advantage-item > ul > li::before {
  font-family: "FontAwesome";
  content: "\e5d6";
  font-weight: 900;
  margin-right: 6px;
  font-size: 14px;
  opacity: 0.75;
}
/*==四大核心优势结束==*/
/*==三大核心能力开始==*/
.competencies {
  background: #f9faff url("/images/cloudmailbox-desc-bg1.png") center bottom
    no-repeat;
  background-size: cover;
  height: 630px;
}
.competencies-wrap > a {
  display: block;
  width: 180px;
  margin: 40px auto 0 auto;
  text-align: center;
  border-radius: 200px;
  background-color: #1f7cfe;
  color: #fff;
  padding: 6px 0;
  border: #1f7cfe solid 2px;
  transition: 0.35s;
}
.competencies-wrap > a:hover {
  background-color: transparent;
  color: #1f7cfe;
}
.competencies-content {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.competencie-item {
  width: 380px;
  text-align: center;
}
.competencie-item > h4 {
  font-size: 22px;
  font-weight: bold;
  color: #181931;
  margin: 20px 0;
}
.competencie-item > p {
  color: #2a2b42;
}
.competencie-item > img {
  width: 100px;
}
/*==三大核心能力结束==*/
/*==购买表单开始==*/
section.orderform {
  background: #f3f4f6;
}
.orderform-wrap {
    max-width: 1120px;
    margin: 0 auto;
}
.order-container {
  width: 100%;
  background: white;
  border-radius: 15px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  margin: 40px 0;
}
/*==购买表单结束==*/
