body {
}
#indexBox {
    max-width: 860px;
    min-height: 500px;
    font-size: 14px;
    line-height: 30px;
    color: #484848;
    padding: 25px 25px;
}
#indexBox .addBtn {
    position: absolute;
    right: 8px;
    top: 10px;
    border-radius: 16px;
}
#indexBox .allSubject a.btn {
    color: #68b011;
}
#indexBox .allSubject a.btn:hover {
    color: #81ca29;
}
#indexBox .addBtn svg {
    display: inline-block;
    vertical-align: bottom;
}
#indexBox .appendSelect {
    display: table-cell;
    width: 1%;
    vertical-align: top;
}

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


.sharesList {
    padding: 10px 0;
}
.sharesList .item {
    margin-bottom: 15px;
    display: table;
    width: 100%;
    background-color: #717171;
    padding: 8px 5px;
    border-radius: 8px;
}

.sharesList .coverTd {
    display: table-cell;
    width: 100px;
    vertical-align: top;
    padding-right: 10px;
}

.sharesList .mainTd {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}

.sharesList .coverTd .thumbnail {
    margin-bottom: 0;
    position: relative;
    min-width: 62px;
    display: block;
    background-color: #f7fdf0;
    min-height: 74px;
    padding: 2px;
    text-align: center;
    cursor: pointer;
}
.sharesList .coverTd .thumbnail img {
    max-height: 80px;
}
.sharesList .coverTd .thumbnail .pics {
    position: absolute;
    left: -1px;
    bottom: -1px;
    border-radius: 0 6px 0 0;
    background-color: rgba(249, 61, 52, 0.55);
    color: #fff6b2;
    font-size: 12px;
    padding: 0 2px 0 1px;
    line-height: 13px;
    display: inline-block;
    transform-origin: center;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
}

.sharesList .item .top_ {
    position: relative;
    padding-left: 10px;
    color: #151515;
}
.sharesList .item .top_ a.username {
    color: #b3d1e1;
}
.sharesList .item .top_ .time {
    position: absolute;
    right: 10px;
    bottom: 0;
    color: #333;
    font-size: 12px;
}
.sharesList .item .metaInfo {
    padding-left: 8px;
    line-height: 26px;
    position: relative;
}
.sharesList .item .metaInfo .subject {
    display: inline-block;
    border-radius: 5px 5px 0 0;
    padding: 0 6px;
    background-color: #7b7b7b;
}
.sharesList .item .metaInfo .subject a {
    color: #cad09e;
}
.sharesList .item .metaInfo .uri {
    color: #333;
    padding-left: 4px;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0px;
}
.sharesList .item .metaInfo .uri a {
    color: #333;
}
.sharesList .item .shareContent {
    overflow: hidden;
    overflow-wrap: break-word;
    word-break: break-all;
    text-overflow: ellipsis;
    background-color: #7b7b7b;
    padding: 10px;
    line-height: 28px;
    margin: 0 8px;
    position: relative;
    white-space: pre-wrap;
    color: #ececec;
    font-size: 14px;
}
.sharesList .item .shareContent .detailsIcon {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 2px;
    bottom: 2px;
    background: url(/assets/img/details.svg) center center transparent no-repeat;
    background-size: contain;
    cursor: pointer;
}

.sharesList .item .user {
    color: #3f9942;
    font-size: 12px;
}
.sharesList .item .countBar {
    font-size: 13px;
    color: #2f2f2f;
    line-height: 18px;
    text-align: right;
    padding: 7px 10px;
}

.sharesList .item .collectBtn ._icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-position: center center;
    background-image: url('/assets/img/collect.svg');
    vertical-align: text-bottom;
    margin-right: 3px;
}
.sharesList .item .collectBtn ._icon.has {
    background-image: url('/assets/img/collected.svg');
}
.sharesList .item .zanBtn ._icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-position: center center;
    background-image: url('/assets/img/zan.svg');
    vertical-align: text-bottom;
    margin-right: 3px;
}
.sharesList .item .zanBtn ._icon.has {
    background-image: url('/assets/img/zaned.svg');
}
.sharesList .item .openReplyBtn ._icon {
    width: 16px;
    height: 14px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-position: center center;
    background-image: url('/assets/img/reply.svg');
    vertical-align: text-bottom;
    margin-right: 3px;
}
