* {
  margin: 0;
  padding: 0;
}
li,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
html {
  font-size: 375px;
}
img {
  display: block;
  border: none;
  float: left;
}
a,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.content {
  width: 100%;
  overflow: hidden;
}
.content .bg_img {
  width: 100%;
  height: auto;
}
.content.form {
  position: relative;
}
.content.form .sub_input {
  width: 49.4%;
  height: 12%;
  padding: 0 2%;
  position: absolute;
  border: none;
  outline: none;
  font-size: 0.04266667rem;
}
.content.form .sub_input.first_sub_input {
  top: 27%;
  right: 17%;
}
.content.form .sub_input.second_sub_input {
  top: 43%;
  right: 17%;
}
.content.form .sub_btn {
  width: 53%;
  height: 15%;
  position: absolute;
  right: 17%;
  bottom: 23%;
}
.content.text {
  position: relative;
}
.content.text .text_main {
  position: absolute;
  top: 0.19733333rem;
  left: 0.16rem;
  font-size: 0.032rem;
  color: #523c27;
  line-height: 0.048rem;
}
.content.text .text_main .text_title {
  color: #eb5d39;
}
.content.text .text_mains {
  position: absolute;
  top: 0.29333333rem;
  left: 0.224rem;
  font-size: 0.032rem;
  color: #523c27;
  line-height: 0.048rem;
}
.content.text .text_mains .text_title {
  color: #eb5d39;
}
