﻿/***********************内容 ***********************/
.section{
	padding: 3rem 0;
}
.section .section-title{
	text-align: center;
}
.section-title p{
	font-size: 1.8rem;
	color: #434245;
	margin: 0 0 0.5rem 0;
	letter-spacing: 2px;
}
.section-title text{
	font-size: 1rem;
	color: #666666;
	letter-spacing: 1px;
	width: 47rem;
	text-align: center;
	display: inline-block;
	line-height: 1.7rem;
}
.section .section-desc-image{
	width: 49.6rem;
	margin: 0 auto;
	margin-top: 2rem;
}
.section .section-desc-image img{
	width: 100%;
}
/* 内容0 */
.section-0{
	height: 32.5rem;
    background: url(../../../images/scheme/manage_scheme/goods_manage/section-0-bg.png) no-repeat center;
    background-size: cover
}
.section-0 .section-banner{
	padding: 5rem 0 0 20rem;
}
.section-0 .section-banner .section-banner-image{

}
.section-0 .section-banner .section-banner-image img{
	width: 8.85rem;
	height: 2.65rem;
}
.section-0 .section-banner p{
	color: #ffffff;
	font-weight: bold;
	font-size: 2.5rem;
	margin-bottom: 1.35rem;
}
.section-0 .section-banner text{
	color: rgba(255,255,255,0.98);
	font-size: 1.05rem;
	display: block;
	margin-bottom: 2.8rem;
}
.section-0 .section-banner .section-down-btn{
	background: linear-gradient(45deg,#2a12f1 0%, #22d7f2 100%);
	border-radius: 1.1rem;
	color: #ffffff;
	font-size: 1.2rem;
	padding: 0.3rem 1.6rem;
	cursor: pointer;
}
/* 内容1 */
.section-1{
	padding-bottom: 1rem;
}
.section-1 .section-content-flex{
	display: flex;
	justify-content: space-between;
	margin-top: 1rem;
	padding: 0 21.9rem;
}
.section-1 .section-content-flex .section-flex-left{
	width: 24.2rem;
}
.section-1 .section-content-flex .section-flex-left img{
	width: 100%;
}
.section-1 .section-content-flex .section-flex-right{
	width: 21.9rem;
	letter-spacing: 2px;
}
.section-1 .section-content-flex .section-flex-right .section-part-top{
	margin-top: 3rem;
	width: 100%;
	background: linear-gradient(88deg,#00c08b 4%, #00f1ae 100%);
	border-radius: 0.65rem;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	padding: 1.5rem 2.25rem;
	box-sizing: border-box;
}
.section-1 .section-content-flex .section-flex-right .section-part-top .section-part-l{
	font-size: 1rem;
	border-right: 1px solid #ffffff;
	text-align: center;
	padding-right: 2rem;
}
.section-1 .section-content-flex .section-flex-right .section-part-top .section-part-l p{
	margin-bottom: 0.5rem;
}
.section-1 .section-content-flex .section-flex-right .section-part-top .section-part-l text{
	
}
.section-1 .section-content-flex .section-flex-right .section-part-top .section-part-r{
	padding-left: 3rem;
}
.section-1 .section-content-flex .section-flex-right .section-part-top .section-part-r p{
	font-size: 0.8rem;
}
.section-1 .section-content-flex .section-flex-right .section-part-bottom{
	line-height: 2rem;
	font-size: 1rem;
	color: #333333;
	letter-spacing: 2px;
	margin-top: 1rem;
}
/* 内容2 */
.section-2{
	padding-bottom: 2rem;
	background: rgba(0,192,139,0.11);
}
.section-2 .section-group{
	margin-top: 2rem;
	padding: 0 19.25rem;
	display: flex;
	justify-content: space-between;
}
.section-2 .section-group .section-item{
	width: 12.5rem;
	text-align: center;
	border: 1px solid #00c08b;
	border-radius: 1rem;
	box-sizing: border-box;
	padding: 0 1.5rem;
	background: #FFFFFF;
}
.section-2 .section-group .section-item img{
	width: 2.85rem;
	height: 2.85rem;
	margin-top: 2.75rem;
}
.section-2 .section-group .section-item .section-desc{
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.section-2 .section-group .section-item .section-desc p{
	margin-bottom: 1rem;
	font-size: 1.1rem;
	color: #333333;
	letter-spacing: 1px;
}
.section-2 .section-group .section-item .section-desc text{
	text-align: left;
	color: #666666;
	font-size: 0.9rem;
	line-height: 1.75rem;
	letter-spacing: 1px;
	display: inline-block;
}
/* 内容3 */
.section-3{
	padding-bottom: 1rem;
}
.section-3 .section-flex{
	display: flex;
	padding: 0 26.1rem;
}
.section-3 .section-flex .section-flex-l{
	width: 16.45rem;
}
.section-3 .section-flex .section-flex-l img{
	width: 100%;
}
.section-3 .section-flex .section-flex-r{
	width: 24.5rem;
	margin-top: 1rem;
	position: relative;
}
.section-3 .section-flex .section-flex-r .section-box{
	width: 100%;
	display: flex;
	box-sizing: border-box;
	padding: 1rem 1.25rem;
	background: #f7fdfb;
	border-radius: 1.1rem;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16); 
	align-items: center;
}
.section-3 .section-flex .section-flex-r .section-box:last-child{
	position: absolute;
	top: 3.75rem;
	left: 2rem;
}
.section-3 .section-flex .section-flex-r .section-box .section-box-image{
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fbb980;
	border-radius: 50%;
}
.section-3 .section-flex .section-flex-r .section-box .section-box-image img{
	width: 1.5rem;
	height: 1.5rem;
}
.section-3 .section-flex .section-flex-r .section-box .section-desc{
	margin-left: 1rem;
	font-size: 0.95rem;
	color: #00c08b;
	letter-spacing: 1px;
}
.section-3 .section-flex .section-flex-r .section-box .section-desc text{
	color: #00C08B;
}
/* 内容4 */
.section-4{
	background: #f9f9f9;
	padding-bottom: 0;
}
.section-4 .section-desc-image{
	margin-top: 0;
	position: relative;
	height: 30rem;
	margin-bottom: -1px;
}
.section-4 .section-desc-image img{
	height: 30rem;
}
.section-4 .section-desc-image .section-dialog{
	position: absolute;
	top: 11rem;
	text-align: center;
}
.section-4 .section-desc-image .section-dialog img{
	width: 14.35rem;
	height: 5rem;
}
.section-4 .section-desc-image .section-dialog p{
	position: absolute;
	top: 1.25rem;
	font-size: 0.85rem;
	width: 100%;
	color: #434245;
}
/* 内容5 */
.section-5{
	background: url(../../../images/scheme/manage_scheme/goods_manage/section-5-bg.png) no-repeat;
	background-size: cover;
}
.section-5 .section-desc-image {
    margin-top: 0;
}
.section-5 .learn-more {
    width: 8.9rem;
    height: 2.6rem;
    margin: 0 auto;
    line-height: 2.6rem;
    text-align: center;
    font-size: 1.15rem;
    color: #FFFFFF;
    background: #00c08b;
    cursor: pointer;
	border-radius: 0.55rem;
}