html,
body {
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

@media screen and (min-width:789px) {
	html {
		width: 500px;
		margin: 0 auto;
	}

	body {
		padding: 0 1px;
		border-left: 1px solid rgb(238, 185, 185);
		border-right: 1px solid rgb(238, 185, 185);
	}
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.oh {
	overflow: hidden;
}

.swiper-slide img {
	width: 100%;
}

/* music */
@-webkit-keyframes reverseRotataZ {
	0% {
		-webkit-transform: rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(-360deg);
	}
}

@-webkit-keyframes rotataZ {
	0% {
		-webkit-transform: rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(360deg);
	}
}

.slideLeft{
	position: absolute;
	top: 45%;
	right: 20px;
	z-index: 5;
}
.slideLeft img{
	width: 40px;
	-webkit-animation: animationsSlide 2s infinite ease-out;
    -moz-animation: animationsSlide 2s infinite ease-out;
    -o-animation: animationsSlide 2s infinite ease-out;
    -ms-animation: animationsSlide 2s infinite ease-out;
    animation: animationsSlide 2s infinite ease-out;
}
@keyframes animationsSlide {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }
	/* 50% {
        transform: translate(-10px, 0);
        opacity: 0.5;
    } */
    100% {
        transform: translate(20px, 0px);
        opacity: 0.8;
    }
}


#musicControl {
	position: fixed;
	right: 15px;
	top: 10px;
	margin-top: 0;
	display: inline-block;
	z-index: 99999999
}

#musicControl a {
	display: inline-block;
	width: 25px;
	height: 25px;
	overflow: hidden;
	background: url('../img/play.png') no-repeat;
	background-size: 100%;
}

#musicControl a audio {
	width: 100%;
	height: 56px;
}

#musicControl a.stop {
	background-position: left bottom;
}

#musicControl a.on {
	background-position: 0px 1px;
	-webkit-animation: reverseRotataZ 1.2s linear infinite;
}

#music_play_filter {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999998;
}

#Slide18{
	position: relative;
	/* height: auto;
	background: url(../img/img18.png) no-repeat;
	background-size: 100%; */
}
/* #Slide18 .contactUs{
	position: absolute;
	top: 0;
} */
/* #Slide18 .contactUsCode01{
	width: 25%;
	left: 0;
	bottom: 10px;
	margin-left: 17%;
	position: absolute;
}
#Slide18 .contactUsCode02{
	width: 25%;
	right: 0;
	bottom: 10px;
	position: absolute;
	margin-right: 17%;
} */