/*!
 * 问卷预览
 * author:buly;
 * data:2017-5-9;
 */
.mypos{
    line-height: 36px;
}

.view {
    overflow: hidden;
    height: 468px;
}

.view-bd {
    width: 838px;
    margin: 0 auto;
}

.view-bd .qst-name {
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    padding:5px 0;
}

.view-bd .qst-detail {
    color: #666;
    font-size: 14px;
    padding-bottom: 16px;
}

.view-bd .qst-detail>em {
    color: #333;
    font-weight: normal;
}

.qst-item.cols .option-item {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.qst-item {
    padding: 5px 14px 12px;
    border-top: 1px solid #d9d9d9;
	list-style-type: none;
}

.qst-item > h2 {
    font-size: 16px;
    line-height: 42px;
    min-height: 42px;
}

.qst-item > h2 > em {
    font-weight: normal;
    padding-right: 8px;
}

.option-item {
    line-height: 30px;
    position: relative;
    min-height: 30px;
    cursor: pointer;
}

.qst-item-bd {
    height: 50px;
    margin-top: 4px;
}

.option-item .icon-radio {
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-right: 12px;
    background: url(../../images/conversation/icon-radio-nor.png) no-repeat;
}

.option-item.checked .icon-radio {
    background: url(../../images/conversation/icon-radio-hov.png) no-repeat;
}

.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;
}

.option-item.checked .icon-checkbox {
    background: url(../../images/conversation/icon-checkbox-hov.png) no-repeat;
}

.option-item > span {
    display: inline-block;
    margin-left: 30px;
}

/*底部按钮*/

.bottom-btn {
    line-height: 26px;
    height: 26px;
    margin-top: 23px;
    padding: 5px 10px;
    text-align: center;
    background: #f5f3f2;
}

.bottom-btn > a {
    vertical-align: top;
}

.requirestar{
	color:red;
}

/* 长者版 */

.show-old .mypos {
    line-height: 36px;
    margin-top:25px;
    padding-left: 44px;
    height: 40px;
    line-height:40px;
    font-size: 24px;
    background:url("../images/pages/loc_ico_old.png") no-repeat left center;
}

.show-old .survey {
    margin-top: 25px;
}

.show-old .view-bd .qst-name {
    font-size: 36px;
    line-height: 50px;
    padding: 20px 0;
}

.show-old .QuestionEndDate {
    padding: 20px;
    line-height: 34px;
    font-size: 24px;
}

.show-old .qst-detail p{
    line-height:1em;
}

.show-old .qst-detail span,
.show-old .qst-item > h2 ,
.show-old .qst-item > h2 span{
	font-size: 24px !important;
	line-height:1.5;
}

.show-old #yzm {
    height: 40px;
}

.show-old #imgVerify {
    height: 40px;
}

.show-old .yzmLine, 
.show-old .tijiaoLine {
    font-size: 20px;
}

.show-old #btnSubmit, 
.show-old #reset {
    width: auto;
    height: 40px;
    font-size: 24px;
    margin: 0 20px;
    padding: 0 20px;
}