body{
    background: url("mx20230912_footer.png") center bottom no-repeat,
    url("mx20230912_bg.jpg") 50% 2700px repeat-y,
    #ba0301;
    color: #fdecc3;
    min-width: 1200px;
}

.ppt-container{
    position: relative;
}
.ppt-container .swiper-container{
    margin: 0 50px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

#container{
    min-width: 1200px;
    overflow: hidden;
}
.inner{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
#banner1{
    background: url("mx20230912_banner4.jpg") no-repeat 50% 0;
    height: 1158px;
}
#banner2{
    background: url("mx20230912_banner2.jpg") no-repeat 50% 0;
    height: 1542px;
}

.section-title{
    text-align: center;
    margin: 80px auto 50px;
}
.section-desc{
    font-size: 33px;
    width: 1100px;
    margin: 40px auto 80px;
    color: #fff;
    text-indent: 2em;
    text-shadow: -2px 3px 6px 0 rgba(70, 2, 2, 0.59);
}

#bingo{
}
#bingo .hi{
    position: absolute;
    left: 633px;
    top: -230px;
}
#bingo .bird{
    position: absolute;
    left: -219px;
    top: 100px;
}
#bingo .section-title{
    position: relative;
    margin: 0 auto 50px;
}
#bingoHand{
    position: relative;
    margin-bottom: 85px;
}
#bingoHand .counter{
    font-size: 50px;
}
#bingoHand .counter span{
    color: #fff;
}
#bingoHand .btn{
    position: absolute;
    right: 0;
    top: -74px;
}
#bingoHand .btn .bigger{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
#bingoHand .btn button{
    background: transparent;
    border: 0   ;
}
#bingoHand .btn button img{
    display: block;
}

@keyframes zoomOutBigger {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(3, 3, 3);
        transform: scale3d(3, 3, 3)
    }
    50%, to {
        opacity: 0
    }
}

.zoomOutBigger {
    -webkit-animation-name: zoomOutBigger;
    animation-name: zoomOutBigger
}

#messageNum{
    font-size: 50px;
    color: #fdecc3;
    text-align: center;
    margin-top: 50px;
}
#messageNum span{
    color: #fff;
}

#messageForm{
    border-radius: 10px;
    border: solid 8px #ffff6f;
    padding: 70px 100px 70px 0;
    position: relative;
    background: #fff;
}
#messageForm p{
    margin-bottom: 30px;
    display: flex;
}
#messageForm p label{
    width: 200px;
    font-size: 50px;
    line-height: 70px;
    letter-spacing: 5px;
    text-align: center;
    color: #e32527;
}
#messageForm p input,
#messageForm p textarea,
#messageForm p select{
    flex-grow: 1;
    background: #f3e098;
    border: 0;
    line-height: 70px;
    padding: 0 5px;
}
#messageForm p textarea{
    height: 280px;
}
#messageForm p.submit{
    justify-content: flex-end;
    margin-bottom: 0;
}
#messageForm p.submit button{
    border: 0 none;
    padding: 0 30px;
    font-size: 24px;
    background-color: #e3460f;
    border-radius: 27px;
    color: #ffffff;
}

#topMessageBox .bird{
    position: absolute;
    right: -219px;
    top: -300px;
}
#topMessageBox .message-box{
    border-radius: 10px;
    border: solid 8px #ffff6f;
    background: #fff;
    padding: 50px;
    color: #000;
    max-height: 800px;
    overflow: auto;
}
#topMessageBox .message-box ul{}
#topMessageBox .message-box ul li{
    padding: 20px 0;
    border-bottom: dashed 1px #ccc;
}
#topMessageBox .message-box ul li h4{
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    vertical-align: middle;
}
#topMessageBox .message-box ul li h4::before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 10px;
    vertical-align: middle;

    border: 10px solid transparent;
    border-right: 0;
    border-left: 10px solid #d10000;
}
#topMessageBox .message-box ul li p{
    padding-left: 20px;
}
#newsBox .bird{
    position: absolute;
    left: -380px;
    top: 200px;
}
#newsBox ul{
    overflow: hidden;
    width: 1140px;
    margin: 0 auto;
    color: #fff;
}
#newsBox ul li{
    float: left;
    width: 380px;
    padding: 0 10px;
}
#newsBox ul li .img{
    padding: 10px;
    font-size: 0;
}
#newsBox ul li img{
    background: #23514e;
    width: 100%;
    height: 200px;
}
#newsBox ul li p{
    padding: 10px;
    text-align: center;
    font-size: 18px;
}
#newsBox ul li:hover p{
    color: #fdecc3;
}
#newsBox .more{
    text-align: right;
    margin-top: 80px;
}
#newsBox .more a{
    color: #fdecc3;
    font-family: '楷体', sans-serif;
    font-size: 50px;
    text-decoration: underline;
}



footer{
    min-width: 1200px;
    padding: 50px 0 300px;
    position: relative;
    color: #ffffff;
}
footer h1{
    text-align: center;
    font-size: 70px;
}
footer p{
    font-size: 49px;
    text-align: center;
}
footer p.copy{
    margin-top: 57px;
    font-size: 37px;
}
footer p.copy span{

}