video{
    width: 100%;
}
.panel-body{
    min-height: 150px;
    padding: 10px 10px 15px;
}
.panel-body img,.append-content img{
    max-width: 100% !important;
    height: auto !important;
}
.welcome-box div{
    text-align: center;
}
.welcome-box .site-name{
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}
.welcome-box p{
    color: #999;
}
.welcome-box a{
    margin-bottom: 10px;
}
.user-info a{
    line-height:48px;font-size:16px;font-weight: bold;
    margin-right: 5px;
}
.list-post-title {
    margin:0 0 5px;
    font-size: 16px;
    line-height: 1.5;
}
.head-btn{
    background: #999;
    padding: 0 10px;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 2px;
    color: #FFF;
    height: 21px;
    vertical-align: text-top;
    line-height: 21px;
    display: inline-block;
}
.btn-blue{
    background: #0FAAEA;
}
.btn-blue:hover{
    background: #0E91C8;
    color: #FFF;
    text-decoration: none;
}
.btn-green{
    background: #09C878;
}
.btn-green:hover{
    background: #09C038;
    color: #FFF;
    text-decoration: none;
}

.top-tag{
    height: 19px;
    width: 31px;
    margin-right: 4px;
    display: inline-block;
    vertical-align:text-bottom;
    background: url('../images/top.png');
}

.list-post-title a{
    color: #4D5256;
}
.list-meta-node a {
    display: inline-block;
    font-size: 12px;
    color: #AAA;
    border-radius: 2px;
    background-color: #EEE;
    padding: 3px 5px;
    line-height: 1.25;
    text-decoration: none;
}
.list-meta-node a:hover{
    color: #777;
    background: #E2E2E2;
}
.list-username a {
    font-size: 12px;
    color: #666;
}
.list-time {
    font-size: 11px;
    color: #aaa
}
.list-head{
    font-size: 12px;
    line-height: 12px;
}
.list-meta {
    color: #aaa;
}
.panel-default .topic-header{
    padding:10px;
    background-color: #fff;
}
.latest-topic-list{
    overflow: hidden;
    text-overflow : ellipsis;
    white-space: nowrap;
    font-size: 12px;
}
.topic-breadcrumb,.topic-breadcrumb a{
    color: #777;
}
.topic-title{
    font-size: 24px;
    margin: 5px 0;
    max-width: 570px;
    line-height: 1.5;
}
.topic-meta{
    color: #999;
    font-size: 12px;
}
.cate-item{
    margin-right: 5px;
    margin-bottom: 5px;
}
.topic-list{
    margin-bottom: 10px;
}
.topic-box{
    margin-bottom: 15px;
}
.topic-content{
    padding: 10px;
    line-height: 1.7;
    word-break: break-all;
    word-wrap:break-word;
}
.topic-content em{
    font-style: italic;
    font-size: 14px;
}
.topic-content blockquote{
    padding: 5px 10px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 5px solid #eee;
}

.topic-footer{
    color: #777;
    font-size: 12px;
    padding: 8px 10px;
}

.topic-footer a{
    margin-left: 10px;
    color: #777;
    border: none;
}

.comment{
    margin-bottom: 15px;
}
.list-reply-count{
    background: #888;
    font-size: 12px;
    color: #FFF;
    border-radius: 3px;
    padding: 0 10px;
}

.append-list-item{
    background: url('../images/bg-grid.png');
}
.group-summary{
    padding: 15px !important;
    margin-bottom: 20px;
}
.group-summary p{
    font-size: 14px;
    margin: 0;
    line-height: 2;
}

.create-box{
    border-radius: 0;
    margin-bottom: 15px;
}

.related-topic-list .list-group-item{
    float: left;
    border:none;
    width: 50%;
}
.reply-box-fd{
	width: 50%;
	position: fixed;
	top: 30%;
	left: 20%;
	z-index: 999;
}
.title-breadcrumb{
	float:left;
	width:100%;
	padding:0;
	padding-right:8px;
	padding-left:8px;
	margin-bottom: 15px;
	height:35px;
    line-height:35px;
}
.reply-del{
    float: right;
	padding-left: 15px;
}
#dev-box{
	width: 100%;
	height: 400px;
	font-size: 14px;
}
#notice{
	border: 1px solid #D9EDF7;
    padding: 10px;
    border-radius: 3px;
    color: #31708f;
    background-color: #d9edf7;
    font-size: 14px;
    margin: 15px 0;
}
#ednotice{
	color: red;
}