#wrapper {
	position: relative;
}

.expectSec {
	position: fixed;
	width: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100;
}

.expectImg {
	margin: 0 auto;
	width: 20%;
}

@media (max-width: 1200px) {
	/*小于1200的设备 */
	.expectImg {
		margin: 0 auto;
		width: 40%;
	}
}

@media (max-width: 767px) {
	/*小于768的设备 手机上 */
	.expectImg {
		margin: 0 auto;
		width: 45%;
	}
}