.aabottom .px {
	color: #666;
	margin-bottom: 0.2rem;
}

.aabottom .px span {
	background: var(--1, linear-gradient(90deg, #006BBA 0.89%, #00C2F6 99.73%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.aabottom .listaa .top1 ul {
	display: flex;
	/* width: 100%; */
	justify-content: space-between;
	color: #ffffff;
	border-radius: 0.06rem 0.06rem 0 0;
	background: linear-gradient(90deg, #006BBA 0.89%, #00C2F6 99.73%);
	padding: 0 0.6rem 0 0.7rem;
	line-height: 0.6rem;
}

.aabottom .listaa .top1 ul li:nth-child(1) {
	width: 40%;
}

.aabottom .listaa .top1 ul li:nth-child(2) {
	width: 20%;
}

.aabottom .listaa .top1 ul li:nth-child(3) {
	width: 12%;
}

.aabottom .listaa .top1 ul li:nth-child(4) {
	width: 12%;
}

.aabottom .listaa .top1 ul li:nth-child(5) {
	width: 12%;
}

.aabottom .listaa .item {
	background-color: #ffffff;
	border-bottom: 1px solid #D3D4D4;
}

.aabottom .listaa .item:last-child {
	border-bottom: none;
	border-radius: 0 0 0.1rem 0.1rem;
}

.aabottom .listaa .item ul {
	display: flex;
	/* width: 100%; */
	justify-content: space-between;
	color: #666666;
	padding: 0.35rem 0.6rem 0.35rem 0.7rem;
	line-height: 1.5;
}

.aabottom .listaa .item ul li:nth-child(1) {
	width: 40%;
	word-break: break-all;
}

.aabottom .listaa .item ul li:nth-child(2) {
	width: 20%;
}

.aabottom .listaa .item ul li:nth-child(3) {
	width: 12%;
}

.aabottom .listaa .item ul li:nth-child(4) {
	width: 12%;
}

.aabottom .listaa .item ul li:nth-child(5) {
	width: 12%;
}

.aabottom .listaa .item ul li:last-child {
	display: flex;
	align-items: center;
	align-content: center;
}

.aabottom .listaa .item ul li a {
	display: block;
	width: 21px;
	height: 21px;
	margin-right: 0.23rem;
	opacity: 0.6;
	transition: all 0.5s;
}

.aabottom .listaa .item ul li a:last-child {
	margin-right: 0;
}

.aabottom .listaa .item ul li a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.aabottom .listaa .item ul li a:hover {
	opacity: 1;
}


@media (max-width:768px) {
	.aabottom .listaa .top1 ul li:nth-child(5) {
    width: 30%;
}
	.aabottom .listaa .item ul li:nth-child(1) {
    width: 70%;
    word-break: break-all;
}
	.aabottom .listaa .top1 ul li:nth-child(2) {
		display: none;
	}

	.aabottom .listaa .top1 ul li:nth-child(3) {
		display: none;
	}

	.aabottom .listaa .top1 ul li:nth-child(4) {
		display: none;
	}

	.aabottom .listaa .item ul li:nth-child(2) {
		display: none;
	}

	.aabottom .listaa .item ul li:nth-child(3) {
		display: none;
	}

	.aabottom .listaa .item ul li:nth-child(4) {
		display: none;
	}
.aabottom .listaa .item ul li:nth-child(5) {
    width: 20%;
    word-break: break-all;
}
}
