
#app {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  font-size: 0.42667rem;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  vertical-align: top;
  border: none;
}
.clearf:after,
.clearf:before {
  content: '';
  display: block;
  clear: both;
}
.van-cell:not(:last-child)::after {
  border-bottom: none !important;
}

/*  编辑器样式 */
.ql-toolbar {
  text-align: left !important;
  padding: 8px 0 !important;
}
.ql-formats {
  margin-bottom: 2px !important;
  margin-right: -4px !important;
}

/* .ql-picker-options {
  right: 30%;
} */
#ql-picker-options-0 {
  left: 20%;
}
.ql-editor {
  padding: 8px !important;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to

/* .fade-leave-active below version 2.1.8 */
  {
  opacity: 0;
}
/**
 * $description: 设置1PX下边框方法
 * $param {*} @width  可选值默认值 auto 自适应
 */
.border-auto::after {
  display: block !important;
  content: '';
  position: absolute;
  bottom: 0;
  left: 1rem !important;
  background: #ebedf0;
  width: auto !important;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border::after {
  display: block !important;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0 !important;
  background: #ebedf0;
  width: 100% !important;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.popup-header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  font-size: 0.48rem;
  font-weight: 700;
  color: #323233;
}
.popup-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex: 1;
  align-items: center;
  padding: 5px;
  box-sizing: border-box;
  border-top: 0.0625rem solid #e5e5e5;
}
.back-img {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0.53333rem;
}
.half-popup-header {
  display: flex;
  justify-content: space-between;
  height: 1.33333rem;
  align-items: center;
  font-size: 0.48rem;
  color: #57a3f3;
  box-sizing: border-box;
  border-bottom: 0.0625rem solid #ebedf0;
}
.half-popup-header span:first-child {
  color: #a0a0a0;
}
.btn-info {
  width: 100%;
  font-size: 0.42667rem;
  background: #0079fe;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 121, 254, 0.3);
  border-radius: 6px;
}
.btn-info-round {
  width: 100%;
  font-size: 0.42667rem;
  border-radius: 0.8rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 121, 254, 0.3);
}
.btn-default {
  width: 100%;
  font-size: 0.42667rem;
  color: #0079fe;
  border-radius: 0.8rem;
  border: solid 1px #0079fe;
}
.cus-file-list {
  background-color: #e9edfc;
  color: #5076b7;
  border-radius: 5px;
}
