.back-bbsHome {
    position: absolute;
    bottom: 18px;
    left: 3.44828%;
    height: 16px;
    line-height: 16px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 4px
}

.back-bbsHome:hover {
    text-decoration: underline
}
.cot-post-cot {
    border-bottom: 1px solid #e6e6e6;
    background: url('../images/floor_left_bg.jpg') repeat-y;
}
.cot-post-cot .post-tit {
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    text-indent: 50px;
    font-weight: 400;
    color: #666;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
}

.cot-post-cot .floor-left {
    padding-top: 50px;
    min-height: 230px;
}

.cot-post-cot .floor-left .bbs-user-avatar {
    width: 50%;
    max-height: 100px
}

.cot-post-cot .floor-right {
    padding-bottom: 80px
}

.floor-left,
.floor-right {
    float: left
}

.floor-left {
    padding-top: 30px;
    width: 13.7931%;
    height: 100%;
    /*background: #f2f2f2;*/
    
    text-align: center
}

.floor-left .bbs-user-avatar {
    display: block;
    width: 35%;
    max-height: 70px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #9e9e9e
}

.floor-left .bbs-username {
    width: 76%;
    margin: 0 auto;
    line-height: 34px;
    color: #666;
    font-size: 14px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.floor-left .floor-master {
    width: 100px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    letter-spacing: 16px;
    text-indent: 14px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #9A459C;
    background: -webkit-gradient(linear, left top, right top, from(#D4387F), to(#9A459C));
    background: -webkit-linear-gradient(left, #D4387F, #9A459C);
    background: -o-linear-gradient(left, #D4387F, #9A459C);
    background: linear-gradient(to right, #D4387F, #9A459C)
}

.floor-right {
    width: 86.2069%;
    padding: 50px 2% 20px 8.44828%;
    font-size: 16px;
    color: #666;
    line-height: 22px
}

.floor-right img {
    max-width: 100%;
    margin-top: 30px
}

.bbs-comment .comment-tit {
    height: 60px;
    line-height: 60px;
    padding-left: 50px;
    color: #fff;
    background: #9A459C;
    background: -webkit-gradient(linear, left top, right top, from(#D4387F), to(#9A459C));
    background: -webkit-linear-gradient(left, #D4387F, #9A459C);
    background: -o-linear-gradient(left, #D4387F, #9A459C);
    background: linear-gradient(to right, #D4387F, #9A459C)
}

.bbs-comment .comment-tit>h3 {
    float: left;
    font-size: 20px;
    margin-right: 16px;
    font-weight: 400
}

.bbs-comment .comment-tit span {
    line-height: 70px;
    font-size: 14px
}

.bbs-comment .comment-cot {
    padding: 30px 3.44828% 50px;
    /*border-bottom: 1px solid #e6e6e6*/
}
.bbs-floors>li {
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    background: url('../images/floor_left_bg.jpg') repeat-y;
}

.bbs-floors .floor-bot {
    padding-top: 80px
}

.bbs-floors .floor-info {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: right;
    color: #999
}

.icons-posting {
    background-image: url('../images/icon_commet.png');
}

.posting-tit {
    text-indent: 3.44828%;
}

.bbs-floors .floor-info .line {
    margin: 0 1px 0 4px
}

.bbs-floors .floor-info .reply-btn {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    text-indent: 9px;
    letter-spacing: 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #9A459C;
    background: -webkit-gradient(linear, left top, right top, from(#D4387F), to(#9A459C));
    background: -webkit-linear-gradient(left, #D4387F, #9A459C);
    background: -o-linear-gradient(left, #D4387F, #9A459C);
    background: linear-gradient(to right, #D4387F, #9A459C)
}

.comment-replys,
.reply-cot {
    padding: 0 2.17391%;
    background: #fff6ea
}

.comment-replys>li {
    overflow: hidden;
    padding: 20px 0;
    font-size: 14px;
    border-bottom: 1px solid #fff
}

.comment-replys>li .cot,
.comment-replys>li .username,
.comment-replys>li>img,
.comment-replys>li>span {
    float: left
}

.comment-replys>li>img {
    width: 30px;
    height: 30px;
    margin-top: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #9e9e9e
}

.comment-replys>li .username {
    width: 7.81818%;
    height: 30px;
    line-height: 30px;
    margin: 0 .72727%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.comment-replys>li .cot {
    width: 87.81818%
}

.reply-cot {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px
}

.reply-cot .areaWrap {
    position: relative
}

.reply-cot .areaWrap textarea {
    width: 100%;
    min-height: 140px;
    padding: 10px;
    outline: 0
}

.reply-cot .areaWrap .tip {
    display: block;
    color: #999;
    background: #fff;
    position: relative;
    text-align: right;
    top: -5px
}

.reply-cot .reply-subbtn {
    float: right;
    width: 60px;
    height: 25px;
    line-height: 25px;
    margin-top: 6px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    letter-spacing: 6px;
    text-indent: 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #9A459C;
    background: -webkit-gradient(linear, left top, right top, from(#D4387F), to(#9A459C));
    background: -webkit-linear-gradient(left, #D4387F, #9A459C);
    background: -o-linear-gradient(left, #D4387F, #9A459C);
    background: linear-gradient(to right, #D4387F, #9A459C)
}

.home-posting {
    position: fixed;
    bottom: 10%;
    right: 8%;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: url('../images/icon_commet.png') center no-repeat
}

.home-posting:hover {
    background-image: url('../images/icon_commet_hover.png');
}