@charset "utf-8";
.mobile_tech_fix {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 5000;
		background: rgba(0, 0, 0, 0.75);
}
.mobile_tech_fix p.close {
		padding: 40vh 0;
		text-align: center;
		font-size: 20px;
		cursor: pointer;
		color: #ffff;
}
.thumb_item div {
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		color: #fff;
		background: #ff0000;
		cursor: pointer;
}