﻿/***********************内容 ***********************/
.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;
}
.section .section-desc-image{
	width: 55rem;
	margin: 0 auto;
	margin-top: 1rem;
}
.section .section-desc-image img{
	width: 100%;
}
/* 内容0 */
.section-0{
	height: 32.5rem;
    background: url(../../../images/scheme/manage_scheme/stock_manage/section-0-bg.png) no-repeat center;
    background-size: cover;
}
.section-0 .section-banner{
	padding: 8.25rem 0 0 18rem;
}
.section-0 .section-banner p{
	font-size: 2.65rem;
	color: #353535;
	font-weight: bold;
}
.section-0 .section-banner text{
	display: block;
	color: rgba(12,12,12,0.5);
	font-size: 1.2rem;
	margin-top: 1.35rem;
	margin-bottom: 2.7rem;
}
.section-0 .section-banner .section-down-btn{
	padding: 0.7rem 2.5rem;
	background: #217bff;
	border-radius: 1.5rem;
	box-shadow: 12px 20px 23px 1px rgba(101,177,237,0.25);
	color: #ffffff;
	font-size: 1.4rem;
	cursor: pointer;
}
/* 内容1 */
.section-1{
	
}
/* 内容2 */
.section-2{
	background: rgba(0,192,139,0.11);
}
/* 内容3 */
.section-3{
	
}
/* 内容4 */
.section-4{
	background: rgba(0,192,139,0.11);
}
.section-4 .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;
}