.bx {
    margin: 0 auto;
    width: 1200px;
    background: url(/img/bg-nav.jpg) repeat-y;
}

.recommend-tag {
    width: 0;
    height: 0;
    font-size: 12px;
    border: 26px solid transparent;
    border-bottom-color: #fc9d27;
    position: absolute;
    right: -26px;
    top: -26px;
    transform: rotate(45deg);
}

.recommend-tag span {
    position: absolute;
    color: #fff;
    white-space: nowrap;
    left: -12px;
    bottom: -25px;
    font-size: 12px;
}

.main-wrapper {
    /*margin-top: 15px;*/
    position: relative;
    font-size: 0;
    min-height: 1200px;
}

.main-wrapper .inner-wrapper {
    height: 100%;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

.main-wrapper .left-wrapper {
    width: 180px;
    margin-right: 20px;
}

.main-wrapper .center-wrapper {
    width: 720px;
}

.main-wrapper .right-wrapper {
    width: 270px;
    position: absolute;
    right: 0;
}

.center-wrapper .banner-img {
    width: 100%;
    height: 250px;
}

.center-wrapper .load-more {
    width: 100%;
    background-color: #FFF;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 15px 0;
}

.content-container .short-title {
    font-size: 12px;
    line-height: 24px;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

.content-container .short-title .color-pink {
    color: #FF828A;
}

.content-container .content-tabs {
    margin: 2px 0;
    background-color: #fff;
    height: 46px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 8px 15px;
    text-align: center;
}

.comment-container {
    padding: 10px 15px;
    font-size: 0;
}

.comment-container .comment-content {
    width: calc(-34%);
    height: 30px;
    outline: none;
    box-sizing: border-box;
    padding-left: 10px;
    border-radius: 2px;
    border: 1px solid #E5E5E5;
    vertical-align: middle;
    margin: 0 10px;
    font-size: 12px;
    width: 80%;
}

.comment-container .comment-face {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #fc9d27;
    cursor: pointer;
}

.comment-container .comment-btn {
    display: inline-block;
    border-radius: 2px;
    width: 84px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    background-color: #fc9d27;
    text-align: center;
    vertical-align: middle;
}

.content-tabs .tab-item {
    display: inline-block;
    position: relative;
}

.content-tabs .tab-item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
}

.content-tabs .tab-item + .tab-item {
    margin-left: 100px;
}

.content-tabs .tab-item.active::after {
    background-color: #fc9d27;
}

.content-tabs .tab-item.active a {
    color: #fc9d27;
}

.comment-info {
    font-family: MicrosoftYaHei;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
}

.comment-info .comment-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
}

.comment-info .comment-user {
    font-size: 14px;
    color: #555555;
}

.comment-info .comment-time,
.comment-info .comment-count {
    font-size: 12px;
    color: #999999;
    margin-left: 20px;
}

.comment-html {
    font-size: 12px;
    line-height: 24px;
    position: relative;
}

.comment-html .comment-theme {
    color: #f68290;
}

.comment-html .reply {
    color: #fc9d27;
    line-height: 24px;
    float: right;
    cursor: pointer;
}

.comment-html .reply-text {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    color: #555;
    position: relative;
    margin-top: 10px;
}

.comment-html .reply-text:before {
    content: '';
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-bottom-color: #f5f5f5;
    position: absolute;
    bottom: 99%;
    left: 45px;
}

.comments-container .comment-item-container {
    background-color: #fff;
    position: relative;
}

.comments-container .comment-item-container + .comment-item-container {
    margin-top: 10px;
}

.comments-container .comment-item-container .text-wrapper {
    padding: 15px;
}

.comments-container .comment-item-container .text-wrapper .comment-imgs-container {
    font-size: 0;
    margin-top: 10px;
}

.comments-container .comment-item-container .text-wrapper .comment-imgs-container .comment-img {
    width: 164px;
    height: 290px;
    margin-bottom: 10px;
}

.comments-container .comment-item-container .text-wrapper .comment-imgs-container .comment-img + .comment-img {
    margin-left: 10px;
}

.comments-container .comment-item-container .text-wrapper .comment-imgs-container .comment-img:nth-child(4n+1) {
    margin-left: 0;
}

.comments-container .comment-item-container .btns-wrapper {
    height: 46px;
    font-size: 0;
    border-top: 1px solid #eee;
}

.comments-container .comment-item-container .btns-wrapper li {
    font-size: 12px;
    display: inline-block;
    width: 240px;
    line-height: 46px;
    text-align: center;
    position: relative;
}

.comments-container .comment-item-container .btns-wrapper li + li::before {
    content: '';
    position: absolute;
    background-color: #F5F5F5;
    width: 1px;
    height: 20px;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.comments-container .comment-item-container .comments-list {
    border-top: 1px solid #EEEEEE;
}

.comments-container .comment-item-container .comments-list .list-tabs {
    border-bottom: 1px solid #EEEEEE;
    line-height: 36px;
    padding: 0 15px;
    margin-bottom: 10px;
}

.comments-container .comment-item-container .comments-list .list-tabs .tab-item {
    display: inline-block;
    position: relative;
    line-height: 36px;
}

.comments-container .comment-item-container .comments-list .list-tabs .tab-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #999999;
    bottom: -1px;
}

.list-content-wrapper {
    padding: 0 15px;
}

.list-content-wrapper .list-content-item {
    padding: 25px 0;
}

.list-content-wrapper .list-content-item + .list-content-item {
    border-top: 1px solid #eee;
}

.block-wrapper {
    background-color: #fff;
    margin-bottom: 10px;
}

.block-wrapper .wrapper-header {
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    line-height: 30px;
    border-bottom: 1px solid #eee;
}

.block-wrapper .wrapper-header .header-title {
    padding-left: 10px;
    font-size: 16px;
    color: #333;
    position: relative;
}

.block-wrapper .wrapper-header .header-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 14px;
    margin-top: -7px;
    background-color: #fc9d27;
}

.block-wrapper .wrapper-header .content-tabs .tab-item {
    margin: 0 36px;
}

.block-wrapper .wrapper-body {
    padding: 10px;
}

.block-wrapper .wrapper-body .block-placeholder {
    background: #F8F8F8;
    text-align: center;
    width: 100%;
}

.block-wrapper .wrapper-body .block-placeholder + .block-placeholder {
    margin-top: 10px;
}

.block-wrapper .wrapper-body .block-placeholder img {
    max-width: 100%;
}

.block-wrapper .block-list {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    color: #555;
    position: relative;
    box-sizing: border-box;
}

.block-wrapper .block-list + .block-list {
    border-top: 1px solid #f5f5f5;
}

.block-wrapper .block-list .list-sort {
    width: 24px;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    color: #333;
    vertical-align: middle;
}

.block-wrapper .block-list .list-sort img {
    vertical-align: sub;
}

.block-wrapper .block-list .list-man {
    display: inline-block;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.block-wrapper .block-list .list-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 15px;
}

.block-wrapper .block-list .list-count {
    color: #fc9d27;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 50px;
    vertical-align: middle;
}

.list-content {
    padding: 0 10px;
    background: #f7f7f7;
}

body .sina-emotion {
    border: 0;
    max-width: 22px;
}

body #sinaEmotion .face {
    z-index: 1;
    float: left;
    width: 30px;
    height: 30px;
    cursor: pointer;
    overflow: hidden;
    padding: 4px 2px;
    position: relative;
    text-align: center;
    margin: -1px 0 0 -1px;
    border: 1px solid #e8e8e8;
    _display: inline;
}
