.bottom {
	width: 100%;
	background-color: #ffffff;
	height: 135px;
}

.bottom_m {
	width: 1100px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 15px 0;
	justify-content: space-between;
}

.bottom_left {
	width: 70%;
	display: flex;

}

.bottom_left img {
	width: 46px;
	height: 46px;
}

.bottom_left_r {
	margin-left: 10px;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.bottom_right {
	width: 30%;
	display: flex;
	justify-content: space-around;
}

.bottom_right_l {
	width: 93px;
	height: 93px;
	text-align: center;
	font-size: 12px;
}

.bottom_right_l img {
	width: 100%;
	height: 100%;
}

.bottom_black {
	width: 100%;
	background-color: #333333;
	height: 50px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	padding: 16px 0 0 0;
}

.cursor {
	cursor: pointer;
}