.new-detail-wrapper {
  width: 12.8rem;
  margin: 0 auto;
  background: #F5F5F5;
}
@media screen and (max-width: 1024px) {
  .new-detail-wrapper {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.new-detail-wrapper .title {
  padding: 0.4rem 0;
  width: 11.2rem;
  margin: 0 auto;
  border-bottom: 1px solid #D9D9D9;
}
.new-detail-wrapper .title p {
  text-align: center;
  font-size: 0.24rem;
}
@media screen and (max-width: 1024px) {
  .new-detail-wrapper .title p {
    font-size: 0.32rem;
  }
}
.new-detail-wrapper .title div {
  text-align: center;
  font-size: 0.14rem;
  color: #737373;
  margin-top: 0.1rem;
}
.new-detail-wrapper .title div em {
  margin-left: 0.24rem;
}
.new-detail-wrapper .detail-content {
  padding: 0.4rem 0;
  width: 8.05rem;
  margin: 0 auto;
}
.new-detail-wrapper .detail-content p {
  line-height: 0.22rem;
  font-size: 0.14rem;
}
@media screen and (max-width: 1024px) {
  .new-detail-wrapper .detail-content p {
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
}
.new-detail-wrapper .detail-content img {
  max-width: 100%;
}
.new-detail-wrapper .detail-content .form {
  margin-top: 0.6rem;
}
.new-detail-wrapper .detail-content .form .layui-block .layui-input-inline {
  width: 33%;
  margin-bottom: 0.2rem;
}
.new-detail-wrapper .detail-content .form .submitBtn {
  width: 100%;
  background: #A6A6A6;
  color: #fff;
}
.new-detail-wrapper .detail-content .form .alert-text {
  margin: 0.2rem 0;
}
.new-detail-wrapper .page-jump {
  padding-top: 0.32rem;
  position: relative;
  padding-bottom: 0.75rem;
  width: 11.2rem;
  margin: 0 auto;
  border-top: 1px solid #D9D9D9;
}
.new-detail-wrapper .page-jump .transition-btn {
  font-size: 0.18rem;
  color: #666;
  margin-bottom: 0.05rem;
}
@media screen and (max-width: 1024px) {
  .new-detail-wrapper .page-jump .transition-btn {
    font-size: 0.3rem;
  }
}
.new-detail-wrapper .page-jump .return-list {
  position: absolute;
  right: 0;
  top: 0.32rem;
  display: block;
  width: 1.3rem;
  height: 0.46rem;
  line-height: 0.46rem;
  text-align: center;
  background: #CB3435;
  color: #fff;
  font-size: 0.16rem;
}
@media screen and (max-width: 1024px) {
  .new-detail-wrapper .page-jump .return-list {
    width: 2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.32rem;
    position: inherit;
    margin-top: 0.2rem;
  }
}
