.banner {
  width: 100%;
  height: 18.5938rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner img {
  width: 100%;
  height: 100%;
}

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

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

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

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

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

.main-body .main-scroll {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-top: 1.5625rem;
  padding: .4688rem 0;
  box-sizing: border-box;
  background-color: #fbfdff;
  padding-left: .9375rem;
  box-sizing: border-box;
}

.main-body .main-scroll .main-box {
  width: 14.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: .7813rem;
  box-sizing: border-box;
  background-color: #FFFFFF;
  box-shadow: 0 .3125rem .4688rem #f3f8fe;
}

.main-body .main-scroll .main-box .box-top {
  height: 7.6563rem;
}

.main-body .main-scroll .main-box .box-top img {
  width: 100%;
  height: 100%;
}

.main-body .main-scroll .main-box .box-bottom {
  width: 13.4375rem;
  display: flex;
  flex-direction: column;
  padding: .9375rem 1.25rem .625rem 1.25rem;
  box-sizing: border-box;
}

.main-body .main-scroll .main-box .box-bottom p:nth-child(1) {
  font-size: .75rem;
  color: #292929;
}

.main-body .main-scroll .main-box .box-bottom p:nth-child(2) {
  font-size: .5625rem;
  color: #a9a9a9;
  margin: .7813rem 0 1.0938rem;
}

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

.main-body01 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.1875rem .9375rem 1.0938rem;
  box-sizing: border-box;
}

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

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

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

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

.main-body01 .body01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.0938rem;
}

.main-body01 .body01 .body01-box {
  width: 49%;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  margin-right: .3125rem;
  margin: 0 .3125rem .625rem 0;
}

.main-body01 .body01 .body01-box .box-top {
  width: 100%;
  height: 3.4375rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-body01 .body01 .body01-box .box-top p {
  font-weight: bold;
  font-size: .75rem;
  color: #292929;
}

.main-body01 .body01 .body01-box .box-top img {
  margin-left: .625rem;
  width: 2.6563rem;
  height: 2.3438rem;
}

.main-body01 .body01 .body01-box .box-bottom {
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  padding: 0.6rem 0;
  box-sizing: border-box;
}

.main-body01 .body01 .body01-box .box-bottom p {
  transform: scale(0.833);
  font-size: .5625rem;
  color: #a2a2a2;
}

.main-body01 .body01 .body01-box:nth-child(2n) {
  margin-right: 0;
}

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

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

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

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

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

.main-body02 .body02 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 3.4375rem;
}

.main-body02 .body02 .body02-boxTop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 .625rem;
  box-sizing: border-box;
}

.main-body02 .body02 .body02-boxTop .boxTop01 {
  width: 5.5625rem;
  height: 7.0313rem;
  border: .0313rem solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.main-body02 .body02 .body02-boxTop .boxTop01 .circle {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #3980f7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1.75rem;
}

.main-body02 .body02 .body02-boxTop .boxTop01 .circle img {
  width: 1.7188rem;
  height: 1.25rem;
}

.main-body02 .body02 .body02-boxTop .boxTop01 p {
  margin-top: 1rem;
  text-align: center;
  font-size: .9375rem;
  color: #292929;
}

.main-body02 .body02 .body02-boxTop .arrow img {
  width: .8125rem;
  height: .625rem;
}

.main-body02 .body02 .body02-boxCenter {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: .625rem 0 .875rem;
}

.main-body02 .body02 .body02-boxCenter .arrow {
  width: 7.1875rem;
  display: flex;
  justify-content: center;
}

.main-body02 .body02 .body02-boxCenter .arrow img {
  width: .8125rem;
  height: .625rem;
}

.main-body02 .body02 .body02-boxBottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-body02 .body02 .body02-boxBottom .boxBottom {
  width: 9.9375rem;
  border-radius: .3125rem;
  border: .0313rem dashed #3980f7;
  padding: .4688rem 1rem .625rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-body02 .body02 .body02-boxBottom .boxBottom .boxBottom01 {
  width: 5.4688rem;
  height: 5.4688rem;
  border-radius: 50%;
  border: .0313rem dashed #3980f7;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: .7813rem;
}

.main-body02 .body02 .body02-boxBottom .boxBottom .boxBottom01 .small-circle {
  width: 1.75rem;
  height: 1.75rem;
  border: .0313rem solid #3980f7;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -0.675rem;
}

.main-body02 .body02 .body02-boxBottom .boxBottom .boxBottom01 .small-circle p {
  overflow: hidden;
  transform: scale(0.6);
  text-align: center;
  font-size: .4rem;
  color: #3980f7;
}

.main-body02 .body02 .body02-boxBottom .boxBottom .boxBottom01 .small-circle:nth-child(2) {
  transform: rotate(50deg);
  transform-origin: 60% 190%;
}

.main-body02 .body02 .body02-boxBottom .boxBottom .boxBottom01 .small-circle:nth-child(3) {
  transform: rotate(100deg);
  transform-origin: 60% 190%;
}

.main-body02 .body02 .body02-boxBottom .boxBottom .boxBottom01 .small-circle:nth-child(4) {
  transform: rotate(150deg);
  transform-origin: 60% 190%;
}

.main-body02 .body02 .body02-boxBottom .boxBottom .boxBottom01 .small-circle:nth-child(5) {
  transform: rotate(-50deg);
  transform-origin: 40% 190%;
}

.main-body02 .body02 .body02-boxBottom .boxBottom .boxBottom01 .small-circle:nth-child(6) {
  transform: rotate(-100deg);
  transform-origin: 40% 190%;
}

.main-body02 .body02 .body02-boxBottom .boxBottom .boxBottom01 .small-circle:nth-child(7) {
  transform: rotate(-150deg);
  transform-origin: 40% 190%;
}

.main-body02 .body02 .body02-boxBottom .boxBottom .boxBottom01 .circle {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background-color: #3980f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-body02 .body02 .body02-boxBottom .boxBottom .boxBottom01 .circle img {
  width: 1.0938rem;
  height: 1.0938rem;
  margin-bottom: .3125rem;
}

.main-body02 .body02 .body02-boxBottom .boxBottom .boxBottom01 .circle p {
  transform: scale(0.733);
  font-size: .5rem;
  color: #FFFFFF;
}

.main-body02 .body02 .body02-boxBottom .boxBottom .boxBottom02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: .625rem;
}

.main-body02 .body02 .body02-boxBottom .boxBottom .boxBottom02 .Bottom02 {
  width: 46%;
  height: 1.25rem;
  border: .0313rem solid #e5e5e5;
  border-radius: .3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 .3125rem .3125rem 0;
}

.main-body02 .body02 .body02-boxBottom .boxBottom .boxBottom02 .Bottom02 p {
  white-space: nowrap;
  transform: scale(0.633);
  font-size: .4rem;
  color: #3980f7;
}

.main-body02 .body02 .body02-boxBottom .boxBottom .boxBottom02 .Bottom02:nth-child(2n) {
  margin-right: 0;
}

.main-body02 .body02 .body02-boxBottom .boxBottom .boxBottom03 {
  display: flex;
  margin-top: .4688rem;
}

.main-body02 .body02 .body02-boxBottom .boxBottom .boxBottom03 .circle {
  margin-right: .1563rem;
  width: .1563rem;
  height: .1563rem;
  border-radius: 50%;
  background-color: #3980f7;
}

.main-body02 .body02 .body02-boxBottom .Bottom-line {
  width: .6875rem;
  height: .1563rem;
  background-color: #cbcbcb;
}

.main-body03 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5625rem;
  box-sizing: border-box;
}

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

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

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

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

.main-body03 .body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}

.main-body03 .body .body-box {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
  padding: .9375rem .7813rem .7813rem;
  box-sizing: border-box;
  margin: 0 .3125rem .4688rem 0;
}

.main-body03 .body .body-box img {
  width: 3.4375rem;
  height: 3.75rem;
}

.main-body03 .body .body-box p:nth-of-type(1) {
  font-size: .75rem;
  color: #444444;
  font-weight: bold;
  margin: .7813rem 0 .7813rem;
}

.main-body03 .body .body-box p:nth-of-type(2) {
  font-size: .625rem;
  color: #b0b0b0;
}

.main-body03 .body .body-box:nth-of-type(2n) {
  margin-right: 0;
}

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

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

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

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

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

.main-body04 .body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.5625rem;
}

.main-body04 .body .body-box {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 .5rem 1.5625rem 0;
}

.main-body04 .body .body-box .imgBack {
  margin-bottom: .625rem;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  background-image: linear-gradient(to top, #317bf6, #5c9bfe);
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-body04 .body .body-box .imgBack img {
  width: 1.875rem;
  height: 1.875rem;
}

.main-body04 .body .body-box p {
  font-size: .8125rem;
  color: #313131;
}

.main-body04 .body .body-box:nth-child(3n) {
  margin-right: 0;
}
