.pagination .total-page,
.theme-pagination .total-page{
    padding: 6px 0;
    text-align: center;
}
.pagination .total-page span,
.theme-pagination .total-page span{
    display: inline-block;
    margin-right: 20px;
    color: #707070;
    font-size: 14px;
}
.pagination .total-page span b,
.theme-pagination .total-page span b{
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    margin: 0 3px;
    font-size: 14px;
}
.page-wrap{
    text-align: center;
    padding: 5px 0 13px;
    font-size: 0;
}
.page-wrap a{
    font-size: 14px;
    color: #707070;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    display: inline-block;
    _display: inline;
}
.page-wrap .page-num{
    margin-right: 2px;
    padding: 0 8px;
}
.page-wrap .current{
    background-color: #60bbc3!important;
    color: #fff;
}
.page-wrap .page-num:hover{
    background-color: #e5e5e5;
}
/* 模拟的下拉框 */
.simulate-select{
    margin-top: 9px;
    position: relative;
    font-size: 14px;
    width: 235px;
}
.simulate-select .select-state{
    float: left;
    line-height: 32px;
    margin-right: 9px;
    color: #898989;
}
.simulate-select .select-header{
    border: 1px solid #c9c9c9;
    height: 30px;
    padding-right: 26px;
    position: relative;
    background-color: #fff;
    _background-color: #f26f9d;
    cursor: pointer;
    float: left;
}
.simulate-select .select-header input{
    border: 0;
    outline: none;
    height: 20px;
    *height: 18px;
    padding: 5px 0px 5px 18px;
    width: 192px;
    cursor: pointer;
}
.simulate-select .select-header input:disabled{
    background-color: #fff;
}
.simulate-select .select-header i{
    position: absolute;
    top: 11px;
    right: 7px;
    background: url("../../images/select-jiantou.png") no-repeat 0 0;
    width: 9px;
    height: 5px;
}
.simulate-select .select-option{
    position: absolute;
    top: 31px;
    left: 0;
    border: 1px solid #c9c9c9;
    width: 237px;
    max-height: 190px;
    _height: 10px;
    z-index: 10000;
    zoom: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
}
.simulate-select .y-scroll::-webkit-scrollbar {
    width: 8px;
    /*    background-color: #c9c9c9;*/
}
.simulate-select .y-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,.5);
}
.select-option ul{
    _position: absolute;
    background-color: #eeeeee;
    _width: 237px;
    _overflow: hidden;
    display: none;
}
.select-option ul li{
    cursor: pointer;
    background-color: #eeeeee;
    height: 22px;
    line-height: 22px;
    color: #898989;
    padding-left: 18px;
    padding-right: 7px;
    /*width: 200px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select-option ul li:hover, .select-option ul .active{
    background-color: #dcdcdc;
}

/* 在线调查 */
.online-survey{
    margin-top: 10px;
    background-color: #dcdcdc;
    font-size: 14px;
    color: #595757;
}
.online-survey input, .online-survey textarea{
    font-size: 14px;
    color: #595757;
}
.online-survey .survey-title{
    height: 49px;
    line-height: 49px;
    background-color: #64b2e3;
    padding-left: 50px;
    position: relative;
}
.online-survey .survey-title i,
.list-search .search-time .start-calendar{
    background: url("../../images/surey-icon.png") no-repeat;
    _background: url("../../images/survey-icon-ie.png") no-repeat;
}
.survey-title .survey-page-icon{
    background-position: 0 0;
    width: 20px;
    height: 22px;
    position: absolute;
    top: 15px;
    left: 25px;
}
.online-survey .survey-title h2{
    color: #fff;
    font-size: 16px;
}
.survey-border{
    border: 1px solid #b5b5b5;
    border-top: none;
}

/* 在线调查--调查页面 */
.survey-page .page-title{
    padding-bottom: 33px;
    background-color: #fff;
}
.survey-page .page-title h3,
.survey-result .result-title h3,
.survey-detail .result-title h3{
    font-size: 16px;
    color: #64b2e3;
    text-align: center;
    padding: 19px 0 5px;
    height: 30px;
    line-height: 30px;
}
.survey-page .page-title p{
    text-indent: 2em;
    line-height: 26px;
    padding: 0 20px;
}
.online-section{
    margin-top: 2px;
    padding-bottom: 10px;
    background-color: #fff;
}
.online-section .online-problem{
    padding: 7px 0 0 28px;
}
.online-section .online-problem b{
    font-size: 28px;
    font-weight: normal;
}
.online-section .online-problem span{
    font-size: 14px;
    vertical-align: top;
    margin-top: 13px;
    display: inline-block;
    _display: inline;
    _zoom: 1;
}
.easysite-multiple-module{
    margin-top: -20px;
}
.easysite-multiple-module .online-problem span{
    margin-bottom: 10px;
    padding-left: 65px;
    font-size: 12px;
}
.online-answer{
    font-size: 14px;
    padding-left: 60px;
    padding-bottom: 20px;
}
.online-answer p.radio-content{
    padding: 7px 0;
}
p.radio-content label{
    cursor: pointer;
    margin-right: 20px;
}
p.radio-content label input{
    display: inline-block;
    margin-right: 9px;
    vertical-align: middle;
    margin-top: -2px;
}
p.radio-content input.sex-other{
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    width: 228px;
    border: 1px solid #c9c9c9;
    margin-left: 10px;
}
.online-answer .simulate-select{
    margin-top: 7px;
    z-index: 10001;
}
.online-answer .select-option li{
    height: 30px;
    line-height: 30px;
}
.online-answer .select-option li:nth-child(odd){
    background-color: #f2f2f2;
}
.online-answer .select-option li:nth-child(even){
    background-color: #fff;
}
.online-answer textarea{
    padding: 5px 0 0 5px;
    width: 60%;
    height: 100px;
}
.form-page-sub{
    margin-top: 2px;
    background-color: #fff;
    padding: 14px 0;
}
.form-page-sub .check-code{
    float: left;
    padding-left: 26px;
}
.form-page-sub .check-code span{
    display: inline-block;
    _display: inline;
    zoom: 1;
}
.form-page-sub .check-code input{
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    width: 75px;
    border: 1px solid #c9c9c9;
    margin-left: 10px;
}
.form-page-sub .check-code img{
    width: 64px;
    height: 30px;
    border: 1px solid #000;
    vertical-align: top;
    display: inline-block;
    _display: inline;
    zoom: 1;
}
.form-page-sub .submit-btns{
    float: right;
    margin-right: 20px;
}
.form-page-sub .submit-btns label{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 16px;
    margin-right: 20px;
    border-radius: 6px;
    padding: 0 21px;
}
.form-page-sub .submit-btns input{
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    cursor: pointer;
    outline: 0;
    border: 0;
}
.form-page-sub .submit-btns .sub-page{
    border: 1px solid #64b24f;
    color: #64b24f;
}
.form-page-sub .submit-btns .sub-page:hover,
.submit-btns .sub-page:hover input{
    background-color: #64b24f;
    color: #fff;
}
.form-page-sub .submit-btns .reset-page{
    border: 1px solid #cf2424;
    color: #cf2424;
}
.form-page-sub .submit-btns .reset-page:hover,
.submit-btns .reset-page:hover input{
    background-color: #cf2424;
    color: #fff;
}

/* 在线调查统计结果页面 */
.online-survey .survey-title .survey-result-icon{
    background-position: 0 -31px;
    width: 24px;
    height: 20px;
    position: absolute;
    top: 14px;
    left: 19px;
}
.survey-result{
    margin-bottom: 20px;
}
.survey-result .result-title,
.survey-detail .result-title{
    background-color: #fff;
}
.survey-result .result-title .result-view,
.survey-detail .result-title .result-view{
    text-align: right;
    padding: 0 10px 17px 0;
}
.survey-result .online-section .online-problem{
    padding: 7px 20px 6px 28px;
    position: relative;
}
.survey-result .online-section{
    padding-bottom: 20px;
}
.easysite-chart-icon{
    position: absolute;
    right: 20px;
    top: 23px;
}
.easysite-chart-icon span{
    background: url("../../images/chart-icon.png") no-repeat;
    _background: url("../../images/chart-icon-ie.png") no-repeat;
    display: inline-block;
    margin-right: 17px;
    margin-top: 0!important;
    cursor: pointer;
}
.easysite-chart-icon .easysite-column{
    background-position: 0 -24px;
    width: 16px;
    height: 13px;
}
.easysite-chart-icon .easysite-column:hover{
    background-position: -42px -24px;
}
.easysite-chart-icon .easysite-pie{
    background-position: 0 0;
    width: 15px;
    height: 15px;
    margin-top: -1px!important;
}
.easysite-chart-icon .easysite-pie:hover{
    background-position: -45px 0;
}
.easysite-look-info{
    display: block;
    height: 16px;
    line-height: 16px;
    background-color: #eeeeee;
    color: #7bbbe4;
}
.easysite-votenum{
    color: #E69D62;
    font-size: 16px;
    font-weight: bold;
}
.result-title .result-view span{
    padding-right: 23px;
}
.survey-result .percent-content{
    padding: 6px 75px 6px 63px;
    position: relative;
}
.survey-result .percent-content:after,
.survey-detail .online-section:after,
.theme-content .th-row:after,
.theme-content .td-row:after,
.easysite-rlt-section:after,
.simulate-select:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.survey-result .percent-content,
.survey-detail .online-section,
.theme-content .th-row,
.theme-content .td-row,
.easysite-rlt-section,
.simulate-select{
    zoom: 1;
}
.percent-content .statis-progress{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #a2d6f6;
    position: relative;
    margin: 8px 15px 8px 0;
}
.percent-content .statis-progress .progress-bar{
    position: absolute;
    top: -7px;
    height: 100%;
    overflow: hidden;
    height: 16px;
    line-height: 16px;
    background-color: #5692e3;
}
.percent-content .statis-key{
    margin-bottom: 10px;
}
.percent-content .statis-num{
    margin: 0px 15px 0 15px;
}
.percent-content .statis-percent{
    float: inherit;
    position: absolute;
    top: 26px;
    right: 28px;
}
.result-content .online-answer{
    padding-left: 0;
    padding-bottom: 0;
}
.result-content .online-answer .view-detail{
    display: block;
    padding: 12px 0 20px 60px;
    color: #64b2e3;
}
.result-content .online-answer .view-detail:hover{
    color: #5692e3;
}

/* 统计结果详情页面 */
.survey-result-detail{
    background-color: #eeeeee;
}
.easysite-result-pro{
    background-color: #fff;
    color: #000;
    padding: 12px 10px 12px 25px;
}
.easysite-result-pro b{
    font-size: 28px;
}
.easysite-result-pro span{
    font-size: 16px;
    display: inline-block;
    margin-top: -7px;
    vertical-align: middle;
}
.easysite-rlt-section{
    background-color: #fff;
    margin-top: 2px;
    padding: 8px 30px 8px 88px;
    color: #595757;
}
.easysite-rlt-section .easysite-num{
    float: left;
    margin-left: -88px;
    width: 67px;
    line-height: 24px;
    text-align: right;
    font-size: 20px;
}
.easysite-result-info{
    float: left;
    line-height: 24px;
    width: 100%;
    border-left: 1px solid #eeeeee;
}
.easysite-result-info .easysite-anwser{
    font-size: 14px;
    padding-left: 20px;
}
.easysite-result-info .easysite-anwser-time{
    font-size: 12px;
    text-align: right;
    margin-top: 5px;
}

/* 在线调查问卷列表页 */
.online-survey .survey-title .survey-list-icon{
    background-position: 0 -58px;
    width: 17px;
    height: 22px;
    position: absolute;
    top: 14px;
    left: 22px;
}
.list-search{
    background-color: #fff;
    padding: 14px 20px;
    margin-bottom: 2px;
}
.list-search .search-theme,
.list-search .search-time,
.list-search .search-btn{
    float: left;
}
.list-search .search-theme{
    margin-top: 0px;
    *margin-right: 10px;
    _margin-right: 0;
}
.list-search .search-theme input{
    height: 20px;
    line-height: 20px;
    padding: 5px;
    border: 1px solid #c9c9c9;
    width: 240px;
}
.list-search .search-time{
    margin-left: 12px;
    width: 148px;
    padding-right: 38px;
    border: 1px solid #c9c9c9;
    height: 30px;
    position: relative;
    *overflow: hidden;
}
.list-search .search-time .inp-txt{
    width: 95%;
    *width: 90%;
    border: 0;
    outline: 0;
    padding: 5px;
    height: 20px;
    zoom: 1;
    *display: inline-block;
}
.list-search .search-time span{
    height: 30px;
    width: 38px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-left: 1px solid #c9c9c9;
    text-align: center;
    vertical-align: middle;
}
.list-search .search-time .start-calendar{
    background-position: -28px -16px;
    width: 22px;
    height: 23px;
    display: inline-block;
    margin-top: 3px;
}
.list-search .search-time .start-calendar:hover{
    background-position: -28px -76px;
}
.list-search .search-btn{
    margin-left: 10px;
}
.list-search .search-btn label{
    padding: 0 25px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    border-radius: 6px;
    border: 1px solid #64b24f;
    color: #64b24f;
    cursor: pointer;
}
.list-search .search-btn input{
    background-color: #fff;
    color: #707070;
    border: 0;
    cursor: pointer;
    outline: 0;
    height: 27px;
}
.list-search .search-btn label:hover{
    background-color: #64b24f;
    color: #fff;
}
.list-search .search-btn label:hover input{
    background-color: #64b24f;
    color: #fff;
}
.list-search .simulat-select-wrap{
    float: left;
    margin-left: 10px;
}
.list-search .simulate-select{
    margin-top: 0;
    width: 82px;
}
.list-search .simulate-select .select-header{
    width: 54px;
}
.list-search .simulate-select .select-header input{
    width: 54px;
    padding-left: 10px;
}
.list-search .simulate-select .select-option{
    width: 80px;
    background-color: #fff;
}
.list-search .select-option ul li{
    padding-left: 10px;
}
/*.list-search .select-option ul{
    width: 80px;
}*/
.list-search .select-option ul li{
    background-color: #fff;
}
.theme-content{
    *overflow: hidden;
    *zoom: 1;
    width: 100%;
    overflow: hidden;
}
/*.theme-content .th-row,
.theme-content .td-row{
    margin-bottom: 6px;
}*/
.theme-content .th-row span,
.theme-content .td-row span{
    float: left;
    text-align: center;
    color: #000;
    font-size: 16px;
}
.theme-content .th-row span{
    height: 36px;
    line-height: 36px;
}
.theme-content .td-row span,
.theme-content .td-row .operation{
    color: #595757;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}
.theme-content .td-row .theme{
    text-align: left;
}
.theme-content .td-row:nth-child(odd){
    background-color: #f3f3f3;
}
.theme-content .td-row:nth-child(even){
    background-color: #ffffff;
}
.theme-content .td-row:hover{
    background-color: #e5e5e5!important;
}
.theme-content .th-row{
    background-color: #f3f3f3;
}
.theme-content .serial{
    width: 6%;
}
.theme-content .theme{
    width: 25%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.theme-content .start-time,
.theme-content .end-time{
    width: 15%;
}
.theme-content .status{
    width: 10%;
}
.theme-content .operation{
    width: 28.5%;
}
.theme-content .td-row .operation{
    float: left;
    text-align: center;
}
.td-row .operation a{
    display: inline-block;
}
.td-row .operation a.join-survey{
    color: #595757;
    margin-right: 20px;
}
.td-row .operation a.look-result{
    color: #70b7e4;
}
.theme-pagination{
    background-color: #fff;
    text-align: right;
    margin-top: 2px;
}
.theme-pagination .page-wrap,
.theme-pagination .total-page,
.theme-pagination .jump-page{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.theme-pagination .page-wrap{
    padding: 9px 0;
    *padding: 9px 0;
}
.theme-pagination .total-page{
    margin: 0 10px;
    padding: 9px 0;
}
.theme-pagination .jump-page{
    vertical-align: top;
    zoom: 1;
    padding: 6px 0;
    *padding: 4px 0 6px;
    background-color: #fff;
}
.theme-pagination .jump-page .page-text{
    width: 34px;
    padding: 3px 2px;
    height: 16px;
    *height: 10px;
    border: 1px solid #c9c9c9;
    background-color: #ffffff;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 12px;
    font-size: 12px;
    text-align: center;
}
.theme-pagination .jump-page .jump-btn{
    height: 26px;
    line-height: 24px;
    background-color: #fff;
    font-size: 14px;
    margin: 0 20px;
    padding: 0 16px;
    border-radius: 6px;
    border: 1px solid #707070;
    color: #707070;
    outline: 0;
    cursor: pointer;
}
.theme-pagination .jump-page .jump-btn:hover{
    background-color: #64b24f;
    color: #fff;
}
.jump-page .jump-btn:hover input{
    background-color: #64b24f;
    color: #fff;
}

/* 在线调查详情页面 */
.survey-detail .online-section{
    padding: 20px 0;
}
.survey-detail .online-section .online-problem{
    padding: 0 0 0 28px
}
.survey-detail .online-section .detail-pro{
    float: left;
}
.survey-detail .online-section .detail-result{
    float: left;
    margin-left: 50px;
    height: 37px;
    line-height: 45px;
}
.survey-detail .online-answer{
    padding: 10px 10px 10px 60px;
}
.survey-detail .r-multiple{
    display: block;
    line-height: 30px;
    margin-right: 60px;
}
