
.color-dark {
    color: #2C3545;
}

.color-light {
	color: #626978;
}

.color-lighter {
	color: #B2B5BD;
}

.ft16 {
	font-size: 16px;
}

.ft15 {
	font-size: 15px;
}

.ft14 {
	font-size: 14px;
}

.ft12 {
	font-size: 12px;
}

.ft0 {
	font-size: 0;
}
.mr2 {
	margin-right: 15px;
	margin-left: 15px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mt15 {
	margin-top: 15px;
}

.mt17 {
	margin-top: 17px;
}

.mt {
	margin-top: 10px;
}

.mb15 {
	margin-top: 15px;
}

.mb0 {
	margin-bottom: 0;
}

.bt10 {
	border-top: 10px solid #EFEFEF;	
}

.bb1 {
	border-bottom: 1px solid #EFEFEF;	
}

.bb10 {
	border-bottom: 10px solid #EFEFEF;	
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mw100 {
	width: 100%;
}

.clear_both {
    clear: both;
}

.pd {
	padding: 20px 15px 30px 15px;
}

.mg {
	margin: 20px 15px 30px 15px;
}

.pd1 {
	/* padding: 30px 15px; */
	border-top: 30px solid #EFEFEF;
	border-left: 15px solid #EFEFEF;
	border-right: 15px solid #EFEFEF;
	border-bottom: 90px solid #EFEFEF;
}

.pd2{
	padding-left: 15px;
	padding-right: 15px;
}
.lh24 {
	line-height: 24px;
}

.lh45 {
	line-height: 45px;
}

.lh16 {
	line-height: 16px;
}

.lh28 {
	line-height: 28px;
}

.content-all {
	position: relative;
	margin-top: 98px;
	border: 1px solid #EFEFEF;
}

.issue-title {
	font-size: 20px;
	font-weight: 600;
}

.issue-content {
	margin-top: 20.5px;
	line-height: 22.5px;
}

.issue-supply-content {
	margin-top: 16px;
	line-height: 26px;
	background: rgba(139, 139, 139, 0.14);
}

.supply-num {
	color: #4572ED;
    font-weight: bolder;
}

.supply-time {
	color: #8b8b8b;
}

.issue-img {
	max-width: 100%;
}

.questioner {
	line-height: 25px;
}

.questioner-icon {
	float: left;
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

/* 回答 */
.answer-p {
	height: 45px;
	line-height: 45px;
}

.answer-div {
	position: relative;
	margin-top: 20px;
}

.answer-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.answer-name {
	height: 21px;
	margin-bottom: 0;
	font-weight: 600;
}

.answer-position {
	height: 17px;
	margin-bottom: 0;
}

.load-btn {
	position: absolute;
	width: 100px;
	height: 35px;
	top: 0;
	right: 0;
	font-size: 12px;
	color: #fff;
	background-color: #39CD90;
	border-radius: 5px;
	border: none;
}

.answer-text {
	margin-top: 40px;
	line-height: 22.5px;
}

.answer-time {
	margin-top: 30px;
}

.answer-btn-div {
	position: relative;
	/* test */
	/* margin-top: 28px;
	margin-bottom: 22px; */
}

.answer-btn {
	display: inline-block;
	/* width: 16px;
	height: 16px; */
	width: 50px;
	height: 50px;
	vertical-align: sub;
}

.comment-p {
	position: absolute;
	top: 0;
	left: 0;
}

.comment-btn {
	background: url(/wap/resources/images/issue/btn_mini_comment_2x.png) 0 0 no-repeat;
	background-size: 16px 16px;
	background-position: center center;
}

.favorite-p {
	position: relative;
	width: 66px;
	margin: 0 auto;
	text-align: center;
}

.praise-p {
	position: absolute;
	top: 0;
	right: 0;
}

.lh66 {
	height: 66px;
	line-height: 66px;
}

.lh50 {
	height: 50px;
	line-height: 50px;
}


/* .solution-praised .praise-btn {
	background: url(/wap/resources/images/issue/praised.gif) 0 0 no-repeat;
	background-size: 50px 50px;
	background-position: center center;
} */

.apply-img {
	height: auto !important;
	vertical-align: middle;
}

.recommend-div {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content: center;
	align-items: stretch;
}

.recommend-course {
	-webkit-flex: 1;
	flex: 1;
	/* padding-right: 10px; */
	border-right: 1px solid #EFEFEF;
}

.recommend-news {
	-webkit-flex: 1;
	flex: 1;
}

.course-img,
.news-img {
	width: 20px;
	height: 20px;
	margin-top: 2px;
}

.fw600 {
	font-weight: 600;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.ml15 {
	margin-left: 15px;
}

.ml10 {
	margin-left: 10px;
}

.mt22 {
	margin-top: 22px;
	margin-bottom: 30px;
}

.mt30 {
	margin-top: 30px;
}

.load-img {
	width: 100%;
	vertical-align: middle;
}

button {
    outline: none;
}

.publishIssue {
	position: fixed;
	width: 100%;
	padding-bottom: 30px;
	bottom: 0;
	text-align: center;
}

.publish-btn {
	display: inline-block;
	width: 125px;
	height: 45px;
	color: #fff;
	font-size: 16px;
	line-height: 45px;
	background: #39CD90;
	box-shadow: 0 5px 6px 0 rgba(57,205,144,0.3);
	border-radius: 100px;
}

.answer-btn-img {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.answer-btn-span {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
}

.course-title,
.news-title {
	height: 48px;
}

.hiddenText {
	display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 48px; 
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
} 

.reward-p {
	width: 100%;
	height: 25px;
	margin-bottom: 0;
	font-size: 12px;
	color: #fff;
	background-color: #2C3545;
	text-align: center;
}

.issue-text img {
	max-width: 100%;
}

.answer-text img {
	max-width: 100%;
}

/* 点赞动画效果 */
.heart {
	height: 50px;
	width: 50px;
	background: url(/wap/resources/images/issue/praise_sprites.png) no-repeat;
	background-size: 2300%;
	background-position: right;
}

@-webkit-keyframes heartBlast {
    0% {
	    background-position: left;
	}
	100% {
	    background-position: right;
	}
}

@keyframes heartBlast {
	0% {
		background-position: left;
	}
	100% {
		background-position: right;
	}
}

.heartAnimation {
	/* display: inline-block; */
    -webkit-animation-name: heartBlast;
    animation-name: heartBlast;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: steps(22);
    animation-timing-function: steps(22);
    background-position: right;
}

.praise-btn {
	background: url(/wap/resources/images/issue/btn_miniup_2x.png) 0 0 no-repeat;
	background-size: 16px 16px;
	background-position: center center;
}

/* 收藏动画 */
.favorite-btn {
    background: url(/wap/resources/images/issue/not_favorite.png) 0 0 no-repeat;
	background-size: 16px 16px;
	background-position: center center;
}

.heartFavor {
	height: 50px;
	width: 50px;
	background: url(/wap/resources/images/issue/favorite_sprites.png) no-repeat;
	background-size: 2500%;
	background-position: right;
}


.heartAnimationFavor {
	/* display: inline-block; */
    -webkit-animation-name: heartBlastFavor;
    animation-name: heartBlastFavor;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: steps(24);
    animation-timing-function: steps(24);
    background-position: right;
}

@-webkit-keyframes heartBlastFavor {
    0% {
	    background-position: left;
	}
	100% {
	    background-position: right;
	}
}

@keyframes heartBlastFavor {
	0% {
		background-position: left;
	}
	100% {
		background-position: right;
	}
}

.num-same{
	position: absolute;
    top: 2px;
	vertical-align: middle;
}

.favorite-num {
	left: 50px;
}

.comment-num,
.praise-num {
	left: 40px;
}

.loadMoreBtn{
	color: gray;
    background-color: #fff;
    border: 0px;
    padding:10px 0;
    font-size:15px;
    border-top: 1px solid #ddd;
    margin: 0 -10px;
    width: 10rem;
}




















