input,
select {
  background: none;
  border: none;
  outline: none;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
textarea {
  resize: none;
  /*禁用了文本的拖拉，尤其在谷歌下*/
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.input {
  border-radius: 1.5625rem;
  text-align: center;
  border: 0.03125rem solid #ffffff;
  height: 1.25rem;
  width: 100%;
  margin-top: 0.625rem;
}
.firstInput {
  margin-top: 0;
}
.error {
  color: red;
  font-size: 0.4375rem;
  display: inline-block;
  margin-top: 0.15625rem;
  margin-left: 0.15625rem;
}
.titleBar {
  height: 1.5625rem;
}
.titleBar .titleBar-fixed {
  background: -webkit-linear-gradient(to right, #7ed1d6, #3396d0);
  background: -o-linear-gradient(to right, #7ed1d6, #3396d0);
  background: -moz-linear-gradient(to right, #7ed1d6, #3396d0);
  background: linear-gradient(to right, #7ed1d6, #3396d0);
  font-size: 0.5rem;
  color: #fff;
  text-align: center;
}
.titleBar .titleBar-box {
  position: relative;
  height: 1.5625rem;
  line-height: 1.5625rem;
}
.titleBar .iconfanhui {
  position: absolute;
  top: 0;
  left: 0.625rem;
}


/*# sourceMappingURL=PoptitleBar.css.map?ver=2.9.1*/