.dlive {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%!important;
    float: left!important;
    clear: both;
    padding: 0;
    border-top: 5px solid #d72027;
}
.dlive .panel {
    float: left;
    width: 100%;
    padding: 0;
    height: 36px;
    background: #f1f1f1;
    margin-bottom: 0;
    margin-top: 0px;
    border-radius: 0px;
}
.dlive .panel>ul.cmd>li, .dlive .panel>ul.order>li{
    display: inline-block;
    font-size: 12px;
    line-height: 36px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-right: 1px solid #e1e1e1;
    padding: 0 12px 0 10px;
}
.dlive .dbx {
    border: none;
    width: 100%;
    clear: both;
}
.dlive .panel>ul.cmd>li>span, .dlive .panel>ul.order>li>span {
    border: none;
    padding: 0 5px;
}
.dlive .panel>ul.cmd>li>span {
    color: #3e3d3d;
}
.dlive .panel>ul.cmd>li.active>span {
    color: #D61117;
}
.dlive .dbx .item {
    border-bottom: solid 1px #EEE;
    padding: 15px 0 10px;
}
.dlive .dbx .body {
    padding: 5px 0px 5px 20px;
    background: transparent;
}
.dlive .dbx .body .pInterTitle {
    font-size: 16px!important;
}
.dlive .dbx .body .pBody {
    border-bottom: 10px!important;
}
.dlive .dbx .body .pBody img {
    width: 100%!important;
    height: auto!important;
}
.dlive .dbx .body .pCaption, .dlive .dbx .body p .iCaption {
    font-style: italic;
    background: transparent;
    margin: 0px!important;
}
.dlive .dbx .body .dmedia {
    width: 100%!important;
    height: auto!important;
}
.dlive .dbx .body:hover {
    background: transparent;
}
.dlive .dbx .tip {
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
    height: 20px;
}
.dlive .dbx .tip:before {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    content: '';
    display: inline-block;
    top: 0px;
    position: absolute;
    left: 0;
    background: #f1e3af;
}
.dlive .dbx b {
    padding: 0px;
    text-transform: uppercase;
    margin-left: 20px;
    line-height: 20px;
    height: 20px;
    border-bottom: none;
}
.dlive .dbx .h1:before {
    background: #f1e3af;
}
.dlive .dbx .tip .stime {
    color: #888;
    font-style: italic;
    margin-left: 20px;
}
.dlive .devent {
    display: none!important;
}
/*//Mobile*/
@media (max-width: 767px){
    .dlive .panel>ul.order {
        float: right;
        display: block;
    }
    .dlive .panel>ul.order>li:last-of-type, .dlive .panel>ul.cmd>li:last-of-type {
        border: none;
    }
    .dlive .dbx {
        clear: both;
        float: left;
        display: block;
        margin-top: 36px;
    }
    .dlive .dbx .item:first-of-type {
        padding: 0px 0 10px;
    }
    .dlive .dbx .body .pCaption, .dlive .dbx .body p .iCaption {
        font-style: italic!important;
        background: transparent!important;
        margin: 0px!important;
        font-size: 80% !important
    }
}