.page-section-spacing {
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
}

.page-section-spacing .swiper {
  width: 100%;
  height: 22.5rem;
  position: relative;
}

.page-section-spacing .swiper .swiper-slide {
  width: 100%;
  height: 22.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-section-spacing .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.page-section-spacing .swiper .swiper-pagination-bullet {
  background-color: #7ca6ed;
  opacity: 1;
}

.page-section-spacing .swiper .swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
}

.page-section-spacing .body {
  width: 100%;
  padding: 1.4063rem 1.4063rem 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.page-section-spacing .body .body_box {
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 .1563rem 1.875rem 0;
  font-size: .75rem;
  color: #646464;
}

.page-section-spacing .body .body_box img {
  margin-bottom: .625rem;
  width: 3.6875rem;
  height: 3.6875rem;
}

.page-section-spacing .body .body_box:nth-child(4n) {
  margin-right: 0;
}

.JieJueFangAn {
  width: 100%;
  background-color: #f7f7f7;
  padding: 1.7188rem .9375rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.JieJueFangAn .main-title {
  width: 12.1875rem;
  text-align: center;
}

.JieJueFangAn .main-title p {
  font-size: .9375rem;
  color: #292929;
}

.JieJueFangAn .line {
  margin: .625rem 0;
  width: 1.25rem;
  height: .0625rem;
  background-color: #292929;
}

.JieJueFangAn .p {
  width: 14.5313rem;
  text-align: center;
}

.JieJueFangAn .p p {
  font-size: .75rem;
  color: #a9a9a9;
}

.JieJueFangAn .body {
  margin: 1.4063rem auto 0px;
  width: 100%;
  border: none;
}

.JieJueFangAn .left {
  width: 49%;
  border-radius: .5rem;
  text-align: center;
  border: .1563rem solid #e5e5e5;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: .9375rem 1.5625rem 1.4063rem;
  box-sizing: border-box;
}

.JieJueFangAn .left img {
  width: 7.375rem;
}

.JieJueFangAn .left h3 {
  font-size: 15px;
  margin: .625rem 0;
  font-weight: normal;
}

.JieJueFangAn .left h4 {
  text-align: left;
  width: 7.5rem;
  font-size: .75rem;
  box-sizing: border-box;
  color: #a9a9a9;
}

h4 {
  text-align: center;
  font-weight: normal;
  font-size: 1.125rem;
}

.line {
  margin: .9375rem auto;
  width: 10%;
  border-bottom: .1563rem solid black;
}

h5 {
  text-align: center;
  font-weight: normal;
  font-size: .8125rem;
  color: #c9c9c9;
}

.main-body {
  width: 100%;
  background-color: #FFFFFF;
  padding: 1.5625rem 0 1.5625rem 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.main-body .main-title {
  width: 9.0625rem;
  text-align: center;
}

.main-body .main-title p {
  font-size: .9375rem;
  color: #292929;
}

.main-body .line {
  margin: .625rem 0;
  width: 1.25rem;
  height: .0625rem;
  background-color: #292929;
}

.main-body .p {
  width: 17.8125rem;
  text-align: center;
}

.main-body .p p {
  font-size: .75rem;
  color: #a9a9a9;
}

.main-body .body {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.main-body .body .body_top {
  margin: 2.0313rem 0 .7813rem;
  width: 100%;
  padding: 0 1.25rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  overflow-x: auto;
}

.main-body .body .body_top .body_top_box {
  min-width: 6.625rem;
  background-color: #f4f4f4;
  padding: .7813rem .9375rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  color: #1b1b1b;
  margin-right: .3125rem;
}

.main-body .body .body_bottom {
  width: 100%;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
}

.main-body .body .body_bottom .body_bottom_box {
  width: 17rem;
  display: inline-block;
  flex-direction: column;
  margin-right: .9375rem;
}

.main-body .body .body_bottom .body_bottom_box .box_top {
  width: 100%;
  height: 5rem;
  background-color: #397bf0;
  padding: 0 .7813rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-body .body .body_bottom .body_bottom_box .box_top p {
  font-size: 1.125rem;
  color: #FFFFFF;
}

.main-body .body .body_bottom .body_bottom_box .box_top img {
  width: 5.4688rem;
}

.main-body .body .body_bottom .body_bottom_box .box_bottom {
  width: 100%;
  border: .0313rem solid #f4f4f4;
  border-top: none;
  padding: 1.5625rem .7813rem .7813rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.main-body .body .body_bottom .body_bottom_box .box_bottom .box {
  margin-bottom: 1.5625rem;
  display: flex;
}

.main-body .body .body_bottom .body_bottom_box .box_bottom .box .circle {
  width: .3125rem;
  height: .3125rem;
  border: .0313rem solid #e5e5e5;
  border-radius: 50%;
  margin: .3125rem .4688rem 0 0;
}

.main-body .body .body_bottom .body_bottom_box .box_bottom .box .body {
  display: flex;
  flex-direction: column;
}

.main-body .body .body_bottom .body_bottom_box .box_bottom .box .body .body_title {
  font-size: .9688rem;
  color: #1b1b1b;
  margin-bottom: .9375rem;
}

.main-body .body .body_bottom .body_bottom_box .box_bottom .box .body .body_text {
  font-size: .8125rem;
  color: #7c7c7c;
}

.main-body .body .body_bottom .body_bottom_box .box_bottom .button {
  margin: 0 auto;
  width: 6.4063rem;
  height: 1.875rem;
  background-color: #397bf0;
  border-radius: .1563rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  color: #FFFFFF;
}

.main-body .body .body_bottom .body_bottom_box:first-child {
  margin-left: .9375rem;
}

.main-body .body ::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.main-body01 {
  width: 100%;
  background-color: #f7f7f7;
  padding: 1.5625rem 0 .625rem 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.main-body01 .main-title {
  width: 10.1563rem;
  text-align: center;
}

.main-body01 .main-title p {
  font-size: .9375rem;
  color: #292929;
}

.main-body01 .line {
  margin: .625rem 0;
  width: 1.25rem;
  height: .0625rem;
  background-color: #292929;
}

.main-body01 .p {
  width: 84%;
  text-align: center;
}

.main-body01 .p p {
  font-size: .75rem;
  color: #a9a9a9;
}

.main-body01 .main_body01_swiper {
  margin-top: 1.4063rem;
  width: 100%;
  max-height: 22.1875rem;
  min-height: 20.1875rem;
  overflow-x: hidden;
  position: relative;
}

.main-body01 .main_body01_swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.main-body01 .main_body01_swiper .swiper-slide {
  width: 17rem;
  display: flex;
  flex-direction: column;
  margin-left: .7813rem;
}

.main-body01 .main_body01_swiper .swiper-slide .body_top {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  width: 100%;
  height: 8.75rem;
  background-color: #397bf0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: .9688rem;
  color: #FFFFFF;
}

.main-body01 .main_body01_swiper .swiper-slide .body_top .box img {
  height: 2.8125rem;
  margin-bottom: .3125rem;
}

.main-body01 .main_body01_swiper .swiper-slide .body_bottom {
  width: 100%;
  background-color: #FFFFFF;
  padding: 1.7188rem .9375rem 1.5625rem;
  box-sizing: border-box;
  flex-direction: column;
}

.main-body01 .main_body01_swiper .swiper-slide .body_bottom .bottom_text {
  font-size: .75rem;
  color: #a9a9a9;
}

.main-body01 .main_body01_swiper .swiper-slide .body_bottom .button {
  margin: 2.5rem auto 0;
  width: 7.75rem;
  height: 2.0313rem;
  border-radius: .1563rem;
  background-color: #397bf0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  color: #FFFFFF;
}

.main-body02 {
  width: 100%;
  background-color: #FFFFFF;
  padding: 1.5625rem 0 .625rem 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-body02 .main-title {
  width: 8.9063rem;
  text-align: center;
}

.main-body02 .main-title p {
  font-size: .9375rem;
  color: #292929;
}

.main-body02 .line {
  margin: .625rem 0;
  width: 1.25rem;
  height: .0625rem;
  background-color: #292929;
}

.main-body02 .p {
  width: 16.875rem;
  text-align: center;
}

.main-body02 .p p {
  font-size: .75rem;
  color: #a9a9a9;
}

.main-body02 .body {
  margin-top: 1.7188rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 .9375rem;
}

.main-body02 .body .body_box {
  margin: 0 auto .7813rem;
  width: 100%;
  height: 6.7188rem;
  border: .0313rem solid #dddddd;
  border-radius: .1563rem;
  padding: 1.25rem 1.4063rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.main-body02 .body .body_box img {
  width: 2.3438rem;
  height: 2.3438rem;
  margin-right: 1.0938rem;
}

.main-body02 .body .body_box .box {
  display: flex;
  flex-direction: column;
}

.main-body02 .body .body_box .box .box_title {
  font-size: .9375rem;
  color: #000000;
  font-weight: 600;
  margin-bottom: .7813rem;
}

.main-body02 .body .body_box .box .box_text {
  font-size: .75rem;
  color: #a9a9a9;
}

.main-body03 {
  width: 100%;
  background-color: #f7f7f7;
  padding: 1.5625rem 0 1.5625rem 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.main-body03 .main-title {
  width: 9.0625rem;
  text-align: center;
}

.main-body03 .main-title p {
  font-size: .9375rem;
  color: #292929;
}

.main-body03 .line {
  margin: .625rem 0;
  width: 1.25rem;
  height: .0625rem;
  background-color: #292929;
}

.main-body03 .p {
  width: 90%;
  text-align: center;
}

.main-body03 .p p {
  font-size: .75rem;
  color: #a9a9a9;
}

.main-body03 .body {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: .9375rem;
}

.main-body03 .body .body_bottom {
  width: 100%;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
}

.main-body03 .body .body_bottom .body_bottom_box {
  width: 17rem;
  padding: 1.5625rem 0;
  box-sizing: border-box;
  display: inline-block;
  flex-direction: column;
  margin-right: .9375rem;
  background-color: #FFFFFF;
}

.main-body03 .body .body_bottom .body_bottom_box .box_top {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-body03 .body .body_bottom .body_bottom_box .box_top img {
  width: 9.5313rem;
}

.main-body03 .body .body_bottom .body_bottom_box .box_top .line02 {
  width: 1.875rem;
  height: .3125rem;
  background-color: #397bf0;
  margin: .7813rem 0 1.5625rem;
}

.main-body03 .body .body_bottom .body_bottom_box .box_top .title {
  font-size: 1rem;
  color: #0d0e10;
  font-weight: 600;
}

.main-body03 .body .body_bottom .body_bottom_box .box_bottom {
  margin: 1.4063rem auto 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-body03 .body .body_bottom .body_bottom_box .box_bottom img {
  width: 15.5625rem;
  height: 9.2188rem;
}

.main-body03 .body .body_bottom .body_bottom_box .box_bottom .text02 {
  width: 17.1875rem;
  text-align: center;
  margin: 1.875rem 0;
}

.main-body03 .body .body_bottom .body_bottom_box .box_bottom .text02 p {
  white-space: pre-wrap;
  width: 17.1875rem;
  font-size: .75rem;
  color: #a9a9a9;
}

.main-body03 .body .body_bottom .body_bottom_box .box_bottom .button {
  margin: 0 auto;
  width: 6.4063rem;
  height: 1.875rem;
  background-color: #397bf0;
  border-radius: .1563rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  color: #FFFFFF;
}

.main-body03 .body .body_bottom .body_bottom_box:first-child {
  margin-left: .9375rem;
}

.main-body03 .body ::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.main-body04 {
  width: 100%;
  background-color: #FFFFFF;
  padding: 1.5625rem 0 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.main-body04 .main-title {
  width: 7.1875rem;
  text-align: center;
}

.main-body04 .main-title p {
  font-size: .9375rem;
  color: #292929;
}

.main-body04 .line {
  margin: .625rem 0;
  width: 1.25rem;
  height: .0625rem;
  background-color: #292929;
}

.main-body04 .p {
  width: 11.25rem;
  text-align: center;
}

.main-body04 .p p {
  font-size: .75rem;
  color: #a9a9a9;
}

.main-body04 .main_body04_swiper {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.main-body04 .main_body04_swiper .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1.7188rem;
  box-sizing: border-box;
  margin-top: 2.5rem;
}

.main-body04 .main_body04_swiper .swiper-slide .body_box {
  margin: 0 0 3.125rem 0;
  width: 30%;
  text-align: center;
}

.main-body04 .main_body04_swiper .swiper-slide .body_box img {
  height: 1.875rem;
}

.main-body04 .main_body04_swiper .swiper-slide .body_box:nth-child(3n) {
  margin-right: 0;
}

.main-body04 .main_body04_swiper .swiper-pagination {
  bottom: 1.425rem  !important;
}

.footer {
  width: 100%;
  background-color: #397bf0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.4063rem 1.7188rem 3.125rem;
  box-sizing: border-box;
}

.footer .footer_top {
  font-size: .9375rem;
  color: #FFFFFF;
  margin-bottom: 1.875rem;
}

.footer .footer_bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer .footer_bottom .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer .footer_bottom .box p:nth-child(1) {
  font-size: 1.5313rem;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: .625rem;
}

.footer .footer_bottom .box p:nth-child(2) {
  font-size: .9063rem;
  color: #FFFFFF;
}
