.page {
  padding-top: 120px;
}

.page .pc-body {
  display: block;
}

.page .pc-body .section {
  width: 100%;
  height: auto;
}

.page .pc-body .section .section-item {
  width: 100%;
  min-height: 580px;
  height: 50vh;
}

.page .pc-body .section .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.page .pc-body .section1 {
  min-height: auto;
  height: auto;
  padding: 0.78rem 0 0.96rem;
}

.page .pc-body .section1 .section-left, .page .pc-body .section1 .section-right {
  flex: 1;
}

.page .pc-body .section1 .section-left {
  padding-right: var(--mid-gutter);
}

.page .pc-body .section1 .section-left img {
  width: 100%;
}

.page .pc-body .section1 .section-right {
  padding-left: var(--mid-gutter);
}

.page .pc-body .section1 .section-right .title-tips {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 32px;
  height: 32px;
  margin-bottom: 0.3rem;
}

.page .pc-body .section1 .section-right .title-tips span {
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin-right: 0.24rem;
}

.page .pc-body .section1 .section-right .title-tips i {
  display: inline-block;
  width: 0.73rem;
  height: 0.02rem;
  background-color: var(--default-color);
  line-height: 0.02rem;
  vertical-align: middle;
}

.page .pc-body .section1 .section-right .title {
  font-size: 0.52rem;
  line-height: 0.8rem;
  font-weight: 600;
  color: var(--main-color2);
  margin-bottom: 0.3rem;
}

.page .pc-body .section1 .section-right .title.subtitle {
  font-size: 0.4rem;
  line-height: 0.62rem;
  color: var(--main-color);
}

.page .pc-body .section1 .section-right .title i {
  color: #DD2C00;
}

.page .pc-body .section1 .section-right .desc {
  margin-bottom: 0.46rem;
}

.page .pc-body .section1 .section-right .desc p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  color: var(--font-color);
  margin-bottom: 0.32rem;
}

.page .pc-body .section1 .section-right .desc p:last-child {
  margin-bottom: 0;
}

.page .pc-body .section1 .section-right .desc p.active {
  color: var(--font-tips-color);
}

.page .pc-body .section2 .section-item {
  background-color: var(--default-color);
}

.page .pc-body .section2 .section-item .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page .pc-body .section2 .section-item .container .section-left {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/section2_bg.png) no-repeat right center;
}

.page .pc-body .section2 .section-item .container .section-left .section-words {
  width: 100%;
  height: auto;
  margin-bottom: 0.6rem;
}

.page .pc-body .section2 .section-item .container .section-left .section-words p {
  text-align: center;
}

.page .pc-body .section2 .section-item .container .section-left .section-words p.title {
  font-size: 0.4rem;
  line-height: 0.62rem;
  font-weight: 600;
  color: var(--white-color);
}

.page .pc-body .section2 .section-item .container .section-left .section-words p.subtitle {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin-right: -1rem;
  color: var(--white-color);
}

.page .pc-body .section2 .section-item .container .section-right {
  width: 100%;
}

.page .pc-body .section2 .section-item .container .section-right img {
  max-width: 100%;
  max-height: 100%;
}

.page .pc-body .section3 {
  width: 100%;
  height: auto;
}

.page .pc-body .section3 .section-item.section-item-feature {
  background-color: var(--bg-color1);
}

.page .pc-body .section3 .section-item.section-item-feature .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page .pc-body .section3 .section-item.section-item-feature .left-box,
.page .pc-body .section3 .section-item.section-item-feature .right-box {
  flex: 0.3;
  text-align: right;
}

.page .pc-body .section3 .section-item.section-item-feature .left-box {
  padding-right: 0.5rem;
}

.page .pc-body .section3 .section-item.section-item-feature .section-words {
  flex: 0.5;
}

.page .pc-body .section3 .section-item.section-item-feature .section-words p {
  font-size: 0.4rem;
  line-height: 0.62rem;
  font-weight: 600;
  color: var(--main-color);
  text-align: center;
}

.page .pc-body .section3 .section-item.section-item-feature .section-words p.subtitle {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  color: var(--font-light-color);
  margin-top: 0.24rem;
}

.page .pc-body .section3 .section-item.section-item1 {
  background-color: var(--default-color);
}
.page .pc-body .section3 .section-item.section-item2 {
  background-color: var(--bg-color2);
}
.page .pc-body .section3 .section-item.section-item3 {
  background-color: var(--bg-color3);
}
.page .pc-body .section3 .section-item.section-item4 {
  background-color: var(--bg-color2);
}
.page .pc-body .section3 .section-item.section-item5 {
  background-color: var(--default-color);
}
.page .pc-body .section3 .section-item.section-item6 {
  background-color: var(--bg-color4);
}
.page .pc-body .section3 .section-item.section-item7 {
  background-color: var(--bg-color5);
}
.page .pc-body .section3 .section-item.section-item8 {
  background-color: var(--bg-color6);
}
.page .pc-body .section3 .section-item.section-item9 {
  background-color: var(--bg-color4);
}
.page .pc-body .section3 .section-item.section-item10 {
  background-color: var(--bg-color5);
}
.page .pc-body .section3 .section-item.section-item11 {
  background-color: var(--default-color);
}

.page .pc-body .section3 .section-item-content .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page .pc-body .section3 .section-item-content .section-item-img {
  width: 50%;
  padding-right: var(--mid-gutter);
  padding-left: 0;
  text-align: right;
}

.page .pc-body .section3 .section-item-content:nth-of-type(2n+1) .section-item-img{
  width: 50%;
  text-align: left;
  padding-left: var(--mid-gutter);
  padding-right: 0;
}

.page .pc-body .section3 .section-item-content .section-item-img img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

.page .pc-body .section3 .section-item-content .section-item-words {
  width: 50%;
  padding-left: var(--mid-gutter);
  color: var(--white-color);
  padding-right: 0;
}

.page .pc-body .section3 .section-item-content.section-item2 .section-item-words,
.page .pc-body .section3 .section-item-content.section-item4 .section-item-words {
  color: var(--main-color);
}

.page .pc-body .section3 .section-item-content:nth-of-type(2n+1) .section-item-words {
  width: 50%;
  padding-right: var(--mid-gutter);
  padding-left: 0;
}

.page .pc-body .section3 .section-item-content .section-item-words .words-content {
  float: left;
  max-width: 65%;
}

.page .pc-body .section3 .section-item-content.section-item9 .section-item-words .words-content {
  float: left;
  max-width: 90%;
}

.page .pc-body .section3 .section-item-content:nth-of-type(2n+1) .section-item-words .words-content {
  float: right;
}

.page .pc-body .section3 .section-item-content .section-item-words .title {
  display: block;
  font-size: 0.52rem;
  line-height: 0.8rem;
  font-weight: 400;
}

.page .pc-body .section3 .section-item-content .section-item-words .subtitle {
  display: block;
  font-size: 0.36rem;
  line-height: 0.96rem;
  font-weight: 500;
}

.page .pc-body .section3 .section-item-content .section-item-words .desc {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.page .pc-body .section3 .section-item-content .section-item-words .desc p {
  margin-bottom: 0.16rem;
}

.page .pc-body .section4 .section-item {
  background-color: var(--bg-color7);
  min-height: 450px;
  height: 450px;
  background-image: url(../images/section4_bg.png);
  background-repeat: no-repeat;
  background-position: right -50px bottom;
  background-size: 20%;
}

.page .pc-body .section4 .section-item .container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page .pc-body .section4 .section-item .title {
  text-align: center;
  font-size: 0.4rem;
  line-height: 0.62rem;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 0.67rem;
}

.page .pc-body .section4 .section-item ul {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.page .pc-body .section4 .section-item ul li {
  display: inline-block;
  height: 0.56rem;
  margin: 0 0.24rem 0.56rem;
}

.page .pc-body .section4 .section-item ul li img {
  height: 100%;
}

.page .pc-body .section5 .section-item {
  background-color: var(--white-color);
  height: auto;
  padding: 0.7rem 0 1.85rem;
}

.page .pc-body .section5 .section-item .container {
  align-items: center;
  justify-content: center;
}

.page .pc-body .section5 .section-item > .title {
  text-align: center;
  font-size: 0.4rem;
  line-height: 0.62rem;
  font-weight: 600;
  color: var(--main-color);
}

.page .pc-body .section5 .section-item > .subtitle {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  margin: 0.16rem auto 0.62rem;
  color: var(--font-light-color);
}

.page .pc-body .section5 .section-item .container .section5-item {
  padding: 0 16px;
  flex: 1;
  color: var(--white-color);
}

.page .pc-body .section5 .section-item .container .section5-item:first-child {
  padding-left: 0;
}

.page .pc-body .section5 .section-item .container .section5-item:last-child {
  padding-right: 0;
}

.page .pc-body .section5 .section-item .container .section5-item .item-content {
  height: 5rem;
  border-radius: 8px;
}

.page .pc-body .section5 .section-item .container .section5-item1 .item-content {
  background-color: var(--bg-color8);
}

.page .pc-body .section5 .section-item .container .section5-item2 .item-content {
  background-color: var(--bg-color9);
}

.page .pc-body .section5 .section-item .container .section5-item3 .item-content {
  background-color: var(--bg-color10);
}

.page .pc-body .section5 .section-item .container .section5-item .item-content {
  padding: 0.54rem 0.45rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.page .pc-body .section5 .section-item .container .section5-item .item-content img {
  width: 1rem;
  height: 1rem;
}

.page .pc-body .section5 .section-item .container .section5-item .item-content .title {
  font-size: 0.24rem;
  line-height: 0.56rem;
  font-weight: 500;
  margin: 0.24rem 0 0.12rem;
}

.page .pc-body .section5 .section-item .container .section5-item .item-content .subtitle {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.page .pc-body .section5 .section-item .container .section5-item .item-content .subtitle p {
  margin-bottom: 0.12rem;
}

/* 移动端样式 */
.page .mobile-body {
  display: none;
}

.page .mobile-body .section {
  width: 100%;
  height: auto;
}

.page .mobile-body .section .section-item {
  width: 100%;
  height: auto;
  padding-top: 0.32rem;
}

.page .mobile-body .section1 .section-top {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 0.3rem;
}

.page .mobile-body .section1 .section-top img {
  width: 100%;
  border-radius: 0.08rem;
}

.page .mobile-body .section .title-tips {
  font-size: 0.16rem;
  line-height: 0.32rem;
  font-weight: 500;
  color: var(--black-color1);
  position: relative;
  text-align: center;
  margin-bottom: 0.24rem;
}

.page .mobile-body .section .title-tips i {
  display: inline-block;
  width: 0.24rem;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -4px;
  margin-left: -0.12rem;
  background-color: var(--black-color1);
}

.page .mobile-body .section1 .section-bottom .title-tips {
  margin-top: 0.32rem;
}

.page .mobile-body .section1 .section-bottom .title {
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: 500;
  color: var(--main-color2);
  margin-bottom: 0.08rem;
}

.page .mobile-body .section1 .section-bottom .title i {
  color: #DD2C00;
  font-weight: 700;
}

.page .mobile-body .section1 .section-bottom .desc p {
  display: inline-block;
  width: 100%;
  font-size: 0.16rem;
  line-height: 0.32rem;
  font-weight: 400;
  color: var(--font-color);
  margin-bottom: 0.32rem;
}

.page .mobile-body .section1 .section-bottom .desc p:last-child {
  margin-bottom: 0;
}

.page .mobile-body .section2 .section-item .container .section-bottom img {
  width: 100%;
}

.page .mobile-body .section3 .section-item .container .section-bottom {
  padding-bottom: 0.32rem;
}

.page .mobile-body .section3 .section-item .container .section-bottom p {
  font-size: 0.16rem;
  line-height: 0.32rem;
  font-weight: 500;
  color: var(--main-color2);
  text-align: center;
}

.page .mobile-body .section3 .section-item {
  padding: 0.5rem 0;
}

.page .mobile-body .section3 .section-item.section-item1 {
  background-color: var(--default-color);
}
.page .mobile-body .section3 .section-item.section-item2 {
  background-color: var(--bg-color2);
}
.page .mobile-body .section3 .section-item.section-item3 {
  background-color: var(--bg-color3);
}
.page .mobile-body .section3 .section-item.section-item4 {
  background-color: var(--bg-color2);
}
.page .mobile-body .section3 .section-item.section-item5 {
  background-color: var(--default-color);
}
.page .mobile-body .section3 .section-item.section-item6 {
  background-color: var(--bg-color4);
}
.page .mobile-body .section3 .section-item.section-item7 {
  background-color: var(--bg-color5);
}
.page .mobile-body .section3 .section-item.section-item8 {
  background-color: var(--bg-color6);
}
.page .mobile-body .section3 .section-item.section-item9 {
  background-color: var(--bg-color4);
}
.page .mobile-body .section3 .section-item.section-item10 {
  background-color: var(--bg-color5);
}
.page .mobile-body .section3 .section-item.section-item11 {
  background-color: var(--default-color);
}

.page .mobile-body .section3 .section-item-content .section-item-img,
.page .mobile-body .section3 .section-item-content .section-item-img img {
  width: 100%;
}

.page .mobile-body .section3 .section-item-content .section-item-words {
  width: 100%;
  text-align: center;
  color: var(--white-color);
}

.page .mobile-body .section3 .section-item-content.section-item2 .section-item-words,
.page .mobile-body .section3 .section-item-content.section-item4 .section-item-words {
  color: var(--main-color);
}

.page .mobile-body .section3 .section-item-content .section-item-words .title {
  display: block;
  font-size: 0.36rem;
  line-height: 0.8rem;
  font-weight: 400;
}

.page .mobile-body .section3 .section-item-content .section-item-words .subtitle {
  display: block;
  font-size: 0.2rem;
  line-height: 0.3rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
}

.page .mobile-body .section3 .section-item-content .section-item-words .desc {
  font-size: 0.16rem;
  line-height: 0.28rem;
  font-weight: 400;
}

.page .mobile-body .section3 .section-item-content .section-item-words .desc p {
  margin-bottom: 0.1rem;
}

.page .mobile-body .section3 .section-item-content .section-item-words .desc p:last-child {
  margin-bottom: 0;
}

.page .mobile-body .section4 .section-item ul {
  width: 100%;
  text-align: center;
}

.page .mobile-body .section4 .section-item ul li {
  display: block;
  height: 0.32rem;
  margin-bottom: 0.16rem;
}

.page .mobile-body .section4 .section-item ul li img {
  height: 100%;
}

.page .mobile-body .section5 .section-item {
  width: 100%;
  background-color: var(--white-color);
  height: auto;
  padding-bottom: 0.66rem;
}

.page .mobile-body .section5 .section-item .container .section5-item {
  width: 100%;
  height: auto;
  color: var(--white-color);
  margin-bottom: 0.16rem;
}

.page .mobile-body .section5 .section-item .container .section5-item:last-child {
  margin-bottom: 0;
}

.page .mobile-body .section5 .section-item .container .section5-item1 .item-content {
  background-color: var(--bg-color8);
}

.page .mobile-body .section5 .section-item .container .section5-item2 .item-content {
  background-color: var(--bg-color9);
}

.page .mobile-body .section5 .section-item .container .section5-item3 .item-content {
  background-color: var(--bg-color10);
}

.page .mobile-body .section5 .section-item .container .section5-item .item-content {
  height: 3.1rem;
  padding: 0.2rem 0.32rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 8px;
}

.page .mobile-body .section5 .section-item .container .section5-item .item-content img {
  width: 0.54rem;
  height: 0.54rem;
}

.page .mobile-body .section5 .section-item .container .section5-item .item-content .title {
  font-size: 0.2rem;
  line-height: 0.32rem;
  font-weight: 500;
  margin: 0.12rem 0 0.12rem;
}

.page .mobile-body .section5 .section-item .container .section5-item .item-content .subtitle {
  font-size: 0.14rem;
  line-height: 0.24rem;
  font-weight: 400;
  text-align: center;
}

.page .mobile-body .section5 .section-item .container .section5-item .item-content .subtitle p {
  margin-bottom: 0.08rem;
}

.page .mobile-body .section5 .section-item .container .section5-item .item-content .subtitle p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .page .pc-body .section1 .section-right .title-tips {
    line-height: 28px;
    height: 28px;
  }
  .page .pc-body .section1 .section-right .title-tips span {
    font-size: 14px;
    line-height: 28px;
  }
  .page .pc-body .section1 .section-right .desc p {
    font-size: 14px;
    line-height: 28px;
  }
  .page .pc-body .section2 .section-item .container .section-left .section-words p.subtitle {
    font-size: 14px;
    line-height: 28px;
  }
  .page .pc-body .section3 .section-item.section-item-feature .section-words p.subtitle {
    font-size: 12px;
    line-height: 20px;
  }
  .page .pc-body .section3 .section-item-content .section-item-words .desc {
    font-size: 12px;
    line-height: 20px;
  }
  .page .pc-body .section5 .section-item > .subtitle {
    font-size: 14px;
    line-height: 28px;
  }
  .page .pc-body .section5 .section-item .container .section5-item {
    padding: 0 14px;
  }
  .page .pc-body .section5 .section-item .container .section5-item .item-content .subtitle {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 1023px) {
  .page {
    padding-top: 80px;
  }
  .page .pc-body {
    display: none;
  }
  .page .mobile-body {
    display: block;
  }
}

@media (max-width: 525px) {
  .page {
    padding-top: 60px;
  }
}