  .footer {
      background:#2d3237;
	color: #fff;
	/*text-align: center;*/
	line-height: 32px;
	/*padding: 0 16px 16px 16px;*/
  }
  .foot_svg ul {
    width: 1140px;
    padding: 20px 30px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*border-bottom: 1px solid #666666;*/
}

.foot_svg li {
    width: 160px;
    display: inline-block;
}

.foot_svg img,
.foot_q {
    vertical-align: middle;
}

.foot_q {
    display: inline-block;
    margin-left: 5px;
}

.foot_q h3 {
    display: block;
    font-size: 24px;
}

.foot_q span {
    font-size: 14px;
    color: #fff;
}
  
  .foot_page {
	width: 100%;
	height: 50px;
    margin: 0 auto;
	background: #2d3237;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
	font-size:14px;
  }
  .foot_page a{
	  color:#fff !important;
	  padding:0 10px;
  }
  
  #powered {
	padding: 6px 0 24px 0;
  }
.foot_mes {
    width:1200px;
    background: #2d3237;
    /* background-image: linear-gradient(to right, #4d97ff, #4d67ff); */
    color: #cccccc;
    font-size: 0.85rem;
    margin: 0 auto;
    padding: 15px 0;
    line-height: 30px;
    position: relative;
}

.foot_img {
    /*text-align: center;*/
    margin-top: 15px;
}
.QR_code {
    position: absolute;
    right: 100px;
    top: 15px;
}
.QR_code img {
    width: 120px;
    height: 120px;
}