.index {
  width: 100%;
  position: relative;
}
.index .banner {
  width: 100%;
  height: 586.7px;
  background: url('../static/images/banner.png');
  background-size: cover;
  background-position: center;
  padding-top: 175px;
  box-sizing: border-box;
}
.index .banner .banner-title {
  width: 540px;
  font-size: 54px;
  font-family: Ubuntu-Italic;
  color: #fff;
  font-weight: 600;
  cursor: default;
}
.index .banner .banner-btn {
  width: 168.2px;
  height: 60.5px;
  box-sizing: border-box;
  margin-top: 43px;
  font-family: Ubuntu-Medium;
  font-size: 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  user-select: none;
  line-height: 60.5px;
  border-radius: 30.24px;
  background: rgba(255, 255, 255, 0.16);
  border: 2px solid #fff;
}
.index .more {
  width: 100%;
  padding-top: 84px;
  box-sizing: border-box;
}
.index .more .more-warp {
  display: flex;
  justify-content: center;
}
.index .more .more-warp .more-item {
  font-family: Ubuntu-Regular;
  width: 330px;
  margin-right: 50px;
}
.index .more .more-warp .more-item .more-top {
  width: 330px;
  height: 208.3px;
}
.index .more .more-warp .more-item .more-top img {
  width: 100%;
  height: 100%;
}
.index .more .more-warp .more-item .more_phone {
  display: none;
}
.index .more .more-warp .more-item .more_p_title {
  display: none;
}
.index .more .more-warp .more-item .more-desc {
  margin-top: 26px;
  font-size: 15px;
  line-height: 26px;
  color: #3C4C75;
  font-weight: 500;
  cursor: default;
}
.index .more .more-warp .more-item .more-btn {
  width: 125.4px;
  height: 45.3px;
  border-radius: 6px 6px 6px 6px;
  background: #3c4c75;
  font-weight: Medium;
  line-height: 45.3px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin-top: 36px;
  cursor: pointer;
  user-select: none;
}
.index .more .more-warp .more-item:last-child {
  margin-right: 0;
}
.index .structure {
  width: 100%;
  padding-top: 93px;
  box-sizing: border-box;
}
.index .structure .structure-title {
  font-family: Ubuntu-Italic;
  font-size: 34px;
  text-align: center;
  color: #3C4C75;
  font-weight: 700;
  cursor: default;
}
.index .structure .structure_p {
  display: none;
}
.index .structure .structure-desc {
  width: 900px;
  text-align: center;
  margin: 0 auto;
  font-family: Ubuntu-Regular;
  color: #3C4C75;
  font-size: 17px;
  line-height: 32px;
  margin-top: 54px;
  cursor: default;
}
.index .structure .structure-main {
  margin-top: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .structure .structure-main .left {
  margin-right: 158px;
}
.index .structure .structure-main .left .left-item {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}
.index .structure .structure-main .left .left-item img {
  width: 16px;
  height: 16px;
}
.index .structure .structure-main .left .left-item .info {
  font-family: Ubuntu-Regular;
  font-size: 14px;
  color: #3C4C75;
  margin-left: 19px;
  cursor: default;
}
.index .structure .structure-main .left .left-item:last-child {
  margin-bottom: 0;
}
.index .structure .structure-main .right {
  width: 486.1px;
  height: 323.3px;
}
.index .structure .structure-main .right img {
  width: 100%;
  height: 100%;
}
.index .row2 {
  margin-top: 76px;
}
.index .row2 .row2_warp {
  display: flex;
  justify-content: center;
}
.index .row2 .row2_warp .row2_l {
  width: 488px;
  height: 324px;
  margin-right: 40px;
}
.index .row2 .row2_warp .row2_l img {
  width: 100%;
  height: 100%;
}
.index .row2 .row2_warp .row_r .desc {
  font-size: 15px;
  font-family: Ubuntu-Regular;
  font-weight: 400;
  color: #3C4C75;
  line-height: 24px;
  margin-bottom: 30px;
}
.index .row2 .row2_warp .row_r .row_icon {
  display: flex;
  align-items: center;
}
.index .row2 .row2_warp .row_r .row_icon .icon1 {
  width: 97px;
  height: 44px;
  margin-right: 16px;
}
.index .row2 .row2_warp .row_r .row_icon .icon2 {
  width: 49px;
  height: 49px;
}
.index .steps {
  padding-top: 60px;
  box-sizing: border-box;
  margin-bottom: 103px;
}
.index .steps .steps-warp {
  font-family: Ubuntu-Medium;
  padding: 61px 75px;
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  border-radius: 31px;
  box-shadow: 0px 0px 40px rgba(60, 76, 117, 0.06);
}
.index .steps .steps-warp .steps-title {
  font-family: Ubuntu-Italic;
  font-size: 34px;
  font-weight: 600;
  color: #3C4C75;
  cursor: default;
}
.index .steps .steps-warp .steps-desc {
  font-size: 15px;
  line-height: 34px;
  color: #3C4C75;
  margin-top: 36px;
  cursor: default;
  font-family: Ubuntu-Regular;
}
.index .steps .steps-warp .steps-btn {
  width: 155px;
  height: 56px;
  border-radius: 6px 6px 6px 6px;
  background: #3c4c75;
  font-size: 15px;
  text-align: center;
  line-height: 59px;
  color: #fff;
  cursor: pointer;
  margin-top: 54px;
  font-family: Ubuntu-Regular;
}
.index #success,
.index #err {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
@media only screen and (max-width: 690px) {
  .index {
    padding-top: 57px;
    box-sizing: border-box;
  }
  .index .banner {
    height: 287px;
    background: url('../static/images/phone_banner.png');
    background-size: cover;
    background-position: center;
    padding-top: 52px;
    box-sizing: border-box;
  }
  .index .banner .banner-title {
    width: 207px;
    font-size: 32px;
  }
  .index .banner .banner-btn {
    width: 89px;
    height: 28px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid #FFFFFF;
    border-radius: 14px;
    margin-top: 34px;
    line-height: 28px;
    font-family: Ubuntu-Regular;
    font-size: 13px;
  }
  .index .more {
    padding-top: 28px;
  }
  .index .more .more-warp {
    flex-direction: column;
  }
  .index .more .more-warp .more-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 31px;
  }
  .index .more .more-warp .more-item .more-top {
    display: none;
  }
  .index .more .more-warp .more-item .more_phone {
    width: 95px;
    height: 95px;
    display: block;
    margin-bottom: 14px;
  }
  .index .more .more-warp .more-item .more_phone img {
    width: 100%;
    height: 100%;
  }
  .index .more .more-warp .more-item .more_p_title {
    display: block;
    font-size: 19px;
    font-family: Ubuntu-Medium;
    font-weight: 500;
    color: #3C4C75;
  }
  .index .more .more-warp .more-item .more-desc {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }
  .index .more .more-warp .more-item .more-btn {
    width: 110px;
    height: 37px;
    background: #3C4C75;
    border-radius: 3px;
    line-height: 37px;
    font-size: 14px;
  }
  .index .more .more-warp .more-item:last-child {
    margin-bottom: 0;
  }
  .index .structure {
    padding-top: 35px;
  }
  .index .structure .structure-title {
    display: none;
  }
  .index .structure .structure_p {
    display: block;
    width: 100%;
    height: 150px;
  }
  .index .structure .structure_p img {
    width: 100%;
    height: 150px;
  }
  .index .structure .structure-desc {
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 23px;
    margin-top: 28px;
  }
  .index .structure .structure-main {
    margin-top: 21px;
    flex-direction: column;
  }
  .index .structure .structure-main .left {
    margin-right: 0;
  }
  .index .structure .structure-main .left .left-item {
    margin-bottom: 15px;
    align-items: center;
  }
  .index .structure .structure-main .left .left-item img {
    width: 8px;
    height: 8px;
  }
  .index .structure .structure-main .left .left-item .info {
    font-size: 16px;
    margin-left: 9px;
  }
  .index .structure .structure-main .right {
    width: 100%;
    height: 173px;
    margin-top: 24px;
  }
  .index .row2 {
    margin-top: 37px;
  }
  .index .row2 .row2_warp .row2_l {
    display: none;
  }
  .index .row2 .row2_warp .row_r .desc {
    margin-bottom: 19px;
    text-align: center;
  }
  .index .row2 .row2_warp .row_r .row_icon {
    justify-content: center;
  }
  .index .row2 .row2_warp .row_r .row_icon .icon1 {
    width: 80px;
    height: 31px;
  }
  .index .row2 .row2_warp .row_r .row_icon .icon2 {
    width: 31px;
    height: 31px;
  }
  .index .steps {
    padding-top: 36px;
    margin-bottom: 25px;
  }
  .index .steps .steps-warp {
    width: 100%;
    padding: 24px;
    border-radius: 16px;
  }
  .index .steps .steps-warp .steps-title {
    font-family: Ubuntu-Medium;
    font-size: 22px;
  }
  .index .steps .steps-warp .steps-desc {
    margin-top: 18px;
    font-size: 14px;
  }
  .index .steps .steps-warp .steps-btn {
    width: 110px;
    height: 37px;
    line-height: 37px;
    margin-top: 21px;
    font-size: 14px;
  }
  .index #err,
  .index #success {
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
  }
}
