.owl-dots button.owl-dot.active span,
.owl-dots button.owl-dot:hover span {
	height: 20px;
	background-color: #f5a9b8;
}
.bg-transparent-4-dark {
	background-color: rgba(0, 0, 0, 0) !important;
}
body {
background-color: #d3edf8;
}
#header {
	background-color: #FFD1DC;
}
@media (min-width: 992px) {
	#logo .logo-dark,
	#logo .logo-dark-m,
	#logo .logo-light-m {
	  display: none !important;
	}
	#logo .logo-light {
	  display: block !important;
	}
}
@media (max-width: 991px) {
	#logo .logo-dark,
	#logo .logo-light,
	#logo .logo-dark-m {
	  display: none !important;
	}
	#logo .logo-light-m {
	  display: block !important;
	}
  }
/* 切换按钮容器样式 */
.theme-switch-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	height: 60px;
	width: 131px;
	margin: 10px 0;
  }
  
  /* 日夜切换按钮的基础样式 */
  #day, #night {
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
	border-radius: 30px;
	background: #9cd6ef;
	border: 3px solid #65c0e7;
  }
  
  #night {
	pointer-events: none;
  }
svg {
	transform: scale(.95);
	z-index: 2;
	pointer-events: none;
}

  
  /* 响应式调整 */
  @media (max-width: 991px) {
	.theme-switch-wrapper {
	  height: 40px;
	  width: 77px;
	}
	svg {
		transform: scale(.9);
	  }
  }
/* custom.css */
/* ... 你已有的样式 ... */
#header.header-transparent {
	position: absolute;
	background-color: transparent !important;
	box-shadow: none;
}
/* 移动端样式 */
@media (max-width: 991px) {

	#tt-intro .full-height-vh {
	  min-height: 100vh !important; /* 在移动端移除 header 高度偏移 */
	}
  
	/* 移动端全屏幻灯片调整 */
	.owl-carousel.cc-height-full,
	.owl-carousel.cc-height-full .cc-item {
	  height: 100vh !important; /* 强制使用完整视口高度 */
	}
  
	/* 当 header 透明时，对幻灯片的调整 */
	body.header-transparent-on #tt-intro .full-height-vh {
	  min-height: 100vh !important;
	}
  
	body.header-transparent-on .gallery-list-carousel .owl-carousel.cc-height-full,
	body.header-transparent-on .gallery-list-carousel .owl-carousel.cc-height-full .cc-item {
	  height: 100vh !important;
	}
  
	/* 当 header 透明时，对 "no-padding" 类在移动端的调整 */
	body.header-transparent-on .gl-carousel-wrap.no-padding .owl-carousel.cc-height-full,
	body.header-transparent-on .gl-carousel-wrap.no-padding .owl-carousel.cc-height-full .cc-item {
	  height: 100vh !important;
	}
  
	/* 移动端 gallery single 全屏幻灯片 */
	.gallery-single-carousel .owl-carousel.cc-height-full,
	.gallery-single-carousel .owl-carousel.cc-height-full .cc-item {
	  height: 100vh !important;
	}
  
	/* 移动端 gallery single carousel info 全屏 */
	.gallery-single-carousel .owl-carousel.cc-height-full .gs-carousel-info {
	  height: 100vh !important;
	}
  
	/* 移动端针对 "no-padding" 类对 gallery single carousel 的调整 */
	.gs-carousel-wrap.no-padding .owl-carousel.cc-height-full .gs-carousel-info {
	  height: 100vh !important;
	}
  
	/* 移动端密码保护部分全屏 */
	#password-protected-section .full-height-vh {
	  height: 100vh !important;
	  min-height: 100vh !important;
	}
  
	/* 移动端针对 header 透明对密码保护部分的调整 */
	body.header-transparent-on #password-protected-section .full-height-vh {
	  height: 100vh !important;
	}
  }