.section1 .wrap {
  padding-top: 290px;
  width: 1400px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.section1 .wrap .top {
  padding-bottom: 40px;
  border-bottom: 1px solid #F2F2F2;
  display: flex;
  justify-content: space-between;
}

.section1 .wrap .top .title h3 {
  color: #1a1a1a;
  font-size: 42px;
  margin-bottom: 40px;
}

.section1 .wrap .top .title .time {
  color: #1a1a1a;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.section1 .wrap .top .title .time span {
  margin-right: 15px;
  font-size: 20px;
}

.section1 .wrap .top .return {
  width: 164px;
  height: 62px;
  background-color: #FFB3AB;
  display: flex;
  align-items: center;
  border-radius: 32px;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}

.section1 .wrap .bottom {
  border-bottom: 1px solid #F2F2F2;
  padding-top: 50px;
  padding-bottom: 80px;
}

.section1 .wrap .bottom p {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 2;
}

.section1 .wrap .bottom p:not(:last-child) {
  margin-bottom: 50px;
}

.section1 .wrap .tab {
  margin-top: 40px;
}

.section1 .wrap .tab .next {
  margin-bottom: 20px;
}

.section1 .wrap .tab .prev,
.section1 .wrap .tab .next {
  font-size: 16px;
  color: #1a1a1a;
}

.section1 .wrap .tab .prev a,
.section1 .wrap .tab .next a {
  color: #1a1a1a;
  transition: all 0.6s;
}

.section1 .wrap .tab .prev a:hover,
.section1 .wrap .tab .next a:hover {
  color: #FFB3AB;
}
  .section1 .wrap .bottom img{
    height: auto;
  }
@media screen and (max-width: 1919px) {
  .section1 .wrap {
    padding-top: 15.1041666667vw;
    width: 72.9166666667vw;
    padding-bottom: 5.2083333333vw;
  }

  .section1 .wrap .top {
    padding-bottom: 2.0833333333vw;
  }

  .section1 .wrap .top .title h3 {
    font-size: 2.1875vw;
    margin-bottom: 2.0833333333vw;
  }

  .section1 .wrap .top .title .time {
    font-size: 0.8333333333vw;
  }

  .section1 .wrap .top .title .time span {
    margin-right: 0.78125vw;
    font-size: 1.0416666667vw;
  }

  .section1 .wrap .top .return {
    width: 8.5416666667vw;
    height: 3.2291666667vw;
    border-radius: 1.6666666667vw;
    font-size: 0.8333333333vw;
  }

  .section1 .wrap .bottom {
    padding-top: 2.6041666667vw;
    padding-bottom: 4.1666666667vw;
  }

  .section1 .wrap .bottom p {
    font-size: 0.8333333333vw;
  }

  .section1 .wrap .bottom p:not(:last-child) {
    margin-bottom: 2.6041666667vw;
  }

  .section1 .wrap .tab {
    margin-top: 2.0833333333vw;
  }

  .section1 .wrap .tab .next {
    margin-bottom: 1.0416666667vw;
  }

  .section1 .wrap .tab .prev,
  .section1 .wrap .tab .next {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .section1 .wrap{
    padding-top: 120px;
    width:90vw;
    padding-bottom: 60px;
  }
  .section1 .wrap .top .title h3{
    font-size: 28px;
    margin-bottom: 20px;
  }
  .section1 .wrap .top .title .time{
    font-size: 14px;
  }
  .section1 .wrap .top .title .time span{
    font-size: 14px;
    margin-right: 10px;
  }
  .section1 .wrap .top{
    flex-direction: column-reverse;
    padding-bottom: 20px;
  }
  .section1 .wrap .top .return{
    margin-bottom: 20px;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
  }
  .section1 .wrap .bottom{
    padding: 30px 0;
  }
  .section1 .wrap .bottom p:not(:last-child){
    margin-bottom: 20px;
  }
  .section1 .wrap .bottom p{
    font-size: 14px;
  }
  .section1 .wrap .tab .prev, .section1 .wrap .tab .next{
    font-size: 14px;
  }

}
@media screen and (max-width: 767px) {
  .section1 .wrap{
    padding-top: 100px;
  }
  .section1 .wrap .top .title h3 {
    font-size: 24px;
  }
  .section1 .wrap .tab{
    margin-top: 20px;
  }
  .section1 .wrap .tab .next{
    margin-bottom: 10px;
  }
}