.page-wrapper .container-xl{
	width: 100%;
	max-width: 100%;
	padding: 0 0;
	margin: 0 0;
}
.page-wrapper .page-body{
	margin: 0 0;
	padding: 0 0;
}
@media (min-width: 1200px){
	.page-wrapper .container-xl{
		width: 100%;
		max-width: 100%;
		padding: 0 0;
		margin: 0 0;
	}
}
.back_white {
    background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/Web/wellbeingworkplace/back-w.png) no-repeat bottom;
    background-size: cover;
    padding: 60px 60px;
}
.back_blue {
    background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/Web/wellbeingworkplace/back-b.png) no-repeat bottom;
    background-size: cover;
    padding: 60px 60px 0;
}

.safewidth {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2;
}

.btnaLink {
	width: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
	position: absolute;
	left: 50%;
	top: 140px;
	transform: translateX(-50%);
}
.btnaLink{
position: relative;
top: 0;
}
.btnaLink .link-item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.link-item a {
	width: 200px;
	letter-spacing: 0;
	border-radius: 4px;
	text-align: center;
	height: 46px;
	line-height: 46px;
	cursor: pointer;
	border: 1px solid #2aa9e0;
	padding: 0 0;
	display: block;
	margin: 10px 10px;
	font-size: 14px;
}
.link-item a{
margin: 20px;
}
img {
	display: block;
	border: none;
}
.backg {
	display: block;
	margin: 0 auto 0;
}
a:hover{
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	
	.safewidth {
		position: relative;
        width: 100%;
        padding: 0 15px;
        min-width: 0;
	}
	.btnaLink{
			top: 0;
			margin-bottom: 50px;
            width: auto;
	}
	.link-item a{
		margin: 10px;
	}
	.back_blue, .back_white{
		padding: 60px 0;
	}
}