#salon {
	width: 100%;
	display: flex;
	height: calc(100vh - 1.14rem);
	overflow: hidden;
	margin-top: 1.14rem;
	background: #000000;
	padding: 0 0.4rem;
	box-sizing: border-box;
}

#salon .salon-item {
	flex: 1;
}

.brand-img {
	height: calc(100vh - 4.81rem);
  position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background: url("https://res.dianmeicn.cn/images/yongqi/salon1.png") no-repeat center;
	background-size: cover; */
}

.brand-img img {
  object-fit: cover;
}

.salon-item:nth-child(2) .brand-img {
	/* background: url("https://res.dianmeicn.cn/images/yongqi/salon2.png") no-repeat center;
  background-size: cover; */
}

.brand-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* opacity: 0.6; */
}

.brand-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.brand-logo img {
	/* width: 1.2rem; */
	height: 0.52rem;
	object-fit: center;
	margin-right: 0.34rem;
}

.brand-logo .logo {
	font-size: 0.52rem;
	font-family: Helvetica;
	line-height: 0.64rem;
	color: #ffffff;
}

.swiper-container {
	width: 9.20rem;
	height: 3.27rem;
	overflow: hidden;
	position: relative;
}

.swiper-slide {
	cursor: pointer;
}

.swiper-slide:hover {
	/* opacity: 0.5; */
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-btn {
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	cursor: pointer;
}

.swiper-btn img {
	width: 0.17rem;
	height: 0.27rem;
}

video::-webkit-media-controls-fullscreen-button {
	display: none;
	z-index: -1;
}

.swiper-btn.prev {
	left: 0.1rem;
}

.arrow-active {
	display: none;
}

.swiper-btn.prev:hover .arrow {
	display: none;
}

.swiper-btn.prev:hover .arrow-active {
	display: block;
}

.swiper-btn.next {
	right: 0.1rem;
}

.swiper-btn.next:hover .arrow {
	display: none;
}

.swiper-btn.next:hover .arrow-active {
	display: block;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #c9c9cb;
}

footer {
	background: #000;
}

footer span {
	color: #ffffff;
}
