html {
	font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}

:after,
 :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after,
 :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input,
figure {
	margin: 0;
	padding: 0;
}

input,
textarea,
select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}

body {
	-webkit-overflow-scrolling: touch;
	text-align: left;
	max-height: 100%;
}

a,
a:hover {
	text-decoration: none;
	outline: none;
}

li {
	list-style: none
}

img {
	border: none;
	max-width: 100%;
	pointer-events: none;
}

input,
select,
textarea {
	border: none;
	outline: none;
	background: none
}

textarea {
	resize: none
}

em,
i {
	font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal
}




.clearfix {
	*zoom: 1;
}

.clearfix::after {
	clear: both;
	display: block;
	height: 0;
	content: '';
	visibility: hidden;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block
}




.verticalcenter {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

a,
button,
input,
optgroup,
select,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
img {
	-webkit-touch-callout: none;
}
img{
 	pointer-events: none;
}
.same640 {
	width: 100%;
	margin: 0 auto;
}

.main {
	max-width: 980px;
	min-width: 320px;
	margin: 0 auto;
	overflow: hidden;
}

input:focus,
textarea:focus,
select:focus {
	outline-offset: 0;
}

:focus {
	outline: none;
}











body .layui-m-layer .layui-m-layer-msg{
	bottom: 50%!important;
}
body .layui-m-layer .layui-m-layer-msg {
    background-color: rgb(227, 184, 28)!important;
    color: #000!important;
}


#audio_btn {
	position: absolute;
	right: 20px;
	top: 35px;
	z-index: 200;
	width: 50px;
	height: 50px;
}

.off {
	background-image: url(../image/normalmusic.jpg);
	background-size: contain;
}

.rotate {
	-webkit-animation: rotating 1.2s linear infinite;
	-moz-animation: rotating 1.2s linear infinite;
	-o-animation: rotating 1.2s linear infinite;
	animation: rotating 1.2s linear infinite;
}

@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes rotating {
	from {
		transform: rotate(0)
	}
	to {
		transform: rotate(360deg)
	}
}

@-moz-keyframes rotating {
	from {
		-moz-transform: rotate(0)
	}
	to {
		-moz-transform: rotate(360deg)
	}
}