@charset 'utf-8';
/* 有奖问卷 */
.header1 {
    width: 1000px;
    margin: 0px auto;
}
/*p.prize_t{
	margin-bottom: 18px;
}*/
span.title{
	font:20px/20px "微软雅黑";
	color: #000;
}
span.title_tip{
   font:16px/16px "微软雅黑";
   color: #0171bb;
}
.prize_questionnaire {
	position: relative;
}
.prize_questionnaire .questionnaire {
	margin-top: 25px;
	width: 660px;
}
.prize_questionnaire .questionnaire p {
	height: 34px;
	margin-bottom: 8px;
	margin-top: 15px;
	padding-left: 5px;
	line-height: 30px;
	background-color: #f2f2f2;
}
.prize_questionnaire .questionnaire p strong {
    font-size: 14px;
	font-weight: bold;
}
.prize_questionnaire .questionnaire p em {
	color: red;
}
.prize_questionnaire .questionnaire p span {
	color: #969696;
}
.get_color {
	background-color: #fbf66f;
}
.prize_questionnaire .questionnaire ul li {
	float: left;
	width: 160px;
	margin: 10px 0;
}
.prize_questionnaire .questionnaire .check_box li {
	width: 130px;
}
.prize_questionnaire .questionnaire ul li input {
	margin-right: 10px;
	font: 16px/18px "宋体";
}
.prize_questionnaire .questionnaire div {
	text-align: center;
	margin-bottom: 135px;
}
.prize_questionnaire .questionnaire div input:hover {
	background-color: #0193e9;
}
/* 弹出框 */
.prize_questionnaire .register{
	display: block;
	position: relative;
	top:0;
	left: 0;
	width: 330px;
	padding-bottom: 0;
	box-shadow: none;
	margin: 0;
	background-color: #FFF;
}
.prize_questionnaire .register p label{
	width: 55px;
}
.register .close {
	float: right;
	margin-right: 20px;
	cursor: pointer;
}
.register h1 {
	margin: 20px 0;
	text-align: center;
	color: red;
}
.register h2 {
	padding: 28px 0;
	margin-bottom: 30px;
	border-bottom: 2px solid #e9edee;
}
.register h2 span {
	float: left;
	width: 80px;
	padding-bottom: 7px;
	border-bottom: 2px solid #007bc1;
	font-size: 14px;
	font-weight: bold;
}

.register p {
	margin-bottom: 20px;
}
.register p.form_p label {
	height: 16px;
	margin-right: 10px;
	text-align: right;
}
.register p label em {
	margin-right: 10px;
	color: red;
}
.register p input[type="text"] {
	height: 20px;
	border: 1px solid #7e7e7e;
}
.back_color {
	background-color: #fbf66f;
}
.prize_questionnaire .register p select {
	float: left;
	width: 126px;
	height: 22px;
}
.register div {
    margin-top: 18px;
}
.register div.sub{
    padding-left: 63px;
}
.register div input:hover {
	background-color: #0193e9;
}
.form_p .label1, .form_p .label2, .form_p .label3, .form_p .label4, .form_p .label5 {
    display: none;
    padding-left: 64px;
}
p.red{
	color: red;
	margin: 30px 0 30px 20px;
}
/* 确认框 */
.confirm {
	display: none;
	position: absolute;
	width: 271px;
	height: 156px;
	left: 200px;
	bottom: 0;
	border: 2px solid #007ac2;
	background-color: #fff;
}
.confirm h1 {
	padding: 50px 0 35px 0;
	text-align: center;
	color: #6f6f6f;
	font-size: 14px;
}
.confirm input {
	width: 92px;
	height: 33px;
	margin-left: 97px;
	background-color: #007ac3;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
/* 问卷奖品 */
.questionnaire_award div {
	width: 272px;
	overflow: hidden;
	padding: 26px 14px 0 14px;
	color: #fff;
}
.questionnaire_award div.rule{
	height: 206px;
	margin-top: 26px;
	background: url(../images/rule_bg.jpg) no-repeat;
}
.questionnaire_award h3{
	margin-bottom:22px;
	font:14px/14px "宋体";
}
.questionnaire_award p {
	line-height: 24px;
}
.questionnaire_award p.top{
   width: 300px;
   height: 10px;
   margin-top:5px;
   background: url(../images/award_bg.jpg) no-repeat;
}
.questionnaire_award div.award{
	background: #a2b1b0;
}
.questionnaire_award div.award .act_image{
	width: 272px;
	height: 145px;
	margin-bottom: 14px;
}