* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 320px;
  max-width: 750px;
  margin: 0 auto;
  font-family: 'Courier New', 'Microsoft YaHei';
}
@media screen and (min-width: 750px) {
  html {
    font-size: 70px !important;
  }
}
.warp {
  background: #ffd7e8;
}
.banner img {
  width: 100%;
  height: 100%;
}
.form1 {
  margin: 0.2667rem;
  background: #fff;
  border-radius: 0.2667rem;
}
.form1 h2 {
  text-align: center;
  color: #fff;
  background: #f87db3;
  font-size: 0.5333rem;
  font-weight: 500;
  line-height: 1.2rem;
}
.form1 h2 b {
  font-size: 0.8rem;
  color: #f7d72c;
}
.form1 .info {
  padding: 0.4rem;
  color: #444;
  line-height: 0.8rem;
}
.form1 .info .item {
  font-size: 0.48rem;
}
.form1 .info .item span {
  font-size: 0.3733rem;
}
.form1 .info .item span i {
  color: #f87db3;
}
.form1 .info .btn {
  margin: 0.4rem;
  text-align: center;
}
.form1 .info .btn button {
  background: #fb8065;
  padding: 0.2667rem 0.6667rem;
  border-radius: 0.5333rem;
  font-size: 0.48rem;
  color: #fff;
  border: none;
}
.form1 .info input {
  border: none;
  border-bottom: 1px solid #444;
  width: 100%;
  margin-bottom: 0.4rem;
  font-family: "Microsoft soft";
  font-size: 0.4267rem;
  line-height: 0.6667rem;
  color: #999;
  outline-style: none ;
}
.form1 .info input:hover {
  border-bottom: 1px solid #444;
}
.show1 {
  margin: 0.2667rem;
  background: #fff;
  border-radius: 0.2667rem;
  padding: 0.2667rem;
}
.show1 h2 {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 0.2667rem;
  color: #444;
  font-weight: 500;
}
.show1 h3 {
  font-size: 0.5333rem;
  text-align: center;
  margin-top: 0.2667rem;
  color: #444;
  font-weight: 500;
}
.show1 h3 b {
  color: #f87db3;
  font-weight: 800;
}
.show1 h4 {
  margin: 0 auto;
  margin-top: 0.2667rem;
  width: 5.3333rem;
  text-align: center;
  font-size: 0.4267rem;
  font-weight: 300;
  background: #f87db3;
  color: #fff;
  padding: 0.0667rem;
}
.show1 .list {
  margin-top: 0.6667rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.show1 .list .item {
  width: 2.4333rem;
  height: 4.8rem;
  border: 2px solid #f87db3;
  border-radius: 100px;
  padding: 0.1333rem;
}
.show1 .list .item .title {
  text-align: center;
  font-size: 0.88rem;
  color: #f87db3;
  font-weight: 1000;
}
.show1 .list .item .images {
  text-align: center;
}
.show1 .list .item .images img {
  width: 100%;
}
.show1 .list .item .desc {
  text-align: center;
  font-size: 0.4rem;
}
.blank {
  height: 0.5rem;
}
