@charset "utf-8";

body,
html {
    width: 100%;
    height: 100%;
}

body {
    background-image: url(../images/2025/bg.png);
    -webkit-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.wrap {
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
/*    overflow-y: scroll;*/
}

.logo {
    width: 100%;
    text-align: center;
    padding-top: 36px;
    /*position: absolute;
    top: 20px;
    left: 0;
    overflow: hidden;*/
    /*padding: 20px 0 0 20px;*/
}
.logo img {
    width: 298px;
}
.slogan{
    padding-top: 90px;
    width: 100%;
    text-align: center;
}
.slogan img {
    width: 1287px;
}
.unit{
    width: 100%;
    text-align: center;
    padding-top: 80px;
}
.unit p{
    font-size: 20px;
    color: #fff;
}
.qrcode-box{
    width: 100%;
}
.show{
    width: 28%;
    margin: 0 auto;
}
.show img {
    width: 100%;
}
.showTips{
    width: 28%;
    margin: 0 auto;
}
.showTips img {
    width: 100%;
}
.menuBox{
    width: 100%;
    height: 35px;
    margin: auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-top: 50px;
    position: sticky;
    z-index: 1;
}
.menu{
    display: flex;
    justify-content: space-between;
    width: 880px;
    height: 55px;
    margin: 0 auto;
}
.menu li{
    width: 163px;
    height: 55px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.menu li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.menu li.menu_index{
    background-image: url(../images/2025/btn-index.png);
}
.menu li.menu_index.on{
    background-image: url(../images/2025/btn-index-on.png);
}
.menu li.menu_detail{
    background-image: url(../images/2025/btn-detail.png);
}
.menu li.menu_detail.on{
    background-image: url(../images/2025/btn-detail-on.png);
}
.menu li.menu_voting{
    background-image: url(../images/2025/btn-voting.png);
}
.menu li.menu_voting.on{
    background-image: url(../images/2025/btn-voting-on.png);
}
/*.menu li.menu_news{
    background-image: url(../images/2025/btn-news.png);
}*/
/*.menu li.menu_news.on{
    background-image: url(../images/2025/btn-news-on.png);
}*/
.menu li.menu_form{
    background-image: url(../images/2025/btn-form.png);
}
.menu li.menu_form.on{
    background-image: url(../images/2025/btn-form-on.png);
}
/*.menu li.menu_works{
    background-image: url(../images/2025/btn-works_2.png);
}*/
/*.menu li.menu_works.on{
    background-image: url(../images/2025/btn-works_on_2.png);
}*/
.indexQrcode{
    width: 30%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 40px;
}
.indexQrcode .qrcodeBox{
    width: 140px;
    float: left;
    text-align: center;
    margin-right: 20px;
}
.indexQrcode .qrcodeBox:last-child{
    margin-right: 0;
}
.indexQrcode .qrcode{
    width: 110px;
    margin-bottom: 8px;
}
.indexQrcode .qrcodeBox .text{
    width: 110px;
}
.indexQrcode .qrcodeBox:nth-child(2) .text{
    width: 140px;
}
.indexQrcode .qrcodeBox:nth-child(3) .text{
    width: 146px;;
}