#footer{
  width: 100%;
  height: 4.6rem;
  padding: 0.30rem 0.12rem 0 0.12rem;
  background-color: #DCDDDD;
}
#footer{
  font-family: "MicrosoftYaHei-Bold";
  font-size: 0.14rem;
  color: #383330;
}
#footer .contact-phone,#footer .contact-email{
  margin-bottom: 0.2rem;
}

#footer .contact-email{
	position: relative;
}
#footer .contact-email a{
	position: absolute;
	right: 0;
	top: 0.2rem;
	width: 0.98rem;
    height: 0.49rem;
}
#footer .contact-email a img{
	width: 100%;
	height: 100%;
}
#footer .title{
  margin-bottom: 0.1rem;
  font-weight: bold;
}
#footer .phone{
  color: #333333;
  margin-bottom: 0.08rem;
  font-size: 0.23rem;
  font-weight: bold;
}
#footer .address{
  margin-bottom: 0.04rem;
  font-weight: bold;
}
#footer .contact-item{
  margin-bottom: 0.01rem;
}
#footer .logo-content{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  /* height: 1.4rem; */
  padding-top: 0.2rem;
  border-top: 1px solid #888888;
}

#footer .logo-Box{
	display: flex;
	justify-content: space-between;
	padding: 0 0.75rem;
}
#footer .logo-Box p{
	color: #383330;
	font-size: 0.12rem;
	text-align: center;
}

#footer .logo-Box p span{
	display: block;
}

#footer .logo-Box p img{
	width: 0.615rem;
	height: 0.615rem;
}

#footer .logo-Box a{ 
  display: block;
  margin-bottom: 0.14rem;
}
#footer .logo-Box .qrlogo{ 
  width: 0.66rem;
  height: 0.76rem;
}
#footer .logo-Box .mnav-logo{ 
  width: 0.98rem;
  height: 0.49rem;
}
#footer .logo-Box .tip { 
  color: #383330;
  font-size: 0.14rem;
}
#footer .logo-content .tip{
	text-align: center;
	font-size: 0.14rem;
	color:#383330;
	margin-top: 0.2rem;
}
#footer .copy {
  text-align: center;
}