.main {
    max-width: 1920px;
    height: auto;
    min-width: 1200px;
}

.main-content {
    width: 1200px;
    min-height: 650px;
    margin: 0 auto;
    padding-bottom: 100px;
    padding-top: 60px;
}
/*list*/
.order_list li{
    height: 268px;
    margin-bottom: 28px;
}
.order_list li:last-child{
    margin-bottom: 0;
}
.order_list li .thumb{
    width: 418px;
    height: 268px;
    overflow: hidden;
}
.order_list li .thumb a{
    display: block;
    width: 100%;
    height: 100%;
}
.order_list li .info{
    width: 782px;
    height: 202px;
    background: #FFFFFF;
    box-shadow: 0px 7px 36px 4px rgba(19, 23, 32, 0.12);
    margin-top: 33px;
}
.order_list li .info a{
    display: block;
    height: 100%;
    padding: 0 38px;
}
.order_list li .info .info_tp{
    padding-top: 47px;
}
.order_list li .info .status{
    width: 76px;
    height: 26px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 26px;
}
.order_list li .thumb img{
    transition: all 0.36s ease;
}
.order_list li:hover .thumb img{
    transform: scale(1.1);
}
/*点单中*/
.order_list li .info .status.status0{
    background: url(../images/order_gydy/status0.png) no-repeat;
    background-position: top left;
}
/*点单未开始*/
.order_list li .info .status.status1{
    background: url(../images/order_gydy/status1.png) no-repeat;
    background-position: top left;
}
/*点单结束*/
.order_list li .info .status.status2{
    background: url(../images/order_gydy/status2.png) no-repeat;
    background-position: top left;
}
.order_list li .info .tit{
    margin-left: 15px;
    line-height: 26px;
    height: 26px;
    font-size: 18px;
    color: #0C0C0C;
    font-weight: bold;
    width: 615px;
}
.order_list li .info .address{
    display: block;
    font-size: 14px;
    color: #747474;
    line-height: 16px;
    height: 16px;
    width: 706px;
    margin-top: 43px;
    margin-bottom: 10px;
}
.order_list li .info .time{
    display: block;
    font-size: 14px;
    color: #747474;
}