4ac57606cfc7feda9059537b148fc8d1befd9276.svn-base 1.8 KB
@charset "utf-8";

/* CSS Document */

ul,
li,
dl,
dt,
dd,
p,
div {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

* {
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pageMain *{
	margin: auto;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

a {
	text-decoration: none;
	outline: none;
	color: inherit;
}

html {
	padding: 0;
	margin: 0;
	height: 100%;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

body {
	padding: 0;
	height: 100%;font-size: 14px;
	font-family: "Candara", sans-self;
	background-color: #ffffff;
	color: #000;
	-webkit-touch-callout: none;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

img {
	vertical-align: middle;
	border: 0;
}

p,
pre {
	margin: 0 0 0 0;
}


.dn{
	display: none !important;
}

/*loading��ʽ*/
.loadingBox {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
}

.loadingMain {
	width: 300px;
	height: 130px;
	margin: 0 auto;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	background-color: #fff;
	text-align: center;
	color: #93dbe9;
	font-size: 16px;
}

.loadingMain .newImg {
	width: 50px;
	height: 50px;
	margin: 20px auto 10px;
	display: block;
	vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}