@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
	form, fieldset, legend, input, textarea, p, aside, blockquote, th, td,
	span, i, b {
	font-family: "微软雅黑";
	margin: 0;
	padding: 0;
}

ul, li, ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #444;
}

span.red_span{
	color: rgb(255,55,70);
}

body {
	background: rgb(239, 239, 244) none repeat scroll 0% 0%;
	min-width: 320px;
	font-family: "微软雅黑";
	color: #444;
	scrollTop: 0;
}

div#header {
	margin: 0;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.95);
	width: 100%;
	position: fixed;
	top: 0;
	border: none;
}

div#header p {
	width: 100%;
	color: white;
	background-color: rgb(61, 104, 137);
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: left;
}

div#header img {
	padding: 2px 5px;
	margin: 0 10px 0 0;
	height: 26px;
	vertical-align: top;
	background-color: white;
	border: none;
}

div#footer {
	height: 50px;
	background-color: rgb(255, 255, 255);
	border-top: 1px solid #ddd;
	position: fixed;
	bottom: 0;
	width: 100%;
}

div#footer ul {
	width: 100%;
	font-size: 16px;
	cursor: pointer;
}

div#footer ul li {
	width: 25%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	display: inline-block;
	-webkit-appearance: none;
}

div#footer ul li a {
	width: 100%;
	font-weight: normal;
}

div#footer ul li a img {
	width: 30px;
	height: auto;
	margin: 0;
	/* padding: 3px 0 0 0; */
	opacity: 0.95;
	margin: 3px 0 0 0;
	/* border-top: 2px solid white; */
}

div#footer ul li p {
	line-height: 12px;
	font-size: 12px;
	color: #444;
	margin: 0;
	padding: 0
}

div#footer ul li a img.img_on_click {
	/* border-top: 2px solid rgb(61, 104, 137); */
	background-color: #498fba;
	border-radius: 15px;
}

div#footer ul li p.p_on_click {
	color: #498fba;
}

/*返回顶部*/
#returnTop {
	display:none;
	width: 40px;
	height: auto;
	position: fixed;
	right: 10px;
	bottom: 55px;
	text-align: center;
	cursor: pointer;
}

#returnTop img {
	width: 30px;
	height: auto;
	opacity: 0.6;
	filter: alpha(opacity = 40);
}

#returnTop span {
	font-size: 12px;
	color: #444;
	opacity: 0.7;
	filter: alpha(opacity = 40);
}

.spinner {
	top: 260px;
}

.mask {
	display: none;
	height: 100%;
	width: 100%;
	background: url(/resume/images/mobile/bgbg.png) repeat 0 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5;
}

.mask p {
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-top: 270px;
	font-weight: bold;
}