
footer{
	line-height: 24px;
    height: auto;
    color: #666666;
    position: relative;
    padding: 1px 0;
    background-color: #373737;
}
.common-footer{
	position: relative;
    width: 100%;
    height: 60px;
    width: 1200px;
    margin: 34px auto;
}
.common-footer .left{
	position: relative;
	width: 50%;
	float: left;
	margin: 0 auto;
	padding-left: 95px;
}
.common-footer .safe-logo{
	text-decoration: none;
	width: 65px;
    height: 75px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: calc(-50% + 5px);
    background-image: url("../images/safe-logo.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.common-footer .left ul{
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}
.common-footer .left ul li{
	position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 0 10px;
    overflow: visible;
}
.common-footer .left ul li:after{
	content: "";
	width: 1px;
	height: 15px;
	position: absolute;
	left: 0; 
	top: 25%;
	border-left: 1px solid #fafafa;
}
.common-footer .left ul li:first-child{
	padding-left: 0;
}
.common-footer .left ul li:first-child:after {
	border: none;
}

.common-footer .left ul a{
	font-size: 14px;
	color: #fff;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 0.5px;
	padding-bottom: 2px;
	transition: all .36s ease;
}
.common-footer .left ul a:hover{
	text-decoration: none;
	color: #999;
}
.common-footer .law{
	display: block;
	margin: 6px auto;
	font-size: 14px;
	line-height: 1.25;
	font-weight: 400;
	color: #ccc;
	letter-spacing: 0.5px;
}

.common-footer .right{
	float: right;
	width: 50%;
	position: relative;
}
.common-footer .right div{
	float: left;
	margin-left: 45px; 
}

.common-footer .right p{
	font-size: 15px;
	line-height: 1.25;
	color: #fff;
	margin-top: 10px;
}
.common-footer .right div p a{
	font-size: 15px;
	line-height: 1.25;
	color: #fff;
}
