/* pages/orderClassDetail/orderClassDetail.wxss */
.container{
  padding: 0;
  margin: 0;
  font-size: 28rpx;
}
.detail-title{
  display: flex;
    height: 100rpx;
    line-height: 100rpx;
    justify-content: space-between;
    font-size: 32rpx;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    width: 700rpx;
    padding: 0 25rpx;
}
.class-detail,.money-detail,.order-detail{
  width: 700rpx;
  padding: 25rpx 25rpx 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.class-title,.order-title,.money-title{
  max-width: 200rpx;
  font-size: 28rpx;
  height: 60rpx;
  line-height: 60rpx;
  color: #999;
}
.detail{
  margin-right: auto;
  width: 500rpx;
  font-size: 28rpx;
  height: 60rpx;
  line-height: 60rpx;
}
.order-contract{
  color: #cc6031;
}
.money-detail .detail{
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}
.money-title-other{
  color: #999;
  margin-left: auto;
  height: 60rpx;
  line-height: 60rpx;
}
.money-price-other{
  font-size: 32rpx;
  color: #cc6031;
  height: 60rpx;
  line-height: 60rpx;
}

.order-num,.order-payTime,.class-valid,.class-nums{
  font-weight: 600;
}
.class-detail,.order-detail{
  border-bottom: 20rpx solid #eee;
}