.main {
	color: #222831;
	cursor: default;
}

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/matrix.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;
}

.matrixtool {
	margin-top: 4vw;
}

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

.matrixtool>div {
	display: flex;
	justify-content: center;
	gap: 4vw;
	background-color: #f3f7fd;
	padding-top: 6vw;
	padding-bottom: 6vw;
}

.matrixtoolleft {
	width: 30%;
	background: linear-gradient(218deg, #308dff 0%, #006EFF 100%);
	padding: 2vw;
	padding-left: 4vw;
	color: white;
	border-radius: 1vw;
	padding-bottom: 4vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.matrixtoolleft>ul {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.matrixtoolleft>ul>li {
	margin-top: 2vw;
	list-style-type: decimal;
}

.matrixtoolleft>ul>li div {
	font-size: 1.25vw;
	margin-bottom: 1vw;
	font-weight: 600;
}

.matrixtoolleft>ul>li p {
	font-size: 1vw;
}

.matrixtoolright {
	width: 40%;
	box-shadow: 0 0 1vw #222831;
}

.matrixtoolright img {
	width: 100%;
	height: 100%;
	border-radius: 0.4vw;
}

.matrixzhibo {
	margin-top: 4vw;
}

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

.matrixzhibo>p {
	text-align: center;
	color: #2C3E50;
	font-size: 1.25vw;
	margin-bottom: 4vw;
}

.circle {
	position: relative;
	width: 50%;
	height: 40vw;
	margin: 0 auto;
	margin-top: 3vw;
	background: url(../img/circle.png) no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #222831;
}

.circle>div {
	position: absolute;
	font-size: 1.45vw;
	color: #848c96;
	font-weight: 500;
}

.circle::after {
	content: '总会场';
	font-size: 2vw;
	font-weight: 600;
	letter-spacing: 1vw;
}

.circle>div:nth-child(odd) {
	left: 0vw;
}

.circle>div:nth-child(even) {
	right: 0vw;
}

.circle>div:nth-child(1) {
	top: 6vw;
}

.circle>div:nth-child(3) {
	bottom: 6vw;
}

.circle>div:nth-child(2) {
	top: 6vw;
}

.circle>div:nth-child(4) {
	bottom: 6vw;
}

.matrixzhibodesc {
	color: #848c96;
}

.matrixzhibodesc>div {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1vw;
	font-size: 1.25vw;
	justify-content: center;
}

.matrixcontentcreate {
	margin-top: 6vw;
	margin-bottom: 6vw;
}

.matrixcontentcreate>p {
	text-align: center;
	font-size: 1.25vw;
	color: #2C3E50;
	margin-bottom: 4vw;
	margin-top: 2vw;
}

.matrixcontentcreate>ul {
	display: flex;
	justify-content: center;
	gap: 2vw;
}

.matrixcontentcreate>ul li img {
	width: 10vw;
	margin-bottom: 2vw;
}

.matrixcontentcreate>ul li div {
	font-size: 1.6vw;
	margin-bottom: 2vw;
}

.matrixcontentcreate>ul li p {
	font-size: 1vw;
	color: #848c96;
}

.matrixcontentcreate>ul li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 20%;
	padding: 2vw;
	border-radius: 0.4vw;
}

@media (max-width:768px) {
	.banner {
		height: 40vw !important;
		padding-top: 24vw !important;
		padding-bottom: 6vw !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;
	}

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

	.matrixtoolleft>ul>li div {
		font-size: 3.25vw;
	}

	.matrixtoolleft {
		width: 80%;
		margin-bottom: 4vw;
	}

	.matrixtoolright {
		width: 84%;
	}

	.matrixtoolleft>ul>li p {
		font-size: 3vw;
	}

	.matrixzhibo>p {
		font-size: 3vw;
	}

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

	.circle {
		width: 65%;
		height: 52vw;
		margin-top: 8vw;
	}

	.circle::after {
		font-size: 4vw;
	}

	.matrixzhibodesc>div {
		font-size: 2.8vw;
	}

	.matrixcontentcreate {
		margin-top: 12vw;
	}

	.matrixcontentcreate>p {
		font-size: 2.8vw;
		width: 80%;
		margin: 0 auto;
		margin-top: 4vw;
		margin-bottom: 4vw;
	}

	.matrixcontentcreate>ul li img {
		width: 20vw;
		margin-bottom: 4vw;
	}

	.matrixcontentcreate>ul {
		gap: 2vw;
	}

	.matrixcontentcreate>ul li {
		width: 30%;
	}

	.matrixcontentcreate>ul li div {
		font-size: 3.6vw;
		margin-bottom: 4vw;
	}

	.matrixcontentcreate>ul li p {
		font-size: 2.4vw;
	}

	.matrixzhibodesc {
		margin-top: 2vw;
	}
}
