@charset "utf-8";
.resizeimage{
   max-width: 900px; /* 最大幅 */
   min-width: 240px; /* 最小幅 */
}
.resizeimage img{
	width: 100%;
}
