@charset "utf-8";
*{
	padding: 0;
	margin:0;
}
a{font-size: 0}
.event_wrap{min-width: 1370px;text-align: center;background: #232323;}
.event_wrap>div{position: relative;display: flex;justify-content: center;}
.event_wrap img{display: inline;width: auto}
.bg{display: none !important;position: fixed !important;top: 0;left: 0;right: 0;bottom: 0;background: #000;opacity: 0.8;z-index: 98;}
.end{display: none !important;position: fixed !important;top: 30%;z-index: 99;width: 100%;height: 100%;color: #fff;font-size: 80px;text-align: center;line-height: 2;}
.end strong{font-weight: bold;}
.event_end .bg,.event_end .end{display: block !important;}
/* .btn_wrap{position: absolute;left: 0;width: 100%;height: 6%;}
.btn_wrap a{display: inline-block;width: 100%;height: 100%;} */
.btn_wrap a span{display: none;}
.box1,.box3,.box5{background: #00593D; }
.box2,.box4{background: #FDC611;}
.box3{flex-direction:column;align-items:center}

@media screen and (max-width: 764px){
	.event_wrap{min-width:0;}
	.event_wrap img:not(.btn_wrap img){width: 100%}
}
