.bottom-gif {
  width: 100%;
}
body {
  padding: 2em;
  font-family: /* 西文 */ -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, /* 中文 */ PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
}
label {
  font-size: 17px;
  margin: 0.3em 0em;
}
input[type=text],
input[type=tel],
textarea {
  border-radius: 0.1em;
  padding: 0.4em;
}
.input-text {
  margin: 1em 0em;
  font-size: 17px;
  width: 100%;
}
.input-text label:nth-child(1) {
  font-weight: initial;
}
.input-text label {
  display: block;
}
.input-text input,
.input-text textarea {
  display: inline-block;
  font-size: 17px;
  background-color: #f3f3f3;
  border: 0em;
  width: 100%;
}
.input-text input[type=tel] {
  height: 34.6px;
}
.input-text textarea {
  resize: vertical;
}
.input-radio label:nth-child(1) {
  font-weight: initial;
}
.input-radio label {
  display: inline-block;
  width: 49%;
}
.input-radio-1 label:nth-child(1) {
  font-weight: initial;
}
.input-radio-1 label {
  display: inline-block;
  width: 100%;
}
.input-radio-1 input[type=text] {
  display: inline-block;
  font-size: 17px;
  background-color: #f3f3f3;
  border: 0em;
  width: 100%;
}
p {
  font-size: 10.2px;
}
.submit-button {
  text-align: center;
}
.submit-button>button {
  width: 40%;
  font-size: 17px;
  line-height: 2em;
  text-align: center;
  border-radius: 1em;
  border: 0em;
  background-color: #d4532b;
  color: #fff;
}
* {
  box-sizing: border-box;
}
.mytitle {
  text-align: center;
  position: relative;
  font-size: 34px;
  line-height: 34px;
  padding: 0.3em 0px;
}
.mytitle>span {
  float: left;
  background-color: #d4532b;
  display: inline-block;
  height: 39.099999999999994px;
  width: 40px;
}
.validatorMessage {
  color: #e6a23c;
}
body {
  max-width: 800px;
  margin: 0em auto;
  padding-top: 0em;
}
.choose-city {
  display: inline-block;
  text-align: center;
  width: 100px;
  padding: 0.3em;
  border-radius: 1em;
  position: absolute;
  right: 3px;
  top: 19px;
  color: #808080;
  z-index: 1;
}
