.font8{font-size: 8px;}
.font12{font-size: 12px;}
.font14{font-size: 14px;}
.font16{font-size: 16px;}
.font18{font-size: 18px;}
.font20{font-size: 20px;}
.font22{font-size: 22px;}
.font24{font-size: 24px;}
.font26{font-size: 26px;}
.font28{font-size: 28px;}
.font30{font-size: 30px;}
.font32{font-size: 32px;}
.font34{font-size: 34px;}
.font48{font-size: 48px;}
.font50{font-size: 50px;}
.font60{font-size: 60px;}
.font80{font-size: 80px;}

.colorfff{color: #FFFFFF;}
.color19{color: #191919;}
.color999{color: #999999;}
.color666{color: #666666;}
.colorccc{color: #CCCCCC;}
.colorAAA{color: #AAAAAA;}
.color659{color: #659FFD;}
.color146{color: #146DFD;}
.color333{color: #333333;}
.color222{color: #222222;}
.colorAD{color: #ADADAD;}
.color742{color: #D79742;}
.color6FC{color: #2076FC;}
.colorA9A{color:#999A9A;}
.colorEB0{color:#ACAEB0;}
.colorB0{color: #B0B0B0;}
.color6FE{color: #2076FE;}

.margin16{margin-top: 16px;}
.margin40{margin-top: 40px;}
.margin30{margin: 30px;}
.marginTop30{margin-top: 30px;}
.marginTop5{margin-top: 5px;}
.marginTop16{margin-top: 16px;}
.marginTop20{margin-top: 20px;}
.marginTop30{margin-top: 30px;}
.marginTop40{margin-top: 40px;}
.marginTop50{margin-top: 50px;}
.marginTop42{margin-top: 42px;}
.marginTop61{margin-top: 61px;}
.marginleft31{margin-left: 31px;}
.marginRight5{margin-right: 5px;}
.marginRight36{margin-right: 36px;}
.marginleft116{margin-left: 116px;}
.marginBottom30{margin-bottom: 30px;}
.marginBottom35{margin-bottom: 35px;}
.marginBottom88{margin-bottom: 88px;}

.bold{font-family: "SourceHanSansCN-Bold";font-weight: bold;}
h1{font-family: "SourceHanSansCN-Bold";font-weight: bold;}
.flex{display: flex;}

a, a:link, a:visited, a:hover, a:active{color: #666; outline: 0; border: 0; text-decoration: none}
ul li{list-style: none;}

body{
	margin: 0;
	font-family: "pingfang";
	background: #F4F5F6;
}
/* 鼠标手的样式 */
.cursor{
	cursor: pointer;
}
.empty img{
	width: 180px;
	opacity: 0.3;
}
.empty .text{
	margin-top: 15px;
}
.empty{
	margin-top: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
}	
.messageBox .empty{
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.isShow{
	display: none;
}

.topBox{
	width: 100%;
	height: 90px;
	/* position: fixed; */
	/* background-color: #ffffff; */
	/* top: 0; */
	z-index: 10;
}
.top{
	width: 92.5%;
	/* width: 1760px; */
	height: 60px;
	margin: 0 auto;
	position: relative;
	top: 18px;
	background: #000000;
	box-shadow: 0px 6px 10px 0px rgba(99,99,99,0.3);
	border-radius: 35px;
	display: flex;
	z-index: 20;
	align-items: center;
}
.top .top-left{
	width: 142px;
	height: 42px;
	/* margin: 10px 0 10px 10px; */
	margin-left: 8px;
	background: #146DFD;
	background-image: url("../images/index1.png");
	background-repeat: no-repeat;
	background-size: 103px 17px;
	background-position: center;
	border-radius: 25px;
}
.top .top-centre{
	margin: 10px 0 10px 24px;
	display: flex;
	align-items: center;
}
.top .top-centre ul{
	display: flex;
	padding: 0;
}
.top .top-centre ul a li{
	width: 125px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	list-style: none;
}
.top .top-right{
	position: absolute;
	right: 0;
	display: flex;
	align-items: center;
}
.top .top-right .login{
	width: 92px;
	height: 36px;
	/* margin: 10px 0 10px; */
	background: #146DFD;
	border-radius: 25px;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}
.top .top-right .register{
	width: 86px;
	height: 50px;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}

.top .top-right .message{
	width: 34px;
	height: 34px;
	margin: 16px 22px 16px 22px;
	background-image: url("../images/message.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.top .top-right .message .messageBox{
	display: none;
	position: absolute;
	padding: 20px 20px 20px 20px;
	top: 63px;
	right: -75px;
	width: 210px;
	height: 360px;
	background-color: white;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
}

.top .top-right .message .messageBox .msgHeader{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 10px 20px 20px;
	border-bottom: 1px solid #999999;
}

.top .top-right .message .messageBox .msgContent{
	height: 250px;
	overflow-y: auto;
}

.top .top-right .message .messageBox .msgContent::-webkit-scrollbar{
	display: none;
}

.top .top-right .message .messageBox .msg{
	margin-top: 20px;
}

.top .top-right .message .messageBox a .showAll{
	width: 200px;
	height: 50px;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	position: absolute;
	bottom: 10px;
}

.top .top-right .individualCenter{
	width: 34px;
	height: 34px;
	margin: 16px 19px 16px 0;
	background-image: url("../images/individualCenter.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.top .top-right .individualCenter .personalBox{
	display: none;
	position: absolute;
	width: 160px;
	height: auto;
	padding: 10px 10px 10px 10px;
	top: 63px;
	right: -35px;
	background-color: white;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
}

.top .top-right .individualCenter .personalBox a .boxOption{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}

.top .top-right .individualCenter .personalBox a .boxOption:hover{
	background: #146DFD;
	color: #ffffff;
}

.top .top-right .individualCenter .personalBox a .select{
	background: #146DFD;
	color: #ffffff;
}

.top .top-right .customerService{
	width: 34px;
	height: 34px;
	margin: 16px 0;
	background-image: url("../images/customerService.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.top .top-right .customerService .triangle{
	width: 40px;
	height: 40px;
	margin-top: 30px;
	display: none;
}

.top .top-right .customerService .customerServiceBox{
	/* width: 240px; */
	width: 206px;
	height: 113px;
	/* height: 160px; */
	background: #FFFFFF;
	box-shadow: 0px 10px 17px 0px rgba(143,144,144,0.36);
	border-radius: 20px;
	padding: 23px 16px 24px 18px;
	position: absolute;
	top: 63px;
	/* top: 35px; */
	right: -7px;
	display: none;
	z-index: 99;
}
.top .top-right .customerService .customerServiceBox .intelligence{
	width: 100%;
}
.top .top-right .customerService .customerServiceBox .intelligence a .intelligence-top{display: flex;}
.top .top-right .customerService .customerServiceBox .intelligence a .intelligence-top img{
	width: 22px;
	height: 22px;
	margin-right: 13px;
}
.top .top-right .customerService .customerServiceBox .intelligence a .intelligence-top p{margin: 0;}
.top .top-right .customerService .customerServiceBox .suggestion a .suggestion-top{
	width: 100%;
	margin-top: 27px;
	display: flex;
}
.top .top-right .customerService .customerServiceBox .suggestion a .suggestion-top img{
	width: 22px;
	height: 22px;
	margin-right: 13px;
}
.top .top-right .customerService .customerServiceBox .suggestion a .suggestion-top p{margin: 0;}
.top .top-right .customerService .customerServiceBox a .prompt{
	margin: 10px 0 0 35px;
	height: 11px;
}

.centre{
	width: 1760px;
	height: auto;
	margin: 0 auto;
}

@media screen and (max-width:1470px){
	.top .top-centre ul a li{width: 90px;}
	.top{height: 50px;}
	.top .top-left{margin-left: 6px;height: 34px;width: 136px;}
	.top .top-centre ul a li{font-size: 15px;}
	.topBox{height: 72px;}
	.lookForTalentsSwitch{padding-top: 0px !important;}
	.top .top-right .customerService,.top .top-right .message,.top .top-right .individualCenter{width: 27px;height: 27px;}
	.top .top-right .login{height: 32px;width: 80px;font-size: 16px;display: flex;align-items: center; justify-content: center;}
	.top .top-right .register{height: 36px;width: 90px;font-size: 16px;display: flex;align-items: center;justify-content: center;}
}
@media screen and (min-width:768px) and (max-width:992px){
	.top .top-centre{display: none;}
}
@media screen and (max-width:768px){
	.top .top-centre{display: none;}
}

