@CHARSET "UTF-8";
.opus-header {
    height: 70px;
    line-height: 70px;
    padding-top: 0;
}
.header_search {
    top: -70px;
}
.opus-header .opus-wrap {
    height: 70px;
    line-height: 70px;
}
.dos-nav a {
    margin: 0;
}
.dos-nav, .dos-nav a {
    color: #aaa;
}
.opus-wrap .dos-nav a {
    font-size: 12px !important;
}

/* 侧边栏 */
.sidebar-author-info {
	padding: 20px 10px;
}
.sidebar-author-info .sidebar-author-img {
	height: 80px;
}
.box-author-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 20px;
}
.box-author-info .author-face {
    position: relative;
    width: 98px;
    height: 98px;
    border-radius: 49px;
    overflow: hidden;
    margin-left: -49px;
    left: 50%;
}
.box-author-info .author-name {
    font-size: 16px;
    margin: 15px 0;
}
.box-author-info .author-one, .box-author-info .author-professional {
    font-size: 14px;
    margin: 12px 0;
    color: #bbb;
}
.box-author-info .author-article-pl, .box-author-info .author-article-pl a {
    color: #bbb;
}
.box-author-info .author-article-pl ul li {
    float: left;
}
.box-author-info .author-article-pl ul li:first-child {
    width: 50%;
    text-align: right;
    padding-right: 20px;
}
.icon-line-face {
    background-position: -159px -5px;
    float: left;
}

/* 回帖列表 */
.comment-view .comment-lst-bar {
    margin-top: 30px;
    margin-bottom: 1px;
    font-size: 16px;
    #border-bottom: 1px solid #e6e6e6;
    height: 38px;
}
.comment-lst-bar .comment-lst-bar-nav {
    min-width: 120px;
}
.comment-lst-bar .comment-lst-bar-nav a.active {
    border-color: #56af45;
}
.comment-lst-bar .comment-lst-bar-nav a {
    float: left;
    padding: 6px 14px;
    border-bottom: 4px solid transparent;
}
.comment-person-lst .xw1 {
    font-weight: normal;
    color: #333;
}
.comment-person-lst .comment-post-operation {
	font-size: 14px;
	color: #999;
}
.comment-lst .comment-reply-list-all {
	#margin-left: 70px;
	padding: 20px;
	margin-top: 30px;
}
.thread_author_reply {
	font-weight: bold;
}
.comment-person-lst .comment-lst .content02.mt15 .pcbs .t_f {
	color: #333 ;
	font-size: 14px;
}

/* 快速回复 */
.post-hd-person {
	margin-top: 20px;
}
.comment-box-area {
    margin-top: 20px;
}
.comment-box-area {
    position: relative;
    padding-left: 80px !important;
    margin-top: -1px;
}
.comment-box-area img {
    position: absolute;
    top: 0;
    left: 0;
}
.comment-box-area .comment-box-r {
    width: 100%;
    max-width: 688px;
}
.comment-box-area .textarea-box textarea {
    width: 100%;
    height: 80px;
}
.comment-box-area .comment-box-r p {
    padding-top: 10px;
}
.fast-post-box .write-btn {
    cursor: pointer;
}
.fast-post-box .btn-area {
    padding: 15px 0 15px 20px;
}
.fast-post-box .comment-box-area img {
	width: 60px;
	height: 60px;
	float: left;
	border-radius: 50%;
}
.fast-post-box .comment-box-area span {
	position:absolute;
	left: 0;
	top: 65px;
	width:60px;
	text-align: center;
}

/* AMA头部内容详情图 */
.qanda-details .qanda-details-cont .details-cont-img {
    overflow: hidden;
    position: relative;
    color: #fff;
}
.container-inner-details .content-left .qanda-details {
    font-size: 16px;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,0.01) 5%,rgba(0,0,0,0.95) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(0,0,0,0.01) 5%,rgba(0,0,0,0.95) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.01) 5%,rgba(0,0,0,0.95) 100%);
}
.details-cont-img .overlay {
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
    zoom: 1;
}
.details-cont-img img {
    float: left;
    width: 100%;
    max-height: 468px;
}
.details-cont-img .details-cont-info {
    width: 100%;
    padding: 0 20px 20px;
    box-sizing: border-box;
}
.details-cont-img .details-cont-info {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
}
.details-cont-img .details-cont-info h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 48px;
    text-align: justify;
}
.details-cont-img .details-cont-info p {
    margin-top: 10px;
    font-size: 13px;
}
.details-cont-img .details-cont-info p span {
    padding: 10px 0;
}
.details-cont-img .details-cont-info p .num {
    border: 1px solid #fff;
    padding: 5px 10px;
    min-width: 7em;
    text-align: center;
    cursor: pointer;
}
.qanda-details .qanda-details-cont .details-cont-txt {
    margin-top: 30px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

/* 侧边栏相关列表 */
.hot-thread-sidebar ul li {
    padding: 20px 20px 0;
    border-bottom: 1px dotted #e6e6e6;
}
.hot-thread-sidebar ul li div {
    overflow: hidden;
    padding-bottom: 20px;
    color: #666;
}
.hot-thread-sidebar ul li div h3 {
    padding-top: 6px;
    font-size: 18px;
    font-family: Georgia;
}
.em {
    font-style: italic;
}
.hot-thread-sidebar ul li div a {
    padding: 6px 10px;
    min-width: 5em;
    text-align: center;
    border-radius: 3px;
}
.hot-thread-sidebar ul li p {
    line-height: 24px;
}
.hot-thread-sidebar ul li em {
    display: block;
    line-height: 24px;
    padding: 10px 0;
}
.hot-thread-sidebar ul li p a {
	text-decoration: none;
}
.hot-thread-sidebar ul li p a:hover {
	color: #56af45;
}
.person-thread-info-top {
	height: 55px;
}
.person-thread-info-top a,
.person-thread-info-top span {
	line-height: 55px;
	margin-right: 20px;
}

/* 底部 */
.zan-footer {
    margin-bottom: 50px;
}
.comments-bar {
    z-index: 666;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #b3b3b3;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    transform: translate(0,0);
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -o-transform: translate(0,0);
    -moz-transform: translate(0,0);
}
.comments-bar-box {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}
.comments-bar .comments-bar-time {
    margin-left: 40px;
}
.comments-bar .comments-bar-btn {
    padding-top: 12px;
    margin-right: 20px;
}
.comments-bar-btn a {
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
    color: #333;
}
.comments-bar-btn a.btn-share {
    background: url(http://img.jiemian.com/static/jmw/image/qanda/share_btn_bg.png) no-repeat center center;
}
.comments-bar-btn a.btn-share {
    width: 24px;
}
.comments-bar-share {
    display: none;
    position: relative;
    border: 1px solid #999;
    position: absolute;
    width: 36px;
    right: 10px;
    bottom: 60px;
    background: #fff;
    border-radius: 2px;
}
.comments-bar-share a {
    width: 36px;
    height: 36px;
    background-size: 100% 100%;
}
.comments-bar-person .sina-weibo {
	background-image:url(../common/sina_weibo@1x.png)
}
.qanda-share .share-btn li .sina-weibo:hover {
	background-image:url(../common/sina_weibo_hover@1x.png)
}
.comments-bar-person .wechat {
	background-image:url(../common/wechat@1x.png)
}
.comments-bar-person .qanda-share .share-btn li .wechat:hover {
	background-image:url(../common/wechat_hover@1x.png)
}
.comments-bar-person .tencent-weibo {
	background-image:url(../common/tencent_weibo@1x.png)
}
.comments-bar-person .qanda-share .share-btn li .tencent-weibo:hover {
	background-image:url(../common/tencent_weibo_hover@1x.png)
}
.comments-bar-person .qq-zone {
	background-image:url(../common/qq_zone@1x.png)
}
.comments-bar-person .qanda-share .share-btn li .qq-zone:hover {
	background-image:url(../common/qq_zone_hover@1x.png)
}
.comments-bar-person .qanda-share .qanda-sort {
	height:36px;
	line-height:36px
}
.comments-bar-person .qanda-share .qanda-sort a:hover {
	color:#5bbda9
}
.comments-bar-person .comments-bar-share .btm-arrow {
    position: absolute;
    bottom: -13px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 6px solid #555;
}
.comments-bar-person .comments-bar-share .btm-arrow {
    position: absolute;
    bottom: -13px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 6px solid #555;
}
.comments-bar-person .comments-bar-share .btm-arrow-cover {
    bottom: -12px;
    border-top: 6px solid #fff;
}
.load_more_block .btn {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.42857;
    border-radius: 4px;
    -moz-user-select: none;
}
.load_more_block .btn-block {
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.btn-gray {
    color: #9FA3A7;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}

/* 样式调试 */
.common-panel02 .pi {
    padding: 0 0 10px;
}
.pnc, a.pnc {
    border-color: #56af45;
    background-color: #56af45;
}

.common-panel02 .pi {
    border-bottom: 0;
}
.comment-person-lst .comment-lst {
	border-bottom: #f0f0f0 solid 1px;
}
.comment-person-lst .comment-lst:first-child {
	border-bottom: 0;
}
.comment-reply-list-all .load_more {
	margin-bottom: 10px;
}
.comment-reply-list-all {
	background-color: #f6f6f6;
}
.load_more_block {
	
}
.comment-reply-list-all::before {
    content: '';
    display: block;
    position: relative;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 15px solid #f6f6f6;
    top: -44px;
    left: 15px;
}
.comment-reply-list-all .span-mark-author {
    font-size: 16px;
}
.comment-reply-list-all .span-mark-author,
.comment-reply-list-all .span-mark-author.active {
    border-bottom: 4px solid #f63756;
    color: #333;
}
.comment-reply-list-all .span-mark-author {
    font-size: 18px;
    border: none;
    color: #bbb;
}
.comment-reply-list-all .span-mark-author {
    border-bottom: 4px solid #62b651;
    position: absolute;
    z-index: 1;
    height: 28px;
    line-height: 20px;
    margin: -28px 0 0;
    font-size: 16px;
}
.span-mark-article-pl {
    float: right;
    right: 0;
    margin-top: -30px;
    color: #bbb;
    font-size: 16px;
    cursor: pointer;
}
.comment-reply-list-all .content02.mt15 {
	margin-top: 5px;
}
.comment-reply-list-all .post_reply_author_name,
.comment-reply-list-all .comment-post-time {
	color: #bbb;
	font-weight: normal;
}
.comment-reply-list-all .comment-post-time {
	margin-left: 20px !important;
}
.detail-function-person,
.comment-reply-list-all .detail-function-person {
	margin-top: 10px;
}
.comment-reply-image-list .dl-user {
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    cursor: pointer;
}
.dl-user ul {
    display: inline-block;
}
.dl-user ul li {
    width: 34px;
    height: 34px;
    border-radius: 17px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}
.dl-user ul li img {
    width: auto;
    max-width: 100%;
}
.comment-reply-content-list {
	margin-top: 5px;
}
.comment-reply-content-list table {
	border-bottom: #f0f0f0 solid 1px;
}
.comment-reply-list .close-dp-list-box {
    height: 60px;
    background-color: #f6f6f6;
    color: #bbb;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    margin: 0 -20px -20px;
    border-top: 1px solid #f0f0f0;
}
.comment-reply-list .close-dp-list-box:hover {
    background-color: #eee;
}
#threadstamp {
    z-index: 9999;
}