.foot-item:active {
	box-shadow: -0.1vw 0.2vh 0.1vw rgb(0 0 0 / 50%)!important;
	background-color: #056ef8;
	transform: scale(0.9);
}
.foot-item-tcc:active {
	box-shadow: -0.1vw 0.2vh 0.1vw rgb(0 0 0 / 50%)!important;
	background-color: #056ef8;
	transform: scale(0.9);
}
.ldcd001:active{
	border: 2px solid #fff;
	background-color: #056ef8!important;
	box-shadow: -0.1vw 0.2vh 0.1vw rgb(0 0 0 / 50%);
}

.ul-activity>li.xuanzhong>a {
	opacity: 1;
	background-color: #056ef8!important;
	-webkit-box-shadow: -1px 1px 1px rgb(0 0 0 / 50%);
	box-shadow: -1px 1px 1px rgb(0 0 0 / 50%);
	background: #0066ff;
}
.ul-activity>li:active a {
	opacity: 1;
	background-color: #056ef8!important;
	box-shadow: -0.1vw 0.2vh 0.1vw rgb(0 0 0 / 50%);
}
.ldbz-pop-inner {
	width: 60vw;
	height: 60vh;
	background-color: rgba(0,52,114,1);
	box-shadow: -0.36vw 0.64vh 0.36vw rgb(0 0 0 / 50%);
	border-radius: 1.25vw;
}
.ul-activity>li:active a {
    opacity: 1;
    background-color: #0066ff!important;
    box-shadow: none;
    background: linear-gradient( 0deg, #0066ff, #0066ff);
}