* {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .page-nav {
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 1043px;
    height: 100px;
    margin: 0 auto;
  }
  .name {
    font-size: 42px;
    color: #242424;
    margin-right: 218px;
  }
  .list-nav {
    display: flex;
  }
  .nav-item {
    margin-right: 60px;
    font-size: 14px;
    color: #242424;
    cursor: pointer;
  }
  .nav-item-action {
    color: #4d78ea;
    font-weight: bold;
  }
  .nav-item:last-child {
    margin-right: 0;
  }

  .banner-img {
    height: auto;
    width: 100%;
    display: block;
  }
  .mini-content {
    background-color: #F6F8FC;
    padding: 60px 0 52px 0;
  }
  .mini-content>.mini-container-box{
    width: 1201px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mini-content>.mini-container-box>.mini-title{
    font-size: 40px;
    color: #242424;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .mini-content>.mini-container-box>.mini-desc{
    font-size: 22px;
    color: #78797B;
    margin-bottom: 60px;
  }
  .app-content {
    background-color: #fff;
    padding: 60px 0 52px 0;
  }
  .app-content>.app-container-box{
    width: 1201px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .app-content>.app-container-box>.app-title{
    font-size: 40px;
    color: #242424;
    font-weight: bold;
    margin-bottom: 60px;
  }
  .app-content>.app-container-box>.app-content-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .app-content>.app-container-box>.app-content-box>.app-right-content{
    display: flex;
    flex-direction: column;
  }
  .app-content>.app-container-box>.app-content-box>.app-right-content>.app-right-img {
    width: 609px;
    height: 321px;
  }
  .app-content>.app-container-box>.app-content-box>.app-right-content>.app-right-title {
    color: #242424;
    font-size: 24px;
    margin: 14px 0 8px 0;
    font-weight: bold;
  }
  .app-content>.app-container-box>.app-content-box>.app-right-content>.app-right-desc {
    color: #B6B6B6;
    font-size: 16px;
    display: block;
  }
  .module-content {
    background-color: #F6F8FC;
    padding: 60px 0 30px 0;
  }

  .module-content>.module-container-box{
    width: 1201px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .module-content>.module-container-box>.module-title{
    font-size: 40px;
    color: #242424;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .module-content>.module-container-box>.module-desc{
    font-size: 22px;
    color: #78797B;
    margin-bottom: 60px;
  }
  .module-content>.module-container-box>.module-item-box {
    width: 1172px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .module-item-box>.module-item {
    position: relative;
    width: 516px;
    height: 180px;
    background-color: #fff;
    
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    margin-bottom: 40px;
  }
  .module-item-box>.module-item>p {
    font-size: 24px;
    color: #242424;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 80px;
    margin-top: 38px;
  }
  .module-item-box>.module-item>span {
    font-size: 16px;
    color: #7C7C7C;
    display: block;
    margin-left: 80px;
  }
  .module-item-box>.module-item>img {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    margin-left: -50px;
    top: 50%;
    margin-top: -50px;
  }
  .we-advantage {
    background-color: #fff;
    padding: 60px 0 100px 0;
  }
  .we-advantage>.we-advantage-box{
    width: 1201px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .we-advantage>.we-advantage-box>.we-advantage-title{
    font-size: 40px;
    color: #242424;
    font-weight: bold;
    margin-bottom: 60px;
  }
  .market {
    background-color: #F6F8FC;
    padding: 60px 0 100px 0;
  }
  .market>.market-box{
    width: 1201px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .market>.market-box>.market-title{
    font-size: 40px;
    color: #242424;
    font-weight: bold;
    margin-bottom: 60px;
  }

  .footer-step {
    padding: 80px 0 80px 0;
    background-color: #3D65FF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footer-step>.btn {
    background-color: #fff;
    color: #3D65FF;
    width: 415px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    margin-top: 60px;
    border-radius: 8px;
  }

  .footer-record {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    background-color: #37383c;
  }
  .text {
    color: #fff;
    opacity: 0.5;
  }
  .link {
    text-decoration: none;
    color: #fff;
  }
  .link:hover {
    text-decoration: underline;
  }