.survey-bot {
    padding-bottom: 50px;
}

.survey {
    padding: 20px 0 40px 0;
}

.survey>h3 {
    font-family: "SourceHanSansCN-Bold";
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding-bottom: 20px;
}

.survey p {
    line-height: 30px;
    font-size: 18px;
}

.text-indent {
    text-indent: 30px;
    padding-bottom: 20px;
}

.text-right {
    text-align: right;
}

.qst-name {
    min-height: 36px;
    padding: 8px 5px;
    color: #4285de;
    line-height: 20px;
    text-align: center;
    background-color: #e8f1fb;
}

.QuestionEndDate {
	display: none;
}

.requirestar {
	display: none;
}

.qst-item > h2 > em {
    font-weight: normal;
    padding-right: 8px;
}

.option-item .icon-radio {
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-right: 12px;
    background: url(../images/check.png) no-repeat left center;
	float: left;
}

.option-item > span {
    display: inline-block;
    margin-left: 30px;
}

.qst-list {
    margin: 0 20px;
}

.qst-list>li {
    margin-top: 30px;
}

.option-item {
    line-height: 30px;
    position: relative;
    min-height: 30px;
    cursor: pointer;
    margin-left: 40px;
}

.option-item .icon-checkbox {
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-right: 12px;
    background: url(../../images/conversation/icon-checkbox-nor.png) no-repeat;
}

.mini-textarea {
	border: 1px solid #ddd;
	margin-top: 10px;
}

.yzmLine {
	text-align: center;
    margin-top: 20px;
}

.yzmLine>input {
	border: 1px solid #ddd;
}

.tijiaoLine>input {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    color: #fff;
    vertical-align: top;
    cursor: pointer;
    margin: 0 6px;
    border: 1px solid #1b79da;
    color: #1b79da;
    background-color: transparent;
}

.tijiaoLine {
	text-align: center;
    margin-top: 20px;
}

.trans {
	display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    color: #fff;
    vertical-align: top;
    cursor: pointer;
    margin: 0 6px;
    border: 1px solid #1b79da;
    color: #1b79da;
    background-color: transparent;
}

.option-item.checked .icon-radio {
    background-image: url(../images/checked.png);
}

.option-item.checked .icon-checkbox {
    background: url(../../images/conversation/icon-checkbox-hov.png) no-repeat;
}

#qst-detail {
	display: none;
}