/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./style/nav-m.scss ***!
  \*******************************************************************************************************************************************************************/
header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding: 0.43rem 0.43rem;
  display: flex;
  justify-content: end;
  align-items: center;
  z-index: 10;
}
header .logoList {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 3.6rem;
  height: 0.89rem;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logoList img {
  display: block;
  width: auto;
  height: 0.67rem;
}
header .menu-toggle {
  border: none;
  cursor: pointer;
  width: 0.48rem;
  height: 0.4rem;
  display: flex;
  background: url(https://static.web.sdo.com/chd/pic/chdre-GW/mob/menu-toggle.png);
  background-repeat: no-repeat;
  background-size: contain;
}
header .menu-toggle.dark-mode {
  background-image: url(https://static.web.sdo.com/chd/pic/chdre-GW/mob/menu-dark.png);
}
header .menu-toggle span {
  display: block;
  width: 100%;
  height: 0.03rem;
  background-color: #fff;
  border-radius: 0.02rem;
}

#overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(0.08rem);
  -webkit-backdrop-filter: blur(0.08rem);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#overlay-menu.active {
  opacity: 1;
  visibility: visible;
}
#overlay-menu .main-nav ul {
  list-style: none;
  text-align: center;
}
#overlay-menu .main-nav li {
  margin: 0.35rem 0;
}
#overlay-menu .main-nav li a {
  text-decoration: none;
  color: #333;
  font-size: 0.22rem;
  font-weight: bold;
  padding: 0.1rem 0.3rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
#overlay-menu .main-nav li.active a {
  background: linear-gradient(90deg, #ff709a 0%, #fea063 100%);
  color: #fff;
  box-shadow: 0 0.04rem 0.1rem rgba(255, 112, 154, 0.4);
}
#overlay-menu .menu-close {
  margin-top: 0.4rem;
  background: none;
  border: none;
  font-size: 0.36rem;
  font-weight: 300;
  color: #888;
  cursor: pointer;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
}
/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./style/nav.scss ***!
  \*****************************************************************************************************************************************************************/
#nav {
  height: 1.24rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.5s;
}
#nav.light-mode {
  background-color: rgba(255, 255, 255, 0.9);
}
#nav.light-mode a {
  color: black !important;
}
#nav .nav-content {
  display: flex;
}
#nav .nav-content-left {
  margin-left: 0.4rem;
  width: 3.4rem;
  height: 1.24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#nav .nav-content-left img {
  width: auto;
  height: 0.71rem;
}
#nav .nav-content-mid {
  margin: 0 auto;
  padding-right: 4rem;
}
#nav .nav-content-mid ul {
  align-content: center;
  justify-content: space-around;
  list-style: none;
  display: flex;
  height: 1.24rem;
  color: white;
  font-size: 0.34rem;
}
#nav .nav-content-mid ul li {
  width: 2.5rem;
}
#nav .nav-content-mid ul li:hover {
  transform: scale(1.05);
  background-image: url(https://static.web.sdo.com/chd/pic/chdre-GW/nav-hover-l.png);
  background-size: auto 70%;
}
#nav .nav-content-mid ul li:hover a {
  color: #fd8291;
}
#nav .nav-content-mid ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  cursor: pointer;
}
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./style/floatWidget.scss ***!
  \*************************************************************************************************************************************************************************/
.floating-widget {
  position: fixed;
  right: 0.32rem;
  top: 18%;
  width: 1.9rem;
  height: 4.8rem;
  z-index: 1000;
  pointer-events: auto;
}
.floating-widget .fw-illustration {
  width: 1.5rem;
  height: 3rem;
  margin: 0 auto -0.8rem auto;
  background: url(https://static.web.sdo.com/chd/pic/chdre-GW/balloon.png) center no-repeat;
  background-size: contain;
  pointer-events: none;
}
.floating-widget .fw-card {
  width: 100%;
  background: #fff;
  border-radius: 0.22rem;
  box-shadow: 0 0.12rem 0.32rem rgba(0, 0, 0, 0.15);
  padding: 0.15rem;
  box-sizing: border-box;
}
.floating-widget .fw-qr {
  padding-top: 0.15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.3rem;
  text-decoration: none;
  color: white;
  border-radius: 0.15rem;
  background: linear-gradient(180deg, #fea063 0%, #ff709a 100%) border-box;
  padding: 0.06rem;
  box-sizing: border-box;
}
.floating-widget .fw-qr .fw-qr-code {
  border-radius: 0.15rem;
  width: 100%;
  background-color: white;
  padding: 0.16rem;
  box-sizing: border-box;
}
.floating-widget .fw-qr .fw-qr-code img {
  width: 100%;
  display: block;
}
.floating-widget .fw-qr .fw-qr-text {
  line-height: 0.4rem;
  font-size: 0.14rem;
  color: white;
}
.floating-widget .fw-btn {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  text-decoration: none;
  height: 0.5rem;
  border-radius: 0.16rem;
  margin-top: 0.16rem;
  padding: 0 0.16rem;
  color: #fff;
  font-size: 0.14rem;
  transition: transform 0.2s ease, filter 0.2s ease;
  box-shadow: 0 0.08rem 0.16rem rgba(0, 0, 0, 0.12);
}
.floating-widget .fw-btn:hover {
  transform: translateY(-0.02rem);
  filter: brightness(1.05);
}
.floating-widget .fw-btn .icon {
  width: 0.24rem;
  height: 0.24rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.floating-widget .fw-btn.ios {
  background: #000;
}
.floating-widget .fw-btn.ios .icon.apple {
  background-image: url(https://static.web.sdo.com/chd/pic/chdre-GW/apple-icon.png);
}
.floating-widget .fw-btn.android {
  background: #1ddab0;
}
.floating-widget .fw-btn.android .icon.android {
  background-image: url(https://static.web.sdo.com/chd/pic/chdre-GW/android-icon.png);
}
.floating-widget .fw-divider {
  font-size: 0.14rem;
  opacity: 0.5;
  color: black;
  text-align: center;
  margin: 0.18rem 0 0.1rem;
}
.floating-widget .fw-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.12rem;
}
.floating-widget .fw-social .icon {
  margin: 0 auto;
  width: 0.38rem;
  cursor: pointer;
  height: 0.38rem;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
  background: url(https://static.web.sdo.com/chd/pic/chdre-GW/float-wx.png) center no-repeat;
  background-size: 0.25rem 0.2rem;
}
.floating-widget .fw-social .icon:hover img {
  opacity: 1;
}
.floating-widget .fw-social .icon img {
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: -70%;
}
.floating-widget .fw-phone {
  text-align: center;
  color: #777;
  font-size: 0.18rem;
}
