body { height: 100%; overflow-y: hidden; overflow-x: auto; }
.wrapper{ height: 100%; overflow-x: auto; padding-top: 0; position: fixed; top: 0; left: 0; bottom: 0; right: 0; }
#afooter, .gp-foot{ display: none; }
.wrapper::-webkit-scrollbar{ display: none; }

@keyframes cloudBottom {
    0% {
        bottom: -10rem;
    }
	30% {
		bottom: 0;
	}
	65% {
		bottom: 0;
	}
    100% {
        bottom: -10rem;
    }
}
@keyframes cloudLeft {
    0% {
        left: -11.25rem;
    }
	30% {
		left: 0;
	}
	65% {
		left: 0;
	}
    100% {
        left: -11.25rem;
    }
}
@keyframes cloudRight {
    0% {
        right: -11.25rem;
    }
	30% {
		right: 0;
	}
	65% {
		right: 0;
	}
    100% {
        right: -11.25rem;
    }
}
@keyframes titShow {
    0% {
        opacity: 0;
    }
    30%{
    	opacity: 1;
    }
    65%{
    	opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes maskAni {
    0% {
        background: rgb(113, 168, 207, .99);
    }
    65%{
    	background: rgb(113, 168, 207, .99);
    }
    80%{
    	background: rgb(113, 168, 207, .5);
    }
    90%{
    	background: rgb(113, 168, 207, 0);
    }
    100% {
        background: rgb(113, 168, 207, 0);
    }
}
@keyframes remindScale {
    0% {
        opacity: .3;
    }
    50%{
    	opacity: 1;
    }
    100% {
        opacity: .3;
    }
}
.map-box { width: 100%; height: 100%; }
.adve-map-box{
	height: 100%;
	position: relative;
    visibility: hidden;
}
.adve-map-box img{
	width: auto;
	height: 100%;
	vertical-align: top;
}
.adve-map-box a{
	display: block;
	position: absolute;
}
.remind-wrap{
	width: 100%;
	height: .4rem;
	position: fixed;
	left: 0;
	bottom: 1.4rem;
}
.remind-wrap .remind-scale{
	width: 8.64rem;
	height: .4rem;
	background: url(//game.gtimg.cn/images/gp/cp/a20230817world/adventure/m/remind-bg.png) no-repeat left center;
	background-size: 100% auto;
	margin: 0 auto;
	animation: remindScale 2s linear infinite;
}
.remind-wrap .remind-scale p{
	color: #E8E8E8;
	font-size: .36rem;
	line-height: .4rem;
	text-align: center;
}
.anim-mask{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
}
.anim-mask.open{
	animation: maskAni ease-in-out 4s;
	pointer-events: all;
}
.anim-mask.open .adve-anim-tit{
	height: 1.9rem;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	opacity: 0;
	animation: titShow ease-in-out 4s;
}
.anim-mask.open .adve-anim-tit.first-slogan{
	width: 6.28rem;
	background: url(//game.gtimg.cn/images/gp/cp/a20230817world/adventure/m/adve-first-slogan.png) no-repeat center top;
	background-size: 100% auto;
	margin-left: -3.14rem;
}
.anim-mask.open .adve-anim-tit.adve-slogan {
	width: 4.68rem;
	background: url(//game.gtimg.cn/images/gp/cp/a20230817world/adventure/m/adventure-slogan.png) no-repeat center top;
	background-size: 100% auto;
	margin-left: -2.34rem;
}
.anim-mask.open .adve-anim-tit.oas-slogan {
	width: 4.68rem;
	background: url(//game.gtimg.cn/images/gp/cp/a20230817world/adventure/m/oasis-slogan.png) no-repeat center top;
	background-size: 100% auto;
	margin-left: -2.34rem;
}
.anim-mask.open .cloud-left{
	width: 100%;
	height: 100%;
	background: url(//game.gtimg.cn/images/gp/cp/a20230817world/adventure/m/cloud-left.png) no-repeat left center;
	background-size: 100% auto;
	position: absolute;
	left: -11.25rem;
	bottom: 0;
	animation: cloudLeft ease-in-out 4s;
}
.anim-mask.open .cloud-right{
	width: 100%;
	height: 100%;
	background: url(//game.gtimg.cn/images/gp/cp/a20230817world/adventure/m/cloud-right.png) no-repeat right top;
	background-size: 100% auto;
	position: absolute;
	right: -11.25rem;
	top: 0;
	animation: cloudRight ease-in-out 4s;
}
.anim-mask.open .cloud-bottom{
	width: 100%;
	height: 10rem;
	background: url(//game.gtimg.cn/images/gp/cp/a20230817world/adventure/m/cloud-bottom.png) no-repeat left top;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	bottom: -10rem;
	animation: cloudBottom ease-in-out 4s;
}

.gp-loadingbox{display: block;}