.order-contents{
    width:1003px;
    margin:0 auto;
}
.order-select{
    float:left;
    width:100%;
    height:220px;
    background:#fff;
    margin-top:10px;
    overflow: hidden;
    border-radius: 5px;
    border:1px solid #bfbfbf;
}
.order-select-header{
    width:1003px;
    height:40px;
    line-height: 40px;
    background:url('../images/cat_order_loginout.jpg')repeat-x;
    background-size:45px 100%;
    border-bottom:2px solid #c5201f;
}
.order-select-left{
    width:501px;
    height:180px;
    float:left;
}
.order-select-right{
    width:501px;
    height:180px;
    float:right;

}
.order-select-btn,.order-query-btn{
    width:401px;
    height:150px;
    background: #eeeeee;
    border:1px solid #bfbfbf;
    margin:10px auto;
    border-radius:5px;
    overflow: hidden;
}
.order-select-btn a,.order-query-btn a{
    display:block;
    width:401px;
    height:150px;
}

.order-select-btn a:hover,.order-query-btn a:hover{
    background: rgba(179, 179, 179, 0.56);
}


.order-select-btn-left{
    width:120px;
    height:120px;
    line-height: 120px;
    background:#0672cc;
    border-radius: 50%;
    margin-top:15px;
    margin-left:19px;
    color:#fff;
    text-align: center;
    float:left;
}
.order-query-btn-left{
    width:120px;
    height:120px;
    line-height: 120px;
    background: #df4755;
    border-radius: 50%;
    margin-top:15px;
    margin-left:19px;
    color:#fff;
    text-align: center;
    float:left;
}
.order-select-btn-right,.order-query-btn-right{
    width:251px;
    height:150px;
    float:right;
    text-align:center;
}
.order-select-btn-right h1,.order-query-btn-right h1{
    display:block;
    padding-top:40px;
    color: #4b4b4b;
}
.order-select-btn-right span,.order-query-btn-right span{
    display:block;
    padding-top:10px;
    color: #888888
}
