/* ---------------search--------------- */
.search{
	width: 100%;
	height: 10rem;
	background: url(../image/icon_19.png) no-repeat top/100% 100%;
	background-color: white;
	box-sizing: border-box;
	padding-top: 2rem;
	text-align: center;
	font-family: "思源黑体";
	color: white;
	position: relative;
}
/* ---------------Box--------------- */
.Box{
	width: 95%;
	height: 100%;
	margin: 0 auto;
	background: white;
	box-sizing: border-box;
	padding: 2rem 0 1rem 0;
	font-family: "思源黑体";
	margin-bottom: 8rem;
}
/* ---------------Box_cont--------------- */
.Box_cont{
	width: 92%;
	height: 100%;
	margin: 0 auto;
}
/* ---------------title--------------- */
.title{
	width: 100%;
	height: 1.2rem;
	margin: 0.5rem 0;
}
.side{
	width: 0.3rem;
	height: 100%;
	background: #FA886D;
	float: left;
}
.title>p{
	float: left;
	margin-left: 0.5rem;
	line-height: 1.2rem;
	color: #6E6E6E;
	font-size: 15px;
}
/* ---------------detail--------------- */
.detail_1{
	width: 100%;
	height: 5rem;
	margin: 0.5rem 0;
	display: inline-block;
}
.detail_1>div{
	width: 46%;
	height: 100%;
	border-radius: 0.2rem;
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center;     /* 垂直居中 */
	box-shadow: -1px -1px 10px 1px #f2f2f2,
				1px 1px 10px 1px #f2f2f2;
}
.detail_1>div>img{
	width: 2.5rem;
	margin: 0 0.5rem;
}
.detail_left{
	float: left;
}
.detail_right{
	float: right;
}
.detail_1>div>h4{
	font-size: 16px;
	font-weight: normal;
}
.detail_1>div>h4>p{
	font-size: 12px;
	color: #999;
}
.detail_2{
	width: 100%;
	height: 4rem;
	border-radius: 0.2rem;
	margin: 0.5rem 0;
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center;     /* 垂直居中 */
	box-shadow: -1px -1px 10px 1px #f2f2f2,
				1px 1px 10px 1px #f2f2f2;
}
.detail_2>img{
	width: 2.5rem;
	margin: 0 0.5rem;
}
.detail_2>h4{
	font-size: 16px;
	font-weight: normal;
}
.detail_2>h4>p{
	font-size: 12px;
	color: #999;
}
/* ---------------join--------------- */
.join{
	width: 80%;
	height: 2.5rem;
	background: linear-gradient(to right, #FA886D, #FCB3A2);
	margin: 1rem auto;
	border-radius: 0.2rem;
	text-align: center;
	line-height: 2.5rem;
	letter-spacing: 2px;
	color: white;
}
.join>a{
	color: white;
}
/* ---------------promise--------------- */
.promise{
	width: 100%;
	height: 6rem;
	margin: 0.5rem 0;
	display: inline-block;
}
.promise>div{
	width: 30%;
	height: 6rem;
	float: left;
	box-sizing: border-box;
	padding: 0.8rem;
	font-size: 14px;
}
.promise_left{
	margin: 0 2.3% 0 0;
	background: url(../image/icon_105.png) no-repeat center/100% 100%;
	color: #37A85F;
}
.promise_center{
	margin: 0 4.6% 0 2.3%;
	background: url(../image/icon_107.png) no-repeat center/100% 100%;
	color: #3790CE;
}
.promise_right{
	background: url(../image/icon_109.png) no-repeat center/100% 100%;
	color: #E97A60;
}



/* -------------断点------------- */
/* @media only screen and (min-width: 768px) {
	.promise>div{
		height: 12.5rem;
	}
} */