/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html {
	/* 750px 的设计图，1rem = 100px */
	font-size: calc(2  * 100 * 100vw / 750) !important;
}
@media screen and (min-width: 750px) {
	html {
		font-size: 100px !important;
	}
}
@font-face {
/* font-test*/
font-family: DINAlternate-Bold;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,h4,h5 {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;*/
	/*font: inherit;*/
	vertical-align: baseline;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
input ,select, textarea{
	outline: none;
	border:0;
	padding: 0;
	margin: 0;
	resize:none;
}
::-ms-clear,::-ms-reveal{display:none;}
body a,body a:hover{
	text-decoration: none;
}
*{
/*	    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;*/
}
.fl{
	float:left;
}
.fr{
	float:right;
}
[v-cloak]{
	display: none;
}

.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}
body{
	line-height: 1;
	font-size:16px;
	font-family: "PingFang SC","微软雅黑";
	background: #fff;
	text-align: justify;
	word-spacing: -2px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
input{
	font-family: "PingFang SC","微软雅黑";
}
input::-webkit-input-placeholder{
        color: #b8bfca;
}
textarea::-webkit-input-placeholder{
        color: #b8bfca;
}
textarea:-ms-input-placeholder{
        color: #b8bfca;
}
textarea:-ms-input-placeholder{
        color: #b8bfca;
}
input::-moz-placeholder{
        color: #b8bfca;
}
input:-ms-input-placeholder{
        color: #b8bfca;
}
em{
	font-style: italic;
}
button{
	font-family: "PingFang SC","微软雅黑";
	cursor: pointer;
}
a{
	text-decoration: none;
	cursor: pointer;
}
ol, ul,li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="range"] {
	background-size: 98% 3px;
	background: linear-gradient(to right, #ccc 0%, #ccc 100%);
	outline: none;
	-webkit-appearance: none; /*清除系统默认样式*/
	height: 3px; /*横条的高度*/
}
input[type="range"]::-webkit-slider-thumb {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #4a9bfe;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3),
	0 3px 5px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	-webkit-appearance: none;
	border: 0;
}

/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{
    width: 5px;
    height: 6px;
    background-color: rgba(0,0,0,0);
}
/*定义滚动条的轨道，内阴影及圆角*/
::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    border-radius: 0;
}
/*定义滑块，内阴影及圆角*/
::-webkit-scrollbar-thumb{
    height: 10px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    background-color: #ccc;
}

input::-webkit-inner-spin-button{
	flex:0 0 7px;
}
