@font-face {
  font-family: 'FZZZHONGJW';
  src: url(../font/FZZZHONGJW.TTF);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.g-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0;
}
.bg_fff {
  position: relative;
}
@media screen and (min-width: 769px) {
  .Index {
    width: 100%;
    height: auto;
    min-height: 100vh;
    flex: 1;
    background: url(../img/index/Bg.png) top center no-repeat;
    background-size: cover;
    margin-top: -90px;
    padding-top: 215px;
    padding-bottom: 200px;
    min-width: 1250px;
  }
  .Index .container {
    width: 1200px;
    margin: 0 auto;
  }
  .Index .Top {
    width: 100%;
    height: auto;
  }
  .Index .Top .Text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .Index .Top .Text img {
    width: 1056px;
    height: auto;
  }
  .Index .Top .Text h1 {
    font-family: FZZZHONGJW;
    font-size: 46px;
    line-height: 46px;
    color: #3754c1;
    margin: 30px 0 11px;
  }
  .Index .Top .Text p {
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    color: #3754c1;
  }
  .Index .Top button {
    width: 290px;
    height: 82px;
    background-color: #ffffff;
    box-shadow: -5px 3px 16px 0px rgba(1, 32, 93, 0.16);
    border-radius: 32px;
    border: solid 10px rgba(214, 214, 255, 0.51);
    display: block;
    margin: 90px auto 0;
  }
  .Index .Top button a {
    width: 100%;
    height: 100%;
    font-family: 'FZZZHONGJW';
    font-size: 32px;
    font-weight: bold;
    line-height: 65px;
    color: #042e7d;
    text-align: center;
  }
  .Index .Content {
    width: 100%;
    height: auto;
    margin-top: 108px;
  }
  .Index .Content .topic {
    position: relative;
  }
  .Index .Content .topic h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    text-align: center;
  }
  .Index .Content .topic::after {
    content: '';
    width: 68px;
    height: 4px;
    background-color: #4c80e7;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .Index .Content .content {
    height: 247px;
    background-color: #f2f2f8;
    box-shadow: -5px 3px 16px 0px rgba(1, 32, 93, 0.16);
    border-radius: 30px;
    border: solid 10px rgba(214, 214, 255, 0.51);
    background: url(../img/index/contentBg.png) center no-repeat;
    background-size: 100% 100%;
    padding: 38px;
  }
  .Index .Content .content .topic::after {
    content: none;
  }
  .Index .Content .content p {
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    margin-top: 25px;
  }
  .Index .Content .Details {
    margin-top: 51px;
  }
  .Index .Content .Details ul {
    width: 100%;
    height: 589px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 54px;
  }
  .Index .Content .Details ul li {
    width: 31.5%;
    height: 100%;
    background-color: #fff;
    box-shadow: -3px 2px 7px 0px rgba(1, 32, 93, 0.16);
    border-radius: 30px;
  }
  .Index .Content .Details ul li a {
    width: 100%;
    height: 100%;
    background: url(../img/index/Details-bg1.png) top center no-repeat;
    background-size: cover;
    display: block;
    padding: 279px 30px;
  }
  .Index .Content .Details ul li a h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #042e7d;
    text-align: center;
  }
  .Index .Content .Details ul li a p {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-top: 19px;
  }
  .Index .Content .Details ul li:nth-child(2) a {
    background: url(../img/index/Details-bg2.png) top center no-repeat;
    background-size: cover;
  }
  .Index .Content .Details ul li:nth-child(3) a {
    background: url(../img/index/Details-bg3.png) top center no-repeat;
    background-size: cover;
  }
  .Index .Content .Way {
    margin-top: 50px;
  }
  .Index .Content .Way .Text {
    margin-top: 64px;
  }
  .Index .Content .Way .Text p {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    text-indent: 2em;
  }
  .Index .Content .Step {
    margin-top: 64px;
  }
  .Index .Content .Step ul {
    margin-top: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Index .Content .Step ul li {
    width: 147px;
  }
  .Index .Content .Step ul li a {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .Index .Content .Step ul li a img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }
  .Index .Content .Step ul li a p {
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    text-align: center;
  }
  .Index .Content .Step .Medal {
    width: 100%;
    height: 50px;
    background-color: #4c80e7;
    box-shadow: 0px 0px 6px 0px rgba(59, 59, 59, 0.18);
    border-radius: 25px;
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Index .Content .Step .Medal img {
    width: auto;
    height: 90%;
    margin-right: 19px;
  }
  .Index .Content .Step .Medal p {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #d6f2ff;
  }
}
@media screen and (max-width: 769px) {
  .Index {
    width: 100%;
    height: auto;
    min-height: 100vh;
    flex: 1;
    background: url(../img/index/Bg.png) top center no-repeat;
    background-size: cover;
    margin-top: -24vw;
    padding-top: 33.33333333vw;
    padding-bottom: 40vw;
  }
  .Index .container {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
  .Index .Top {
    width: 100%;
    height: auto;
  }
  .Index .Top .Text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .Index .Top .Text img {
    width: 95%;
    height: auto;
  }
  .Index .Top .Text h1 {
    width: 90%;
    font-family: FZZZHONGJW;
    font-size: 7.46666667vw;
    line-height: 9.6vw;
    color: #3754c1;
    margin: 5.33333333vw 0 2.93333333vw;
    text-align: center;
  }
  .Index .Top .Text p {
    width: 85%;
    font-size: 3.46666667vw;
    font-weight: bold;
    line-height: 5.33333333vw;
    color: #3754c1;
    text-align: center;
  }
  .Index .Top button {
    width: 37.33333333vw;
    height: 11.2vw;
    background-color: #ffffff;
    box-shadow: -1.33333333vw 0.8vw 4.26666667vw 0vw rgba(1, 32, 93, 0.16);
    border-radius: 8.53333333vw;
    border: solid 1.06666667vw rgba(214, 214, 255, 0.51);
    display: block;
    margin: 12vw auto 0;
  }
  .Index .Top button a {
    width: 100%;
    height: 100%;
    font-family: 'FZZZHONGJW';
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 9.6vw;
    color: #042e7d;
    text-align: center;
  }
  .Index .Content {
    width: 100%;
    height: auto;
    margin-top: 15.46666667vw;
  }
  .Index .Content .topic {
    position: relative;
  }
  .Index .Content .topic h2 {
    font-size: 5.86666667vw;
    font-weight: bold;
    line-height: 5.86666667vw;
    color: #333333;
    text-align: center;
  }
  .Index .Content .topic::after {
    content: '';
    width: 8.53333333vw;
    height: 0.53333333vw;
    background-color: #4c80e7;
    position: absolute;
    top: 9.33333333vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .Index .Content .content {
    height: auto;
    background-color: #f2f2f8;
    box-shadow: -1.33333333vw 0.8vw 4.26666667vw 0vw rgba(1, 32, 93, 0.16);
    border-radius: 5.33333333vw;
    border: solid 1.33333333vw rgba(214, 214, 255, 0.51);
    background: url(../img/index/contentBg.png) center no-repeat;
    background-size: 100% 100%;
    padding: 8vw 2.66666667vw;
  }
  .Index .Content .content .topic::after {
    content: none;
  }
  .Index .Content .content p {
    width: 100%;
    font-size: 3.86666667vw;
    line-height: 6.4vw;
    color: #333333;
    margin-top: 5.06666667vw;
  }
  .Index .Content .Details {
    margin-top: 13.6vw;
  }
  .Index .Content .Details ul {
    width: 100%;
    height: auto;
    margin-top: 14.4vw;
  }
  .Index .Content .Details ul li {
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: -0.8vw 0.53333333vw 1.86666667vw 0vw rgba(1, 32, 93, 0.16);
    border-radius: 5.33333333vw;
    margin-bottom: 4vw;
    overflow: hidden;
  }
  .Index .Content .Details ul li a {
    width: 100%;
    height: 100%;
    background: url(../img/index/Details-bg1.png) top center no-repeat;
    background-size: cover;
    display: block;
    padding: 48vw 2.66666667vw 5.33333333vw;
  }
  .Index .Content .Details ul li a h4 {
    font-size: 5.33333333vw;
    font-weight: bold;
    line-height: 5.33333333vw;
    color: #042e7d;
    text-align: center;
  }
  .Index .Content .Details ul li a p {
    width: 100%;
    font-size: 3.86666667vw;
    line-height: 6.93333333vw;
    color: #333333;
    margin-top: 5.06666667vw;
  }
  .Index .Content .Details ul li:nth-child(2) a {
    background: url(../img/index/Details-bg2.png) top center no-repeat;
    background-size: cover;
  }
  .Index .Content .Details ul li:nth-child(3) a {
    background: url(../img/index/Details-bg3.png) top center no-repeat;
    background-size: cover;
  }
  .Index .Content .Way {
    margin-top: 9.33333333vw;
  }
  .Index .Content .Way .Text {
    margin-top: 10.66666667vw;
  }
  .Index .Content .Way .Text p {
    font-size: 4.26666667vw;
    line-height: 7.46666667vw;
    color: #333333;
    text-indent: 2em;
  }
  .Index .Content .Step {
    margin-top: 10.93333333vw;
  }
  .Index .Content .Step ul {
    margin-top: 12vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .Index .Content .Step ul li {
    width: 45%;
    margin-bottom: 6.66666667vw;
  }
  .Index .Content .Step ul li a {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .Index .Content .Step ul li a img {
    width: 75%;
    height: auto;
    display: block;
    margin-bottom: 3.2vw;
  }
  .Index .Content .Step ul li a p {
    font-size: 4.8vw;
    line-height: 7.46666667vw;
    color: #333333;
    text-align: center;
  }
  .Index .Content .Step .Medal {
    width: 100%;
    height: auto;
    background-color: #4c80e7;
    box-shadow: 0vw 0vw 1.6vw 0vw rgba(59, 59, 59, 0.18);
    border-radius: 4vw;
    margin-top: 9.33333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.66666667vw 5.33333333vw;
  }
  .Index .Content .Step .Medal img {
    width: auto;
    height: 90%;
    margin-right: 5.06666667vw;
  }
  .Index .Content .Step .Medal p {
    font-size: 4.26666667vw;
    font-weight: bold;
    line-height: 6.4vw;
    color: #d6f2ff;
  }
}
