html {
    font-family: "微软雅黑";
}

* {
    -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
{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

/*input[type=checkbox] {*/
/*    -webkit-appearance: checkbox;*/
/*}*/
/*input[type=radio] {*/
/*    -webkit-appearance: radio;*/
/*}*/



select option {
    padding: 0 2px 1px;
}

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%;
}


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
}

.jz {
    width: 1200px;
    margin: 0 auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix::after {
    clear: both;
    display: block;
    height: 0;
    content: '';
    visibility: hidden;
}

/*<!--[if IE]><script src=”http: //html5shiv.googlecode.com/svn/trunk/html5.js”></script>*/
/*< ![endif]-->*/
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;
    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;
}

.same640 {
    width: 100%;
    margin: 0 auto;
}

.main {
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    overflow: hidden;
}

input:focus, textarea:focus, select:focus {
    outline-offset: 0;
}

:focus {
    outline: none;
}

.poab {
    position: absolute;
}

img {
    display: block;
    border: none;
    pointer-events: none;
}

body .layui-m-layer .layui-m-layer-msg {
    bottom: 50% !important;
}

.f0 {
    font-size: 0;
}

.back {
    width: 14.5%;
    position: fixed;
    right: 5%;
    bottom: 10%;
    z-index: 100;
}

.erma {
    margin: 40px 0;
}

/*input {*/
/*    border: none;*/
/*    outline: none;*/
/*    !*-webkit-appearance: none;*!*/
/*}*/

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*将背景改为红色*/
    background:#999999;
    color: #999999;

    /*加padding防止文字覆盖*/
    padding-right: 14px;

}
.nav {
    margin-top: 1.5vh;
    padding: 0 3%;
}

.center {
    width: 94%;
    background-color: #ffffff;
    height: auto;
    margin: 1.5vh auto;
    border-radius: 4px;
    padding: 1vh 4.5%;
}

input::-webkit-input-placeholder {
    color: #999999;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
}
/*滑动和音乐arrow*/

.arrow-box {
	position: absolute;
	bottom: -45px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50%;
	height: 90px;
	border-radius: 100%;
	background: rgba(255, 255, 255, .18);
	z-index: 900;
}

#array {
	z-index: 999;
	-webkit-animation: start 1.5s infinite ease-in-out;
	animation: start 1.5s infinite ease-in-out;
	display: block;
	margin: 15px auto 0 auto;
	width: 20px;
	height: 15px;
	z-index: 999;
}

#audio_btn {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 200;
    width: 30px;
    height: 30px;
}
.off {
    background-image: url(http://html.huiyiguanjia.com/custom/201805meituan/images/normalmusic.svg);
    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)
    }
}

@-webkit-keyframes start {
	0%,
	30% {
		opacity: 0;
		-webkit-transform: translate(0, 10px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(0, -8px);
	}
}

@-moz-keyframes start {
	0%,
	30% {
		opacity: 0;
		-moz-transform: translate(0, 10px);
	}
	60% {
		opacity: 1;
		-moz-transform: translate(0, 0);
	}
	100% {
		opacity: 0;
		-moz-transform: translate(0, -8px);
	}
}

@keyframes start {
	0%,
	30% {
		opacity: 0;
		transform: translate(0, 10px);
	}
	60% {
		opacity: 1;
		transform: translate(0, 0);
	}
	100% {
		opacity: 0;
		transform: translate(0, -8px);
	}
}
