.priceBox {
	padding-top: 65px;
	position: relative;
	text-align: center;
	background: #FAFBFD;
	border-radius: 10px;
	width: 100%;
}

.priceBox-tit::before {
	content: "";
	position: absolute;
	width: 44px;
	height: 4px;
	background-color: #0A87F8;
	top: 76px;
	left: 60px;
}
.price-img{
	margin-top: 84px;
	width: 620px;
	height: 383px;
}
.priceBox img {
	/* width: 100%; */
	max-width: 1140px;
	height: 726px;
}

.price-top {
	padding-top: 50px;
	width: 100%;
	height: 624px;
	background: url(../img/price-bg1.png);
	background-size: cover;
}
