@charset "utf-8";




@media screen and ( max-width: 1024px){

	footer{
		padding: 32px 5% 64px;
		font-size:12px;
		color: #999999;
		width:100%;
	}
	footer .mob-footer-top{
    height: 192px;
    line-height: 48px;
	display: block;
	}
	
	footer .mob-footer-top .shareitem {
    display: inline-block;
    padding-left: 48px;
    background: no-repeat left center/32px auto;
    font-size: 16px;
    min-height: 48px;
    line-height: 48px;
    vertical-align: middle;
    position: relative;
    color: #333333;
}



	
	footer .mob-footer-top .shareitem + .shareitem{
		margin-left: 92px
	}
	footer .mob-footer-top .shareitem.wx{
		background-image: url('https://cdn.haojue.com/bocweb/web/img/wx-ico.png');
	}
	footer .mob-footer-top .shareitem.qq{
		background-image: url('https://cdn.haojue.com/bocweb/web/img/qq-ico.png');
	}
	footer .mob-footer-top .shareitem.qq:after{
		content: '';
		position: absolute;
		width: 1px;
		height: 40px;
		top: 50%;
		margin-top: -20px;
		left: -20px;
		background-color: #b2b2b2;
	}
	footer .mob-footer-top .shareitem.qq:before{
	content: '';
		position: absolute;
		width: 1px;
		height: 40px;
		top: 50%;
		margin-top: -20px;
		left: -20px;
		background-color: #b2b2b2;
	}
	footer .mob-footer-top .telbox{
		display: inline-block;
		vertical-align: middle;
		line-height: 18px;
		margin-left: 0px;
	}
	footer .mob-footer-top .telbox .d1{
	color: #e60012;
    font-size: 22px;
    padding-bottom: 8px;
    margin-top: 8px;
	}
	footer .mob-footer-top .telbox .telnumber{
		color: #333333;
		font-size: 14px;
	}
	footer .mob-footer-bottom {
	padding-top: 64px;
    text-align: center;
    font-size: 14px;
	}
	footer .mob-footer-bottom .abox{
		color: #333333;
		font-size: 0;
	}
	footer .mob-footer-bottom .abox a{
		font-size: 14px;
		position: relative;
	}
	footer .mob-footer-top .telbox{
		margin-left:16px;
	}
	footer .mob-footer-bottom .abox a + a{
		margin-left:10px;
	}
	footer .mob-footer-bottom .abox a + a:after{
		content: '';
		position: absolute;
		width: 1px;
		height: 14px;
		background-color: #999999;
		left: -6px;
		top: 50%;
		margin-top: -7px;
	}
/*	footer .mob-footer-bottom .d2{
		line-height: 20px;
	}*/
	footer .mob-footer-bottom .d2 span{
		display: inline-block;
		padding-left: 20px;
		background: url('https://cdn.haojue.com/bocweb/web/img/ga-ico.png') no-repeat left center/14px auto;
		margin-left: 8px;
	}
}

