/*!
 * 问卷预览
 * author:buly;
 * data:2017-5-9;
 */

.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;
	border: 1px solid #e0e0e0;
}

.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;
}