﻿
.table_min .order_search{
   background-color: #fff;
   padding: 10px;
}
@media screen and (max-width: 3400px) and (min-width: 850px) {
    .table_min{
        max-width: 800px;
        margin: 20px auto;
    }
    .table_min .order_list{
        background-color: #f9f9f9;
        padding: 10px;
        margin-top: 10px;
        border-radius: 5px;
    }
    .order_search{
        margin: 20px auto;
        max-width: 500px;
    }
     .table_min .order_list .order_top{
        padding: 5px 0px;
        border-bottom: 1px solid #f3f3f3;
        margin-bottom:4px;
        font-size: 12px;
    }
    .table_min .order_list .order_content{
      margin-bottom: 5px;
      background: #fff;
    }
    .table_min .order_list .order_left{
        width: 100px;
        height: 100px;
        overflow: hidden;
        /* border: 1px solid #a7a5a5; */
    }
    .table_min .order_list .order_right{
        padding: 0px 10px;
         font-size: 12px;
         flex: 1;
    }
    .table_min .order_list .order_title{
        font-weight: 600;
    }
    .table_min .order_list .order_info{
        margin: 10px 0px;
    }
    .table_min .order_list  .Total{
        padding: 5px;
        border-top: 1px solid #f3f3f3;
        text-align: right;
    }
}
@media screen and (max-width: 880px) {
    .table_min {
        background-color: #eee;
      }
      .table_min .order_list{
        background-color: #fff;
        padding: 10px;
        margin-top: 10px;
    }
    .table_min .order_list .order_top{
        padding: 5px 0px;
        border-bottom: 1px solid #f3f3f3;
        margin-bottom:4px;
        font-size: 11px;
    }
    .table_min .order_list .order_content{
      margin-bottom: 5px;
    }
    .table_min .order_list .order_left{
        width: 100px;
        height: 100px;
        overflow: hidden;
    }
    .table_min .order_list .order_right{
        padding: 0px 10px;
         font-size: 12px;
         flex: 1;
    }
    .table_min .order_list .order_title{
        font-weight: 600;
    }
    .table_min .order_list .order_info{
        margin: 10px 0px;
    }
    .table_min .order_list  .Total{
        padding: 5px;
        border-top: 1px solid #f3f3f3;
        text-align: right;
    }
}