
/* 楼层标题 */
.cont-title {
	position: relative;
	padding-left: 30px;
}

.cont-title>.effect {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 14px;
	width: 20px;
}


.side-link {
	position: relative;
}

.side-link:hover {
	color: #C8C8C8;
}

.side-link::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: ' ';
	width: 100%;
	height: 1px;
	background-color: rgba(200, 200, 200, .3);
}

.side-link>img {
	height: 15px;
}

/* YourChoose */
.img_box {
	width: 50%;
}

.box-padding {
	background-color: #E8E7E6;
}

.seniority {
	font-size: 50px;
	font-family: Montserrat-Light !important;
	margin-bottom: 2px;
}

.smallImg {
	width: 355px;
}

.img_content {
	text-align: center;
	margin-top: 7px;
	font-size: 16px;
	line-height: 26px;
}

#swiper1 {
	height: 605px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #3aefd0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	top: 601px;
}

.swiper_title {
	font-size: 18px;
	color: #666;
	margin-top: 30px;
	text-align: center;
	font-weight: bold;
}

.swiper-slide-active .swiper_title { color: #00586d; }

.btn_mask {
	position: relative;
	display: inline-block;
	width: 113px;
	line-height: 30px;
	color: #337ab7;
	background-color: transparent;
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
	transition: all .3s;
	border: 1px solid #3AEFD0;
	cursor: pointer;
}

.btn_mask::after {
	display: block;
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #3AEFD0;
	transition: .5s;
}

.btn_mask:hover::after {
	width: 100%;
}

.btn_mask:hover { color: #fff; }

.hover_scale {
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
}

.hover_scale img {
	transition: .35s;
	-webkit-transition: .35s;
}

.hover_scale:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

/* 2020/11/26 */
.text-lg span {
	font-size: 20px;
}

.justify-between.margin-tb { margin-top: 26px; }

.swiper-pagination {
	bottom: 0px !important;
}

.swiper_one_realIndex,.swiper_one_slides {
	display: inline-block;
	font-size: 22px;
	color: #01586c;
	line-height: 1;
}

em { font-style: normal; }

.swiper_one_slides { color: #f5f0ec; }

.swiper-pagination { padding-right: 0; }
