* {
	padding: 0;
	margin: 0;
}

.contentbox{
	max-width: 750px;
	margin: 0 auto;
	position: relative;
}

.contentbox {
	background-color: #000;
	height: 100%;
	overflow-y: hidden;
}
.contentbox_img{
	width: 100%;
	height: 100%;
	
	object-fit: cover;
}

.fixed_box{
	position: absolute;
	right: 10px;
	bottom: 49%;
}
.fixed_box .fixed_content{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	cursor: pointer;
}
.fixed_box .fixed_content img{
	width: 35px;
	height: 35px;
}
.fixed_box .fixed_content span{
	text-align: center;
	color: #fff;
	font-size: 13px;
	margin-top: 5px;
}


.fixed_logo{
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 95px;
	height: 118px;
}
.fixed_logo img{
	width: 100%;
	height: 108px;
}
.fixed_b{
	position: absolute;
	bottom: 60px;
	display: flex;
	left: 15px;
	right: 15px;
	justify-content: space-between;
	max-width: 720px;
	cursor: pointer;
}

.fixed_b img{
	height: 40px;
	width: 48%;
}



.fixed_top{
	position: absolute;
	left: 15px;
	top: 25px;
}
.fixed_top img{
	width: 216px;
	height: 115px;
}