#app {
  color: #333;
  font-size: 28px;
  font-family: PingFang SC;
  background-color: #F9F9F9;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}

.body-contain {
  padding-bottom: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;

  >.main-contain {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-bottom: 130px;

    .page-contain {
      height: 100%;
      flex: 1;
      display: flex;
      flex-direction: column;
      height: auto;
      // padding-bottom: 120px;

      .banber {
        height: 300px;
      }

      .contain {
        padding: 20px;
        flex: 1;
      }

    }

  }

}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ls-row {
  border-bottom: 1PX solid #E7E7E7;
  padding: 20px;
  display: flex;
  word-break: break-all;

  .row-header {
    flex: 1;
    font-weight: bold;

    &.title {
      display: flex;
      align-items: center;
    }
  }

  .row-content {
    flex: 2;
    font-size: 26px;
    word-break: break-all;

    &.right {
      display: flex;
      justify-content: flex-end;

      .status {
        background: #FEF0F0;
        border: 1px solid #FBC4C4;
        text-align: center;
        border-radius: 5px;
        padding: 10px 30px;
        color: #FB6260;
        font-size: 22px;
      }
    }
  }
}


img.icon-img {
  width: 28px;
  height: auto;
  margin-right: 6px;
}

.icon.iconfont {
  font-size: 32px;
  margin-right: 6px;
  color: #008CEE;
}

.badge {
  display: inline-block;
  background: #F7B64B;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-left: 8px;
  color: #fff;
  text-align: center;
  line-height: 35px;
}

.round {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #008CEE;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  color: #FFFFFF;

  .iconfont {
    font-size: 40px;
  }

}

.new-btn {
  width: 90%;
  margin: 0 auto;

  >.van-button {
    height: 80px;
    background: #ECF5FF;
    border: 1px solid #B3D8FF;
    border-radius: 5px;
    color: #008CEE;
    width: 100%;
  }
}

.bb {
  border-bottom: 1PX solid #ddd;
}

.pb10 {
  padding-bottom: 10px;
}

.bgfff {
  background-color: #fff;
}

.bgECF5 {
  background: #ECF5FF;
}

.gbFFF8 {
  background: #FFF8EC;
}

.bgEEF8 {
  background: #EEF8F3;
}

.fs32 {
  font-size: 32px;
}

.fs28 {
  font-size: 28px;
}

.fs24 {
  font-size: 24px;
}

.fb {
  font-weight: bold;
}

.bb {
  border-bottom: 1PX solid #ddd;
}

.fc666 {
  color: #666;
}

.fc8CEE {
  color: #008CEE;
}

.fcFB62 {
  color: #FB6260;
}

.fc999 {
  color: #999999;
}

.fcF7B6 {
  color: #F7B64B;
}

.fc57B9 {
  color: #57B986;
}

.p20 {
  padding: 20px;
}

.ptb20 {
  padding: 20px 0;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}

.mr5 {
  margin-right: 5px;
}

.req-start {
  color: #ee0a24;
  font-size: 0.18667rem;
  // margin-left: 1px;
}


/** van start**/
.van-button {
  font-size: 32px;
}

.van-cell {
  font-size: 28px;
  // color: #333;
  color: #646566;
  text-align: left;
  word-wrap: break-word;
}

.van-cell--required {
  &::before {
    content: '';
  }

  .van-field__label {
    position: relative;

    span {
      line-height: 38px;

      &::after {
        position: absolute;
        margin: 6px -8px 0px 0px;
        color: #ee0a24;
        font-size: 0.18667rem;
        content: '*';
      }
    }
  }

}

.van-overlay {
  // background-color: rgba(0,0,0,.2);
}

.van-cell {
  border-bottom: 1PX solid #ddd;
  min-height: 65px;
}

.van-field__label {
  display: flex;
  align-items: center;
  line-height: 38px;
}

.van-cell::after {
  border-bottom: none;
}

.textarea {

  textarea {
    padding: 10px;
  }

  .van-field__value {
    border: 2px solid #DDDDDD;
    border-radius: 5px;
  }
}

.list-contain {
  padding-top: 82px;

  .van-tabs {
    flex: 1;
    display: flex;
    flex-direction: column;

    .van-tab {
      font-size: 28px;
      line-height: 80px;
    }

    .van-tabs__wrap {
      height: 80px;

      .van-tabs__line {
        width: 125px;
        height: 4px;
        background: #008cee;
        opacity: 1;
        border-radius: 10px;
      }
    }

    .van-tabs__content {
      flex: 1;
      display: flex;
      flex-direction: column;

      .van-tab__pane {
        flex: 1;
        // padding: 20px;
      }
    }
  }

  .data-list {
    font-size: 28px;
    padding: 10px 20px 82px 20px;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 132px);
    overflow-y: scroll;

    .tool-btn {
      display: flex;
      justify-content: space-between;
      padding-bottom: 20px;

      .item-btn {
        background: #f5f5f5;
        border: 1px solid #dddddd;
        border-radius: 10px;
        color: #666;
        padding: 14px 70px;
      }

      .active {
        background: #ecf5ff;
        border: 1px solid #b3d8ff;
        color: #409eff;
      }
    }

    .data-item {
      background: #ffffff;
      border-radius: 20px;
      padding: 20px 20px 0;
      margin-bottom: 10px;
      border: 2px solid #e9e9e9;
      margin: 20px 0px;

      .row {
        padding-bottom: 20px;
      }

      .left {
        display: flex;
        align-items: center;
        margin-right: 20px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

        .status {
          background: #fef0f0;
          border: 1px solid #fbc4c4;
          border-radius: 5px;
          color: #f03d36;
          padding: 3px 16px;
        }
      }

      .right {
        margin-right: 20px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

        img {
          width: 40px;
          vertical-align: middle;
        }
      }
    }
  }
}

.no-data {
  margin: 20px auto;
  text-align: center;
}

.collapse-box {
  background: #FFFFFF;
  border: 2px solid #E7E7E7;
  margin: 20px 0;
  position: relative;

  >.top {
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
    padding: 20px;

    .van-icon {
      transition: all 1.5s ease-out;
    }

    .title {
      border-bottom: 1px solid #DDDDDD;
      padding-bottom: 20px;
    }
  }

  .info-box {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-top: none;
    padding: 20px;
    overflow: hidden;
    transition: height .3s ease-in-out;
    will-change: height;

    .info-item {
      display: flex;
      color: #666;
      padding-bottom: 20px;

      .left {
        flex: 1;
      }

      .right {
        flex: 2;
        padding: 0 15px;
        word-break: break-all;
      }
    }
  }

  &::after {
    position: absolute;
    box-sizing: border-box;
    content: ' ';
    pointer-events: none;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    border: 0 solid #ebedf0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
  }
}

.tool-add-btn {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  position: fixed;
  bottom: 160px;
  right: 10px;
  transform: translateX(-50%);
  background: url("../../assets/images/add.png") no-repeat;
  background-size: 100%;
  z-index: 999;
}

.van-icon-star-on {
  height: 40px;
  background: url('../images/icon-star-on.png') no-repeat;
  background-size: 100%;
}

.van-icon-star-off {
  height: 40px;
  background: url('../images/icon-star-off.png') no-repeat;
  background-size: 100%;
}

/**输入框 placeholder样式**/
@mixin input-placeholder {
  // font-size: 13px;
  padding: 5px;
}

textarea,
input::-webkit-input-placeholder {
  @include input-placeholder
}

textarea,
input::-moz-placeholder {
  @include input-placeholder
}

textarea,
input::-moz-placeholder {
  @include input-placeholder
}

textarea,
input::-ms-input-placeholder {
  @include input-placeholder
}

// 输入框
.van-field__control {
  padding-left: 10px;
  line-height: 38px
}

.footer-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  display: flex;
  // bottom: 20px;

  .van-button {
    flex: 1;
    height: 100%;
  }

  .van-button--default {
    background: #f5f5f5;
    color: #008cee;
  }
}

.van-field__word-limit {
  color: #b9b9b9;
  padding: 8px;
}

/***以下都为更改vant组件样式***/

.van-picker__cancel,
.van-picker__confirm {
  font-size: 30px;
}

.van-picker-column {
  font-size: 28px;
}

.van-calendar__header-title,
.van-calendar__header-subtitle,
.van-calendar__month-title,
.van-calendar__weekday,
.van-calendar__day,
.van-list__finished-text,
.van-tag,
.van-picker__title,
.van-tree-select__item {
  font-size: 0.33rem;
}

.add-icon {
  font-size: 1.5em;
  color: #b9b9b9;
  display: flex;
  align-items: center;
}

.van-calendar__confirm {
  // border: 30px solid rgb(25, 137, 250);
}

.van-field__left-icon .van-icon,
.van-field__right-icon .van-icon {
  font-size: 0.5rem;
}


.van-toast {
  font-size: 24px;
  // white-space: nowrap;
  line-height: 38px;
  min-width: 1.17333rem;
  width: unset;
}

// 加载图标蒙层
.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.block {
  width: 120px;
  height: 120px;
  background-color: #fff;
}

// 表情包
.emoji-mart-category-label {
  visibility: hidden !important;
}

// checkedbox
.van-radio__icon .van-icon,
.van-checkbox__icon .van-icon {
  // height: 50px;
  // width: 50px;
}

// 弹出的查询页面
.search-popup {
  border-radius: 10px;
}

// 加载图标
.van-loading__spinner {
  width: 50px !important;
  height: 50px !important
}

.van-loading__text {
  font-size: 0.45rem;
}


.iosClass {
  bottom: 0px;
  position: absolute;
}

.van-picker__toolbar {
  height: 82px;

  .van-picker__title {
    overflow: visible;
  }
}

.van-dialog {
  font-size: 32px;
}

.new-dialog {
  width: 500px;

  .van-dialog__header {
    padding: 56px 30px;
  }
  .van-dialog__message{
    font-size: 0.38rem;
  }

  .van-dialog__footer {
    height: 82px;
    border-top: 1px solid #ddd;

    .van-button {
      height: 100%;
    }

    .van-dialog__cancel {
      border-right: 1px solid #ddd;
    }
  }
}
.ls-badge {
  .van-badge--fixed{
    top: 50%;
    right: -20px;
  }
  .van-badge{
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #ee0a25;
    font-size: 24px;
  }
}
/** vant end**/

// * {
//   -webkit-touch-callout: all;
//   -webkit-touch-callout: all;
//   -moz-touch-callout: all;
//   -ms-touch-callout: all;
//   touch-callout: all;
//   -webkit-user-select: text;
//   -moz-user-select: text;
//   -ms-user-select: text;
//   user-select: text;
// }
