@charset "utf-8";

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

body {
    background-image: url(../images/2023/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%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.logo {
    width: 184px;
    /*position: absolute;
    top: 20px;
    left: 0;
    overflow: hidden;*/
    padding: 20px 0 0 20px;
}
.logo img {
    width: 100%;
}
.theme{
    width: 78%;
    padding-left: 4%;
}
.theme img {
    width: 100%;
}
.unit{
    width: 28%;
    margin: 0 auto;
}
.unit img {
    width: 100%;
}
.show{
    width: 28%;
    margin: 0 auto;
}
.show img {
    width: 100%;
}
.showTips{
    width: 28%;
    margin: 0 auto;
}
.showTips img {
    width: 100%;
}
.menuBox{
    position: absolute;
    bottom: 0;
    top: 0;
    right: 10px;
    /*width: 120px;
    height: 194px;*/
    
    width: 160px;
    height: 230px;
    margin: auto;
}
.menu{
    position: relative;
}
.menu li{
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
/*.menu li{
    width: 60px;
    height: 56px;
}
.menu li a{
    display: block;
    width: 80%;
    height: 85%;
    margin: auto;
}
.menu li:nth-child(1){
    left: 0;
    top: 0;
}
.menu li:nth-child(2){
    left: 0;
    top: 55px;
}
.menu li:nth-child(3){
    left: 0;
    top: 110px;
}
.menu li:nth-child(4){
    left: 45px;
    top: 27px;
}
.menu li:nth-child(5){
    left: 45px;
    top: 82px;
}
.menu li:nth-child(6){
    left: 45px;
    top: 137px;
}*/
.menu li{
    width: 80px;
    height: 66px;
    background-size: contain;
}
.menu li a{
    display: block;
    width: 80%;
    height: 85%;
    margin: auto;
}
.menu li:nth-child(1){
    left: 0;
    top: 0;
}
.menu li:nth-child(2){
    left: 0;
    top: 65px;
}
.menu li:nth-child(3){
    left: 0;
    top: 130px;
}
.menu li:nth-child(4){
    left: 57px;
    top: 32px;
}
.menu li:nth-child(5){
    left: 57px;
    top: 97px;
}
.menu li:nth-child(6){
    left: 57px;
    top: 162px;
}
.menu li.menu_index{
    background-image: url(../images/2023/menu/menu_index.png);
}
.menu li.menu_index.on{
    background-image: url(../images/2023/menu/menu_index_on.png);
}
.menu li.menu_detail{
    background-image: url(../images/2023/menu/menu_detail.png);
}
.menu li.menu_detail.on{
    background-image: url(../images/2023/menu/menu_detail_on.png);
}
.menu li.menu_voting{
    background-image: url(../images/2023/menu/menu_voting.png);
}
.menu li.menu_voting.on{
    background-image: url(../images/2023/menu/menu_voting_on.png);
}
.menu li.menu_news{
    background-image: url(../images/2023/menu/menu_news.png);
}
.menu li.menu_news.on{
    background-image: url(../images/2023/menu/menu_news_on.png);
}
.menu li.menu_form{
    background-image: url(../images/2023/menu/menu_form.png);
}
.menu li.menu_form.on{
    background-image: url(../images/2023/menu/menu_form_on.png);
}
.menu li.menu_works{
    background-image: url(../images/2023/menu/menu_works_2.png);
}
.menu li.menu_works.on{
    background-image: url(../images/2023/menu/menu_works_on_2.png);
}
.indexQrcode{
    width: 470px;
    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;;
}