a {
	text-decoration: none; /* 去除默认的下划线 */
	outline: none;	/* 去除旧版浏览器的点击后的外虚线框 */
}
.foot-content a{
	color: rgba(255,255,255,0.4) !important;
}

.footer-box {
	background-color: #1a1e24;
	width: 100%;
	height: 15.42vw;
	overflow: hidden;
}

.content-box {
	width: 65%;
	margin-left: 17.5%;
}

.small-logo-span div {
	cursor: pointer;
}

.small-logo {
	display: flex;
	padding-top: 2vw;
	padding-bottom: 1vw;
	border-bottom: 1px solid #eeeeee;
}

.small-logo div {
	margin-right: 0.5vw;
	/* cursor: pointer; */
}

.ewm {
	display: flex;
	position: absolute;
	right: 14.7vw;
	/* margin-right: 4vw; */
	margin-top: -150px;
}

.small-logo-span {
	display: flex;
	position: relative;
	/* margin-left: 9vw; */
}

.small-logo-span div img:hover {
	transform: scale(1.3);
	transition: all 1s;
}

.ewm div {
	width: 20px;
	margin-right: 3vw;
}

.foot-con {
	padding-top: 2vw;
	padding-bottom: 5vw;
}

.foot-con div {
	margin-right: 3vw;
}

.foot-content div {
	padding-bottom: 0.8vw;
	width: 100%;
	font-size: 0.73vw;
	color: rgba(255,255,255,0.4);
}

.foot-content {
	width: 50%;
}
.foot-logo{
	width: 9.58vw;
		height: 2.81vw;
}