.desc-wrap {
  width: 93rem;
  font-size: 1.6rem;
  margin: 6.8rem auto 7.6rem auto;
}
.desc-wrap p {
  line-height: 2.8rem;
  text-align: justify;
}
.desc-wrap p:nth-child(1) {
  font-weight: bold;
  padding-bottom: 1rem;
}
.main-wrap {
  background: #EEF1F6;
  padding-top: 12rem;
  padding-bottom: 3rem;
  min-width: 144rem;
}
.main .info .title {
  color: #1953E5;
  font-size: 4.8rem;
  font-weight: bold;
  transform: scale(0.8, 1);
  transform-origin: bottom left;
}
.main p {
  color: #666666;
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding-bottom: 2.4rem;
  text-align: justify;
}
.one-block p, .two-block p{
  padding-top: 3rem;
}
.main .num {
  font-size: 20.8rem;
  color: #fff;
  font-weight: bold;
}


.one-block, .two-block, .three-block {
  display: flex;
  margin: 0 auto;
}
.line-block {
  width: 96rem;
  margin: 0 auto;
}
.one-block {
  width: 100.4rem;
  padding-right: 4.4rem;
}
.one-block .info {
  padding: 4rem 0 0 4rem;
}
.one-block .code div {
  color: #666666;
  font-size: 1.2rem;
  padding-top: 0.5rem;
}

.two-block{
  width: 120rem;
  padding-top: 11rem;
  padding-left: 24rem;
}
.two-block .info {
  padding: 4rem 4rem 0 0;
}
.two-block .img-wrap {
  position: relative;
}
.two-block .img-wrap .num {
  position: absolute;
  top: 0;
}
.two-block .img-wrap .img {
  position: relative;
  top: 3rem;
}
.two-block .list-wrap{

}
.two-block .list-wrap .list{
  display: flex;
} 
.two-block .list-wrap .list li {
  width: 40%;
  font-size: 1.6rem;
  color: #666;
  padding: 0 1rem;
  line-height: 3.8rem;
}
.two-block .list-wrap .list li:nth-child(1){
  width: 20%;
}
.two-block .list-wrap .list-th {
  background: #E3E4E8;
  font-weight: bold;
}
.two-block .list-wrap .list-item {
  border-bottom: 0.1rem solid #E3E4E8;
}
.two-block .list-wrap .list-title, .two-block .list-wrap .list-tips {
  font-size: 1.6rem;
  color: #666;
  padding: 0.6rem 0;
}
.two-block .list-wrap .list-title {
  font-weight: bold;
}
.two-block .apply-wrap{
  padding-top: 1.8rem;
}
.two-block .apply-wrap .apply-title {
  font-size: 2rem;
  font-weight: bold;;
}
.two-block .apply-wrap .call {
  padding: 1rem 0 1.6rem 0;
}

.three-block{
  width: 120rem;
  padding-right: 24rem;
}
.three-block .fonts-wrap {
  padding: 2rem 0 0 4rem;
}
.three-block .title-wrap, .one-block .title-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.three-block .title-wrap .info {
  padding-top: 4rem;
}



.line-block {
  margin-top: -24rem;
}
.two-block .title-wrap, .line-block .title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.two-block .title-wrap .info , .line-block .title-wrap .info{
  padding-top: 6rem;
  padding-left: 3.8rem;
}
.line-block .img-wrap {
  position: relative;
}
.line-block .img-wrap .left-arrow, .line-block .img-wrap .right-arrow{
  position: absolute;
  top: 10rem;
  z-index:9
}
.line-block .img-wrap .left-arrow {
  cursor: pointer;
  left: -2.3rem;
}
.line-block .img-wrap .right-arrow {
  right: -2.3rem;
}
.line-block .img-list-wrap {
  width: 96rem;
  overflow: hidden;
}
.line-block .img-list {
  display: flex;
  position: relative;
  transition: all 0.5s;
}
.line-block .img-list .img-item {
  padding-right: 0.2rem;
}
.line-block .call-wrap{
  text-align: center;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0 3rem 0;
  font-weight: bold;
}

.line-block .info .font {
  text-align: center;
  margin-left: -3rem;
}

@media (max-width: 913px) {
  .desc-wrap{
    width: 92%;
  }
  .main-wrap{
    width: 100%;
    min-width: 100%;
    padding-top: 2rem;
  }
  .one-block, .two-block, .three-block, .line-block{
    width: 92%;
    margin: 0 auto;
  }
  .one-block, .two-block, .three-block{
    display: block;
    padding: 0;
  }
  .one-block .info, .two-block .info, .three-block .fonts-wrap{
    padding: 0
  }
  .one-block p, .two-block p{
    padding: 0
  }
  .one-block .img-wrap img{
    width: 100%;
  }
  .one-block .code{
    text-align: center;
  }
  .one-block .img-wrap img, .two-block .img-wrap img, .three-block  .img-wrap img{
    width: 100%;
  }
  .line-block{
    margin-top: 0rem !important;
  }
  .line-block .img-list-wrap {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .line-block .call-wrap{
    display: block;
  }
  .line-block .call-wrap .call{
    justify-content: center;
  }
}

@media (max-width: 415px) {
  .main .num {
    font-size: 18rem;
  }
  .desc-wrap{
    margin: 3rem auto 2rem auto;
  }
  .main .info .title {
    font-size: 3rem;
  }
  .btns img{
    width: 49%;
  }
}