html {
	background-color: #F5F5F5
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul li {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

.content {
	margin-left: 210px;
	padding: 20px;
	background-color: #f5f5f5;
}

.mshow {
	display: none;
}

.pcshow {
	display: block;
}

.main {
	height: 100%;
	display: flex;
	width: 100%;
	background-color: #F5F5F5;
	position: relative;
	left: 0;
	top: 0;
	z-index: 10;
}

.loading {
	display: none;
}

.top {
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: flex-end;
	background-color: #fff;
	padding-right: 20px;
	position: fixed;
	top: 0px;
	left: 0px;
}

.top img {
	width: 22px;
	height: 22px;
}

.top .back {
	height: 70px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.left {
	width: 210px;
	background-color: #333333;
	color: #FFFFFF;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	overflow: auto;
}

.left .acalogo {
	padding: 10px;
	width: 100%;
}

.left ul li {
	height: 30px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 0 16px;
}

.left ul li>div {
	height: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.left ul li img {
	width: 16px;
	height: auto;
	margin-right: 4px;
}
.left ul li img.icon_awards{
	width: 16px;
	margin-left: 3px;
}

.nav_left_width {
	width: 18px;
}

.realt {
	height: 100%;
	position: relative;
}

.navbox {
	width: 100%;
	border-top: #f5f5f5;
}

.feedback {
	width: 100%;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	position: relative;
	cursor: pointer;
	opacity: 1;
	background: #333333;
	padding-left: 16px;
	height: 35px;
	line-height: 35px;
}

.feedback>img {
	width: 17px;
	margin-right: 7px;
}

.feedback>a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

.feedback>a:hover {
	color: #fff;
	text-decoration: none;
}

.feedback>a.on {
	color: #0077cc;
}

/* .navExit {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	opacity: 1;
	background: #333333;
	padding-left: 16px;
	height: 35px;
	line-height: 35px
} */

.navExit>img {
	width: 20px;
	margin-right: 4px;
}

.navExit>span {
	font-size: 12px;
	color: #fff;
}

.right {
	width: 100%;
	height: 70px;
	margin-left: 180px;
	position: relative;
	display: none;
}

.right .indextit {
	font-size: 22px;
	font-weight: bold;
	margin-left: 20px;
	padding-left: 20px;
	display: flex;
	align-items: center;
	/*background-color: #FFFFFF;*/
}

.right .indextit .xginfo {
	border: 1px solid #0077cc;
	padding: 5px 10px;
	color: #0077cc;
	font-weight: normal;
	border-radius: 10px;
	margin-left: 20px;
	display: flex;
	align-items: center;
}

.right .indextit .xginfo img {
	width: 20px;
	margin-right: 3px;
}

#leftnav {
	text-align: center;
	color: #fff;
	line-height: 50px;
	padding: 0px;
	padding-bottom: 0;
	margin: 0;
}

.personal_child div{
	font-size: 12px;
	white-space: nowrap;

}

#leftnav a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	display: flex;
	text-align: left;
	width: 100%;
}

#leftnav li:hover,
.feedback:hover,
.navExit:hover {
	background: #3c3d3d;
}

#leftnav li.nav_active,
.feedback.nav_active {
	background: rgba(0, 95, 156, 0.7);
}

.firstLoad {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: #f5f5f5;
}

.firstLoad img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -18px;
	margin-left: -18px;
}

#goTop {
	display: none;
}

.personal_box0,.personal_box1,.personal_box2,.personal_box3,.personal_box4{
	display: none;
}

.personal_item{
	font-size: 12px;
	line-height: 1.5;
	display: flex;
	align-items: flex-start;
	text-align: left;
	padding: 5px 0 5px 40px;
}

.personal_item img{
	width: 16px;
	height: auto;
	margin-right: 5px;
}

.personal_item span{
	font-size: 12px;
}

.personal_item:hover{
	cursor: pointer;
	background: #3c3d3d;
}

.personal_active{
	background: rgba(0, 95, 156, 0.7) !important;
	color: #fff;
}
.left ul li>div.triangle0,
.left ul li>div.triangle1,
.left ul li>div.triangle2,
.left ul li>div.triangle3,
.left ul li>div.triangle4
 {
	margin-right: 10px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
}

.info_edit,
.company_info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 44px;
}

.info_edit span,
.company_info span{
	font-size: 12px;
}

.info_edit img,
.company_info img {
	width: 14px;
	height: 14px;
	margin-right: 5px;
}


#leftnav sup {
	position: relative;
	top: 4px;
	font-size: 12px;
	line-height: 0;
	vertical-align: baseline;
}
.back_blue {
	background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/Web/wellbeingworkplace/back-b.png) no-repeat bottom;
	background-size: cover;
	color: #fff;
}
.back_white {
	background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/Web/wellbeingworkplace/back-w.png) no-repeat bottom;
	background-size: cover;
}
@media (max-width: 768px) {
	#goTop {
		display: block;
		bottom: 10%;
		box-shadow: 0 0 5px 0 #ccc;
		padding: 5px 10px;
		position: fixed;
		z-index: 3;
		background-color: #FFFFFF;
		right: 1%;
		color: gray;
		cursor: pointer;
		border-radius: 5px;
	}

	#goTop div span {
		font-size: 30px;
		text-align: center;
		color: gray;
		margin-left: 20%;
	}

	.content {
		width: 100%;
		margin-left: 0;
		background-color: #fff;
		padding: 10px;
		margin-top: 50px;
	}

	.mmenu {
		display: none;
	}

	.mshow {
		display: block;
	}

	.pcshow {
		display: none;
	}

	.right {
		height: 50px;
	}

	.top .back {
		height: 50px;
	}

	.mobilemain {
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 15;
		width: 100%;
	}

	.mobilemain .top {
		padding: 0 10px;
		height: 50px;
		color: #fff;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #393939;
		font-size: 14px;
	}

	.top img {
		width: 20px;
		height: 20px;
	}

	.mtit,
	.back {
		font-size: 14px;
	}

	.back img {
		width: 20px;
		height: 20px;
	}

	.mmenu {
		background: #333;
		width: 200px;
		height: 100%;
		box-shadow: 0 0 10px 0 #333;
		position: fixed;
		top: 50px;
		z-index: 8;
		left: 0px;
		bottom: 0;
		overflow-y: auto;
	}

	.mmenu .menulogo {
		background: #333;
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.mmenu .menulogo img {
		width: 120px;
		padding-top: 10px;
		margin: 0;
		padding-bottom: 0;
	}

	.ma #mleftnav {
		width: 100%;
		text-align: center;
		line-height: 30px;
		color: #fff;
		font-size: 12px;
		margin: 0;
		padding: 0;
	}

	.ma #mleftnav a,
	.feedback>a,
	.navExit span {
		color: #fff;
		text-decoration: none;
		margin: 0;
		text-align: left;
		font-size: 12px;
		width: 100%;
	}

	#mleftnav li:hover {
		background: rgba(0, 95, 156, 0.7);
	}

	.nav_active {
		background: rgba(0, 95, 156, 0.7);
		color: #fff;
	}
	.mmenu .ma{
		padding-bottom: 80px;
	}

	.feedback {
		width: 200px;
		bottom: 55px;
		/* border-top: solid 1px #e5e5e5; */
		padding-left: 10px;
	}

	.feedback>img,
	.navExit>img {
		margin-right: 5px;
	}

	.feedback>a {
		color: #fff;
	}

	/* .navExit {
		width: 200px;
		bottom: 55px;
		padding-left: 10px;
	} */

	.navExit>span {
		color: #fff;
	}

	.ma #mleftnav li div img {
		width: 18px;
		height: auto;
		margin-right: 5px;
	}
	.info_edit, .company_info{
		padding-left: 33px;
	}
	.ma #mleftnav li div img.icon_awards{
	width: 16px;
	margin-left: 2px;
}
	#mleftnav li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-left: 8px;
	}

	#mleftnav li>div {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
	}

	#mleftnav li>div.triangle0,
	#mleftnav li>div.triangle1,
	#mleftnav li>div.triangle2,
	#mleftnav li>div.triangle3,
	#mleftnav li>div.triangle4 {
		margin-left: 0;
		margin-right: 10px;
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid #fff;
	}

	#mleftnav .personal_item div{
		font-size: 12px;
	}



}

@media (max-width: 1000px) {
	.left ul li {
		height: 24px;
	}

	#leftnav a,
	.feedback>a,
	.navExit span {
		font-size: 12px;
		line-height: 20px;
	}
}

@media (max-width: 1366px) {

	.left ul li,
	.navExit,
	.feedback {
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
}

.divSwitch {
	margin-right: 16px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 20px;
}

.switch input {
	display: none;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 2px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #206bc4;
}

input:focus+.slider {
	box-shadow: 0 0 1px #206bc4;
}

input:checked+.slider:before {
	-webkit-transform: translateX(28px);
	-ms-transform: translateX(28px);
	transform: translateX(28px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	box-shadow: 1px 1px 5px rgb(204 204 204 / 50%) inset;
}

::-webkit-scrollbar-thumb {
	min-height: 20px;
	background-clip: content-box;
	box-shadow: 0 0 0 5px rgb(204 204 204) inset;
	border-radius: 10px;
}