.main {
	color: #222831;
}

header {
	color: var(--colorvariable);
	--colorvariable: white;
}

.topic {
	color: var(--colorvariable);
}

.jumpli a {
	color: var(--colorvariable);
}

.arrowli>div img {
	transform: translateY(12vw);
	filter: drop-shadow(var(--colorvariable) 0 -12vw);
}

h1 {
	text-align: center;
	font-size: 2.5vw;
	font-weight: 600;
	cursor: default;
}


.banner {
	background: url(../img/headBanner.96435954.png) no-repeat;
	background-size: cover;
	height: 30vw;
	width: 100%;
	color: white;
	padding-top: 12vw;
}

.banner>div {
	padding-left: 12%;
	cursor: default;
}

.banner>div>div:first-child {
	font-size: 4vw;
	font-weight: 600;
	margin-bottom: 2vw;
}

.banner>div>div:last-child {
	font-size: 1.45vw;
	margin-top: 4vw;
	background: linear-gradient(to right, #006eff, #00a4ff);
	width: 12%;
	text-align: center;
	border-radius: 1.8vw;
	padding: 1vw 2vw 1vw 2vw;
	cursor: pointer;
}

.banner>div>div:last-child:hover {
	background: linear-gradient(134deg, #006eff 100%, #00a4ff 0%);
}

.banner>div>p {
	font-size: 1.8vw;
	margin-bottom: 1vw;
	width: 40%;
	line-height: 3vw;
}

.figureclonedesc {
	margin-top: 6vw;
	cursor: default;
}

.figureclonedesc>h1 {
	margin-bottom: 4vw;
}

.figureclonedesc>div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6vw;
}

.figureclonedescleft {
	width: 40%;
	box-shadow: 0 0 1vw #c2cad5;
	border-radius: 1vw;
}

.figureclonedescleft img {
	width: 100%;
	border-radius: 1vw;
}

.figureclonedescright {
	width: 40%;
}

.figureclonedescright>div {
	color: #006EFF;
	font-weight: 600;
	font-size: 1.45vw;
	padding-bottom: 2vw;
	border-bottom: solid #c2cad5 0.1vw;
	margin-bottom: 2vw;
}

.figureclonedescright p {
	font-size: 1.25vw;
	/*text-indent: 2em;*/
	line-height: 2.5vw;
	color: #2C3E50;
}

.model {
	margin-top: 6vw;
}

.model>h1 {
	margin-bottom: 4vw;
}

.model>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2vw;
	width: 100%;
	margin: 0 auto;
}

.model>ul li {
	width: 16%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2vw;
	border-radius: 0.4vw;
	font-size: 1.25vw;
	color: white;
}

.model>ul li:nth-child(odd) {
	background-color: #46bdff;
}

.model>ul li:nth-child(even) {
	background-color: #0dd1e5;
}

.model>ul li img {
	width: 50%;
	margin-bottom: 2vw;
}

.duibi {
	color: #222831;
}

.duibi>div {
	background-color: #f3f7fd;
	display: flex;
	justify-content: center;
	margin-top: 3vw;
	padding-top: 6vw;
	cursor: pointer;
	padding-bottom: 6vw;
}

.duibileft {
	background: linear-gradient(218deg, #308dff 0%, #006EFF 100%);
	color: white;
	width: 35%;
	margin-right: 2vw;
	padding: 2vw;
	border-radius: 1vw;
	;
}

.duibiright {
	margin-left: 2vw;
	padding: 2vw;
	width: 35%;
	background-color: white;
	border-radius: 1vw;
	box-shadow: 0 0 1vw #eee;
}

.duibishow>ul {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.duibishow>ul>div {
	font-size: 2vw;
	font-weight: 600;
	margin-bottom: 2vw;
}

.duibishow>ul li {
	font-size: 1.35vw;
	display: flex;
	align-items: center;
	margin-bottom: 2vw;
	padding: 0.8vw;
	transition: all 0.5s;
	border-radius: 0.6vw;
}

.duibishow>ul li img {
	width: 2vw;
	margin-right: 1.5vw;
}

.duibi>h1 {
	margin-top: 6vw;
}

.process {
	margin-top: 6vw;
	margin-bottom: 6vw;
	background-color: #f3f7fd;
	padding-top: 4vw;
	padding-bottom: 4vw;
}

.process>h1 {
	margin-bottom: 4vw;
}

.processcard {
	display: flex;
	justify-content: center;
	gap: 4vw;
}

.processcard>li {
	width: 20%;
	background-color: white;
	border: 0.1vw solid #e8f2ff;
	padding-bottom: 2vw;
}

.processcard>li>div {
	width: 100%;
	font-size: 1.5vw;
	color: white;
	font-weight: 600;
	padding: 2vw;
	margin-bottom: 2vw;
	box-sizing: border-box;
	background-color: red;
	border-radius: 0.4vw;
	background: linear-gradient(to right, #2dbbff, #0078ff);
}

.processcard>li>ul {
	padding: 2vw;
}

.processcard>li li {
	display: flex;
	align-items: center;
	font-size: 1.15vw;
	color: #2C3E50;
	margin-bottom: 2vw;
}

.processcard>li>img {
	display: block;
	width: 8vw;
	height: 8vw;
	margin: 0 auto;
}

.processcard>li li img {
	width: 1.15vw;
	margin-right: 1vw;
}

@media (max-width:768px) {
	.banner {
		height: 40vw !important;
		padding-top: 24vw !important;
	}

	.banner>div>div:first-child {
		font-size: 5vw;
	}

	.banner>div>p {
		font-size: 2.8vw;
		line-height: 5vw;
	}

	.banner>div>div:last-child {
		font-size: 3vw;
		width: 25%;
	}

	h1 {
		font-size: 4.5vw;
	}

	.figureclonedesc>div {
		flex-wrap: wrap;
	}

	.figureclonedesc>h1 {
		margin-bottom: 10vw;
	}

	.figureclonedescright {
		width: 90%;
	}

	.figureclonedescleft {
		width: 90%;
	}

	.figureclonedescright>div {
		font-size: 3.45vw;
	}

	.figureclonedescright p {
		font-size: 2.8vw;
		line-height: 5.5vw;
	}

	.model>ul {
		margin-top: 8vw;
	}

	.duibi>div {
		flex-wrap: wrap;
	}

	.model {
		margin-top: 12vw;
	}

	.model>ul li {
		width: 40%;
		font-size: 4.25vw;
		margin-bottom: 4vw;
	}

	.duibi>p {
		width: 60%;
		margin: 0 auto;
		margin-top: 3vw;
		text-align: center;
		font-size: 2.25vw;
		line-height: 4vw;
	}

	.duibishow>ul>div {
		font-size: 4vw;
	}

	.duibishow>ul li {
		font-size: 3.2vw;
		line-height: 6vw;
	}

	.duibiright {
		width: 80%;
	}

	.duibileft {
		margin: 0 auto;
		width: 80%;
		margin-bottom: 6vw;
	}

	.duibishow>ul li img {
		width: 3vw;
	}

	.processcard {
		flex-wrap: wrap;
		margin-top: 8vw;
	}

	.processcard>li {
		width: 90%;
		margin-bottom: 4vw;
	}

	.processcard>li>div {
		font-size: 3.8vw;
	}

	.processcard>li li {
		font-size: 3.5vw;
	}

	.processcard>li li img {
		width: 3vw;
		margin-right: 2vw;
	}

	.processcard>li>img {
		width: 24vw;
		height: 24vw;
	}
}
