#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
}
@charset "UTF-8";
html {
  font-size: 20px;
}

@media only screen and (min-width: 400px) {
  html {
    font-size: 21.33333333px !important;
  }
}
@media only screen and (min-width: 414px) {
  html {
    font-size: 22.08px !important;
  }
}
@media only screen and (min-width: 480px) {
  html {
    font-size: 25.6px !important;
  }
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.5;
  font-size: 0.7rem;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

body, p, ul, ol, li, form, dl, dt, dd, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

input, textarea, button {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-webkit-input-placeholder {
  color: #999;
  font-size: 0.7rem;
}

html, body, #app {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.page {
  min-height: 100%;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-justify {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.display-flex, .app-flex {
  display: flex !important;
}

.flex-1, .app-content {
  flex: 1 !important;
  word-wrap: break-word;
  word-break: break-all;
}

.app-flex {
  height: 100%;
  flex-direction: column;
}
.app-flex .app-content {
  overflow: auto;
}

.mt-10 {
  margin-top: 0.5rem;
}

.van-popup--top {
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}
.van-popup--top .content {
  padding: 1rem;
}

.van-popup--center {
  width: 85%;
  border-radius: 10px;
}
.van-popup--center .content {
  padding: 1rem;
}

.van-dialog__confirm {
  color: #3CC8BF !important;
}

/*flex横向布局*/
.flex-row {
  display: flex;
  align-items: center;
}

/*flex横向居中布局*/
.flex-row-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@font-face {
  font-family: 'iconfont';  /* project id 3452948 */
  src: url('');
  src: url('?#iefix') format('embedded-opentype'),
  url('https://at.alicdn.com/t/font_3452948_mfhikc4flgq.woff2') format('woff2'),
  url('https://at.alicdn.com/t/font_3452948_mfhikc4flgq.woff') format('woff'),
  url('https://at.alicdn.com/t/font_3452948_mfhikc4flgq.ttf') format('truetype'),
  url('#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fenxiang:before {
  content: "\e60f";
}

.icon-fanhui:before {
  content: "\e600";
}


