
.order-list-content {
  padding: 0.8rem 1.33333rem;
}
.order-wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 0.02667rem solid #ddd;
  margin-bottom: 0.8rem;
}
.order-wrap:hover {
  cursor: pointer;
}
.line-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-type {
  margin-bottom: 0.8rem;
}
.title-style {
  font-size: 0.74667rem;
  font-weight: 500;
  color: #13354e;
}
.detail-style {
  font-size: 0.74667rem;
  color: #99a6bf;
  margin-bottom: 0.26667rem;
}

