/* 初始化样式 */

html,body,div,nav,aside,dl,dd,dt,h1,h2,h3,h4,h5,h6,p,pre,form,ol,ul,li,select,fieldset,input,textarea,caption {
	margin: 0;
	padding: 0;
}
address,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,var,b{
	font-weight: normal;
	font-style: normal;
}
body {
	/* font-family: "MicrosoftJhengHei", "华文细黑","黑体",  STHeiti, MingLiu; */
	font-size: 14px;
	/* color: white; */
	color: #273849;
	min-width: none;
	/* min-height: 749px; */
	overflow: auto;
}
* {
	/* border: 1px solid red; */
}
html,body {
  width: 100%;
  height: 100vh;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	/* font: normal 12px '黑体',Verdana,Arial,Helvetica, sans-serif; */
}
td,th,caption{
	padding: 0;
	font-weight: normal;
	list-style: 30px;
	text-align: center;
	font-size: 15px;
}
input [type='text'] {
	height: 0;
	border: none;
}
input [type='checkbox']{
	vertical-align: middle;
}
textarea{
	margin: 0;
	padding: 0;
}
select {
	font-size: 12px;
	margin: 0;
	font-family: '黑体';
	border: solid 1px #000;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding: 0 14px 0 5px;
}
/* 清楚ie的默认选择框样式清除，隐藏下拉箭头 */
select::-ms-expand {display: none;}
:focus{
	outline: none;
}
::-moz-focus-inner{
	border-color: transparent;
}
blockquote:before,blockquote:after,q:before,q:after{
	content: '';
}
blockquote,q{
	quotes: '';
}
a{
	color: #fff;
	text-decoration: none;
}
/* 列表 */
ol,ul,li {
	list-style: none;
}
a {
	text-decoration: none;
}

/* 浮动 */
.l {float: left;}
.r {float: right;}
.cl {clear: both;}
.cl:before {clear: both;}
.cl:after {clear: both;}
.bold {font-weight: bold;}
.cursor {cursor: pointer;}

/* 文字样式 */
/* margin样式 */


.verticalSpan{
	vertical-align: middle;
	display: inline-block;
	height: 100%;
}

/* 自适应 */
@media (max-width:1680px){
	html{font-size: 600%;}
}
@media (max-width:1600px){
	html{font-size: 563%;}
}
@media (max-width:1280px){
	html{font-size: 530%;}
}
@media (max-width:1152px){
	html{font-size: 500%;}
}