/* 阿里巴巴矢量图标库 */
@font-face {
  font-family: 'iconfont';  /* project id 1595016 */
  src: url('//at.alicdn.com/t/font_1595016_m0i971ksx1e.eot');
  src: url('//at.alicdn.com/t/font_1595016_m0i971ksx1e.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1595016_m0i971ksx1e.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1595016_m0i971ksx1e.woff') format('woff'),
  url('//at.alicdn.com/t/font_1595016_m0i971ksx1e.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1595016_m0i971ksx1e.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sousuo::after{
  content: '\e613'
}

page {
  width: 100%;
  height: 100%;
}

image {
  width: 100%;
  height: 100%;
}

::-webkit-scrollbar {
  display: none;
}

/* 灰色色块 */

.line {
  height: 16rpx;
  width: 100vw;
  background: rgba(245, 245, 245, 1);
  margin-left: -32rpx;
}

input, textarea {
  background: transparent;
  border: 0 none;
  outline: 0 none;
}

/* 暂无样式 */

.noData {
  width: 100%;
  line-height: 80vh;
  font-size: 30rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #8c9198;
  text-align: center;
}

.wxParse-img{
  width: 100%!important;
  margin: 16rpx 0
}

button{
  padding: 0;
  margin: 0;
  border: 0 none!important;
  display: flex;
  align-items: center;
  width: auto!important
}


.border{
  border-bottom: 2rpx solid #eee;
}


.border.active{
  border: 0 none
}