.main {
	width: 100%;
	height: 3300px;
	background: #FDFDFD;
}
.main-top {
	width: 100%;
	height: 600px;
	background: linear-gradient(90deg, #2673FE, #45A5FF);
}
.main-top .main-top-img {
	width: 1355px;
	height: 600px;
	margin: 0 auto;
	background-image: url("/v2/sale/img/common/main_top.png");
	background-size: cover;
}
.main-title {
	width: 100%;
	margin: 69px 0 47px 0;
	text-align: center;
	line-height: 24px;
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #595959;
}
.problem-container {
	display: flex;
	width: 1180px;
	margin: 0 auto;
}
.problem-item {
	width: 220px;
	height: 365px;
	margin-right: 20px;
	background: #FFFFFF;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
}
.problem-item .problem-img {
	width: 220px;
	height: 276px;
	margin-bottom: 15px;
}
.problem-img.problem-1 {
	background-image: url("/v2/sale/img/common/problem_1.png");
	background-size: cover;
}
.problem-img.problem-2 {
	background-image: url("/v2/sale/img/common/problem_2.png");
	background-size: cover;
}
.problem-img.problem-3 {
	background-image: url("/v2/sale/img/common/problem_3.png");
	background-size: cover;
}
.problem-img.problem-4 {
	background-image: url("/v2/sale/img/common/problem_4.png");
	background-size: cover;
}
.problem-img.problem-5 {
	background-image: url("/v2/sale/img/common/problem_5.png");
	background-size: cover;
}
.problem-info {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #595959;
}
.solution-container {
	width: 1143px;
	margin: 0 auto;
	font-size: 0;
}
.solution-container .solution-item {
	position: relative;
	display: inline-block;
	width: 563px;
	height: 313px;
	margin-bottom: 27px;
	vertical-align: bottom;
}
.solution-item .solution-title {
	position: absolute;
	top: 37px;
	right: 61px;
	font-size: 16px;
	line-height: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #524F4F;
}
.solution-item .solution-info{
	position: absolute;
	top: 68px;
	right: 61px;
	font-size: 14px;
	line-height: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #524F4F;
}
.solution-item .solution-sub-info{
	position: absolute;
	top: 90px;
	right: 61px;
	font-size: 14px;
	line-height: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #524F4F;
}
.solution-item .right-info {
	left: 61px;
	right: 0;
}
.solution-item:nth-child(2n - 1) {
	margin-right: 17px;
}
.solution-item.solution-1 {
	background-image: url("/v2/sale/img/common/solution_1.png");
	background-size: cover;
}
.solution-item.solution-2 {
	background-image: url("/v2/sale/img/common/solution_2.png");
	background-size: cover;
}
.solution-item.solution-3 {
	background-image: url("/v2/sale/img/common/solution_3.png");
	background-size: cover;
}
.solution-item.solution-4 {
	background-image: url("/v2/sale/img/common/solution_4.png");
	background-size: cover;
}
.solution-item.solution-5 {
	background-image: url("/v2/sale/img/common/solution_5.png");
	background-size: cover;
}
.solution-item.solution-6 {
	background-image: url("/v2/sale/img/common/solution_6.png");
	background-size: cover;
}
.goodness-container {
	display: flex;
	width: 1120px;
	margin: 0 auto;
}
.goodness-container .goodness-item {
	width: 250px;
	height: 335px;
	margin-right: 45px;
}
.goodness-item .goodness-img {
	width: 220px;
	height: 220px;
	margin: 0 auto;
}
.goodness-img.goodness-1 {
	background-image: url("/v2/sale/img/common/goodness_1.png");
	background-size: cover;
}
.goodness-img.goodness-2 {
	background-image: url("/v2/sale/img/common/goodness_2.png");
	background-size: cover;
}
.goodness-img.goodness-3 {
	background-image: url("/v2/sale/img/common/goodness_3.png");
	background-size: cover;
}
.goodness-img.goodness-4 {
	background-image: url("/v2/sale/img/common/goodness_4.png");
	background-size: cover;
}
.goodness-item:last-child {
	margin-right: 0;
}
.goodness-title {
	width: 100%;
	margin: 37px 0 15px 0;
	font-size: 16px;
	text-align: center;
	line-height: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #5F5F5F;
}
.goodness-info {
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #717171;
}
.ent-container {
	width: 1212px;
	margin: 0 auto;
	font-size: 0;
}
.ent-item {
	display: inline-block;
	width: 165px;
	height: 76px;
	margin: 0 42px 22px 0;
	vertical-align: middle;
	background: #FFFFFF;
	border: 1px solid #E3E3E3;
	text-align: center;
	line-height: 76px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #5F5F5F;
}
.ent-item:nth-child(6n) {
	margin: 0 0 22px 0;
}
.desc {
	width: 1180px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #555555;
}
.target-confidence-img {
	width: 24px;
	height: 17px;
	margin-top: 14px;
}
.target-confidence-container span {
	margin: 8px 0 0 5px;
}
.target-confidence-img.low-confidence {
	background-image: url("../../../../v2/img/orderdata/low_confidence.png");
	background-size: cover;
}
.target-confidence-img.middle-confidence {
	background-image: url("../../../../v2/img/orderdata/middle_confidence.png");
	background-size: cover;
}
.target-confidence-img.high-confidence {
	background-image: url("../../../../v2/img/orderdata/high_confidence.png");
	background-size: cover;
}
.target-confidence-container {
	display: flex;
	margin-left: 5px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(28,28,28,1);
}