﻿﻿@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/bg.png) 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 {
    margin-top: 30px;
    background: url(../img/footer.png) center bottom no-repeat #f3f3f3;
    left: 0;
    bottom: 0;
    width: 100%;
}

.section {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    min-width: 925px;
    max-width: 1200px;
    text-align: left;
}

.footer .centerbg {
    background: url(../img/footer_center.png) center left no-repeat;
}

.footer .foot-nav {
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #eceaea;
}

.footer .foot-box {
    padding: 30px 0;
}

.footer .foot-nav a {
    margin: auto 8px;
    color: #1d1d1d;
    font-size: 14px;
}

.footer .foot-nav strong {
    color: #424242;
    font-size: 14px;
    font-weight: 300;
}

.pull-right {
    float: right!important;
}

.links span {
    font: 14px/1.5 "Microsoft YaHei";
}

.footer .foot-nav a {
    margin: auto 8px;
    color: #1d1d1d;
    font-size: 14px;
}

.footer .foot-box .copyright {
    display: block;
    float: left;
    padding-left: 1%;
    width: 70%;
    color: #1d1d1d;
    font-size: 12px;
}

.footer .foot-box .service {
    display: block;
    float: right;
    padding: 10px 0;
    width: 23%;
    border-left: 1px solid #eceaea;
    text-align: center;
}

.footer .foot-box .copyright p {
    line-height: 2.0em;
}

.footer .foot-box .copyright p.gray {
    color: #999;
}

.pull-left {
    float: left!important;
}

.menu_hand {
    display: inline-block;
    position: fixed;
    right: 0px;
    top: 20%;
    color: #000;
    font-size: 14px;
}

.menu_hand>span {
    font-size: 54px;
    width: 54px;
    height: 54px;
    color: #eceaea;
}

.touch_menu {
    height: 100%;
    width: 40px;
    background: none;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 998;
}

.right_menu {
    height: 100%;
    width: 80px;
    background-color: #23527c;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    position: fixed;
    top: 0px;
    right: -80px;
    z-index: 999;
    padding: 120px 0px;
    text-align: center;
    color: #fff;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.right_menu>ul>li {
    position: relative;
}

.right_menu>ul>li>a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    padding: 25px 0px;
}

.right_menu>ul>li>a>span {
    font-size: 25px;
    color: #FFFEFF;
}

.right_menu>ul>li>a>label {
    font-size: 14px;
    display: block;
    cursor: pointer;
}

.bottom {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}

.content {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

.bottom_link {
    background: url(../images/lmtt_6.jpg) repeat-x;
    width: 100%;
    height: 36px;
    text-align: center;
    line-height: 36px;
}

.div_ul {
    width: 385px;
    height: 16px;
    margin: 0 auto;
    padding-top: 10px;
}

.div_w {
    width: 80px;
    line-height: 16px;
    float: left;
    border-right: 1px solid #bb2224;
}

a {
    color: #000;
    text-decoration: none;
}

.BTC {
    text-align: left;
    font-size: 14px;
    width: 1000px;
    margin: 0 auto;
    margin-top: 0px;
    line-height: 25px;
    font-size: 12px;
    margin-top: 5px;
}


/* 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) {
    .container {
        width: 100% !important;
    }
    .content {
        width: 100% !important;
    }
    .div_ul {
        width: 324px !important;
    }
    .BTC {
        width: 100% !important;
        height: 300px !important;
    }
    .dwjg,
    .jicuo {
        float: none !important;
        width: auto !important;
        height: auto !important;
        display: flex;
        justify-content: center;
    }
    .gzpy {
        border: none !important;
        padding: 0 !important;
    }
    .gzpy h2 {
        font-size: 18px !important;
    }
    .gzpyBmqx {
        padding: 0 !important;
    }
    .gzpyCon ul li {
        width: 30% !important;
    }
    .wei_yh2,
    .wei_yh3 {
        margin-left: 0 !important;
    }
    .wei_yh3 p:first-child {
        display: none;
    }
}