/*网上调查页 start*/
.survey-wrap {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.survey-wrap.pd-15 {
	padding: 0 15px;
	box-sizing: border-box;
}

.survey-wrap>* {
	display: table-cell;
	vertical-align: top;
}

.survey-wrap>.col-narrow-wrap {
	width: 320px;
	text-align: center;
}

.survey-wrap>.col-narrow-wrap img {
	max-width: 60%;
	padding-top: 30px;
}

.survey-title {
	font-size: 1.125em;
	line-height: 1.125em;
	color: #666;
	padding: 15px 0 10px;
	font-weight: bold;
}

.survey-wrap .content-small-title>* {
	display: inline-block;
	margin-right: 10px;
}

.survey-description {
	font-size: 0.75em;
	color: #999;
	background-color: #fafafa;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	padding:0.5em;
	line-height: 1.5em;
	text-indent: 2em;
}

.survey-description>*:before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #bdbdbd;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	margin-bottom: 3px;
}

.survey-sub-title {
	font-size: 1.125em;
	color: #333;
	padding: 1em 0 0.2em;
}

.survey-option {
	color: #666;
	font-size:1em;
}

.survey-option ul {
	padding-top: 0.3125em;
}

.survey-option ul:first-child {
	padding-top: 0.625em;
}

.survey-option li {
	line-height: 1.5em;
	padding: .25em 0;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.survey-option li>* {
	display: table-cell;
	vertical-align: top;
}

.survey-option li input {
	display: inline-block;
	vertical-align: middle;
	height: 1.2em;
	width: 1.2em;
	margin-right:0.6em;
}

.survey-option textarea {
	font-size:.875em;
	line-height:1.5em;
	border-radius: 3px;
	background-color: #fafafa;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	min-height: 8em;
}

.survey-btn {
	margin: 10px 0;
}

.survey-btn input[type="submit"] {
	float: left;
	display: block;
	width:auto;
	height: 3em;
	line-height:3em;
	border: none;
	margin: 0 5px 5px 0;
	padding:0 1em;
	border-radius: 3px;
	font-family: "Microsoft Yahei";
	color: #fff;
	cursor: pointer;
	font-size: 0.875em;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
	background-color: #f05553;
}

.survey-btn .btn-color-blue {
	float: left;
	display: block;
	width:auto;
	height: 3em;
	line-height:3em;
	border: none;
	margin: 0 5px 5px 0;
	padding:0 0.5em;
	border-radius: 3px;
	font-family: "Microsoft Yahei";
	color: #fff;
	cursor: pointer;
	font-size: 0.875em;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
	background-color: #249b98;
	text-align: center;
}

.survey-btn input[type="submit"].btn-color-orange:hover {
	background-color: #fb9275;
}

.survey-btn .btn-color-blue:hover {
	background-color: #46c7c4;
}

.survey-option li>.options {
	width: 1.375em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.survey-option li>.counter {
	width: 4em;
	white-space: nowrap;
	overflow: hidden;
	text-align: right;
}

a.reply_view {
	color: red;
	padding: 0.5em 0;
	display: inline-block;
}

.bars .bar {
	height: 0.875em;
	background-color: #e3e3e3;
	display: block;
	margin-right: 2.6em;
	margin-top: 0.6em;
}

.bars .data {
	color: #f29149;
	width: 2.5em;
	font-weight: bold;
	float: right;
	text-align: right;
}

.bars .bar .precent {
	background-color: #f9d85a;
	height: 0.875em;
}

.feedback {
	text-align: center;
}

.feedback>h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 0.9375em;
	color: #aaa;
	margin: 0;
	padding: 15px 0;
}

.feedback>h1:before {
	content: "";
	background: url(icon_empty.jpg) no-repeat center center;
	width: 120px;
	height: 142px;
	display: block;
	margin: 0 auto;
	background-size: 70%;
	margin-bottom: -21px;
}

.feedback>a {
	display: inline-block;
	background-color: #f05553;
	color: #fff;
	width: 280px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	font-size: 0.875em;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}

.reply_view_list {
	padding-top: 5px;
}

.reply_view_list>ul>li {
	background-color: #f1f1f1;
	margin-top: 13px;
	padding: 12px 10px;
	font-size: 0.875em;
	border-radius: 5px;
	position: relative;
	color: #333;
	line-height: 22px;
}

.reply_view_list>ul>li span {
	font-family: "icomoon";
	text-align: center;
	display: inline-block;
	border-radius: 100px;
	margin-right: 5px;
	color: #ff7900;
}
/*720以下start*/
@media screen and (max-width:720px) {
	.survey-wrap>.col-narrow-wrap {
		display: none;
	}
	.sub-content .big-title {
		font-size: 1.25em;
	}
	.sub-content .second-title {
		font-size: 1.125em;
	}
}
/*480以下start*/
@media screen and (max-width:480px) {
	.survey-wrap .box-title {
		padding: 20px 20px 10px;
	}
	.survey-wrap>.box-content>.col-wide-wrap {
		padding: 0 20px;
	}
	.survey-btn>* {
		width: 50% !important;
		margin: 0 !important;
		box-sizing: border-box !important;
	}
	.btn-color-orange {
		border-radius: 5px 0 0 5px !important;
	}
	.btn-color-blue {
		border-radius: 0 5px 5px 0 !important;
	}
	.survey-title {
		font-size: 1.125em;
	}
	.survey-option {
		padding-left: 0;
	}
	.feedback>a {
		display: block;
		width: 100%;
	}
	.news_content_content img {
		max-width: 100%;
		height: auto !important;
	}
	.sub-content .big-title {
		font-size: 1.125em;
	}
	.sub-content .second-title {
		font-size: 1em;
	}
}
/*320以下start*/
@media screen and (max-width:320px) {
	.survey-list.date-right>li em {
		display: none;
	}
	.survey-wrap .box-title {
		padding: 20px 10px 10px;
	}
	.survey-wrap>.box-content>.col-wide-wrap {
		padding: 0 10px;
	}
}
/*网上调查页 end*/