* { -webkit-tap-highlight-color: transparent; outline: 0; margin: 0; padding: 0; vertical-align: baseline; box-sizing: border-box;}
body{ font-family: Helvetica;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; vertical-align: baseline; }
img { border: 0 none; vertical-align: top; }
i, em { font-style: normal; }
ol, ul { list-style: none; }
input, select, button, h1, h2, h3, h4, h5, h6 { font-size: 100%; font-family: inherit; }
table { border-collapse: collapse; border-spacing: 0; }
a { text-decoration: none; color: #666; }
body { margin: 0 auto; min-width: 320px; max-width: 640px; height: 100%; font-size: 14px; line-height: 1.5; color: #666; -webkit-text-size-adjust: 100% !important; text-size-adjust: 100% !important; }
input[type="text"], textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

html, body, .page{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body{
	background: url(../images/bg.png) center no-repeat;
	background-size: cover;
}
.page{
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
}
.page-show{
	visibility: visible !important;
	opacity: 1 !important;
}
.img-width > img{
	display: block;
	width: 100%;
}
.home, .map-box, .footer{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}
.home > .img-width{
	position: absolute;
}
.logo{
	top: 4vh;
    left: 4vh;
    width: 28%;
    -webkit-animation-delay: .2s !important;
	animation-delay: .2s !important;
}
.home-1{
    top: 8vh;
    right: 14vw;
    width: 16%;
    -webkit-animation-delay: 2.5s !important;
	animation-delay: 2.5s !important;
}
.home-2{
	top: 26vh;
    left: -12px;
    width: 20%;
    -webkit-animation-delay: 2s !important;
	animation-delay: 2s !important;
}
.home-3{
	top: 45vh;
	right: 2vw;
    width: 24%;
    -webkit-animation-delay: 1.8s !important;
	animation-delay: 1.8s !important;
}
.home-3-1{
    bottom: 4vh;
    left: -5vw;
    width: 28%;
    -webkit-animation-delay: 2.3s !important;
	animation-delay: 2.3s !important;
}
.home-box{
	position: relative;
	width: 100%;
	padding-top: 4vh;
}
.home-4{
	margin-bottom: -5vh;
	-webkit-animation-delay: .6s !important;
	animation-delay: .6s !important;
}
.home-5{
	position: relative;
	-webkit-animation-delay: 1s !important;
	animation-delay: 1s !important;
}
.start-btn{
	position: absolute;
	right: 0;
	bottom: 8%;
	left: 0;
	width: 38%;
	margin: auto;
	background: url(../images/6.1.png) center no-repeat;
	background-size: 100%;
	-webkit-animation-delay: 3.2s !important;
	animation-delay: 3.2s !important;
}
.start-btn:after{
	content: '';
	display: block;
	height: 0;
	padding-top: 23%;
}
.map{
	overflow: hidden;
}
.map-img{
	display: block;
    width: 300vw;
    height: 300vw;
    margin: -65vw 0 0 -100vw;
    transform: translate3d(0, 0%, 0) scale(0);
    	-webkit-transform: translate3d(0, 0%, 0) scale(0);
	/*transform-origin: 50% 30%;
	-webkit-transform-origin: 50% 30%;*/
}
.map-img-on{
	-webkit-animation: mapAni 3s ease-in-out;
 	animation: mapAni 3s ease-in-out;
 	-webkit-animation-fill-mode:both;
 	animation-fill-mode:both;
}
@-webkit-keyframes mapAni{  
    0% {
        transform: translate3d(0, 0%, 0) scale(0);
    	-webkit-transform: translate3d(0, 0%, 0) scale(0);
    }  
    33%{
    	transform: translate3d(0, 10%, 0) scale(1);
		-webkit-transform: translate3d(0, 10%, 0) scale(1);
    }
    100%{
    	transform: translate3d(0, 10%, 0) scale(1);
		-webkit-transform: translate3d(0, 10%, 0) scale(1);
    }
}
@keyframes mapAni{  
    0% {
        transform: translate3d(0, 0%, 0) scale(0);
    	-webkit-transform: translate3d(0, 0%, 0) scale(0);
    } 
    33%{
    	transform: translate3d(0, 10%, 0) scale(1);
		-webkit-transform: translate3d(0, 10%, 0) scale(1);
    } 
    100%{
    	transform: translate3d(0, 10%, 0) scale(1);
		-webkit-transform: translate3d(0, 10%, 0) scale(1);
    }
}
.main-content{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
/*	overflow-y: hidden;
	overflow-x: auto;*/
}
.main-img-bg{
	display: block;
	width: 100%;
}
.main-img-bg > img{
	height: 100%;
}
.main-img-car{
	position: absolute;
	bottom: 100%;
    left: 0;
	width: 100%;
}
.main-img-car > span{
	position: absolute;
	width: 10%;
	background: url(../images/10.1.png) center no-repeat;
	background-size: 100% 100%;
}
.main-img-car > span:after{
	content: '';
	display: block;
	height: 0;
	padding-top: 100%;
}
.car-wheel-1{
	top: 13%;
	left: 22%;
}
.car-wheel-2{
	bottom: 8%;
	left: 22%;
}
.car-wheel > span{
	-webkit-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.car-wheel-ani > span{
	-webkit-animation-play-state: running;
	animation-play-state: running;
}
.main-img-pp{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.main-img-pp > img{
	height: 100%;
}
/*.place-1{
	position: absolute;
	top: 300px;
	right: 10%;
	width: 50px;
	height: 50px;
	background: red;
}*/
.place{
	position: absolute;
}
.place > img{
	display: block;
	height: 100%;
}
.place-1{
	height: 5.2%;
    right: 26%;
}
.place-2{
    height: 3%;
    right: 28%;
}
.place-3{
    height: 4%;
    right: 30%;
}
.place-4{
	height: 4%;
    right: 38%;
}
.place-5{
    height: 4%;
    right: 24%;
}
.place-6{
	height: 3%;
    right: 28%;
}
.place-7{
	height: 2.8%;
    right: 21%;
}
.place-8{
	height: 2.2%;
    right: 22%;
}
.place-btn{
	position: absolute;
	width: 20px;
	background: url(../images/19.png) center no-repeat;
	background-size: cover;
}
.place-btn:after{
	content: '';
	display: block;
	height: 0;
	padding-top: 394%;
}
.place-btn > i{
	display: block;
	position: absolute;
	top: -12%;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: url(../images/20.png) top no-repeat;
	background-size: 100%;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.place-btn > i:before{
	content: '';
    display: block;
    width: 40px;
    height: 40px;
    margin: -12px 0 0 -7px;
    background: url(../images/20_1.png) top no-repeat;
    background-size: 100%;
    -webkit-animation: fadeIn .2s infinite alternate;
    animation: fadeIn .2s infinite alternate;
}
.place-on > .place-btn > i{
	opacity: 1;
}
.place-1 > .place-btn{
    right: 48%;
    bottom: 12%;
}
.place-2 > .place-btn{
	right: 38%;
    bottom: 30%;
}
.place-3 > .place-btn{
    right: 56%;
    bottom: 20%;
}
.place-4 > .place-btn{
    right: 52%;
    bottom: 26%;
}
.place-5 > .place-btn{
	right: 54%;
    bottom: 20%;
}
.place-6 > .place-btn{
	right: 52%;
    bottom: 25%;
}
.place-7 > .place-btn{
	right: 42%;
    bottom: 0;
}
.place-8 > .place-btn{
	right: 32%;
    bottom: 18%;
}
.special-1{
	position: absolute;
	top: 59.3%;
    right: 8%;
    width: 28%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: specialR 1s infinite ease-in-out alternate;
    animation: specialR 1s infinite ease-in-out alternate;
}
.special-1 > img{
	display: block;
	width: 100%;
}
@-webkit-keyframes specialR{  
    0% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }  
    100%{
    	-webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}
@keyframes specialR{  
    0% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }  
    100%{
    	-webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}
.popup{
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width: 135px;
	height: 338px;
	margin: auto;
	opacity: 0;
	background-image: url(../images/22.1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 100%;
	-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
}
.popup-show{
	visibility: visible;
	opacity: 1;
}
.popup-btn{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 22px;
	height: 94px;
	background: url(../images/23.png) center no-repeat;
	background-size: 100%;
	cursor: pointer;
}
.z-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.footer-1{
	position: absolute;
	width: 15% !important;
	bottom: 50%;
    right: 4%;
    -webkit-animation-delay: 2.3s !important;
	animation-delay: 2.3s !important;
}
.footer-2{
	position: absolute;
	bottom: 34%;
    left: 8%;
    width: 20%;
    -webkit-animation-delay: 1.8s !important;
	animation-delay: 1.8s !important;
}
.footer-3{
	position: absolute;
    top: 30%;
    right: 1%;
    width: 22%;
    -webkit-animation-delay: 2s !important;
	animation-delay: 2s !important;
}
.footer-box{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 85%;
    max-height: 600px;
}
.footer-4{
	position: relative;
	width: 100%;
	-webkit-animation-delay: 0.2s !important;
	animation-delay: 0.2s !important;
}
.footer-5{
	width: 76%;
	-webkit-animation-delay: 0.6s !important;
	animation-delay: 0.6s !important;
}
.footer-6{
	width: 100%;
	-webkit-animation-delay: 1s !important;
	animation-delay: 1s !important;
}
.footer-7{
	width: 100%;
	-webkit-animation-delay: 1.4s !important;
	animation-delay: 1.4s !important;
}
.footer-7 > a{
	display: block;
    width: 60%;
	margin: 0 auto;
	background: url(../images/24.png) center no-repeat;
	background-size: 100%;
}
.footer-7 > a:after{
	content: '';
	display: block;
	height: 0;
	padding-top: 21.6%;
}
.flag-box{
	position: absolute;
	bottom: 31%;
    left: 52%;
    height: 20%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation-delay: 1.8s !important;
	animation-delay: 1.8s !important;
}
.flag-box > img{
	display: block;
	height: 100%;
}
.flag-text{
	position: absolute;
	top: 0;
    left: 150%;
    bottom: 0;
    height: 16% !important;
    margin: auto;
    -webkit-animation-delay: 2.5s !important;
	animation-delay: 2.5s !important;
}
.flag-ani{
    position: absolute;
    bottom: -58%;
    left: -190%;
    width: 340%;
}
.flag-ani:after{
	content: '';
	display: block;
	height: 0;
	padding-top: 100%;
}
.flag-ani:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	width: 15%;
	height: 15%;
	margin: auto;
	border-radius: 100px;
	background-color: #e4007f;
}
.flag-ani > i{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	-webkit-animation: circle-opacity 2.1s infinite;
	animation: circle-opacity 2.1s infinite;
}
.flag-ani > i:nth-child(2){
	-webkit-animation-delay: .4s !important;
	animation-delay: .4s !important;
}
.flag-ani > i:nth-child(3){
	-webkit-animation-delay: .8s !important;
	animation-delay: .8s !important;
}
@-webkit-keyframes circle-opacity{  
    from {  
        opacity: 1;  
        -webkit-transform: scale(0.2);
        transform: scale(0.2);  
    }  
    to {  
        opacity: 0;  
        -webkit-transform: scale(1);  
        transform: scale(1);  
    }  
}
@keyframes circle-opacity{  
    from {  
        opacity: 1;  
        -webkit-transform: scale(0.2);
        transform: scale(0.2);  
    }  
    to {  
        opacity: 0;  
        -webkit-transform: scale(1);  
        transform: scale(1);  
    }  
}

.rotateZoom{
	-webkit-animation-name: rotateZoom;
	animation-name: rotateZoom;
}
@-webkit-keyframes rotateZoom{  
    from {  
        opacity: 0; 
        -webkit-transform: rotate(0deg) scale(0);
        transform: rotate(0deg) scale(0);
    }  
    to {    
        opacity: 1;   
        -webkit-transform: rotate(360deg) scale(1);  
        transform: rotate(360deg) scale(1);  
    }  
}
@keyframes rotateZoom{  
   	from {  
        opacity: 0; 
        -webkit-transform: rotate(0deg) scale(0);
        transform: rotate(0deg) scale(0);
    }  
    to {       
        opacity: 1;   
        -webkit-transform: rotate(360deg) scale(1);  
        transform: rotate(360deg) scale(1);  
    }  
}
.leftIn{
	-webkit-animation-name: leftIn;
	animation-name: leftIn;
}
@-webkit-keyframes leftIn{  
    from {  
        opacity: 0; 
        -webkit-transform: translate3d(-100%,100%,0);
    	transform: translate3d(-100%,100%,0);
    }  
    to {
        opacity: 1;   
        -webkit-transform: none;
    	transform: none;
    }  
}
@keyframes leftIn{  
   	from {  
        opacity: 0; 
        -webkit-transform: translate3d(-100%,100%,0);
    	transform: translate3d(-100%,100%,0);
    }  
    to {
        opacity: 1;   
        -webkit-transform: none;
    	transform: none;
    }  
}

.leftRotateZoom{
	-webkit-animation-name: leftRotateZoom;
	animation-name: leftRotateZoom;
}
@-webkit-keyframes leftRotateZoom{  
    from {  
        opacity: 0; 
        -webkit-transform: rotate(-15deg) scale(0);
        transform: rotate(-15deg) scale(0);
    }  
    to {    
        opacity: 1;   
        -webkit-transform: rotate(0deg) scale(1);  
        transform: rotate(0deg) scale(1);  
    }  
}
@keyframes leftRotateZoom{  
   	from {  
        opacity: 0; 
        -webkit-transform: rotate(-15deg) scale(0);
        transform: rotate(-15deg) scale(0);
    }  
    to {       
        opacity: 1;   
        -webkit-transform: rotate(0deg) scale(1);  
        transform: rotate(0deg) scale(1);  
    }  
}

.music{
	width: 0;
	height: 0;
	overflow: hidden;
}
.music-btn{
	position: fixed;
	top: 4%;
	right: 4%;
	z-index: 999;
	width: 30px;
	height: 30px;
	background: url(../images/music.png) center no-repeat;
	background-size: 100%;
}
.music-btn-ant{
    -webkit-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite;
}
@-webkit-keyframes rotating {
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
@keyframes rotating {
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
.load-mask{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background-color: #5ac6ff;
	-webkit-transition: transform .3s;
	transition: transform .3s;
}
.load-mask-hide{
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.load-plan-box{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 200px;
	height: 12px;
	margin: auto;
	padding: 3px;
	border: 1px solid #fff;
	border-radius: 50px;
}
.load-plan{
	width: 0;
	height: 100%;
	border-radius: 50px;
	background-color: #fff;
	-webkit-transition: width .3s;
	transition: width .3s;
}
.load-plan-text{
	position: absolute;
	top: 180%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
}

.prompt{
	visibility: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
	background: url(../images/prompt1.png) center no-repeat;
	background-color: rgba(0,0,0,.8);
	-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
}
.prompt-1{
	background: url(../images/prompt2.png) center no-repeat;
	background-color: rgba(0,0,0,.8);
}

.img-27{
	position: absolute;
    width: 70%;
    right: 10%;
    z-index: 999;
}
.img-28{
	visibility: hidden;
	position: absolute;
	right: 0;
    bottom: 22%;
    left: 0;
    width: 40%;
    z-index: 999;
	margin: auto;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-animation-duration: 3s !important;
	animation-duration: 3s !important;
}
.imgcar{
	visibility: visible;
	-webkit-animation-name: imgcar;
	animation-name: imgcar;
}
@-webkit-keyframes imgcar {
	0%{
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	20%{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100%{
		-webkit-transform: translate3d(300%, 0, 0);
		transform: translate3d(300%, 0, 0);
		visibility: hidden;
	}
}
@keyframes imgcar {
	0%{
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	20%{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100%{
		-webkit-transform: translate3d(300%, 0, 0);
		transform: translate3d(300%, 0, 0);
		visibility: hidden;
	}
}