/* foot */
.footer {
	height: 250px;
	background: #026CC2;
	backdrop-filter: blur(4px);
	padding: 20px;
	min-width: 1260px;
}
.menu-footer {
	width: 1200px;
	margin: 0 auto;
	color: #e5f1ff;
	text-align: center;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: 0.32px;
	margin-bottom: 24px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 10px;
}
.menu-footer select {
	width: 254px;
	height: 40px;
	border-radius: 2px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.05);
	margin: 0 20px 0px 0;
	color: #fff;
	background: url(../img/selectasj1.png) 96% 45% no-repeat;
}

.footer .wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.footer .wrap .lis {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #e5f1ff;
	font-family: Microsoft YaHei;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 157.143% */
	letter-spacing: 0.28px;
	margin-bottom: 12px;
}
.footer .wrap .li div {
	height: 14px;
	line-height: 14px;
	padding: 0 10px;
	border-right: 1px solid;
}
.footer .wrap .lis:nth-child(4) div {
	margin: 0 10px;
}
.footer .wrap .lis:nth-child(5) div {
	margin: 0 10px;
}
.footer .wrap .li div:nth-last-child(1) {
	border-right: none;
}
.footer .wrap .jiucuo {
	width: 110px;
	position: absolute;
	left: 10px;
	top: 40px;
	cursor: pointer;
}
.footer .wrap .jiucuo img {
	height: 40px;
}
.footer .wrap .jiurig {
	width: 80px;
	position: absolute;
	right: 10px;
	top: 30px;
	cursor: pointer;
}
.footer .wrap .jiurig img {
	width: 80px;
}
select {
	padding: 0 8px;
	position: relative;
}
select::before {
	content: "";
	width: 10px;
	height: 20px;
	background: url(../img//selectasj.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
}
select option {
	border: none;
	color: #777777 !important;
	font-family: Arial;
}

select::selection {
	background: #b7e1ff;
}
.head-menu-two ul:nth-child(2) {
	padding-top: 0;
}
.rl-list .header:nth-child(1) {
	font-size: 16px;
	font-weight: 700;
}
.footer .wrap .lis a {
	color: #e5f1ff;
	display: flex;
	align-items: center;
}
.footer .wrap .lis a img {
	width: 20px;
	margin: -4px 9px 0 0px;
}


/* 右侧栏 */
.rightp {
	position: fixed;
	right: 20px;
	top: 50%;
	margin-top: -106px;
	z-index: 999999;
}

.rightp > div {
	width: 74px;
	height: 70px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #d7d7d7;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 8px;
	cursor: pointer;
}
.rightp > div span{
	font-size: 14px;
}
.rightp div img {
	width: 38px;
	height: 38px;
}
.rightp .pops {
	position: absolute;
	width: 152px !important;
	height: 190px !important;
	left: -160px;
	top: -33px;
	background: url(../img/pops.png) no-repeat;
	background-size: 100% 100%;
	display: none;
}
.rightp > div:nth-child(2) .pops {
	top: 40px;
}
.rightp > div:nth-child(3) .pops {
	top: 123px;
}
.rightp > div:hover .pops {
	display: block;
}
.rightp .pops img {
	width: 132px;
	height: 132px;
	margin-left: -7px;
	margin-top: 4px;
}
.rightp .pops div {
	width: 100%;
	border: none;
	font-size: 14px;
}