body,html {
		padding:0;margin:0;height:100%;width:100%;background:black;
}

#mainContainer {
    z-index: 900;
    position: fixed;
}

#adContainer {
    width: 100%;
    height: 100%;
    background: black;
}

#div_iframe_game {
    width: 100%;
}

#iframe_game {
    width: 100%;
    height: 100%;
}

#game_banner {
    width: 100%;
    justify-content: center;
    display: flex;
    position: fixed;
		background:#fff;
}

#div_afc_Content{
	width: 100%; height: 100%; overflow: visible; z-index: 999; background: #3d88d6; position: absolute; top: 0px; left: 0px;
}

@media screen and (orientation:portrait) {
	#game-info{
		font-family: Roboto-Medium; font-size: 17px; position: relative; display: block; z-index: 999; color: #cccccc; padding: 2rem; top: 30px; margin: 0 auto; text-align: center;
	}
}
@media screen and (orientation:landscape) {
	#game-info{
		display: none;
	}
}

#button_afc_Content{
	margin: 0px auto 20px; position: relative; background: rgb(102, 102, 102); font-size: 1em; display: block; width: 40%; color: white; border: 0.125rem solid rgb(255, 255, 255); border-radius: 0.5rem;
}

.btn_afc_play_span{
	font-family: Roboto-Medium; font-size: 24px; position: relative; display: block; z-index: 9;
}

#afc_progress{
	width: 100%; height: 100%; border-radius: 0.5rem; position: absolute; left: 0px; top: 0px; background: #009a44;
}

#afc_section{
	position: relative; background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 100%; text-align: center; display: block;
}

#div_afc_adContainer{
	overflow: hidden; background: rgb(255, 255, 255); display: block;
}

.img_tap_game {

    opacity: 0.1;                                   /* 不透明度 */
    overflow: hidden;                               /* 溢出隐藏 */
   /* margin: 25% auto; */                              /* 外边距 */
  
    /* IE10、Firefox and Opera，IE9以及更早的版本不支持 */
    animation-name: breath;                         /* 动画名称 */
    animation-duration: 1200ms;                         /* 动画时长3秒 */
    animation-timing-function: ease-in-out;         /* 动画速度曲线：以低速开始和结束 */
    animation-iteration-count: infinite;            /* 播放次数：无限 */
 
    /* Safari and Chrome */
    -webkit-animation-name: breath;                 /* 动画名称 */
    -webkit-animation-duration: 1200ms;                 /* 动画时长3秒 */
    -webkit-animation-timing-function: ease-in-out; /* 动画速度曲线：以低速开始和结束 */
    -webkit-animation-iteration-count: infinite;    /* 播放次数：无限 */
}
 
@keyframes breath {
    from { opacity: 0.1; }                          /* 动画开始时的不透明度 */
    50%  { opacity:   1; }                          /* 动画50% 时的不透明度 */
    to   { opacity: 0.1; }                          /* 动画结束时的不透明度 */    
}
 
@-webkit-keyframes breath {
    from { opacity: 0.1; }                          /* 动画开始时的不透明度 */
    50%  { opacity:   1; }                          /* 动画50% 时的不透明度 */
    to   { opacity: 0.1; }                          /* 动画结束时的不透明度 */
}


/* -------------- splash -------------- */
/* -------------- splash -------------- */

.splash_container{
    font-size: 1.2rem;
    box-sizing: inherit;
    display: flex;
    flex-direction: column;
    background: linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab) 0 0/200% 200%;
    animation: pluto-gradient 60s ease 0s infinite normal none running;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	align-items: center;
	justify-content: flex-end;
}
@media (orientation: landscape) {
	.splash_container{
		font-size: 0.72rem;
	}
}


.box{
	display: inline-block;
	height: 10%;
	width: 100%;
	float:left;
	position: relative;
	transition: all .2s ease;
	bottom: 12%;
}


/* MEDIA QUERIES */
@media (max-width: 700px){
	.box{
		width: 50%;
	}
}

@media (max-width: 420px){
	.box{
		width: 100%;
	}
}


/* -------------- loader3 -------------- */

.loader3{
	width: 100%;
	height: 50%;
	text-align: center;
}

.loader3:before{
	content: "";
	color: #fff;
	font-family:  Lato,"Helvetica Neue" ;
	position: absolute;
	width: 100%;
	height: 48%;
	line-height: 20px;
	left: 0;
	top: 25%;
	background-color: #ffffff;
	z-index: 0;
}
.loader3:after{
content: "LOADING...";
	color: #fff;
	position: absolute;
	background-color: #00ff3b;
	top: 31%;
	left: 0px;
	height: 36%;
	width: 100%;
	z-index: 1;
	opacity: 1;
	-webkit-transform-origin:  100% 0%;
			transform-origin:  100% 0% ;
	-webkit-animation: loader3 8.7s ease-in-out infinite;
			animation: loader3 8.7s ease-in-out infinite;
}

@-webkit-keyframes loader3{
    0%{width: 0px;}
    70%{width: 100%; opacity: 1;}
    90%{opacity: 1; width: 100%;}
    100%{opacity: 1;width: 100%;}
}

@keyframes loader3{
    0%{width: 0px;}
    70%{width: 100%; opacity: 1;}
    90%{opacity: 1; width: 100%;}
    100%{opacity: 1;width: 100%;}
}

/* -------------- thumbnail-box -------------- */

.splash-thumbnail-name-box{
	-webkit-font-smoothing: antialiased;
    color: #eee;
    font-weight: 400;
    line-height: 1.43;
    font-family: Helvetica,Arial,sans-serif;
    box-sizing: inherit;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align: center;
}

.splash-game-thumbnail{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    margin: 4px;
}
.game-thumbnail{

	
    width: 120px;
    height: 120px;
    border-radius: 4px;
    box-shadow: 0 1px 2px transparent;
    border: 2px solid hsla(0,0%,100%,.9);
    background: url("180x180.png") 0% 0% / cover;
}
.splash-text-wait{
	top:5px;
	font-size: 1rem;
	color:black;
}
    