footer {
	padding: .2rem 0 0;
	box-sizing: border-box;
	color: #fff;
	background-color: var(--mainColor);
}
footer .main {
	position: relative;
}
footer .bottom-nav {
	display: flex;
	justify-content: space-between;
}
footer .bottom-nav li {
	width: 1.42rem;
}
footer .bottom-nav .bottom-nav-title {
	display: inline-block;
	margin-bottom: .12rem;
	font-size: .18rem;
}
footer .bottom-nav a {
	font-size: .14rem;
	color: #fff;
	line-height: 1.6;
	display: block;
}
footer .bottom-nav .logo-bottom {
	width: 2rem;
	text-align: center;
}
footer .bottom-nav .logo-bottom img {
	width: 1.3rem;
}
footer .bottom-nav li:nth-last-child(-n+4) {
	text-align: right;
}
footer .foot-contact {
	position: absolute;
	left: 50%; bottom: .05rem;
	transform: translateX(1.7rem);
}
footer .foot-contact ol li {
	margin: .04rem 0;
	padding-left: 1rem;
	box-sizing: border-box;
	display: block;
	font-size: .14rem;
	position: relative;
	line-height: 1.5;
}
footer .foot-contact ol li span {
	display: inline-block;
	font-size: .14rem;
	position: absolute;
	left: 0; top: 0;
}
footer .foot-contact a {
	color: #fff;
}
footer .foot-contact .vr {
	text-decoration: underline;
	font-size: .16rem;
}
footer .foot-contact .phone {
	margin-left: .15rem;
}
footer .bottom-qrcode {
	margin-top: -.7rem;
	position: relative;
	left: 50%; bottom: 0;
	transform: translateX(-50%);
	text-align: center;
	font-size: .13rem;
	line-height: 3;
	pointer-events: none;
}
footer .bottom-qrcode img {
	width: .8rem;
}
footer .copyright {
	padding: .16rem 0;
	border-top: 1px solid #931e20;
	font-size: .14rem;
}
footer .copyright a {
	color: #fff;
}
.copyright .tech-support {
	margin-right: .15rem;
	display: inline-block;
	float: right;
}
#cnzz_stat_icon_1279605221 > a > img {
	float: right;
	margin-top: 3px;
}
.slider {
	width: .4rem;
	position: fixed;
	right: .1rem; top: 40%;
	cursor: pointer;
	z-index: 2;
	display: none;
	font-size: 0;
}
.slider li {
	width: 100%; height: .4rem;
	font-size: .16rem;
	border: 1px solid;
	color: #3c3c3c;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .9);
	position: relative;
	box-sizing: border-box;
}
.slider li a {
	color: #3c3c3c;
}
.slider li:hover {
	background-color: #3c3c3c;
	color: #fff;
}
.slider li:hover a {
	color: #fff;
}
.slider .iconfont {
	font-size: .26rem;
}
.slider .tip {
	position: absolute;
	top: 0; right: 100%;
    line-height: 1.5;
    border: 1px solid rgb(60, 60, 60);
    border-radius: 4px;
    background-color: #fff;
    filter: drop-shadow(0px 2px 4px rgba(60, 60, 60, 0.6));
    color: #5a5a5a;
    opacity: 0;
	pointer-events: none;
	transition: all .4s ease-in-out;
}
.slider .tip::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 10px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%; left: 100%;
	transform: translateY(-50%);
	margin: auto;
	z-index: 2;
}
.slider .tip::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 10px;
	border-color: transparent transparent transparent rgb(60, 60, 60);
	position: absolute;
	top: 50%; left: 101.5%;
	transform: translateY(-50%);
	margin: auto;
	z-index: 1;
}
.slider li:hover .tip {
	right: .6rem;
	opacity: 1;
	pointer-events: auto;
}
.slider li .wechat {
	padding-top: .06rem;
	box-sizing: border-box;
	width: 1.2rem; height: 1.2rem;
	top: 50%;
	transform: translate(0, -50%);
	text-align: center;
	line-height: 1.7;
	font-size: .14rem;
}
.slider li .wechat img {
	width: .74rem;
}
.slider li .phone {
	bottom: 0; top: unset;
	padding: .06rem .08rem 0;
	width: .96rem; height: .7rem;
	text-align: right;
	font-size: .12rem;
	line-height: 1.8;
}
.slider li .phone::after,
.slider li .phone::before {
	bottom: 0; top: unset;
}
.slider .totop {
	display: none;
	text-align: center;
	line-height: .4rem;
}

@media screen and (max-width: 768px) {
footer {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 0;
}
footer .bottom-nav li {
	display: none;
}
footer .bottom-nav .logo-bottom {
	margin-top: .15rem;
	display: block;
	width: 100%;
	text-align: center;
}
footer .bottom-nav .logo-bottom img {
	width: 30%;
}
footer .foot-contact {
	margin-top: .2rem;
	position: relative;
	left: 0; bottom: 0;
	transform: translateX(0);
}
footer .foot-contact ol li {
	padding-left: .9rem;
	font-size: .15rem;
}
footer .foot-contact ol li span {
	font-size: .16rem;
}
footer .foot-contact .vr {
	word-break: break-all;
}
footer .foot-contact .phone {
	display: block;
	margin-left: 0;
}
footer .bottom-qrcode {
	display: none;
}
footer .copyright .copyright-info > a {
	display: block;
}
.copyright .main {
	padding: 0;
	text-align: center;
}
.copyright-info {
	padding: 0 4%;
	box-sizing: border-box;
	font-size: .14rem;
	width: 100%;
	display: block;
}
.copyright ul {
	display: none;
}
#cnzz_stat_icon_1279605221 {
	display: none;
}
.copyright .tech-support {
	margin: 0;
	float: unset;
	display: block;
}
.copyright .tech-support > a {
	display: inline;
}
.mobile-none {
	display: none;
}
.slider {
	bottom: 6%; top: unset;
}
.slider li {
	display: none;
	background-color: rgba(255, 255, 255, .8);
}
.slider li:hover {
	background-color: rgba(255, 255, 255, .8);
	color: var(--main);
}
.slider .totop {
	display: block;
}



}

