html {
  font-size: 70px;
  -webkit-tap-highlight-color: transparent
}
@media screen and (max-width:1000px) {
  html {
    font-size: 70px;
    font-size: 7vw
  }
}
::-webkit-scrollbar {
  display: none;
  width: 0
}
:root {
  --rootFontSize: .3278rem;
  --fontFamily: ""
}
body, html {
  -webkit-overflow-scrolling: touch
}
*, body, html {
  margin: 0;
  padding: 0
}
* {
  box-sizing: border-box;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
a {
  text-decoration: none;
  color: #fff
}
em, i {
  font-style: normal
}
li, ol, p, ul {
  margin: 0;
  padding: 0;
  list-style: none
}
img {
  width: auto;
  max-width: 100%;
  height: auto
}
input, textarea {
  resize: none;
  font-size: inherit
}
.btn, .button {
  cursor: pointer
}
body {
  color: #000;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  font-size: var(--rootFontSize);
  font-family: var(--fontFamily)
}
#app {
  width: 100%;
  padding-bottom: .64rem
}
.banner {
  text-align: center;
  padding: .5rem 0 4.75rem;
  background-color: #eff3fe;
  background-image: url(./main_01.2d8c9188.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain
}
.banner.b1 {
  padding-top: 1.61rem;
  padding-bottom: 1.88rem;
  background-size: cover;
  background-image: url(./main_07.d0c7ab36.jpg)
}
.banner img {
  width: min(90%, 700px)
}
.container {
  width: min(90%, 900px);
  margin: auto;
  position: relative;
  background: #f8f8f8;
  -webkit-filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, .2));
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, .2))
}
.btn_area {
  top: -.56rem;
  padding: .55rem .4rem .2rem
}
.btn_area .button {
  display: block;
  width: 70%;
  margin: auto;
  -webkit-animation: zoom_btn .6s ease-in-out infinite alternate;
  animation: zoom_btn .6s ease-in-out infinite alternate;
  transform: scale(.95)
}
@-webkit-keyframes zoom_btn {
  to {
    transform: scale(1)
  }
}
@keyframes zoom_btn {
  to {
    transform: scale(1)
  }
}
.btn_area .button img {
  width: 100%
}
.btn_area .txt {
  color: #8c8c8c;
  text-align: center;
  padding: .2rem 0;
  line-height: 1.9
}
.red {
  font-weight: 700;
  color: #df0101
}
.gtxt {
  text-align: center;
  color: #fff;
  margin-bottom: .41rem
}
.gtxt p {
  background: #c3c3c3;
  font-size: .28rem;
  padding: .1rem .15rem;
  display: inline-block;
  margin: 0 auto
}
.step3 {
  text-align: center;
  padding-bottom: .38rem;
  color: #000;
  margin-bottom: .34rem;
  position: relative;
  z-index: 1
}
.step3:after {
  content: "";
  position: absolute;
  height: 71%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-image: url(./inbg_07.b307567f.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}
.step3 .pic {
  width: min(90%, 1000px);
  height: auto;
  margin: 0 auto .94rem
}
.step3 .container {
  background: none
}
.step3 p {
  font-size: .49rem;
  line-height: 2
}
.step4 {
  width: min(90%, 1000px);
  margin: 0 auto 1rem;
  padding: .25rem;
  border-radius: .3rem;
  box-shadow: 0 0 .1rem #cfcfcf
}
.step4 .table {
  width: 100%;
  min-width: 500px
}
.step4 .box {
  width: 100%;
  overflow: auto;
  padding: .1rem
}
.step4 .hot_j {
  display: flex;
  align-items: stretch;
  padding: 0 .2rem;
  font-weight: 700;
  padding: .2rem
}
.step4 .hot_j.head {
  font-weight: 700;
  height: 1.06rem;
  line-height: 1.06rem
}
.step4 .hot_j.row {
  border-radius: .25rem;
  box-shadow: 0 0 .1rem #cfcfcf;
  font-size: .29rem;
  margin-bottom: .28rem
}
.step4 .hot_j.row:last-child {
  margin-bottom: 0
}
.step4 .hot_j p {
  flex: 1
}
.step4 .hot_j .list {
  flex: 1;
  display: flex;
  align-items: center;
  line-height: 1.3
}
.step4 .hot_j .list:nth-child(4) {
  flex: .4
}
.step4 .hot_j .name {
  font-size: .26rem
}
.step4 .hot_j .num {
  font-size: .21rem;
  color: #666
}
.step4 .hot_j .i {
  font-size: .4rem
}
.step5 {
  width: min(90%, 1000px);
  margin: auto;
  text-align: center;
  margin-bottom: .65rem
}
.step5 .tp {
  font-size: .7rem;
  font-weight: 700
}
.step5 .btn {
  display: inline-block;
  background-color: #03b5f3;
  font-size: .7rem;
  color: #fff;
  border-radius: .1rem;
  padding: .48rem .33rem;
  margin-right: .29rem
}
.step5 .btn:nth-child(2) {
  margin-left: .75rem
}
.step5 .txt {
  font-size: .42rem;
  margin-top: .62rem
}
.arrow {
  text-align: center;
  padding: .97rem 0
}
.arrow img {
  width: 1.55rem
}
.step6 {
  text-align: center;
  padding-top: .86rem;
  padding-bottom: .86rem;
  background-image: url(./index_18.5e7bec28.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}
.step6 img {
  width: min(90%, 700px)
}