
img {
	width: 100vw;   /* 宽度设置为视口宽度 */
	height: 100vh;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	object-fit: cover; /* 确保图片覆盖整个视口，但不失真 */
	
  }
  .filmModel i{
	margin-left: 85%;
	position: fixed;
  }