

#order-list-app div.van-panel {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  height: 160px;
  overflow: hidden;
}
#order-list-app div.van-panel:hover {
  background-color: #fff;
  border: 3px solid #bc4853;
  border-radius: 5px;
  height: 160px;
  overflow: hidden;
}
#order-list-app .van-cell{
  padding: 5px;
}
#order-list-app div.van-panel div.slot-header {
  width: 100%;
  height: 70px;
  padding: 5px;
  box-sizing: border-box;
  z-index: 2;
  position: absolute;
  bottom: 0;
  color: #fff;
}

#order-list-app div.van-panel div.slot-header div.van-ellipsis {
  width: 60%;
  display: inline-block;
  float: left;
  padding-left: 5px;
}

#order-list-app div.van-panel div.slot-header div.slot-header-status {
  float: right;
  display: inline-block;
  color: red;
  padding-right: 5px;
}

#order-list-app div.van-panel div.van-hairline--bottom {
  background-color: #eeeeee;
  height: 1px;
}

#order-list-app div.van-panel .van-panel__content {
  height: 160px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#order-list-app div.van-panel div.slot-content {
  height: 160px;
  width: 100%;
  box-sizing: border-box;
}

#order-list-app div.van-panel div.slot-content div.slot-content-img {
  width: 100%;
  height: 160px;
  background-color: #fff;
  padding: 5px;
  box-sizing: border-box;
  line-height: 90px;
  overflow: hidden;
}

#order-list-app div.van-panel div.slot-content div.slot-content-img img {
  width: 100%;
  vertical-align: middle;
  height: 150px;
}

#order-list-app div.van-panel div.slot-content div.slot-content-desc {
  width: calc(100% - 100px);
  height: 100px;
  background-color: #fff;
  float: left;
  box-sizing: border-box;
  padding: 5px;
}

#order-list-app div.van-panel div.slot-content div.slot-content-desc div.van-ellipsis:nth-child(2) {
  font-size: 12px;
}

#order-list-app div.van-panel div.slot-content div.slot-content-desc div.van-ellipsis:nth-child(3) {
  color: red;
  margin-top: 23px;
}

#order-list-app .van-hairline--top-bottom::after, #order-list-app .van-hairline-unset--top-bottom::after {
  border: 0;
}

#order-list-app .van-cell:not(:last-child)::after {
  border: 0;
}