.content {
    width: 100%;
	padding-top: 4rem;
	height: calc(100vh - 3.5rem);
	display: flex;
	align-items: center;
	justify-content: center;
	animation: easeIn 1s ease-in forwards;
}
.index {
	width: 73%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	animation: fallBounce1 0.5s cubic-bezier(0, 0, 0.265, 1.55) forwards;
}
.left {
	/* margin-right: 12rem; */
	/* animation: fallBounce1 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards; */
}
.title1 {
	font-weight: bold;
	font-size: 2.625rem;
	color: #3C414D;
	line-height: 3rem;
	letter-spacing: 0.2rem;
}
.title2 {
	margin-top: 1rem;
	font-weight: 800;
	font-size: 2.625rem;
	line-height: 3rem;
	letter-spacing: 0.2rem;
	background: linear-gradient( 94deg, #8737FF 0%, #D133FF 37%, #FF37AF 72%, #FFAA00 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.title2::selection {
	-webkit-background-clip: unset !important;
	-webkit-text-fill-color: unset !important;
	color: #FFFFFF !important; /* 背景色 */
	background: #4285F4 !important; /* 背景色 */
}
.text {
	font-weight: 400;
	font-size: 1rem;
	color: #6C6F79;
	line-height: 1.5rem;
	margin-top: 3.125rem;
	letter-spacing: 0.1rem;
}
.but {
	width: 11rem;
	height: 3rem;
	background: #FFCC00;
	border-radius: 0.5rem;
	margin-top: 3.125rem;
	font-weight: bold;
	font-size: 1rem;
	color: #000000;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.1rem;
}
.but-img {
	width: 1rem;
	height: 1rem;
	display: block;
	margin-left: 0.5rem;
}
.but:hover {
	background: #DFB302;
}
.right {
	/* padding-bottom: 6rem; */
	/* animation: fallBounce1 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards; */
}
.right-img {
	/* width: 28.75rem; */
	height: 33rem;
	display: block;
	/* animation: easeIn 1.2s ease-in forwards; */
}
.right-lsit {
	width: 100%;
	padding: 0 0.625rem;
	margin-top: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.right-item {
	font-weight: 400;
	font-size: 1.125rem;
	color: #3C414D;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.right-item-img {
	width: 1.125rem;
	height: 1.125rem;
	display: block;
	margin-right: 0.25rem;
}
.right-item-dian {
	width: 6px;
	height: 6px;
	background: #A7AFBC;
	opacity: 0.2;
	border-radius: 50%;
}
.right-item span {
	opacity: 0.6;
}
.right-item-new span {
	opacity: 1;
	font-weight: bold;
}

/* 悬停效果 */
/* .title1:hover, .title2:hover, .text div:hover, .but:hover, .right-item:hover, .right-img:hover {
    transform: translateY(-0.25rem);
    filter: brightness(110%);
} */

.swiper {
	width: 41.25rem;
	height: 35rem;
}
.swiper-wrapper {
	width: 100%;
}
.swiper-slide {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-img {
	width: 100%;
	margin: 0 auto;
	display: block;
}


@media (max-width: 1680px) {
    .index {
    	/* width: 72%; */
    }
}

@media (max-width: 1450px) {

}

@media (max-width: 1280px) {

}

@media (max-width: 800px) {

}

@media (max-width: 520px) {

}