@charset 'utf-8';
/* 
** liuj 2016-12-21
 */

.none{
	display: none;
}

.mt20{
    margin-top: 20px;
}

.t-blue{
    color: #366df0
}

.today-left{
	float: left;
	width: 640px;
}

.today-right{
	width: 300px;
	padding-left: 60px;
	float: left;
}

/* 用户头像 */
.comment-mode-modeportrait {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url(https://xavatar.imedao.com/community/default/avatar.png!100x100.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
}

.more-project-news{
	display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    border: 1px solid #4285f4;
    text-align: center;
    color: #4285f4;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.QH-box-list{
    padding-bottom: 30px;
}

.QH-box-list + .QH-box-list{
     padding-top: 30px;
    border-bottom: 1px dashed #ddd
}


/* 评论框 */
.info-textarea{
	width: 100%;
}

.info-textarea textarea{
	width: 634px;
	border: 1px solid #ddd;
	resize: none;
	line-height: 20px;
	min-height: 80px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.info-textarea textarea:focus{
	border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.info-submit{
	width: 100%;
	margin-top: 10px;
}

.info-btn{
	background: #06c;
    border: 1px solid #05a;
    color: #fff;
    cursor: pointer;
    margin: 0;
    display: inline-block;
    transition: all .1s linear;
    font-size: 14px;
    padding: 0 15px;
    line-height: 28px;
    border-radius: 4px;
    margin-left: 10px;
    *height: 30px;
    outline: none;
    *border: none;
}

.info-btn-gray{
	background: #eee;
    border: 1px solid #ddd;
    color: #888;
}

/* 共享点赞评论时间等 */
.comment-content-box {
    overflow: hidden;
}
.comment-list{
    margin-top: 50px;
}

.comment-list-title{
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    overflow: hidden;
}

.comment-list-title > h4{
    margin-right: 15px;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}
.comment-mode-share{
    margin-top: 10px;
    line-height: 20px;
}
.comment-mode-share,.comment-mode-share a{
    font-size: 12px;
    color: #999;
    font-style: normal;
}

.comment-mode-share i,.comment-mode-share em{
    font-style: normal;
}

.comment-share-support{
    position: relative;
    cursor: pointer;
}

.comment-share-support .iconfont{
    color: #ccc
}

.comment-share-support.goods-already{
    cursor: auto;
}

.comment-share-support.goods-already .iconfont{
    color: #00abe1;
}

.comment-share-support .today-must-login{
    font-size: 14px;
    color: #333;
    position: absolute;
    left: 0;
    top: -32px;
    display: block;
    width: 80px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #ddd;
    font-style: normal;
}

.comment-share-support .today-must-login a{
    color: red;
    margin-left: 5px;
    text-decoration: underline
}

a.mode-share-diss:hover{
    color: #366df0
}

.mode-share-author{
    margin-left: 2px;
    margin-right: 5px;
}

/* 话题top */
.today-topic li{
	position: relative;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.today-topic li .topic-name{
	color: #366df0;
	font-size: 14x;
}

.today-topic li .topic-memo{
	color: #666;
	font-size: 13px;
}


.today-topic li .topic-memo:hover{
    color: #333
}

.logs-detail > span,.logs-detail > a{
	font-size: 12px;
	color: #999;
	font-style: normal
}

@media screen and (max-width: 680px){
    .info-textarea textarea{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }
}

