/*初始化样式*/

body,
h1,
h2,
h3,
h4,
h5,
ul,
li,
a,
div,
p,
span,
table,
tr,
td,
img {
	margin: 0;
	padding: 0;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	outline: none;
	border: 0;
}

body {
	font-family: "Microsoft Yahei";
	
}
@charset "UTF-8";
/*重置css*/
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Microsoft YaHei";
}
html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img{
    margin: 0;
    padding: 0;
}
body{
    font-size: 0.28rem;
}
html,body{
    height: 100%;
}
li{list-style: none;}
img{border: 0;}
a{text-decoration: none;color: #333;}
button{background: none;outline: none;border: 0;font-family: "Microsoft YaHei";}
.fl{float: left;}
.fr{float: right;}
.hide{display: none;}
.clearfix:after,.rows:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
input,select,textarea{
    background-color: none;
    outline: none;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    color: #333;
    resize: none;
    font-family: "Microsoft YaHei";
}
textarea{
    padding: 5px;
}
.clearfix{
    zoom:1;
}
td{
	word-wrap: break-word;
}
/*td{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}*/
table{
    table-layout:fixed;
    border-collapse: collapse;
}

/*清除浮动*/

.clearfix:after{
	content: '';
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.clearfix{
	zoom:1
}


/*浮动*/

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}
.pos{
	position: absolute;
	top: 50%;left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.posX{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.posY{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#loading {
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.1);
    z-index: 9999;
    display: none;
}
#loading img {
    position: fixed;
    top: 43%;
    left: 45%;
}
#loading.hover{
	display:block;
}














