* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
li,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
i {
  font-style: normal;
}
html {
  font-size: 375px;
}
body {
  background: #ffffff;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
input,
select {
  outline: none;
}
img {
  border: none;
  display: block;
}
.show_img {
  width: 100%;
  height: auto;
}
.banner {
  width: 100%;
  overflow: hidden;
}
.wrapper {
  margin: 0 0.048rem 0.128rem;
  overflow: hidden;
}
.wrapper .sub_main {
  width: 100%;
  overflow: hidden;
}
.wrapper .sub_main .sub_line {
  width: 0.576rem;
  height: 0.09333333rem;
  border: 0.004rem solid #FF5A00;
  margin: 0.016rem auto 0;
  border-radius: 0.048rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}
.wrapper .sub_main .sub_line.first {
  margin: 0.02666667rem auto 0;
}
.wrapper .sub_main .sub_line .sub_label {
  font-size: 0.04266667rem;
  color: #FF5A00;
  line-height: 0.09333333rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
  margin-left: 0.02666667rem;
}
.wrapper .sub_main .sub_line .sub_input {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-grow: 1;
  border: none;
  outline: none;
  font-size: 0.04266667rem;
  border-radius: 0 0.048rem 0.048rem 0;
}
.wrapper .sub_main .sub_btn {
  width: 0.584rem;
  height: 0.10133333rem;
  background: #ff5a00;
  border-radius: 0.048rem;
  margin: 0.016rem auto 0;
  text-align: center;
  line-height: 0.10133333rem;
  font-size: 0.04266667rem;
  color: #fff;
  font-weight: bold;
}
.wrapper .tel_line {
  width: 100%;
  text-align: center;
  margin-top: 0.04rem;
  margin-bottom: 0.064rem;
}
.wrapper .tel_line a {
  font-size: 0.04266667rem;
  color: #FF5649;
  line-height: 0.05066667rem;
  display: block;
}
