@charset "utf-8";

.topBanner {
	width: 100vw;
	height: 24.8vw;
	overflow: hidden;
	margin-top: 71px;

	/*height: 488px;*/
	/*overflow: hidden;*/
	/*position: relative;*/
}

.topBanner .topBannerImg {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: auto;
	background-size: cover;

	/*height: 100%;*/
	/*position: absolute;*/
	/*top: 0;*/
	/*!*left: 50%;*!*/
	/*width: 100%;*/
	/*max-width: 1920px;*/
	/*margin-left: -960px;*/
}

.saasBox {
	background: #dbebff;
}

.box1 .item {
	width: 420px;
	height: 140px;
	background: #F6FAFE;
	border-radius: 10px;
	background: url('../img/saas/box1bg.png');
	padding: 44px 38px;
	margin-top: -70px;
	margin-bottom: 110px;
}

.box1 .item img {
	margin-right: 20px;
}

.box1 .item .tit {
	font-size: 22px;
	color: #222222;
}

.box1 .item .des {
	font-size: 18px;
	color: #858FA1;
	margin-top: 8px;
}

.box1 .item .des span {
	color: #e41000;
	font-size: 18px;
}


.saasMain {
	text-align: center;
	padding: 0 40px;
	min-width: 1280px;
	margin: 0 auto;
}

.saasMain img {
	max-width: 100%;
}


.box2 {
	margin-bottom: 80px;
	position: relative;
}

.box2 .u-flex {
	margin: 0 auto;
}

.box2 .item {
	/* margin-bottom: 80px; */
	position: relative;
	margin: 0 20px;
}

.box2 .zxBtn {
	position: absolute;
	width: 86%;
	height: 50px;
	background: #FF8568;
	border-radius: 10px;
	display: block;
	bottom: 4%;
	right: 7%;
	cursor: pointer;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	/* transition: .3s; */
}

.box2 .zxBtn1 {
	border: 1px solid #222222;
	color: #222222;
	background: none;
}

.box2 .zxBtn2 {
	background: #2974FF;
}

.box2 .zxBtn4 {
	background: #4550FE;
}

.box2 .zxBtn5 {
	background: #FFB137;
}

.box2 .zxBtn:hover {
	transform: scale(1.02);
}

/* .box2 .img {
	display: inline-block;
	position: relative;
} */

/* .box2 .zxBtn {
	position: absolute;
	width: 14.5%;
	height: 8%;
	display: block;
	bottom: 6%;
	right: 1.8%;
	cursor: pointer;
} */

.SaasCodePopupBg {
	position: fixed;
	z-index: 9;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	display: none;
}

.SaasCodePopup {
	position: fixed;
	z-index: 99;
	width: 318px;
	height: 293px;
	background: #FFFFFF;
	top: 50%;
	left: 50%;
	margin-top: -147px;
	margin-left: -109px;
	z-index: 99;
	text-align: center;
	display: none;
}

.SaasCodePopup .tit {
	font-size: 20px;
	color: #222222;
	padding-top: 30px;
	font-weight: bold;
	line-height: 1;
}

.SaasCodePopup .SaasClose {
	font-size: 36px;
	color: #858FA1;
	position: absolute;
	right: 20px;
	top: 10px;
	line-height: 1;
	cursor: pointer;
}

.SaasCodePopup .SaasCode {
	width: 130px;
	height: 130px;
	background: url('../img/saas/codebg.png');
	padding: 5px;
	display: block;
	margin: 35px auto 20px;
}

.SaasCodePopup .SaasCode img {
	width: 100%;
	height: 100%;
}

.SaasCodePopup .SaasCode .des {
	font-size: 16px;
	color: #858FA1;
}

.box3 {
	padding-bottom: 80px;
}

@media (max-width:1440px) {
	.saasMain {
		width: 1200px;
	}

	.topBanner {
		width: 100vw;
		height: 24.8vw;
		overflow: hidden;
		margin-top: 71px;

		/*height: 488px;*/
	}

	.topBanner .topBannerImg {
		max-width: 100%;
		max-height: 100%;
		width: 100%;
		height: auto;
		background-size: cover;

		/*width: auto;*/
		/*transform: translateX(-50%);*/
		/*margin-left: 0;*/
	}
}
