* {
  margin: 0;
  padding: 0;
}

html {
  font-family: 'microsoft yahei';
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  margin: 0px;
  height: 100%;
  line-height: inherit;
}

.row {
  display: flex;
  flex-direction: row;
}

.column {
  display: flex;
  flex-direction: column;
}

.sb {
  justify-content: space-between;
}

.f3c4d {
  font-size: .3rem;
  color: #4d4d4d;
}

span,
img,
i {
  display: inline-block;
}

#app {
  height: 100%;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #999;

}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

/* ???? */
.ml2 {
  margin-left: .2rem;
}

.mb2 {
  margin-bottom: .2rem;
}

.mt38 {
  margin-top: .38rem;
}

.mt2 {
  margin-top: .2rem;
}

.pr3 {
  padding-right: .3rem;
}

.pr2 {
  padding-right: .2rem;
}

.pl3 {
  padding-left: .3rem;
}

.pl2 {
  padding-left: .2rem !important;
}

.f3 {
  font-size: .3rem;
}

.f24 {
  font-size: .24rem;
}

.f28 {
  font-size: .28rem;
}

.f36 {
  font-size: .36rem;
}

.f30 {
  font-size: .3rem;
}

.f32 {
  font-size: .32rem;
}

.c999 {
  color: #999999;
}

.c333 {
  color: #333333;
}

.c67a9f {
  color: #67a9fa;
}

.c4d4d {
  color: #4d4d4d;
}

.c5096ed {
  color: #5096ed;
}

.mr-3 {
  margin-right: -3px;
}

.mr2 {
  margin-right: .2rem;
}

.mr1 {
  margin-right: .1rem;
}

.cff00 {
  color: #ff0000;
}

.c666 {
  color: #666666;
}

.c5096 {
  color: #5096ed;
}

.c000 {
  color: #000000 !important;
}

.c4d4d {
  color: #4d4d4d;
}

.mb1 {
  margin-bottom: .1rem;
}

p {
  margin-bottom: 0px;
}

h5 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.ta-left {
  text-align: left
}

.fg1 {
  flex: 1;
}

.blueBut {
  color: #fff;
  background: #5096ed;
  padding: .1rem .2rem;
  border-radius: 4px;
}

/* ?? */


/* mui样式 */
.mui-content {
  background-color: #f5f5f5;
  height: 100%;
}

.mui-content>.mui-table-view:first-child {
  margin-top: 0px;
}

input[type='text'] {
  margin-bottom: 0px;
  border: none;
  padding: 0px;
  height: 24px;
}

.mui-table-view:before {
  display: none;
}

.mui-table-view:after {
  display: none;
}

a {
  color: inherit;
}

/* ?? */
.list {
  position: relative;
  padding: .3rem 0 .3rem .3rem;
  word-wrap: break-word;
  word-break: break-all;
}

.list:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: .3rem;
  height: 1px;
  content: '';
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
  background-color: #c8c7cc;
}

.list:last-child:after {
  display: none;
}

.list-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.f_a {
  display: flex;
  align-items: center
}

/* ?? */
.arrow-right {
  position: relative;
  padding-right: .6rem;
}

.arrow-right::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #dbdbdb;
  border-right: 2px solid #dbdbdb;
  transform: rotate(45deg);
  position: absolute;
  right: 5%;
  top: 29%;
}

.h100 {
  height: 100%;
}

div.c999 input[type="text"] {
  font-size: .3rem;
  padding-right: 0px !important;
  color: #000;
}

div.c999 input[type="number"] {
  font-size: .3rem;
  padding-right: 0px !important;
  color: #000;
  margin-bottom: 0px;
  border: none;
  padding: 0px;
  height: inherit;
  text-align: right;
}

div.c999 {
  /* flex-grow: 1; */
  flex: 1;
  text-align: right;
  margin-left: 10px;
}

.mui-dtpicker-title {
  display: none;
}

/*  */
.weui-dialog {
  border-radius: 10px;
}

/* 暂无数据 */
/* 暂无数据 */
.demos-content-padded {
  padding-top: 0.70rem
}

.jui-loadmore {
  width: 65%;
  margin: 0 auto;
  line-height: 1.6em;
  font-size: 0.28rem;
  text-align: center;
}

.jui-loadmore_line {
  border-top: 1px solid #e5e5e5;
  /* margin-top: 2.4em; */
}

.jui-loadmore__tips {
  display: inline-block;
  vertical-align: middle;
}

.jui-loadmore_line .jui-loadmore__tips {
  position: relative;
  top: -.9em;
  padding: 0 .55em;
  background-color: #fff;
  color: #999;
}

.jui-loadmore_dot .jui-loadmore__tips {
  padding: 0 .16em;
}

.jui-loadmore_dot .jui-loadmore__tips:before {
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e5e5e5;
  display: inline-block;
  position: relative;
  vertical-align: 0;
  top: -.16em;
}

.QZYX .mui-input-row .mui-input-clear~.mui-icon-clear,
.mui-input-row .mui-input-password~.mui-icon-eye,
.mui-input-row .mui-input-speech~.mui-icon-speech {
  top: 0px;
  right: -10px;
}


.vux-label-desc {
  display: block;
}











.title {
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
}

.groupNoTop .weui-cells {
  margin-top: 0;
}

.groupTop .weui-cells {
  margin-top: 5px;
}

/* 解释说明 */
.explain {
  padding: 15px;
  font-size: 12px;
}

.icon_yy {
  font-size: 12px !important;
}

.submit_yy {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #5590ff;
  padding: 15px;
  text-align: center;
  color: #fff;
  letter-spacing: 20px;
  right: 0;
  font-size: 16px;
}

.color_999 {
  color: #999;
}

.color_4d4d4d {
  color: #4d4d4d;
}

.weui-toast__content {
  color: #fff !important;
}
