body {
  background: #ededed;
}
.page__hd {
  padding: 20px 20px 10px;
}
.page__hd .page__title {
  font-size: 18px;
}
.weui-cell_link {
  display: flex;
  justify-content: center;
}
.weui-cell_link .weui-cell__bd {
  flex: none;
}
.weui-cell_link .weui-cell__ft::after {
  transform: rotate(90deg);
}
.weui-media-box_appmsg .weui-media-box__thumb {
  object-fit: cover;
}
.weui-media-box__title {
  white-space: normal;
  line-height: 1.2;
  font-size: 16px;
}
.weui-media-box__desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}
.weui-media-box__desc .price {
  color: #f00;
  font-size: 18px;
}
.weui-form-preview__hd .weui-form-preview__value {
  color: #f00;
}
.weui-form-preview__btn_primary {
  font-weight: bold;
}
.weui-label {
  width: 60px;
}
.weui-cells__group_form .weui-vcode-btn[disabled] {
  color: #999;
  font-weight: normal;
}
.weui-panel {
  display: block;
}
.weui-panel__hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.weui-panel__hd span:nth-child(n+2) {
  color: #f00;
}
.weui-media-box__title a {
  color: #0077ff;
  border-bottom: 1px solid;
}
.wuliu {
  background: #07c160;
  color: #fff;
  padding: 20px;
}
.weui-footer {
  padding: 30px 0;
}
.weui-footer a {
  color: var(--weui-RED);
}
.feedback {
  position: fixed;
  right: 0;
  top: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  box-sizing: border-box;
  line-height: 1.2;
}
