.footerContainer {
	/* width: 100%; */
	padding: 0 8.33333vw;
	padding-top: 4.375vw;
	background: linear-gradient(180deg, #E2E1E3 0%, #D0D2D3 49%, #A7ABB1 100%);
	display: flex;
	flex-direction: column;
}

.footerContainer .top {
	display: flex;
	flex-direction: row;
	padding-bottom: 2.08333vw;
	border-bottom: 0.05208vw solid #fff;
	justify-content: space-between;
}

.footerContainer .top .left {
	display: flex;
	flex-direction: column;
}

.footerContainer .top .left .footerLogo {
	width: 24.58333vw;
	margin-bottom: 4.0625vw;
}

.footerContainer .top .left .ftxt1 {
	font-size: 1.25vw;
	color: #000;
	margin-bottom: 3.95833vw;
}

.footerContainer .top .left .infoRow {
	display: flex;
	flex-direction: row;
	margin-bottom: 0.83333vw;
	font-size: 0.8vw;
	color: #4A4B4D;
}

.footerContainer .top .left .navRow {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 0.83333vw;
	color: #000;
}

.footerContainer .top .left .navRow a {
	/* color: #4A4B4D; */
	color: #000000;
}

.footerContainer .top .left .navRow .line {
	width: 0.05208vw;
	height: 0.83333vw;
	background-color: #000;
	margin: 0 0.52083vw;
}

.footerContainer .right {
	padding-top: 0.26041vw;
}

.footerContainer .right .selectBox {
	width: 13.80208vw;
	height: 1.97916vw;
	border: 0.05208vw solid #6C6C6D;
	font-size: 0.83333vw;
	color: #6C6C6D;
	display: flex;
	flex-direction: row;
	padding-left: 0.83333vw;
	position: relative;
	align-items: center;
	margin-bottom: 2.39583vw;
}

.footerContainer .right .selectBox span.nameVal {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	line-height: 1.97916vw;
	position: relative;
	z-index: 99;
}

.footerContainer .right .selectBox .downArr {
	position: absolute;
	right: 0.9375vw;
}

.footerContainer .right .selectBox .line {
	width: 0.05208vw;
	height: 0.625vw;
	background-color: #6C6C6D;
	position: absolute;
	right: 2.44791vw;
}

.footerContainer .right .selectBox .dropBox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 1.97916vw;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 0.83333vw;
	color: #9D9D9D;
	display: none;
	border: 0.05208vw solid #6C6C6D;
	z-index: 22;
}

.footerContainer .right .selectBox .dropBox .option {
	width: 100%;
	/* height: 2.5vw; */
	line-height: 2.5vw;
	padding-left: 0.83333vw;
	cursor: pointer;
	box-sizing: border-box;
}

.footerContainer .right .selectBox .dropBox .option a {
	color: #6C6C6D;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
}

.footerContainer .right .selectBox .dropBox .option:hover {
	background-color: #F0F0F0;
}

.footerContainer .right .selectBox .dropBox .option a:hover {
	background-color: #F0F0F0;
	color: #0069C0;
}

.footerContainer .right h2 {
	font-size: 2.08333vw;
	color: #000;
	font-weight: bold;
	margin-bottom: 8.07291vw;
	text-align: right;
}

.footerContainer .right .iconRow {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.footerContainer .right .iconRow .icon {
	width: 1.92708vw;
	height: 1.92708vw;
	position: relative;
	margin-right: 1.25vw;
	float: right;
}

.footerContainer .right .iconRow .icon:last-child {
	margin: 0;
}

.footerContainer .right .iconRow .icon:hover .codeImgBox {
	display: block;
}

.footerContainer .right .iconRow .icon .codeImgBox {
	width: 6.25vw;
	height: 6.77083vw;
	position: absolute;
	left: 50%;
	margin-left: -3.125vw;
	top: -7.18749vw;
	display: none;
	background: url(../img/codeBg.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 0.52083vw;
	box-sizing: border-box;
}

.footerContainer .right .iconRow .icon .codeImgBox .code {
	width: 5.20833vw;
	height: 5.20833vw;
	margin: 0 auto;
}

.footerContainer .right .iconRow .iconMp {
	background: url(../img/icon-mp.png) no-repeat;
	background-size: 100% 100%;
}

.footerContainer .right .iconRow .iconWechat {
	background: url(../img/icon-wechat-active.png) no-repeat;
	background-size: 100% 100%;
}

.footerContainer .bottom {
	width: 100%;
	height: 4.6875vw;
	line-height: 4.6875vw;
	font-size: 0.9375vw;
	color: #4A4B4D;
}

.footerContainer .bottom a {
	color: #4A4B4D;
}

@media screen and (max-width: 750px) {
	.footerContainerMobile {
		display: flex;
		flex-direction: column;
		background: linear-gradient(180deg, #E2E1E3 0%, #D0D2D3 49%, #A7ABB1 100%);
		/* width: 100%; */
		height: auto;
		padding: 0 5.6vw;
		padding-top: 7.46666vw;
	}

	.footerContainerMobile .footerLogo {
		width: 62.93333vw;
		margin-bottom: 5.33333vw;
	}

	.footerContainerMobile .footerSelectBox {
		width: 42.66666vw;
		height: 7.46666vw;
		border: 0.13333vw solid #6C6C6D;
		font-size: 3.73333vw;
		color: #6C6C6D;
		display: flex;
		flex-direction: row;
		padding-left: 2.13333vw;
		position: relative;
		align-items: center;
		margin-bottom: 6.66666vw;
		box-sizing: border-box;
	}

	.footerContainerMobile .footerSelectBox span.nameVal {
		display: block;
		width: 100%;
		height: 100%;
		cursor: pointer;
		line-height: 7.46666vw;
		position: relative;
		z-index: 99;
	}

	.footerContainerMobile .footerSelectBox .downArr {
		width: 3.2vw;
		position: absolute;
		right: 2.13333vw;
	}

	.footerContainerMobile .footerSelectBox .line {
		width: 0.13333vw;
		height: 3.2vw;
		background-color: #6C6C6D;
		position: absolute;
		right: 7.46666vw;
	}

	.footerContainerMobile .footerSelectBox .dropBox {
		width: 100%;
		height: auto;
		position: absolute;
		left: 0;
		top: 7.19999vw;
		background-color: #fff;
		display: flex;
		flex-direction: column;
		font-size: 3.3vw;
		color: #6C6C6D;
		display: none;
		border: 0.13333vw solid #6C6C6D;
	}

	.footerContainerMobile .footerSelectBox .dropBox .option {
		width: 100%;
		/* height: 6vw; */
		line-height: 6vw;
		padding-left: 2.13333vw;
		cursor: pointer;
	}

	.footerContainerMobile .footerSelectBox .dropBox .option a {
		color: #6C6C6D;
		overflow: hidden;
		font-family: SourceHanSansSC, SourceHanSansSC;
        font-weight: 300;
	}

	.footerContainerMobile .right .selectBox .dropBox .option:hover {
		background-color: #F0F0F0;
	}
	
	.footerContainerMobile .right .selectBox .dropBox .option a:hover {
		background-color: #F0F0F0;
		color: #0069C0;
	}
	.footerContainerMobile .tips {
		font-size: 3.73333vw;
		margin-bottom: 3.46666vw;
		line-height: 1.7;
	}

	.footerContainerMobile .infoPart {
		display: flex;
		flex-direction: column;
	}

	.footerContainerMobile .infoPart .row {
		display: flex;
		flex-direction: row;
		/* align-items: center; */
		font-size: 2.66666vw;
		margin-bottom: 1.86666vw;
		color: #7C7E80;
	}

	.footerContainerMobile .infoPart .row .lable {
		color: #515252;
	}

	.footerContainerMobile .codeRow {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		padding-top: 12.53333vw;
		margin-bottom: 6.4vw;
	}

	.footerContainerMobile .codeRow .codeBox {
		width: 6.4vw;
		height: 6.4vw;
		position: relative;
		/* margin-right: 6.4vw; */
	}

	.footerContainerMobile .codeRow .codeBox .codeIcon {
		width: 100%;
		height: 100%;
		display: block;
	}

	.footerContainerMobile .codeRow .codeBox .codeImg {
		width: 16vw;
		height: 17.33333vw;
		position: absolute;
		left: 50%;
		margin-left: -8vw;
		top: -18.66666vw;
		display: none;
	}

	.footerContainerMobile .codeRow .codeBox .codeImgBox {
		width: 16vw;
		height: 17.33333vw;
		position: absolute;
		left: 50%;
		margin-left: -8vw;
		top: -18.66666vw;
		display: none;
		background: url(../img/codeBg.png) no-repeat;
		background-size: 100% 100%;
		padding-top: 1.33333vw;
		box-sizing: border-box;
	}

	.footerContainerMobile .codeRow .codeBox .codeImgBox .code {
		width: 13.33333vw;
		height: 13.33333vw;
		margin: 0 auto;
	}

	.footerContainerMobile .linkRow {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-size: 2.66666vw;
		margin-bottom: 4.26666vw;
	}

	.footerContainerMobile .linkRow a {
		color: #000000;
	}

	.footerContainerMobile .bottomInfo {
		width: 89.33333vw;
		margin: 0 auto;
		text-align: center;
		border-top: 0.13333vw solid #fff;
		/* height: 9.86666vw; */
		line-height: 9.86666vw;
		font-size: 2.4vw;
		color: #515252;
	}

	.footerContainerMobile .bottomInfo a {
		color: #515252;
	}
}