.main_bottom {
	width: 100%;
	background: url('../../styles/homePage/images/bg_bottom.png') no-repeat;
	background-size: 100% 100%;
}

.main_bottom .bottom_logo {
	float: left;
	height: 150px;
	line-height: 150px;
	padding: 0px 80px;
	box-sizing: border-box;
	position: relative;
}

.main_bottom .bottom_logo:before {
	content: " ";
	width: 1px;
	height: 100px;
	background-color: #bababa;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	right: 0px;
}

.main_bottom .bottom_contacts {
	padding: 0px 40px;
	margin-top: 40px;
	height: 100%;
}

.main_bottom p {
	margin: 0px !important;
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #bababa;
	letter-spacing: 2px;
	line-height: 33px;
	text-align: left;
}

.main_bottom .bottom_ownership {
	margin-top: 25px;
}

.main_bottom .bottom_ownership a {
	color: #fff !important;
}

.main_bottom .bottom_ownership a:hover {
	color: red !important;
}

.main_bottom .main_backToTop {
	width: 38px;
	height: 38px;
	background: url('../../styles/homePage/images/backToTop.png') no-repeat;
	background-size: 100% 100%;
	display: none;
	position: fixed;
	bottom: 130px;
	right: 15px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	box-shadow: 0 3px 34px 0 rgba(0, 72, 141, 0.60);
	z-index: 9999999;
	border-radius: 8px;
	cursor: pointer;
}

.main_bottom .main_feedback {
	width: 25px;
	height: 50px;
	background: url('../../styles/homePage/images/btn_feedback.png') no-repeat;
	background-size: 100% 100%;
	position: fixed;
	bottom: 50px;
	left: 0;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
	cursor: pointer;
}

.main_bottom .main_feedback span {
	font-family: PingFangSC-Light;
	color: #ffffff;
	display: block;
	width: 20px;
	margin-left: 2px;
}