*{
    margin:0;
    padding:0;
}
.order-list{
    width:650px;
    min-height:220px;
   
    margin:10px auto;
    overflow: hidden;
    border-radius: 5px;
    font-size:16px;
    border:1px solid #ccc;
}
.order-list-one{
    background: #fff url("../images/index_guangg.jpg") repeat-x 100% 100%;
    width:100%;
    height:40px;
    border-bottom: 1px solid #ccc;
}
.order-list-one-first,.order-list-one-second,.order-list-one-third{
    display: inline-block;
    width: 33.3%;
    height: 40px;
    line-height: 40px;
    float:left;
    text-indent: 5px;
}
.order-list-one-third{
    text-align: right;
}
.order-list-one-third span{
   padding-right:15px;
    color:#c5201f;
    font-weight: bold;
}
.order-list-two{
    background: #fff;
    width:100%;
    height:140px;
}
.order-list-two-left{
    width:150px;
    height:100px;
    background:#fff;
    float:left;
    text-align: center;
}
.order-list-two-left img{
    width:98px;
    height:98px;

}
.order-list-two-middle{
    width:350px;
    height:100px;
    float:left;
    border-top:1px solid #ddd;
}
.order-list-two-middle-first{
    width:100%;
    height:40px;
    margin-top:10px;
}
.order-list-two-middle-second{
    width:100%;
    height:40px;
    margin-top:10px;
}
 .span-one,.span-two,.span-three{
     display:inline-block;
     width:50%;
     height:40px;
     line-height: 40px;
     float:left;
}
.order-list-two-right{
    width:150px;
    height:100px;
    float:left;
    border-top:1px solid #ddd;
}
.order-list-two-right-first,.order-list-two-right-second{
    width:100%;
    height:50px;
    line-height: 50px;
    text-align: right;
}
.order-list-two-right-first span{
    padding-right:15px;
}
.order-list-two-right-second span{
    padding-right:15px;
}
.order-list-three{
    width:100%;
    height:40px;
    background:#fff url('../images/index_guangg.jpg') repeat-x 100% 100%;
    border-top:1px solid #ccc;
}

.order-list-three-btn {
    display:inline-block;
    float:right;
    width:25%;
    height:40px;
    line-height: 40px;
    text-align: center;
}
.order-list-three-btn span{
    display:inline-block;
        width: 80px;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    font-size:14px;

}
/* ======================= */

.order-list-two-last{
    width:100%;
    height:40px;
   /* background:red;*/
    float:left;
}
.order-list-two-last-btn{
    display: inline-block;
    float: left;
    width: 20%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float:right;
    

}
.order-list-two-last-btn span{
    display:inline-block;
    width: 80px;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    font-size:14px;
}
.order-list-one-third button{
    display:inline-block;
    width: 100px;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: gainsboro;
    font-size:14px;
}

