@charset "utf-8";

.divMsg {
	margin-top: 20px;
}

.divMsg .title {
	display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
    border-bottom: 2px solid;
}

.divMsg .msglist {
}

.divMsg .msglist .line {
	padding: 32px 0;
    border-top: 1px solid #f0f0f0;
}

.line .common-avatar {
	float: left;
	display: block;
    z-index: 1;
    width: 50px;
    height: 50px;
    font-size: 0;
    border-radius: 50%;
    background: url(//mat1.gtimg.com/v/comment/images/avatar_default.9d95c455.jpg) 0 0 no-repeat;
    overflow: hidden;
}

.line .comment-block {
	margin-left: 68px;
}

.line .comment-block .comment-user {
	height: 32px;
    line-height: 32px;
    font-size: 12px;
}

.line .comment-block .comment-user .comment-username {
	font-weight: 600;
    color: #379be9;
}

.line .comment-block .comment-user .comment-time {    
	color: #999;
    display: inline-block;
    margin-left: 12px;
}

.line .comment-block .comment-content {
	font-size: 14px;
    color: #4b4b4b;
    line-height: 24px;
    margin-top: 10px;
    word-wrap: break-word;
}

.line .comment-block .reply {
	background-color: #f7f7f7;
    margin-top: 10px;
    padding: 8px 24px;
}

.line .comment-block .reply .reply-content {
    line-height: 24px;
}

.line .box-content {
	border: 3px solid #f0f0f0;
    position: relative;
	margin-left: 68px;
}

.line .box-content .box-textarea-block {
	height: 72px;
	margin: 12px 110px 12px 12px;
}

.line .box-content .box-textarea-block .box-textarea {
    height: 100%;
    width: 100%;
    display: block;
    border: none;
    font-size: 14px;
    line-height: 24px;
    color: #4b4b4b;
    resize: none;
}

.line .box-content .btn {
    position: absolute;
    right: -3px;
    top: -3px;
    z-index: 1;
    width: 100px;
    height: 100px;
    background-color: #379be9;
    font-size: 16px;
    cursor: pointer;
}

.line .box-content .btn_post {
	height: 44px;
	padding: 28px 0;
}

.line .box-content .btn_login {
    line-height: 100px;
    text-align: center;
    color: #fff;
}

.line .box-content .btn_post p {
	height: 22px;
    color: #fff;
    text-align: center;
    line-height: 22px;
}