﻿.section {
  padding: 3.5rem 0;
}
.section-title {
  text-align: center;
}
.section-title p {
  font-size: 2rem;
  color: #333333;
  font-weight: bold;
}
/* 内容0 */
.section-0 {
  height: 32.5rem;
  background: url(/images/scheme/increment_scheme/zndk/section-0-bg.png)
    no-repeat;
  background-size: cover;
}
.section-0 .section-banner {
  padding: 7.6rem 0 0 19.25rem;
  color: #fff;
}
.section-0 .section-banner p {
  font-size: 2.3rem;
  letter-spacing: 0.92px;
  text-shadow: 0px 3px 6px 0px rgba(22, 22, 22, 0.67);
  font-weight: bold;
}
.section-0 .section-banner text {
  display: inline-block;
  font-size: 1.45rem;
  letter-spacing: 0.58px;
  text-shadow: 0px 3px 6px 0px rgba(39, 39, 39, 0.16);
  margin-top: 0.85rem;
  margin-bottom: 2.9rem;
}
.section-0 .section-banner .section-button {
  width: 8.5rem;
  height: 2.55rem;
  text-align: center;
  line-height: 2.55rem;
  background: #27aa1a;
  border-radius: 1.25rem;
}
.section-0 .section-banner .section-button a {
  color: #fff;
  font-size: 1.2rem;
}
/* 内容1 */
.section-1 .section-group {
  margin-top: 2.55rem;
  display: flex;
  justify-content: space-between;
  padding: 0 20rem;
}
.section-1 .section-group .section-item {
  background: #ffffff;
  border-radius: 0px 0px 11px 11px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.09);
  text-align: center;
  height: 19rem;
}
.section-1 .section-group .section-item img {
  width: 17.5rem;
  height: 13.15rem;
}
.section-1 .section-group .section-item .section-desc {
  background: #fff;
  margin-top: -3rem;
  position: relative;
  z-index: 1;
  padding-top: 0.1rem;
  width: 17.5rem;
}
.section-1 .section-group .section-item p {
  font-size: 1.25rem;
  color: #333333;
  font-weight: bold;
  margin-top: 1.2rem;
  margin-bottom: 0.75rem;
}
.section-1 .section-group .section-item text {
  display: inline-block;
  padding: 0 1.1rem;
  font-size: 0.85rem;
  color: #575757;
  letter-spacing: 0.77px;
}
/* 内容2 */
.section-2 {
  background: #f9f9f9;
}
.section-2 .section-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 18.8rem;
}
.section-2 .section-group .section-item {
  margin-top: 1.9rem;
  position: relative;
}
.section-2 .section-group .section-item img {
  width: 18.15rem;
  height: 12.4rem;
}
.section-2 .section-group .section-item p {
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  transform: translate(-50%, 0);
  width: 8.6rem;
  height: 3.2rem;
  text-align: center;
  line-height: 3.2rem;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 6px 0px rgba(90, 150, 203, 0.46);
  font-size: 1.25rem;
  font-weight: bold;
  color: #333333;
}
/* 内容3 */
.section-3 .section-image {
  text-align: center;
  margin-top: 2.4rem;
}
.section-3 .section-image img {
  width: 57.5rem;
  height: 25rem;
}
/* 内容4 */
.section-4 {
  background: #f9f9f9;
  padding-bottom: 1.8rem;
}
.section-4 .section-image {
  text-align: center;
  margin-top: 1.5rem;
}
.section-4 .section-image img {
  width: 60.5rem;
  height: 30rem;
}
/* 内容5 */
.section-5 {
  padding-bottom: 1.8rem;
}
.section-5 .section-image {
  text-align: center;
  margin-top: 1rem;
}
.section-5 .section-image img {
  width: 60.5rem;
  height: 24rem;
}
/* 内容6 */
.section-6 {
  background: #f9f9f9;
  padding-left: 19.25rem;
  padding-right: 19.25rem;
}
.section-6 .section-box {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  height: 28.65rem;
  background: #ffffff;
  border-radius: 1.1rem;
  box-shadow: 0px 3px 20px 0px rgba(122, 122, 122, 0.38);
}
.section-6 .section-box img {
  width: 28.65rem;
  height: 28.65rem;
}
.section-6 .section-box .section-desc p {
  width: 19.75rem;
  text-align: center;
  height: 2.7rem;
  line-height: 2.7rem;
  background: #fc921d;
  border-radius: 1.35rem;
  font-size: 1.45rem;
  color: #ffffff;
  letter-spacing: 1.16px;
  font-weight: bold;
  margin-bottom: 2rem;
}
.section-6 .section-box .section-desc text {
  font-size: 1.15rem;
  color: #303030;
  letter-spacing: 0.92px;
  font-weight: bold;
}
