.od_title{
    text-align: center;
    border: none;
}
.panel_order{
    background-color:#EEE;
}
.panel-body{
    background-color:#fff;
}
.slist{
    text-align: center;
    min-height: 60px;
}
.slist td{
    border-right: 1px solid #EEE;
}
.slist td>div>div:nth-child(1){
    text-align: left;
}
.slist td:LAST-CHILD{
    border-right: 0px;
}
.a_jump{
    text-decoration:none;
    color: red;
}
.no_content{
    text-align: center;
    line-height: 100px;
}
.od_menu{
    width: 98%;
    border: 1px solid #dddddd;
    margin-left: auto;
    margin-right: auto;
}
.od_menu>div{
    height: 40px;
    line-height: 40px;
    display:inline-block;
}
.od_menu>div>a{
    font-size: 16px;
    margin-left: 20px;
}
.od_menu>div:last-child{float: right; }
.od_menu>div:nth-child(2),.od_menu>div:nth-child(3){
    margin-left: 40px;
}
.od_menu>div:last-child>a{
    color: blue;
    font-size: 15px;
    margin-right: 10px;
}
.od_active{
    border-bottom: 2px solid #ff7e32;
}
.panel-body>table img{
    height: 100px;
    width: 100px;
}
.col-xs-5 div{
    display:inline-block;
}
div[id^=tz_detail]{
    position: absolute;
    background-color: #fff;
    left: 20%;
    width: 380px;
    z-index: 9;
}
div[id^=tz_detail]>hr{
    background-color: white;
    border: 1px solid white;
}
.tz_detail>span{
    display:inline-block;
}
div[name=tz_btn]{
    color: #ff5a00;
    background-color: #ffd7a2;
    padding: 2px 3px 2px 3px;
    position: absolute;
    margin-top: 16px;
    cursor: pointer;
}