body {
  background-color: #FAFAFA;
}
.weui-panel__bd {
  background-color: #fff;
  margin-top: 15px;
}
.weui-panel__bd .weui-media-box__hd {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 80px;
  overflow: hidden;
}
.weui-panel__bd .weui-media-box__hd.null {
  background: #e5e5e5;
}
.weui-panel__bd .shopkeeper span {
  font-size: 10px;
  border-radius: 2px;
  padding: 0 3px;
}
.weui-panel__bd .shopkeeper .will-identify {
  color: #F83D38;
  border: 1px solid #F83D38;
}
.weui-panel__bd .shopkeeper .has-identify {
  color: #08A934;
  border: 1px solid #08A934;
}
.weui-panel__bd .weui-media-box__title {
  font-weight: normal;
  font-size: 16px;
  margin-right: 10px;
  float: left;
}
.weui-panel__bd .weui-media-box__desc {
  font-size: 14px;
  margin: 4px 0;
}
.weui-cells {
  font-size: 15px;
  color: #000000;
}
.weui-cells_form {
  background-color: transparent;
}
.weui-cells_form:after {
  border-bottom: none;
}
.weui-cells_form .weui-cell {
  background-color: #fff;
}
.weui-cells_form .weui-cell:before {
  display: none;
}
.weui-cells_form .weui-cell:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 1px;
  border-bottom: 1px solid #d9d9d9;
  color: #d9d9d9;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  left: 15px;
}
.weui-cells_form .weui-cell .look {
  width: 30px;
}
.weui-cells_form .weui-cell .look .weui-label {
  text-align: right;
}
.weui-cells_form .weui-cell .look .weui-label img {
  display: inline-block;
  width: 20px;
  height: 8px;
}
.weui-cells_form .weui-cell .look .weui-label .eye {
  height: 12px;
}
.weui-cells_form .hid:after {
  display: none;
}
.weui-cells_form .weui-vcode-btn {
  color: #000000;
  font-size: 14px;
  width: 100%;
}
.weui-cells_form .weui-btn_warn {
  margin-top: 30px;
  width: 80%;
  background: #FC4773;
}
.weui-cells_form .weui-btn_warn:after {
  border: none;
}
.weui-cells_form .weui-display {
  margin-top: 30px;
  width: 80%;
  position: relative;
  color: #ffffff;
}
.weui-cells_form .weui-display:after {
  content: " ";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  box-sizing: border-box;
  border-radius: 10px;
}
.weui-cells_form .weui-label {
  width: 30px;
  font-size: 16px;
}
.weui-cells_form .weui-label img {
  display: inline-block;
  width: 15px;
  height: 18px;
}
.weui-cells_form .weui-cell_vcode .code {
  width: 100px;
}
