
.diepic{
	position: relative;
	width: 100%;
	margin: 0 auto;
    padding-top: 70px;
}
.diepic h2{font-size:50px;margin-bottom:40px;text-align:center;font-weight:600;line-height:60px;height:60px;color: #000;}

.diepic .swiper-container {
	padding-bottom: 0px;
    width: auto;
    max-width: 1600px;
}

.diepic .swiper-slide {
	width: 50%;
	background: #fff;
	box-shadow: 0 6px 10px 0 rgba(20, 34, 67, .1);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	cursor: pointer;
	position: relative;
}
.diepic .swiper-slide .star-tips {
	position: absolute;
	bottom: 0;
	background: #010101;
	opacity: 0.8;
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 20px 80px;
	flex-direction: column;
}
.diepic .swiper-slide .star-tips span {
	color: #FCD1B0;
	font-size: 20px;
	text-align: center;
	line-height: 28px;
	margin-bottom: 10px;
}
.diepic .swiper-slide .star-tips p {
	color: #FCD1B0;
	font-size: 20px;
	line-height: 28px;
    text-align: right;;
}
.diepic .swiper-slide img {
	width:100%;
	display: block;
}

.diepic .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

.diepic .swiper-pagination {
	width: 100%;
	bottom: -85px;
}

.diepic .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #030000;
	width: 10px;
	height: 10px;
	opacity: .6;
}

.diepic .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 34px;
	display: inline-block;
	height: 10px;
	border-radius: 10px;
	transition: width .4s cubic-bezier(.4, 0, .2, 1);
	background-image: linear-gradient(80deg, #0989c5, #995cb6);
	opacity: 1;
}

.diepic .swiper-button-prev {
	left: 50px;
	top: 55%;
    content: "<";
    color: #FCD1B0;
    background: inherit;
}

.diepic .swiper-button-next {
	right: 50px;
	top: 55%;
    content: ">";
    color: #FCD1B0;
    background: inherit;
}