@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}
html {
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  box-sizing: border-box;
}
body {
  height: 100%;
  width: 100%;
  font-family: Arial, Helvetica, Microsoft YaHei;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}
img {
  border: none;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
video {
  vertical-align: middle;
}
button,
select {
  text-transform: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
}
textarea {
  overflow: auto;
  resize: vertical;
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol {
  list-style: none outside none;
}
a {
  outline: none;
}
em,
i {
  font-style: normal;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.textE {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.van-nav-bar {
  background: #4fb7ec;
}
.van-nav-bar .van-nav-bar__text {
  color: #fff;
}
.van-nav-bar .van-nav-bar__title {
  color: #fff;
}
.van-nav-bar .van-icon {
  color: #fff;
}
.page-unorder {
  width: 100%;
  height: 100%;
  font-size: .25rem;
}
.page-unorder .name {
  padding: 0.5rem;
  font-size: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  line-height: 0.5rem;
  color: #666666;
}
.page-unorder .cont {
  padding: 20px;
  font-size: 18px;
  color: #333333;
}
.page-unorder .item {
  margin-top: 30px;
}
.page-unorder .item:first-child {
  margin-top: 0px;
}
.page-unorder .item .label {
  padding-bottom: 10px;
  font-size: 0.34rem;
}
.page-unorder .item .label img {
  position: relative;
  width: 0.34rem;
  height: 0.34rem;
  margin-right: 0.1rem;
  top: -0.02rem;
}
.page-unorder .item .input {
  background: #f1f1f1;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  font-size: 16px;
}
.page-unorder .item .valid {
  margin-top: 20px;
  overflow: hidden;
}
.page-unorder .item .valid input {
  background: #f1f1f1;
  float: left;
  width: 60%;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  font-size: 16px;
}
.page-unorder .item .valid .getCode {
  float: right;
  width: 33%;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #169bd5;
  color: #fff;
}
.page-unorder .submitWrap {
  text-align: center;
}
.page-unorder .submitWrap .submit {
  margin-top: 40px;
  border-radius: 4px;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #ff9933;
  font-size: 0.34rem;
}
.page-unorder .foot {
  height: 30%;
  background: url(../img/bg.png) center bottom no-repeat;
  background-size: contain;
  color: #fff;
  bottom: 0;
  width: 100%;
  position: fixed;
}
.page-unorder .foot .text {
  bottom: 1rem;
  width: 100%;
  text-align: center;
  position: absolute;
}
