/* 播放视频 */
.video-box {
	position: relative;
	width: 100%;
}

.video-box>.video-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 1;
}

.video-box .video-poster {
	position: relative;
	z-index: 2;
}

/* 楼层标题 */
.cont-title {
	position: relative;
	padding-left: 30px;
}

.cont-title>.effect {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 14px;
	width: 20px;
}

/* 时间轴 */
.swiper-slide>img{
	margin-left: 0;
}

.timeline-right {
	width: 40%;
	padding-left: 10%;
}

.timeline-time {
	position: relative;
	font-size: 60px;
	font-family: "Montserrat SemiBold";
}

.timeline-time>.effect {
	position: absolute;
	bottom: 10px;
	left: -25px;
	height: 41px;
	width: 60px;
	z-index: -1;
}

.timeline-introduction {
	color: #666666;
	line-height: 30px;
}

.timeline-slide {
	text-align: center;
	padding: 30px 0;
	border-bottom: 1px solid #DDDDDD;
	color: #999999;
	transition: all .3s;
	font-weight: 600;
	cursor: pointer;
}

.timeline-slide.swiper-slide-thumb-active {
	color: #00586D;
}

.timeline-slide::before {
	position: absolute;
	content: ' ';
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 15px;
	background-color: #DDDDDD;
	transition: all .3s;
}

.timeline-slide::after {
	position: absolute;
	content: ' ';
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background-color: #00586D;
	transition: all .3s;
}

.timeline-slide.swiper-slide-thumb-active::before {
	background-color: #00586D;
}

.timeline-slide.swiper-slide-thumb-active::after {
	width: 56px;
}


#swiper2 {
	margin-bottom: 161px;
}

/* 2020/11/25 */
.text-lg span {
	font-size: 20px;
}

.padding-tb-xl {
	padding-top: 0;
	padding-bottom: 0;
}

.swiper1-container{
	position: relative;
}
.swiper1-container .swiper-button-prev {
	left: -9px;
	transform: translateY(18%) rotate(180deg);
}
.swiper1-container .swiper-button-next {
	right: 0px;
	transform: translateY(18%);
}