@charset "utf-8";

header {
	width: 100%;
	min-width: 320px;
}

footer {
	width: 100%;
	min-width: 320px;
    position: fixed;
	bottom: -0px;
	left: 0px;
}

.content {
	width: 100%;
	min-width: 320px;
}

@media screen and (min-height: 300px) and (max-height: 1760px) {
  .content2 {
	width: 100%;
	min-height: 280px;
	min-width: 100px;
   }
}

@media screen and (max-height: 300px) {
  .content2 {
	width: 100%;
	min-height: 340px;
	min-width: 100px;
   }
}

.ifoot {
	background: #303383;
	width: 100%;
}
