.big_api_wrapper {
	position: relative;
	width: 100%;
	height: 700px;
	background: url("https://cos-lensung-1256579377.cos.ap-nanjing.myqcloud.com/cos/fe/express360/banner7.jpg")
		no-repeat center;
}

.title h2 {
	max-width: initial;
}

.title h3 {
	color: #333;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
}

.intercept-content {
	flex-wrap: wrap;
}

.intercept-content-item {
	box-sizing: border-box;
	width: 275px;
	flex-shrink: 0;
	margin: 0;
}

.intercept-content-item img {
	width: 150px;
	height: 150px;
}

.intercept-content-title {
	margin-top: 20px;
	font-size: 22px;
	color: #333;
	width: 160px;
	box-sizing: border-box;
}

.fake-line-wrapper {
	height: 1px;
	background-color: #ccc;
	margin: 20px 0;
}

.fake-line-wrapper .fake-round {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	border: 1px solid #333;
	left: 50%;
	top: -8px;;
	transform: translateX(-50%);
	background-color: #fff;
}

.fake-number-wrapper {
	color: #356AFE;
	font-size: 30px;
}

.problem-wrapper {
	flex-wrap: wrap;
}

.problem-wrapper-item  {
	height: 209px;
	margin-bottom: 20px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 40px 30px;
	box-sizing: border-box;
	text-align: initial;
	width: 350px;
}

.problem-1 {
	background-image: url('https://cos-lensung-1256579377.cos.ap-nanjing.myqcloud.com/cos/fe/express360/intercept-page/intercept-2-1.png');
}

.problem-2 {
	background-image: url('https://cos-lensung-1256579377.cos.ap-nanjing.myqcloud.com/cos/fe/express360/intercept-page/intercept-2-2.png');
}

.problem-3 {
	background-image: url('https://cos-lensung-1256579377.cos.ap-nanjing.myqcloud.com/cos/fe/express360/intercept-page/intercept-2-3.png');
}

.problem-wrapper-item > p {
	margin: initial;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;;
}
.problem-wrapper-item .content {
	margin: initial;
	width: 200px;
	color: #666;
	font-size: 16px;;
	box-sizing: border-box;
}

.intercept-solve {
	text-align: initial;
	flex-wrap: wrap;
}

.intercept-solve-item {
	width: 250px;
	background-color: #fff;
	padding: 30px;
	text-align: center;
	margin-bottom: 20px;
	box-sizing: border-box;
}


.intercept-solve-item img {
	width: 100px;
	height: 100px;
}

.intercept-solve .flex-1 {
	background-color: #fff;
	padding: 30px;

}

.intercept-solve .solve-title {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin: 25px 0 12px;
}

.intercept-solve .solve-content {
	font-size: 16px;
	color: #666;
}

.supported_express_wrapper {
	display: flex;
	column-gap: 12px;
	row-gap: 12px;
	flex-wrap: wrap;
}

.supported_express_wrapper > p >img {
	width: 266px;
	height: auto;
}
