.myorders-box {
  width: 100%;
  height: 100%;
  background-color: $bg_f5f5f5;

  .order-body {

    .order-head {
      width: 100%;
      height: 40px;
      line-height: 40px;
      padding: 0 12px;
      display: flex;
      justify-content: space-between;
      background-color: $bg_fff;
      margin-top: 10px;
      border-bottom: 1px solid #E7EAF1;

      .oid-num {
        font-size: 12px;
        color: $color_666;
      }

      .oid-status {
        font-size: 14px;
        color: $redprice;
      }

      .oid-success {
        font-size: 14px;
        color: $color_333;
      }
    }

    .order-wrap {
      width: 100%;
      padding: 10px 12px;
      background-color: $bg_fff;
      border-bottom: 1px solid $border_e7eaf1;
      position: relative;
      .course-expire{
        display: block;
        width:92px;
        height:20px;
        line-height: 20px;
        background:#FF3A3A;
        border-radius:0 10px 10px 0;
        position: absolute;
        color: #FFF;
        font-size: 12px;
        left: 12px;
        bottom: 20px;
        text-align: center;
      }
    }

    .order-info {
      .order-des {
        position: absolute;
        bottom: 0;
      }
    }

    .order-btm {
      width: 100%;
      height: 54px;
      background-color: $bg_fff;
      padding: 0 12px;
      display: flex;
      justify-content: space-between;

      .price-info {
        width: 150px;
        display: flex;
        flex-direction: column;
        align-self: center;

        .payable {
          font-size: 12px;
          color: $color_666;
        }

        .price {
          font-size: 14px;
          color: $redprice;
        }

      }

      .btm-right {
        .cancel, a {
          display: inline-block;
          width: 90px;
          height: 30px;
          text-align: center;
          font-size: 14px;
          background-color: $bg_fff;
          border-radius: 4px;
          margin-top: 12px;
        }

        .cancel {
          color: $color_333;
          border: 1px solid $bg_999;
          margin-right: 15px;
        }

        a {
          line-height: 30px;
          color: $redprice;
          border: 1px solid $redprice;
        }

        .group {
          img {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            margin-top: 10px;
            margin-left: 10px;
          }
        }
      }
    }

    .expand-pay-wk {
      height: 35px;
      background-color: $bg_fff;
      line-height: 35px;
      padding: 0 10px;
      font-size: 12px;
      display: flex;
      justify-content: space-between;
      border-top: 1px solid #E7EAF1;
      span {
        color: #999;
      }

      .expand-pay-time {
        color: #09f;
      }
    }


  }

  .cart-tip {
    color: #555;
    margin-top: 140px;
    text-align: center;

    .iconfridge {
      font-size: 21px;
    }

    .cart-mess {
      font-size: 12px;
      color: $color_666;
    }

    a {
      display: inline-block;
      width: 130px;
      height: 30px;
      border: 1px solid $bg_active;
      border-radius: 15px;
      font-size: 16px;
      margin-top: 30px;
      color: $active;
      text-align: center;
      line-height: 28px;
    }
  }
}