body{
	background: #ebe9e7;
}
#footer{
	width: 1212px;
	margin: 0px auto;
	padding-top: 80px;
}
#footer a{
	color: #898989;
	font-size: 14px;
	line-height: 26px;
}
#footer dt a{
	line-height: 40px;
	border-bottom: #898989 2px solid;
	margin-bottom: 15px;
	display: inline-block;
}
#footer dl{
	width: 102px;
	text-align: center;
}
#footer dl,#footer i{
	float: left;
}
#footer i{
	font-style: normal;
	line-height: 40px;
	color: #898989;
}

#footer .f_l>span,#footer .mobile>div>span{
	background: #CCA56B;
	font-size: 17px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	letter-spacing: 1.7px;
	line-height: 30px;
	display: block;
	margin-top: 12px;
}

#footer>p,#footer .jiu{
	color: #898989;
	font-size: 14px;
	line-height: 58px;
	border-top: 1px dashed #898989;
}
#footer>p>span{
	padding: 0 20px;
}

@media screen and (max-width: 450px){
  #footer{
    margin: 15px auto 23px;
    width: auto;
    padding: 0px;
  }
  #footer .jiu{
    font-size: 10px;
    border-top: 0px dashed #898989;
    border-bottom: 1px dashed #898989;
    line-height: 24px;
    letter-spacing: 0px;
    padding-bottom: 10px;
  }
  #footer .mobile>div{
    margin: 16px auto;
    width: 128px;
  }
  #footer .mobile>div>span{
    font-size: 10px;
    letter-spacing: 0.5px;
    width: 126px;
    line-height: 22px;
    margin-top: 3px;
  }
  .m-footer{
    width: 200px;
    margin: 0px auto;
  }
  .jiu img{
    width: 11px;
  }
}
