﻿@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/bg2022max.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 */

.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;
    }
}