input {
  outline: none;
}
header {
  height: 9.08rem;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: url("header.png");
}
.content {
  background-image: linear-gradient(0deg, #e55f4f 0%, #f47349 100%);
}
.content .checked {
  flex-wrap: wrap;
  padding: 0.3rem 0.9rem 0;
}
.content .checked li {
  font-size: 0.26rem;
  font-weight: bold;
  color: #fff5da;
  margin-left: 0.8rem;
  margin-bottom: 0.3rem;
}
.content .checked li:nth-of-type(1),
.content .checked li:nth-of-type(4) {
  margin-left: 0;
}
.content .checked li i {
  display: inline-block;
  width: 0.26rem;
  height: 0.26rem;
  border: solid 2px rgba(255, 255, 255, 0.8);
  opacity: 0.8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 0.1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content .checked li i.select {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: url(i-select.png);
  border: none;
}
.content .form {
  padding-top: 0.1rem;
  padding-bottom: 0.4rem;
}
.content .form > div.input {
  width: 5.4rem;
  margin: 0 auto 0.2rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.content .form > div.input:nth-of-type(1) {
  background-color: #fff;
  height: 0.9rem;
}
.content .form > div.input:nth-of-type(1) img {
  width: 0.18rem;
  height: 0.29rem;
  margin-left: 0.35rem;
}
.content .form > div.input:nth-of-type(1) input {
  width: 4.7rem;
  height: 0.75rem;
  border: none;
  text-indent: 1em;
  font-size: 0.26rem;
}
.content .form > div.input:nth-of-type(2) {
  overflow: hidden;
}
.content .form > div.input:nth-of-type(2) div {
  width: 3rem;
  background-color: #fff;
  height: 0.9rem;
  float: left;
  border-radius: 5px;
}
.content .form > div.input:nth-of-type(2) div img {
  width: 0.29rem;
  height: 0.22rem;
  margin-left: 0.3rem;
}
.content .form > div.input:nth-of-type(2) div input {
  width: 1.9rem;
  height: 0.75rem;
  border: none;
  text-indent: 1em;
  font-size: 0.26rem;
}
.content .form > div.input:nth-of-type(2) button {
  float: right;
  width: 1.8rem;
  height: 0.9rem;
  line-height: 0.9rem;
  background-image: linear-gradient(180deg, #fad940 0%, #f9c82b 50%, #f8ba19 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  box-shadow: 0px 8px 14px 0px rgba(238, 110, 73, 0.5), inset 0px 5px 20px 0px rgba(253, 235, 151, 0.7);
  border-radius: 5px;
  border: none;
  font-size: 0.25rem;
  font-weight: bold;
  color: #e65200;
}
.content .form > button {
  width: 4.8rem;
  height: 0.88rem;
  background-image: linear-gradient(180deg, #fad940 0%, #f9c82b 50%, #f8ba19 100%), linear-gradient(#e8d95f, #e8d95f);
  background-blend-mode: normal, normal;
  box-shadow: 0px 8px 14px 0px rgba(238, 110, 73, 0.5), inset 0px 5px 20px 0px rgba(253, 235, 151, 0.7);
  border-radius: 44px;
  border: none;
  display: block;
  margin: 0 auto;
  font-size: 0.34rem;
  color: #e65200;
  font-weight: bold;
}
.content .form p {
  font-size: 0.26rem;
  color: #fee195;
  text-align: center;
  margin-top: 0.2rem;
}
.content .form p span {
  color: #fff5da;
}
.footer {
  height: 13.76rem;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: url(footer-bgi.png);
  position: relative;
}
.footer span {
  font-size: 0.3rem;
  font-weight: bold;
  color: #c9385b;
  position: absolute;
  width: 2.5rem;
  text-align: center;
}
.footer span:nth-of-type(1) {
  left: 0.4rem;
  top: 6.82rem;
}
.footer span:nth-of-type(2) {
  right: 0.55rem;
  top: 6.82rem;
}
.footer span:nth-of-type(3) {
  left: 0.4rem;
  top: 8.30rem;
}
