<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background-color: #F5F5F7;
}
.swiper-item {
	position: relative;
	width: 100%;
	height: 640px;
}

.swiper-item img {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%);
	/* max-width: 100%; */
}

.mianbao-div {
	padding: 30px 0;
	background-color: #F5F5F7;
	box-sizing: border-box;
}

.mianbao-box {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #1D1D1F;
}

.fenye-div {
	margin: 0 auto;
	background-color: #F5F5F7;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fenye-div div {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background-color: #fff;
	margin: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.fenye-div ul {
	display: flex;
	align-items: center;
}

.fenye-div ul li {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background-color: #fff;
	margin: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.fenye-div ul .active {
	background-color: #0071E3;
	color: #fff;
}

.fenye-div ul .active a {
	color: #fff;
}

.wangdian-div {
	background-color: #F5F5F7;
	padding: 50px 0;
}

.wangdian-list {
	/* background-color: #F5F5F7; */
}

.wangdian-item {
	width: 100%;
	background-color: #fff;
	padding: 60px;
	box-sizing: border-box;
	border-radius: 40px;
	overflow: hidden;
	margin-bottom: 40px;
}

.wangdian-item a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wangdian-item-left {
	flex-grow: 1;
}

.wangdian-item-left-one {
	width: 60px;
	height: 60px;
}

.wangdian-item-left-one img {
	width: 100%;
	height: 100%;
}

.wangdian-item-left-two {
	margin-top: 30px;
	font-size: 36px;
	color: #1D1D1F;
	font-weight: bolder;
}

.wangdian-item-left-three {
	width: 122px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0071E3;
	border-radius: 22px;
	color: #fff;
	margin-top: 60px;
}

.wangdian-item-left-three img {
	width: 18px;
	height: 18px;
	margin-left: 4px;
}

.wangdian-item-left-four {
	font-size: 16px;
	color: #0071E3;
	margin-top: 16px;
}

.wangdian-item-right {
	width: 600px;
	height: 410px;
	border-radius: 30px;
	overflow: hidden;
	flex-shrink: 0;
margin-left: 10%;
}

.wangdian-item-right img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width:750px) {
	.wangdian-item{
		padding: 20px;
		border-radius: 10px;
		margin-bottom: 15px;
	}
	.wangdian-item-left{
		width: 100%;
	}
	.wangdian-item-left-two{
		font-size: 18px;
	}
	.wangdian-item a{
		flex-direction: column;

	}
	.wangdian-item-left-three{
		margin-top: 10px;
	}
	.wangdian-item-right{
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-top: 20px;
	}
	.wangdian-div{
		padding: 0;
	}
	.wangdian-item-left-one{
		width: 30px;
		height: 30px;
	}
	.wangdian-item-left-three{
		height: 35px;
		width: 100px;
		font-size: 13px;
	}
	.wangdian-item-left-four{
		font-size: 14px;
	}
	.fenye-div div{
		font-size: 13px;
	}
}</pre></body></html>