.listAv {
	width: 58rem !important;
}

.posBox {
	width: 142rem;
	height: 192rem;
	background: #FFFFFF;
	box-shadow: 2rem 2rem 4rem 2rem rgba(0, 0, 0, 0.1);
	border-radius: 4rem;
	position: fixed;
	top: 50%;
	right: 0rem;
	margin-top: -96rem;
	z-index: 11;
	transform: translateX(90rem);
	transition: all 0.3s;
}

.posBox .list {
	height: 64rem;
	font-size: 18rem;
	font-family: MicrosoftYaHei;
	color: #000000;
	position: relative;
	border-radius: 4rem;
	cursor: pointer;
}

.posBox .list img {
	width: 20rem;
	height: 20rem;
	margin-left: 0rem;
}

.posBox .list span {
	margin-left: 12rem;
}


.posBox .codeWx {
	width: 155rem;
	height: 192rem;
	background: #FFFFFF;
	box-shadow: 2rem 2rem 4rem 2rem rgba(0, 0, 0, 0.1);
	border-radius: 4rem;
	position: absolute;
	right: 136rem;
	top: -64rem;
	text-align: center;
}

.posBox .codeWx div {
	height: 56rem;
	font-size: 12rem;
	font-family: MicrosoftYaHei;
	color: #000000;
}

.posBox .codeWx img {
	width: 115rem;
	height: 115rem;
}
.posBox .list:hover {
	background: #3577FD !important;
	color: white !important;
}

.posBoxAc {
	transform: translateX(0rem) !important;
}

.posBoxAc img {
	margin-left: 0rem !important;
}

.posBox .isAc{
	background: #3577FD !important;
	color: white !important;
}