body,
p,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.3rem;
}
body {
  background-color: #fff;
}
html,
body {
  position: relative;
  height: 100%;
  min-height: 100%;
}
img {
  width: 100%;
}
a {
  text-decoration: none;
}
input {
  border: 0rem;
  font-size: 0.3rem;
}
input:focus {
  outline: none;
}
#container .ok-btn {
  text-align: center;
  background: linear-gradient(180deg, #FFAA1B, #FF8634);
  border-radius: 0.1rem;
  color: #fff;
  font-size: 0.36rem;
  font-weight: 300;
}
#container .landing-header {
  height: 1rem;
  line-height: 1rem;
  padding: 0.13rem 0.2rem;
  text-align: left;
  border-bottom: 1px solid #E5E5E5;
}
#container .landing-header img {
  width: 2.27rem;
  vertical-align: middle;
}
#container .landing-header .phone {
  float: right;
  font-size: 0.3rem;
}
#container .landing-header .phone .phone-num {
  color: #FF9926;
}
#container .content .form-title {
  text-align: center;
  margin-top: 1.2rem;
}
#container .content .form-title p {
  font-size: 0.5rem;
  font-weight: 400;
  color: #FF9926;
}
#container .content .form-main {
  width: 85%;
  height: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#container .content .form-main .form-item {
  border-bottom: 1px solid #e5e5e5;
}
#container .content .form-main .form-item input {
  height: 0.98rem;
}
#container .content .form-main .form-item label {
  margin-right: 0.2rem;
  color: #333;
}
#container .content .form-main .inst input {
  width: 70%;
}
#container .content .form-main .phone input {
  width: 70%;
}
#container .content .form-main .vericode input {
  width: 40%;
  padding: 0 0.2rem;
  border-right: 1px solid #eee;
}
#container .content .form-main .vericode .send-vericode-btn {
  float: right;
  display: inline-block;
  color: #FF9E23;
  padding: 0 0.2rem;
  line-height: 0.98rem;
}
#container .content .form-main .ok-btn {
  height: 0.94rem;
  line-height: 0.94rem;
  margin-top: 0.6rem;
}
#container .cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  display: none;
}
#container .modal {
  width: 80%;
  height: 4rem;
  background: #fff;
  border-radius: 0.1rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #333;
  display: none;
}
#container .modal .title {
  margin: 0.7rem auto 0.22rem;
  font-size: 0.42rem;
}
#container .modal .tip {
  font-size: 0.28rem;
}
#container .modal .ok-btn {
  width: 80%;
  height: 0.88rem;
  line-height: 0.88rem;
  position: absolute;
  bottom: 0.32rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.xm-slide-hidden {
  display: none;
}
[contenteditable = "true"], input, textarea {
  cursor: pointer;
  -webkit-user-select: auto !important;
  -khtml-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  -o-user-select: auto !important;
  user-select: auto !important;
}