@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
iframe,
map,
font,
img,
a img,
samp,
strong,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
b,
p,
blockquote,
a,
address,
code,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
td,
th {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

* {
  padding: 0;
  margin: 0;
  font-weight: normal;
  /* touch-action: none; */
  touch-action: manipulation;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

input,
select {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

ul li {
  list-style: none;
}

input[type="text"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}

input {
  outline: none;
}

body {
  background: #f7f7f7;
  font-size: 16px;
  line-height: unset;
  color: #3e3e3e;
}

.header {
  width: 100%;
  text-align: center;
  height: 45px;
  line-height: 45px;
  position: fixed;
  top: 0px;
  left: 0px;
  font-size: 16px;
  color: #fff;
}

.mui-action-back-a {
  background-color: #26ab78;
  color: #ffffff;
  height: 44px;
}

#a-back:active {
  color: #ffffff;
  background-color: #26ab78;
  opacity: 1;
}

.mui-title {
  height: 44px;
  font-size: 16px;
  color: #ffffff;
  background-color: #26ab78;
}

.mui-bar-nav-color {
  color: #ffffff;
  background-color: #26ab78;
}

.footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 48px;
  box-shadow: 3px 3px 15px #898989;
  background-color: #ffffff;
}

.footer ul li {
  width: 50%;
  float: left;
  text-align: center;
  height: 48px;
}

.footer ul li img {
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin-top: 2px;
}

.footer ul li p {
  margin-top: -2px;
  font-size: 14px;
}

input {
  -moz-user-select: text;
  -webkit-user-select: text;
}

.mui-popover-arrow {
  display: none;
}

.mui-modal {
  top: 50px;
}

.mui-content {
  overflow-y: auto;
}

.active_li {
  background: #ffffff;
}

.active_li p {
  color: #26ab78;
}

/* .normal_li {
	background-color: #FFFFFF;
}

.normal_li p {
	color: #898989;
} */

.btn-next {
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  background-color: #26ab78;
  text-align: center;
  font-size: 18px;
}

.btn-cancel {
  height: 48px;
  line-height: 48px;
  color: #3e3e3e;
  background-color: #e5e5e5;
  text-align: center;
  font-size: 18px;
}

.width45 {
  width: 50%;
  float: left;
}

.app_status_bar_placeholder {
  height: 0px;
}

.mui-bar {
  height: 44px;
}

.mui-bar-nav ~ .mui-content {
  padding-top: 44px;
}

.app_navigation_bar_placeholder {
}

.mui-popup-inner {
  padding: 0px;
}
.mui-popup-title {
  background-color: #26ab78;
  color: #ffffff;
  padding: 12px;
}
.mui-popup-text {
  padding: 15px;
}
/* .mui-popup-button:first-child{
	color: #FFFFFF;
	background-color: red;
}.mui-popup-button:last-child{
	color: #FFFFFF;
	background-color: #26AB78;
} */
.mui-popup-title + .mui-popup-text {
  font-size: 16px;
}

.copyright {
  padding: 10px;
  text-align: center;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ababab;
  font-size: 14px !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ababab;
  font-size: 14px !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ababab;
  font-size: 14px !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ababab;
  font-size: 14px !important;
}

[v-cloak] {
  display: none;
}
