
.order-detail-content {
  padding: 0.8rem 1.33333rem 0 1.33333rem;
}
.nav-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 1.28rem;
  margin-bottom: 1.06667rem;
}
.order-wrap {
  margin-bottom: 1.33333rem;
  border-bottom: 0.02667rem solid #bdbdbd;
}
.title-wrap {
  position: absolute;
  left: 4.4rem;
  right: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-name {
  width: 14.66667rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.14667rem;
  margin-bottom: 0.21333rem;
}
.product-count {
  line-height: 1.14667rem;
}
.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.back-btn {
  width: 1.28rem;
  height: 1.28rem;
  line-height: 1.28rem;
}
.fir-title {
  color: #1294ec;
}
.sec-title {
  color: #9a9a9a;
}
.product-wrap {
  /* padding: 0 20px; */
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* display: flex; */
  /* align-items: center; */
  margin-bottom: 1.06667rem;
}
.product-img {
  width: 2.13333rem;
  height: 2.13333rem;
  margin-right: 0.53333rem;
}
.product-right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fs28 {
  font-size: 0.74667rem;
}
.fs30 {
  font-size: 0.8rem;
}
.fs32 {
  font-size: 0.85333rem;
}
.order-detail-tab {
  font-size: 0.85333rem;
}
.order-detail-tab:hover {
  cursor: pointer;
}
.name-wrap {
  width: 17.33333rem;
  /* height: 43px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-price {
  color: #f18f2b;
}
.line-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: space-between; */
  margin-bottom: 0.53333rem;
}
.keys {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4.48rem;
  color: #99a6bf;
  text-align: left;
  margin-right: 0.53333rem;
  line-height: 1.06667rem;
}
.values {
  width: 12.85333rem;
  color: #13354e;
  line-height: 1.06667rem;
  white-space: pre-wrap;
}

