/**!
* 网站大师-问卷调查
* author: xiaolong;
*/

.survey {
    /* margin-top: 10px;
    border: 1px solid #e0e0e0;*/
    padding: 8px 66px; 
	background-color:#fff;
}

@media (max-width: 979px) {
    .survey {
        padding: 8px 30px;
    }
}

@media (max-width: 479px) {
    .survey {
        padding: 8px 10px;
    }
}

.QuestionTitle {
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 46px;
    text-align: center;
    font-family: 黑体;
    font-size: 28px;
    color: rgb(69, 69, 69);
}

.QuestionEndDate {
    padding: 10px;
    line-height: 24px;
    font-size: 13px;
    text-align: center;
}

.QuestionComment{
    line-height: 26px;
    font-size: 16px;
    padding: 0 10px;
    text-indent: 2em;
    font-family: 微软雅黑;
}

.QuestionComment {
    text-indent: 2em;
}

.subjectClass{
    padding: 0 70px;
    font-family: "Simsun";
}

@media (max-width: 767px) {
    .subjectClass {
        padding: 0 15px;
    }
}

.optionAreaClass li{
	 /*float: left;*/
    margin-left: 30px;
    margin-bottom: 10px;
}
.optionAreaClass ul{
	 float: left;
	 width: 100%;
}

.groupNameClass {
	 float: left;
	 margin: 10px 0 10px 40px;
	 width: 100%;
	 color:red;
     font-weight: bold;
}

.survey-row-col {
    width: 50%;
    float: left;
}

.subjectTitle {
    line-height: 26px;
    font-weight: bold;
    color: #333;
}

.survery-row-option {
    line-height: 30px;
}

input[type=radio] ,input[type=checkbox]{
    vertical-align: -2px;
    margin-right: 5px;
}

/* input[type=text] {
    width: 120px;
    height: 14px;
    margin-left: 5px;
} */

.yzmLine,.tijiaoLine {
    padding: 10px 0 20px;
    text-align: center;
}

#btnSubmit,
#reset {
    width: 80px;
    height: 38px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 5px;
    border: 0;
    cursor: pointer;
}
#backlast {
    width: 80px;
    height: 38px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
    border: 0;
    cursor: pointer;
}
#btnSubmit,#backlast {
    background-color: #f88f1a;
}

#reset{
    background-color: #60911a;
}

.wendaText {
    width:400px;
    height:100px;
}

.QuestionnaireOutClass {
    font-size: 16px;
    font-family: 微软雅黑;
}

#yzm {
    height:20px;
}