h2.title {

  margin-top: 16px;

  margin-bottom: 40px;

  font-size: 28px;

  font-family: 'title';

  display: flex;

  justify-content: center;

}

.main-box{

  max-width: 1580px;

  width: 84vw;

  margin: 0 auto;

  padding:0 15px;

}



.number-box p{

  font-size: 16px;

  color: #7d7d7d;

  text-align: center;

  margin-top: 10px;

}

.number-box>div+div{

  border-left: 1px solid #e5e5e5;

}

.number-box h4{

  font-family: 'title';

  color: var(--mainColor);

  font-size: 65px;

  text-align: center;

}



.description{

  background: #f8f7f7;

  padding-left: .9rem;

  padding-right: 1rem;

}

h2.title{

  margin-bottom: 50px;

}

.banner{



  width: 84vw;

  max-width:1580px;

  margin: 0 auto;

  margin-top: 1rem;

}

.banner img{

  

  width: 100%;

}

.description-card {

  max-width: 3.2rem;

  width: 100%;

  margin-right: 40px;

}

.description-card img{

  width: 100%;

}

.description{

  width: 100%;

  height: 440px;

  display: flex;

  align-items: center;

  justify-content: space-around;

}

.description{

  margin-bottom: 100px;

}

.description-text{

  max-width: 8rem;

  width: 100%;
  height: 400px;
  overflow-y: auto;

  font-size: 16px;

  font-family: 'mainText';

  color: #404040;

}





.footer-card{

  width: 100%;

  display: flex;

}

.footer-card>.card{

  max-width: 770px;

  width: 100%;

  margin-top: 0;

  height: 3.2rem;

  flex-grow: 0;

  flex-shrink: 1;

  border-radius: 15px;

  box-shadow: 3px 3px 20px #11263921;

  display: flex;

  align-items: center;

}

.footer-card .card{

  padding: 0 1rem;

}

.footer-card>.card>svg{



  flex-shrink: 0;

}

.footer-card>.card:nth-child(1){

  margin-right: 40px;

}

.card-descript{

  margin-left: .5rem;

}



.card-descript .title{

  margin: 0;

  margin-bottom: .2rem;

  font-size: .28rem;



justify-content: start;

}

.card-descript p{

  font-size: .16rem;

}
.article-text table td{
  border: none;
}



@media(max-width:960px){

  .number-box>div{

    padding:30px 0;

    border-left: none !important;

    border-bottom: 1px solid #e5e5e5;

  }





  .description-card {

    max-width: 320px;

    margin-right: 0;

    width: 100%;

  }

  .description-text{

    max-width: 100%;

  }

  .footer-card{

    flex-direction: column;

    align-items: center;



  }

  .footer-card>.card{

    height: 320px;

  }

  .footer-card>.card:nth-child(1){



    margin-right: 0;

    margin-bottom: 20px;

  }

  .card-descript .title{

    font-size: 28px;

    margin-bottom: 20px;

  }

  .card-descript p{

    font-size: 16px;

  

  }





}



@media(max-width:768px){



  .footer-card .card svg{

    width: 80;

    height: 80;

  }

  .footer-card>.card{

    width: 96vw;

    height: auto;

  }

  .description{

    height: auto;

  }

  .description-card{

    margin-top: 40px;

  }

  .description-text{

    justify-content: center;
    height: auto;
    overflow-y: unset;

    margin: 40px 0;

  }

  .footer-card>.card{

    padding-left: 20px;

    padding-right: 20px;



    justify-content: space-around;

  }

  .card-descript .title {

    margin-bottom: 10px;

  }

  .footer-card .card{

    padding-top: 40px;

    padding-bottom: 40px;

  }

}





.footer-card{

  margin-bottom: 100px;

}