* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
}

body {
	color: #333;
	/* font-size: 15px; */
}

/* 基础重置 */
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

/* 交互状态 */
a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: inherit;
}

.container {
	width: 100vw;
	/* height: 100vh; */
	max-width: 100%;
	background-image: url(img/mokuai1_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.tetx {
	margin-right: 5px;
}

.header_box {
	width: 100%;
	height: 380px;
	box-sizing: border-box;
	padding: 0 0 20px;
}

.header {
	font-size: 16px;
	color: #666;
	margin-bottom: 25px;
	text-align: center;
	padding: 20px 25px 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_title {
	width: 100%;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #666;
	font-weight: bold;
	background-image: url(img/title_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.header-image {
	width: 190px;
	height: 250px;
	margin: 0 auto 15px;
}

.header h1 {
	font-size: 22px;
	color: #333;
	margin-bottom: 8px;
	font-weight: bold;
}

.header_left_box {
	width: 170px;
}

.header_btn {
	background-color: #ffbe83;
	padding: 5px;
	margin: 15px auto;
	border-radius: 20px;
}

.section_1 {
	height: 300px;
	width: 100%;
	background-image: url(img/mokuai2_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #fff;
	padding: 70px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section_1_btn {
	height: 40px;
	width: 370px;
	margin: auto;
	color: #fff;
	background-color: #ffbe83;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section_2 {
	width: 100%;
	height: 430px;
	padding: 20px 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	background-image: url(img/3_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.section-title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
	text-align: center;
}

.section_2_container_box {
	width: 400px;
	height: 215px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section_2_container_box .img_box {
	width: 170px;
	height: 215px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;

}

.system-image {
	width: 100%;
	height: 100%;
}

.system-image-2 {
	width: 80px;
	height: 80px;
	position: absolute;
	bottom: 30px;
	right: -30px;
}

.highlight-box {
	min-width: 360px;
	margin: auto;
	border-bottom: 1px solid #FFD700;
}

.highlight-box p {
	font-size: 13px;
	color: #555;
}

.btn {
	display: block;
	width: 100%;
	padding: 16px;
	background-color: #FFC107;
	color: #333;
	text-align: center;
	border-radius: 25px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin: 20px 0;
	border: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.system-image {
	width: 100%;
	max-width: 250px;
	display: block;
	border-radius: 8px;
}

.feature-list {
	list-style-type: none;
	margin: 15px 0;
}

.feature-list li {
	margin-bottom: 12px;
	position: relative;
	padding-left: 25px;
	font-size: 15px;
	color: #555;
}

.feature-list li:before {
	content: "•";
	position: absolute;
	left: 8px;
	color: #FFC107;
	font-weight: bold;
}

.workflow-step {
	width: 80%;
	margin: auto;
	display: flex;
	align-items: center;
	padding: 10px;
	border-bottom: 1px solid #f9f9f9;
}

.step-icon {
	width: 40px;
	height: 40px;
	margin-right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	flex-shrink: 0;
}

.step-content {
	flex: 1;
}

.step-content p {
	font-weight: bold;
	margin-bottom: 3px;
	color: #333;
}

.step-content span {
	font-size: 13px;
	color: #777;
	display: block;
}

.divider {
	height: 1px;
	background-color: #eee;
	margin: 20px 0;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-bold {
	font-weight: bold;
}

.text-highlight {
	color: #FF5722;
}

.detail_box {
	width: 200px;
	font-size: 10x;
	line-height: 2;
}

.detail_li img {
	margin: 0 5px 0 0;
}

.detail_li .one {
	font-size: 13px;
}

.detail_li .two {
	font-size: 12px;
}

.divider_1 {
	width: 80%;
	margin: auto;
	display: flex;
	justify-content: center;
	position: relative;
}

.divider_2 {
	position: relative;
}

.divider_2_icon {
	position: absolute;
	top: -5px;
	left: 20%;
}

.section_3 {
	width: 100%;
	height: 400px;
}

.det_box {
	margin: auto;
	width: 80%;
	display: flex;
}

.det_box p {
	margin-left: 10px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 10px 5px;
}

.section_5 {
	width: 100%;
	/* height: 455px; */
	background-color: #f6ede4;
	padding: 20px 0;
}

.num_box {
	margin: 0 15px;
}

.img_icon_5 {
	width: 62px;
	height: 60px;
}

.img_icon_4 {
	width: 54px;
	height: 53px;
}

.img_icon_3 {
	width: 71px;
	height: 59px;
}

.img_icon_2 {
	width: 58px;
	height: 55px;
}

.img_icon_1 {
	width: 64px;
	height: 55px;
}

.section_4 {
	width: 100%;
	height: 335px;
	background-image: url(img/4_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 20px 0;
}

.num_box p:first-child {
	color: #ffbe83;
}