@charset "UTF-8";

.comic {
	width: 960px;
	height: 850px;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
	background-image: url('/image/pc/other/comic/comic-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.comic-box ul {
	width: 960px;
	margin: 0 auto;
}
.comic-contents li {
	display: inline-block;
}
.left {
	position: relative;
}
.comic-extitle {
	position: absolute;
	top: -30px;
	right: 20px;
	z-index: 1;
}
.comic-ex {
	position: absolute;
	top: 30px;
	right: -80px;
}
.left p {
	width: 60px;
	color: #000000;
	font-size: 13px;
	position: absolute;
	top: 350px;
	right: 250px;
}
.right {
	position: relative;
}
.comic-steptitle {
	position: absolute;
	top: -30px;
	left: 10px;
	z-index: 1;
}
.comic-step {
	position: absolute;
	top: 20px;
	left: 0px;
}
.comic-arrow {
	margin-top: 365px;
}

