

.mainContent {
    max-width: 800px;
    margin: 0 auto;
}

.mainContent .topSearchForm {
    padding: 6px 4px;
}

.shareInner {
    padding: 5px 0;
    margin-bottom: 15px;
}
.shareInner .dashangBtn ._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/dashang.svg');
    vertical-align: text-bottom;
    margin-right: 3px;
}
.shareInner .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;
}
.shareInner .collectBtn ._icon.has {
    background-image: url('/assets/img/collected.svg');
}

.topTitle {
    font-size: 13px;
    background-color: #4f6050;
    padding: 5px 0 5px 6px;
    position: relative;
    color: #e6e6e6;
}

.descBox {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    background-color: #8e8e8e;
    border: 0;
}
.descBox .thumbnail {
    position: absolute;
    right: 5px;
    top: 5px;
}
.descBox .desc {
    border-radius: 4px;
    background-color: #fff;
    padding: 5px 8px;
}


#itemPage .addressIcon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/assets/img/address.svg) center center transparent no-repeat;
    background-size: contain;
    vertical-align: text-bottom;
}
#itemPage .userInfoIcon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(/assets/img/userInfo.svg) center center transparent no-repeat;
    background-size: contain;
    vertical-align: text-bottom;
}

#itemPage .zanUserBtn ._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;
}
#itemPage .zanUserBtn ._icon.has {
    background-image: url('/assets/img/zaned.svg');
}




.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  .time {
    color: #aaa;
    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: 0;
}
.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;
}
