@charset "utf-8";
/* 网上调查-列表页 ----------------------------------------------------- */
.surveyCommonList li {
    padding: 10px 0;
    margin: 0 5px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    padding-left: 34px;
    background: url(./list.png) 11px 17px no-repeat #fff;
    overflow: hidden;
    font-size: 14px;
}
.surveyCommonList .tit {
    display: inline-block;
    width: 77%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
    line-height: 2;
}
.surveyCommonList .dates {
    display: block;
    color: #999;
    display: none;
}
.surveyCommonList .dates span {
    margin-right: 20px;
    line-height: 1.5;
    display: block;
}
.surveyCommonList .btns {
    float: right;
}
.surveyCommonList .btns a {
    float: right;
    margin-left: 5px;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0 10px;
    color: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.surveyCommonList .btns a:hover {
    color: #f60;
    border-color: #bbb;
    text-decoration: none
}
.surveyCommonList .btns .over {
    color: #ccc !important;
    border-color: #ddd !important;
}
/* 问卷调查默认模板 ---------------------------------------------- */
#SurveyBox,
.surveyResult {
    padding: 40px;
    background: #fafafa;
    margin-bottom: 20px;
}
#SurveyTitle {
    padding: 0 0 25px 0;
    font: normal 30px/1.5 "Microsoft YaHei";
    text-align: center;
    color: #333
}
#SurveyBox dt {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dotted #ddd;
    padding: 10px 0;
}
#SurveyBox dd {
    padding: 15px 0 15px 20px;
    line-height: 24px;
}
#SurveyBox dd input {
    margin-right: 3px;
    vertical-align: middle;
}
.field-validation-error {
    color: #f00;
    font-weight: normal;
    margin-left: 10px;
}
#SurveyBox .SurveyDescription {
    padding: 20px;
    text-indent: 24px;
    font-size: 14px;
    background: #fff;
    margin-bottom: 20px;
    border: 1px dotted #ddd;
}
#SurveyBox dd li {
    padding: 3px 0;
}
#SurveyBox .code input[type=text] {
    width: 18%;
    border: 1px solid #ccc;
    height: 30px;
    padding: 0 10px;
}
#SurveyBox .codeerror {
    padding-left: 60px;
}
#surveySubmit {
    padding: 25px 0 15px 0;
    text-align: center;
}
#surveySubmit a,
#surveySubmit input {
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 15px;
    background: #eee;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #333;
    font-family: "Microsoft YaHei";
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#eee));
    background: -moz-linear-gradient(#FFFFFF, #eee);
    background: -ms-linear-gradient(#FFFFFF, #eee);
    background: -o-linear-gradient(#FFFFFF, #eee);
    background: linear-gradient(#FFFFFF, #eee);
}
#surveySubmit input {
    cursor: pointer;
    height: 38px;
}
#surveySubmit a:hover,
#surveySubmit input:hover {
    color: #c00;
    border: 1px solid #aaa;
    text-decoration: none;
}
/* 问卷调查结果页模板 */
#message {
    border-top: 1px solid #e3e3e3;
    margin: 20px 0;
    padding: 10px 0;
}
.statisticshow {
    display: block;
    overflow: hidden;
}
.public-span {
    float: left;
    width: 20%;
    font-size: 14px;
}
.public-span span {
    display: block;
}
.public-span:last-child {
    margin-right: 0;
}
.graphPater {
    overflow: hidden;
    margin-bottom: 20px;
}
.graphPater div {
    float: left;
}
.option,
.value,
.ratio {
    margin-left: -1px;
    min-height: 280px;
    width: 16.5%;
    border: 1px solid #e6e6e6;
}
.option ul,
.value ul,
.ratio ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.option ul li,
.value ul li,
.ratio ul li {
    line-height: 20px;
    padding: 7px 10px;
    text-align: center;
}
.option ul li:first-child,
.value ul li:first-child,
.ratio ul li:first-child {
    padding: 0;
    background-color: #f3f3f3;
    height: 30px;
    line-height: 30px;
}
.graphTitle {
    padding: 10px 2%;
    line-height: 22px;
    background-color: #eee; /* border: 1px solid #D0D0D0; */
    overflow: hidden;
    width: 96%;
}
.graph {
    height: 280px;
    width: 50%; /* border: 1px solid #cccccc; */
}
.statistictitle {
    font-size: 16px;
    float: left;
}
.statisticsurvey {
    float: right;
}
.statisticsurvey span {
    padding: 10px;
}
.number-result {
    width: 50%;
    height: 50%;
}
.number-result span {
    display: block;
    text-align: center;
}
.number-total {
    font-size: 24px;
}
.number-value {
    font-size: 30px;
}
.number-container {
    border: solid 1px #c0c0c0;
    width: 100%;
}
#choice {
    padding: 25px 0 15px 0;
    text-align: center;
}
#choice a {
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 15px;
    background: #eee;
    border: 1px solid #ccc;
    font-size: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#eee));
    background: -moz-linear-gradient(#FFFFFF, #eee);
    background: -ms-linear-gradient(#FFFFFF, #eee);
    background: -o-linear-gradient(#FFFFFF, #eee);
    background: linear-gradient(#FFFFFF, #eee);
}
#choice a:hover {
    color: #c00;
    border: 1px solid #aaa;
    text-decoration: none;
}
/*  ---------------------------------------------- */
.surveyQA table {
    border: 1px solid #d8d8d8;
    width: 100% !important;
}
.surveyQA table td {
    text-align: left;
}
.surveyQA table table {
    border: 0;
}
.surveyQA table table td {
    padding: 10px 20px;
    border-bottom: 1px dotted #d8d8d8;
}
.surveyQA table td div {
    padding-bottom: 20px;
}
/*时间选择 */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
/*时间选择左右箭头定义*/
.dropdown-menu {
    max-height: 315px;
    overflow-y: auto;
}
.dropdown-menu .menu-search {
    display: inline-block;
    width: 75%;
    margin-left: 5px;
}
@media screen and (max-width:1200px){
    .surveyCommonList li{
        padding: 0.2rem 0;
        padding-left: 0.68rem;
        font-size: 0.28rem;
    }
    .surveyCommonList .btns a{
        height: 0.5rem;
        line-height: 0.5rem;
        padding: 0 0.2rem;
    }
    .surveyCommonList .tit{

    }
    .surveyCommonList li {
        background: url(./list.png) 11px 35px no-repeat #fff;
        background-size: 0.3rem 0.3rem;
    }
}