*{
	margin: 0;
	padding: 0;
}

body,
p,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
tr,
td,
th,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	font-weight: 500;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
	display: block;
}

body {
	font-family: 'Microsoft YaHei', 'Segoe UI', Arial;
	font-size: 12px;
	color: #666;
	line-height: 1.7em;
}

ul {
	list-style: none;
}

ol {
	list-style: none;
}

img {
	display: block;
	border: none
}

a {
	text-decoration: none;
}

a:link {
	color: inherit;
	TEXT-DECORATION: none
}

a:visited {
	COLOR: inherit;
	TEXT-DECORATION: none
}

a:active {
	COLOR: inherit;
	text-decoration: none;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	height: 0;
	overflow: hidden;
	clear: both;
	
}

input {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*html,*/
body{
	height: 100%;
}

.content {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}

.content:after{
	content: "";
	display: table;
	clear: both;
}
.loading_mak {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
}

    .loading_mak img {
        position: absolute;
        top: 48%;
        left: calc(50% - 15px);
        display: inline-block;
        height: 30px;
        width: 30px;
    }

.hide {
    display: none;
}

.loading-tip {
    position: absolute;
    color: #fff;
    width: 100%;
    top: 44%;
    text-align: center;
    font-size: 18px;
}