﻿.surveyShow { width: 98%; margin: 0 auto; padding: 0 0 40px 0; }

    .surveyShow input { vertical-align: middle; display: inline-block; margin: 0 5px 0 0; line-height: 24px; outline: none; }
        .surveyShow input:focus { outline: none; }
    .surveyShow label { vertical-align: middle; display: inline-block; margin: 0; font: normal 14px/24px 微软雅黑; }

    .surveyShow .singleline { width: 100%; height: 1px; border-bottom: 1px solid #ccc; }
    .surveyShow .doubleline { width: 100%; height: 3px; border-bottom: 1px solid #ccc; border-top: 1px solid #bbb; }

    .surveyShow .survey_Info { }
        .surveyShow .survey_Info h1 { text-align: center; font: normal 40px/40px 微软雅黑; margin: 30px 0; }
        .surveyShow .survey_Info p { text-indent: 2em; font: normal 16px/32px 微软雅黑; margin: 0 0 15px 0; color: #999; }
    .surveyShow .survey_Group {  margin: 0 auto; }
        .surveyShow .survey_Group .survey_Group_Info { margin: 20px 0 10px 0; }
            .surveyShow .survey_Group .survey_Group_Info h2 { font: normal 28px/28px 黑体; }
        .surveyShow .survey_Group .survey_Group_File { margin: 0px 0 15px 0; }
            .surveyShow .survey_Group .survey_Group_File p { text-indent: 2em; font: normal 20px/28px 楷体; color: #666; }
        .surveyShow .survey_Group .survey_QuestionBox { width: 98%; margin: 0 1% 20px; }
            .surveyShow .survey_Group .survey_QuestionBox .survey_Question { }

    .surveyShow .survey_Question { margin: 0 0 10px 0; }
        .surveyShow .survey_Question .survey_Question_Info { margin: 0 0 5px 0; }
            .surveyShow .survey_Question .survey_Question_Info h3 { font: normal 20px/28px 微软雅黑; }
        .surveyShow .survey_Question .survey_Question_File { margin: 0 0 10px 2%; }
            .surveyShow .survey_Question .survey_Question_File p { font: normal 14px/18px 微软雅黑; color: #666; }
        .surveyShow .survey_Question .survey_OptionsBox { width: 96%; margin: 0 2%; }

    .surveyShow .survey_OptionsBox { }
        .surveyShow .survey_OptionsBox .survey_OtherOption { width: 16%; background: transparent; border-bottom: 1px solid #666; padding: 0 4px; margin: 0 8px; font: normal 14px/24px 微软雅黑; }
        .surveyShow .survey_OptionsBox textarea { width: 100%; padding: 8px 10px; font: normal 14px/18px 微软雅黑; max-width: 100%; min-width: 100%; min-height: 34px; max-height: 16em; border: 1px solid #999; }
    .surveyShow .survey_Submit { margin: 20px 0 0 0; }
        .surveyShow .survey_Submit div { text-align: center; }
        .surveyShow .survey_Submit input { cursor: pointer; background: #cd2d2d; height: 30px; width: 12%; text-align: center; color: #fff; border-radius: 4px; font: normal 18px/30px 微软雅黑; }
        .surveyShow .survey_Submit .survey_Submit_Tips { }
            .surveyShow .survey_Submit .survey_Submit_Tips span { text-align: center; font: normal 26px/30px 微软雅黑; color: #666; }