﻿@charset "utf-8";

/* CSS Document */
*+html * {
    padding: 0;
    margin: 0;
}

* {
    margin: 0px;
    padding: 0px;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
    /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

*html .clear {
    height: 1%;
}

.cl {
    clear: both;
}

img {
    border: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
table {
    padding: 0;
    margin: 0;
}

ul,
li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    border: 0px;
}

button {
    cursor: pointer;
}

body {
    background: url(../img/bg2021.jpg) no-repeat center top #fff;
    width: 100%;
    height: 100%;
    font-family: "宋体,微软雅黑";
    background-size: contain;
}

.fontFamilySong {
    font-family: 宋体, SimSun;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

textarea {
    width: 100%;
}

.container {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    height: auto;
    border: 1px solid #ebebeb;
    border-top: none;
    padding-top: 10px;
	margin-top:22%;
}

.gzpy {
    height: auto;
    width: 95%;
    border: 1px solid #ccc;
    margin: 0 auto;
    line-height: 26px;
    padding: 16px;
}

.gzpyBmqx {
    padding: 15px;
}

.gzpyTitle {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #f5eeea;
    width: 100%;
    color: #666666;
}

.gzpyCon {
    height: auto;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
}

.gzpyCon ul li {
    float: left;
    width: 110px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #e6e6e6;
    text-align: center;
    padding: 10px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gzpyCon ul li:hover {
    background: #f5f5f5;
    color: red;
    cursor: pointer;
}


/* 调查问卷页面 */
.questionTitle {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px dashed #e6e6e6;
}

.questionCon {
    margin-top: 10px;
    padding: 10px;
}

.saveBtn {
    width: 140px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    border-radius: 6px;
    padding: 8px 16px;
    font-weight: normal;
    white-space: nowrap;
    vertical-align: middle;
    color: #fff;
    background: #0067c3;
    border-color: #0067c3;
    margin-left: 20px;
}


/* 结果页面 */
.resultList {
    padding: 10px;
}

.resultList p {
    font-size: 12px;
    margin: 8px 0;
}

.resultListRateBar {
    display: inline-block;
    width: 400px;
    border: 1px solid #c5c5c5;
    height: 18px;
    vertical-align: middle;
}

.resultList .resultListName {
    display: inline-block;
    width: 40%;
}

.resultListRateBar .rateBar {
    background-color: #37b937;
    height: 18px;
    width: 100px;
    display: inline-block;
}

.questionCon .prompt {
    font-size: 20px;
    text-align: center;
    color: red;
    font-weight: bold;
}


/* buttom */

.footer{background: #fff;}
.footer .links{margin: 17px auto 17px;width: 760px;}
.footer .links select{width: 208px;height: 28px;line-height: 28px;margin-right: 60px;}
.footer .links .last{margin-right: 0;}
.footer .footer-content{position: relative;padding-top: 15px;padding-bottom: 20px;text-align: center;font-size: 14px;line-height: 26px;color: #000;}
.footer .footer-content a{color: #000;}
.footer .footer-content #_span_jiucuo img{width: 85px;padding-top: 5px;}
.footer .footer-content #bszs img{width: 60px;}
.footer .help{position:absolute;right:0;top:20px;}
.footer .help span{float:left;display: block;}
.footer .container {
	margin-top: 0px;
}

/* qrcode */


.wzewm {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

#qrcode {
    display: block;
    margin-top: 20px;
}

#qrcode img {
    width: 180px;
}


@media only screen and (max-width: 768px) {
	.footer .footer-content {
		padding-top: 80px !important;
	}

	.footer .help {
		right: 28% !important;
		top: 0px !important;
	}
	
    .container {
        width: 100% !important;
    }

    .content {
        width: 100% !important;
    }


    .gzpy {
        border: none !important;
        padding: 0 !important;
    }

    .gzpy h2 {
        font-size: 18px !important;
    }

    .gzpyBmqx {
        padding: 0 !important;
    }

    .gzpyCon ul li {
        width: 30% !important;
    }

}