* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

a{text-decoration: none;}

ul,
ul li {
    width: 100%;
    height: 100%;
    list-style: none;
}

ul {
    position: relative;
}

.layer {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
}

.background {
    width: 100%;
    height: 100%;
    background: #222538;
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3.39rem;
    margin-top: -8.6rem;
}
.stars{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7.8rem;
    margin-top: -10rem;
    width: 14.35rem;
    height: 10.53rem;
    background: url(../images/stars.png) center center no-repeat;
    background-size: 100% 100%;
}
.flag{
    position: absolute;
    left: 105%;
    top: 60%;
    width: 1.39rem;
    height: 1.42rem;
    background: url(../images/flag.png) center center no-repeat;
    background-size: 100% 100%;
}
.planet{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12.04rem;
    margin-top: 1.5rem;
    width: 24.08rem;
    height: 24.08rem;
    background: url(../images/planet.png) center center no-repeat;
    background-size: 100% 100%;
}
.text{
    width: 6.78rem;
    height: 16.34rem;
    position: relative;
    z-index: 1000;
}
.shine{
    position: absolute;
    width: 3.98rem;
    height: 6.19rem;
    background: url(../images/shine.png) center center no-repeat;
    background-size: 100% 100%;
}
.shine1{
    left: -20%;
    top: -2%;
    animation: opacity-change 1s ease-in-out infinite;
    -webkit-animation: opacity-change 1s ease-in-out infinite;
    -moz-animation: opacity-change 1s ease-in-out infinite;
    -o-animation: opacity-change 1s ease-in-out infinite;
}
.shine2{
    left: 100%;
    top: 20%;
    animation: opacity-change 1.7s ease-in-out infinite;
    -webkit-animation: opacity-change 1.7s ease-in-out infinite;
    -moz-animation: opacity-change 1.7s ease-in-out infinite;
    -o-animation: opacity-change 1.7s ease-in-out infinite;
}
.shipWrapper{
    top: -4%;
    right: -9%;
    position: absolute;
    width: 1.03rem;
    height: 0.65rem;
    z-index: 1001;
    -webkit-animation: shipY 5s 1.25s ease-in-out 1;
    animation: shipY 5s 1.25s ease-in-out 1;
}
.ship{
    width: 1.03rem;
    height: 0.65rem;
    background: url(../images/ship.png) center center no-repeat;
    background-size: 100% 100%;
    z-index: 1002;
    -webkit-animation: shipX 5s 0s ease-in-out 1;
    animation: shipX 5s 0s ease-in-out 1;
}
.light{
    position: absolute;
    top: -2%;
    width: 6.96rem;
    height: 0;
    background: url(../images/light.png) top no-repeat;
    background-size: 100% 9.76rem;
    -webkit-animation: height 1.2s 6.25s linear 1 forwards;
    animation: height 1.2s 6.25s linear 1 forwards;
}

@-webkit-keyframes shipY{
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes shipY{
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes shipX{
    0% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
    }
    50% {
        -webkit-transform: translateX(-500%) rotate(-40deg);
        transform: translateX(-500%) rotate(-40deg);
    }
    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
    }
}

@keyframes shipX{
    0% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
    }
    50% {
        -webkit-transform: translateX(-500%) rotate(-40deg);
        transform: translateX(-500%) rotate(-40deg);
    }
    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
    }
}

@-webkit-keyframes height{
    0% {
        height: 0;
    }
    100% {
        height: 60%;
    }
}

@keyframes height{
    0% {
        height: 0;
    }
    100% {
        height: 60%;
    }
}

@keyframes opacity-change {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes opacity-change {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.footer {position: fixed;bottom: 0;left: 0;width: 100%;z-index: 100;background: #fff;border-top: 1px solid #eee;-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.05);box-shadow: 0 1px 3px rgba(0,0,0,.05);}
.footer .bg{position: absolute;width: 100%;top: 0;left: 0;z-index: -1;}
.footer ul {float: left;width: 100%;position: relative;line-height: 0.3rem;}
.footer li {float: left;width: 20%;height: 100%;text-align: center;position: relative;min-height: 1px;float: left;padding: .1rem 0;height: 1.3rem;font-size: .3rem;margin-top:0.1rem;}
.footer li span{display: block;color:#2d2d2d;margin-top: .1rem;}
.footer li img{width: .6rem;}
.footer li.cent-logo{position: relative;}
.footer li.cent-logo img{width: 1.2rem;height: 1.2rem;position: absolute;top:50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.footer .tmp{width: 100%;height: 20px;clear: both;}

@media (min-width: 600px) {
    body {
        width: 600px;
        margin: 0 auto;
    }
    .footer{width: 600px;left: 50%;margin-left: -300px;}
}

/* iphoneX、iphoneXs */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
	.footer ul{margin-bottom: 20px;}
	.header + .viewport{margin-bottom: 20px;}
	.a-header + .viewport{padding-bottom: 25px;}
}

/* iphone Xs Max */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:3) {
	.footer ul{margin-bottom: 20px;}
	.header + .viewport{margin-bottom: 20px;}
	.a-header + .viewport{padding-bottom: 25px;}
}

/* iphone XR */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:2) {
	.footer ul{margin-bottom: 20px;}
	.header + .viewport{margin-bottom: 20px;}
	.a-header + .viewport{padding-bottom: 25px;}
}