html,body {
    overflow-y: auto;
}
body {
    background-color: #f4f5f6;
    padding-right: 0 !important;
}

/* 文章主体 */
#detail-wrap{
    background-color: #91c3e6;
    background-clip: content-box;
}
#detail-wrap > .row{
    margin-top: 8px;
}
#detail-con {
    padding-right: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*overflow: hidden;*/
}

/* 操作按钮区域开始 */
#detail-con .handle-btn {
    background-color: #fff;
    padding: 15px 60px;
}

#detail-con .handle-btn li {
    /*border-right: 1px solid #17acf6;*/
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
}

#detail-con .handle-btn li:last-child {
    border-right: none;
}

/* 操作按钮区域结束 */
#detail-con .detail-con-top {
    padding: 0 40px;
    background-color: #fff;
    color: #333;
}

#detail-con .detail-con-top .detail-con-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
#detail-con .detail-con-top .detail-con-title .iconfont{
    font-size: 18px;
    color: #ffa200;
}
#detail-con .detail-con-top .detail-con-title .iconfont.warning{
    color: #ee453d;
}
#detail-con .detail-con-top .detail-cont-info {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
}

#detail-con .detail-con-top .detail-cont-info .come-from {
    float: right;
}

#detail-con .detail-content {
    background-color: #fff;
    padding: 10px 40px;
    padding-bottom: 40px;
    position: relative;
}

#detail-con .detail-content .detail-cont-info {
    color: #333;
    position: relative;
}
#detail-con .detail-cont-info .icon{
    position: absolute;
    left: 45px;
    top: 40px;
    width: 16px;
    height: 16px;
}
#detail-con .detail-cont-info .icon img{
    width: 100%;
    height: 100%;
}
#detail-con .detail-content .detail-cont-info .detail-cont-tx {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

#detail-con .detail-content .detail-cont-info .detail-contr-info {
    margin-left: 80px;
    font-size: 16px;
}
.detail-cont-info .views-who{
    font-size: 12px;
    padding: 2px 4px;
    background: #ffa730;
    color: #fff;
    border-radius: 4px;
    margin-left: 10px;
}
#detail-con .detail-contr-info .detail-contr-name {
    color: #17acf6;
    font-weight: bold;
    margin-top: 6px;
    float: left;
}
#detail-con .detail-contr-info .detail-contr-name img{
    vertical-align: unset;
}
#detail-con .detail-contr-namew {
    height: 24px;
}
/*一级回复置顶样式*/
#detail-con .detail-contr-namew .stick-icon{
    color: red;
    float: right;
    line-height: 24px;
}
#detail-con .detail-contr-namew .stick-icon .iconfont{
    font-size: 18px;
    vertical-align: sub;
}
/*一级回复置顶样式结束*/
/*管理员编辑*/
.admin-edit {
    float: left;
    /*height: 20px;*/
    /*display: none;*/
}

.admin-edit > a {
    margin: 0 4px;
    font-size: 14px;
}

.admin-edit .edit-ip {
    position: relative;
    cursor: pointer;
}

.admin-edit .edit-ip-box {
    position: absolute;
    left: 0;
    bottom: -33px;
    background-color: #fff;
    white-space: nowrap;
    border: 1px solid #cdcdcd;
    padding: 2px 8px;
    cursor: initial;
    z-index: 10;
    display: none;
}

.admin-edit > li {
    float: left;
    margin-right: 10px;
    position: relative;
    font-size: 14px;
}

.admin-edit .a-link > a {
    cursor: pointer;
}

.admin-edit .a-link .edit-managebox {
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -30px;
    width: 200px;
    border: 2px solid #cdcdcd;
    border-radius: 3px;
    background-color: #fff;
    padding: 10px;
    z-index: 10;
    display: none;
}

.admin-edit .edit-managebox .title {
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
}

.admin-edit .edit-managebox .close-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
    color: #333;
}
.admin-edit .edit-managebox .a-link{
    cursor: pointer;
}
.admin-edit .edit-managebox .edit-managelist .list-inline {
    margin-right: -10px;
}

.admin-edit .edit-managelist .list-inline li:hover a {
    text-decoration: underline;
}
/*管理员编辑结束*/
#detail-con .detail-content .detail-cont-info .detail-contr-info .detail-contr-fans {
    font-size: 14px;
    margin-top: 10px;
}

#detail-con .detail-content .detail-cont-info .detail-info-btn {
    position: absolute;
    right: 0;
    top: 15px;
    color: #17acf6;
    padding: 0 10px;
    height: 24px;
    line-height: 22px;
    border: 1px solid #17acf6;
    border-radius: 4px;
    cursor: pointer;
}
#detail-con .detail-content .detail-cont-info .detail-info-btn.state-red{
    color: #ff6600;
    border-color: #ff6600;
}
/*#detail-con .detail-content .detail-cont-info .detail-info-btn.yet-follow{*/
/*color: #999;*/
/*border-color: #999;*/
/*}*/
#detail-con .detail-content .detail-cont-info .detail-info-btn .iconfont {
    color: #17acf6;
}
#detail-con .detail-content .detail-cont-main-wrap{
    margin-top: 10px;
    padding: 0 15px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
#detail-con .detail-content .detail-cont-main {
    font-size: 17px;
    color: #333;
    position: relative;
    margin-bottom: 10px;
}
.detail-cont-main .content-paragraph{
    margin: 15px 0;
    line-height: 30px;
}
.detail-cont-main .content-title{
    font-weight: bold;
}
.detail-cont-main .content-img{
    text-align: center;
    margin: 15px 0;
}
.detail-cont-main .content-img .user-img{
    max-width: 75%;
    /*max-height: 2000px;*/
}
.detail-cont-main .content-img .user-img-desc{
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 4px;
}
#detail-con .detail-content .detail-cont-main .detail-cont-mainp {
    margin-bottom: 18px;
}
#detail-con .detail-content .replenish-wrap .detail-cont-mainp{
    margin-bottom: 10px;
}
#detail-con .detail-cont-main .alivideo {
    position: relative;
    margin-left: 10px;
}
#detail-con .detail-cont-main .alivideo .prism-player{
    margin: 0 auto;
}
#detail-con .detail-cont-main .alivideo .alivideo-desc{
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 4px;
}
#detail-con .detail-content .detail-cont-mainpic{
    padding-left: 0;
    margin-bottom: 10px;
}
#detail-con .detail-content .detail-cont-mainpic.one-pic {
    width: 250px;
}

#detail-con .detail-content .detail-cont-mainpic.one-pic li {
    width: 100%;
    height: auto;
    max-height: 220px;
}

#detail-con .detail-content .detail-cont-mainpic.one-pic li img {
    width: 100%;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
}
#detail-con .detail-content .detail-cont-mainpic.four-pic{
    width: 700px;
}
#detail-con .detail-content .detail-cont-mainpic.six-pic{
    width: 560px;
}
#detail-con .detail-content .detail-cont-mainpic.mix-pic{
    max-width: 840px;
}
#detail-con .detail-content .detail-cont-main .detail-mainpic-list {
    float: left;
    position: relative;
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: url(/uploads/image/icursor/big.cur), auto;
}

#detail-con .detail-cont-main .detail-mainpic-list img {
    width: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*活动*/
.activity-wrap{
    padding: 20px 40px;
    background-color: #fff;
}
.activity{
    border: 1px solid #17acf6;
    width: 100%;
    height: 110px;
    margin-bottom: 10px;
    position: relative;
    box-shadow: 0px 2px 5px #ccc;
}
.activity .activity-personnel{
    display: inline-block;
    font-size: 17px;
    line-height: 110px;
    margin-left: 22px;
}
.activity .activity-personnel .num{
    font-size: 22px;
    color: #17acf6;
}
.activity .activity-btn{
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 330px;
    height: 54px;
    line-height: 55px;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    background: #17acf6;
    border-radius: 4px;
    cursor: pointer;
}
.activity .activity-btn.finish{
    color: #666;
    background-color: #e6e6e6;
    cursor: not-allowed;
}
.activity .activity-btn.have-apply{
    cursor: not-allowed;
}
.activity .activity-modal-wrap{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10;
    display: none;
}
.activity .activity-modal-wrap .activity-modal{
    position: absolute;
    left: 50%;
    top: 200px;
    transform: translatex(-50%);
    width: 460px;
    height: 400px;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.activity .activity-modal-wrap .activity-modal .activity-modal-head{
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    background: #f5f5f5;
}
.activity .activity-modal-wrap .activity-modal .activity-modal-head .close{
    margin-top: 15px;
    margin-right: 15px;
    font-size: 20px;
    cursor: pointer;
}
.activity .activity-modal-wrap .activity-modal .activity-modal-body{
    padding: 40px 60px;
}
.activity .activity-modal-wrap .activity-modal-body .activity-input-wrap{
    border-bottom: 1px solid #f5f5f5;
    line-height: 46px;
}
.activity .activity-modal-wrap .activity-modal-body .activity-input-wrap .red{
    color: red;
}
.activity .activity-modal-wrap .activity-modal-body .activity-input-wrap .iconfont{
    font-size: 20px;
}
.activity .activity-modal-wrap .activity-modal-body .activity-input-wrap input{
    width: 150px;
    padding-left: 10px;
}
.activity .activity-modal-wrap .activity-modal-body .activity-input-wrap .error{
    color: red;
    font-size: 14px;
    display: none;
}
.activity .activity-modal-wrap .activity-modal-body .activity-leave{
    border: 1px solid #f5f5f5;
    width: 100%;
    height: 120px;
    border-radius: 4px;
    margin-top: 20px;
    padding: 10px;
}
.activity .activity-modal-wrap .activity-modal-body .activity-submit{
    width: 135px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #17acf6;
    border-radius: 4px;
    margin: 10px auto;
    cursor: pointer;
}
.activity .cancel-apply{
    color: #666;
    position: absolute;
    right: 70px;
    top: 40px;
    text-decoration: underline;
    cursor: pointer;
}
/*活动end*/
/*移动端查看大图*/
#detail-con .mobile-gallery{
    margin-right: -5px;
}
#detail-con .mobile-gallery .homec-detail-mobilepic{
    width: 110px;
    height: 110px;
    margin-right: 3px;
    margin-bottom: 3px;
    float: left;
}
#detail-con .mobile-gallery .homec-detail-mobilepic > a{
    display: inline-block;
    width: 110px;
    height: 110px;
    overflow: hidden;
    position: relative;
}
#detail-con .mobile-gallery .homec-detail-mobilepic.one-pic{
    width: auto;
    height: auto;
    max-width: 220px;
}
#detail-con .mobile-gallery .homec-detail-mobilepic.one-pic a{
    width: 100%;
    height: auto;
    max-height: 220px;
}
#detail-con .mobile-gallery .homec-detail-mobilepic.one-pic img{
    width: 100%;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}
#detail-con .mobile-gallery .homec-detail-mobilepic img{
    width: auto;
    min-width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: perspective(1px) translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: perspective(1px) translate(-50%, -50%);
    transform: perspective(1px) translate(-50%, -50%);
}

/*移动端查看大图结束*/
#detail-con .detail-content .theme-edit {
    /*position: absolute;*/
    /*left: 20px;*/
    /*bottom: 20px;*/
    font-size: 14px;
}

#detail-con .detail-content .inform-btn {
    color: #999;
    font-size: 14px;
    position: absolute;
    right: 35px;
    bottom: 0;
}
#detail-con .detail-content .detail-cont-main .inform-btn{
    right: 22px;
    bottom: 0;
}
#detail-con .detail-content .inform-btn a {
    cursor: pointer;
    margin-left: 15px;
}
/*作者补充*/
.detail-cont-main.replenish-wrap{
    margin-top: 6px;
}
.detail-cont-main .replenish-title{
    color: #9a9a9a;
    position: relative;
    margin-bottom: 6px;
}
.detail-cont-main .replenish-title .title-text{
    font-size: 12px;
    background: #fff;
    padding-right: 10px;
    position: relative;
    z-index: 1;
}
.detail-cont-main .replenish-title:after{
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    border-bottom: #999 dashed 1px;
}
.detail-cont-main .replenish-title .iconfont{
    color: #ee453d;
}
/*作者补充结束*/
/* 主体文章详情结束 */
/*赞赏码*/
#detail-con .protocol-wrap{
    background-color: #fff;
    padding: 0 20px;
}
#detail-con .protocol-wrap .protocol-word{
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 24px;
    line-height: 50px;
    color: #ffffff;
    background: -webkit-linear-gradient(#ffb155, #ff6600);
    background: -o-linear-gradient(#ffb155, #ff6600);
    background: -moz-linear-gradient(#ffb155, #ff6600);
    background: linear-gradient(#ffb155, #ff6600);
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#detail-con .protocol-wrap .protocol-word:hover{
    transform: scale(1.2);
    border: 2px solid #ffde6b;
}
#detail-con .protocol-wrap .protocol-num{
    position: relative;
    padding: 10px 0;
}
#detail-con .protocol-wrap .protocol-num .protocol-num-cont{
    display: inline-block;
    font-size: 16px;
    background-color: #fff;
    padding: 0 6px;
    position: relative;
    z-index: 2;
}
#detail-con .protocol-wrap .protocol-num:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #dedede;
    left: 0;
    top: 50%;
}
#detail-con .protocol-wrap .protocol-num-cont .num{
    color: #ff6600;
}
#detail-con .protocol-wrap .protocol-person{
    text-align: center;
    padding: 15px 108px 0;
}
#detail-con .protocol-wrap .protocol-person ul.clearfix{
    display: inline-block;
    margin-right: -20px;
}
#detail-con .protocol-wrap .protocol-person-item{
    width: 60px;
    padding: 0;
    margin-right: 19px;
    margin-bottom: 10px;
}
#detail-con .protocol-wrap .person-tx-wrap{
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 auto;
}
#detail-con .protocol-wrap .person-tx-wrap .person-tx{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
#detail-con .protocol-wrap .person-tx-wrap .sign-icon{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
}
#detail-con .person-tx-wrap .sign-icon img{
    width: 100%;
    vertical-align: inherit;
}
#detail-con .protocol-person-item .person-name{
    font-size: 12px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
}
#detail-con .protocol-person .protocolp-more{
    cursor: pointer;
    padding-bottom: 10px;
}
#detail-con .protocol-modal .modal-dialog{
    width: 500px;
}
#detail-con .protocol-modal .modal-header{
    color: #ffffff;
    font-size: 20px;
    background: #3eb737;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#detail-con .protocol-modal .protocol-img{
    width: 350px;
    height: 350px;
}
#detail-con .protocol-modal .modal-header .close{
    color: #fff;
    font-size: 30px;
    opacity: 1;
}
#detail-con .protocol-modal .protocolm-tip{
    font-size: 20px;
    margin: 15px 0;
}
.modal-open{
    padding-right: 0 !important;
}
/*赞赏码结束*/
/*奖励*/
#detail-con .protocol-wrap .protocol-word.award{
    cursor: default;
    transform: none;
    border: none;
}
/* 评论区域 */
#detail-con .detail-comment-wrap {
    background-color: #fff;
    padding: 0 20px;
}

#detail-con .detail-comment {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #dedede;
    background-color: #fff;
}

#detail-con .detail-comment .detail-comment-handle {
    font-size: 14px;
    color: #666;
    cursor: pointer;
    position: relative;
    padding: 0;
}
#detail-con .detail-comment .detail-comment-handle .comment-handle{
    position: absolute;
    bottom: -15px;
    margin-left: -25px;
    left: 50%;
    width: 50px;
    height: 4px;
    background: #17acf6;
    border-radius: 3px;
    display: none;
}
#detail-con .detail-comment .detail-comment-handle.reply.active .comment-handle{
    display: block;
}
#detail-con .detail-comment .detail-comment-handle:hover {
    color: #17acf6;
}

#detail-con .detail-comment .detail-comment-handle:hover .num {
    color: #17acf6;
}

#detail-con .detail-comment .detail-comment-handle .iconfont {
    margin: 0 4px;
    font-size: 16px;
}

#detail-con .detail-comment .detail-comment-handle .iconfont.active {
    color: #ffcd36;
}

#detail-con .detail-comment .detail-comment-handle.praise.active {
    color: #17acf6;
}

#detail-con .detail-comment .detail-comment-handle.praise.active .num {
    color: #17acf6;
}

#detail-con .detail-comment .detail-comment-handle .num {
    color: #999;
    font-size: 14px;
}

/*未登录状态的提示登录框*/
#detail-con .detail-comment-wrap .publish-nologin {
    border: 1px solid #ccc;
    height: 80px;
    padding: 10px;
    font-size: 16px;
    margin: 20px 0;
}

#detail-con .detail-comment-wrap .publish-nologin a {
    color: #17acf6;
}

/*未登录状态的提示登录框结束*/
/*#detail-con .feed-publish-wrap {*/
/*border-bottom: 1px solid #00a8ec;*/
/*}*/

#detail-con .feed-publish-img img {
    width: 48px;
    height: 48px;
    float: right;
    border-radius: 50%;
}

#detail-con .feed-publish .form-group {
    margin-top: 8px;
    margin-bottom: 10px;
}

#detail-con .feed-publish .feedp-nologin {
    height: 80px;
    padding: 10px;
    border: 1px solid #dedede;
    display: none;
}

#detail-con .feed-publish .feedp-nologin a {
    color: #17acf6;
}

#detail-con .feed-publish .feedp-login {
    font-size: 16px;
    width: 100%;
    height: 80px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 5px;
    border: 1px solid #bbbbbb;
    outline: none;
    /* display: none; */
}
#detail-con .feed-publish .feedp-login:empty:before{
    content: '请填写回复';
    color: gray;
}
#detail-con .replenish-full .feedp-login:empty::before{
    content: '请填写内容';
}
#detail-con .feed-publish .feedp-login:focus:before{
    content:none;
}
#detail-con .publish-option {
    cursor: pointer;
    position: relative;
}

/*qq表情开始*/
#detail-con .facebox {
    position: absolute;
    left: 0;
    top: 30px;
    width: 384px;
    padding: 5px;
    background: #fff;
    border: 1px solid #cdcdcd;
    z-index: 999;
    display: none;
}

#detail-con .facebox li {
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

/*qq表情结束*/
#detail-con .publish-option .publish-icon {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(/uploads/image/images/forum-sprites.png) no-repeat;
    vertical-align: middle;
}

#detail-con .publish-option .publish-icon.face {
    background-position: -267px 0;
}

#detail-con .publish-option .publish-icon.pic {
    background-position: -198px 2px;
}

#detail-con .publish-option .publish-icon.video {
    background-position: -232px 4px;
}

#detail-con .publish-option.screen .publish-icon {
    background-position: 0 -29px;
}

#detail-con .publish-option .uploadpic-box {
    position: absolute;
    left: 0;
    top: 33px;
    width: 260px;
    padding: 8px 5px;
    background-color: #fff;
    z-index: 10;
    border: 1px solid #c1c1c1;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
    cursor: default;
    display: none;
}

/* 全屏发布主题 */
.publish-wrap-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
    display: none;
}
#detail-con .feed-publish-wrap{
    margin-top: 20px;
}
#detail-con .feed-publish-wrap .feed-publish > div.container {
    display: none;
}

#detail-con .feed-publish-wrap .feed-publish.fixed > div.container {
    background-color: #f4f5f6;
    margin-bottom: 10px;
    color: #666666;
    display: block;
}
/*滚动输入框固定底部*/
#detail-con .feed-publish-wrap.fixed{
    background: #eaf8ff;
    margin-top: 0;
    position: fixed;
    bottom: 0;
    padding: 0 20px;
    -webkit-box-shadow: 0 0px 4px 0px #818181;
    -moz-box-shadow: 0 0px 4px 0px #818181;
    box-shadow: 0 0px 4px 0px #818181;
    z-index: 10;
}
#detail-con .feed-publish-wrap.fixed .feedp-login{
    height: 50px;
}
#detail-con .feed-publish-wrap.fixed .feed-publish-img{
    display: none;
}
#detail-con .feed-publish-wrap.fixed .feed-publish{
    width: 100%;
}
#detail-con .feed-publish-wrap.fixed .feedp-login{
    width: 80%;
    height: 34px;
    float: left;
}
#detail-con .feed-publish-wrap.fixed .option-fixed-none{
    display: none;
}
#detail-con .feed-publish-wrap.fixed .screen{
    margin-left: 20px;
    line-height: 34px;
}
#detail-con .feed-publish-wrap.fixed .btn-primary{
    top: 0;
    line-height: 24px;
}
#detail-con .feed-publish-wrap.fixed #mes{
    position: absolute;
    left: 50%;
    top: 6px;
    margin-left: -56px;
}
/*滚动输入框固定底部结束*/
#detail-con .feed-publish.fixed .optional {
    display: block;
}

#detail-con .feed-publish .optional {
    display: none;
    margin-bottom: 10px;
}

#detail-con .feed-publish .optional .shownums {
    color: #666;
}
#detail-con .feed-publish-wrap .shownums .num{
    color: #17acf6;
}
#detail-con .feed-publish-wrap .shownums .red-num{
    color: red;
}
#detail-con .feed-publish-wrap .feed-publish.fixed {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: #f4f5f6;
    padding: 18px 10px 1px 10px;
    font-size: 14px;
    overflow-y: auto;
}

#detail-con .feed-publish-wrap > div.container .breadcrumbs {
    display: none;
}

#detail-con .feed-publish.fixed > div.container .breadcrumbs {
    float: left;
    display: block;
}

#detail-con .feed-publish.fixed > div.container .control-icon {
    float: right;
}

#detail-con .feed-publish.fixed > div.container .control-icon a {
    margin-right: 15px;
    color: #666666;
}
#detail-con .feed-publish-wrap .feed-publish.fixed .bgw {
    width: 1024px;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 350px;
}
/*发布成功提示框*/
#detail-con .bgw{
    position: relative;
}
#detail-con .bgw .success-tip{
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    color: #666;
    display: none;
}
#detail-con .bgw .success-tip.question{
    font-size: 18px;
}
#detail-con .bgw .success-tip.question .iconfont{
    color: #d81e06;
}
#detail-con .bgw .success-tip .iconfont{
    font-size: 28px;
    color: #6bc339;
    vertical-align: sub;
    margin-right: 8px;
}
/*发布成功提示框结束*/
#detail-con .feed-publish.fixed .feedp-login {
    min-height: 280px;
    overflow-x: hidden;
    font-size: 16px;
}
#detail-con .feed-publish.fixed .btn-primary{
    font-size: 16px;
    margin-right: 10px;
}
#detail-con .publish-option.screen.active .publish-icon {
    background-position: -30px -29px;
}

/* 全屏发布主题结束 */
#detail-con .pull-right .btn-primary {
    font-size: 14px;
    position: relative;
    top: -3px;
    background-color: #17acf6;
    border: none;
}
#detail-con .pull-right .btn-primary.disabled{
    background-color: #ccc;
}
/*回复切换*/
#detail-con .reply-wrap .reply-tab{
    margin-right: -20px;
}
#detail-con .reply-wrap .reply-tab ul.clearfix {
    float: right;
    margin: 2px 25px 0 0;
}

#detail-con .reply-wrap .reply-tab-list {
    padding: 0px 12px;
    border: 1px solid #999;
    float: left;
    margin-right: 10px;
    color: #666;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

#detail-con .reply-wrap .reply-tab-list.active {
    background: #ffa730;
    color: #fff;
    border-color: #ffa730;
}
/*回复切换结束*/
/*最新回复开始*/
.reply-box .newest-replybox{
    color: #17acf6;
    background: #dcf2fd;
    margin: 0 -20px;
    margin-top: 10px;
    line-height: 34px;
    cursor: pointer;
}

/*最新回复结束*/
/*我的回复*/
#detail-con .self-replytilewrap{
    display: none;
    line-height: 14px;
}
#detail-con .self-replytile{
    font-size: 14px;
    font-weight: bold;
}
#detail-con .self-replybox .reply-box-list:last-child{
    border-bottom: none;
}
/*我的回复结束*/
/*点赞列表*/
.commentbox-wrap .comment-list-wrap{
    display: none;
}
.commentbox-wrap .comment-list-wrap.active{
    display: block;
}
#detail-con .commentbox-wrap .commentbox-bar{
    background: #91c3e6;
    height: 10px;
    margin: 0 -20px;
}
#detail-con .praise-list-wrap{
    display: none;
    min-height: 150px;
    padding-bottom: 100px;
}
#detail-con .praise-list-wrap.active{
    display: block;
}
#detail-con .praise-list-wrap .self-replytile{
    margin: 10px 0;
}
.praise-list-wrap .praise-list .onereply-box{
    position: relative;
}
.praise-list-wrap .praise-list .onereply-box .detail-info-btn{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    border: 1px solid #17acf6;
    padding: 0 10px;
    height: 24px;
    line-height: 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #17acf6;
    cursor: pointer;
}
.praise-list-wrap .praise-list .onereply-box .detail-info-btn.state-red{
    color: #ff6600;
    border-color: #ff6600;
}
/*作者字样*/
.author-tip{
    font-size: 14px;
    font-weight: normal;
    color: #fb6628;
    text-decoration: underline;
}
/*作者字样end*/
/*点赞列表结束*/
#detail-con .reply-box{
    padding-top: 10px;
}
#detail-con .reply-box .reply-box-list {
    padding-top: 10px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 8px;
}

#detail-con .reply-box .replyb-list-tx img {
    width: 48px;
    height: 48px;
    float: right;
    border-radius: 50%;
}
#detail-con .replyb-list-tx .icon{
    position: absolute;
    right: 15px;
    top: 34px;
    width: 16px;
    height: 16px;
}
#detail-con .replyb-list-tx .icon img{
    width: 100%;
    height: 100%;
}
#detail-con .replyb-list-con{
    padding: 0;
}
#detail-con .replyb-list-con .replyb-list-name {
    color: #17acf6;
    line-height: 24px;
    font-weight: bold;
    float: left;
}
#detail-con .replyb-list-con .replyb-list-name img{
    vertical-align: sub;
}
#detail-con .replyb-list-con .replyb-list-name .iconfont.warning{
    color: #ee453d;
}
#detail-con .replyb-list-con .replyb-list-content {
    margin-top: 8px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

#detail-con .replyb-list-content .onereply-picbox {
    margin-top: 10px;
    padding: 0;
}

#detail-con .replyb-list-content .onereply-picbox.one-pic {
    width: 250px;
}

#detail-con .replyb-list-content .onereply-picbox.one-pic li {
    width: 100%;
    height: auto;
    max-height: 220px;
}

#detail-con .replyb-list-content .onereply-picbox.one-pic li img {
    width: 100%;
    position: static;
    margin-left: 0;
    margin-top: 0;
}
#detail-con .replyb-list-content .onereply-picbox.six-pic{
    width: 400px;
}

#detail-con .replyb-list-content .onereply-picbox.four-pic {
    width: 500px;
}
#detail-con .replyb-list-content .onereply-picbox.mix-pic {
    width: 620px;
}

#detail-con .replyb-list-content .onereply-picbox li {
    width: 110px;
    height: 110px;
    max-width: none;
    max-height: none;
    padding: 0;
    overflow: hidden;
    margin: 3px;
    float: left;
    position: relative;
    cursor: url(/uploads/image/icursor/big.cur), auto;
}

#detail-con .replyb-list-content .onereply-picbox li img {
    width: auto;
    min-width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -55px;
    margin-top: -55px;
}

#detail-con .replyb-list-con .replyb-list-state {
    font-size: 12px;
    color: #666;
    height: 20px;
    margin-top: 4px;
    line-height: 20px;
}

#detail-con .replyb-list-con .replyb-list-state:hover .replyb-btn-list.hover {
    display: block;
}

#detail-con .replyb-list-con .replyb-list-state .replyb-list-time {
    float: left;
}
#detail-con .onereply-box .detail-contr-fans{
    color: #999;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-top: 2px;
}
#detail-con .onereply-box .detail-contr-fans .iconfont{
    font-size: 13px;
}
#detail-con .onereply-box .detail-contr-fans .follow-wrap{
    color: #17acf6;
    margin-left: 10px;
}
#detail-con .onereply-box .detail-contr-fans .follow-wrap.state-red{
    color: #ff6600;
}
/*#detail-con .onereply-box .detail-contr-fans .yet-follow{*/
/*color: #ff6600;*/
/*}*/
#detail-con .replyb-list-time .time {
    float: left;
    margin-right: 10px;
}

#detail-con .replyb-list-time .admin-edit {
    display: inline-block;
}

#detail-con .user-edit{
    font-size: 14px;
    margin-right: 15px;
}
#detail-con .replyb-list-time .admin-edit a {
    margin-right: 5px;
    cursor: pointer;
}

#detail-con .replyb-list-state .replyb-list-btn {
    float: right;
    font-size: 14px;
}

#detail-con .replyb-list-con .replyb-list-state .replyb-list-btn .replyb-btn-list {
    cursor: pointer;
    float: left;
    position: relative;
}

#detail-con .replyb-list-state .replyb-list-btn .replyb-btn-list.hover {
    display: none;
}

#detail-con .replyb-list-btn .replyb-btn-list .inform:hover {
    color: #17acf6;
}

#detail-con .replyb-list-con .replyb-list-btn .replyb-btn-list.praise.active {
    color: #17acf6;
}

#detail-con .reply-box-list .replyb-btn-list .arrow, #detail-con .replyb-in-state .replyb-in-handle li .arrow {
    position: absolute;
    right: 18px;
    bottom: -10px;
    border: 10px solid #dedede;
    border-color: transparent transparent #dedede transparent;
    display: none;
}

#detail-con .reply-box-list .replyb-btn-list .arrow::before, #detail-con .replyb-in-state .replyb-in-handle li .arrow::before {
    content: '';
    position: absolute;
    left: -10px;
    bottom: -12px;
    border: 10px solid #fff;
    border-color: transparent transparent #fff transparent;
}
#detail-con .replyb-in-state:hover .replyb-in-handle li.hover{
    visibility: visible;
}
#detail-con .replyb-list-con .replyb-list-state .replyb-list-btn .iconfont {
    margin: 0 8px;
    font-size: 16px;
}

#detail-con #feed-publish-two {
    margin-top: 19px;
}

#detail-con .replyb-list-con .feedp-login {
    height: 60px;
    margin-top: 10px;
}
/*二级回复*/
#detail-con .replyb-in-wrap {
    background-color: #f4f5f6;
}

#detail-con .replyb-in-wrap .replyb-in-list {
    padding: 0 10px;
    border-bottom: 1px solid #dedede;
}
#detail-con .replyb-in-wrap .replyb-in-list:first-child{
    margin-top: 8px;
}
#detail-con .replyb-in-wrap #themetext2{
    background: #f4f5f6;
}
#detail-con .replyb-in-wrap #themetext2 .name{
    cursor: text;
}
#detail-con .replyb-in-list .replyb-in-text {
    line-height: 24px;
    padding-top: 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
}
#detail-con .replyb-in-list .replyb-in-text .user {
    height: 22px;
    color: #17acf6;
    float: left;
    overflow: hidden;
}
#detail-con .replyb-in-text .user .iconfont.warning{
    color: #ee453d;
}

#detail-con .replyb-in-text .user .admin-edit {
    float: right;
}

#detail-con .replyb-in-state {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 10px;
}

#detail-con .replyb-in-more {
    font-size: 14px;
    line-height: 34px;
    color: #999;
    cursor: pointer;
}

#detail-con .replyb-in-more:hover {
    color: #17acf6;
}

#detail-con .replyb-in-more .iconfont {
    margin-left: 5px;
    vertical-align: middle;
}

#detail-con .replyb-in-state .replyb-in-time {
    float: left;
}

#detail-con .replyb-in-time .time {
    float: left;
    line-height: 20px;
    margin-right: 10px;
}

#detail-con .replyb-in-state .replyb-in-handle {
    float: right;
    color: #999;
    cursor: pointer;
}

#detail-con .replyb-in-state .replyb-in-handle li {
    float: left;
    margin: 0 5px;
    font-size: 14px;
    position: relative;
}

#detail-con .replyb-in-state .replyb-in-handle li .inform:hover {
    color: #17acf6;
}

#detail-con .replyb-in-state .replyb-in-handle li.hover {
    visibility: hidden;
    width: 28px;
    height: 20px;
    cursor: default!important;
}

#detail-con .replyb-in-state .replyb-in-handle li .arrow::before {
    border-color: transparent transparent #f4f5f6 transparent;
}

#detail-con .replyb-in-state .replyb-in-handle .reply {
    margin-right: 15px;
}
/*正在加载中*/
.loading_box{
    color: #7ba0d1;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 100px;
    position: relative;
    height: 30px;
    line-height: 30px;
}
.loading_box b{
    display: inline-block;
    width: 30px;
    height: 30px;
    background:  no-repeat;
    -webkit-background-size: 30px;
    background-size: 30px;
    vertical-align: top;
}
.loading_box .iconfont{
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
/*正在加载中结束*/
#uploader .uploadpic-info .uploadpic-info-gray {
    color: #999;
}

/* 上传图片css */
#uploader .queuelist {
    margin-left: 6px;
}

#uploader .uploadpic-info .uploadpic-info-gray {
    color: #999;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* ie6, ie7 */
    clip: rect(1px, 1px, 1px, 1px);
}

#uploader .placeholder {
    width: 240px;
    height: 240px;
    text-align: center;
    /* background:  center 93px no-repeat; */
    color: #cccccc;
    font-size: 18px;
    position: relative;
}

#uploader .placeholder .webuploader-pick {
    font-size: 18px;
    background: #00b7ee;
    border-radius: 3px;
    line-height: 44px;
    padding: 0 30px;
    color: #fff;
    display: inline-block;
    margin: 20px auto;
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#uploader .placeholder .webuploader-pick-hover {
    background: #00a2d4;
}

#uploader .placeholder .flashtip {
    color: #666666;
    font-size: 12px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
}

#uploader .placeholder .flashtip a {
    color: #0785d1;
    text-decoration: none;
}

#uploader .placeholder .flashtip a:hover {
    text-decoration: underline;
}

#uploader .placeholder.webuploader-dnd-over {
    border-color: #999999;
}

#uploader .placeholder.webuploader-dnd-over.webuploader-dnd-denied {
    border-color: red;
}

#uploader .filelist {
    list-style: none;
    margin: 0;
    padding: 0;
}

#uploader .filelist:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}

#uploader .filelist li {
    width: 76px;
    height: 76px;
    /* background:  no-repeat; */
    text-align: center;
    margin: 0 4px 4px 0;
    position: relative;
    display: inline;
    float: left;
    overflow: hidden;
    font-size: 12px;
    cursor: move;
}

#uploader .filelist li.addpic {
    border: 2px dashed #ccc;
    font-size: 40px;
    text-align: center;
    color: #ccc;
    cursor: pointer !important;
}

#uploader .filelist li.addpic:hover {
    border-color: #17acf6;
    color: #17acf6;
}

#uploader .filelist li.sortable-chosen {
    cursor: move;
}

#uploader .filelist li p.log {
    position: relative;
    top: -45px;
}

#uploader .filelist li p.title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    top: 5px;
    text-indent: 5px;
    text-align: left;
}

#uploader .filelist li p.progress {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 8px;
    overflow: hidden;
    z-index: 50;
}

#uploader .filelist li p.progress span {
    display: none;
    overflow: hidden;
    width: 0;
    height: 100%;
    background: #1483d8 url(/uploads/image/images/progress.png) repeat-x;

    -webit-transition: width 200ms linear;
    -moz-transition: width 200ms linear;
    -o-transition: width 200ms linear;
    -ms-transition: width 200ms linear;
    transition: width 200ms linear;

    -webkit-animation: progressmove 2s linear infinite;
    -moz-animation: progressmove 2s linear infinite;
    -o-animation: progressmove 2s linear infinite;
    -ms-animation: progressmove 2s linear infinite;
    animation: progressmove 2s linear infinite;

    -webkit-transform: translatez(0);
}

@-webkit-keyframes progressmove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 17px 0;
    }
}

@-moz-keyframes progressmove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 17px 0;
    }
}

@keyframes progressmove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 17px 0;
    }
}

#uploader .filelist li p.imgwrap {
    position: relative;
    z-index: 2;
    line-height: 76px;
    vertical-align: middle;
    overflow: hidden;
    width: 76px;
    height: 76px;

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    -webit-transition: 200ms ease-out;
    -moz-transition: 200ms ease-out;
    -o-transition: 200ms ease-out;
    -ms-transition: 200ms ease-out;
    transition: 200ms ease-out;
}

#uploader .filelist li img {
    width: 100%;
}

#uploader .filelist li p.error {
    background: #f43838;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 28px;
    line-height: 28px;
    width: 100%;
    z-index: 100;
}

#uploader .filelist li .success {
    display: block;
    position: absolute;
    right: 3px;
    bottom: 3px;
    height: 20px;
    width: 20px;
    z-index: 200;
    background: url(/uploads/image/images/success.png) no-repeat right bottom;
    background-size: 20px;
}

#uploader .filelist div.file-panel {
    position: absolute;
    height: 0;
    filter: progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr='#80000000', endcolorstr='#80000000') \0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 300;
}

#uploader .filelist div.file-panel span {
    width: 24px;
    height: 24px;
    display: inline;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    background:  no-repeat;
    margin: 5px 0 0;
    cursor: pointer;
}

#uploader .filelist div.file-panel span.rotateleft {
    background-position: 0 -24px;
    display: none;
}

#uploader .filelist div.file-panel span.rotateleft:hover {
    background-position: 0 0;
}

#uploader .filelist div.file-panel span.rotateright {
    background-position: -24px -24px;
    display: none;
}

#uploader .filelist div.file-panel span.rotateright:hover {
    background-position: -24px 0;
}

#uploader .filelist div.file-panel span.cancel {
    background-position: -48px -24px;
}

#uploader .filelist div.file-panel span.cancel:hover {
    background-position: -48px 0;
}

#uploader .statusbar {
    height: 63px;
    padding: 0 20px;
    line-height: 63px;
    vertical-align: middle;
    position: relative;
}

#uploader .statusbar .progressbox {
    border: 1px solid #1483d8;
    width: 198px;
    background: #fff;
    height: 18px;
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    color: #6dbfff;
    position: relative;
    margin-right: 10px;
}

#uploader .statusbar .progressbox span.percentage {
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #1483d8;
    position: absolute;
}

#uploader .statusbar .progressbox span.text {
    position: relative;
    z-index: 10;
}

#uploader .statusbar .info {
    display: inline-block;
    font-size: 14px;
    color: #666666;
}

#uploader .statusbar .btns {
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 40px;
}

#filepicker2 {
    display: inline-block;
    float: left;
}

#uploader .statusbar .btns .webuploader-pick,
#uploader .statusbar .btns .uploadbtn,
#uploader .statusbar .btns .uploadbtn.state-uploading,
#uploader .statusbar .btns .uploadbtn.state-paused {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    color: #565656;
    padding: 0 18px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 14px;
    float: left;
}

#uploader .statusbar .btns .webuploader-pick-hover,
#uploader .statusbar .btns .uploadbtn:hover,
#uploader .statusbar .btns .uploadbtn.state-uploading:hover,
#uploader .statusbar .btns .uploadbtn.state-paused:hover {
    background: #f0f0f0;
}

#uploader .statusbar .btns .uploadbtn {
    background: #00b7ee;
    color: #fff;
    border-color: transparent;
}

#uploader .statusbar .btns .uploadbtn:hover {
    background: #00a2d4;
}

#uploader .statusbar .btns .uploadbtn.disabled {
    pointer-events: none;
    opacity: 0.6;
}

/* 上传图片css结束 */

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

/* 查看大图样式开始 */
#detail-con .bigpic-box {
    /* background-color: #ececec; */
    margin-top: 10px;
    margin-left: 5px;
    padding: 0;
    padding-bottom: 10px;
    display: none;
}

#detail-con .bigpic-box .tab-feed li {
    cursor: pointer;
    color: #17acf6;
}

#detail-con .bigpic-box .tab-feed li .iconfont {
    margin-right: 6px;
    font-size: 14px;
    vertical-align: middle;
}

/* 大图显示区域 */
#detail-con .bigpic-box .bigpic-view {
    margin-top: 10px;
}

#detail-con .bigpic-box .bigpic-view img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

#detail-con .bigpic-view .pic-box li.smallcursor {
    cursor: , auto;
}

#detail-con .bigpic-view .pic-box li.leftcursor {
    cursor: , auto;
}

#detail-con .bigpic-view .pic-box li.rightcursor {
    cursor: , auto;
}

/* 小图区域 */
#detail-con .bigpic-box .pic-choose-box {
    margin-top: 10px;
}

#detail-con .pic-choose-box li {
    position: relative;
    float: left;
    width: 56px;
    height: 56px;
    margin: 0 3px 0 0;
    cursor: pointer;
}

#detail-con .pic-choose-box li.active {
    padding: 0;
    border: 2px solid #17acf6;
    text-decoration: none;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

#detail-con .pic-choose-box .big-link {
    display: none;
}

#detail-con .pic-choose-box li img {
    display: block;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
}

/* 查看大图样式结束 */
/* 评论区域结束 */
/* 文章主体结束 */
/* 右侧24小时热门 */
#detail-right {
    padding-left: 8px;
}

#detail-right .sider-box {
    background-color: #e1f4ff;
    padding-bottom: 20px;
    margin-bottom: 10px;
    margin-right: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#detail-right .side-top {
    padding-top: 14px;
}

#detail-right .side-top .side-top-icon {
    font-size: 16px;
    color: #ff6600;
    font-weight: bold;
    float: left;
    padding-left: 10px;
}

#detail-right .side-top ul.clearfix {
    float: right;
    border-bottom: none;
}

#detail-right .side-top .side-top-item {
    float: left;
    font-size: 12px;
    width: 38px;
    height: 16px;
    line-height: 16px;
    margin-right: 3px;
    border: 1px solid #cdcdcd;
    margin-top: 4px;
    cursor: pointer;
}

#detail-right .side-top .side-top-item.active {
    color: #17acf6;
    border-color: #17acf6;
}

#detail-right .nav-tabs > li > a {
    display: block;
    padding: 0;
    border: none;
    background-color: transparent;
    margin-right: 0;
}

#detail-right .side-top-item.active a {
    color: #17acf6;
}

#detail-right .sider-hot-item {
    margin-top: 15px;
}

#detail-right .sider-hot-item .sider-hot-list {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding-left: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#detail-right .sider-hot-list .sider-hot-list-dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #808080;
    border-radius: 50%;
    margin-right: 4px;
}

#detail-right .sider-hot-list:nth-of-type(1) .sider-hot-list-dot, #detail-right .sider-hot-list:nth-of-type(2) .sider-hot-list-dot, #detail-right .sider-hot-list:nth-of-type(3) .sider-hot-list-dot {
    width: 7px;
    height: 7px;
    background-color: #ff6600;
}

/* 广告位 */
#detail-right .sider-coll {
    color: #999;
    padding: 0;
}

#detail-right .sider-coll-title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
}

#detail-right .sider-coll .boutique-item {
    margin-top: 15px;
}

#detail-right .sider-coll .boutique-list {
    overflow: hidden;
    margin-bottom: 10px;
}
#detail-right .sider-coll .boutique-list > a{
    position: relative;
    display: block;
}
#detail-right .sider-coll .boutique-list > a .imgs-text{
    position: absolute;
    bottom: 4px;
    left: 4px;
    color: #fff;
    font-size: 12px;
    width: 30px;
    background: rgba(0,0,0,0.2);
    border-radius: 6px;
    text-align: center;
}
#detail-right .sider-coll .boutique-item img{
    width: 100%;
}
#detail-right .sider-coll .boutique-list .boutique-list-tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    color: #fff;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.5);
}

/* 精品推荐结束 */
/* 分享弹框 */
.share-wrap {
    position: fixed;
    width: 300px;
    height: 120px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -60px;
    background-color: #17acf6;
    overflow: hidden;
    border: 1px solid #dedede;
    border-radius: 3px;
    color: #333;
    z-index: 99;
    box-shadow: 1px 1px 10px #999;
    display: none;
}

.share-wrap .share-box {
    margin-top: 20px;
    height: 100px;
    background-color: #fff;
}

.share-wrap .share-box .share-words {
    font-size: 18px;
    line-height: 18px;
    padding-top: 18px;
}

.share-wrap .share-btn {
    padding-left: 40px;
    margin-top: 20px;
}

.share-wrap .share-btn li {
    width: 88px;
    height: 30px;
    line-height: 30px;
    background-color: #17acf6;
    border-radius: 2px;
    color: #fff;
    float: left;
    margin-right: 40px;
    text-align: center;
    cursor: pointer;
}

.share-wrap .share-btn .cancel-share {
    background-color: #f9f9f9;
    color: #999;
    border: 1px solid #dedede;
}

/* 分享弹框结束 */
/* 取消收藏弹框 */
.collect-wrap {
    position: fixed;
    width: 300px;
    height: 120px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -60px;
    background-color: #17acf6;
    overflow: hidden;
    border: 1px solid #dedede;
    border-radius: 3px;
    color: #333;
    display: none;
}

.collect-wrap .share-box {
    margin-top: 20px;
    height: 100px;
    background-color: #fff;
}

.collect-wrap .share-box .share-words {
    font-size: 18px;
    line-height: 18px;
    padding-top: 18px;
}

.collect-wrap .share-btn {
    padding-left: 40px;
    margin-top: 20px;
}

.collect-wrap .share-btn li {
    width: 88px;
    height: 30px;
    line-height: 30px;
    background-color: #17acf6;
    border-radius: 2px;
    color: #fff;
    float: left;
    margin-right: 40px;
    text-align: center;
    cursor: pointer;
}

.collect-wrap .share-btn .cancel-share {
    background-color: #f9f9f9;
    color: #999;
    border: 1px solid #dedede;
}
/*弹框公共样式*/
.handle-box .change-timewrap{
    display: inline-block;
}
.handle-box .change-timewrap .dropdown-menu{
    min-width: 60px;
}
.handle-box .change-timewrap .dropdown-menu li a{
    border: none;
    cursor: pointer;
}
.handle-box .change-timewrap .dropdown-menu li{
    border: none;
    border-bottom: 1px solid #cdcdcd;
    cursor: pointer;
}
.handle-box .change-timewrap .dropdown-menu a:hover{
    background-color: #fff;
}
/*弹框公共样式结束*/
/* 删除主题弹框 */
.handle-box {
    width: 260px;
    padding-top: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -130px;
    margin-top: -127px;
    border: 2px solid #cdcdcd;
    border-radius: 2px;
    background-color: #fff;
    z-index: 10;
    display: none;
}

.handle-box .handle-title {
    padding-left: 10px;
    color: #369;
    font-size: 14px;
    font-weight: bold;
}

.handle-box .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.handle-box .close-btn .iconfont {
    color: #666;
    font-size: 18px;
}

.handle-box .handle-body {
    margin-top: 15px;
}

.handle-box .handle-body .body-title {
    height: 34px;
    padding: 4px 0;
    border-bottom: 1px solid #cdcdcd;
    font-size: 12px;
    margin-left: 10px;
}

.handle-box .handle-body .body-title span {
    font-weight: bold;
    margin: 5px;
}

.handle-box .body-detail {
    margin-top: 20px;
    padding: 0 10px;
}

.handle-box .body-detail .pull-right {
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    position: relative;
}

.handle-box .body-detail .pull-right > .dropdown-menu {
    left: 0;
    right: auto;
    padding: 0 5px 5px;
}

.handle-box .pull-right > .dropdown-menu li {
    border-bottom: 1px solid #cdcdcd;
}

.handle-box .pull-right > .dropdown-menu li a {
    color: #666;
    font-size: 12px;
    cursor: pointer;
}

.handle-box .caret {
    margin-left: 0;
}

.handle-box .form-inline > .form-group {
    background-color: #eee;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.handle-box .form-inline textarea {
    display: block;
    width: 90%;
    margin: 10px auto 15px;
}

.handle-box .form-inline .checkbox {
    font-size: 14px;
    margin-right: 10px;
}

.handle-box .form-inline .btn-info {
    background-color: #17acf6;
    padding: 2px 8px;
    margin-right: 15px;
    margin-top: 8px;
}

/* 删除主题弹框结束 */
/* 升降主题弹框开始 */
.handle-box .radio {
    border-bottom: 1px solid #cdcdcd;
    margin: 0 10px;
    padding: 5px 0;
}

.handle-box .radio.active {
    color: #17acf6;
}

.handle-box .changedate {
    /* display: none; */
}

.handle-box .radio input {
    /*width: 145px;*/
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    color: #333;
    padding-left: 2px;
}

.handle-box .changedate a {
    display: inline-block;
    padding: 0 5px 0 5px;
    border-radius: 3px;
    border: 1px solid #cdcdcd;
    cursor: pointer;
}
#up-motif .changedate{
    float: right;
}
#up-motif .changedate input {
    width: 115px;
}

/* 升降主题弹框结束 */
/* 置顶主题弹框开始 */
.stick-motif-box .radio {
    color: #17acf6;
}

.stick-motif-box .changedate {
    margin-top: 10px;
    display: block;
}
.stick-motif-box #mubiao{
    display: none;
}
/*#stick-motif #stick-time{*/
/*    width: 145px;*/
/*}*/
.stick-motif-box .stick-select {
    border: 1px solid #cdcdcd;
    color: #333;
}

.stick-motif-box .changedate label {
    padding-left: 0;
}
/*.stick-motif-box label.title{*/
/*    width: 60px;*/
/*    padding-left: 0;*/
/*}*/
.stick-motif-box .changedate input{
    width: 140px;
}
.stick-motif-box .changedate .change-time.black a{
    color: #333;
}
.stick-motif-box .changedate .change-time.red a{
    color: #ff0000;
}
.stick-motif-box .changedate .change-time.blue a{
    color: #2756f5;
}
.stick-motif-box .changedate .change-time.purple a{
    color: #9f009a;
}
/* 置顶主题弹框结束 */
/* 高亮颜色弹框开始 */
.handle-box .radio .color {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: red;
}
#highlighted-motif .changedate input{
    width: 145px;
}
/* 高亮颜色弹框结束 */
/* 举报弹框开始 */
#inform-motif h3 {
    padding-left: 10px;
    color: #333;
    font-size: 12px;
}

#inform-motif .radio {
    border: none;
    font-size: 12px;
    padding-bottom: 0;
}

#inform-motif .radio > label {
    line-height: 20px;
}

#inform-motif .form-inline {
    margin-top: 10px;
}

#inform-motif .form-control {
    display: none;
}

/* 举报弹框结束 */
/* 移动主题弹框开始 */
#move-motif .stick-select {
    min-width: 125px;
}
/* 移动主题弹框结束 */
/*回复公共弹框*/
.reply-tip{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 3;
    display: none;
}
.reply-tip .tip-con{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 20px;
}
.reply-tip .tip-con.question{
    font-size: 18px;
}
.reply-tip .tip-con.question .iconfont{
    color: #d81e06;
}
.reply-tip .tip-con .iconfont{
    font-size: 24px;
    color: #6bc339;
}
/*移动端显示app中打开*/
#detail-wrap.show-app{
    height: 640px;
    overflow: hidden;
}
.read-morebox{
    position: absolute;
    width: 100%;
    height: 120px;
    z-index: 1000;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(-180deg, rgba(255,255,255,0.8) 0, #ffffff 100%);
    background-image:    -moz-linear-gradient(-180deg, rgba(255,255,255,0.8) 0, #ffffff 100%);
    background-image:      -o-linear-gradient(-180deg, rgba(255,255,255,0.8) 0, #ffffff 100%);
    background-image:         linear-gradient(-180deg, rgba(255,255,255,0.8) 0, #ffffff 100%);
    -webkit-box-shadow: 0px -8px 20px #fff;
    -moz-box-shadow: 0px -8px 20px #fff;
    box-shadow: 0px -8px 20px #fff;
}
.read-morebox .iconfont{
    width: 100px;
    color: #01a8ec;
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translatex(-50%);
    font-weight: bold;
    font-size: 20px;
    animation:1s arrow infinite ease;
}
@keyframes arrow {
    0%,100% {
        top:0;
    }
    50% {
        top:10px;
    }
}
.read-morebox .download-text{
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 90%;
    border-radius: 20px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translatex(-50%);
    background: #01a8ec;
}
.android-down{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}
.android-down img{
    width: 100%;
    min-height: 100%;
}
/*回复公共弹框结束*/
.filepath{
    display: none;
}
/* 头部广告 */
#header .imgs-wrap {
    font-size: 0;
    /*margin-right: -10px;*/
    text-align: center;
}
#header .imgs-wrap a {
    width: 100%;
    font-size: 12px;
    /*margin-right: 10px;*/
    margin-bottom: 6px;
    display: inline-block;
    position: relative;
}
#header .imgs-wrap a .imgs-text{
    position: absolute;
    bottom: 4px;
    left: 4px;
    color: #cfcfcf;
    font-size: 12px;
    width: 30px;
    background: rgba(0,0,0,0.2);
    text-align: center;
    border-radius: 6px;
}

#header .imgs-wrap img {
    width: 100%;
    vertical-align: middle;
}
/*头部广告结束*/
/*查看大图开始*/
.picbig{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 999;
    display: none;
}
.picbig .carousel .carousel-btn-left,.picbig .carousel .carousel-btn-right{
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    z-index: 10;
    display: block;
}
.picbig .carousel .carousel-btn-left {
    left: 10px;
}
.picbig .carousel .carousel-btn-right {
    right: 10px;
}
.picbig .carousel .carousel-btn-left .iconfont, .picbig .carousel .carousel-btn-right .iconfont {
    font-size: 40px;
    color: #fff;
    text-shadow: 0px 2px 2px #ccc;
}
.picbig .carousel-wrap .carousel-box {
    height: 100%;
    position: relative;
    z-index: 9;
}
.picbig .carousel-wrap{
    width: 100%;
    height: 100%;
}
.picbig .carousel-wrap .carousel-item{
    height: 110%;
    width: 100%;
    position: absolute;
}
.picbig .carousel{
    position: relative;
    width: 100%;
    height: 75%;
    margin-top: 40px;
    overflow: visible;
    z-index: 10;
}
.picbig .carousel-item .carousel-list{
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
    text-align: center;
    display: none;
}
.picbig .carousel-item .carousel-list img{
    height: auto;
    max-height: 100%;
}
.picbig .carousel-wrap .small-carousel {
    position: relative;
    height: 80px;
    margin-top: 10px;
    /* z-index: -1; */
}
.picbig .small-carousel .small-carousel-box{
    margin: 0 auto;
    overflow: hidden;
    width: 800px;
}
.picbig .small-carousel-box .small-carousel-item {
    float: left;
    height: 80px;
    position: relative;
    /* width: 1846px; */
}
.picbig .small-carousel-box .small-carousel-list {
    float: left;
    width: 134px;
    height: 80px;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.picbig .small-carousel-box .small-carousel-list .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}
.picbig .small-carousel-box .small-carousel-list img {
    width: 100%;
}
.picbig .small-carousel-box .small-carousel-list.active .mask {
    background: none;
}
.picbig .carousel-affiliation .carousel-num{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
}
.picbig .carousel-affiliation .carousel-img-desc{
    line-height: 40px;
    width: 750px;
    text-align: center;
}
.picbig .close-picbig{
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 0 0 0 70px;
    -moz-border-radius: 0 0 0 70px;
    border-radius: 0 0 0 70px;
    background: #616161;
    line-height: 60px;
    cursor: pointer;
    z-index: 99;
}
.picbig .close-picbig .iconfont{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-left: 27px;
}
.picbig .carousel .carousel-affiliation{
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
    -webkit-box-shadow: 0 3px 10px #000000;
    -moz-box-shadow: 0 3px 10px #000000;
    box-shadow: 0 3px 10px #000000;
    z-index: 8;
    width: 800px;
    margin-left: -400px;
}
.picbig .carousel-affiliation .caro-affiliation-wrap {
    height: 40px;
    overflow: hidden;
    width: calc(100% - 70px);
}
.picbig .carousel-affiliation .caro-affiliation-item {
    position: relative;
    transition-duration: 0.3s;
}
.picbig .caro-affiliation-item .caro-affiliation-list {
    font-size: 13px;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0 9px;
    position: relative;
    cursor: pointer;
}
.picbig .caro-affiliation-item .caro-affiliation-list::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    border: 6px solid #fff;
    border-color: transparent transparent #fff transparent;
    display: none;
}
.picbig .caro-affiliation-item .caro-affiliation-list.active::after {
    display: block;
}
/*查看大图结束*/
/*二级回复匿名*/
.feed-publish .anonymity{
    font-size: 14px;
    color: #666;
    margin-right: 10px;
    vertical-align: text-top;
}
.feed-publish .anonymity .anonymity-input{
    margin-top: 0;
    vertical-align: middle;
}
.feed-publish .anonymity .anonymity-word{
    vertical-align: middle;
}
/*二级回复匿名*/
/*删除按钮*/
.delete-reply{
    margin-left: 5px;
}
/*删除按钮end*/
/*投票*/
.vote-wrap{
    border: 1px solid #17acf6;
    margin-bottom: 20px;
    position: relative;
    margin-top: 100px;
    padding: 30px 40px 15px;
}
.vote-wrap .vote-img{
    position: absolute;
    left: -2px;
    top: -57px;
}
.vote-wrap .vote-title{
    font-size: 20px;
    line-height: 26px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}
.vote-wrap .vote-options .vote-options-tip{
    font-size: 14px;
    margin-top: 15px;
}
.vote-wrap .vote-options .vote-list{
    margin-top: 20px;
}
.vote-wrap .vote-options .vote-item label{
    width: 100%;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
}
.vote-wrap .vote-options .vote-item .select{
    font-size: 20px;
    color: #3ec4d1;
    float: left;
    line-height: 30px;
}
.vote-wrap .vote-options .vote-item .vote-item-text .percentage{
    width: 80px;
    text-align: right;
}
.vote-wrap .vote-options .vote-item .input-icon{
    position: absolute;
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
    outline: 0;
    border: 1px solid #17acf6;
    background: #fff;
    border-radius: 50%;
}
.vote-wrap .vote-options .vote-item .vote-item-inp:checked .input-icon{
    border-color: #17acf6;
}
.vote-wrap .vote-options .vote-item .vote-item-inp:checked .input-icon:after{
    position: absolute;
    content: '';
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #17acf6;
}
.vote-wrap .vote-options .vote-item .vote-item-inp .input-icon:after{
    opacity: 1;
}
.vote-wrap .vote-options .vote-item .vote-item-inp{
    /*margin-top: 8px;*/
    /*float: left;*/
    position: absolute;
    left: -9999px;
}
.vote-wrap .vote-options .vote-item .vote-item-text{
    height: 34px;
    line-height: 34px;
    margin-left: 30px;
    border-bottom: 1px solid #f1f1f1;
}
.vote-wrap .vote-btn{
    font-size: 22px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #17acf6;
    border-radius: 6px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
/*投票end*/
/*@用户*/
.at-users{
    margin-top: 40px;
    margin-bottom: 20px;
}
/*@用户end*/
@media (min-width: 1440px) {
    #detail-con .detail-con-top{
        padding: 0 60px;
    }
    #detail-con .detail-content{
        padding: 10px 60px;
    }
    .detail-cont-main .content-img .user-img{
        max-width: 780px;
    }
}
@media (max-width: 1440px) {
    #detail-con .protocol-wrap .protocol-person{
        padding: 15px 48px 0;
    }
}
@media (min-width: 1280px) {
    #detail-con .detail-con-top{
        padding: 0 60px;
    }
    #detail-con .detail-content{
        padding: 10px 60px;
    }
    .detail-cont-main .content-img .user-img{
        max-width: 715px;
    }
}
@media (max-width: 1280px) {
    #detail-con .detail-content .detail-cont-main .detail-mainpic-list{
        width: 135px;
        height: 135px;
    }
    #detail-con .protocol-wrap .protocol-person{
        padding: 15px 0 0;
    }
    #detail-con .protocol-wrap .protocol-person-item{
        margin-right: 16px;
    }
}
@media (max-width: 768px) {
    #detail-wrap{
        position: relative;
        background: none;
    }
    #detail-con {
        padding: 0;
    }

    #detail-con .detail-content .detail-cont-main .detail-mainpic-list {
        width: 110px;
        height: 110px;
    }

    #detail-con .detail-cont-main .detail-mainpic-list img {
        margin-left: -55px;
        margin-top: -55px;
    }

    #detail-con .detail-cont-mainpic {
        padding: 0;
    }

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0;
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0;
    }

    #detail-con .reply-box .replyb-list-tx {
        padding: 0;
    }

    #detail-con .reply-box .replyb-list-tx img {
        width: 40px;
        height: 40px;
        float: none;
    }
    #detail-con .replyb-list-tx .icon{
        position: absolute;
        right: 15px;
        top: 22px;
        height: 14px;
    }
    #detail-con .replyb-list-tx .icon img {
        width: 100%;
        height: 100%;
    }
    #detail-con .replyb-list-content .onereply-picbox li {
        width: 88px;
        height: 88px;
    }

    #detail-con .replyb-list-content .onereply-picbox li img {
        margin-left: -44px;
        margin-top: -44px;
    }
    /*一级评论表情*/
    #detail-con .feed-publish-wrap .facebox{
        left: -145px;
        width: 365px;
    }
    /*一级评论表情结束*/
    /*一级回复表情*/
    #detail-con .onereply-box .facebox{
        left: -65px;
        width: 365px;
    }
    /*一级回复表情结束*/
    /*二级回复表情*/
    #detail-con .replyb-in-wrap .facebox{
        left: -75px;
        width: 365px;
    }
    /*二级回复表情*/
    #detail-con .protocol-wrap .protocol-person-item{
        margin-right: 12px;
    }
    /*赞赏码*/
    #detail-con .protocol-modal .modal-dialog{
        width: 95%;
    }
    #detail-con .protocol-modal .protocol-img{
        width: 100%;
        height: auto;
    }
    /*滚动输入框固定底部*/
    #detail-con .feed-publish-wrap.fixed{
        padding: 0;
    }
    #detail-con .feed-publish-wrap.fixed .feedp-login{
        width: 73%;
    }
    #detail-con .detail-con-top{
        padding: 0 15px;
    }
    #detail-con .detail-content{
        padding: 10px 15px;
    }
    .detail-cont-main .content-img .user-img{
        max-width: 100%;
    }
    /*移动端查看大图*/
    .btn_slide {
        width: 33px;
        height: 33px;
        background: url(/uploads/image/iaward/btn_slide_right.png) no-repeat 0 0;
        background-size: 100% auto;
        position: absolute;
        top: 50%;
        margin-top: -16.5px;
        z-index: 16415;
    }
    .tmg_btn_right {
        right: 10px;
    }
    .tmg_btn_left {
        -webkit-transform: scale(-1, 1);
        left: 10px;
    }
    #tmg_txt_slide, #tmg_txt_long, #tmg_txt_rolepic {
        bottom: 20px;
        font-size: 14px;
        line-height: 30px;
        padding: 0;
        display: none;
    }
    /*移动端查看大图end*/
    /*投票*/
    .vote-wrap{
        padding: 25px 10px 15px;
        width: 96%;
        margin-left: 2%;
    }
    /*投票end*/
}

