/* header */
.header {
	background: url('../img/boss/screen.png') no-repeat;
	height: 672px;
	overflow: hidden;
}

.header .nav-box {
	margin: 20px 180px 0 160px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}

.nav-box .logo {
	width: 219px;
	height: 62px;
}

.nav-box .logo h1 {
	position: relative;
}

.nav-box .logo h1 .logo-bd {
	display: block;
	padding-top: 62px;
	width: 215px;
	height: 0;
	overflow: hidden;
	background: url('../img/public/logo.png') no-repeat 0 0;
}

.nav-box .nav {
	display: flex;
}

.nav-box .nav .nav-item {
	flex-shrink: 0;
}

.nav-box .nav .n-boss {
	margin-right: 61px;
}

.nav-box .nav .n-free {
	margin-right: 53px;
}

.nav-box .nav .active {
	font-weight: 900;
}

.nav-box .nav .nav-item a {
	color: #fff;
}




/* 内容 */
/* 四大难题 */
.content .problem {
	margin: 150px 160px 160px;
}

.p-title {
	color: #231816;
	font-size: 64px;
	font-weight: 800;
	margin: 0 auto;
	margin-bottom: 80px;
	position: relative;
	line-height: 90px;
}

.p-title .orange {
	color: #FF7A00;
}

.p-title img {
	position: absolute;
	top: -18px;
	left: 0;
	z-index: -1;
}

.content .problem .p-content {
	display: flex;
}

.content .problem .p-content .p-c-item {
	width: 250px;
	height: 141px;
	flex-shrink: 0;
	margin-right: 40px;
	font-size: 16px;
	color: #7D7C7A;
}

.content .problem .p-content .p-c-item img {
	width: 54px;
	height: 54px;
	margin-bottom: 16px;
}

.content .problem .p-content .p-c-item .p-i-title {
	font-weight: 800;
	font-size: 32px;
	margin-bottom: 4px;
	color: #000;
}

/* 图片区 */
.content .img-box {
	height: 500px;
	background: #FCFBFB;
	padding-left: 160px;
	margin-bottom: 151px;
	position: relative;
	overflow: hidden;
	overflow-x: auto;
	/* 隐藏滚动条 */
	/* firefox */
	scrollbar-width: none;
	/* IE 10+ */
	-ms-overflow-style: none;
}

.content .img-box::-webkit-scrollbar {
	display: none;
}

.content .img-box .img-bg-box {
	position: absolute;
	right: 0;
	top: 0;
	width: 700px;
	height: 500px;
	z-index: 3;
}

.content .img-box .img-bg-box p {
	display: flex;
	flex-direction: column;
	text-align: right;
	font-weight: 800;
	font-size: 64px;
	line-height: 90px;
	color: #fff;
	position: absolute;
	right: 160px;
	top: 80px;
}

.content .img-box .img-bg-box .img-bg {
	width: 100%;
	height: 100%;
}

.content .img-box .img-bg-box .img-text {
	position: absolute;
	top: 0;
	right: 99px;
	height: 72px;
	width: 409px;
}

.content .img-box .img-title {
	height: 48px;
	margin-top: 12px;
}

.content .img-box .img-item-box {
	position: relative;
	display: flex;
	margin-bottom: 24px;
	width: 744px;
	overflow: hidden;
}

.content .img-box .img-item-box .img-item {
	margin-right: 24px;
	text-align: center;
}

.content .img-box .img-item-box .img-item h4 {
	font-weight: 800;
	font-size: 16px;
	line-height: 22px;
}

.content .img-box .img-item .i-i-step {
	margin-top: 6px;
	width: 170px;
	height: 362px;
}

/* 多快好省 */
.content .merit {
	margin: 0 160px 120px;
}

.content .merit .p-title {
	margin-bottom: 75px;
}

.content .merit .m-content {
	display: grid;
	grid-template-columns: repeat(2, 530px);
	grid-template-rows: repeat(2, 180px);
	gap: 60px;
}

.content .merit .m-content .m-c-item {
	position: relative;
	padding: 36px 50px;
	box-sizing: border-box;
	border-radius: 12px;
	box-shadow: 0px 4px 46px rgba(255, 235, 185, 0.25);
}

.content .merit .m-content .m-c-item img {
	position: absolute;
	top: 43px;
	right: 33px;
}
.content .merit .m-content .m-c-item:nth-child(2) img{
	right: 0;
}

.content .merit .m-content .m-c-item h5 {
	font-size: 32px;
	font-weight: 800;
	line-height: 45px;
	margin-bottom: 4px;
}

.content .merit .m-content .m-c-item .m-i-content {
	color: #7D7C7A;
	line-height: 22px;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}

.content .merit .m-content .m-c-item:nth-child(1) {
	background: linear-gradient(98.75deg, #FFF5E9 6.79%, #FFF7EE 61.6%, #FFF5E9 101.59%);
}

.content .merit .m-content .m-c-item:nth-child(2) {
	background: linear-gradient(98.75deg, #FCFFF3 6.79%, #F2FFED 65.05%, #FBFFEA 101.59%);

}

.content .merit .m-content .m-c-item:nth-child(3) {
	background: linear-gradient(98.75deg, #F2FDFF 6.79%, #EFFBFE 65.05%, #D3FFFF 101.59%);
}

.content .merit .m-content .m-c-item:nth-child(4) {
	background: linear-gradient(98.75deg, #FFF6F2 6.79%, #FFF2EF 65.05%, #FEEAE8 101.59%);
}

/* 页尾 */
.footer {
	width: 1120px !important;
	height: 539px;
	margin: 0 auto 85px;
	padding: 70px 0 60px;
	box-sizing: border-box;
	border-radius: 32px;
	text-align: center;
	background: url('../img/public/f-bg.png') no-repeat;
	color: #fff;
}

.footer .p-title {
	text-align: center;
	position: relative;
	z-index: 99;
	margin-bottom: 42px;
	color: #fff;
	font-weight: 800;
	font-size: 48px;
	line-height: 67px;
}

.footer .p-title img {
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: -1;
}

.footer .f-sub-title {
	display: flex;
	flex-direction: column;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
}

.footer .code {
	width: 180px;
	height: 180px;
	background-color: #fff;
	border-radius: 8px;
	margin: 52px auto 0;
}