.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;
}
.service {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: space-between;
	animation: fallBounce1 0.5s cubic-bezier(0, 0, 0.265, 1.55) forwards;
}
.service-item {
	width: calc((100% - 2rem) / 2);
	padding: 1px;
	overflow: hidden;
	border-radius: 0.9375rem;
	background: #F1F3F6;
	/* background: linear-gradient( 180deg, #131529 0%, rgba(19,21,41,0) 100%); */
}
.service-item-con {
	width: 100%;
	padding: 1rem 1rem 1.75rem;
	border-radius: 0.9375rem;
	background: #FFFFFF;
	/* background: linear-gradient( 180deg, #010314 0%, #0C0E1F 100%); */
}
.service-item-img {
	width: 100%;
	display: block;
}
.title {
	width: 100%;
	padding: 0 0.625rem;
	margin-top: 1.5rem;
	font-weight: bold;
	font-size: 1rem;
	color: #3C414D;
	display: flex;
	align-items: center;
}
.title1 {
	background: linear-gradient( 94deg, #8737FF 0%, #D133FF 37%, #FF37AF 72%, #FFAA00 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.title span {
	font-weight: 300;
	font-size: 0.875rem;
	margin-left: 0.5rem;
	color: #A4A8AE;
}
.text {
	width: 100%;
	padding: 0 0.625rem;
	margin-top: 0.75rem;
	font-weight: 400;
	font-size: 0.875rem;
	color: #3C414D;
	line-height: 1.5rem;
	/* opacity: 0.6; */
}
.bottom {
	/* width: 100%; */
	margin: 1rem 0.5rem 0;
	padding-top: 1.375rem;
	border-top: 1px solid #F1F3F6;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bottom-tips {
	font-weight: 400;
	font-size: 0.875rem;
	color: #6C6F79;
	/* opacity: 0.2; */
}
.bottom-right {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 0.875rem;
	cursor: pointer;
	color: #FF9900;
}

.bottom-item {
	width: 50%;
	font-weight: bold;
	font-size: 0.875rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bottom-item-con, .bottom-right-con {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.bottom-right-con:hover, .bottom-item-con:hover {
	opacity: 0.8;
}
.bottom-item1 {
	color: #20C300;
	border-right: 1px solid #F1F3F6;
}
.bottom-item2 {
	color: #1677FF;
}
.bottom-item-img {
	width: 0.875rem;
	display: block;
	margin-left: 0.25rem;
}
.bottom-item-img1 {
	width: 0.9375rem;
	margin-right: 0.25rem;
}
.bottom-text {
	line-height: 1;
}
.service {
	
}
.service {
	
}
.service {
	
}
.service {
	
}
.service {
	
}
.service {
	
}
.service {
	
}
.service {
	
}
.service {
	
}
.service {
	
}
.service {
	
}
.service {
	
}
.service {
	
}
.service {
	
}
.service {
	
}
.service {
	
}
.service {
	
}
.service {
	
}

@media (max-width: 1800px) {
	.service {
	    /* width: 60%; */
	}
}
@media (max-width: 1680px) {
	
}
@media (max-width: 1400px) {
	.service {
	    /* width: 70%; */
	}
}