body {
  background: url("../images/bg.png") no-repeat center center/100% 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.header {
  height: 96px;
  background: url("../images/headbg.png") no-repeat center center;
}
.header .page-title {
  text-shadow: 0px 1.248px 9.36px rgba(0, 63, 158, 0.85);
  font-family: ys;
  font-size: 45px;
  letter-spacing: 4.5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
}

.arrow-right {
  background: url("../images/arrow-right.png") no-repeat center center;
  width: 50px;
  height: 53px;
  animation: arrow-right 1s linear infinite;
}

.arrow-down {
  background: url("../images/arrow-right.png") no-repeat center center;
  width: 50px;
  height: 53px;
  animation: arrow-down 1s linear infinite;
}

@keyframes arrow-right {
  0% {
    opacity: 1;
    transform: translate3d(-5px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(5px, 0px, 0px);
  }
}
@keyframes arrow-down {
  0% {
    opacity: 1;
    transform: rotateZ(90deg) translate3d(-5px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: rotateZ(90deg) translate3d(5px, 0px, 0px);
  }
}
.container p {
  color: #C9EDFF;
  font-size: 16px;
  line-height: 22px;
  padding: 0 10px 0 10px;
  font-family: AlibabaPuHuiTi;
}
.container p.tc {
  text-align: center;
}
.container p span {
  color: #F3CC3F;
  font-weight: 700;
}
.container p span.link {
  margin: 0;
}
.container > .step-list1 {
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
  height: 716px;
}
.container > .step-list1 .step {
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 0 25px;
}
.container > .step-list1 .step.step1, .container > .step-list1 .step.step3 {
  flex: 0 0 445px;
  background-image: url("../images/step01-bg.png");
}
.container > .step-list1 .step.step3 .step-item p {
  line-height: 20px;
}
.container > .step-list1 .step.step2 {
  flex: 0 0 906px;
  background-image: url("../images/step02-bg.png");
}
.container > .step-list1 .step.step2 .step-item p {
  line-height: 20px;
}
.container > .step-list1 .step.step2 > #title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  font-family: AlibabaPuHuiTi;
  margin-top: 32px;
}
.container > .step-list1 .step.step2 > #title span {
  color: #F3CC3F;
}
.container > .step-list1 .step.step2 > .wrap {
  display: flex;
  justify-content: space-between;
}
.container > .step-list1 .step.step2 > .wrap > .left {
  flex: 0 0 370px;
}
.container > .step-list1 .step.step2 > .wrap > .right {
  flex: 0 0 460px;
}
.container > .step-list1 .step > h1 {
  font-family: ys;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container > .step-list1 .step .step-item.arrow, .container > .step-list1 .step .step-item.style1 {
  padding-bottom: 25px;
  background: url("../images/stepitem-bg01.png") no-repeat center bottom/100% auto;
  position: relative;
}
.container > .step-list1 .step .step-item.arrow::after, .container > .step-list1 .step .step-item.style1::after {
  position: absolute;
  width: 21px;
  height: 17px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  content: "";
  background: url("../images/step-arrow.png");
}
.container > .step-list1 .step .step-item.arrow.noarrow::after, .container > .step-list1 .step .step-item.style1.noarrow::after {
  display: none;
}
.container > .step-list1 .step .step-item.arrow::after {
  bottom: -15px;
}
.container > .step-list1 .step .step-item.style2 {
  background: url("../images/stepitem-bg02.png") no-repeat center bottom/100% 100%;
}
.container > .step-list1 .step .step-item.style2 > h2 {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  line-height: 27px;
  height: 27px;
  font-family: AlibabaPuHuiTi;
}
.container > .step-list1 .step .step-item.style2 > h2 > span {
  position: relative;
}
.container > .step-list1 .step .step-item.style2 > h2 > span::before, .container > .step-list1 .step .step-item.style2 > h2 > span::after {
  position: absolute;
  width: 25px;
  height: 25px;
  content: "";
}
.container > .step-list1 .step .step-item.style2 > h2 > span::before {
  left: -35px;
  background-image: url("../images/sub-title-left.png");
}
.container > .step-list1 .step .step-item.style2 > h2 > span::after {
  right: -35px;
  background-image: url("../images/sub-title-right.png");
}
.container .step-list2 {
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin-top: 30px;
}
.container .step-list2 > .step {
  height: 100%;
  padding: 0 25px;
  border: 2px dashed #39B8FF;
  background: rgba(11, 33, 83, 0.5);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.container .step-list2 > .step.step1, .container .step-list2 > .step.step3 {
  flex: 0 0 445px;
}
.container .step-list2 > .step.step2 {
  flex: 0 0 906px;
}
.container .step-list2 > .step > h2 {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  line-height: 27px;
  height: 27px;
}
.container #bottomIndicator {
  position: relative;
}
.container #bottomIndicator > .arrow-down {
  position: absolute;
}
.container .step-list3 {
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
  height: 68px;
  margin-top: 28px;
}
.container .step-list3 > .step {
  height: 100%;
  padding: 0 25px;
  border: 2px solid #39B8FF;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: linear-gradient(to bottom, #015090, #0B2153);
}
.container .step-list3 > .step.step1 {
  flex: 0 0 1109px;
}
.container .step-list3 > .step.step2 {
  flex: 0 0 560px;
  border-color: #F66969;
  background-image: linear-gradient(to bottom, #703045, #2D0D22);
}
.container .step-list3 > .step.step3 {
  flex: 0 0 156px;
}
.container .step-list3 > .step > h2 {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  line-height: 27px;
  height: 27px;
}