.footer .nav{
	padding:60px 0;
	background-color: #000;
}
.footer .container{
	max-width: 1280px;
    width: 100%;
    padding: 0 22px;
    margin: 0 auto;
    height: 100%
}
.footer .menu > ul > li a svg{
	display: none;
}
.footer .menu > ul > li a svg{
	width: 20px;
	height: 20px;
}
@media(min-width: 834px){
.footer .menu > ul > li{
	display: inline-block;
    vertical-align: top;
    width: 30%;
}
.footer .menu > ul{
	display: flex;
	justify-content: space-between;
}
.footer .menu > ul > li > a{
	display: block;
	cursor: auto;
	border-bottom: 1px solid #747474;
    color: #eee;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 9pt;
    text-align: left;
    text-transform: none;
}
.footer .menu > ul > li .sub-menu{
	margin: 10px 0 50px;
}
.footer .menu > ul > li .sub-menu li{
	margin-bottom: 5px;
	padding-right: 25px;
}
.footer .menu > ul > li .sub-menu li a{
    color: #0f5fda;
    line-height: 30px;
    font-size: 16px;
}
}
.footer .other{
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.footer .other .subscribe{
	display: flex;
	align-items: center;
}
.footer .other .subscribe i{
	color: #0f5fda;
	font-size: 42px;
	margin-right: 20px;
	font-weight: bold;
}
.footer .other .subscribe span{
	color: #fff;
	font-size: 18px;
	margin-right: 30px;
}
.footer .other .subscribe a{
	padding:13px 25px;
	box-sizing: content-box;
	min-width: 50px;
	border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    background-color: #0f5fda;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.footer .other .subscribe a:hover {
    background-color: #2468de;
}
.footer .other .social{
	display: flex;
	align-items: center;
}
.footer .other .social h4{
	color: #f7f7f7;
	font-size: 18px;
	margin-right: 20px;
}
.footer .other .social ul{
	display: flex;
}
.footer .other .social ul li{
	display: inline-block;
    height: 40px;
    margin-right: 18px;
    text-decoration: none;
    width: 40px;
    display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.footer .other .social ul li:last-child{
	margin-right: 0;
}
.footer .other .social ul li a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer .other .social ul li a i{
	font-size: 30px;
	color: #f7f7f7;
}
.footer .other .social ul li .qr{
	display: none;
	position: absolute;
    width: 150px;
    height: auto;
    background-color: #fff;
    top: -190px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 5px 30px -2px rgb(0 0 0 / 10%);
    padding: 15px;
}
@media(min-width: 834px){
	.footer .other .social ul li a.wechat:hover i{
		color: #1ec354;
	}
	.footer .other .social ul li a.weibo:hover i{
		color: rgb(213, 44, 43);
	}
	.footer .other .social ul li a.douyin:hover i{
		color: #818181;
	}
	.footer .other .social ul li a.bilibili:hover i{
		color: rgb(34, 169, 222);
	}
	.footer .other .social ul li:hover .qr{
		display: block;
	}
}
.footer .other .social ul li .qr::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid #fff;
    border-bottom: 0;
    border-left-color: transparent;
    border-right-color: transparent;
}
.footer .other .social ul li .qr .qr-pic{
	margin-bottom: 15px;
}
.footer .other .social ul li .qr .qr-pic img{
	width: 100%;
	height: auto;
}
.footer .other .social ul li .qr .qr-txt{
    font-size: 12px;
    color: #222;
    line-height: 1;
    text-align: center;
    display: block;
}
.footer .copyright{
	background-color: #fff;
	padding: 30px 0;
}
.footer .copyright .left .logo img{
/*	height: 40px;*/
	height: 20px;
	width: auto;
}
.footer .copyright .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer .copyright .right a{
	color: #0f5fda;
}

@media only screen and (max-width: 1439px){
}
@media only screen and (max-width: 1068px){
}
@media only screen and (max-width: 833px){
	.footer .nav{
		padding: 40px 0 20px;
	}
	.footer .menu > ul > li a{
		font-size: 16px;
		color: #fff;
		display: flex;
        height: 48px;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
	}
	.footer .menu > ul > li .sub-menu > li a{
		color: rgba(255, 255, 255, 0.7);
	}
	.footer .menu > ul > li a svg{
		display: block;
	}
	.footer .menu > ul > li{
        border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	}
	.footer .menu > ul > li:first-child{
		border-top: 1px solid rgba(255, 255, 255, 0.7);
	}
	.footer .menu{
		margin-bottom: 30px;
	}
	.footer .menu > ul > li .sub-menu{
		display: none;
	}
	.footer .menu > ul > li.active .sub-menu{
		display: block;
	}
	.footer .container{
		padding: 0 16px;
	}
	.footer .other{
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}
	.footer .other .subscribe,
	.footer .other .social{
		flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        width: 100%;
	}
	.footer .other .subscribe .iconfont{
		display: none;
	}
	.footer .other .subscribe span,
	.footer .other .social h4{
		font-size: 16px;
		margin: 0;
	}
	.footer .other .subscribe a{
		width: 100%;
		box-sizing: border-box;
        font-size: 16px;
	}
	.footer .other .social ul li a i{
		font-size: 26px;
	}
	.footer .copyright{
		padding: 15px 0;
	}
	.footer .copyright .container{
		flex-direction: column;
		gap: 10px;
	}
	.footer .copyright .banquan{
		text-align: center;
		font-size: 14px;
	}
	.footer .copyright .left .logo img{
		height: 16px;
	}
}
@media only screen and (max-width: 734px){
}
@media only screen and (max-width: 508px){
}
@media only screen and (max-width: 430px){
}