﻿@charset "utf-8";
.blankH5{clear:both; height:5px; overflow:hidden; display:block;}
table{
    width: 100%;
    border: 1px solid #CBCBCB;
}
/*问卷框架div样式*/
.s_name_show {
    font-weight: bold;
    font-size: 26px;
    line-height: 240%;
}
#survey_div{margin:0 auto;text-align:center;height:100%;overflow:hidden;clear:both;}
/*问卷里层div样式*/
#design_div{margin:0 auto; padding:50px 50px 20px 50px;}

/*问卷标题样式*/
#s_name_show{font-weight:bold;font-size:26px; line-height:240%;}
/*问卷描述内容样式*/
#s_description_show{text-align:left;text-indent:2em; line-height:2em;}
/*问卷选项标题外层div*/
#title_divs{margin-top:13px;height:20px;text-align:left;font-weight:bold;HEIGHT: auto;line-height:20px}
/*题目序号外层DIV样式*/
.sort_num_div{WIDTH: 20px; FLOAT: left; FONT-WEIGHT: bold;line-height: 2em;}
/*题目标题外层DIV样式*/
#title_span{overflow: hidden;line-height: 2em;}
/*问卷选项内容div样式，缩进２个字符*/
#des_items_divs{margin-left:24px;text-align:left;}
/*必选题的*号样式 id 为　req_span*/
.wargin_span{color:red;cursor:pointer}
/*选项提示信息*/
#description_div{text-align:left;text-indent:2em;margin-top:5px;clear:both;}

/*单选，多选列表样式*/
#item_ul{padding:0px;margin:0px;text-align:left;overflow: hidden;}
#item_ul li{list-style-type:none; float: left;line-height: 2em;}
.li_css1{float:left;width:90%}
.li_css2{float:left;width:49%}
.li_css3{float:left;width:31%}
.li_css4{float:left;width:24%}
.li_css5{float:left;width:19%}
.li_css6{float:left;width:16%}
.li_css7{float:left;width:14%}
.li_css8{float:left;width:12%}
.li_css9{float:left;width:11%}
.li_css10{float:left;width:9%}

/*选项中图片外层div*/
#item_img_div{padding-bottom:5px;}
/*选项中图片描述内容外层div*/
#show_img_des_div{width:300px;position:absolute;background:#FFFFFF;padding:5px;border:1px solid #9FB2C7;text-indent:2em;line-height:20px;display:none;text-align:left}

/*量表图样式*/
.scale{margin-right:12px}
.scale LI {LIST-STYLE-TYPE: none; FLOAT: left}
.scale_li{WIDTH: 32px; BACKGROUND: url(/manager/images/scale.gif) no-repeat; HEIGHT: 32px; CURSOR: pointer; TEXT-DECORATION: none;PADDING-LEFT: 3px}
.scale_li_selected{WIDTH: 32px; BACKGROUND: url(/manager/images/scale_selected.gif) no-repeat; HEIGHT: 32px; CURSOR: pointer; TEXT-DECORATION: none;PADDING-LEFT: 3px}
.scale_li_radio{padding-right:12px}
#items_divs TH{padding-top:12px}

/*投票题*/
.pro_back {    background: #f5f5f5;
    height: 24px;float:left;margin:3px 0 0 5px;padding:0 0 0 1px;width:100%;}
.pro_back .pro_fore{overflow:hidden;display: block;}

/*矩阵题横向字符样式*/
.m_td{font-weight:bold;height:25px}

/*提示信息样式*/
.message_div{padding-top:10px;height:20px}
.anwserContent{padding: 20px 70px;}

#button_div{    text-align: center;}
#sub_button{ width:80px; height:26px; }

.research {  background: #fcfcfc;margin-top: 10px; }
.research h1 { background: #eee;line-height: 35px; border-top: 2px #1171BB solid;font-weight: normal;padding-left: 20px; }

#radioList_1_divs { margin-top: 20px; padding: 15px; padding-top: 0;border: 1px #eee solid; }
.sub_div{
    text-align: left;
    font-weight: bold;
    padding:15px 5px;
    color: #C5291B;
}
.item_div{
    /* margin-left: 24px; */
    /* text-align: left; */
}
#survey_div td{
    height: 20px;
    text-align: center;
    line-height: 18px;
    border-right: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    padding: 10px 25px;
    width:30%;
}
.div.pro_back{
    background: #f5f5f5;
    height: 24px;
    width: 100%;
}
div.pro_back .pro_fore{
    background: #9c140b;
    height: 24px;
}
.pro_fore img{display:none;}
#pic_item_4_1{
    width: 30%;
}
#pic_item_1_2{width: 30%;}
#pic_item_2_4{
    width: 30%;
}
#pic_item_6_2{width: 30%;}
#pic_item_4_1{
    width: 30%;
}
#pic_item_5_2{width: 30%;}
.btn_colse {
    width: 80px;
    height: 34px;
    background: #9c140b;
    border: 0;
    color: #fff;
    border-radius: 10px;
}
@media screen and (max-width:750px) {
.anwserContent {
    padding: 20px 0px;
}
}