.after{
  padding: 2rem 10%;
  background-color: #fff;
}
.after-title{
  font-weight: 500;
  font-size: 1rem;
  color: #000000;
  line-height: 1.4rem;
  text-align: center;
}
.after-content{
  font-weight: 400;
  font-size: 0.45rem;
  color: #4D4D4D;
  line-height: 0.6rem;
  text-align: center;
  padding: 0.5rem 0;
}

.after-item{
  display: flex;
  margin-top: 0.8rem;
  background: #F7F8F9;
  padding: 1.2rem 1.6rem;
}
.after-left{
  line-height: 0;
}
.after-image{
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  overflow: hidden;
}
.after-right{
  flex: 1;
  padding-left: 1rem;
}
.after-right-title{
  font-weight: 500;
  font-size: 0.7rem;
  color: #1A1A1A;
  line-height: 1rem;
}
.after-right-content{
  margin-top: 0.4rem;
  font-size: 0.45rem;
  color: #4D4D4D;
  line-height: 0.9rem;
}

.after-footer{
  position: relative;
  margin-top: 0.8rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.after-footer-image{
  width: 100%;
  height: auto;
}
.after-footer-content{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.after-footer-title{
  font-weight: 500;
  font-size: 0.8rem;
  color: #FFFFFF;
  line-height: 1.1rem;
}
.after-footer-btn{
  margin-top: 0.4rem;
}

@media screen and (max-width: 1000px) {
  
}

@media screen and (max-width: 500px) {
  .after {
    padding: 1rem 5%;
  }
  .after-content{
    font-size: 0.5rem;
  }
  .after-item{
    flex-direction: column;
    padding: 0.6rem 0.8rem;
  }
  .after-right{
    padding-left: initial;
    margin-top: 0.4rem;
  }
  .after-right-content{
    font-size: 0.52rem;
  }
}