* {
	margin: 0;
	padding: 0;
	color: #333;
	list-style: none;
	text-decoration: none;
}

img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

html {
	font-size: calc(100vw / 192);
}

[v-cloak] {
	display: none;
}


.header {
	width: 100vw;
	height: fit-content;
	aspect-ratio: 192/82;
	position: relative;
	padding-top: 0.1px;
}

.header .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.header .title {
	margin-top: 12.6rem;
	margin-left: 11.4rem;
	font-weight: bold;
	font-size: 10rem;
	color: #FFFFFF;
	line-height: 15rem;
}

.header .subhead {
	margin-top: .8rem;
	margin-left: 11.4rem;
	font-size: 5.6rem;
	color: #CDC0FF;
	line-height: 7.8rem;
}

.header .product_container {
	width: 112rem;
	height: 8.8rem;
	margin: 32.2rem auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .product_container .product_list {
	display: flex;
	align-items: center;
}

.header .product_container .product_list .icon {
	width: 8.8rem;
	height: 8.8rem;
	margin-right: 1.6rem;
	flex-shrink: 0;
}

.header .product_container .product_list .text {
	font-size: 3.6rem;
	color: #666666;
	line-height: 4.6rem;
}

.main {
	width: 100%;
	height: fit-content;
	aspect-ratio: 192/87;
	position: relative;
}

.main .introduce {
	position: absolute;
	top: 1.6rem;
	right: 0;
	z-index: -1;
	width: 80.6rem;
	height: 80.6rem;
}

.main .container {
	width: 112rem;
	height: 100%;
	margin: 0 auto;
	padding-top: 0.1px;
}

.main .container .title {
	margin-top: 4.8rem;
	font-weight: bold;
	font-size: 3.6rem;
	color: #333333;
	line-height: 6.8rem;
}

.main .container .subhead {
	font-size: 3.6rem;
	color: #EFEBFF;
	line-height: 5rem;
}

.main .container .chunk {
	width: 8rem;
	height: .4rem;
	margin-top: 3.2rem;
	background: #A787F6;
	border-radius: .8rem;
}

.main .container .content {
	width: 68.8rem;
	margin-top: 1.6rem;
	font-size: 2.8rem;
	color: #333333;
	line-height: 4.2rem;
}

.brief_introduction {
	width: 100%;
	height: fit-content;
	aspect-ratio: 1920/634;
	position: relative;
	background: #F8F7FD;
}

.brief_introduction .container {
	width: 112rem;
	height: 100%;
	margin: 0 auto;
	padding-top: 0.1px;
}

.brief_introduction .container .title {
	margin-top: 4.8rem;
	font-weight: bold;
	font-size: 3.6rem;
	color: #333333;
	line-height: 6.8rem;
}

.brief_introduction .container .subhead {
	font-size: 3.6rem;
	color: #EFEBFF;
	line-height: 5rem;
}

.brief_introduction .container .chunk {
	width: 8rem;
	height: .4rem;
	margin-top: 3.2rem;
	background: #A787F6;
	border-radius: .8rem;
}

.brief_introduction .container .content {
	width: 100%;
	margin-top: 1.6rem;
	font-size: 2.8rem;
	color: #333333;
	line-height: 4.2rem;
}

.footer {
	width: 100%;
	height: fit-content;
	aspect-ratio: 1920/233;
	display: flex;
	justify-content: center;
}

.footer .container {
	width: 93.6rem;
	height: 100%;
	padding: 0 3.2rem;
	position: relative;
	display: flex;
	align-items: center;
}

.footer .container .bottom {
	width: 100%;
	height: fit-content;
}

.footer .bottom ul {
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	margin-bottom: 1.6rem;
}

.footer .bottom li {
	color: #666;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.footer .bottom .line {
	width: .2rem;
	height: 1.4rem;
	background: #808080;
	margin: 0 1rem;
}

.footer .bottom .curpor {
	cursor: pointer;
}

.footer .bottom li.curpor:hover {
	font-weight: bold;
	color: #5350a0;
}