html, body, div, h1, h2, h3, h4, h5, h6, p, img, a, audio, article,
	aside, section, header, button, ol, ul, li, dl, dt, dd, span, nav, span,
	strong, em, input {
	/*box-sizing: border-box;*/
	margin: 0;
	padding: 0;
	/*-webkit-user-select: none;*/
	font-weight: normal;
	font-family: PingFangSC-Regular, Microsoft YaHei;
	/*-webkit-tap-highlight-color:rgba(255,255,255,0);*/
}

input, textarea {
	-webkit-user-select: initial;
	outline: none;
	border: 0;
}

ul, li, dl, dt, dd, ol {
	list-style: none;
}

em, i {
	font-style: normal;
}

a {
	text-decoration: none;
	/*-webkit-tap-highlight-color:rgba(255,255,255,0);*/
}

/*img{display: inline-block;-webkit-touch-callout: none;}*/
.clearfix {
	zoom: 1;
}

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

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt100 {
	margin-top: 100px;
}

.inner {
	width: 1024px;
	height: 100%;
	margin: 0 auto;
}

.top {
	width: 100%;
	min-width: 1024px;
	height: 36px;
	background: #4a4a53;
}

.top a {
	line-height: 36px;
	font-size: 12px;
	color: #fff;
	margin-right: 28px;
}

.top .loginInfo {
	width: 170px;
	height: 36px;
	float: right;
}

.top .downloaddiv {
	height: 36px;
	float: right;
}

.top .downloaddiv .downloadBtn {
	width: 78px;
	height: 40px;
	float: right;
	background: #567bef;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
}

.footer {
	width: 100%;
	min-width: 1024px;
	padding: 34px 0;
	background: #4a4a53;
}

.footer p {
	width: 100%;
	text-align: center;
	line-height: 36px;
	color: #9ea4af;
}

.footer p.link {
	font-size: 14px;
}

.footer p.right {
	font-size: 12px;
}

.footer p a, .footer p span {
	margin: 0 3px;
	color: #9ea4af;
}

#pageContent {
	width: 100%;
	min-width: 1024px;
}

.indexContent {
	background: #f9f9f9 url("../img/blueBg.png") repeat-x;
}

.indexContent .logoBox {
	width: 100%;
	height: 36px;
	padding: 32px 0;
}

.indexContent .logoBox .logo {
	height: 36px;
}

.indexContent .jobEntrance {
	width: 924px;
	/*height: 380px;*/
	padding: 110px 50px 100px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid rgba(220, 226, 238, 0.4);
}

.indexContent .jobEntrance .entrance {
	width: 50%;
	float: left;
}

.indexContent .jobEntrance .entrance .jobImg {
	width: 234px;
	height: 188px;
	display: block;
	margin: 0 auto;
}

.indexContent .jobEntrance .entrance .btn {
	width: 180px;
	height: 50px;
	display: block;
	margin: 46px auto 0;
	background: #567bef;
	border-radius: 4px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	-webkit-box-shadow: 0 4px 9px 0 rgba(168, 212, 255, 0.5);
	box-shadow: 0 4px 9px 0 rgba(168, 212, 255, 0.5);
}

.indexContent .jobEntrance .entrance .btn:hover {
	background: #4d6ed6;
}

.indexContent .jobRecommend {
	/*height: 350px;*/
	margin: 28px auto 0;
}

.indexContent .jobRecommend .recommend {
	width: 442px;
	height: 310px;
	padding: 20px 30px;
	background: #fff;
	border: 1px solid rgba(220, 226, 238, 0.4);
}

.indexContent .jobRecommend .recommend.fl {
	float: left;
}

.indexContent .jobRecommend .recommend.fr {
	float: right;
}

.indexContent .jobRecommend .recommend .title {
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #4a4a53;
}

.indexContent .jobRecommend .recommend .condition {
	width: 100%;
	height: 20px;
	padding-top: 15px;
	font-size: 0;
	line-height: 20px;
}

.indexContent .jobRecommend .recommend .condition em {
	font-size: 14px;
	color: #9ea4af;
	display: inline-block;
}

.indexContent .jobRecommend .recommend .condition a {
	font-size: 14px;
	color: #4a4a53;
	margin: 0 12px;
}

.indexContent .jobRecommend .recommend .jobList {
	margin-top: 30px;
}

.indexContent .jobRecommend .recommend .jobList li {
	height: 34px;
	line-height: 34px;
	font-size: 0;
	overflow: hidden;
}

.indexContent .jobRecommend .recommend .jobList li .title {
	width: 170px;
	color: #6a6a77;
	float: left;
}

.indexContent .jobRecommend .recommend .jobList li .wages {
	width: 120px;
	padding: 0 10px;
	font-size: 14px;
	color: #ff4757;
	float: left;
}

.indexContent .jobRecommend .recommend .jobList li .time {
	max-width: 115px;
	float: right;
	font-size: 14px;
	color: #6a6a77;
	text-align: right;
}

.indexContent .friendLink {
	padding: 46px 0;
}

.indexContent .friendLink .title {
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	color: #4a4a53;
}

.indexContent .friendLink .flList li {
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right: 25px;
}

.indexContent .friendLink .flList li a {
	font-size: 14px;
	color: #6a6a77;
}

.QRcode {
	position: fixed;
	top: 140px;
	right: 30px;
	width: 150px;
	padding: 10px 0 0;
	background-color: #fff;
	text-align:center;
	z-index: 9999;
	-webkit-box-shadow: 1px 1px 10px 10px rgba(86, 123, 239, .2);
	box-shadow: 1px 1px 10px 10px rgba(86, 123, 239, .2);
}

.QRcode div h1 {
	font-size: 10px;
	color: #999;
}

.QRcode div .codeImg {
	width: 100%;
}