/* common class */
#app {
  width: 100%;
  margin: 0 auto;
}

section {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.bg {
  width: 7.5rem;
  display: block;
}

/* common class */
/* section 1*/
.section1 {
  background: #F1F2ED;
}

/* section 1 End*/
/* section 2 */
.section2, .section4, .section6 {
  background: #DD2E32;
}

/* section 7 */
.section7 {
  display: block;
  background: #DD2E32;
  padding: 0.1rem 0;
}

.section7 span, .section7 a {
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: 0.1rem;
}

/* section 7 end */
.message-box {
  width: 100%;
  min-height: 3.78rem;
  padding: 0 0 0.28rem;
  border-radius: 10px;
}
.message-box .line-input {
  width: 4.61rem;
  height: 0.74rem;
  margin: 0 auto 0.29rem;
  background: #f1f0f1;
  border-radius: 50px;
  position: relative;
}
.message-box .line-input input {
  height: 0.74rem;
  font-size: 0.3rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.7rem;
  background: transparent;
  border: 0;
  outline: none;
}
.message-box .line-input:before {
  content: "";
  width: 0.3rem;
  position: absolute;
  left: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.message-box .line-input.name:before {
  background-image: url("../images/icon-name.png");
  height: 0.32rem;
}
.message-box .line-input.phone:before {
  background-image: url("../images/icon-phone.png");
  height: 0.3rem;
}
.message-box .line-input.address:before {
  background-image: url("../images/icon-address.png");
  height: 0.34rem;
}
.message-box .submit-btn {
  width: 4.4rem;
  margin: 0.33rem auto 0;
  border-radius: 28px;
  color: #fff;
  font-size: 0.3rem;
  text-align: center;
  height: 0.66rem;
  line-height: 0.66rem;
  background-image: -moz-linear-gradient(90deg, #ea5514 0%, #ff822f 100%);
  background-image: -webkit-linear-gradient(90deg, #ea5514 0%, #ff822f 100%);
  background-image: -ms-linear-gradient(90deg, #ea5514 0%, #ff822f 100%);
}

/*# sourceMappingURL=index.css.map */
