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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  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;
}
.titleBar .iconuser1 {
  position: absolute;
  top: 0;
  right: 0.625rem;
}

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;
}
.publicHeader .content {
  background: #ffffff;
  padding: 0.625rem;
  border-radius: 0.3125rem;
  width: 93%;
  margin: 0.46875rem auto;
}
.publicHeader .content .DefineSelect {
  margin-top: 0.625rem;
}
.publicHeader .content .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.625rem;
}
.publicHeader .content .text .balance {
  display: flex;
  flex-direction: column;
}
.publicHeader .content .text .balance span {
  margin-top: 0.25rem;
}
.publicHeader .content .text .title {
  display: flex;
  flex-direction: column;
  color: #000000 !important;
}
.publicHeader .content .text .title span:last-child {
  margin-top: 0.15625rem;
  color: #dead11;
}
.publicHeader .content .text p:first-child {
  color: #059dc3;
}
.publicHeader .content .text p:last-child {
  padding: 0.25rem 0.46875rem;
  background: #70c6d5;
  border-radius: 0.15625rem;
  color: #ffffff;
}
.publicHeader .content .chooseDate {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.publicHeader .content .chooseDate p {
  border: 0.03125rem solid #bbb8b8;
  border-radius: 0.15625rem;
  padding: 0.3125rem 0;
  text-align: center;
  width: 4.0625rem;
}
.publicHeader .chooseTime {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}


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