* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'lc_ziti';
	src: url('../font/LCALLIG.ttf');
}

input {
	box-sizing: border-box;
	outline: none;
}

ul li {
	list-style: none;
}

html {
	min-width: 1200px;
	background-color: #f4f4f4;
}

button {
	resize: none;
	outline: none;
	border: none;
	cursor: pointer;
}

/* 注册 */
.zhuce {
	background: url(../img/zhuce_banner.png) no-repeat;
	background-position: center;
	height: 677px;
	
}

.zhuce_body_right {
	width: 450px;
	height: 475px;
	background-color: #ffffff;
	border-radius: 10px;
}

.zhuce_body_right_top {
	height: 80px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e1e1e1;
}

.zhuce_body_right_top span {
	display: inline-block;
	width: 143px;
	text-align: center;
	line-height: 80px;
	cursor: pointer;
}

.zhuce_body_right_top_active {
	color: #00c6c9;
	position: relative;
}

.zhuce_body_right_top_active::before {
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	display: inline-block;
	height: 1px;
	width: 100%;
	background-color: #00c6c9;
}

.zhuce_body {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

.zhuce_body_right_top {
	display: flex;
	justify-content: center;
}

.zhuce_input input {
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	border-radius: 25px;
	border: solid 1px #e5e5e5;
	padding-left: 30px;
	box-sizing: border-box;
	margin-bottom: 34px;
}

.zhuce_body_bottom {
	padding: 65px 50px 0;
	text-align: center;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #bfbfbf;
}

input[type="checkbox"]:checked {
	-webkit-appearance: none;
	background: url(../img/lan_check_bg.png) no-repeat;
	background-size: 100% 100%;
	border: none;
}

.zhuce_xuanze {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
}

.zhuce_xuanze p {
	display: flex;
	align-items: center;
}

.zhuce_xuanze input {
	margin-right: 10px;
}

.denglu_btn {
	height: 50px;
	background-color: #00c6c9;
	border-radius: 25px;
	line-height: 50px;
	width: 100%;
	margin: 20px 0;
}

.yanzhengma {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: solid 1px #e5e5e5;
	height: 50px;
	border-radius: 25px;
	padding-right: 20px;
	margin-bottom: 39px;
	display: none;
	box-sizing: border-box;
}

.yanzhengma button {
	background: none;
}

.yanzhengma input {
	border: none;
	width: 60%;
	margin-bottom: 0;
	height: 48px;
}

/* zhuce */
.zhuce2 {
	height: 675px;
	background: url(../img/zhuce2_banner.png) no-repeat;
	background-position: center;
}

.zhuce2_input input {
	height: 50px;
	background-color: #ffffff;
	border-radius: 25px;
	border: solid 1px #e5e5e5;
	width: 100%;
	padding-left: 30px;
	box-sizing: border-box;
}

.zhuce2_input {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.zhuce2_yanzhengma button {
	background: none;
	color: #ff732e;
}

.zhuce2_body_bottom {
	padding: 25px 50px 0;
}

.zhuce2_yanzhengma {
	margin-bottom: 20px;
	background-color: #ffffff;
	border-radius: 25px;
	border: solid 1px #e5e5e5;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
	box-sizing: border-box;
}

.zhuce2_yanzhengma input {
	height: 100%;
	width: 200px;
	border: none;
}

.zhuce_btn {
	height: 50px;
	background-color: #00c6c9;
	border-radius: 25px;
	width: 100%;
}

.zhuce2_body_right {
	width: 450px;
	height: 600px;
	background-color: #ffffff;
	border-radius: 10px;
}

.zhuce2_xuanze {
	margin-top: 30px;
}

.qiye_zhuce .zhuce2_body_bottom {
	padding-top: 30px;
}

.qiye_zhuce .zhuce2_input {
	margin-bottom: 10px;
}

.qiye_zhuce .zhuce2_body_right {
	padding-bottom: 30px;
}

.is_qiye {
	display: none;
}

.yifasong {
	color: #999999 !important;
	cursor: no-drop;
}

/* 首页 */
.index_top {
	display: flex;
	margin-bottom: 10px;
	position: relative;
}

.index_top_left {
	width: 220px;
	height: 440px;
	background-color: #ffffff;
	box-sizing: border-box;
	
}

.index_top_left ul li span {
	margin-right: 10px;
	position: relative;
	cursor: pointer;
	color: #666666;
}

.index_top_left ul li {
	display: flex;
	align-items: center;
	/* position: relative; */
	padding: 0px 11px 0 20px;
	height: 36px;
	margin: 3.5px 0;
}

.index_top_left ul li:hover {
	background-color: #00c6c9;
	color: #FFFFFF;
}

.index_top_left ul li:hover span {
	color: #FFFFFF;
}

.index_top_left ul li:hover .go_r {
	border: solid #FFFFFF;
	border-width: 1px 1px 0px 0;
	display: inline-block;
	padding: 3px;
}

.go_r {
	border: solid #999999;
	border-width: 1px 1px 0px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(45deg);
	/* Opera */
	position: absolute;
	right: -6px;
	top: 0px;
}

.index_top_left_all {
	border-top: 1px dashed #eeeeee;
	width: 100%;
	line-height: 38px;
	padding: 0px 11px 0 20px;
	cursor: pointer;
}

.index_top_left .fenlei_list span:last-child::before {
	content: none;
}

.index_top_left .fenlei_list span:last-child {
	margin-right: 0;
}

.index_top_left ul li img {
	vertical-align: middle;
}

.fenlei_list {
	width: 178px;
	display: flex;
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fenlei_list p {
	margin-right: 10px;
}

.index_top_right {
	width: 220px;
	height: 440px;
	background-color: #ffffff;
}

.index_top_center {
	width: 757px;
}

.index_top_right_top {
	width: 100%;
	display: flex;
	align-items: center;
	background-color: #eeeeee;
	height: 40px;
	box-sizing: border-box;
	
}
.wei_denglu{
	margin-bottom: 35px;
}

.index_top_right_top p {
	width: 50%;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.index_top_right_top_active {
	background-color: #FFFFFF;
	color: #00c6c9;
	
}

.index_top_right input {
	width: 100%;
	height: 32px;
	background-color: #ffffff;
	border: solid 1px #e6e6e6;
	margin-top: 15px;
	padding-left: 12px;
	box-sizing: border-box;
}

.index_top_right_login {
	padding: 0 15px;
}

.go_login {
	display: flex;
	margin: 15px 0 28px;
}

.go_login span {
	width: 90px;
	height: 32px;
	background-color: #ffffff;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	line-height: 32px;
	
}

.go_login span:first-child {
	border: solid 1px #00c6c9;
	color: #00c6c9;
	margin-right: 10px;
}

.go_zhuce {
	line-height: 32px;
	text-align: center;
}

.go_zhuce a {
 /* color: #FFFFFF; */
 display: inline-block;
/* width: 90px; */
	height: 32px;
	line-height: 32px;
	text-align: center;
	
 	/* background-color: #00c6c9; */
	
}
.zhuce_active{
	color: #00c6c9;
	position: relative;
}
.zhuce_active::before{
	content: '';
	display: inline-block;
		width: 90px;
		height: 2px;
		background-color: #00c6c9;
	position: absolute;
	bottom: -1px;
}
.zhuce_xieyi{
	display: flex;
	align-items: center;
	padding-left: 11px;
	margin-bottom: 13px;
	margin-top: 38px;
}
.zhuce_xieyi input{
	margin-right: 6px;
}

.go_zhuce a:first-child {
	margin-right: 10px;
}

.top_gonggao_title {
	width: 100%;
	height: 38px;
	background-color: #00c6c9;
	text-align: center;
	line-height: 30px;
	background: url(../img/gonggao_top.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 12px;
}

.index_top_right_bottom {
	margin: 0px 0 18px;
}

.index_top_right_bottom ul li span {
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #ff732e;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
	margin-right: 7px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	top: -2px;
}

.index_top_right_bottom ul li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 15px;
	margin-bottom: 14px;
}

.index_top_center_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}

.index_top_center_item {
	width: 182px;
	height: 150px;
	text-align: center;
	padding-top: 20px;
	box-sizing: border-box;
}

.index_top_center_item:nth-child(1) {
	color: #038192;
	background: url(../img/index_top_tab1.png) no-repeat;
	background-size: 100% 100%;
}

.index_top_center_item:nth-child(2) {
	color: #bc1e2e;
	background: url(../img/index_top_tab2.png) no-repeat;
	background-size: 100% 100%;
}

.index_top_center_item:nth-child(3) {
	color: #283049;
	background: url(../img/index_top_tab3.png) no-repeat;
	background-size: 100% 100%;
}

.index_top_center_item:nth-child(4) {
	color: #f15519;
	background: url(../img/index_top_tab4.png) no-repeat;
	background-size: 100% 100%;
}

.index_title {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 110px;
}

.index_title p {
	background: url(../img/index_title.png) no-repeat;
	height: 65px;
	width: 670px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index_title span {
	margin: 0 10px;
}

.index_title p span:nth-child(2) {
	margin-right: 44px;
}

.index_title p span:last-child {
	margin-right: 0;
}

.rezhao {
	display: flex;
}

.rezhao_left {
	width: 220px;
	height: 320px;
}

.rezhao_list {
	display: flex;
	flex-wrap: wrap;
	width: 980px;
}

.rezhao_item {
	width: 316px;
	background-color: #ffffff;
	margin-left: 10px;
	padding: 24px 24px 0 24px;
	box-sizing: border-box;
	margin-bottom: 13px;
	position: relative;
}

.rezhao_item:nth-child(3n) {
	margin-right: 0;
}

.rezhao_item_gangwei {
	display: flex;
	justify-content: space-between;
}

.rezhao_item_yaoqiu span {
	position: relative;
	margin-right: 15px;
}

.rezhao_item_yaoqiu span::before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 1px;
	height: 13px;
	right: -7px;
	background-color: #EEEEEE;
	top: 3px;
}

.rezhao_item_yaoqiu span:last-child::before {
	content: none;
}

.rezhao_item_yaoqiu {
	margin: 17px 0 16px;
}

.rezhao_item_gongsi {
	height: 58px;
	display: flex;
	align-items: center;
	border-top: 1px solid #e6e6e6;
}

.rezhao_item_gongsi img {
	width: 30px;
	height: 31px;
	margin-right: 11px;
}

.rezhao_item_gongsi_jianjie span {
	margin-right: 20px;
	position: relative;
}

.rezhao_item_gongsi_jianjie span::before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 15px;
	background-color: #999;
	position: absolute;
	right: -10px;
	top: 3px;
}

.rezhao_item_gongsi_jianjie span:last-child::before {
	content: none;
}

.jipin_icon {
	position: absolute;
	right: 0;
	margin-right: 0 !important;
	bottom: 0;
}

.rezhao_more {
	height: 60px;
	background-color: #ffffff;
	line-height: 60px;
	cursor: pointer;
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}

.rezhao_more img {
	margin-right: 6px;
	vertical-align: sub;
}

.rezhao_item_gongsi_jianjie,
.rezhao_item_gongsi_name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}

.rezhao_item_gongsi_jianjie {
	width: 160px;
}

.hot_zhiwei_tab {
	height: 60px;
	background-color: #ffffff;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	padding: 0 40px;
	line-height: 60px;
}

.hot_zhiwei_tab span {
	cursor: pointer;
	margin-right: 50px;
}

.hot_zhiwei_tab span:last-child {
	margin-right: 0;
}

.hot_zhiwei_active {
	color: #00c6c9;
	position: relative;
}

.hot_zhiwei_active::before {
	content: '';
	display: inline-block;
	width: 74px;
	height: 3px;
	background-color: #00c6c9;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}

.shanguang_title {
	margin: 40px 0;
}

.shanguang_list {}
.hot_zhiwei_list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.hot_zhiwei_item {
	width: 390px;
	height: 151px;
	background-color: #ffffff;
	margin: 0 15px 20px 0;
	display: inline-block;
}

.shanguang_item {
	text-align: center;
	width: 280px;
	height: 248px;
	background-color: #FFFFFF;
	margin: 0 20px 20px 0;
	box-sizing: border-box;
	padding-top: 30px;
}

.shanguang_item:nth-child(4n) {
	margin-right: 0;
}

.shanguang_item img {
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
}

.shanguang_item_zhiwei {
	height: 36px;
	background-color: #ffffff;
	border: solid 1px #dedede;
	padding: 0 35px;
	display: inline-block;
	line-height: 36px;
}

.shanguang_item_jieduan {
	margin: 15px 0 18px;
}

.shanguang_item_top img {
	max-width: 100%;
	max-height: 100%;
}

.shanguang_list {
	display: flex;
	flex-wrap: wrap;
}

.rencai_list {
	display: flex;
	flex-wrap: wrap;
}

.rencai_item {
	text-align: center;
	width: 228px;
	height: 240px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	box-sizing: border-box;
	margin-right: 15px;
	margin-bottom: 15px;
}

.rencai_item img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	margin: 27px 0 13px;
}

.rencai_item p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rencai_youshi {
	margin: 15px 0;
}

.rencai_item:nth-child(5n) {
	margin-right: 0;
}

.gonggao_title {

	margin: 27px 0 58px;
}

.rencai_title {
	margin: 52px 0 33px;
}

.gonggao_title p {
	background: url(../img/gonggao_title.png) no-repeat;
	height: 65px;
	width: 670px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index_gonggao_list {
	width: 390px;
	height: 297px;
	background-color: #ffffff;

}

.index_gonggao_top {
	height: 41px;
	background-color: #FFF1EA;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px 0 28px;
	box-sizing: border-box;
	position: relative;
}

.index_gonggao_top::before {
	content: '';
	width: 4px;
	height: 41px;
	background-color: #ff732e;
	display: inline-block;
	position: absolute;
	left: 0;
}

.index_gonggao_top a {
	color: #ff732e;
}

.index_gonggao_item ul li {
	padding: 0 36px 0 23px;
	border-bottom: 1px solid #EEEEEE;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_gonggao_item ul li:last-child {
	border: none;
}

.index_gonggao_item ul li span {
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #ff732e;
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 14px;
}

.index_gonggao {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

/* 企业列表 */
.auto_h {
	height: auto !important;
}

.zhuan img {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transition: 0.5s all ease;
}
/* 找工作 */
.seek_job_banner {
	margin: 15px 0 15px;
}

.seek_xuan {
	background-color: #FFFFFF;
	height: 79px;
	display: flex;
	align-items: center;
	padding-left: 15px;
	margin-bottom: 15px;
}

.seek_xuan_list {
	width: 370px;
	display: flex;
	margin-right: 12px;

}

.seek_xuan_title {
	width: 82px;
	height: 39px;
	background-color: #00c6c9;
	border: solid 1px #dfdfdf;
	line-height: 39px;
	text-align: center;
	box-sizing: border-box;
	border: solid 1px #00c6c9;
}

.seek_xuan_list_r {
	height: 39px;
	width: 289px;
	border: solid 1px #dfdfdf;
	border-left: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 18px;
	box-sizing: border-box;
	cursor: pointer;
}

.seek_xuan_list_r input {
	height: 100%;
	width: 100%;
	border: none;
	cursor: pointer;
	text-align: center;
}

.job_fenlei_list {
	display: flex;
	margin-bottom: 20px;
}

.job_fenlei_list:last-child {
	margin-bottom: 0;
}

.job_fenlei_list_right {
	display: flex;
	position: relative;

}

.job_body_fenlei {
	/* height: 468px; */
	background-color: #ffffff;
	padding: 23px 29px 0px 27px;
	box-sizing: border-box;
	line-height: 23px;
}

.job_fenlei_list_fen span {
	margin-right: 20px;
}

.job_fenlei_list_right span {
	padding: 0 5px;
	display: inline-block;
	height: 23px;
	line-height: 23px;
	margin-bottom: 6px;
	cursor: pointer;
}

.job_fenlei_list_fen {
	display: flex;
	flex-wrap: wrap;
	width: 1000px;
	margin-right: 15px;
}

.job_xuan_more {
	display: flex;
	padding: 15px 0;
}

.job_xuan_more p {
	width: 99px;
	height: 29px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 29px;
	margin-right: 17px;
}

.job_xuan_more p img {
	margin-left: 7px;
}

.job_xuan_more_txt {
	line-height: 29px;
	
}

.job_xuan_more_list {
	display: flex;
}

.filter_job {
	width: 99px;
	height: 29px;
	margin-right: 17px;
}

.filter_job .filter-title {
	line-height: 29px;
	height: 29px;
}

.filter_job .icon-filter-arrow {
	top: 12px;
}

.filter_job .filter-list {
	top: 32px;
}

.job_tiaojian {
	border-top: 1px solid #EEEEEE;
	margin-top: 25px;
	position: relative;
}

.qingkong {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	cursor: pointer;
}

.qingkong img {
	margin-right: 7px;
}

.job_tiaojian {
	display: flex;
	align-items: center;
	padding: 25px 0 15px;
}

.job_tiaojian_list p {
	height: 28px;
	background-color: #f9fcff;
	border: solid 1px #00c6c9;
	line-height: 28px;
	color: #00c6c9;
	font-size: 14px;
	display: flex;
	align-items: center;
	padding: 0 7px 0 12px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.job_tiaojian_list p img {
	margin-left: 16px;
	cursor: pointer;
}

.job_tiaojian_list {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
}

.tiaojian_shouqi {
	position: absolute;
	bottom: -30px;
	left: 50%;
	width: 152px;
	height: 30px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -0%);
	cursor: pointer;
}

.tiaojian_shouqi img {
	margin-left: 7px;
}

.heig0 {
	height: 0px !important;
	padding: 0;
}

.heig0 .job_tiaojian_list,
.heig0 .job_xuan_more_txt,
.heig0 .qingkong {
	display: none;
}

.zhuan2 img {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transition: 0.5s all ease;
}

.seek_job_left {
	width: 886px;
}

.job_list {}

.job_item {
	height: 130px;
	background-color: #ffffff;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	display: block;
}

.job_item_goutong {
	width: 98px;
	height: 26px;
	background-color: #00c6c9;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 13px;
	cursor: pointer;
}

.job_item_goutong img {
	margin-right: 4px;
}

.job_item_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	height: 90px;
}

.job_item_gongsi img {
	width: 55px;
	height: 55px;
	margin-right: 13px;
}

.job_item_top_r {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.job_item_gongsi {
	display: flex;
	align-items: center;
}

.job_item_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	border-top: 1px dashed #dedede;
	height: 40px;
	padding-right: 30px;
}

.job_item_gongsi_name {
	margin-bottom: 10px;
}

.job_item_jobname {
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.job_item_bottom_left span {
	height: 26px;
	background-color: #f6f6f6;
	border-radius: 2px;
	border: solid 1px #dedede;
	line-height: 26px;
	padding: 0 7px;
	margin-right: 10px;
}

.job_item_bottom_right {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: right;
}

.job_item_name,
.job_item_bottom_left {
	width: 55%;
}

.job_item_top_r,
.job_item_bottom_right {
	width: 45%;
}

.seek_job_bottom {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 26px 0;
}

.seek_job_right {
	width: 304px;
}

.zhiwei_r {
	vertical-align: bottom;
}

.huanyihuan {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.huanyihuan img {
	margin-right: 4px;
}

.seek_job_right_bottom_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px 0;
	height: 60px;
	border-bottom: 1px solid #dedede;
}

.seek_job_right_bottom {
	margin-top: 10px;
}

.seek_job_right_name {
	margin: 8px 0 0;
}

.seek_job_right_jingxuan {
	margin-top: 10px;
	background-color: #FFFFFF;
}

.seek_job_right_yikan {
	background-color: #FFFFFF;
}

.seek_job_right_bottom_item {
	padding: 10px 19px;
	border-bottom: 1px solid #EEEEEE;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.seek_job_right_num {
	position: relative;
	top: 4px;
}

#job_dizhi {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#job_dizhi::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 7px;
	background: url(../img/xiala_icon.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	right: 17px;
	transform: translate(-0%, -50%);
}

.tan_xuan_hangye_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px 0 15px;
	height: 62px;
	border-bottom: 1px solid #DFDFDF;
}

.tan_xuan_hangye_title img {
	cursor: pointer;
}

.tan_xuan_hangye {
	width: 860px;
	background-color: #ffffff;
	border-top: 5px solid #00c6c9;
	display: none;
}

.tan_xuan_hangye_body {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 50px 30px;
}

.tan_xuan_hangye_body span {
	margin: 0 40px 8px 0;
	cursor: pointer;
	height: 22px;
	line-height: 22px;
	padding: 0 4px;
}

.tan_xuan_hangye_bottom {
	padding: 15px 0;
	border-top: 1px solid #DFDFDF;
	text-align: center;
}

.tan_xuan_hangye_queding {
	width: 140px;
	height: 40px;
	background-color: #00c6c9;
	border-radius: 3px;
	line-height: 40px;
}

.tan_xuan_hangye_quxiao {
	width: 140px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #d9d9d9;
	line-height: 40px;
	margin-left: 39px;
	box-sizing: border-box;
}

.tan_xuan_hangye_active {
	background-color: #eeeeee;
}

.tan_xuan_zhiwei {
	width: 860px;
	background-color: #FFFFFF;
	display: none;
	border-radius: 10px;
}

.border_10{
	border-radius: 10px !important;
}
.tan_xuan_zhiwei_left {
	background-color: #f4f4f4;
	width: 145px;
	margin-right: 10px;
	max-height: 460px;
	overflow: auto;
}

.tan_xuan_zhiwei_left p {
	height: 42px;
	line-height: 42px;
	padding-left: 14px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tan_xuan_zhiwei_left_active {
	color: #00c6c9;
	font-weight: bold;
	background-color: #FFFFFF;
}

.tan_xuan_zhiwei_left_active::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 41px;
	background-color: #00c6c9;
	position: absolute;
	left: 0;
}

.tan_xuan_zhiwei_body {
	display: flex;
}

.tan_xuan_zhiwei_right_top {
	
	
}

.tan_xuan_zhiwei_right_top span {
	
	height: 22px;
	display: inline-block;
	
	
	cursor: pointer;
	width: 25%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

.tan_xuan_zhiwei_er_active {
	/* background-color: #eeeeee; */
}

.tan_xuan_zhiwei_right_body {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	max-height: 450px;
	overflow: auto;
	border: 1px solid #EEEEEE;
	padding: 10px 20px 0;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.tan_xuan_zhiwei_right_body span {
	height: 22px;
	line-height: 22px;
	display: inline-block;
	
	margin-bottom: 10px;
	cursor: pointer;
	width: 25%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}

.tan_xuan_zhiwei_active {
/* 	color: #FFFFFF;
	background-color: #00c6c9; */
}

.tan_xuan_zhiwei_yixuanleft {
	display: flex;
	flex-wrap: wrap;
	max-width: 550px;
}

.tan_xuan_zhiwei_yixuanleft p {
	height: 22px;
	line-height: 22px;
	display: flex;
	border: 1px solid #00c6c9;
	align-items: center;
	margin: 0 10px 10px 0;
	padding: 0 6px;
}

.tan_xuan_zhiwei_yixuanleft img {
	margin-left: 11px;
	width: 11px;
	height: 11px;
	cursor: pointer;
}

.tan_xuan_zhiwei_yixuan {
	padding: 10px 30px 0 15px;
	border-bottom: 1px solid #DFDFDF;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.xuan_tixing {
	display: flex;
	align-items: center;
	width: 133px;
	height: 23px;
	background: url(../img/xuan_tixing_bg.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 10px;
	justify-content: center;
}

.xuan_tixing img {
	margin-right: 5px;
}

.tan_xuan_zhiwei_yixuan_wai {
	display: none;
}

.xinzi_fenlei_active,
.liangdian_fenlei_active,
.jingyan_fen_active,
.xueli_fen_active,
.rongzi_active,
.guimo_active,
.biaoqian_fen_active {
	background-color: #00c6c9;
	color: #FFFFFF;
}

/* 企业详情 */
.qiye_top {
	height: 200px;
	background: url(../img/qy_xq_banner.png) no-repeat;
	background-position: center center;
	box-sizing: border-box;
	padding-top: 30px;
}

.qiye_top_qiye {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.qiye_top_qiye_left {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.qiye_top_qiye_left img {
	width: 104px;
	height: 104px;
	margin-right: 26px;
	border-radius: 20px;
}

.qiye_top_name {
	margin-bottom: 10px;
}

.qiye_top_shujv_num {
	margin-bottom: 20px;
}

.qiye_top_shujv {
	display: flex;
	align-items: center;
}

.qiye_top_shujv_item:last-child {
	margin-left: 96px;
}

.qiye_top_body {
	position: relative;
}

.qiye_top_tab {
	margin-top: 30px;
}

.qiye_top_tab a {
	margin-right: 80px;
	color: #FFFFFF;
}

.qiye_top_tab_active {
	color: #00c6c9 !important;
	position: relative;
}

.qiye_top_tab_active::before {
	content: '';
	display: inline-block;
	height: 4px;
	background-color: #00c6c9;
	width: 60px;
	position: absolute;
	bottom: -15px;
}

.qiye_body {
	display: flex;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

.qiye_body_left {
	border-right: 1px solid #e6e6e6;
	width: 900px;
	padding: 0 30px;
	box-sizing: border-box;
}

.qiye_title {
	position: relative;
	margin: 30px 0;
}

.qiye_title::before {
	content: '';
	width: 19px;
	height: 2px;
	background-color: #00c6c9;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -10px;
}

.qy_jianjie {
	line-height: 24px;
}

.chanpin_item {
	padding-left: 30px;
	margin-bottom: 30px;
}

.chanpin_item img {
	width: 61px;
	height: 61px;
	margin-right: 30px;
	vertical-align: middle;
}

.qy_gongshang_name {
	margin: 0 0 20px;
}

.qy_gongshang_body {
	height: 70px;
	background-color: #ffffff;
	border: solid 1px #dedede;
	padding: 10px 30px 0 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
}

.qy_gongshang_body p {
	line-height: 22px;
	margin: 20px 100px 20px 0;
}

.zhankai span {
	border: solid #999999;
	border-width: 0px 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(45deg);
	margin-left: 8px;
}

.zhankai {
	position: absolute;
	right: 30px;
	top: 30px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.height_auto {
	height: auto !important;
}

.qy_dizhi {

	background-color: #f4f4f4;
}

.qy_dizhi_list_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px 0 15px;
	height: 45px;
}

.qy_dizhi_list_title img {
	vertical-align: sub;
	margin-right: 5px;
}

.qy_dizhi_list_title span {
	border: solid #999999;
	border-width: 0px 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(45deg);
}

.qy_dizhi_bottom {
	padding: 0 15px;
	box-sizing: border-box;
}

.qy_dizhi_list {
	border-bottom: 1px solid #FFFFFF;
}

.qy_zhiwei_item_right {
	width: 114px;
	height: 38px;
	background-color: #62d7d9;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
}

.qy_zhiwei_item_left {
	width: 280px;
}

.qy_zhiwei_item_center {
	text-align: left;
	width: 200px;
}

.qy_zhiwei_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 110px;
	border-bottom: 1px solid #e6e6e6;
}

.qy_zhiwei_item_name {
	margin-bottom: 10px;
}

.qy_zhiwei_item_center img {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	margin-right: 13px;
	vertical-align: sub;
}

.qiye_body_right {
	width: 296px;
	height: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}

.gaoguan_top {
	display: flex;
	align-items: center;
}

.gaoguan_top img {
	width: 60px;
	height: 60px;
	margin-right: 14px;
}

.gaoguan {
	padding: 0 10px;
}

.gaoguan_jianjie {
	line-height: 28px;
	margin-top: 20px;
	position: relative;
}

.gaoguan_name {
	margin-bottom: 10px;
}

.gaoguan_zhankai {}

.gaoguan_zhankai span {
	border: solid #999999;
	border-width: 0px 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(45deg);
	margin-left: 8px;
	position: relative;
	top: -4px;
}

.huanjing_arry img {
	height: 202px;
	width: 269px;
}

.qy_hr_item {
	display: flex;
	align-items: center;
	height: 120px;
	border-bottom: 1px solid #dddddd;
}

.qy_hr_item:last-child {
	border: none;
}

.qy_hr_item img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}

.qy_hr_name {
	margin-bottom: 10px;
}

.qy_hr_all {
	padding: 0 15px;
}

.qy_hr_all p {
	height: 38px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #62d7d9;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
}

.qy_xiangsi_title {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.qy_xiangsi {
	padding: 0 15px;
}

.qy_xiangsi_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.qy_xiangsi_item img {
	width: 60px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #e0e0e0;
}

.qy_xiangsi_item_xinzi {
	margin: 6px 0;
}

.more_xiangsi {
	height: 38px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #62d7d9;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
}

.qy_down {
	text-align: center;
	margin-top: 45px;
}

.qy_down img {
	vertical-align: bottom;
	width: 123px;
	height: 123px;
	margin-bottom: 10px;
}

.qy_down_txt {
	margin: 6px 0 15px;
}

.qy_down_bottom_txt {
	margin: 4px 0;
}

.qy_shaixuan {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	padding: 20px 30px;
	box-sizing: border-box;
}

.qy_shaixuan_list {
	display: flex;
	align-items: flex-start;
}

.qy_shaixuan_list_right {
	width: 90%;
}

.qy_shaixuan_sel {
	display: flex;
	align-items: center;
}

.qy_shaixuan_list p,
.qy_shaixuan_sel p {
	margin-right: 26px;
}

.qy_shaixuan_list_right {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.qy_shaixuan_list_right span {
	margin: 0 50px 20px 0;
	cursor: pointer;
}

.qy_shaixuan_sel_item {
	/* margin-right: 70px; */
}

.qy_shaixuan_sel_item {
	width: 150px;
	border: none;
}

.qy_shaixuan_sel_item .filter-text {
	border: none;
}

.qy_shaixuan_sel_item .icon-filter-arrow {
	background-image: url(../img/qy_xia.png);
}

.qy_shaixuan_sel_item .icon-filter-arrow {
	right: 62px;
}

.qy_zhiwei_active {
	color: #00c6c9;
}

/* 职位详情 */
.zhiwei_xq_top {
	background: url(../img/zhiwei_xq_banner.png) no-repeat;
	background-position: center center;
	height: 200px;
}

.zhiwei_xq_top_body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.zhiwei_fuli {
	margin-top: 14px;
}

.zhiwei_fuli span {
	height: 25px;
	border-radius: 13px;
	border: solid 1px #00c6c9;
	padding: 0 10px;
	margin-right: 10px;
	line-height: 25px;
}

.zhiwei_xq_zhiwei {
	display: flex;
	align-items: center;
	margin: 10px 0;
}

.zhiwei_xq_zhiwei p {
	margin-left: 20px;
}

.zhiwei_xq_zhiwei p span {
	margin-right: 5px;
}

.zhiwei_xingqu {
	width: 130px;
	height: 45px;
	background-color: #ffffff;
	border: solid 1px #00c6c9;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	cursor: pointer;
}

.zhiwei_xingqu img {
	margin-right: 10px;
}

.zhiwei_goutong {
	width: 140px;
	height: 45px;
	background-color: #00c6c9;
	margin-left: 6px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}

.zhiwei_xq_top_right {
	display: flex;
	align-items: center;
}

.zhiwei_xq_hr {
	display: flex;
	align-items: center;
	height: 100px;
}

.zhiwei_xq_hr img {
	width: 60px;
	height: 60px;
	margin-right: 20px;
}

.job_xq_bottom {
	background-color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}


.job_xq_bottom_left {
	width: 902px;
	padding: 0 30px;
	box-sizing: border-box;
}

.zhiwei_xq_hr_name {
	margin-bottom: 10px;
}

.zhiwei_title {
	position: relative;
	margin-bottom: 30px;
}

.zhiwei_title::before {
	content: '';
	width: 19px;
	height: 2px;
	background-color: #00c6c9;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -10px;
}

.job_xq_bottom_right {
	width: 296px;
	padding: 0 15px;
	box-sizing: border-box;
	margin-top: 30px;
	border-left: 1px solid #e6e6e6;
}

.zhiwei_miaoshu p {
	line-height: 30px;
}

.zhiwei_miaoshu {
	margin-bottom: 20px;
	padding-bottom: 10px;
	line-height: 28px;
}

.zhiwei_gx_jianjie {
	line-height: 30px;
	position: relative;
	/* min-height: 100px; */
	overflow: hidden;
	margin-bottom: 10px;
}

.zhiwei_gx_jianjie_all {
	position: absolute;
	right: 0;
	bottom: 6px;
	cursor: pointer;
}

.jingzheng_span {
	padding: 0 14px;
	margin-top: 4px;
}

.jingzheng_span span {
	margin-left: 143px;
}

.zhiwei_jingzheng_bottom {
	margin-top: 30px;
}

.jingzzheng_fenxi {
	display: flex;
	align-items: center;
	margin: 30px 0;
}

.zhiwei_gongshang_body {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	min-height: 80px;
}

.zhiwei_gongshang_body p {
	margin: 0 180px 15px 0;
}

.zhiwei_gongshang_body p:nth-child(3) {
	margin-right: 0;
}

.zhiwei_gongshang_name {
	margin-bottom: 15px;
}

.zhiwei_gongshang_body p span {
	color: #333;
}

.zhiwei_gongshang_all {
	position: absolute;
	bottom: 18px;
	right: 0;
	cursor: pointer;
}

.zhiwei_dizhi_title {
	display: flex;
	height: 45px;
	align-items: center;
}

.zhiwei_dizhi_title img {
	margin-right: 5px;
}

.zhiwei_dizhi {
	height: 225px;
	background-color: #f4f4f4;
	padding: 0 16px;
}

.zhiwei_xq_yikan_more span {
	border: solid #999999;
	border-width: 1px 1px 0px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(45deg);
	/* Opera */
	position: absolute;
	right: -6px;

	top: 45%;

}

.zhiwei_xq_yikan {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height: 60px;
	padding-right: 8px;
}

.zhiwei_yikan_item img {
	width: 60px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #e6e6e6;
	margin-right: 12px;
}

.zhiwei_yikan_item {
	width: 270px;
	height: 92px;
	background-color: #ffffff;
	border: solid 1px #e6e6e6;
	display: flex;
	align-items: center;
	padding: 0 12px;
	box-sizing: border-box;
	margin: 0 15px 15px 0;
}

.zhiwei_yikan_item:nth-child(3n) {
	margin-right: 0;
}

.zhiwei_yikan_item_xinzi {
	margin: 4px 0;
}

.zhiwei_yikan_list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.zhiwei_sousuo {
	height: 44px;
	background-color: #ffffff;
	border: solid 1px #e6e6e6;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.zhiwei_sousuo input {
	width: 635px;
	height: 100%;
	border: none;
	padding-left: 10px;
	box-sizing: border-box;

}

.zhiwei_sousuo button {
	width: 93px;
	height: 44px;
	background-color: #00c6c9;
}

#zhiwei_dizhi {
	width: 106px;
	border-left: 1px solid #e6e6e6;
	height: 100%;
	line-height: 44px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#zhiwei_dizhi img {
	vertical-align: middle;
}

.zhiwei_botom_title {
	line-height: 66px;
}

.zhiwei_tuijian_item {
	width: 352px;
	margin: 15px 0;
}

.zhiwei_tuijian_item_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 4px;
}

.zhiwei_tuijian_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	border: solid 1px #e6e6e6;
	padding: 0 38px 0 25px;

}

.job_xq_jinji {
	width: 70px;
	height: 22px;
	background-color: #fff1ea;
	border-radius: 11px;
	margin: 0 10px 0 20px;
	padding: 0 4[x];
	display: inline-block;
	line-height: 22px;
	text-align: center;

}

.go_shenqing {
	width: 236px;
	height: 46px;
	background-color: #ff732e;
	border-radius: 3px;
}

.go_shoucang {
	width: 116px;
	height: 46px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #dfdfdf;
	margin-left: 20px;
}

.go_shoucang img {
	margin-right: 7px;
}

.job_xq_gongsi_top {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.job_xq_gongsi_top img {
	width: 62px;
	height: 62px;
	margin-right: 20px;
}


.job_xq_leixing {
	display: flex;
	align-items: center;
	margin-top: 15px;

}

.job_xq_leixing img {
	margin: 0 12px 0 4px;
}

.go_zhuye {
	height: 38px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #62d7d9;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	margin: 20px 0;
}

.zhiwei_xianghsi_item_xinzi {
	margin: 4px 0;
}

.zhiwei_xianghsi_item img {
	width: 60px;
	height: 60px;
}

.zhiwei_xianghsi_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.zhiwei_xianghsi_title_more span {
	border: solid #999999;
	border-width: 1px 1px 0px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(45deg);
	/* Opera */
	position: absolute;
	right: 0px;
	top: 45%;
}

.zhiwei_xianghsi_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding-right: 8px;
	margin-bottom: 20px;
}

/* 人才 */
.job_item_name_left {
	width: 61px;
	height: 61px;
	margin-right: 27px;
	position: relative;
	border-radius: 100%;
}

.rencai_tx {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.rencai_xingbie {
	position: absolute;
	right: -6px;
	width: 24px;
	height: 24px;
	top: 0;
}

/* 人才详情 */
.rencai_top {
	display: flex;
	align-items: center;
}

.rencai_top img {
	width: 104px;
	height: 104px;
	margin-right: 26px;
	background-color: #FFFFFF;
	border-radius: 100%;
}

.rencai_top_name {
	margin-bottom: 10px;
}

.rc_buheshi {
	width: 140px;
	height: 45px;
	background-color: #707070;
	text-align: center;
	line-height: 45px;
	margin-left: 10px;
}

.rc_qiwang p {
	margin-bottom: 20px;
}

.rc_qiwang {
	margin-bottom: 30px;
}

.rc_jiangyan {
	margin-bottom: 30px;
}

.ren_gongzuo_body {
	margin-top: 10px;
}

.ren_jiaoyu_list {
	display: flex;
	margin-bottom: 30px;
}

.ren_jiaoyu_list_time {
	margin-bottom: 4px;
}

.job_xq_sao {
	background-color: #FFFFFF;
	text-align: center;
	padding: 40px 0 30px;
}

.job_xq_sao img {
	width: 123px;
	height: 123px;
	margin-bottom: 15px;
}

.job_xq_sao p {
	line-height: 22px;
}

.rc_list {
	width: 270px;
	display: flex;
	margin-right: 26px;

}

.rc_list .seek_xuan_list_r {
	height: 39px;
	width: 190px;
	border: solid 1px #dfdfdf;
	border-left: none;
	align-items: center;
	justify-content: space-between;
	padding: 0 18px;
	box-sizing: border-box;
	cursor: pointer;
}

#job_dizhi,
#jvzhu_dizhi,
#huji_dizhi {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block !important;
	line-height: 39px;
}

.zhao_rencai_bottom {
	margin: 45px 0 26px 0;
}

.job_zhaopian img,
.job_shouji img {
	margin: 0 5px 0 12px;
}

.job_zhaopian,
.job_shouji {
	display: flex;
	align-items: center;
	margin-right: 45px;
}

.ren_zhiwei_num {
	width: 293px;
	text-align: center;
	border-left: 1px solid #EEEEEE;
	height: 50px;
	line-height: 50px;
}

.zhao_tab_fuli span {
	height: 24px;
	background-color: #f6f6f6;
	border-radius: 3px;
	line-height: 24px;
	display: inline-block;
	padding: 0 5px;
	margin: 0 10px 10px 0;
}

.zhao_tab_weizhi span {
	margin-right: 10px;
	position: relative;
}

.zhao_tab_weizhi span::before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 14px;
	background-color: #c4c4c4;
	position: absolute;
	right: -6px;
	top: 3px;
}

.zhao_tab_xingzhi span {
	margin-right: 10px;
	position: relative;
}

.zhao_tab_xingzhi span::before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 14px;
	background-color: #c4c4c4;
	position: absolute;
	right: -6px;
	top: 4px;
}

.zhao_jieshao {
	display: flex;
	align-items: center;
}

.zhao_jieshao_r {
	margin-left: 39px;
}

.zhao_jieshao_r span {
	margin-right: 10px;
	position: relative;
}

.zhao_jieshao_r span::before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 14px;
	background-color: #c4c4c4;
	position: absolute;
	right: -6px;
	top: 4px;
}

.zhao_jieshao_r span:last-child::before {
	content: none;
}

.zhao_jieshao_bottom {
	display: flex;
	align-items: center;
}

.zhao_jieshao_bottom img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

.zhao_jieshao_bottom_r {
	margin-left: 26px;
}

.down_jianli {
	width: 105px;
	height: 32px;
	background-color: #00c6c9;
	border-radius: 2px;
	line-height: 32px;
	cursor: pointer;
	text-align: center;
	margin: 10px 0;
}

.down_jianli img {
	margin-right: 3px;
}

.zhao_job_shoucang {
	display: flex;
	align-items: center;
	cursor: pointer;
	width: 105px;
	height: 32px;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #999999;
	justify-content: center;
	cursor: pointer;
	box-sizing: border-box;
}

.zhao_job_shoucang img {
	margin-right: 5px;
}

.zhao_list_item {
	border-bottom: 1px solid #EEEEEE;
}

.zhao_list_item td {
	padding-top: 28px;
	padding-bottom: 15px;
}

.zhao_list_item input {
	position: relative;
	top: 2px;
}

.ren_xq_body {

	background-color: #ffffff;
	border: solid 1px #eeeeee;
	margin-bottom: 54px;
	padding: 0 15px;
}

.ren_xq_top_xinxi {
	display: flex;
	align-items: center;

}

.ren_xq_top_xinxi_zhanhsi {
	margin: 10px 10px 10px 0;
}

.ren_xq_top_xinxi_zhanhsi span {
	margin-right: 18px;
	position: relative;
}

.ren_xq_top_xinxi_zhanhsi span::before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 14px;
	background-color: #c4c4c4;
	position: absolute;
	right: -10px;
	top: 4px;
}

.ren_xq_top_xinxi_zhanhsi span:last-child::before {
	content: none;
}

.ren_xq_top_xinxi_r {
	margin-left: 28px;

}

.ren_xq_top_xinxi_tx {
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

.ren_xq_top {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #EEEEEE;
	padding: 20px 30px 10px 17px;
}

.ren_xq_top_xinxi_l {
	display: flex;
}

.ren_xq_youshi {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 15px;
}

.ren_xq_youshi p {
	background: url(../img/ren_xq_youshi.png) no-repeat;
	background-size: 100% 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	margin-bottom: 10px;
	margin-right: 20px;
}

.shou_renzheng img {
	margin-right: 3px;
}

.shou_renzheng {
	margin-left: 30px;
}

.ren_yaoqing {
	width: 80px;
	height: 26px;
	background-color: #00c6c9;
	border-radius: 3px;
	line-height: 26px;
	margin: 30px 0 20px;
}

.ren_xq_top_r {
	text-align: right;
}

.ren_shoucang {
	width: 80px;
	height: 26px;
	border-radius: 3px;
	border: solid 1px #dfdfdf;
	box-sizing: border-box;
	line-height: 26px;
}

.ren_yixiang {
	padding: 10px 30px 20px 17px;
	border-bottom: 1px dashed #EEEEEE;
}

.ren_title {
	display: flex;
	align-items: center;
	line-height: 50px;
}

.ren_title span {
	margin-left: 18px;
}

.ren_title img {
	margin-right: 8px;
}

.ren_yixiang_body_list span {
	color: #333333;
}

.ren_yixiang_body p {
	line-height: 32px;
}

.guoqu_lianxi {
	width: 128px;
	height: 40px;
	background-color: #ff6600;
	border-radius: 3px;
	line-height: 40px;
	margin-left: 70px;
	position: relative;
	top: -10px;
}

.ren_yixiang_lianxi_list {
	font-family: lc_ziti;
}

.ren_yixiang_lianxi_list:first-child {
	width: 300px;
}

.ren_yixiang_lianxi_left {
	display: flex;
}

.ren_yixiang_lianxi_left p {
	display: flex;
	align-items: center;
}

.ren_yixiang_lianxi_left p img {
	margin-right: 12px;
}

.tren_yixiang_lianxi {
	display: flex;
	align-items: flex-end;
	margin-top: 10px;
}

.ren_yixiang_lianxi_left p:first-child {
	margin-bottom: 15px;
}

.miaoshu_body {
	line-height: 26px;
	padding: 10px 90px 20px 36px;
}

.ren_miaoshi,
.ren_jiaoyu {
	padding: 10px 30px 20px 17px;
	border-bottom: 1px dashed #EEEEEE;
}

.ren_jiaoyu_list {
	display: flex;
	margin-bottom: 30px;
}

.ren_jiaoyu_list_center {
	margin: 0 50px 0 65px;
}

.ren_jiaoyu_list_right {
	color: #01b6b9;
	max-width: 560px;
}

.ren_jiaoyu_list_right_p {
	margin-bottom: 6px;
}

.ren_jiaoyu_list_right_p span {
	margin-right: 54px;
	position: relative;
}

.ren_jiaoyu_list_right_p span::before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 14px;
	background-color: #c4c4c4;
	position: absolute;
	right: -27px;
	top: 4px;
}

.ren_jiaoyu_list_right_p span:last-child::before {
	content: none;
}

.ren_jiaoyu_list_time {
	margin-bottom: 4px;
}

.ren_jiaoyu_list_left {
	text-align: right;

	width: 120px;
}

.ren_jiaoyu_body {
	margin-top: 10px;
}

.ren_jiaoyu {
	padding-bottom: 10px;
}

.ren_gongzuo_body {
	margin-top: 10px;
}

.ren_gongzuo {
	padding: 10px 30px 20px 17px;
	border-bottom: 1px dashed #EEEEEE;
}

.ren_rongyu {
	padding: 20px 30px 20px 17px;
	border-bottom: 1px dashed #EEEEEE;
}

.ren_rongyu_body {
	display: flex;
	flex-wrap: wrap;
	padding-left: 23px;
	margin-top: 6px;

}

.ren_rongyu_body p {
	background: url(../img/rongyu_bg.png) no-repeat;
	background-size: 100% 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 24px 0 16px;
	margin-bottom: 20px;
	margin-right: 25px;
}

.ren_rongyu_body p span {
	margin-left: 20px;
}

.ren_yuyan {
	padding: 20px 30px 20px 17px;
	border-bottom: 1px dashed #EEEEEE;
}

.ren_yuyan_body {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	margin-top: 6px;
}

.ren_yuyan_body p {
	background: url(../img/yuyan_bg.png) no-repeat;
	background-size: 100% 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 24px 0 18px;
	margin-bottom: 10px;
	margin-right: 20px;
	color: #1bb0bd;
}

.ren_yuyan_body p span {
	margin-left: 20px;
}

.ren_fujian_body p span {
	margin: 0 28px 0 19px;
	color: #01b6b9;
	cursor: pointer;
}

.ren_fujian_body p {
	display: flex;
	align-items: center;
}

.ren_fujian_body {

	padding: 10px 0 20px 28px;
}

.ren_fujian {
	padding: 10px 30px 20px 17px;
}

/* 招聘会 */
.zhaopin_banner {
	height: 400px;
	background: url(../img/zhaopin_banner.png) no-repeat;
	background-position: center center;
}

.zhaopin_item_left img {
	width: 201px;
	height: 137px;
	background-color: #ff0000;
}

.zhaopin_item {
	display: flex;
	align-items: center;
	width: 590px;
	height: 199px;
	background-color: #ffffff;
	padding: 0 22px 0 20px;
	box-sizing: border-box;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
}

.zhaopin_item:nth-child(2n) {
	margin-right: 0;
}

.zhaopin_item_right {
	margin-left: 27px;
}

.zhaopin_item_right p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 305px;

}

.zhaopin_item_right p img {
	margin-right: 7px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.zhaopin_item_riqi {
	margin: 20px 0 13px;
}

.zhaopin_item_dizhi {
	margin-top: 13px;
}

.zhaopin_zhuangtai {
	position: absolute;
	right: 0;
	top: 0;
}

.zhaopin_list {
	margin: 15px 0 0;
	display: flex;
	flex-wrap: wrap;
}

/* 招聘详情 */

.zhao_riqi {
	width: 173px;
	height: 136px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #e1e1e1;
	box-sizing: border-box;
}

.zhao_riqi_top {
	height: 65px;
	background-color: #f0504e;
	border-radius: 10px 10px 0 0;
	text-align: center;
	line-height: 65px;
	border: solid 1px #f0504e;

}

.zhao_riqi_bottom {
	line-height: 70px;
	text-align: center;
}

.zhao_xq_top {
	background-color: #FFFFFF;
	height: 184px;
	display: flex;
	align-items: center;
	border-top: 1px solid #EEEEEE;
	padding: 0 33px 0 27px;
	justify-content: space-between;
}

.zhao_xq_top_body {
	display: flex;
}

.zhao_xq_top button {
	width: 153px;
	height: 40px;
	background-color: #ff732e;
	border-radius: 20px;
}

.zhao_xq_top_body {
	margin-top: 30px;
}

.zhao_xq_top_body_l {
	width: 380px;
	padding-right: 4px;
}

.zhao_xq_top_body p {
	margin-bottom: 12px;
}

.zhao_xq_top_center {
	max-width: 750px;
}

.zhao_xq_title {
	display: flex;
	align-items: center;
	height: 60px;
	justify-content: center;
}

.zhao_xq_title span {
	height: 1px;
	background-color: #00c6c9;
	width: 75px;
	display: inline-block;
}

.zhao_xq_xq {
	background-color: #FFFFFF;
	margin: 20px 0;
	padding-bottom: 20px;
}

.zhao_xq_xq_body {
	padding: 0 36px 0;
}

.zhao_xq_xq_body p {
	line-height: 26px;
}

.zhao_xq_zaixian {
	background-color: #FFFFFF;
	padding: 0 23px;
}

.zhao_xq_zaixian_top {
	display: flex;
	justify-content: space-between;
}

.zhao_xq_zaixian_top img {
	width: 370px;
	height: 300px;
}

.yuding_title {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
}

.yuding_title p {
	display: flex;
	align-items: center;
	margin-right: 74px;
}

.yuding_title p:last-child {
	margin-right: 0;
}

.yuding_title img {
	margin-right: 12px;
}

.yuding_tishi {
	margin-bottom: 20px;
}

.yuding_bianhao span {
	width: 46px;
	height: 46px;
	display: inline-block;
	border: 1px dashed #EEEEEE;
	text-align: center;
	line-height: 48px;
	margin: 0 20px 20px 0;
	cursor: pointer;
}

.yuding_bianhao span:nth-child(17n) {
	margin-right: 0;
}

.yiding {
	background-color: #00c6c9;
	color: #FFFFFF;
	border: 1px dashed #00c6c9 !important;
	cursor: no-drop !important;
}

.zanting {
	background-color: #f4f4f5;
	border: 1px dashed #f4f4f5 !important;
	cursor: no-drop !important;
}

.zhao_xq_luxian {
	background-color: #FFFFFF;
	margin: 20px 0;
	padding: 0 33px 30px;

}

.zhao_xq_luxian_souduo {
	height: 50px;
	background-color: #ffffff;
	border: solid 1px #00c6c9;
	width: 600px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.zhao_xq_luxian_souduo input {
	height: 100%;
	width: 450px;
	border: none;
	padding-left: 24px;

}

.zhao_xq_luxian_souduo button {
	height: 50px;
	background-color: #00c6c9;
	width: 150px;
}

.xq_ditu {
	height: 550px;
	border: 1px solid #EEEEEE;
}


/* 校园 */
.school_title {
	margin: 30px 0;
}

.school_tuijian_title {
	height: 75px;
	display: flex;
	align-items: center;
	padding: 0 25px 0 34px;
}

.school_tuijian_title img {
	margin-right: 5px;
	vertical-align: bottom;
}

.school_tuijian_title p {
	margin-right: 13px;
}

.school_tuijian_title span {
	margin-top: 5px;
}

.school_tuijian_list {
	width: 386px;
	background-color: #FFFFFF;

}

.school_tuijian_arry {
	padding: 0 25px 0 34px;
}

.school_tuijian_item {
	display: flex;
	align-items: center;
	height: 94px;
	border-top: 1px dashed #eeeeee;
}

.school_tuijian_item img {
	width: 59px;
	height: 59px;
	margin-right: 7px;
}

.school_tuijian_item_name {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 260px;
}

.school_tuijian_item_name span {
	max-width: 50%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.school_tuijian_body {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.school_tuijian_list:nth-child(1) .school_tuijian_title {
	border-top: 5px solid #7ad8d9;
}

.school_tuijian_list:nth-child(2) .school_tuijian_title {
	border-top: 5px solid #fac2aa;
}

.school_tuijian_list:nth-child(3) .school_tuijian_title {
	border-top: 5px solid #7fd9c4;
}

.school_tuijian {
	padding: 30px 0 30px;
}

.school_gongsi_dizhi span {
	display: inline-block;
	width: 146px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 10px;
	text-align: center;
	line-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 6px;
	box-sizing: border-box;
	margin: 0 10px 10px 0;
	cursor: pointer;
}

.school_gongsi_dizhi_active {
	background-color: #00c6c9 !important;
	color: #FFFFFF;
}

.school_gongsi_dizhi {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.school_gongsi_item {
	width: 390px;
	height: 252px;
	background-color: #ffffff;
	padding: 35px 33px 0 30px;
	box-sizing: border-box;
	position: relative;
	margin: 0 15px 20px 0;
}

.school_gongsi_item:nth-child(3n) {
	margin-right: 0;
}

.school_gongsi_xiaozhao {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(../img/xiaozhao_icon.png) no-repeat;
	background-size: 100% 100%;
}

.school_gongsi_list {
	margin-top: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.school_gongsi_item_top {
	display: flex;
	align-items: center;

}

.school_gongsi_item_top img {
	width: 60px;
	height: 60px;
	margin-right: 17px;
	border-radius: 10px;
}

.school_gongsi_item_name {
	margin-bottom: 14px;
}

.school_gongsi_item_center {
	line-height: 22px;
	margin: 20px 0 15px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;

}

.school_gongsi_item_buttom {
	width: 178px;
	height: 36px;
	background-color: #ffffff;
	border: solid 1px #dedede;
	line-height: 36px;
	text-align: center;
	margin: 0 auto;
}

.school_hot_leixing span {
	display: inline-block;
	width: 146px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 10px;
	text-align: center;
	line-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 6px;
	box-sizing: border-box;
	margin: 0 10px 10px 0;
	cursor: pointer;
}

.school_hot_leixing_active {
	background-color: #00c6c9 !important;
	color: #FFFFFF;
}

.school_hot_list {
	margin-top: 10px;
}


/* 企业 */
.qiye_bottom {
	margin-top: 57px;
}

/* 手机端 */
.app_banner {
	height: 573px;
	background: url(../img/app_banner2.png) no-repeat;
	background-position: center center;

}
.app_url_p{
		width: 473px;
		height: 60px;
		background-color: #ffffff;
		border-radius: 5px;
		display: flex;
		padding-left: 20px;
		align-items: center;
		box-sizing: border-box;
}
.app_url_p input{
	border: none;
	width: 89%;
}
.app_url_p img{
		width: 24px;
		height: 24px;
		margin-right: 8px;
}

.app_banner_right {
	position: relative;
	text-align: right;
}

.app_url {
	position: absolute;
	right: 0px;
	top: 270px;
	
	text-align: left;
	
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.app_url button{
		width: 156px;
		height: 60px;
		background-color: #00c6c9;
		border-radius: 5px;
		margin-left: 26px;
}

.app_erweima {
	position: absolute;
	right: 90px;
	top: 390px;
}

.app_erweima img {
	width: 156px;
	height: 156px;
}

.app_gongneng_item_txt {
	margin: 20px 0 12px;
}

.app_gongneng_item img {
	vertical-align: bottom;
}

.app_gongneng_item {
	text-align: center;
}

.app_gongneng_item_bottom {
	line-height: 24px;
}

.app_gongneng {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 320px;
}

.app_zhiwei {
	height: 370px;
	background-color: #fff9f9;
	display: flex;
	align-items: center;

}

.app_zhiwei_body {
	display: flex;
	align-items: center;
	justify-content: center;
}

.app_zhiwei_body img {
	margin-right: 315px;
}

.app_zhiwei_txt {
	margin-top: 40px;
	line-height: 39px;
}

.app_qiuzhi {
	height: 370px;
	background-color: #f4ffff;
	display: flex;
	align-items: center;
}

.app_qiuzhi_body {
	display: flex;
	align-items: center;
	justify-content: center;
}

.app_qiuzhi .app_qiuzhi_body img {
	margin-right: 0;
	margin-left: 266px;
}

/* 企业登录 */
.qy_login_banner {
	height: 490px;
	background: url(../img/qy_login_banner.png) no-repeat;
	background-position: center center;
	margin-top: 15px;
}

.qy_login_box {
	width: 382px;
	height: 362px;
	background-color: #ffffff;
	border-radius: 3px;
}

.qy_login_box_body {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;

}

.qy_login_box {
	padding: 0 39px;
	box-sizing: border-box;
}

.qy_login_box_title {
	text-align: center;
	line-height: 84px;
}

.qy_login_box input {
	height: 50px;
	background-color: #ffffff;
	border-radius: 25px;
	border: solid 1px #e5e5e5;
	width: 100%;
	padding-left: 37px;
	box-sizing: border-box;
	margin-bottom: 25px;
}

.qy_login_mima {
	margin-bottom: 20px !important;
}

.qy_login_wangji {
	text-align: right;
}

.qy_login_box button {
	height: 50px;
	background-color: #00c6c9;
	border-radius: 25px;
	width: 100%;
	margin: 15px 0;
}

.qy_login_gozhuce {
	text-align: center;
}

.qiye_login_title {
	text-align: center;
}

.qiye_login_title span {
	display: inline-block;
	width: 50px;
	height: 3px;
	background-color: #00c6c9;
	margin: 15px 0;
}

.qiye_login_youshi_item {
	width: 224px;
	height: 169px;
	background-color: #64cbeb;
}

.qiye_login_youshi_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
}

.qiye_login_youshi_item {
	padding-top: 29px;
	box-sizing: border-box;
	text-align: center;
}

.qiye_login_youshi_item img {
	vertical-align: bottom;
	margin-bottom: 8px;
}

.qiye_login_youshi_item:nth-child(2) {
	background-color: #f08490;
}

.qiye_login_youshi_item:nth-child(3) {
	background-color: #f4c577;
}

.qiye_login_youshi_item:nth-child(4) {
	background-color: #68c9d2;
}

.qiye_login_youshi_item:nth-child(5) {
	background-color: #7fe8ba;
}

.qiye_login_youshi {
	margin: 60px 0 118px;
}

.qiye_login_fuwu {

	height: 456px;
	background-color: #f9f9f9;
	padding-top: 70px;
	box-sizing: border-box;
}

.qiye_login_fuwu_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 60px;
}

.qiye_login_fuwu_list img {
	width: 90px;
	height: 90px;
	margin-bottom: 35px;
	border-radius: 20px;
}

.qiye_login_fuwu_item {
	width: 16.666%;
	text-align: center;
}

.qiye_jianzhi {
	display: flex;
	align-items: center;
	margin: 90px auto;
	justify-content: center;
	padding-left: 12px;
}

.qiye_jianzhi_right {
	width: 550px;
	margin-left: 184px;
}

.qiye_jianzhi_title span {
	width: 50px;
	height: 3px;
	background-color: #00c6c9;
	display: inline-block;
	margin: 12px 0 10px;
}

.qiye_jianzhi_body {
	line-height: 40px;
	margin-top: 50px;
}

.qiye_xiaoyuan .qiye_jianzhi_right {
	margin-left: 0;
	margin-right: 83px;
}

.zhuce3 {
	background: url(../img/qy_zhuce_banner.png) no-repeat;
	background-position: center center;
}

.zixun_banner {
	background: url(../img/zixun_banner.png) no-repeat;
	background-position: center center;
	height: 270px;
}

.zixun_top_list {
	display: flex;


	justify-content: space-between;
}

.zixun_top_item {
	width: 300px;
}

.zixun_top_item img {
	width: 285px;
	height: 165px;
	vertical-align: bottom;
	margin-bottom: 20px;
}

.zixun_top_item p {
	line-height: 28px;

}

.zixun_top {
	padding: 0 64px 30px 58px;
	background-color: #FFFFFF;
	margin: 30px auto;
	box-sizing: border-box;
}

.zixun_top_title span {
	display: inline-block;
	width: 5px;
	height: 28px;
	background-color: #00c6c9;
	margin-right: 9px;
}

.zixun_top_title {
	display: flex;
	align-items: center;
	height: 100px;
}

.zixun_item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
	height: 220px;
}

.zixun_list {
	padding: 0 100px 28px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

.zixun_more {
	height: 60px;
	background-color: #f4f4f4;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 28px 0 0;
	cursor: pointer;
}

.zixun_more img {
	margin-right: 6px;
}

.zixun_item img {
	width: 285px;
	height: 160px;
	margin-right: 46px;
}

.zixun_item_body {
	line-height: 26px;
	margin: 13px 0;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;

}

.zixun_xq_left {
	width: 825px;
}

.zixun_xq_body {

	padding: 55px 84px 0 45px;
	box-sizing: border-box;
	background-color: #ffffff;
}

.zixun_xq {
	display: flex;
	margin: 20px auto 50px;
	justify-content: space-between;
	align-items: flex-start;
}

.zixun_xq_right {
	width: 354px;
	padding: 0 28px 0 36px;
	box-sizing: border-box;
	background-color: #ffffff;
}

.zixun_xq_title {
	line-height: 40px;

}

.zixun_xq_time {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0 35px;
}

.zixun_xq_txt {
	line-height: 30px;
	padding-bottom: 100px;
}

.zixun_xq_img {
	text-align: center;
}

.zixun_xq_bottom {
	background-color: #FFFFFF;
	margin-top: 30px;
	padding: 0 55px 20px 43px;
	width: 100%;
	box-sizing: border-box;
}

.zixun_xq_bottom_title {
	display: flex;
	align-items: center;
	height: 90px;
}

.zixun_xq_bottom_title span {
	width: 3px;
	height: 16px;
	background-color: #00c6c9;
	display: inline-block;
	margin-right: 8px;
}

.zixun_xq_bottom_time {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0;
}

.zixun_xq_right_tiem {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.zixun_xq_right_item {
	border-bottom: 1px solid #e6e6e6;
	padding: 30px 0;

}

.zixun_xq_right_item:first-child {
	padding-top: 0;
}

/* 发现 */
.faxian_banner {
	height: 270px;
	background: url(../img/faxian_banner.png) no-repeat;
	background-position: center center;
}

.faxian_wenda_top_l {
	width: 50px;
	height: 50px;
	position: relative;
	margin-right: 14px;
}

.faxian_wenda_top_l .faxian_tx {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.faxian_wenda_top_l .faxian_lanv {
	position: absolute;
	width: 18px;
	height: 18px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.faxian_wenda_top {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}

.faxian_wenda_top_name {
	margin-bottom: 6px;
}

.faxian_wenda {
	padding: 20px 0 0px;
	border-bottom: 1px solid #e6e6e6;
}

.faxian_left {
	background-color: #FFFFFF;
	padding: 10px 20px 0;
	box-sizing: border-box;
	width: 882px;
	margin-bottom: 15px;
	
}

.faxian_body {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 30px;
}

.faxian_right {
	width: 305px !important;

}

.wen {
	width: 19px;
	height: 19px;
	background-color: #00c6c9;
	border-radius: 2px;
	display: inline-block;
	text-align: center;
	line-height: 18px;
	margin-right: 7px;
}

.faxian_wenda_wen {
	height: 50px;
	background-color: #f4f4f4;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 8px;
	margin: 10px 0 0;
}

.faxian_wenda_txt {
	line-height: 26px;
	position: relative;
}

.wenda_zan img {
	width: 18px;
	height: 19px;
	vertical-align: text-bottom;
	margin-right: 5px;
}

.faxian_wenda_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2px;
	height: 54px;
}

.wenda_img {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
}

.wenda_img img {
	width: 120px;
	height: 120px;
	background-color: #00c6c9;
	border-radius: 5px;
	margin: 0px 10px 10px 0;
}

.jiazai_more {
	width: 178px;
	height: 36px;
	background-color: #ffffff;
	border: solid 1px #00c6c9;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	margin: 20px auto 20px;
}

.faxian_huan {}

.faxian_huan img {
	width: 13px;
	height: 13px;
	margin-right: 4px;
}

.hot_huatu_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
}

.hot_huatu {
	background-color: #FFFFFF;
	padding: 0 27px 0 20px;
}

.hot_huatu_item {
	margin-bottom: 25px;
}

.hot_huatu_item span {
	width: 26px;
	height: 14px;
	background-color: #00c6c9;
	border-radius: 2px;
	display: inline-block;
	line-height: 14px;
	text-align: center;

}

.hot_huatu_list {
	padding-bottom: 10px;
}

.faxian_huida {
	margin-top: 20px;
	background-color: #FFFFFF;
	padding: 10px 22px 0;
}

.faxian_huida_title {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.faxian_huida_go {
	text-align: right;
}

.faxian_huida_go span {
	border: solid #999999;
	border-width: 0px 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	/* IE 9 */
	-moz-transform: rotate(-45deg);
	/* Firefox */
	-webkit-transform: rotate(-45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(-45deg);
	margin-left: 3px;
}

.faxian_huida_item_top {
	display: flex;
	align-items: flex-start;
	line-height: 22px;
}

.faxian_huida_item_top p {
	width: 90%;
}

.faxian_huida_item {
	background-color: #f4f4f4;
	padding: 13px 7px;
	margin-bottom: 10px;
}

.faxian_huida {
	padding-bottom: 30px;
}

/* 发现详情 */
.faxian_xq_banner {
	height: 271px;
	background: url(../img/faxian_xq_banner.png) no-repeat;
	background-position: center center;
}

.faxian_xq_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0 20px;
}

.faxian_xq_top_right_l {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	position: relative;
	margin-right: 15px;
}

.fx_tx {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.fx_lanv {
	width: 18px;
	height: 18px;
	border-radius: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}

.faxian_xq_top_right {
	display: flex;
	align-items: center;
}

.fx_guanzhu {
	width: 104px;
	height: 34px;
	border-radius: 17px;
	border: solid 1px #00c6c9;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
}
.faxian_xq_top_left{
	width: 70%;
}
.faxian_xq_wenti {
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.faxian_xq_name {
	margin-bottom: 15px;
}

.fx_xq_body_title {
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e6e6e6;
}

.fx_xq_body {
	padding: 0 22px 10px 27px;
	background-color: #FFFFFF;
	margin-bottom: -114px;
	position: relative;
	top: -126px;
	box-sizing: border-box;
}


.fx_xq_body_title_r button {
	width: 80px;
	height: 34px;
	border: solid 1px #00c6c9;
	background-color: #ffffff;
	font-size: 16px;
	color: #00c6c9;
}

/* .fx_zuixin {
	background-color: #00c6c9;
}
 */
.fx_zuire {
	border: solid 1px #00c6c9;
	margin-left: 20px;
	
}
.fx_zuire_active{
	background-color: #00c6c9 !important;
	color: #FFFFFF !important;
	
}

.fx_xq_body_title_r {
	font-size: 0;
}
.fx_xq_item{
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 0 0;
}
.fx_xq_more{
		width: 178px;
		height: 36px;
		background-color: #ffffff;
		border: solid 1px #00c6c9;
		margin: 50px auto 0px;
		text-align: center;
		line-height: 36px;
		cursor: pointer;
}
.fx_zhankai{
/* 	display: flex;
	align-items: center; */
	position: absolute;
	right: 0;
	bottom: 0px;
	cursor: pointer;
}
.fx_zhankai .jiantou{
	border: solid #00c6c9;
	border-width: 0px 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(45deg);
	margin-left: 3px;
	position: relative;
	top: -3px;
	margin-right: 2px;
}
.fx_xq_txt {
	line-height: 26px;
	position: relative;
	max-height: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
	padding-right: 60px;
     box-sizing: border-box;
}
.txt_auto{
	max-height: none;
	display:block;
}
.txt_auto .fx_zhankai .jiantou{
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(-135deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(45deg);
	position: relative;
	top: 0px;
}

.yi_denglu_top{
	display: flex;
	align-items: center;

}
.yi_denglu{
	padding: 18px 10px 0;
	box-sizing: border-box;
}
.yi_denglu_top img{
		width: 60px;
		height: 60px;
		border-radius: 100%;
		margin-right: 18px;
}
.yi_denglu_bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.yi_denglu_bottom img{
		width: 37px;
		height: 37px;
		margin-bottom: 10px;
}
.yi_denglu_bottom_item{
	text-align: center;
}
.index_user_name{
	margin-bottom: 10px;
}
.index_user_num{
	font-size: 20px;
	color: #00c6c9;
	margin-bottom: 10px;
}
.yi_denglu_center_item{
	text-align: center;
}
.yi_denglu_center{
	display: flex;
	align-items: center;
	padding: 0 15px;
	justify-content: space-between;
	margin: 25px 0 25px;
}
.yi_denglu_center_item{
	
}




.all_zhiwei{
	position: absolute;
		width: 694px;
		background-color: #ffffff;
		box-shadow: 0px 0px 6px 0px 
			rgba(39, 39, 39, 0.16);
			left: 220px;
			z-index: 9;
			padding:5px 30px 20px 16px ;
			box-sizing: border-box;
			display: none;
			top: 0;
			 transition: all 1s ease-in;
}
.all_zhiwei_title{
	margin: 15px 0;
}
.all_zhiwei_list{
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}
.all_zhiwei_list p{
	width: 105px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 10px;
	box-sizing: border-box;
}
.all_zhiwei_qrry{
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 520px;
}
.all_zhiwei_qrry span{
	margin: 0 30px 12px 0;
	color: #666666 !important;
	display: inline-block;
}
.all_zhiwei_active{
	display: inline-block;
	transition: all 1s ease-in;
}


.lianxi_huoqu{
	width: 104px;
		height: 24px;
		background-color: #00c6c9;
		border-radius: 3px;
		line-height: 24px;
		text-align: center;
		cursor: pointer;
		margin-left: 30px;
}
.qy_lianxi_top{
	display: flex;
	align-items: center;
}
.qy_lianxi{
	line-height: 30px;
}

.lianxi_user{
	display: flex;
	align-items: center;
	margin:40px 0 20px;
}
.lianxi_user img{
		width: 61px;
		height: 61px;
		margin-right: 20px;
		border-radius: 100%;
}
.zhiwei_lianxi{
	margin: 30px 0 40px;
	
}
.lianxi_user_name{
	margin-bottom: 10px;
}

	
.no_login,.no_app{
		width: 512px;
		height: 399px;
		background-color: #ffffff;
		border-radius: 10px;
		text-align: center;
		box-sizing: border-box;
		padding-top: 50px;
		display: none;
	
}
.no_login button,.no_app button{
		width: 168px;
		height: 50px;
		background-color: #00c6c9;
		border-radius: 2px;
		line-height:50px;
}
.no_login p,.no_app p{
	margin: 25px 0;
}
	
.no_app_top{
	position: relative;
}
.no_app_down{
	width: 50px;
		height: 50px;
		position: absolute;
		left: 50%;
		bottom: 51px;
		transform: translate(-43%,0%);
}
.rencai_lianxi{
	margin-bottom: 30px;
}

.qy_yi_denglu{
	display: none;
}


.index_lianxi{
		width:145px;
			height: 470px;
		background: url(../img/indexlianxi_bg4.png) no-repeat;
		background-size: 100% 100%;
		position: fixed;
		top: 25%;
		right: 0;
		box-sizing: border-box;
}
.idex_kefu_time{
	text-align: center;
	font-size: 16px;
	padding-top: 78px;
	color: #059f6b;
font-weight: bold;
	
}
.idex_kefu_time p{
	margin-bottom: 5px;
}
.index_lianxi_list{
	margin-top: 86px;
	text-align: center;
}
.index_lianxi_item{
	margin-bottom: 15px;
	
	height: 40px;
}
.index_lianxi_item p:last-child{
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	/* margin-top: px; */
}
.index_lianxi_erweima {
	width: 110px;
		height: 110px;
	    margin: 0px auto 0;
}
.index_lianxi_erweima img{
	width: 100%;
	height: 100%;
}
.go_top{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 13px;
	line-height: 42px;
	font-size: 22px;
	color: #00c6c9;
	cursor: pointer;
	font-weight: bold;
}
.lianxi_tan {

	width: 472px;
		/* height: 770px; */
	background: url(../img/lianxi_tan_bg2.png) no-repeat;
	background-size: 100% 100%;
}
.layui-layer-content::-webkit-scrollbar{
    display:none;
}
.lianxi_tan_tishi {
	color: #333333;
	    font-size: 20px;
	    padding-left: 97px;
	    box-sizing: border-box;
	    padding-top: 361px;
}

.lianxi_tan_tishi p {
	margin-bottom: 14px;

}

.lianxi_tan_wei {
	display: flex;
	justify-content: center;
	
	margin: 24px 0 0 0;
	padding-left: 18px;
}

.lianxi_tan_erweima {
	width: 167px;
	height: 167px;
	border: 11px solid #00c6c9;
	margin: 0 20px;
}

.lianxi_tan_erweima img {
	width: 100%;
	height: 100%;
}

.lianxi_tan_bottom {
	display: flex;
	justify-content: center;
	height: 90px;
	align-items: center;
	padding-left: 25px;
}

.yitianjia {
	width: 142px;
	height: 41px;
	background-color: #00c6c9;
	font-size: 16px;
	color: #ffffff;
	line-height: 41px;
	text-align: center;
	margin-right: 16px;
}

.tan_shouhou {
	width: 142px;
	height: 41px;
	background-color: #cccccc;
	font-size: 16px;
	color: #999999;
	line-height: 41px;
	text-align: center;
}

.myskin {
	background: none !important;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.index_lianxi_img{
	text-align: center;
	/* padding-right: 4px; */
	margin-top: -2px;
}
.index_lianxi_img p{
	line-height: 23px;
	font-size: 12px;
	color: #333333;
}
.xq_goutong{
	width: 100px;
	height: 32px;
	background-color: #00c6c9;
	border-radius: 16px;
	margin: 0 20px 0 40px;
}
.xq_toudi{
	width: 100px;
		height: 32px;
		background-color: #ffffff;
		border-radius: 16px;
		border: solid 1px #00c6c9;

}
.wanshan_top{
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wanshan_top img{
	margin-right: 5px;
}
.wanshan_jiben{
	height: 395px;
		background-color: #ffffff;
		box-shadow: 0px 0px 10px 0px 
			rgba(39, 39, 39, 0.24);
		border-radius: 20px;
		padding: 0 27px;
}

	
.wanshan_yixiang{
		
		background-color: #ffffff;
		box-shadow: 0px 0px 10px 0px 
			rgba(39, 39, 39, 0.24);
		border-radius: 20px;
		margin: 20px 0;
		padding: 0 27px 20px;
}
.wanshan_title{
	display: flex;
	align-items: center;
	height: 70px;
}
.wanshan_title span{
	width: 6px;
		height: 21px;
		background-color: #00c6c9;
		margin-right: 8px;
}
.gongzuo_riqi,.riqi{
		width: 105px;
	  margin-left: 10px;
}
.wanshan_go{
	text-align: center;
}
.wanshan_go button{
	width: 260px;
		height: 50px;
		background-color: #00c6c9;
		border-radius: 25px;
		margin-top: 30px;
}
.tan_cishu{
	width:465px;
		height:583px;
	background: url(../img/tancishu_bg3.png?v=1.0.5) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	padding-top:239px;
	box-sizing: border-box;
}
.tan_cishu_title{
	font-size: 26px;
	color: #f36501;
}
.tan_cishu_txt{
	font-size: 30px;
	color: #f36501;
}

.tan_cishu_txt{
	margin: 15px 0 15px;
}
.tan_cishu button{
	font-size: 30px;
	color: #f36501;
	width: 246px;
		height: 66px;
		background-image: linear-gradient(-45deg, 
			#fcc6a0 0%, 
			#f7eae1 100%), 
		linear-gradient(
			#e89324, 
			#e89324);
		background-blend-mode: normal, 
			normal;
		box-shadow: 0px 3px 24px 0px 
			rgba(100, 105, 116, 0.35);
		border-radius: 51px;
}
.back_none{
	background: none !important;
	box-shadow:none !important;
}
.tan_cishu2{
	width:620px;
		height: 572px;
	background: url(../img/shengji_bg2.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	padding-top: 110px;
	box-sizing: border-box;
}
.tan_cishu_title2{
	font-size: 26px;
	color: #00baba;
}
.tan_cishu_txt2{
	font-size: 30px;
	color: #00baba;
}

.tan_cishu_txt2{
	margin: 60px 0 30px;
}
.tan_cishu2 button{
	font-size: 40px;
	color: #00baba;
	width:440px;
		height: 101px;
			background-color: #ffffff;
		border-radius: 10px;
		margin-top: 106px;
}

.zhiwei1_shaixuan_list{
	display: flex;
	align-items: flex-start;
	border-bottom:1px solid #f4f4f4 ;
}
.zhiwei1_shaixuan{
	background-color: #ffffff;
	margin-top: 10px;
	padding: 0px 10px ;
	
}
.zhiwei1_shaixuan_arry span{
	margin: 0 20px 20px 0;
	cursor: pointer;
}
.zhiwei1_shaixuan_arry{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 1081px;
}
.zhiwei1_shaixuan_list{
	/* padding: 10px; */
	height: 20px;
	overflow: hidden;
	padding: 15px 0;
}
.zhiwei1_zhankai{
	cursor: pointer;
	position: relative;
	top: 4px;
	
}
.zhiwei1_zhankai img{
	transform: rotate(180deg);
	transition: all 0.5s;
}
.zhiwei1_shaixuan_kai{
	height: auto !important;
}
.zhiwei1_shaixuan_kai .zhiwei1_zhankai img{
	transform: rotate(0deg)
}
.zhiwei1_xuan_list{
	width: 99px;
		height: 31px;
		background-color: #ffffff;
		border: 1px solid #e6e6e6;
		padding-left: 10px;
		box-sizing: border-box;
		cursor: pointer;
		display: flex;
		align-items: center;
		margin-right: 17px;
}
.zhiwei1_xuan_list input{
	width: 70%;
	border: none;
	cursor: pointer;
}
.zhiwei1_xuan_list img{
		width: 10px;
		height: 6px;
}
.zhiwei1_shaixuan_active{
	color: #00baba;
}
.job_fenlei_list_hangye{
	height: 29px;
	overflow: hidden;
}
.tan_cishu_kefu_left{
	width: 183px;
		height: 120px;
		background-color: #fdfdfd;
		border-radius: 10px;
		margin-right: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
}
.tan_cishu_kefu_left img{
	width: 102px;
		height: 102px;
		margin: 0 8px;
}
.tan_cishu_kefu_right{
	width: 244px;
		height: 120px;
		background-color: #fdfdfd;
		border-radius: 10px;
		padding-top: 20px;
		box-sizing: border-box;
		text-align: center;
}
.tan_cishu_kefu_num{
	margin-top: 6px;
}
.tan_cishu_kefu{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.tan_cishu_kefu_left p{
	width: 22px;
	line-height: 26px;
}
.top1_sousuo {
	border-radius: 25px;
	width: 786px;
		border: solid 1px #00c6c9;
		height: 50px;
		display: flex;
		box-sizing: border-box;
		 
}
.top1_sousuo p {
	width: 112px;
	height: 40px;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	padding-left: 24px;
	box-sizing: border-box;
	background-color: #f6f6f6;
	cursor: pointer;
	border-radius: 24px;
}
.sousuo_left,.sousuo_left1{
	z-index: 9;
}
.sousuo_rc{
	
	background-color: #00baba;
	pointer-events: all;
}
.top1_sousuo p img {
	margin-left: 9px;
	vertical-align: middle;
}

.top1_sousuo input {
	padding-left: 20px;
	box-sizing: border-box;
	height: 100%;
	width: 526px;
	border: none;
}

.top1_sousuo button {
	width: 153px;
	height: 40px;
	background-color: #00c6c9;
	border-radius: 25px 23px 23px 25px;
}

.top1_sousuo button img {
	margin-right: 10px;
	vertical-align: middle;
}
.top1_search_right{
	width: 217px;
		height: 94px;
		background-color: #ffffff;
		box-shadow: 0px 0px 13px 0px 
			rgba(0, 0, 0, 0.06);
		border-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
}
.top1_search_right_down{
	margin-bottom: 10px;
}
.top1_search_right img{
	width: 68px;
		height: 68px;
		margin-left: 13px;
}
.top1_search{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 120px;
}
.top1_search_hot{
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.top1_search_hot span{
	margin-right: 30px;
	cursor: pointer;
}
.yi_denglu{
	background-color: #ffffff;
	width: 220px;
}
.top1_top_right a{
	cursor: pointer;
}
.top1_search_box{
	
}
.dingyi_xinzi input{
	width: 52px;
		height: 24px;
		background-color: #ffffff;
		border-radius: 3px;
		border: solid 1px #eaeaea;
		padding-left: 10px;
		box-sizing: border-box;
		margin: 0px 5px;
}
.dingyi_xinzi{
	display: flex;
	position: relative;
	top: -9px;
	align-items: center;
	
}
.dingyi_xinzi button{
	width: 52px;
		height: 24px;
		background-color: #00c6c9;
		border-radius: 3px;
		margin-left: 5px;
}
.zhiwei_time input{
	width: 99px;
		height: 31px;
		background-color: #ffffff;
		border: 1px solid #e6e6e6;
		padding-left: 10px;
		box-sizing: border-box;
}
.erji_xuan{
	display: inline-block;
	width: 16px;
		height: 16px;
	background: url(../../pchtml/user/img/erji_jia.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
	margin-right: 5px;
}
.tan_xuan_zhiwei_er_active .erji_xuan{
	background: url(../../pchtml/user/img/erji_jian.png) no-repeat;
	background-size: 100% 100%;
}

.faxian_tab_box{
	background-color: #ffffff;
	margin-bottom: 10px;
}
.faxian_tab{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
}
.faxian_tab_box_left span{
	margin-right: 55px;
	line-height: 70px;
	display: inline-block;
	cursor: pointer;
}
.faxian_tab_active{
	color: #00c6c9;
	position: relative;
}
.faxian_tab_active::before{
	content: '';
	width: 100%;
	height: 3px;
	background-color: #00bab9;
	position: absolute;
	bottom: 0;
}
.faxian_tab_box_right button{
	width: 58px;
		height: 24px;
		background-color: #f4f4f4;
		border-radius: 12px;
}
.tan_xuan_zhiwei_right_body input{
	vertical-align: middle;
	margin-right: 0px ;
}
.tan_xuan_zhiwei_right {
	width: 700px;
	padding-top: 10px;
}
.zhiwei_jing{
	
	margin: 10px 0;
	background-color: #ffffff;

	padding: 13px 15px;
	
}
.zhiwei_jing_left span{
	margin-right: 30px;
	cursor: pointer;
	line-height: 30px;
}
.zhiwei_jing button{
	width: 116px;
	height: 24px;
	background: none;
	border: 1px solid #dfdfdf;
	border-radius: 10px;
}
.zhiwei_jing_active{
	color: #00bab9;
}
.zhiwei_login{
	width: 200px;
		height: 300px;
		background-color: #ffffff;
		border-radius: 10px;
		margin-bottom: 5px;
}
.zhiwei_adver img{
	max-width: 200px;
		max-height: 160px;
		vertical-align: bottom;
		margin-bottom: 10px;
}
.zhiwei_adver img:last-child{
	margin-bottom: 0;
}
.zhiwei_login_top{
	height: 55px;
	display: flex;
	border-bottom: 1px solid #e1e1e1;
}
.zhiwei_login_top span{
	width: 50%;
	text-align: center;
	cursor: pointer;
	line-height: 55px;
}
.zhiwei_login_active{
	color: #00bab9;
	border-bottom: 1px solid #00bab9;
}
.zhiwei_login_shouji input{
	width: 100%;
}
.zhiwei_login_list{
	border-bottom: 1px solid #e1e1e1;
	padding: 30px 0 10px;
}

.zhiwei_login_ma{
	display: flex;
	justify-content:space-between;
}
.zhiwei_login_ma input{
	width: 55%;
	
}
.zhiwei_login_ma button{
	color: #00baba;
	background-color: #ffffff;
}
.zhiwei_login_center{
	padding: 0 15px;
}
.zhiwei_login_list input{
	height: 100%;
	border: none;
}
.zhiwei_login_bottom{
	padding: 11px 15px 0;
}
.zhiwei_login_bottom button{
	height: 40px;
		background-color: #00baba;
		border-radius: 20px;
		width: 100%;
		margin: 10px 0 ;
}
.zhiwei_login_bottom input{
	width: 15px;
	height: 15px;
	margin-right: 5px;
	vertical-align: middle
}
.zhiwei_login_bottom p{
	white-space: nowrap;

}
.zhiwei_join{
	display: none;
}
.gr_xinxi{
	
		background-color: #ffffff;
		border-radius: 10px;
		padding:15px 10px 10px;
		box-sizing: border-box;
}
.gr_xinxi_top_left{
	width: 50px;
		height: 50px;
		background-color: #ffffff;
		border: solid 1px #00c6c9;
		padding: 2px;
		box-sizing: border-box;
		border-radius: 100%;
		margin-right: 5px;
}
.gr_xinxi_top_left img{
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.gr_xinxi_top{
	display: flex;
	align-items: center;
}
	
.gr_xinxi_right img{
	width: 18px;
		height: 18px;
		margin-left: 5px;
}
.gr_xinxi_xueli{
	margin-top: 10px;
}
.gr_xinxi_xueli span{
	margin-right: 15px;
	position: relative;
}
.gr_xinxi_xueli span:last-child{
	margin-right: 0;
}
.gr_xinxi_xueli span::before{
	content: '';
	display: inline-block;
	height: 10px;
	background-color: #999999;
	width: 1px;
	position: absolute;
	top: 5px;
	right: -7px;
}
.gr_xinxi_xueli span:last-child:before{
	content: none;
}
.gr_xinxi_zhuangtai_left{
	width: 128px;
		height: 30px;
		background-color: #ffffff;
		border-radius: 12px;
		border: solid 1px #e0e0e0;
		text-align: center;
		line-height: 30px;
		box-sizing: border-box;
}
.gr_xinxi_zhuangtai_left img{
	margin-left: 2px;
	vertical-align: middle;
}
.gr_xinxi_zhuangtai  a{
	width: 46px;
		height: 30px;
		background-color: #ffffff;
		border-radius: 12px;
		border: solid 1px #e0e0e0;
		line-height: 30px;
		text-align: center;
		box-sizing: border-box;
}
.gr_xinxi_zhuangtai{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 68px;
}
.gr_xinxi_shujv{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gr_xinxi_shujv_item{
	text-align: center;
}
.gr_xinxi_shujv_item p:first-child{
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.zw_jianli{
	height: 102px;
		background-image: linear-gradient(150deg, 
			#efffff 0%, 
			#ffffff 100%);
		border-radius: 10px;
		padding: 0 12px;
		box-sizing: border-box;
		margin: 10px 0;
}
.zw_jianli button{
	height: 30px;
		background-color: #00c6c9;
		border-radius: 12px;
		width: 100%;
}
.zw_jianli p{
	line-height: 55px;
}
.zw_user{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 10px;
	padding-bottom: 5px;
	box-sizing: border-box;
}
.zw_user_item{
	text-align: center;
	width: 33.33%;
	margin-bottom: 5px;
}
.zw_user{
	height: 175px;
		background-color: #ffffff;
		border-radius: 10px;
}
.zw_user_item img{
	vertical-align: bottom;
	margin-bottom: 4px;
}
.zw_yinsi{
	height: 202px;
		background-color: #ffffff;
		border-radius: 10px;
		padding: 0 12px;
		box-sizing: border-box;
		margin-top: 10px;
}
.zw_yinsi_title{
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.zw_yinsi_list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}
.zw_user a{
	color: #666;
}
.zhiwei_jing_left {
	
	
	word-break: break-all;
}
.zhiwei_login_go{
 text-align: center;
}