.flight {
  margin: 0 auto;
}
.main-title .num {
  display: inline-block;
  transform: translate(0.1rem, -0.1rem);
  color: #fff;
  padding: 0.026rem 0.0521rem;
  background: #FF8B00;
  border-radius: 15px;
  font-size: 0.0833rem;
  border: 1px solid #FFFFFF;
}
body {
  background: #fff;
}
.ask-wrap {
  display: flex;
  box-sizing: border-box;
  padding: 0.3125rem 0.4167rem;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
}
.ask-left {
  flex: 1;
  box-sizing: border-box;
}
.ask-left .weizhoudao-img {
  display: block;
  width: 1.6875rem;
  margin-bottom: 0.3125rem;
}
.ercode-img {
  width: 0.7292rem;
  height: auto;
  margin-top: 1.1458rem;
}
.ask-form {
  width: 3.5417rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-item {
  width: 100%;
  margin-bottom: 0.1563rem;
}
.form-item label {
  display: block;
  width: 100%;
  font-size: 0.0729rem;
  margin-bottom: 0.0781rem;
}
.form-item input,
.form-item select,
.form-item textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0.1042rem 0.1563rem;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  font-size: 0.0729rem;
  background-color: #F5F5F5;
}
.form-item textarea {
  min-height: 0.8333rem;
}
.form-item.half-item {
  width: 48%;
}
.verify-item {
  display: flex;
  flex-wrap: wrap;
}
.verify-item input {
  width: 50%;
}
.verify-img {
  width: 1.0417rem;
}
.check {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 0.0729rem;
  color: #666;
}
.check input {
  -webkit-appearance: auto;
          appearance: auto;
}
.sub-btn {
  width: 100%;
  text-align: center;
  cursor: pointer;
  padding: 0.1042rem 0;
  margin-top: 0.2083rem;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  font-size: 0.0833rem;
  background-color: #00C5DD;
  color: #fff;
}
.contact-item {
  display: flex;
  padding: 0.1042rem 0;
  font-size: 0.0729rem;
}
.contact-item img {
  display: block;
  margin-right: 0.3125rem;
  width: 0.3125rem;
  height: 0.3125rem;
}
.contact-item .num {
  display: block;
  font-size: 0.0938rem;
  margin-top: 0.0781rem;
  font-weight: bold;
}
input,
select {
  flex: none;
}
@media screen and (max-width: 1024px) {
  .content {
    margin-top: 0.8rem;
  }
  .contact-list {
    justify-content: space-between;
  }
  .contact-item {
    width: 45%;
    padding: 0.5333rem 0;
    font-size: 0.3733rem;
  }
  .contact-item img {
    width: 0.5333rem;
    height: 0.5333rem;
  }
  .contact-item .num {
    font-size: 0.3733rem;
  }
  .main-title .num {
    padding: 0.08rem 0.1333rem;
    font-size: 0.32rem;
  }
  .ask-wrap {
    flex-wrap: wrap;
  }
  .ask-left {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .contact-item {
    width: 100%;
  }
  .contact-item img {
    width: 0.8rem;
    height: 0.8rem;
  }
  .ercode-img {
    width: 100%;
  }
  .ask-form {
    flex: 0 0 100%;
    width: 100%;
  }
  .ask-left .weizhoudao-img {
    width: 60%;
    margin-bottom: 0.5333rem;
  }
  .form-item.half-item {
    width: 100%;
  }
  .form-item label {
    font-size: 0.3733rem;
    margin-bottom: 0.4rem;
  }
  .form-item input,
  .form-item select,
  .form-item textarea {
    margin-bottom: 0.4rem;
    padding: 0.2667rem 0.5333rem;
    font-size: 0.32rem;
  }
  .form-item textarea {
    min-height: 3rem;
  }
  .verify-img {
    width: 48%;
  }
  .check {
    font-size: 0.2667rem;
  }
  .sub-btn {
    font-size: 0.3733rem;
    padding: 0.4rem 0;
    margin-top: 1.0667rem;
  }
}
