[v-cloak] {
  display: none;
}

html,
body {
  height: 100%;
}

body {
  background-color: #f5f5f5;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

#app {
  padding-bottom: 81px;
  margin: 0 auto;
}

#user-poster {
  background-color: rgb(102, 198, 242);
  width: 100%;

  align-items: middle;
}

#cart {
  background-color: #fff;
}

#cart > .cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#cart > .cart-item > .van-checkbox {
  padding: 0 0.125rem 0 0.75rem;
  float: left;
}

#cart > .cart-item > .van-card {
  background-color: #ffffff;
  width: 100%;
}

.field__title {
  color: #323233;
  font-size: 14px;
  line-height: 24px;
  padding-right: 0.5rem !important;
}

.field__value {
  color: #969799;
  flex: 1;
}

/**
 *
 */
.msg__admin {
  background-color: #ebebeb;
  margin-right: 50px;
  min-width: 105px;
}

.msg__customer {
  background-color: #78e08f;
  margin-left: 50px;
  min-width: 105px;
}

.input-group {
  background-color: #ffffff;
  height: 80px;
  width: 100%;
  display: flex !important;
  justify-content: flex-start !important;
  position: fixed;
  bottom: 0;
  left: 0;
}

/**
 *
 */
.van-grid-item__content--center {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.input-number {
  padding: 3px 7px;
  border-width: 0;
  border-bottom: 1px solid #ebedf0;
  border-radius: 0px;
  width: 80px;
}

input:disabled {
  color: -internal-light-dark-color(rgb(84, 84, 84), rgb(170, 170, 170));
  background-color: #ebedf0;
  border-color: #e5e5e5;
}

/**
 * HEADER
 */
.header {
  background: url("../image/header-bg.jpg?v1") no-repeat;
  background-size:cover;
  position: relative;
  z-index: 999;
}

.user-center {
  background: url("../image/center-bg.jpg?v1") no-repeat;
  background-size:cover;
  position: relative;
  z-index: 999;
}

svg {
  display: inline;
}


