
.footer-container {
	position: relative;
	margin-top: 24px;
	width: 100%;
	height: auto;
	background: rgba(0, 52, 206, 0.2);
}
.footer-container .footer-top-wrapper {
	position: relative;
	padding-bottom: 60px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-container .footer-top-wrapper::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background:rgba(255,255,255,.15);
}
.footer-container .footer-bottom-wrapper {
	position: relative;
	margin-top: 32px;
	width: 100%;
}

@media screen and (min-width: 1441px) {
    .footer-container {
		padding: 70px 142px;
    }
	.footer-top-wrapper .footer-logo {
		width: 226px;
	}
	.footer-top-wrapper .footer-logo > img {
		width: 100%;
		height: 60px;
		display: block;
		object-fit: contain;
	}
	.footer-top-wrapper .footer-logo > p {
		margin-top: 8px;
		height: 20px;

		font-size: 24px;
		font-weight: 500;
		color: #FFFFFF;
		line-height: 20px;
		text-align: center;
	}
	.footer-top-wrapper .footer-split-line {
		width: 1px;
		height: 79px;
		background:rgba(255,255,255,.15);
	}
	.footer-top-wrapper .footer-wechat-offcial-account {
		width: 280px;
		height: 100px;
		display: flex;
		justify-content: space-between;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-list {
		position: relative;
		width: 280px;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-list > li {
		position: relative;
		margin-top: 20px;
		cursor: pointer;

		font-size: 20px;
		font-weight: 500;
		color: #FFFFFF;
		line-height: 20px;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-display {
		position: absolute;
		top: -48px;
		right: 0px;
		width: 102px;
		display: none;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-static {
		position: absolute;
		top: -6px;
		right: 0px;
		width: 102px;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-static >  img,
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-display > img {
		position: relative;
		width: 102px;
		height: 102px;
		display: block;
		object-fit: contain;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-static::before,
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-display::before {
		content: "";
		position: absolute;
		top: 47px;
		left: -20px;
		width: 0px;
		height: 0px;
		border: 10px solid transparent;
		border-right: 10px solid #FFF;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-static > p,
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-display > p {
		margin-top: 6px;
		height: 20px;

		font-size: 14px;
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 20px;
	}
	.footer-top-wrapper .footer-link {
		position: relative;
		width: 120px;
		min-height: 380px;
	}
	.footer-top-wrapper .footer-link > li.item-link {
		margin-top: 18px;
	}
	.footer-top-wrapper .footer-link > li:nth-child(2) {
		margin-top: 36px;
	}
	.footer-top-wrapper .footer-link > li.item-link-title {
		height: 20px;

		font-size: 20px;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 20px;
	}
	.footer-top-wrapper .footer-link > li a {
		height: 20px;

		font-size: 16px;
		font-weight: 400;
		color: rgba(255, 255, 255, 0.78);
		line-height: 20px;
	}
	.footer-bottom-wrapper .footer-beian {
		position: relative;
		width: 100%;
		height: 20px;
		display: flex;
		flex-direction: row;
	}
	.footer-bottom-wrapper .footer-beian > a,
	.footer-bottom-wrapper .footer-friends > a {
		margin-left: 24px;

		color:rgba(255, 255, 255, 0.78);
		font-size: 16px;
		line-height: 20px;
	}
	.footer-bottom-wrapper .footer-friends-list > li a {
		color:rgba(255, 255, 255, 0.39);
		font-size: 12px;
		line-height: 14px;
	}
	.footer-bottom-wrapper .footer-beian > span {
		color:rgba(255, 255, 255, 0.78);
		font-size: 16px;
		line-height: 20px;
	}
	.footer-bottom-wrapper .footer-beian > a.gov-beian {
		position: relative;
		padding-left: 20px;
	}
	.footer-bottom-wrapper .footer-beian > a.gov-beian::before {
		content: "";
		position: absolute;
		top: 1px;
		left: 1px;
		width: 18px;
		height: 18px;
		background: url(/images/footer/footer-beian.png) no-repeat center;
		background-size: 18px;
	}
	.footer-bottom-wrapper .footer-beian > a.services-beian {
		position: relative;
	}
	.footer-bottom-wrapper .footer-friends {
		position: relative;
		margin-top: 24px;
		width: 100%;
		height: 20px;
		display: flex;
		flex-direction: row;
	}
	.footer-bottom-wrapper .footer-friends-list {
		margin-top: 16px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .footer-container {
		padding: 60px 122px;
    }
	.footer-top-wrapper .footer-logo {
		width: 194px;
	}
	.footer-top-wrapper .footer-logo > img {
		width: 100%;
		height: 56px;
		display: block;
		object-fit: contain;
	}
	.footer-top-wrapper .footer-logo > p {
		margin-top: 6px;
		height: 16px;

		font-size: 20px;
		font-weight: 500;
		color: #FFFFFF;
		line-height: 16px;
		text-align: center;
	}
	.footer-top-wrapper .footer-split-line {
		width: 1px;
		height: 68px;
		background:rgba(255,255,255,.15);
	}
	.footer-top-wrapper .footer-wechat-offcial-account {
		width: 240px;
		height: 80px;
		display: flex;
		justify-content: space-between;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-list {
		position: relative;
		width: 240px;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-list > li {
		position: relative;
		margin-top: 16px;
		cursor: pointer;

		font-size: 20px;
		font-weight: 500;
		color: #FFFFFF;
		line-height: 16px;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-display {
		position: absolute;
		top: -38px;
		right: 0px;
		width: 87px;
		display: none;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-static {
		position: absolute;
		top: -6px;
		right: 0px;
		width: 87px;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-display.soogif-biaoqing {
		margin-top: -38px;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-display.yo-dongtu {
		margin-top: 26px;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-static > img,
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-display > img {
		position: relative;
		width: 87px;
		height: 87px;
		display: block;
		object-fit: contain;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-static::before,
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-display::before {
		content: "";
		position: absolute;
		top: 36px;
		left: -20px;
		width: 0px;
		height: 0px;
		border: 10px solid transparent;
		border-right: 10px solid #FFF;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-static > p,
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-display > p {
		margin-top: 6px;
		height: 17px;

		font-size: 12px;
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 17px;
	}
	.footer-top-wrapper .footer-link {
		position: relative;
		width: 100px;
		min-height: 328px;
	}
	.footer-top-wrapper .footer-link > li.item-link {
		margin-top: 15px;
	}
	.footer-top-wrapper .footer-link > li:nth-child(2) {
		margin-top: 30px;
	}
	.footer-top-wrapper .footer-link > li.item-link-title {
		height: 16px;

		font-size: 18px;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 16px;
	}
	.footer-top-wrapper .footer-link > li a {
		height: 16px;

		font-size: 14px;
		font-weight: 400;
		color: rgba(255, 255, 255, 0.78);
		line-height: 16px;
	}
	.footer-bottom-wrapper .footer-beian {
		position: relative;
		width: 100%;
		height: 16px;
		display: flex;
		flex-direction: row;
	}
	.footer-bottom-wrapper .footer-beian > a,
	.footer-bottom-wrapper .footer-friends > a {
		margin-left: 24px;

		color:rgba(255, 255, 255, 0.78);
		font-size: 12px;
		line-height: 16px;
	}
	.footer-bottom-wrapper .footer-friends-list > li a {
		color:rgba(255, 255, 255, 0.39);
		font-size: 12px;
		line-height: 14px;
	}
	.footer-bottom-wrapper .footer-beian > span {
		color:rgba(255, 255, 255, 0.78);
		font-size: 12px;
		line-height: 16px;
	}
	.footer-bottom-wrapper .footer-beian > a.gov-beian {
		position: relative;
		padding-left: 20px;
	}
	.footer-bottom-wrapper .footer-beian > a.gov-beian::before {
		content: "";
		position: absolute;
		top: 1px;
		left: 1px;
		width: 14px;
		height: 14px;
		background: url(/images/footer/footer-beian.png) no-repeat center;
		background-size: 14px;
	}
	.footer-bottom-wrapper .footer-beian > a.services-beian {
		position: relative;
	}
	.footer-bottom-wrapper .footer-friends {
		position: relative;
		margin-top: 21px;
		width: 100%;
		height: 16px;
		display: flex;
		flex-direction: row;
	}
	.footer-bottom-wrapper .footer-friends-list {
		margin-top: 14px;
	}
}
@media screen and (max-width: 1280px) {
    .footer-container {
		padding: 52px 108px;
    }
	.footer-top-wrapper .footer-logo {
		width: 172px;
	}
	.footer-top-wrapper .footer-logo > img {
		width: 100%;
		height: 50px;
		display: block;
		object-fit: contain;
	}
	.footer-top-wrapper .footer-logo > p {
		margin-top: 4px;
		height: 14px;

		font-size: 18px;
		font-weight: 500;
		color: #FFFFFF;
		line-height: 14px;
		text-align: center;
	}
	.footer-top-wrapper .footer-split-line {
		width: 1px;
		height: 60px;
		background:rgba(255,255,255,.15);
	}
	.footer-top-wrapper .footer-wechat-offcial-account {
		width: 229px;
		height: 70px;
		display: flex;
		justify-content: space-between;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-list {
		position: relative;
		width: 229px;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-list > li {
		position: relative;
		margin-top: 14px;
		cursor: pointer;

		font-size: 18px;
		font-weight: 500;
		color: #FFFFFF;
		line-height: 14px;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-display {
		position: absolute;
		top: -38px;
		right: 0px;
		width: 77px;
		display: none;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-static {
		position: absolute;
		top: -8px;
		right: 0px;
		width: 77px;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-display.soogif-biaoqing {
		margin-top: -38px;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-display.yo-dongtu {
		margin-top: 18px;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-static > img,
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-display > img {
		position: relative;
		width: 77px;
		height: 77px;
		display: block;
		object-fit: contain;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-static::before,
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-display::before {
		content: "";
		position: absolute;
		top: 34px;
		left: -20px;
		width: 0px;
		height: 0px;
		border: 10px solid transparent;
		border-right: 10px solid #FFF;
	}
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-static > p,
	.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-display > p {
		margin-top: 4px;
		margin-left: -3px;
		width: 110%;
		height: 15px;

		font-size: 12px;
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 15px;
	}
	.footer-top-wrapper .footer-link {
		position: relative;
		width: 89px;
		min-height: 308px;
	}
	.footer-top-wrapper .footer-link > li.item-link {
		margin-top: 13px;
	}
	.footer-top-wrapper .footer-link > li:nth-child(2) {
		margin-top: 27px;
	}
	.footer-top-wrapper .footer-link > li.item-link-title {
		height: 14px;

		font-size: 16px;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 14px;
	}
	.footer-top-wrapper .footer-link > li a {
		height: 14px;

		font-size: 12px;
		font-weight: 400;
		color: rgba(255, 255, 255, 0.78);
		line-height: 14px;
	}
	.footer-bottom-wrapper .footer-beian {
		position: relative;
		width: 100%;
		height: 14px;
		display: flex;
		flex-direction: row;
	}
	.footer-bottom-wrapper .footer-beian > a,
	.footer-bottom-wrapper .footer-friends > a {
		margin-left: 24px;

		color:rgba(255, 255, 255, 0.78);
		font-size: 12px;
		line-height: 14px;
	}
	.footer-bottom-wrapper .footer-friends-list > li a {
		color:rgba(255, 255, 255, 0.39);
		font-size: 12px;
		line-height: 14px;
	}
	.footer-bottom-wrapper .footer-beian > span {
		color:rgba(255, 255, 255, 0.78);
		font-size: 12px;
		line-height: 14px;
	}
	.footer-bottom-wrapper .footer-beian > a.gov-beian {
		position: relative;
		padding-left: 14px;
	}
	.footer-bottom-wrapper .footer-beian > a.gov-beian::before {
		content: "";
		position: absolute;
		top: 1px;
		left: 1px;
		width: 12px;
		height: 12px;
		background: url(/images/footer/footer-beian.png) no-repeat center;
		background-size: 12px;
	}
	.footer-bottom-wrapper .footer-beian > a.services-beian {
		position: relative;
	}
	.footer-bottom-wrapper .footer-friends {
		position: relative;
		margin-top: 18px;
		width: 100%;
		height: 14px;
		display: flex;
		flex-direction: row;
	}
	.footer-bottom-wrapper .footer-friends-list {
		margin-top: 12px;
	}
}

.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-list > li:nth-child(1) {
	margin-top: 0px;
}
.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-list > li:hover .w-o-a-display {
	display: block;
}
.footer-top-wrapper .footer-wechat-offcial-account .w-o-a-list:hover .w-o-a-static {
	display: none;
}
.footer-top-wrapper .footer-link > li a:hover {
	text-decoration: underline!important;
}
.footer-bottom-wrapper .footer-beian > a:hover,
.footer-bottom-wrapper .footer-friends > a:hover {
	text-decoration: underline!important;
}
.footer-bottom-wrapper .footer-friends-list {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.footer-bottom-wrapper .footer-friends-list > li {
	margin-right: 5px;
}
.footer-bottom-wrapper .footer-friends-list > li a:hover {
	text-decoration: underline!important;
}