@charset "utf-8";

body,
ul {

	padding: 0;
	margin: 0;

}

ul {
	list-style: none;
}

.wrap {
	position: relative;
	/* width: 1200px; */
	height: 360px;
	margin: 100px auto;
}

.content {
	position: absolute;
	width: 838px;
	height: 464px;
	
}

.content li {
	position: absolute;
	background-size: 100% 100%;
	cursor: pointer;
/* border: 10px solid #fff; */
}

.wrap a {
	position: absolute;
	
	z-index: 2;
	top: 50%;
	width: 80px;
	height: 80px;
	margin-top: -30px;
	font: 36px/60px "å®‹ä½“";
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	color: #fff;
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
	transition: background 1s ease;
/* margin-left: 20px; */
	padding-top: 10px;
	/* display: flex;
	align-items: center; */

}
.wrap a img{
	height: 40px;
	width: 40px;
	/* margin-left: 15px;  */
}
.wrap a .aft{
	display: none;
}

.wrap a:hover {
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);

}
.wrap a:hover .bef {
	display: none;
}
.wrap a:hover .aft {
	display: block;
	margin-left: 15px;
	margin-top: 12px;
}
.prev {
	left: 30px;
}

.next {
	right: 30px;
}<!--ºÄÊ±1759479276.5321Ãë-->