/**swiper*/
.swiper-scrollbar {
	width: 18.75rem !important;
	height: 1px !important;
	position: relative !important;
	left: 0 !important;
	background: rgba(0, 0, 0, 0.2) !important;
}

.swiper-scrollbar-drag {
	background: #222 !important;
}
/**分页**/
.swiper-pagination-current {
	font-size: 1.5rem;
	color: #222;
}
.swiper-pagination {
	width: auto !important;
	font-size: 0.875rem !important;
	color: rgba(0, 0, 0, 0.4) !important;
	font-family: regular;

	position: relative !important;
}
.swiper-pagination-total {
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.4);
}

.curstomTab {
	/*border-bottom: 1px solid #dcdcdc;*/
	box-shadow: inset 0px -1px 0 0 #dcdcdc;
}
.curstomTab > div {
	cursor: pointer;
	opacity: 0.7;
}
.curstomTab  .currentLine {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #b81c20;
	transition: all 0.3s;
	transform: translateX(var(--tab-x));
}
::-webkit-scrollbar{
	height:0;
}
.tabActive {
	color: #b81c20 !important;
	opacity: 1 !important;
}

#tabContainer > div {
	transition: all 0.3s;
}