.survey {
	background-image: url(../images/grid.png);
	background-color: #F5F5F5;
	padding: 60px;
	margin-top: 100px;
}

.answer-top {
	position: relative;
	box-shadow: 0px -5px 30px 0px rgb(26 26 26 / 8%);
	-webkit-box-shadow: 0px -5px 30px 0px rgb(26 26 26 / 8%);
	-moz-box-shadow: 0px -5px 30px 0px rgb(26 26 26 / 8%);
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
	margin-top: -100px;
	margin-bottom: 30px;
	padding-top: 30px;
}

.answer-top .title {
	font-size: 24px;
	padding-bottom: 10px;
}

.remarks {
	float: right;
	position: absolute;
	right: 0;
	top: 58%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	padding-right: 20px;
	width: 78%;
	height: auto;
	font-size: 16px;
	color: #666666;
	line-height: 34px;
}

.prize-text {
	text-align: center;
}

.remarks a {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

.remarks strong {
	color: #000;
}

.remarks span {
	font-size: 12px;
	color: #666;
}

.prize-con {
	width: 20%;
	height: auto;
	float: left;
	/* padding: 20px; */
	position: relative;
	padding-bottom: 30px;
	padding-left: 20px;
}

.prize-con img {
	width: 100%;
}

.prize-con .thenum {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 76px;
	height: 32px;
	background: red;
	border-radius: 16px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
}

.answer-con-con {
	height: auto;
	margin: 0 auto;
}

.answer-con-con .page-title-two {
	font-size: 24px;
	margin: 10px auto 0px;
}

.answer-list {
	width: 100%;
	height: auto;
	margin: 40px auto 0px;
}

.answer-list .answer-panel {
	width: 100%;
	height: auto;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	border: none;
	padding: 0px 30px;
	margin-bottom: 20px;
	box-shadow: 0px 5px 30px 0px rgba(26, 26, 26, 0.1);
}

.answer-list .answer-panel-heading {
	width: 100%;
	padding: 20px 0px 5px 0px;
	border-bottom: 1px solid #ededed;
	line-height: 24px;
	font-size: 16px;
}

.answer-list .answer-panel-heading .thetitle {
	width: calc(100% - 200px);
	float: left;
	line-height: 44px;
}

.answer-list .answer-panel-heading .thetitle span {
	color: #FF0000;
}

.answer-list .answer-panel-heading .thedata {
	width: 116px;
	height: 44px;
	float: right;
	position: relative;
	cursor: pointer;
}

.answer-list .answer-panel-heading .thedata:hover .thedata-con {
	display: block;
}

.answer-list .answer-panel-heading .thedata .thebtn {
	display: block;
	width: 116px;
	height: 34px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	background: #147bd1;
	font-size: 16px;
	color: #fff;
	line-height: 34px;
	text-align: center;
	transition: all 0.5s;
}

.answer-list .answer-panel-heading .thedata .thebtn:hover {
	opacity: 0.8;
}

.answer-list .answer-panel-heading .thedata .thedata-con {
	position: absolute;
	width: 320px;
	right: 0px;
	top: 40px;
	height: auto;
	padding: 10px;
	background: #147bd1;
	border-radius: 10px;
	font-size: 14px;
	line-height: 22px;
	display: none;
	transition: all 0.5s;
}

.answer-list .answer-panel-heading .thedata .thedata-con a {
	color: #fff;
}

.answer-list .answer-panel-body {
	overflow: hidden;
	padding: 10px 0px;
}

.answer-list .answer-panel-body li {
	width: 33%;
	float: left;
	color: #666666;
	padding: 5px 0px;
	font-weight: normal;
	font-size: 14px;
}

.answer-list .answer-panel-body li label {
	font-weight: normal;
}

.answer-list .submit-btn a {
	width: 200px;
	height: 50px;
	background: #147bd1;
	border-radius: 6px;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	transition: all 0.5s;
}

.answer-list .submit-btn a:hover {
	background-color: #126ab3;
	transform: translateY(2px);
}

.answer-list label {
	line-height: 1.5 !important;
	margin-top: -2px;
}

.hint {
	margin-bottom: 10px;
}

.hint .hint_h {
	color: red;
}

.answer6 span {
	display: block;
	float: left;
	width: 150px;
}

.answer6 {
	width: -moz-calc(100% - 18px);
	width: -webkit-calc(100% - 18px);
	width: calc(100% - 18px);
	float: right;
}

.more-input {
	width: -moz-calc(100% - 120px);
	width: -webkit-calc(100% - 120px);
	width: calc(100% - 120px);
	height: 30px;
	float: right;
	outline: none;
	box-shadow: none;
	font-size: 14px;
	/* transition: all 3s; */
	margin-top: -30px;
	display: none;
	border: none;
	border-bottom:1px solid #EDEDED;
	
}

input::-webkit-input-placeholder {
	color: #ccc;
	font-size: 12px;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
	font-size: 12px;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
	font-size: 12px;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
	font-size: 12px;
}

@media (max-width: 991px) {

	.remarks {
		font-size: 14px;
		padding-right: 10px;
		line-height: 30px;
	}

	.answer-list .answer-panel-body li {
		width: 100%;
		float: none;
	}

}

@media (max-width: 767px) {

	.remarks,
	.prize-con {
		width: 100%;
		float: none;
	}

	.remarks {
		position: static;
		transform: none;
		padding: 14px;
		line-height: 28px;
	}

	.answer-con-con .page-title-two {
		font-size: 18px;
	}


	.answer-list {
		margin: 15px auto 0px;
	}

	.answer-list .answer-panel {
		padding: 0px 15px;
	}


	.answer-list .answer-panel-heading {
		padding: 10px 0px;
	}

	.answer-list .answer-panel-heading .thetitle {
		width: 100%;
		float: none;
		padding: 10px 0px;
		font-size: 14px;
		line-height: 22px;
	}

	.answer-list .answer-panel-heading .thedata {
		float: none;
		height: 30px;
	}

	.answer-list .answer-panel-heading .thedata .thebtn {
		width: 90px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}

	.answer-list .answer-panel-heading .thedata:hover .thedata-con {
		display: none;
	}

	.answer-list .answer-panel-body li {
		font-size: 14px;
	}

	.answer-list .submit-btn a {
		width: 140px;
		height: 34px;
		line-height: 34px;
		font-size: 16px;
	}

	.more-input {
		float: none;
		width: 100%;
	}

	.answer-list .answer-panel-body li {
		width: 100% !important;
	}
}
