/**!
* 网站大师-问卷调查
* author: xiaolong;
*/

.survey {
    margin-top: 10px;
    border: 1px solid #e0e0e0;
    padding: 8px 66px;
}

@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;
}

.QuestionEndDate {
    padding: 10px;
    line-height: 24px;
    font-size: 13px;
    text-align: center;
}

.QuestionComment{
    line-height: 22px;
    font-size: 14px;
    padding: 0 10px;
    text-indent: 2em;
}

.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: 40px;
}
.optionAreaClass ul{
	 float: left;
	 width: 100%;
}

.groupNameClass {
	 float: left;
	 margin-left: 40px;
	 width: 100%;
	 color:red;
}

.survey-row-col {
    width: 50%;
    float: left;
}

.subjectTitle {
    line-height: 26px;
    font-weight: bold;
    color: #4f8513;
}

.survery-row-option {
    line-height: 30px;
}

input[type=radio] {
    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: 800px;
    height: 100px;
    max-width: 800px;
    max-height: 100px;
    resize: none;
}