﻿.section{
	padding: 3rem 0;
}
.section .section-title{
	text-align: center;
}
.section-title h1{
	font-size: 1.8rem;
	color: #333333;
	margin: 0;
	font-weight: normal;
	letter-spacing: 3px;
	margin-bottom: 0.25rem;
}
.section-title text{
	font-size: 1rem;
	color: #666666;
	letter-spacing: 2px;
}
.section-0 {
    height: 32.5rem;
   background: url(../../../images/scheme/marketing_scheme/sms_marketing/section-0-bg.png) no-repeat center;
   background-size: cover;
}
.section-0 .section-banner{
	padding: 9rem 0 0 20rem;
}
.section-0 .section-banner p{
	margin-bottom: 1.4rem;
}
.section-0 .section-banner p text{
	font-size: 2.6rem;
	letter-spacing: 1.03px;
	font-weight: 800;
}
.section-0 .section-banner p .text1{
	color: #f16d1d;
}
.section-0 .section-banner p .text2{
	color: #272627;
}
.section-0 .section-banner .section-banner-text{
	color: #5d5b5f;
	font-size: 1.1rem;
	display: block;
	margin-bottom: 2.8rem;
}
.section-0 .section-banner .section-down-btn{
	display: inline-block;
	width: 10rem;
	height: 2.3rem;
	line-height: 2.3rem;
	text-align: center;
	color: #ffffff;
	letter-spacing: 0.21px;
	font-size: 1.05rem;
	background: linear-gradient(0deg,#ff8d59 0%, #ffb053 100%);
	border-radius: 1px;
	box-shadow: -1px 0px 5px 2px #fc5f0b;
	cursor: pointer;
}
/* 内容1 */
.section-1{
	padding-bottom: 3rem;
}
.section-1 .section-group{
	padding: 0 21.5rem;
	display: flex;
	justify-content: space-around;
	margin-top: 1.5rem;
}
.section-1 .section-group .section-item{
	width: 10.75rem;
	text-align: center;
}
.section-1 .section-group .section-item .section-image{
	width: 9.1rem;
	height: 8.75rem;
	margin: 0 auto;
}
.section-1 .section-group .section-item .section-image img{
	width: 100%;
	height: 100%;
}
.section-1 .section-group .section-item .section-desc{
	
}
.section-1 .section-group .section-item .section-desc p{
	font-size: 1.1rem;
	color: #434245;
	letter-spacing: 1px;
	margin-bottom: 0.25rem;
}
.section-1 .section-group .section-item .section-desc text{
	font-size: 0.9rem;
	color: #666666;
	line-height: 1.75rem;
	letter-spacing: 1px;
	display: inline-block;
}
/* 内容2 */
.section-2{
	background: #F8C36B;
}
.section-2 .section-content{
	position: relative;
	padding-top: 12rem;
}
.section-2 .section-content .section-center{
	width: 26.5rem;
	height: 18.95rem;
	margin: 0 auto;
	margin-bottom: -3rem;
}
.section-2 .section-content .section-center img{
	width: 100%;
	height: 100%;
}
.section-2 .section-content .section-options{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	width: 60%;
	padding-left: 20%;
}
.section-2 .section-content .section-options .section-option{
	width: 6rem;
	height: 6rem;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.09); 
	text-align: center;
	cursor: pointer;
}
/* .section-2 .section-content .section-options .section-option:hover{
	width: 7.45rem;
	height: 7.45rem;
} */
.section-2 .section-content .section-options .section-option .section-icon{
	width: 2.5rem;
	height: 2.5rem;
	margin-top: 0.75rem;
}
/* .section-2 .section-content .section-options .section-option:hover .section-icon{
	width: 3.5rem;
	height: 3.5rem;
	margin-top: 1rem;
} */
.section-2 .section-content .section-options .section-option p{
	color: #999999;
	font-size: 0.85rem;
}
/* .section-2 .section-content .section-options .section-option:hover p{
	color: #999999;
	font-size: 1rem;
} */
.section-2 .section-content .section-options .section-option .section-paopao{
	width: 2.4rem;
	height: 1rem;
	position: absolute;
}
.section-2 .section-content .section-options .section-option1 .section-paopao{
	top: 2rem;
	left: 8rem;
}
.section-2 .section-content .section-options .section-option2 .section-paopao{
	top: 5rem;
	left: 8rem;
	transform:rotate(30deg);
	-moz-transform:rotate(30deg); 
	-webkit-transform:rotate(30deg);
}
.section-2 .section-content .section-options .section-option3 .section-paopao{
	top: 6rem;
	left: 6rem;
	transform:rotate(40deg);
	-moz-transform:rotate(40deg); 
	-webkit-transform:rotate(40deg);
}
.section-2 .section-content .section-options .section-option4 .section-paopao{
	top: 8rem;
	left: 4rem;
	transform:rotate(60deg);
	-moz-transform:rotate(60deg); 
	-webkit-transform:rotate(60deg);
}
.section-2 .section-content .section-options .section-option5 .section-paopao{
	top: 9rem;
	left: 2rem;
	transform:rotate(90deg);
	-moz-transform:rotate(90deg); 
	-webkit-transform:rotate(90deg);
}
.section-2 .section-content .section-options .section-option6 .section-paopao{
	top: 8rem;
	right: 4rem;
	transform:rotate(120deg);
	-moz-transform:rotate(120deg); 
	-webkit-transform:rotate(120deg);
}
.section-2 .section-content .section-options .section-option7 .section-paopao{
	top: 6rem;
	right: 6rem;
	transform:rotate(140deg);
	-moz-transform:rotate(140deg); 
	-webkit-transform:rotate(140deg);
}
.section-2 .section-content .section-options .section-option8 .section-paopao{
	top: 5rem;
	right: 8rem;
	transform:rotate(150deg);
	-moz-transform:rotate(150deg); 
	-webkit-transform:rotate(150deg);
}
.section-2 .section-content .section-options .section-option9 .section-paopao{
	top: 2rem;
	right: 8rem;
	transform:rotate(180deg);
	-moz-transform:rotate(180deg); 
	-webkit-transform:rotate(180deg);
}
.section-2 .section-content .section-options .section-option1{
	position: absolute;
	bottom: 2rem;
}
.section-2 .section-content .section-options .section-option2{
	position: absolute;
	bottom: 9rem;
	left: 30%;
}
.section-2 .section-content .section-options .section-option3{
	position: absolute;
	bottom: 16rem;
	left: 37%;
}
.section-2 .section-content .section-options .section-option4{
	position: absolute;
	bottom: 21rem;
	left: 47%;
}
.section-2 .section-content .section-options .section-option5{
	position: absolute;
	bottom: 23rem;
	left: 59%;
}
.section-2 .section-content .section-options .section-option6{
	position: absolute;
	bottom: 21rem;
	right: 21%;
}
.section-2 .section-content .section-options .section-option7{
	position: absolute;
	bottom: 16rem;
	right: 12%;
}
.section-2 .section-content .section-options .section-option8{
	position: absolute;
	bottom: 9rem;
	right: 6%;
}
.section-2 .section-content .section-options .section-option9{
	position: absolute;
	bottom: 2rem;
	right: 1rem;
}
/* 内容3 */
.section-3{
	background: #f8f8f8;
	padding-bottom: 1rem;
}
.section-3 .section-content{
	padding-top: 2rem;
	background: url(../../../images/scheme/marketing_scheme/sms_marketing/section-3-l.png) no-repeat -0.75rem 7rem;
	background-size: 48.8rem 39.15rem;
	display: flex;
}
.section-3 .section-content .section-flex-l{
	width: 39.05rem;
	height: 39.8rem;
	margin-top: -3rem;
	margin-left: 10rem;
}
.section-3 .section-content .section-flex-l img{
	width: 100%;
	height: 100%;
}
.section-3 .section-content .section-flex-r{
	width: 23.85rem;
	margin-left: 2rem;
	position: relative;
}
.section-3 .section-content .section-flex-r .section-r-image{
	width: 10.45rem;
	height: 10.45rem;
	position: absolute;
	right: -5.5rem;
	top: 3.75rem;
}
.section-3 .section-content .section-flex-r .section-btns{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 3rem;
	position: relative;
	z-index: 1;
}
.section-3 .section-content .section-flex-r .section-btns .section-btn{
	border-left: 3px solid rgba(252,103,37,0.7);
	margin-bottom: 0.5rem;
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08); 
	padding: 1rem 2.5rem;
	cursor: pointer;
	width: 18.85rem;
}
.section-3 .section-content .section-flex-r .section-btns .section-btn.active{
	background: #fc6725;
}
.section-3 .section-content .section-flex-r .section-btns .section-btn p{
	font-size: 1.1rem;
	color: #1e9fb4;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 0.25rem;
}
.section-3 .section-content .section-flex-r .section-btns .section-btn.active p{
	color: #FFFFFF;
}
.section-3 .section-content .section-flex-r .section-btns .section-btn text{
	font-size: 0.8rem;
	color: #666666;
	line-height: 1.3rem;
	letter-spacing: 1px;
	display: inline-block;
}
.section-3 .section-content .section-flex-r .section-btns .section-btn.active text{
	color: #FFFFFF;
}
/* 内容4 */
.section-4{
	padding: 3rem 0;
}
.section-4 .section-flex{
	margin-top: 2.5rem;
	display: flex;
	justify-content: space-between;
	padding: 0 18.8rem;
}
.section-4 .section-flex .section-item{
	background: #ffffff;
	border-radius: 2rem;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	text-align: center;
	padding: 0 1.5rem;
}
.section-4 .section-flex .section-item img{
	width: 6.75rem;
	height: 5.25rem;
}
.section-4 .section-flex .section-item .section-desc{
	
}
.section-4 .section-flex .section-item .section-desc p{
	background: #00c08b;
	border-radius: 0.65rem;
	color: #ffffff;
	font-size: 0.8rem;
	text-align: center;
	width: 5.4rem;
	padding: 0.15rem 0;
	margin: 0 auto;
	margin-top: 1rem;
}
.section-4 .section-flex .section-item .section-desc text{
	text-align: left;
	color: #666666;
	line-height: 1.3rem;
	display: inline-block;
	font-size: 0.8rem;
	width: 7.9rem;
	margin: 0 auto;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}