body,
html,
#app {
  background: #f4f4f4;
  height: 100%;
}

.container {
  padding-bottom: 80px;
}

.makeInvoce-required {
  margin-right: 3px;
  color: #ee0a24;
}

.order_price .van-field__control {
  color: #ee0a24;
}

.invoice-type {
  padding: 0 16px;
}

.invoice-type .title {
  color: #969799;
  font-size: 14px;
}

.invoice-type-item {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 12px 16px;
  border-radius: 8px;
  margin-top: 10px;
}

.invoice-type-item .invoice-title {
  font-size: 16px;
  font-weight: bolder;
  margin-left: 10px;
}

input {
  outline: none;
  padding-left: 5px;
}

.cell {
  border-bottom: 1px solid #ebedf0
}

.radius-top {
  border-radius: 8px 8px 0 0;
}

.radius-bottom {
  border-radius: 0 0 8px 8px;
}

.invoice-info .van-cell-group--inset {
  overflow: visible !important;
}

.van-cell__value {
  min-width: 70%;
}

.van-cell__value>span {
  color: #646566;
}

.selected {
  background: #000;
}

.invoice-header {
  position: relative;
}

.searchList {
  position: absolute;
  background-color: #fff;
  right: 0;
  left: 0;
  padding: 0 16px;
  z-index: 999;
  overflow-y: scroll;
  box-shadow: 0 2rpx 8rpx 0 rgb(0 0 0 / 10%);
}

.searchList-item {
  font-size: 14px;
  color: #1989FA;
  padding: 10px 0;
  line-height: 24px;
  border-bottom: 1px solid rgba(235, 237, 240, .5);
}

.none-of-them {
  font-size: 12px;
  border: none;
  color: #999;
}

.wx-company {
  cursor: pointer;
  color: #1989fa;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}


th,
td {
  border-bottom: 1px solid rgba(235, 237, 240, .5);
}

th,
td {
  padding: 10px;
  text-align: center;
}

th {
  color: #adadad;
  font-weight: 500;
}

[v-cloak] {
  display: none;
}

/* 定义轮播图 */
img {
  width: 100%;
  height: 260px;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 16px;
  background-color: #fff;
}

.presentation-info .van-cell__value {
  font-size: 13px !important;
}