/* @font-face {
    font-family: '苹方简体'; 字体名字
    src: url('/template/1/huisuanzhang/_files/font/pingfa.ttf'); 字体文件路径
} */
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, img, ins, kbd, q, s, samp,
small, strike, 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 {
	margin: 0;
	padding: 0;
	border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
html,body {
	width: 100%;
    height: 100%;
	overflow-x: hidden;
}
body {
	line-height: 1;
	font-family: 'Microsoft YaHei','微软雅黑', Arial, sans-serif
}
/*H5新标签*/
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section{
	display:block
}
/*去掉mac safari浏览器input右边的小图标/小按钮*/
input:focus::-webkit-contacts-auto-fill-button {
	opacity: 0;
} 

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
h1,h2,h3,h4,h5,h6,b,i,em,strong {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
ul,ol,li {
	list-style: none;
}
img {
	vertical-align: middle;
	outline:none;
	border: none;
}
input,select {
	vertical-align: bottom;
	outline:none;
	border: none;
}
button,input,textarea {
  outline: none;
  padding: 0;
} 
input {
	background-color: transparent;
}
button {
	border: none;
	background-color: #fff;
}
a {
	color: #333333;
	text-decoration: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button,li,a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


/*
:root{
	--bg-color-1:rgb(26, 26, 61);
	--border-color-1:rgb(45, 45, 71);
	--bg-color-choosed:#861c1c;
	--color-normal:#eeee;
	--color-dan:#666;
}

:root{
	--bg-color-1:#8d8d8d;
	--border-color-1:rgb(204, 204, 207);
	--bg-color-choosed:#f3eded;;
	--color-normal:rgba(20, 19, 19);
	--color-dan:#666;
}

:root{
	--bg-color-1:#861c1c;
	--border-color-1:#aa2a2a;
	--bg-color-choosed:#460a0a;
	--color-normal:#eeee;
	--color-dan:#666;
}


:root{
	--bg-color-1:#252323;
	--border-color-1:#2e2d2d;
	--bg-color-choosed:#b83636;
	--color-normal:#eeee;
	--color-dan:#888;
}
	*/

.clear0{
	width:0px;
	height:0px;
	overflow: hidden;
	clear: both;
}
