﻿@media screen and (max-width:767px){
	.footer-div-div {
		width: 90%;
	}
	.footer-div-conent ,.footer-div-right {
		display: none;
	}
}
@media only screen and (max-width:1440px){
	.footer-div-div {
		width: 90%;
	}
	.footer-div-conent {
		width: 40%;
		margin-left: 30px;
	}
	.footer-div-right {
		margin-left: 30px;
	}
	.footer-div-right > img {
		margin-right: 24px;
		width: 6rem;
		height: 6rem;
	}
}
@media only screen and (max-width:1199px){
	.footer-div-conent {
		width: 400px;
		margin-left: 30px;
	}
	.footer-div-right > img {
		margin-right: 40px;
	}
	.footer-div-right > img:last-child {
		display: none;
	}
	
}
@media only screen and (max-width:959px){
	.footer-div-left {
		width: 375px;
	}
	.footer-div-conent  {
		display: none;
	}
	.footer-div-right {
		margin-left: 40px;
	}
}