/* common css */
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.icx-pager {
  background: #f4f4f4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #585858;
  input, textarea {
    background: #fff;
  }
  .icx-input {
    border: none;
    background: #fff;
  }
  .icx-textarea {
    width: 100%;
    height: 5rem;
    border: none;
    resize: none;
  }
  input::-webkit-input-placeholder,
  .icx-input::-webkit-input-placeholder,
  .icx-textarea::-webkit-input-placeholder {
    color: rgba(88, 88, 88, .5);
  }
  input:-moz-placeholder,
  .icx-input:-moz-placeholder,
  .icx-textarea:-moz-placeholder {
    color: rgba(88, 88, 88, .5);
  }
  input::-moz-placeholder,
  .icx-input::-moz-placeholder,
  .icx-textarea::-moz-placeholder {
    color: rgba(88, 88, 88, .5);
  }
  input:-ms-input-placeholder,
  .icx-input:-ms-input-placeholder,
  .icx-textarea:-ms-input-placeholder {
    color: rgba(88, 88, 88, .5);
  }
  .icx-box {
    margin-top: .65rem;
    background: #fff;
    .box-header {
      padding: .85rem 0 .5rem .75rem;
      font-size: .6rem;
      color: #585858;
      border-top: .025rem solid #eaeaea;
    }
    .box-content {
      border-top: .025rem solid #eaeaea;
      border-bottom: .025rem solid #eaeaea;
    }
    .box-footer {
      border-bottom: .025rem solid #eaeaea;
    }
  }
  .icx-box:nth-of-type(1) {
    margin: 0;
  }
  .icx-box:nth-of-type(1) .box-content {
    border-top: none;
  }
}

.icx-list {
  overflow: hidden;
  background: #fff;
  & > li {
    height: 2.5rem;
    margin-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: .025rem solid #eaeaea;
    font-size: .85rem;
    color: #585858;
    & > input {
      height: 100%;
      border: none;
      text-align: right;
    }
  }
  & > li:last-child {
    border-bottom: none;
  }
  & > li:active {
    background: #dddddd;
  }
  & > li.link:after {
    font-family: "iconfont" !important;
    /*font-size: 16px;*/
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e60c';
  }
}

.icx-button {
  display: block;
  width: 14.75rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background: #222;
  color: #fff;
  border: none;
  font-size: .75rem;
  border-radius: 5px;
}

.icx-button.disabled {
  background: #b4b4b4;
}

.icx-button:active {
  background: #000;
}

.icx-button-2 {
  min-width: 3.75rem;
  height: 1.5rem;
  padding: 0 .25rem;
  line-height: 1.5rem;
  text-align: center;
  font-size: .65rem;
  border-radius: .125rem;
  background: #fff;
  color: rgba(88, 88, 88, 0.8);
  border: .05rem solid #d5d6d7;
}

.icx-button-2:active {
  color: #585858;
  border: .05rem solid rgba(119, 119, 119, 1.0);
}

.icx-button-3 {
  min-width: 3.75rem;
  height: 1.5rem;
  padding: 0 .25rem;
  line-height: 1.5rem;
  text-align: center;
  font-size: .65rem;
  border-radius: .125rem;
  background: #fff;
  color: #00b0b9;
  border: .05rem solid #00b0b9;
}

.icx-button-3:active {
  border: .05rem solid #00b0b9;
}

.icx-button-4 {
  width: 100%;
  height: 100%;
  text-align: center;
  background: #00b0b9;
  color: #fff;
  border: none;
  font-size: .85rem;
}
.weui-toast__content{
  color: #fff;
}

[v-cloak] {
  display: none !important;
}
