/*公用样式*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;

}

div,
ul,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	zoom: 1;
}

html {
	-webkit-text-size-adjust: none;
}

body {
	font-family: 'Microsoft YaHei', Arial;
	-webkit-text-size-adjust: none;
	background-color: #f0f0f0;
	color: #333;
	overflow: hidden;

}



html * {
	outline: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body,
#app {
	height: 100%;
	overflow: hidden;
}

.pagebody {
	-webkit-overflow-scrolling: touch;
}

input,
select {
	line-height: normal;
	vertical-align: middle;

	outline: none;
}

textarea {
	font-size: 1em;
	line-height: 1.5em;
	resize: none;
	outline: none;
	font-size: 0.333rem;
	background: #fff;
}

input,
textarea {

}

a {
	text-decoration: none;
	color: #333;
	outline: 0;
}

a:visited,
a:hover {
	text-decoration: none;
}

img {
	border: 0;
	max-width: 100%;
}

.text-C{
	text-align: center;
}
.color-54 {
	color: #54a0ff;
}

.text-R {
	text-align: right;
}

.text-l {
	text-align: left;
}

.font-10 {
	font-size: 10px;
}

.font-11 {
	font-size: 11px;
}

.font-12 {
	font-size: 12px;
}

.font-13 {
	font-size: 13px;
}

.font-14 {
	font-size: 14px;
}

.font-15 {
	font-size: 15px;
}

.font-16 {
	font-size: 16px;
}

.font-18 {
	font-size: 18px;
}

.font-20 {
	font-size: 20px;
}

.font-21 {
	font-size: 21px;
}

.font-22 {
	font-size: 22px;
}

.font-25 {
	font-size: 25px;
}

.font-24 {
	font-size: 24px;
}

.font-30 {
	font-size: 30px;
}


.flex {
	display: flex;
}

.color-f {
	color: #fff;
}

.color-9 {
	color: #999999;
}

.color-6 {
	color: #666666
}



.m-t-20 {
	margin-top: 20px;
}

.touchscroll {
	overflow-y: scroll;
	touch-action: pan-y;
	-webkit-overflow-scrolling: touch;
}

.font-6w {
	font-weight: 600
}

.color-c {
	color: #ccc;
}

.color-09 {
	color: #09274a;
}

.flex-between {
	justify-content: space-between;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	display: none;
}

.color-1f {
	color: #1F85FC;
}

.color-3 {
	color: #333;
}
