@charset "UTF-8";
/*列表*/
.order_table_block {
  width: 100%;
  color: #747474;
  font-size: 13px;
}

.order_table_thead th {
  padding: 20px 0;
}

@media (min-width: 992px) {
  .order_table_tbody tr {
    border-bottom: 1px solid #e5e5e5;
  }
  .order_table_tbody td {
    padding: 25px 4px;
  }
}

@media (max-width: 991px) {
  .order_table_tbody tr {
    position: relative;
    display: block;
    padding-bottom: 30px;
  }
  .order_table_tbody tr:after {
    content: "";
    display: block;
    clear: both;
    visibility: visible;
  }
  .order_table_tbody td {
    position: relative;
    padding: 8px 0 8px 100px;
    display: block;
    float: left;
  }
}

@media (max-width: 767px) {
  .order_table_tbody td {
    padding: 3px 0 3px 100px;
  }
}

.order_table_title span {
  color: #262626;
  font-weight: bold;
}

@media (min-width: 992px) {
  .order_table_title {
    width: 20%;
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .order_table_title {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    width: 100%;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  .order_table_title span {
    font-size: 18px;
  }
  .order_table_title .order_data_name {
    top: 15px;
  }
}

@media (min-width: 992px) {
  .order_table_date {
    width: 15%;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .order_table_date {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .order_table_date {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .order_table_price {
    width: 15%;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .order_table_price {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .order_table_price {
    width: 100%;
  }
}

.order_table_status span {
  color: #313131;
  font-weight: bold;
}

.order_table_status span.order_status_r {
  color: #7d0000;
}

@media (min-width: 992px) {
  .order_table_status {
    width: 15%;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .order_table_status {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .order_table_status {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .order_table_function {
    width: 20%;
  }
}

@media (max-width: 991px) {
  .order_table_function {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    padding-top: 15px !important;
    padding-left: 0 !important;
  }
}

.order_data_name {
  position: absolute;
  left: 15px;
  top: 8px;
}

@media (max-width: 767px) {
  .order_data_name {
    top: 3px;
  }
}

/*列表 end*/
/*分頁頁碼*/
@media (max-width: 991px) {
  .c_page_block {
    padding: 0;
  }
}

/*分頁頁碼 end*/
