.nav {
	display: flex;
	width: 100%;
	min-width: 190px;
	margin: 30px auto 10px;
	padding: 0 20px;
	overflow: visible;
	justify-content: center;
	box-sizing: border-box;
}

.to-page {
	display: flex;
	width: 35%;
	height: 85px;
	padding: 0;
	margin: 1% 5px;
	border-radius: 3px;
	flex-direction: column;
	font-size: 12px;
	background: #7483d2;
	color: #fff;
	justify-content: center;
	align-items: center;
	box-sizing: content-box;
}

.nav .to-page .iconfont {
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 5px;
}

.pic-tips {
	position: absolute;
	height: 80px;
	line-height: 1;
	background: none;
	top: -3px;
	width: 100%;
	left: 0;
	font-size: 14px;
	justify-content: space-between;
	border: 1px solid #333;
	border-bottom: none;
}

.pic-tips span {
	display: inline-block;
	width: 12.5%;
	padding: 3px 10px;
	text-align: center;
	border-right: 1px solid #999;
	box-sizing: border-box;
}

.canvas-background {
	border-top: 1px solid #999;
}

.bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 10%;
	background-color: #f2f2f2;
	z-index: -1;
}

.bg:nth-child(2) {
	top: 40%;
	border-bottom: 1px solid #999;
	box-sizing: border-box;
}

.bg:nth-child(3) {
	top: 50%;
}

.bg:nth-child(4) {
	top: 90%;
}


.part-tips {
	padding: 0 20px 20px;
	font-size: 12px;
	text-align: justify;
	color: #666;
	line-height: 18px;
}

.part-tips .part-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}

.part-tips .part-item:last-child {
	margin-bottom: 0;
}

.part-item>span:first-child {
	width: 20px;
	min-width: 20px;
}

.part-item div span {
	display: block;
	margin-bottom: 5px;
}

.career-box {
	padding: 0 20px 20px;
	font-size: 14px;
	color: #4352A5;
}

.bottom-function {
	display: block;
	position: relative;
	width: 100%;
	padding: 10px 20px 0;
	font-size: 14px;
	box-sizing: border-box;
}

.bottom-function .bottom-function-head {
	position: relative;
	height: 60px;
	line-height: 60px;
	text-align: center;
	overflow: hidden;
	color: #555;
}

.bottom-function .bottom-function-head .line {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: inline-block;
	content: '';
	width: 100%;
	height: 1px;
	margin-top: -1px;
	background: #ddd;
}

.bottom-function .bottom-function-head .txt {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 10px;
	width: 180px;
	height: 19px;
	line-height: 19px;
	background: #fff;
	font-size: 15px;
	font-weight: bold;
}

.bottom-function ul li {
	display: flex;
	width: 100%;
	position: relative;
	padding: 10px 0 10px 25px;
	font-size: 15px;
	height: 40px;
	align-items: center;
	margin-left: -25px;
	box-sizing: border-box;
}

.chose {
	transform: scale(0.6);
}

.empower-tips {
	position: absolute;
	margin-left: 21px;
	bottom: -3px;
	font-size: 8px;
	color: #999;
}

.share-box {
	display: flex;
	width: 100%;
	min-width: 200px;
	margin: 30px auto;
	align-items: center;
	font-size: 12px;
	box-sizing: border-box;
	flex-wrap: wrap;
}

.share-item {
	display: flex;
	position: relative;
	width: 50%;
	padding: 0;
	margin: 0 0 20px;
	align-items: flex-start;
	background: none;
	border: none;
	outline: none;
	box-sizing: border-box;
}

.share-item .icon-box {
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-top: 5px;
  content: '';
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid #7483d2;
}

.share-item span {
	display: flex;
	flex-direction: column;
	font-size: 8px;
	padding-left: 8px;
	line-height: 1.5;
	color: #999;
	align-items: flex-start;
	text-align: justify;
	letter-spacing: 0;
}

.share-item::after, .share-item::before {
	background: none;
	outline: none;
	border: none;
}

.share-item .iconfont {
	font-size: 18px;
	color: #7483d2;
	padding: 0;
}

.chose {
	transform: scale(0.6);
}

.item-text span:first-child {
	font-size: 14px;
	color: #000;
}

.item-text span:last-child {
	display: block;
	width: 89px;
	letter-spacing: 0;
}

.share-box .share-item:nth-child(odd) {
	padding-right: 5px;
}

.share-box .share-item:nth-child(even) {
	padding-left: 5px;
}

.icon-duoxuankuang1 {
	color: #ccc;
}

.icon-duoxuankuang {
	color: #7483d2;
}


.career-info {
  display: flex;
  flex-direction: column;
  line-height: 1.75;
  padding: 0 0 0 40px;
  margin: -5px 0 15px;
  border-radius: 3px;
  font-size: 12px;
  color: #333;
  box-sizing: border-box;
}

.edit-info {
	margin-top: 10px;
}

.edit-title {
	display: flex;
	align-items: center;
	/* color: #333; */
	color: #4352A5;
	margin-bottom: 3px;
}

.edit-tips span {
	display: block;
	font-size: 8px;
	margin-bottom: 3px;
	line-height: 1.5;
	color: #999;
}

.edit-title .icon-tiaozhuan {
	margin-left: 5px;
	font-size: 12px;
	color: #4352A5;
}

.bottom-function .share-box:nth-child(4) .share-item {
	width: 100%;
}

.bottom-function .share-box:nth-child(4) .share-item .item-text span:last-child
	{
	width: 100%;
}

.m_footer_company {
  line-height: 1.7;
  padding: 10px 0 15px;
  font-size: 12px;
  text-align: center;
  color: #888;
}

.weixin_scan {
	margin: 30px 0 10px;	
	color: #666;
}

.weixin_scan img {
	display: block;
	width: 45%;
	max-width: 45%;
	padding: 5px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
}

.weixin_scan .split {
	display: block;
	margin: 0 auto;
	padding-top: 7px;
	font-size: 14px;
	text-align: center;
}

.rd_code_title {
    margin: 7px auto 0;
	font-size: 12px; 
	text-align: center;
}