body,div,span,header,footer,nav,section,aside,article,ul,dl,dt,dd,li,a,p,h1,h2,h3,h4,h5,h6,i,b,em,strong,th,td,textarea,button,input,select,figure,figcaption {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: normal;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
	font-family: PingFangSC-Regular,Helvetica, Tahoma, Arial, "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}

textarea,button,input,select {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
	border: 0;
}

li,dd {
	list-style: none
}

a {
	text-decoration: none
}

table {
	border-collapse: collapse
}

img {
	border: 0;
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
[v-cloak] {
	display: none !important
}
.font-red{
	color: #EF3939!important;
}
.font-green{
	color: #1EAC4E!important;
}
/* 大智慧字体 */
@font-face {
  font-family: "dzh";
  src: url('../font/DZH.eot'); /* IE9 Compat Modes */
  src: url('../font/DZH.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/DZH.woff') format('woff'), /* Modern Browsers */
    url('../font/DZH.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face{
  font-family: "dzhbd";
  src: url('../font/DZHBD.eot'); /* IE9 Compat Modes */
  src: url('../font/DZHBD.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/DZHBD.woff') format('woff'), /* Modern Browsers */
    url('../font/DZHBD.ttf') format('truetype'); /* Safari, Android, iOS */
}
/* PC客户端 */
/* html,body{
	height: 100%;
	background: #fff;
} */
/* 手机端 */
#container {  margin: 0 auto; max-width: 750px;}
html { font-size: 50px; }
@media screen and (min-width: 320px) { html { font-size: 42.7px; } }
@media screen and (min-width: 360px) { html { font-size: 48px; } }
@media screen and (min-width: 375px) { html { font-size: 50px; } }
@media screen and (min-width: 414px) { html { font-size: 55.2px; } }

