.new-footer .container {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

.footer-txt-group .container .ftg-link {
	margin-left: 0;
	float: left;
}

.container .ftg-right {
	float: right;
}

.container .ftg-right {
	float: right;
	padding-right: 20px;
	box-sizing: border-box;
	width: 30%;
}

.container .qr-box {
	width: 88px;
	height: 88px;
	border: 4px solid #fff;
	float: left;
	margin-left: 35px;
}

.container .qr-box .img {
	width: 88px;
	height: 88px;
}

.container .qr-box .img img {
	width: 88px;
	height: 88px;
	border: 0;
}

.container .qr-box .qr-txt {
	width: 88px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #adadad;
	text-align: center;
	margin-top: 8px;
}

.container .copyright {
	margin-top: 40px;
	height: 35px;
	line-height: 35px;
	color: #adadad;
	text-align: center;
}

.container .copyright a {
	color: #adadad;
	text-decoration: none;
	cursor: pointer;
}

.container .copyright a:hover {
	text-decoration: underline;
}

.container .copyright .line {
	margin: 0 5px;
}

.channel-link {
	line-height: 40px;
}

.phone {
	font-size: 20px;
	font-weight: 600;
	line-height: 35px;
}

.kefu, .kefu:hover {
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	cursor: pointer;
}

.medias {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
}

.circle {
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	margin-right: 25px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.circle img {
	height: 70%;
}

.circle .qrcode {
	margin-top: 2px;
	margin-right: 10px;
}

.circle .qrcode img {
	height: auto;
	width: 100px;
}

.links a {
	display: block;
	color: #adadad;
	line-height: 30px;
}

.width30 {
	width: 30%;
}

.width17 {
	width: 17%;
}

#gp_wechat, #gp_douyin {
	display: none;
}

#gp_douyin img {
	width: 119px;
}

#wechat:hover #gp_wechat {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 0;
	top: 50px;
}

#douyin:hover #gp_douyin {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	right: 0;
	top: 50px;
}
