* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a,
img {
	border: 0;
}

.diepic {
	position: relative;
	width: 12rem;
	/* margin: 0.4rem auto 0 auto */
}



.diepic .swiper-container {
	/* padding-bottom: 0.6rem; */
}

.diepic .swiper-slide {
	width: 50%;
	height: 3rem;
	background: #fff;
	box-shadow: 0 0.06rem 0.1rem 0 rgba(20, 34, 67, .1);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	cursor: pointer;
}

.diepic .swiper-slide img {
	width: 100%;
	display: block;
}

.diepic .swiper-slide p {
	line-height: 0.98rem;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

.diepic .swiper-pagination {
	width: 100%;
	bottom: -0.85rem;
}

.diepic .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.05rem;
	border: 0.03rem solid #fff;
	background-color: #030000;
	width: 0.1rem;
	height: 0.1rem;
	opacity: .6;
}

.diepic .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 0.34rem;
	display: inline-block;
	height: 0.1rem;
	border-radius: 0.1rem;
	transition: width .4s cubic-bezier(.4, 0, .2, 1);
	background-image: linear-gradient(80deg, #0989c5, #995cb6);
	opacity: 1;
}

.diepic .swiper-button-prev {
	left: 3.5rem;
	top: 7rem;
	width: 0.45rem;
	height: 0.45rem;
}

.diepic .swiper-button-next {
	right: 3.5rem;
	top: 7rem;
	width: 0.45rem;
	height: 0.45rem;
}
