footer {
  background-color: #ffc500;
  padding: 20px;
  width: 100%;
  padding: 40px 0px 40px 0px;
  margin-top: 30px;
}

footer .footerone {
  display: flex;
}

footer .qrCode > img {
  display: block;
  margin: auto;
}
footer .qrCode , footer .phone-on{
	
	display: none !important;
}
footer .pc-on{
	
	display:block;
	
}

footer .linetext > img {
  width: 100%;
  /*max-width: 200px;*/
  margin: 0px 5px 0px 5px;
  display: block;
  margin: auto;
}

.logodown1 > a > img {
  width: 100%;
  max-width: 200px;
  margin: 0px 5px 0px 5px;
  display: block;
  margin: auto;
}

.logodown2 > a > img {
  width: 100%;
  max-width: 200px;
  margin: 0px 5px 0px 5px;
  display: block;
  margin: auto auto 10px;
}

footer .enterprise > p {
  color: #332618;
  font-size: 10px;
  font-weight:bold;
  text-align: left;
  margin: 0px 5px 0px 5px;
  max-width: 205px;
  display: block;
  margin: auto;
}
footer .enterprise > h6{
	
	color: #332618;
	display: block;
  	margin: auto;
  	max-width: 200px;
  	font-size: 15px;
}

footer .enterprise > img {
  display: block;
  margin: auto;
  width:100%;
}
.bgc-yellow{
	background-color: #ffc500;
	width: 100%;
	height: 28px;
}

.statement {
  width: 90%;
  margin: 0 auto;
  padding: 5px 0 30px 0;
  font-size: 12px;
  color: #000000;
  font-family: Georgia;
}
.statement-bottom {
  width: 90%;
  height: 30px;
  margin: 0 auto;
  padding: 5px 0 30px 0;
  font-size: 12px;
  color: #000000;
  text-align: center;
  font-family: Georgia;
}

.statement > p ,.statement-botton{
  text-align: center;
}

.statement-off{
	
	display: none;
	
}
.phone-on{
	
		display: none;
	
}

@media (max-width: 991px) {
  footer .qrCode > img {
    width: 100px;
  }
  footer .linetext > img {
    width: 90%;
    margin: 10px auto;
  }
	footer .qrCode , footer .phone-on {
		display: block !important;
	}
	footer .phone-on {
		max-width: 200px;	
	}
	footer .pc-on , footer .pc-on{
	
		display:none !important;

  }
  .enterprise {
    margin-top: 20px;
  }
	.enterprise > img {
	  max-width: 200px;
  }
  .statement {
    display: none;
  }
  .statement-bottom {
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 10px 15px;
    text-align: left;
  }
  .bgc-yellow{
    height: 15px;
  }
  .statement-bottom {
    margin-bottom: 30px;
  }
  .statement-bottom span {
    display: block;
  }
}

@media (max-width: 576px) {
  .footerone {
    display: block !important;
  }
  .qrCode {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .qrCode > img {
    display: block;
    margin: auto;
    
  }
}
