*{ margin:0; padding:0}
ul li{ list-style:none}
.clear{ clear:both}
a{ text-decoration:none; color:#666}
img{ max-height:100%; max-width:100%; border:0}
html,body{ font-size:100%;width:100%; height:100%}
body{ width:100%; max-width:640px; margin:0 auto;color:#333;font-size:12px; overflow-x:hidden;
	-moz-user-select:none;/*火狐*/
	-webkit-user-select:none;/*webkit浏览器*/
	-ms-user-select:none;/*IE10*/
	-khtml-user-select:none;/*早期浏览器*/
	user-select:none;
}
body,
button,
dd,
dl,
dt,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
nav,
ol,
p,
textarea,
ul {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	-webkit-font-smoothing: antialiased
}
table {
	border-spacing: 0;
	border-collapse: collapse
}
.flex,
.fn-flex {
	display: -webkit-box;
	display: box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.flex-v,
.fn-flex.tb {
	flex-direction: column;
	-webkit-flex-flow: column;
	flex-flow: column;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	box-orient: vertical
}
.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.flex-2 {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2
}

.flex-3 {
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	-ms-flex: 3;
	flex: 3
}

.flex-align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.flex-pack-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flex-pack-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.flex-pack-start {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.flex-pack-end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.flex-warp {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.flex-direction-bottom {
	flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	-webkit-box-pack: end;
	-ms-box-pack: end
}
input{outline: none;}
/* WebKit browsers */
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { color: #c5c5c5;}
/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {  color: #c5c5c5;}
/* Mozilla Firefox 19+ */
input::-moz-placeholder { color: #c5c5c5;}
/* Internet Explorer 10+ */
input:-ms-input-placeholder,textarea:-ms-input-placeholder{ color: #c5c5c5;}
.d-f{display: flex;}
.f-d-c{flex-direction: column;}
.a-c-c{align-items: center; }
.j-c-c{justify-content: center;}
.j-c-s{justify-content: space-between;}
.flex1{flex: 1;}
[v-cloak]{display: none}

*{-webkit-tap-highlight-color:rgba(0,0,0,0); }

/* 底部导航 */
.footbox{width:100%; max-width:640px; margin:0 auto; }
.footer{ position:fixed;width:100vw;bottom:0;background:#fff;z-index:999;border-top:1px solid #f3f3f3;}
.footer ul{width:100vw;overflow: scroll; white-space: nowrap;padding: 0.1rem 0;}
.footer ul li{width:24vw; text-align:center;display: inline-block;}
.footer ul li img{ height:0.4rem;}
.footer ul li p{ text-align:center; color:#BDBDBD; font-size:0.24rem; height:0.4rem; line-height:0.4rem}
.footer ul li.on p{ color:#01AE66}
.scroll-botm{width: 100vw;height: 2vh;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.scrollBOX{width: 6.14vw;height: 0.1rem;border-radius: 0.1rem;background-color: #ccc;position: relative;overflow: hidden;}
.scrollSilde{width: 50%;height: 0.1rem;border-radius: 0.1rem;background-color: #25c672;transform: inherit;position: absolute;}
