/* banner begin */
.sf-banner {
	overflow: hidden;
}
.sf-banner-img {
	float: right;
	width: 100%;
	min-width: 700px;
}
.sf-banner-title {
	position: relative;
	color: #ffffff;
}
.sf-banner-title-wrap {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.sf-banner-title h1 {
	font-size: 46px;
	height: 46px;
	line-height: 46px;
	margin: 0;
	margin-bottom: 20px;
}
.sf-banner-title p {
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	margin: 0;
}
/* banner end */

/* desc begin */
.mcc-desc-wrap {
	padding-top: 100px;
}
.mcc-desc-title-1 {
	font-size: 30px;
	color: #12cc92;
	margin: 0;
}
.mcc-desc-title-2 {
	font-size: 22px;
	margin-top: 10;
	margin-bottom: 30px;
}
.mcc-desc-detail-wrap {
	margin-bottom: 20px;
}
.mcc-desc-title-3 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 6px;
}
.mcc-desc-detail {
	font-size: 14px;
	color: #8587a6;
	text-align: justify;
	line-height: 22px;
}
.mcc-special-row {
	display: flex;
	align-items: center;
}
.mcc-desc-title-static-wrap {
	padding: 4px 6px;
	border-left: 8px solid #12cc92;
}
.mcc-desc-title-static {
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 6px;
	color: #12cc92;
}
.mcc-desc-title-static-en {
	margin-top: 0;
	margin-bottom: 0;
	color: #8587a6;
}
/* desc end */

/* info begin */
.mcc-sf-prd-info {
    width: 100%;
    max-width: 1280px;
    margin-top: 100px;
    margin-bottom: -50px;
}
.mcc-sf-prd-wrap {
	width: 200px;
	height: 220px;
	background: #ffffff;
	border-radius: 3px;
	padding: 47px 25px 10px;
	text-align: center;
	box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 50px;
    transition: all 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.mcc-sf-prd-wrap:hover {
    transform: scale(1.1);
}
.mcc-sf-prd-wrap h5 {
	font-size: 16px;
	color: #313233;
	margin-top: -6px;
	margin-bottom: 10px;
}
.mcc-sf-prd-wrap p {
	font-size: 12px;
	color: #606366;
}
.mcc-sf-prd-wrap::before {
	content: ' ';
	position: absolute;
	top: 0;
	width: 100%;
	height: 4px;
	border-radius: 3px 3px 0 0;
	box-shadow: 0 5px 13px 0 rgba(62, 130, 247, 0.08);
}
.mcc-sf-prd-wrap:first-child::before {
	background-image: linear-gradient(270deg, #3e82f7 0%, #3eb4f7 100%);
}
.mcc-sf-prd-wrap:nth-child(2)::before {
	background-image: linear-gradient(270deg, #4e00b1 0%, #7e24ed 100%);
}
.mcc-sf-prd-wrap:nth-child(3)::before {
	background-image: linear-gradient(
		217deg,
		#972bcc 13%,
		#ff3a00 71%,
		#fecf00 100%
	);
	box-shadow: 0 6px 14px 0 rgba(38, 38, 40, 0.1);
}
.mcc-sf-prd-wrap:nth-child(4)::before {
	background-image: linear-gradient(90deg, #417cff 0%, #2c5cc7 100%);
}
.mcc-sf-prd-wrap:nth-child(5)::before {
	background-image: linear-gradient(270deg, #ff0000 0%, #ff4444 100%);
}
.mcc-sf-prd-wrap:nth-child(6)::before {
	background-image: linear-gradient(90deg, #5bc3ff 0%, #00a2ff 100%);
}
.mcc-sf-prd-wrap:nth-child(7)::before {
	background-image: linear-gradient(270deg, #00c700 0%, #4ee14e 100%);
}
.mcc-sf-prd-wrap:nth-child(8)::before {
	background-image: linear-gradient(90deg, #ff6434 0%, #fc011d 100%);
	box-shadow: 0 6px 14px 0 rgba(38, 38, 40, 0.1);
}
.mcc-sf-prd-wrap:nth-child(9)::before {
	background-image: linear-gradient(90deg, #ff9e41 0%, #ff7d00 100%);
}
/* info end */

/* media query begin */
@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 1200px) {
}

@media (max-width: 1199px) {
}

@media (max-width: 1000px) {
	.mcc-special-row {
		display: block;
	}
}

@media (max-width: 960px) {
}

@media (max-width: 768px) {
	.sf-banner-title h1 {
		font-size: 30px;
		height: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.sf-banner-title p {
		font-size: 14px;
		height: 14px;
		line-height: 14px;
	}
}

@media (max-width: 320px) {
}
/* media query end */
