* {
    box-sizing: border-box;
}

.banner {
    height: 569px;
    min-width: 1100px;
    margin: 0 auto;
    background: url(../images/banner.jpg) center top no-repeat;
}

.content {
    margin: 0 auto;
    width: 1100px;
    position: relative;
    border: 2px solid #69a7d8;
    border-top: 0;
    min-height: 300px;
    background: url(../images/content-bg.png) bottom repeat-x;
}

.survey-summary {
    position: absolute;
    top: -84px;
    left: 33px;
    right: 33px;
}

.ewb-con {
    position: relative;
    line-height: 48px;
    font-size: 18px;
    text-indent: 2em;
    border-bottom: 1px solid #d6d6d6;
}

.ewb-con:before, .ewb-con:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 1px;
    top: 48px;
    background-color: #d6d6d6;
}

.QuestionTitle {
    font-size: 28px;
    color: #333;
    text-align: center;
    padding-top: 24px;
    line-height: normal;
}

.survey-form {
   /*  padding: 106px 33px 0; */
    padding: 0 33px 0;
}

.question-title {
    line-height: 30px;
    padding: 20px 0 7px;
    font-size: 24px;
    color: #005394;
    font-weight: bold;
}

.form-ctl {
    position: relative;
}

.form-row {
    display: block;
    font-size: 16px;
    padding: 5px 0;
    line-height: 26px;
    cursor: pointer;
}

.form-row input {
    margin-right: 10px;
}

.ques-pt {
    padding-top: 16px;
}

.form-input {
    font-size: 0;
    padding-bottom: 12px;
}

.form-input textarea {
    height: 104px;
    width: 980px;
    resize: none;
    outline: 0;
    font-size: 16px;
    padding: 5px 10px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
}

.tijiaoLine {
    padding: 30px 0 70px;
    text-align: center;
}

#btnSubmit {
    width: 188px;
    height: 54px;
    border: 0;
    border-radius: 8px;
    line-height: 54px;
    outline: 0;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    background-color: #005394;
}

#reset {
	display:none;
}

.QuestionEndDate{
	display:none;
}

.modify {
	padding-left:50px;
}

.submit{
	width: 160px;
	margin-right: 10px;
	height: 40px;
	background-color: #ff8b17;
	border: 0;
	line-height: 40px;
	color: #fff;
	border-radius: 2px;
	cursor: pointer;
	font-size: 16px;
	outline: 0;
}
