.content {
	margin-top: 98px;
	background: #F4F4F4;
}

#wrapper {
	padding-left: 15px;
	line-height: 50px;
	height: 49px;
	overflow: hidden;
	border-bottom: 1px solid #DCDCDC;
	background-color: white;
	font-size: 0;
	-webkit-text-size-adjust: none;
}

#scroller li {
	display: inline-block;
	/* float: left; */
	margin-right: 20px;
	color: #626978;
	font-size: 15px;
	text-align: center;
}

#scroller .active {
	color: #4572ED;
	border-bottom: 3px solid #4572ED;
	height: 47px;
}

.item {
	padding: 20px 30px 20px 15px;
	box-shadow: 0 1px 3px 0 #DCDCDC;
	margin-bottom: 10px;
	background-color: white;
}

.item .title {
	padding-right: 30px;
	font-size: 16px;
	color: #626978;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	word-break: break-all;
	-webkit-box-orient: vertical;
	font-size: 16px;
}

.item .others {
	height: 25px;
	line-height: 25px;
	margin-top: 25px;
}

.item .answer {
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	text-align: center;
	padding: 0 12px;
	margin-right: 10px;
	display: inline-block;
	float: left;
}

.item .red {
	background: #FBE4E4;
	color: #E24949;
}

.item .blue {
	background: #D9EAF6;
	color: #4572ED;
}

.item .reward {
	width: 25px;
	height: 25px;
	margin-right: 4px;
	float: left;
}

.item .yang {
	font-size: 12px;
}

.item .money {
	font-size: 15px;
	color: #EE5B5B;
	font-weight: bold;
}

.item .nickname {
	font-size: 12px;
	color: #626978;
	float: right;
	line-height: 25px;
}

.publishIssue {
	position: fixed;
	bottom: 0;
	padding-bottom: 65px;
	text-align: center;
	width: 100%;
}

.publishIssue a {
	display: inline-block;
	width: 125px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #4572ED;
	border-radius: 100px;
    box-shadow: 0 5px 6px 0 rgba(69,114,237,0.3);
}

.hint {
	position: fixed;
	top: 100px;
	width: 100%;
	text-align: center;
	font-size: 0px;
	display: none;
	z-index: 1000;
}

.hint .activity {
	width: 250px;
}

.hint .close {
	width: 34px;
	margin-top: 20px;
}

.marginB-70 {
    height: 70px;
}


.all-div {
	height: 14px;
	padding: 10px 15px 15px;
	background:#fff;
}

.all {
    position: relative;
    float: right;
    line-height: 14px;
    font-size: 14px;
    /* color: #2C3545; */
    color: #4572ED;
    font-weight: 600;
    vertical-align: middle;
}

.all a {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}