body {
}

.alert .mark {
    font-size: 14px;
    position: absolute;
    left: 1px;
    top: 1px;
    padding: 0px 4px;
    display: inline-block;
    border-radius: 0 0 8px 0;
    line-height: 20px;
    font-weight: normal;
}
.alert.alert-warning .mark {
    color: #b77f39;
    background-color: #fde7d5;
}
.alert.alert-success .mark {
    color: #258e15;
    background-color: #c7e6bf;
}
.alert.well .mark {
    color: #7b7b7b;
    background-color: #e3e3e3;
}

.shadowBtn:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 .28rem rgba(130,138,145,.5);
}


.playList {
    margin-top: 23px;
    background-color: #f9f9f9;
}
.playList ._item {
    display: table;
    width: 99%;
    margin: 0 auto 5px auto;
    background-color: #fff;
    border-radius: 6px;
}
.playList ._item.active {
    background-color: #ffcdcd;
}

.playList ._item .cover {
    display: table-cell;
    padding-top: 5px;
    width: 2%;
    vertical-align: top;
}
.playList ._item .cover img {
    max-width: 200px;
}
.playList ._item .rInfo {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 8px;
}
.playList ._item .rInfo .index {
    font-size: 18px;
    color: #b0ada9;
    margin-left: -6px;
}
.playList ._item .rInfo .btnLr {
    margin: 0 5px;
}

.playList ._item ._url {
    margin-left: 5px;
    word-wrap: break-word;
    word-break: break-all;
}
