html,body { padding:0; margin:0; height:100%}

@font-face {
    font-family: "fzchsjt";
    src: url("css/fzchsjt/fzchsjt.eot"); /* IE9 */
    src: url("css/fzchsjt/fzchsjt.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("css/fzchsjt/fzchsjt.woff") format("woff"), /* chrome、firefox */
    url("css/fzchsjt/fzchsjt.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    url("css/fzchsjt/fzchsjt.svg#fzchsjt") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'puhui';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_13drfpqy9w4.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_13drfpqy9w4.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/webfont_13drfpqy9w4.woff2') format('woff2'),
    url('//at.alicdn.com/t/webfont_13drfpqy9w4.woff') format('woff'), /* chrome、firefox */
    url('//at.alicdn.com/t/webfont_13drfpqy9w4.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/webfont_13drfpqy9w4.svg#Alibaba-PuHuiTi-Regular') format('svg'); /* iOS 4.1- */
}

body {
    background: #000;
}

#bg {
    position: fixed;
    left: 0;top: 0;
    width: 100%;height: 100%;
    z-index: -1;
    background: url(image/head.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.6;
}
.clr { *zoom:1; clear:both;}
.clr:after { content:"\200B"; display:block; height:0;clear:both; }
.blur {
    -webkit-filter: blur(12px); /* Chrome, Opera */
    -moz-filter: blur(12px);
    -ms-filter: blur(12px);
    filter: blur(12px);
}

#content {
    width: 100%;
    height: 100%;
    max-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    font-family: puhui;
}

#headbanner {
    position: relative;
}

#headbanner img {
    width: 100%;
}

#counter {    
    width:100%;    
    text-align: center;
    line-height: 2em;
}


button {

    border-radius: 8px;    
    font-size: 1.2em;
    font-weight: bold;  
    line-height: 1.8rem;
    /*width: 35%;*/
    font-family: fzchsjt;
    background: #800302;
    color: #fff;
    border: 2px #000 solid;
}

.btn1 { }

.btn2 {
    font-family: puhui;
    font-size: 1rem;
}



/*飘出的小旗*/
.pop_flag {
    position: absolute;
    z-index: 999;
    pointer-events: none;
    display: none;
}


/*表单域样式*/
.inp {
    background: #fff;
    border: 1px silver solid;
    padding: 0.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    
}

.sm {
    font-size: 0.68em;
    padding: .5rem;
}

.counterdesc_sum {
    font-family: fzchsjt;
    color: #500100;
    font-size: 1.15rem;
}


#counter_num{
    color: #AC0310;
    font-weight: bold;
    font-size: 1.3em;
}

#btn_fillform {
    background: #500100;
    color: #fff;
    font-family: puhui;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 2rem;
    height: 2rem;
    text-align: center;
    letter-spacing: 1vw;
    cursor: pointer;
}


.msg {    
    padding: 0 0.5rem;
    background: #fff;
    /*
    border-top: 5px #DCDDDD solid;
    */
}

.msg h4{    
    background: #ffdda0;
    margin: 0 -0.5rem;
    height: 1.8em;
    line-height:1.8em;
    /*
    background-image: url(flag.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    */
    border-bottom: 2px #C80000;
    color: maroon;
    padding-left: 1em;
}

ul#msg_container {
    padding: 0;
    margin: 0;
}

ul#msg_container li{
    list-style: none;
    font-size: 0.9em;
    color: #000;
    border-bottom: 1px #DCDDDD solid;
    margin: 0.1rem 0.2rem;
    padding: 0.4rem 0.2rem;
}
ul#msg_container li .nick{color: #666; font-size: 0.86em;}


/*----------弹窗表单-----------*/
#pop_form {
    position: fixed;
    width: 80%;
    left: 7%;
    bottom: 2rem;
    border: solid 1px #ffe0ac;
    background: #fff8db;
    box-shadow: 3px 3px 6px #666;
    display: block;
    z-index:99;
    padding: 1rem 3%;
    display: none;
}
.form_tag {
    color: maroon;
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 0.4rem;
}

/*2019新增分区的数据*/
#lbs_select {
    margin: 0.2rem 0 0.5rem;
    /*
    text-decoration: underline;
    */
    width: 70% !important;
}

.block_nums {
    float: left;
    width: 12.5%;
    font-size: 8pt;
    text-align: center;
}
.dumps {

        display: none;
    /*display: block;*/
}

@media screen and (max-width: 1000px) {
    .block_nums {
        width: 25%;
        font-size: 0.7rem;
    }
    .dumps {
        display: none;
    }
}

.w30p {
    width: 30% !important;
    margin: 0 1.5% 5px;
}
