@charset "utf-8";
/* CSS Document */
.logo_m{
	width: 40%;
	margin:0 auto;
	padding: 20px 0 ;
		}
.logo_m img{
	width: 100%;
		}
.container_m{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
		}
.footer_m{
	width: 100%;
	height: 160px;
	float: left;
}

.game_group{
    width: 49%;
    height: 49%;
	float: left;
	margin:10px 4px 0px 5px;
}

.w3l-footer {
  /*--//footer--*/
}
.w3l-footer .footer-btn-1 {
    background: url(../img/btn_01.png) no-repeat center;
    background-size: 100%;
    width: 20%;
    padding-bottom: 15%; 
	float: left;
}
.w3l-footer .footer-btn-2 {
    background: url(../img/btn_02.png) no-repeat center;
    background-size: 100%;
    width: 20%;
    padding-bottom: 15%; 
	float: left;
}
.w3l-footer .footer-btn-3 {
    background: url(../img/btn_03.png) no-repeat center;
    background-size: 100%;
    width: 16.666%;
	padding-bottom: 15%; 
	float: left;
}
.w3l-footer .footer-btn-4 {
    background: url(../img/btn_04.png) no-repeat center;
    background-size: 100%;
    width: 20%;
    padding-bottom: 15%; 
	float: left;
}
.w3l-footer .footer-btn-5 {
    background: url(../img/btn_05.png) no-repeat center;
    background-size: 100%;
    width: 20%;
    padding-bottom: 15%; 
	float: left;
}
.w3l-footer .footer-btn-6 {
    background: url(../img/btn_06.png) no-repeat center;
    background-size: 100%;
    width: 20%;
    padding-bottom: 15%; 
	float: left;
}

.footer-bg {
  background-color: #000718;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.main_play{
	width: auto;
	margin-top:50%; 
}
.main_play img{
	height: auto;
	overflow: hidden;
}

.main_black{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 25% 0 50px 0;
    text-align: center;
    background-image: url(../img/bg2.jpg);
    background-size:  cover;
	background-position: center top;
}
.main_gray{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0 30% 0; 
	background-color: #353b48;
	text-align: center;
}
