
.main{}

/*分区*/
.section{ width: 100%; height: auto; overflow: hidden; position: relative; border-top: 1px solid #252526;}
.section .st_main{ width: 1200px; height: auto; margin: 0 auto; overflow: hidden; position: relative;}

/*导航*/
.st_title{ width: 100%; height: 50px;}
.st_title a{ float: left; font-size: 14px; line-height: 50px;}
.st_title span{ float: left; padding: 0 20px; font-size: 14px; line-height: 50px; color: #000;}


/*详情*/
.st_detail{ width: 1000px; height: auto; margin: 0 auto; padding: 50px 0 150px; position: relative;}

/*问卷表单*/
.sv_title{ font-size: 36px; line-height: 150%; color: #333; text-align: center;}
.sv_intro{ width: 100%; height: auto; margin-top: 30px; padding: 20px 70px; background-color: #F8F2E4; border: 1px dashed #6C5440; font-size: 18px; line-height: 150%;}
.sv_list{ margin-top: 30px;}
.sv_cell{ margin-bottom: 20px;}
.sv_cell .cell_title{ font-size: 20px; line-height: 200%;}
.sv_cell ul{ margin-top: 10px; overflow: hidden;}
.sv_cell ul li{ float: left; margin-right: 30px;}
.sv_cell ul li label{ display: inline-block; width: auto; height: auto; padding-left: 25px; position: relative; font-size: 18px; line-height: 30px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.sv_cell ul li label.on{ color: #B9070F;}
.sv_cell ul li label:before{ display: block; content: " "; width: 18px; height: 18px; position: absolute; top: 5px; left: 0; border: 1px solid #342212; background-color: #fff; font-size: 14px; line-height: 20px; text-align: center;}
.sv_cell ul li label.radio:before{ border-radius: 50%;}
.sv_cell ul li label.checkbox:before{ border-radius: 0;}
.sv_cell ul li label.on:before{ content: "√"; background-color: #342212; color: #fff;}
.sv_cell ul li input[type='text']{ display: inline-block; width: 200px; height: 30px; padding: 0 10px; background: none; border: none; border-bottom: 1px solid #B9070F; font-size: 16px; line-height: 30px;}

.sv_submit{ display: block; width: 285px; height: 60px; margin: 50px auto; border-radius: 30px; border: none; outline: none; background-color: #B9070F; font-size: 24px; line-height: 60px; color: #fff; text-align: center; cursor: pointer; transition: all .2s ease-out 0s;}
.sv_submit:active{ transform: scale(1.1);}








/*提交成功*/
.sv_result{ width: 400px; height: auto; margin: 0 auto; padding: 100px 0;}
.sv_result .r1{ padding-top: 130px; background: url(../img/bg17.png) center top / 100px 100px no-repeat; font-size: 24px; line-height: 150%; text-align: center;}
.sv_result .r2{ margin-top: 120px;}
.sv_result .r2 a{ display: block; width: 285px; height: 60px; margin: 0 auto; border-radius: 30px; background-color: #BE292E; font-size: 24px; line-height: 60px; color: #fff; text-align: center;}

.sv_result .r2 a:hover{ background-color: #F04B55;}
.sv_result .r2 a:active{ transform: scale(1.1);}
