/* box1 */
.box1 {
	background-color: #F5F5F5;
	padding: 60px 0 20px 0;
	box-sizing: border-box;
}

.box1 .l-max-w {
	padding: 52px;
	box-sizing: border-box;
	background-color: #ffffff;
}

.box1 .info>.left>.logo {
	width: 120px;
	height: 120px;
	border-radius: 27px;
}

.box1 .info>.right {
	margin-left: 22px;
}

.box1 .info>.right .name {
	font-weight: 900;
	font-size: 40px;
	color: #000000;
}

.box1 .info>.right .star>.icon {
	width: 28px;
	height: 28px;
}

.box1 .info>.right .star>.value {
	font-weight: bold;
	font-size: 26px;
	color: #F05C00;
	margin-left: 12px;
}

.box1 .info>.right>.desc {
	font-size: 16px;
	color: #282828;
	margin-top: 20px;
}

.box1 .down {
	margin-top: 24px;
}

.box1 .down>.btn {
	height: 60px;
	background: #00FFAA;
	border-radius: 12px;
	box-shadow: 0px 3px 8px 0px rgba(0, 252, 155, 0.6);
	gap: 10px;
}

.box1 .down>.btn .icon{
	margin-bottom: -3px;
}

.box1 .down>.btn>.label {
	font-weight: 900;
	font-size: 24px;
	color: #000000;
}

.box1 .items {
	margin-top: 28px;
}

.box1 .items>li {
	font-weight: 500;
	font-size: 16px;
	color: #F05C00;
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
}

.box1 .items>li::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #F05C00;
}

/* box2 */
.box2 {
	background-color: #F5F5F5;
}

.box2 .l-max-w {
	background-color: #ffffff;
	padding: 32px 0px;
	box-sizing: border-box;
}

.box2 .title {
	font-weight: 900;
	color: #000000;
	font-size: 28px;
	padding-left: 52px;
	box-sizing: border-box;
}

.box-title {
	font-weight: 900;
	font-size: 40px;
	color: #2D0072;
	line-height: 40px;
	margin-top: 60px;
	margin-bottom: 30px;
}

.box2 .banner {
	width: 100%;
	overflow-x: auto;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.box2 .banner>li {
	margin: 0 6px;
	width: 520px;
	height: 236px;
	overflow: hidden;
	border-radius: 21px;
	min-width: 520px;
}

.box2 .banner>li>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rvc {
	max-width: 1200px;
	width: 100%;
	position: relative;
	margin: auto;
	margin-top: 30px;
}

.rvc .rvc-wrapper {
	margin: auto;
	overflow: hidden;
}

.rvc .rvc-wrapper ul {
	overflow: hidden;
	position: relative;
}

.rvc .rvc-wrapper ul li {
	float: left;
	background: #ee4433;
}

.rvc .rvc-wrapper ul li a {
	display: block;
	width: 100%;
	height: auto;
	text-decoration: none;
}

.rvc .rvc-wrapper ul li a .img-wrapper {
	height: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.rvc .rvc-wrapper ul li a h2 {
	margin-top: 10px;
	text-align: center;
}

.rvc .rvc-wrapper ul li a p {
	padding: 10px;
	height: 80px;
}

.rvc-prv,
.rvc-next {
	position: absolute;
	height: 100%;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer;
}

.rvc-prv>img,
.rvc-next>img {
	width: 40px;
	height: 40px;
}

.rvc-prv {
	left: 0;
}

.rvc-next {
	right: 0;

}

/* box4 */
.box4 {
	background-color: #F5F5F5;
	padding-top: 20px;
	box-sizing: border-box;
}

.box4 .l-max-w {
	background-color: #ffffff;
	padding-bottom: 52px;
	box-sizing: border-box;
}

.box4 .title {
	font-weight: bold;
	font-size: 28px;
	color: #001C11;
	padding: 32px 52px 20px 52px;
	box-sizing: border-box;
}

.box4 .card {
	background: #F9F9F9;
	padding: 20px 52px;
	box-sizing: border-box;
	word-break: break-all;
}

.box4 .card>ul>li {
	width: 40%;
	padding: 14px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #E5E7EB;
}

.box4 .card>ul>li:nth-child(2n - 1) {
	margin-right: 10%;
}

.box4 .card>ul>li:nth-child(2n) {
	margin-left: 10%;
}

.box4 .card>ul>li:nth-last-child(1) {
	border: none;
}

.box4 .card>ul>li:nth-last-child(2) {
	border: none;
}

.box4 .card>ul>li>.label {
	font-weight: 500;
	font-size: 18px;
	color: #282828;
}

.box4 .card>ul>li>.value {
	font-weight: bold;
	font-size: 18px;
	color: #282828;
}

/* box5 */
.box5 {
	padding-top: 20px;
	box-sizing: border-box;
	background-color: #F5F5F5;
}

.box5 .l-max-w {
	background-color: #ffffff;
	padding-bottom: 52px;
	box-sizing: border-box;
}

.box5 .title {
	font-weight: bold;
	font-size: 28px;
	color: #001C11;
	padding: 32px 52px 0px 52px;
	box-sizing: border-box;
}

.box5 .list>.item {
	background-color: #F9F9F9;
	margin-top: 20px;
	padding: 18px 58px;
	box-sizing: border-box;
}

.box5 .list>.item>.tag {
	width: 56px;
	height: 56px;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	line-height: 56px;
	border-radius: 50%;
}

.box5 .list>.item>.text {
	font-weight: 500;
	font-size: 16px;
	color: #282828;
	margin-left: 28px;
}

/* box6 */
.box6 {
	padding-top: 20px;
	box-sizing: border-box;
	background-color: #F5F5F5;
}

.box6>.l-max-w>.title {
	font-weight: bold;
	font-size: 28px;
	color: #001C11;
	margin-bottom: 20px;
}

.box6>.l-max-w {
	padding: 32px 52px 52px 52px;
	box-sizing: border-box;
	background-color: #ffffff;
}

.box6 .list {
	gap: 30px;
}

.box6 .list>.item {
	width: 50%;
	padding: 28px 20px;
	box-sizing: border-box;
}

.box6 .list>.color1 {
	background-color: #C8F2D8;
}

.box6 .list>.color2 {
	background-color: #FFE1DD;
}

.box6 .list>.item>.title {
	font-size: 40px;
	color: #007302;
	font-weight: 900;
	margin-bottom: 10px;
}

.box6 .list>.item>.items>.text {
	font-weight: 500;
	font-size: 24px;
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
}

.box6 .list>.color1>.items>.text::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #0A5708;
	border-radius: 50%;
}

.box6 .list>.color2>.items>.text::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #572308;
	border-radius: 50%;
}

.box6 .list>.color1>.title {
	color: #007302;
}

.box6 .list>.color2>.title {
	color: #730800;
}

.box6 .list>.color1>.items>.text {
	color: #0A5708;
}

.box6 .list>.color2>.items>.text {
	color: #572308;
}

/* box7 */
.box7 {
	padding-top: 20px;
	box-sizing: border-box;
	background-color: #F5F5F5;
}

.box7>.l-max-w {
	padding: 32px 52px 52px 52px;
	box-sizing: border-box;
	background-color: #ffffff;
}

.box7>.l-max-w>.title {
	font-weight: bold;
	font-size: 28px;
	color: #001C11;
}

.box7>.l-max-w>.desc {
	font-size: 16px;
	color: #7B7B7B;
	margin-top: 20px;
}

.box7 .list>.item {
	margin-top: 20px;
}

.box7 .list>.item>.step {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	color: #ffffff;
	background-color: #F05C00;
}

.box7 .list>.item>.right {
	margin-left: 16px;
}

.box7 .list>.item>.right>.label {
	font-weight: bold;
	font-size: 18px;
	color: #F05C00;
}

.box7 .list>.item>.right>.value {
	margin-top: 12px;
	font-size: 16px;
	color: #282828;
}

/* box8 */
.box8 {
	background-color: #F5F5F5;
	padding-top: 20px;
	box-sizing: border-box;
	padding-bottom: 80px;
}
.box8 > .l-max-w {
	background-color: #ffffff;
	padding: 32px 52px 52px 52px;
	box-sizing: border-box;
}
.box8 > .l-max-w > .title {
	font-weight: bold;
	font-size: 28px;
	color: #001C11;
}
.box8 .list {
	gap: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.box8 .list > .item {
	background-color: #282828;
	padding: 20px 24px;
	box-sizing: border-box;
	width: calc(33.33% - 14px);
}
.box8 .list > .item > .title {
	font-weight: bold;
	font-size: 28px;
	color: #00FFAA;
}
.box8 .list > .item > .data {
	margin-top: 24px;
}
.box8 .list > .item > .data > .item {
	margin-bottom: 8px;
}
.box8 .list > .item > .data > .item > .label {
	font-size: 16px;
	color: #FFFFFF;
}
.box8 .list > .item > .data > .item > .value {
	font-weight: 500;
	font-size: 16px;
	color: #F05C00;
}
.box8 > .l-max-w > .desc {
	font-size: 16px;
	color: #282828;
	margin-top: 20px;
}
.box8 > .l-max-w > .hint {
	color: #F05C00;
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
}
/* box9 */
.box9 {
	padding: 60px 0;
	box-sizing: border-box;
	background-color: #FFFFFF;
}

.box9>.l-max-w>.title {
	color: #001C11;
	font-weight: 900;
	font-size: 36px;
	text-align: center;
}


.faqs-list {
	margin-top: 40px;
}

.faqs-list>.item {
	margin-bottom: 20px;
	background-color: #F9FAFB;
	border-radius: 12px;
	border: 1px solid #E5E7EB;
}

.faqs-list>.item>.cut {
	padding: 18px;
	box-sizing: border-box;
	cursor: pointer;
}

.faqs-list>.item>.cut>.icon {
	width: 20px;
	height: 20px;
	transition: transform .3s ease-in-out;
}

.faqs-list>.item>.active>.icon {
	transform: rotate(180deg);
}

.faqs-list>.item>.cut>.show {
	display: block;
}

.faqs-list>.item>.cut>.label {
	font-weight: bold;
	font-size: 20px;
	color: #101828;
}

.faqs-list>.item>.desc {
	max-height: 0;
	overflow: auto;
	transition: max-height 0.3s ease;
}

.faqs-list>.item>.show {
	max-height: 300px;
}

.faqs-list>.item>.desc>.text {
	font-size: 16px;
	color: #4A5565;
	padding: 0 24px 24px 24px;
	box-sizing: border-box;
}

/* box10 */
.box10 {
	padding: 60px 0 80px 0;
	box-sizing: border-box;
	background-color: #F5F5F5;
}
.box10 > .l-max-w > .title {
	font-weight: bold;
	font-size: 36px;
	color: #001C11;
	text-align: center;
}
.box10 .list {
	gap: 27px;
	margin-top: 40px;
}

.box10 .list>li {
	background: #FFFFFF;
	padding: 32px 28px;
	box-sizing: border-box;
	width: calc(25% - 22px);
}

.box10 .list>li>img {
	width: 132px;
	height: 132px;
	border-radius: 27px;
}

.box10 .list>li>h3 {
	font-weight: 900;
	font-size: 24px;
	color: #000000;
	margin-top: 24px;
}

.box10 .list>li>a {
	font-weight: 900;
	font-size: 18px;
	color: #000000;
	background-color: #00FFAA;
	border-radius: 12px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	margin-top: 40px;
	box-shadow: 0px 3px 8px 0px rgba(0,252,155,0.6);
	width: 100%;
}

@media only screen and (max-width: 1200px) {

	/* box1 */
	.box1 {
		padding: 26px 16px 0px 16px;
	}
	
	.box1 .l-max-w {
		padding: 14px;
	}
	.box1 .l-max-w > .desc {
		font-size: 12px;
		color: #282828;
		margin-top: 16px;
	}
	
	.box1 .info>.left>.logo {
		width: 60px;
		height: 60px;
		border-radius: 13px;
	}
	
	.box1 .info>.right {
		margin-left: 14px;
		flex: 1;
	}
	.box1 .info>.right > .top {
		flex-direction: column;
		align-items: flex-start;
		flex: 1;
	}
	
	.box1 .info>.right .name {
		font-size: 20px;
		margin-right: 4px;
	}
	
	.box1 .info>.right .star>.icon {
		width: 14px;
		height: 14px;
	}
	
	.box1 .info>.right .star>.value {
		font-size: 14px;
		margin-left: 6px;
	}
	
	.box1 .info>.right>.desc {
		font-size: 12px;
		margin-top: 16px;
	}
	
	.box1 .down {
		margin-top: 20px;
	}
	
	.box1 .down>.btn {
		height: 44px;
		border-radius: 6px;
		box-shadow: 0px 2 4px 0px rgba(0,252,155,0.6);
		gap: 5px;
		max-width: 100%;
		padding: 0 5px;
	}
	
	.box1 .down>.btn>.label {
		font-size: 16px;
		text-align: center;
	}
	
	.box1 .items {
		margin-top: 16px;
	}
	
	.box1 .items>li {
		font-size: 10px;
		padding-left: 10px;
	}
	
	.box1 .items>li::before {
		content: "";
		display: block;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		background-color: #F05C00;
	}

	/* box2 */
	.box2 {
		margin-top: 0px;
		padding: 20px 16px;
		box-sizing: border-box;
	}
	.box2 > .l-max-w {
		padding: 14px;
	}

	.box2 .title {
		font-size: 16px;
		margin-bottom: 14px;
		padding-left: 0;
	}

	.box-title {
		font-size: 20px;
		margin-top: 30px;
		margin-bottom: 12px;
		line-height: initial;
	}

	.box2 .banner {
		padding-bottom: 10px;
	}

	.box2 .banner::-webkit-scrollbar {
		/* 隐藏滚动条，但依旧具备可以滚动的功能 */
		display: none;
		width: 0 !important;
		height: 0 !important;
		-webkit-appearance: none;
		background: transparent;
		color: transparent;
	}

	.box2 .banner>li {
		margin: 0 6px;
		width: 260px;
		height: 118px;
		border-radius: 11px;
		min-width: 260px;
	}

	/* box4 */
	.box4 {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.box4 > .l-max-w {
		padding-bottom: 20px;
	}
	.box4 .title {
		font-size: 14px;
		padding: 14px;
	}

	.box4 .card {
		padding: 16px 18px;
		font-size: 12px;
	}

	.box4 .card>ul>li {
		width: 100%;
		padding: 14px 0;
	}

	.box4 .card>ul>li:nth-child(2n - 1) {
		margin-right: 0;
	}

	.box4 .card>ul>li:nth-child(2n) {
		margin-left: 0;
	}

	.box4 .card>ul>li:nth-last-child(1) {
		border: none;
	}

	.box4 .card>ul>li>.label {
		font-size: 10px;
	}

	.box4 .card>ul>li>.value {
		font-size: 12px;
	}

	/* box5 */
	.box5 {
		padding: 0 16px;
		padding-top: 20px;
		box-sizing: border-box;
	}
	.box5 .l-max-w {
		padding-bottom: 20px;
	}
	.box5 .title{
		font-size: 14px;
		padding-left: 14px;
		padding-top: 14px;
	}
	.box5 .list>.item {
		margin-top: 10px;
		padding: 14px;
	}
	
	.box5 .list>.item>.tag {
		width: 32px;
		height: 32px;
		font-size: 14px;
		line-height: 32px;
	}
	
	.box5 .list>.item>.text {
		font-size: 12px;
		margin-left: 14px;
	}

	/* box6 */
	.box6 {
		padding: 0 16px;
		padding-top: 20px;
		box-sizing: border-box;
	}
	.box6>.l-max-w {
		padding: 14px;
	}
	.box6>.l-max-w>.title {
		font-size: 14px;
	}
	.box6 .list {
		gap: 8px;
		flex-direction: column;
	}

	.box6 .list>.item {
		width: 100%;
		padding: 14px 10px;
	}

	.box6 .list>.item>.title {
		font-size: 20px;
		margin-bottom: 6px;
	}

	.box6 .list>.item>.items>.text {
		font-size: 12px;
		padding-left: 10px;
		margin-left: 10px;
	}

	.box6 .list>.color1>.items>.text::before {
		content: "";
		display: block;
		width: 3px;
		height: 3px;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		background-color: #0A5708;
		border-radius: 50%;
	}

	.box6 .list>.color2>.items>.text::before {
		content: "";
		display: block;
		width: 3px;
		height: 3px;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		background-color: #572308;
		border-radius: 50%;
	}

	/* box7 */
	.box7 {
		padding: 0 16px;
		padding-top: 20px;
		box-sizing: border-box;
	}
	.box7>.l-max-w {
		padding: 14px;
	}
	.box7>.l-max-w>.title {
		font-size: 14px;
	}
	.box7>.l-max-w>.desc {
		font-size: 10px;
		margin-top: 10px;
	}
	.box7 .list>.item {
		margin-top: 18px;
	}
	
	.box7 .list>.item>.step {
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	
	.box7 .list>.item>.right {
		margin-left: 8px;
	}
	
	.box7 .list>.item>.right>.label {
		font-size: 14px;
	}
	
	.box7 .list>.item>.right>.value {
		margin-top: 6px;
		font-size: 12px;
	}


	/* box8 */
	.box8 {
		padding: 20px 16px 30px 16px;
	}
	.box8 > .l-max-w {
		padding: 14px;
	}
	.box8 > .l-max-w > .title {
		font-size: 14px;
	}
.box8 .list {
	gap: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	flex-direction: column;
}
.box8 .list > .item {
	padding: 10px;
	width: 100%;
}
.box8 .list > .item > .title {
	font-size: 14px;
}
.box8 .list > .item > .data {
	margin-top: 10px;
}
.box8 .list > .item > .data > .item {
	margin-bottom: 4px;
}
.box8 .list > .item > .data > .item > .label {
	font-size: 10px;
}
.box8 .list > .item > .data > .item > .value {
	font-size: 10px;
}
.box8 > .l-max-w > .desc {
	font-size: 11px;
	margin-top: 10px;
}
.box8 > .l-max-w > .hint {
	font-size: 11px;
	margin-top: 10px;
}

	/* box9 */
	.box9 {
		padding: 26px 16px 40px 16px;
	}

	.box9>.l-max-w>.title {
		font-size: 20px;
	}

	.faqs-list {
		margin-top: 20px;
	}

	.faqs-list>.item {
		margin-bottom: 8px;
		border-radius: 6px;
	}

	.faqs-list>.item>.cut {
		padding: 9px;
	}

	.faqs-list>.item>.cut>.icon {
		width: 12px;
		height: 12px;
	}

	.faqs-list>.item>.cut>.label {
		font-size: 12px;
	}

	.faqs-list>.item>.show {
		max-height: 300px;
	}

	.faqs-list>.item>.desc>.text {
		font-size: 10px;
		padding: 0 12px 12px 12px;
	}

	/* box10 */
	.box10 {
		padding: 20px 16px 40px 16px;
		box-sizing: border-box;
	}
	.box10 > .l-max-w > .title {
		font-size: 18px;
	}
	.box10 .list {
		gap: 15px;
		margin-top: 25px;
	}

	.box10 .list>li {
		border-radius: 6px;
		padding: 14px;
		width: calc(50% - 8px);
	}

	.box10 .list>li>img {
		width: 70px;
		height: 70px;
		border-radius: 13px;
	}

	.box10 .list>li>h3 {
		font-weight: 900;
		font-size: 16px;
		margin-top: 12px;
	}

	.box10 .list>li>a {
		font-size: 13px;
		border-radius: 6px;
		height: 30px;
		line-height: 30px;
		margin-top: 12px;
	}
}