@font-face {
  font-family: 'D-DIN-PRO';
  src: url('../fonts/D-DIN-PRO.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  overflow-x: hidden;.navbar .nav .sub .sub-right
  scroll-behavior: smooth;
}
ul,
li,
ol
{
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  width: 7.2917rem;
  box-sizing: border-box;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main {
  margin: 0 auto;
}
.header {
  position: relative;
}
.banner,
.child-banner {
  position: relative;
  height: 100vh;
}
.banner .banner-img,
.child-banner .banner-img {
  display: block;
  width: 100%;
  height: 3.108rem;
}
.banner .banner-content,
.child-banner .banner-content {
  position: absolute;
  margin: 0 auto;
  top: 20%;
  left: 13%;
  color: #fff;
}
.banner .banner-content .sub-title,
.child-banner .banner-content .sub-title {
  font-size: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.2083rem;
  text-shadow: 0px 0px 16px rgba(12, 57, 92, 0.26);
}
.banner .banner-content .sub-desc,
.child-banner .banner-content .sub-desc {
  font-size: 0.1563rem;
  font-weight: bold;
  text-shadow: 0px 0px 16px rgba(12, 57, 92, 0.26);
}
.banner .down-icon,
.child-banner .down-icon {
  position: absolute;
  bottom: 1.3542rem;
  left: 1.3542rem;
  width: 0.3646rem;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.5s ease-in-out;
  animation: bounce 3s infinite;
}
.banner .down-icon:hover,
.child-banner .down-icon:hover {
  animation: none;
}
.banner video,
.child-banner video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.child-banner {
  position: relative;
  height: auto;
}
.navbar {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 0.4688rem;
  padding: 0.1042rem 0.3125rem;
}
.navbar .logo {
  width: 0.8854rem;
  display: flex;
}
.navbar .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.navbar .logo-active {
  display: none;
}
.navbar:hover .logo {
  display: none;
}
.navbar:hover .logo-active {
  display: flex;
}
.navbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 0.4167rem 0.4167rem rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.navbar .container {
  display: flex;
  flex: 1;
  padding: 0;
}
.navbar .nav {
  display: flex;
  width: 60%;
  height: 100%;
  color: #fff;
}
.navbar .nav > li {
  flex: 1;
  height: 100%;
  text-align: center;
}
.navbar .nav > li a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 0.0938rem;
  transition: all 0.5s ease-in-out;
}
.navbar .nav > li a::after {
  content: '';
  position: absolute;
  z-index: 1;
  opacity: 0;
  bottom: -10%;
  left: calc(50% - 0.0602rem);
  width: 0.1302rem;
  height: 0.026rem;
  border-radius: 2px;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}
.navbar .nav > li a:hover {
  color: #00C5DD !important;
}
.navbar .nav > li a:hover::after {
  opacity: 1;
  background-color: #00C5DD;
}
.navbar .nav > li a.active {
  font-weight: bold;
}
.navbar .nav > li a.active::after {
  opacity: 1;
}
.navbar .nav > li:hover .sub {
  transform: translateY(0.02rem);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.navbar .nav .sub {
  position: absolute;
  z-index: -1;
  display: flex;
  box-sizing: border-box;
  left: 0;
  opacity: 0;
  transform: translateY(-0.121rem);
  visibility: hidden;
  width: 100%;
  pointer-events: none;
  padding: 0.325rem 1.3542rem;
  background-color: #fff;
  color: #000;
  border-bottom-left-radius: 100px;
  transition: all 0.3s ease-in-out;
}
.navbar .nav .sub .sub-left {
  flex: 1;
}
.navbar .nav .sub .title {
  margin: 0;
  font-size: 0.1823rem;
  text-align: left;
}
.navbar .nav .sub .name {
  width: 1.7188rem;
  display: block;
  padding: 0.1042rem 0 0.3385rem 0;
}
.navbar .nav .sub .sub-nav {
  display: flex;
  gap: 0.1042rem;
  flex-wrap: wrap;
}
.navbar .nav .sub .sub-nav li a {
  display: block;
  box-sizing: border-box;
  font-size: 0.0938rem;
  padding: 0.1146rem 0.2188rem;
  background: #F5F5F5;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.navbar .nav .sub .sub-nav li a::after {
    display: none;
}
.navbar .nav .sub .sub-nav li.active a {
  background: #00C5DD;
  color: #fff;
}
.navbar .nav .sub .sub-nav li:hover a {
  background: #00C5DD;
  color: #fff;
}
.navbar .nav .sub .sub-nav li:hover a {
  color: #fff !important;
}
.navbar .nav .sub .sub-right {
  width: 3.125rem;
  height: 1.6667rem;
  border-radius: 0.0521rem;
}
.navbar .nav-right {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  box-sizing: border-box;
  color: #fff;
  gap: 0 0.2rem;
  padding-left: 0.5rem;
}
.navbar .nav-right-item {
  display: flex;
  justify-content: center;
  font-size: 0.0833rem;
  font-weight: bold;
  align-items: center;
  gap: 0.0521rem;
}
.navbar .nav-right-item .iconfont {
  font-size: 0.0833rem;
}
.navbar .temp {
  font-size: 0.0833rem;
  color: #fff;
}
.navbar .weather .iconfont {
  width: 0.1042rem;
}
.navbar .capacity .iconfont {
  color: #00c2db;
}
.navbar .search-icon {
  cursor: pointer;
  width: 0.1146rem;
}
.navbar .search-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.navbar .search-icon-black {
  display: none;
}
.navbar .language-toggle {
  display: flex;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.navbar .language-toggle span {
  display: block;
  padding: 0.0104rem 0.0365rem;
  color: #00C5DD;
}
.navbar .language-toggle .active {
  background-color: #00C5DD;
  color: #fff;
}
.navbar:hover {
  color: #000;
}
.navbar:hover::before {
  height: 100%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.navbar:hover .sub {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar:hover .nav-right-item {
  color: #000;
}
.navbar:hover .nav > li a {
  color: #000;
}
.navbar:hover .search-icon-white {
  display: none;
}
.navbar:hover .temp {
  color: #000;
}
.navbar:hover .search-icon-black {
  display: block;
}
.more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.9896rem;
  padding: 0.1042rem 0;
  overflow: hidden;
  font-size: 0.0833rem;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #999999;
  cursor: pointer;
}
.more-btn .icon-wrap {
  position: relative;
  width: 0.125rem;
  height: 0.125rem;
  margin-left: 0.0781rem;
  transition: transform 0.3s ease-in-out;
}
.more-btn .icon-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out;
}
.more-btn .icon-active {
  opacity: 0;
  left: -0.3rem;
}
.more-btn:hover,
.more-btn.active-btn {
  background-color: #00C5DD;
  color: #fff;
  border-color: #00C5DD;
}
.more-btn:hover .icon,
.more-btn.active-btn .icon {
  left: 0.3rem;
  opacity: 0;
}
.more-btn:hover .icon-active,
.more-btn.active-btn .icon-active {
  left: 0;
  opacity: 1;
}
.more-btn.active-btn:hover {
  background-color: #fff;
  color: #00C5DD;
}
.more-btn.active-btn:hover .icon {
  opacity: 1;
  left: 0;
}
.more-btn.active-btn:hover .icon-active {
  left: -0.3rem;
  opacity: 0;
}
.line {
  width: 100%;
  height: 1px;
  box-shadow: 0px 0px 1px 1px rgba(3, 15, 32, 0.03);
}
.page-prev,
.page-next {
  position: absolute;
  z-index: 10;
  bottom: 50%;
  display: flex;
  width: 0.3125rem;
  height: 0.3125rem;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
}
.page-prev .icon-active,
.page-next .icon-active {
  display: none;
}
.page-prev:hover,
.page-next:hover {
  background-color: #00C5DD;
}
.page-prev:hover .icon,
.page-next:hover .icon {
  display: none;
}
.page-prev:hover .icon-active,
.page-next:hover .icon-active {
  display: block;
}
.page-prev {
  left: 0.625rem;
}
.page-next {
  right: 0.625rem;
}
.page-prev.swiper-button-disabled,
.page-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.1;
}
.footer {
  background: #00394F;
}
.footer-wrap {
  padding: 0.224rem 0;
  padding-bottom: 0;
  margin: 0 auto;
  display: flex;
}
.footer-wrap .logo {
  width: 0.8125rem;
  height: 0.3646rem;
}
.link-list {
  display: flex;
  gap: 0 0.2604rem;
  margin: 0 0.5667rem;
}
.link-list li {
  font-size: 0.0729rem;
  margin-bottom: 0.1615rem;
  color: #99A5AF;
  transition: all 0.3s ease-in-out;
}
.link-list li:hover {
  color: #00C5DD;
}
.link-list li:nth-child(1) {
  font-size: 0.0833rem;
  font-weight: bold;
  color: #fff;
}
.icon-list {
  margin-right: 0.3125rem;
}
.icon-list ul {
  display: flex;
  flex-wrap: wrap;
}
.icon-list li {
  width: 33%;
  text-align: center;
  margin-bottom: 0.1563rem;
}
.icon-list a {
  display: flex;
  justify-content: center;
}
.icon-list img {
  display: block;
}
.icon-list img {
  width: 0.25rem;
  height: 0.25rem;
}
.icon-list .icon-active {
  display: none;
}
.contact-list li {
  margin-bottom: 0.2083rem;
}
.contact-list .title {
  font-size: 0.0729rem;
  font-weight: bold;
  margin-bottom: 0.1042rem;
  color: #fff;
}
.contact-list .phone {
  font-size: 0.1563rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.2083rem;
  font-family: 'D-DIN-PRO', sans-serif;
}
.friend-list {
  padding-left: 5.6292rem;
}
.friend-list .title {
  margin-bottom: 0.099rem;
  font-size: 0.0729rem;
  font-weight: bold;
  color: #fff;
}
.friend-list ul {
  display: flex;
}
.friend-list li {
  opacity: 0.6;
  font-size: 0.0729rem;
  margin-right: 0.1094rem;
  margin-bottom: 0.3385rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.friend-list li:hover {
  opacity: 1;
}
.copyright {
  display: flex;
  padding: 0.125rem 0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.0625rem;
}
.copyright p {
  width: 50%;
  text-align: center;
}
.ercode-wrap {
  position: fixed;
  display: none;
  z-index: 100;
  bottom: 0%;
  right: 0%;
  background: url("../images/dialog.webp");
  background-size: cover;
  width: 1.3021rem;
  height: 1.4583rem;
  font-size: 0.0625rem;
  color: #666;
  text-align: center;
}
.ercode-wrap .ercode {
  display: block;
  width: 0.9027rem;
  height: 0.9027rem;
  margin: 0.16rem auto 0.05rem auto;
}
.info-ercode {
  position: absolute;
  z-index: 10;
  display: none;
  right: -0.55rem;
  bottom: 0.5rem;
  transform: translateX(-50%);
  width: 0.9rem;
  height: -webkit-fit-content;
  height: fit-content;
  padding: 0.0781rem;
  border-radius: 10px;
  background-color: #00C5DD;
  font-size: 0.0938rem;
  color: #fff;
  text-align: center;
}
.info-ercode::before {
  content: '';
  position: absolute;
  bottom: -0.1042rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #00C5DD;
}
.info-ercode.show {
  display: block;
}
.info-ercode img {
  width: 100%;
}
.sidebar {
  position: fixed;
  z-index: 100;
  bottom: 20%;
  right: 0.5%;
}
.sidebar .assistant-btn {
  position: relative;
  width: 0.3125rem;
  font-size: 0.0625rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}
.sidebar .assistant-btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 30%;
  left: 0;
  width: 100%;
  height: 0.3125rem;
  background-color: #00C5DD;
  border-radius: 12px;
}
.sidebar .assistant-btn img {
  display: block;
  width: 0.3229rem;
  height: 0.3333rem;
  animation: dialog 2s ease-in-out infinite;
}
.sidebar .sidebar-ercode {
  z-index: 200;
  bottom: 1.5rem;
}
.sidebar .sidebar-ercode::before {
  left: 62%;
  transform: translateX(-50%) rotate(-10deg);
}
.sidebar .phone-and-ercode {
  width: 0.3125rem;
  height: 0.625rem;
  margin-top: 0.15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1042rem 0.0625rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 1px rgba(3, 15, 32, 0.11);
  border-radius: 10px;
  transition: all 0.5s;
}
.sidebar .phone-and-ercode img {
  width: 0.1875rem;
  height: 0.1875rem;
  cursor: pointer;
}
.sidebar .phone-and-ercode .phone:hover {
  animation: shake 1s ease-in-out;
}
.sidebar .phone-and-ercode.hidden,
.sidebar .assistant-btn.hidden {
  transform: translateX(0.5rem);
}
.sidebar .top-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.3125rem;
  height: 0.3125rem;
  margin-top: 0.1563rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 1px rgba(3, 15, 32, 0.11);
  border-radius: 10px;
  cursor: pointer;
}
.sidebar .top-btn img {
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  transition: all 0.5s;
}
.sidebar .top-btn:hover img {
  transform: translateY(-0.0325rem);
}
.sidebar .close-icon {
  position: absolute;
  z-index: 10;
  top: 0rem;
  right: 0.325rem;
  width: 0.1042rem;
  height: 0.1042rem;
  transition: all 0.5s;
  cursor: pointer;
}
.sidebar .close-icon:hover {
  transform: rotate(180deg);
}
.sidebar .fold-btn {
  position: absolute;
  top: 0.625rem;
  right: -0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.3125rem;
  height: 0.3125rem;
  margin-top: 0.1563rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 1px rgba(3, 15, 32, 0.11);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.5s;
}
.sidebar .fold-btn img {
  display: block;
  width: 0.1275rem;
  height: 0.1275rem;
  transition: all 0.5s;
}
.sidebar .fold-btn.show {
  right: 0;
}
.sidebar .dialog {
  position: absolute;
  top: -0.2rem;
  left: -1.6208rem;
  background: #fff;
  padding: 0.0225rem 0.1042rem;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0px 0px 20px 1px rgba(3, 15, 32, 0.11);
  display: none;
}
.sidebar .dialog p {
  font-size: 0.0625rem;
  line-height: 0.1302rem;
  color: #333;
}
.sidebar .dialog::after {
  content: "";
  position: absolute;
  top: 0.2083rem;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 0.0625rem solid transparent;
  border-bottom: 0.0625rem solid transparent;
  border-left: 0.0625rem solid #fff;
}
.new-tag {
  display: inline-block;
  font-size: 0.0625rem;
  color: #FB6464;
  background-color: #FFE3E3;
  padding: 0.0208rem;
  margin-right: 0.026rem;
}
input,
select {
  flex: 1;
  border: none;
  /* 去除边框 */
  outline: none;
  /* 去除聚焦时的外边框 */
  background: none;
  /* 去除背景 */
  box-shadow: none;
  /* 去除阴影 */
  -webkit-appearance: none;
  /* 去除webkit浏览器的默认样式 */
  /* 去除mozilla浏览器的默认样式 */
  appearance: none;
  /* 去除所有浏览器的默认样式 */
}
option {
  padding: 0.0225rem 0.1042rem;
  font-size: 0.0729rem;
  color: #333;
  background: #fff;
}
.search-form {
  display: flex;
  align-items: center;
}
.search-form .input-item {
  display: flex;
  height: 0.3125rem;
  padding: 0 0.0938rem;
  box-sizing: border-box;
  align-items: center;
  margin-right: 0.1042rem;
  background: #FFFFFF;
  border-radius: 0.1563rem;
  font-size: 0.0729rem;
}
.search-form .input-item.date-range-wrap {
  padding-right: 0;
}
.search-form span {
  transform: translate(-0.3563rem, -0.0104rem);
  margin: 0 0.0521rem;
  color: #999;
}
.search-form .icon {
  width: 0.125rem;
  height: 0.125rem;
  margin-right: 0.0417rem;
}
.search-form .arrow-icon {
  width: 0.125rem;
  height: 0.125rem;
}
.search-form .search-btn {
  width: 1.0417rem;
  min-width: 1.0417rem;
  height: 0.3125rem;
  margin-left: auto;
  cursor: pointer;
  line-height: 1em;
  background: #00C5DD;
  border-radius: 30px;
  color: #fff;
  font-size: 0.0833rem;
  text-align: center;
  border: 1px solid #00C5DD;
  transition: all 0.3s ease-in-out;
}
.search-form .search-btn:hover {
  background: #fff;
  color: #333;
}
.list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0.1563rem auto;
  border-radius: 20px;
  gap: 0.2083rem;
}
.list-item {
  position: relative;
  width: 2.0817rem;
  background: #fff;
  overflow: hidden;
  padding: 0.1042rem;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 1px rgba(3, 15, 32, 0.11);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.list-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24%;
  background: linear-gradient(0deg, rgba(0, 197, 221, 0.6) 0%, rgba(228, 230, 234, 0) 100%);
  border-radius: 10px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.list .img-wrap {
  position: relative;
  z-index: 1;
  height: 1.5625rem;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 0.1302rem;
}
.list .img-wrap img {
  width: 100%;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
.list .type {
  position: relative;
  z-index: 1;
  margin-bottom: 0.1042rem;
  display: flex;
}
.list .type span {
  padding: 0.0417rem 0.0521rem;
  color: #fff;
  font-size: 0.0729rem;
  background-color: #00C5DD;
  border-radius: 4px;
}
.list .title {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.0938rem;
  margin-bottom: 0.3125rem;
  transition: all 0.5s ease-in-out;
}
.list .date {
  position: relative;
  z-index: 1;
  padding: 0.0625rem 0.1042rem;
  font-size: 0.0833rem;
  background: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
  border-radius: 20px;
}
.list .date .icon {
  width: 0.125rem;
  height: 0.125rem;
  margin-right: 0.0521rem;
  transform: translateY(0.026rem);
}
.list-item:hover .img-wrap img {
  transform: scale(1.1);
}
.list-item:hover .title {
  font-weight: bold;
}
.list-item:hover::after {
  opacity: 1;
}
.video-swiper {
  margin: 0.1563rem auto;
  overflow-x: hidden;
}
.video-swiper .swiper-wrapper {
  align-items: center;
}
.video-swiper .swiper-slide {
  position: relative;
  cursor: pointer;
  width: 2.5rem;
  height: 1.4063rem;
  overflow: hidden;
  border-radius: 0.1042rem;
}
.video-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.video-swiper .swiper-slide-active {
  width: 4.1667rem;
  height: 2.3438rem;
}
.video-swiper .swiper-slide-active .data {
  display: flex;
}
.video-swiper .video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.video-swiper .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.3333rem;
  height: 0.3333rem;
}
.video-swiper .views {
  position: absolute;
  display: flex;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  padding: 0.1042rem 0.1563rem;
  color: #fff;
  font-size: 0.0833rem;
}
.video-swiper .data {
  display: none;
  align-items: center;
  margin-left: auto;
}
.video-swiper .view-icon {
  width: 0.125rem;
  height: 0.125rem;
  margin-right: 0.0521rem;
}
.popup-box {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.popup-box .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.popup-box .close-icon {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  transform: translate(0.2604rem, -0.0521rem);
  width: 0.2083rem;
  height: 0.2083rem;
  cursor: pointer;
}
.popup-box .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  box-sizing: border-box;
}
.popup-box video {
  display: block;
  width: 75vw;
  margin: 0 auto;
  height: calc(75vw * 25/16 * 9/25);
  object-fit: cover;
}
.capacity-popup .close-icon {
  top: -0.1083rem;
  right: 1rem;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
}
.tag-item {
  padding: 0.0521rem 0.0625rem;
  background: #FF8B00;
  color: #fff;
  font-size: 0.0729rem;
  border-radius: 6px;
  margin-right: 0.0521rem;
  border: 1px solid #FF8B00;
}
.article-title {
  display: flex;
  align-items: center;
  margin: 0.1563rem 0;
  font-size: 0.125rem;
}
.article-title .double-circle {
  width: 0.25rem;
  height: 0.1667rem;
  margin-right: 0.0521rem;
}
.article-title .num {
  font-size: 0.1563rem;
  color: #00C5DD;
  margin-right: 0.125rem;
}
.price {
  margin-top: 0.1042rem;
  font-size: 0.125rem;
  color: #FF8B00;
  font-weight: bold;
}
.front {
  font-size: 0.1875rem;
  font-family: 'D-DIN-PRO', sans-serif;
}
.contact {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.0729rem;
  color: #fff;
  width: 1.7708rem;
  height: 0.3125rem;
  margin-bottom: 0.1563rem;
  background: #00C5DD;
  border-radius: 6px;
}
.contact .phone-icon {
  width: 0.125rem;
  height: 0.125rem;
  margin-right: 0.0521rem;
}
.contact .phone {
  font-family: 'D-DIN-PRO', sans-serif;
  font-size: 0.125rem;
  font-weight: bold;
}
.photo-list {
  margin: 0.1563rem auto;
}
.photo-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.4167rem;
}
.photo-item .photo-img {
  width: 2.5rem;
  height: 1.6667rem;
  border-radius: 10px;
}
.photo-item .photo-desc {
  display: flex;
  flex-direction: column;
  height: 1.6667rem;
  margin-left: 0.3125rem;
}
.photo-item .title {
  margin: 0;
  font-size: 0.125rem;
  font-weight: bold;
}
.photo-item .photo-contact {
  display: flex;
  align-items: center;
  padding: 0.1563rem 0;
  font-size: 0.0729rem;
  margin-bottom: 0.1042rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.photo-item .phone-icon {
  width: 0.125rem;
  height: 0.125rem;
  margin-right: 0.0521rem;
}
.photo-item .phone {
  font-size: 0.125rem;
  font-weight: bold;
  margin-left: 0.0521rem;
}
.photo-item p {
  margin: 0;
  font-size: 0.0729rem;
  line-height: 2em;
  color: #666;
  margin-bottom: 0.0521rem;
}
.photo-item .more-btn {
    position: relative;
    
  margin-top: auto;
  overflow: visible;
}
.bottom-list {
  background-color: #F5F5F5;
  padding: 0.4167rem 0;
}
.bottom-list .container {
  margin: 0 auto;
}
.bottom-list .title {
  position: relative;
  font-size: 0.2083rem;
  font-weight: bold;
  margin-bottom: 0.4167rem;
}
.bottom-list .page-prev,
.bottom-list .page-next {
  bottom: 0;
}
.bottom-list .page-prev {
  left: 86%;
}
.bottom-list .page-next {
  right: 0;
}
.bottom-swiper {
  overflow: hidden;
}
.bottom-swiper .swiper-slide {
  height: 2.3438rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 0.1042rem;
}
.bottom-swiper .swiper-slide .img-wrap {
  border-radius: 20px;
  overflow: hidden;
}
.bottom-swiper .swiper-slide img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.bottom-swiper .swiper-slide .name {
  font-size: 0.0938rem;
  margin-top: 0.1042rem;
  margin-bottom: 0.1042rem;
}
.bottom-swiper .swiper-slide .location {
  display: flex;
  align-items: center;
  padding: 0.0417rem 0.0833rem;
  margin-top: auto;
  background: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
  border-radius: 20px;
  font-size: 0.0729rem;
  color: #666;
}
.bottom-swiper .swiper-slide .icon {
  width: 0.125rem;
  height: 0.125rem;
  margin-right: 0.0417rem;
}
.bottom-swiper .swiper-slide .btn-wrap {
  display: flex;
  gap: 0 0.1042rem;
}
.bottom-swiper .swiper-slide .btn {
  display: flex;
  align-items: center;
  width: 0.9896rem;
  padding: 0.0938rem 0;
  justify-content: center;
  background: #FFFFFF;
  font-size: 0.0833rem;
  border-radius: 6px;
  border: 1px solid #999999;
  transition: all 0.5s ease-in-out;
}
.bottom-swiper .swiper-slide .btn .icon {
  width: 0.125rem;
  height: 0.125rem;
  margin-right: 0.0521rem;
}
.bottom-swiper .swiper-slide .btn .icon-active {
  display: none;
}
.bottom-swiper .swiper-slide .btn:hover {
  background: #00C5DD;
  color: #fff;
}
.bottom-swiper .swiper-slide .btn:hover .icon {
  display: none;
}
.bottom-swiper .swiper-slide .btn:hover .icon-active {
  display: block;
}
.bottom-swiper .swiper-slide:hover .img-wrap img {
  transform: scale(1.1);
}
.bottom-swiper .swiper-slide:hover .name {
  font-weight: bold;
}
.star-icon {
  width: 0.125rem;
  height: 0.125rem;
  margin-right: 0.026rem;
}
@keyframes dialog {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(3deg);
  }
  50% {
    transform: translateY(0) rotate(-3deg);
  }
  75% {
    transform: translateY(-5px) rotate(2deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-7px);
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
  .mobile-hidden {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: 100%;
  }
  .mobile-hidden {
    display: none !important;
  }
}
.double-swiper {
  position: relative;
  display: flex;
}
.double-swiper .swiper-left {
  width: 3.75rem;
  overflow: hidden;
}
.double-swiper .swiper-right {
  width: 2.4896rem;
  overflow: hidden;
  margin-left: 0.2083rem;
}
.double-swiper .swiper-slide img {
  width: 100%;
  border-radius: 0.0521rem;
}
@media (min-width: calc(1024px + 1px)) {
  .container {
    width: 7.2917rem;
  }
  .mobile-hidden {
    display: flex !important;
  }
  .desktop-hidden {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .container {
    width: 100%;
  }
  .mobile-navbar {
    position: fixed;
    top: 0;
    left: -5.3333rem;
    width: 5.3333rem;
    height: 100vh;
    background-color: #fff;
    z-index: 200;
    transition: all 0.5s;
  }
  .mobile-navbar.active {
    left: 1.4333rem;
  }
  .mobile-navbar.active .mask {
    z-index: 0;
  }
  .mobile-navbar.show {
    left: 0;
  }
  .mobile-navbar.show .mask {
    display: block;
  }
  .mobile-navbar::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .head {
    display: flex;
    align-items: center;
    padding: 0.5333rem;
    border-bottom: 1px solid rgba(3, 15, 32, 0.11);
  }
  .logo {
    display: block;
    width: 2.6667rem;
    height: 1.3333rem;
  }
  .close-icon {
    width: 0.6rem;
    margin-left: auto;
  }
  .mobile-nav-item {
    display: flex;
    align-items: center;
    padding: 0.4rem;
    border-bottom: 1px solid rgba(3, 15, 32, 0.11);
  }
  .mobile-nav-item a {
    display: block;
    font-size: 0.3733rem;
    color: #333;
  }
  .mobile-nav-item .arrow-icon {
    display: block;
    margin-left: auto;
    width: 0.5rem;
    height: 0.5rem;
  }
  .mobile-sub {
    position: fixed;
    top: 0;
    left: -5.3333rem;
    width: 5.3333rem;
    height: 100vh;
    background-color: #fff;
    z-index: 200;
    transition: all 0.5s;
  }
  .mobile-sub.active {
    left: 0;
  }
  .mobile-sub .sub-nav-item {
    padding: 0.4rem;
    border-bottom: 1px solid rgba(3, 15, 32, 0.11);
  }
  .mobile-sub .title {
    padding: 0.4533rem;
    font-weight: bold;
    font-size: 0.5067rem;
    margin: 0;
  }
  .mobile-sub .back {
    display: flex;
    padding: 0.32rem;
    font-size: 0.3733rem;
    color: #fff;
    background-color: #00C5DD;
  }
  .mobile-sub .icon {
    display: block;
    margin-left: auto;
    width: 0.5rem;
    height: 0.5rem;
  }
  .navbar {
    height: 1.6rem;
  }
  .navbar .logo {
    width: 2.1333rem;
  }
  .navbar .nav-right-item {
    font-size: 0.32rem;
  }
  .navbar .weather .iconfont {
    width: 0.5333rem;
  }
  .navbar .capacity .iconfont {
    width: 0.64rem;
  }
  .navbar .search-icon {
    margin: 0 0.5333rem;
    width: auto;
  }
  .navbar .search-icon img {
    width: 0.4867rem;
    height: 0.4867rem;
  }
  .navbar .language-toggle span {
    padding: 0.08rem 0.1333rem;
  }
  .navbar .menu {
    display: flex !important;
    margin-left: 0.5333rem;
  }
  .navbar .menu img {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
  }
  .navbar .menu .menu-active-icon {
    display: none;
  }
  .navbar .menu.active .menu-icon {
    display: none;
  }
  .navbar .menu.active .menu-active-icon {
    display: block;
  }
  .more-btn {
    width: 2.6667rem;
    padding: 0.32rem 0;
    font-size: 0.32rem;
  }
  .more-btn .icon-wrap {
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 0.4rem;
  }
  .page-prev,
  .page-next {
    bottom: 20%;
    width: 1.0667rem;
    height: 1.0667rem;
  }
  .page-prev {
    left: 30%;
  }
  .page-next {
    right: 30%;
  }
  .footer-wrap {
    flex-wrap: wrap;
    padding: 0.5333rem;
  }
  .link-list {
    width: 100%;
    margin: 0.5333rem 0;
  }
  .link-list ul {
    width: 25%;
  }
  .link-list li {
    margin-bottom: 0.255rem;
    font-size: 0.32rem;
  }
  .link-list li:nth-child(1) {
    font-size: 0.3733rem;
  }
  .footer-wrap .logo {
    width: 2.6667rem;
    height: 1.0667rem;
  }
  .icon-list {
    width: 100%;
  }
  .icon-list li {
    margin-bottom: 0.5333rem;
  }
  .icon-list li div {
    display: flex;
    justify-content: center;
  }
  .icon-list img {
    width: 1.0667rem;
    height: 1.0667rem;
  }
  .contact-list {
    width: 100%;
    margin: 0.5333rem auto;
  }
  .contact-list ul {
    display: flex;
  }
  .contact-list li {
    width: 33%;
    margin-bottom: 0.4rem;
    font-size: 0.32rem;
    color: #fff;
  }
  .contact-list .title {
    font-size: 0.3733rem;
    margin-bottom: 0.2667rem;
  }
  .contact-list .phone {
    font-size: 0.32rem;
    opacity: 0.8;
  }
  .friend-list {
    padding: 0.5333rem;
    padding-top: 0;
  }
  .friend-list .title {
    margin-bottom: 0.2667rem;
    font-size: 0.3733rem;
    font-weight: bold;
    color: #fff;
  }
  .friend-list ul {
    flex-wrap: wrap;
  }
  .friend-list li {
    opacity: 0.8;
    font-size: 0.32rem;
    margin-right: 0.2667rem;
    margin-bottom: 0.2667rem;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .copyright {
    flex-wrap: wrap;
    padding: 0.2667rem;
    font-size: 0.32rem;
  }
  .copyright p {
    width: 100%;
    margin: 0;
    opacity: 0.6;
  }
  .ercode-wrap {
    width: 5.3333rem;
    height: 5.3333rem;
    font-size: 0.3733rem;
  }
  .ercode-wrap .ercode {
    width: 4rem;
    height: 4rem;
    margin: 0.6667rem auto 0.2667rem auto;
  }
  .ercode-wrap p {
    margin: 0;
    transform: translateY(-0.32rem);
  }
  .info-ercode {
    right: 0;
    bottom: 2rem;
    padding: 0.4rem;
    width: 3.2rem;
    font-size: 0.3733rem;
  }
  .info-ercode::before {
    bottom: -0.3rem;
  }
  .sidebar .assistant-btn {
    width: 1.3333rem;
    height: 1.3333rem;
    font-size: 0.2667rem;
  }
  .sidebar .assistant-btn::before {
    top: 50%;
    height: 100%;
  }
  .sidebar .fold-btn {
    width: 1.3333rem;
    height: 1.3333rem;
    right: -2rem;
    top: 3.4rem;
  }
  .sidebar .close-icon {
    width: 0.3333rem;
    height: 0.3333rem;
  }
  .sidebar .assistant-btn img {
    width: 1.3333rem;
    height: auto;
  }
  .sidebar .fold-btn img {
    width: 0.5rem;
    height: 0.5rem;
  }
  .sidebar .close-icon {
    top: 0;
    right: 1.1rem;
  }
  .sidebar .phone-and-ercode {
    width: 1.3333rem;
    height: 2.6667rem;
    margin-top: 0.9333rem;
    gap: 0.5333rem;
  }
  .sidebar .phone-and-ercode img {
    width: 0.8rem;
    height: 0.8rem;
  }
  .sidebar .phone-and-ercode.hidden,
  .sidebar .assistant-btn.hidden {
    transform: translateX(1.5rem);
  }
  .sidebar .top-btn {
    width: 1.3333rem;
    height: 1.3333rem;
    margin-top: 0.2667rem;
  }
  .sidebar .top-btn img {
    width: 0.8rem;
    height: 0.8rem;
  }
  .sidebar .dialog {
    top: 0;
    padding: 0 0.2667rem;
    left: -6.5rem;
  }
  .sidebar .dialog::after {
    top: 0.3rem;
    border-width: 0.2667rem;
  }
  .sidebar .dialog p {
    font-size: 0.2667rem;
    line-height: 2em;
    white-space: nowrap;
  }
  .double-swiper .swiper-left {
    width: 60%;
  }
  .double-swiper .swiper-right {
    width: 40%;
  }
  .double-swiper .page-prev,
  .double-swiper .page-next {
    bottom: 10%;
  }
  .double-swiper .page-next {
    right: 5%;
  }
  .new-tag {
    display: inline-block;
    font-size: 0.2667rem;
    color: #FFE3E3;
    padding: 0.0533rem;
  }
  .search-form {
    flex-wrap: wrap;
  }
  .search-form span {
    transform: translate(-1rem, -0.2em);
    font-size: 10px;
  }
  .search-form .input-item {
    width: 100%;
    height: 1.3333rem;
    padding: 0 0.5333rem;
    margin-bottom: 0.5333rem;
    border-radius: 1.0667rem;
    font-size: 0.3733rem;
  }
  .search-form .icon {
    width: 0.5333rem;
    height: 0.5333rem;
    margin-right: 0.2667rem;
  }
  .search-form .search-btn {
    width: 100%;
    height: 1.3333rem;
    font-size: 0.4267rem;
    border-radius: 1.0667rem;
  }
  .list {
    margin: 0.8rem auto;
    gap: 0.5333rem 0;
  }
  .list-item {
    width: 100%;
    padding: 0.2667rem;
  }
  .list .img-wrap {
    height: 5.3333rem;
    margin-bottom: 0.5333rem;
  }
  .list .type {
    margin-bottom: 0.8rem;
  }
  .list .type span {
    font-size: 0.3733rem;
    padding: 0.1333rem 0.2667rem;
  }
  .list .title {
    font-size: 0.4267rem;
    margin-bottom: 1.0667rem;
  }
  .list .date {
    font-size: 0.32rem;
    padding: 0.2667rem 0.5333rem;
  }
  .list .date .icon {
    width: 0.5333rem;
    height: 0.5333rem;
    margin-right: 0;
    transform: translateY(0.1333rem);
  }
  .popup-box .mask {
    display: block;
  }
  .popup-box .close-icon {
    width: 0.8rem;
    height: 0.8rem;
    transform: translate(0.8rem, -0.521rem);
  }
  .video-swiper {
    margin: 0.8rem auto;
  }
  .video-swiper .swiper-slide {
    height: auto;
    border-radius: 0;
  }
  .video-swiper .swiper-slide-active {
    height: auto;
  }
  .video-swiper .play-icon {
    width: 1.3333rem;
    height: 1.3333rem;
  }
  .video-swiper .views {
    flex-wrap: wrap;
    padding: 0.2667rem 0.4rem;
    font-size: 0.32rem;
  }
  .video-swiper .view-icon {
    width: 0.5333rem;
    height: 0.5333rem;
  }
  .tag-item {
    padding: 0.0533rem 0.1333rem;
    font-size: 0.32rem;
    margin-right: 0.2667rem;
  }
  .article-title {
    display: flex;
    align-items: center;
    margin: 0.8rem 0;
    font-size: 0.5333rem;
  }
  .article-title .double-circle {
    width: 1.28rem;
    height: 0.8rem;
    margin-right: 0.2667rem;
  }
  .article-title .num {
    font-size: 0.64rem;
    margin-right: 0.2667rem;
  }
  .news-desc .contact {
    font-size: 0.4267rem;
    color: #fff;
    width: 100%;
    height: 1.3333rem;
  }
  .news-desc .contact .phone-icon {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2667rem;
  }
  .news-desc .contact .phone {
    font-size: 0.5333rem;
  }
  .price {
    font-size: 0.64rem;
    margin-top: 0.32rem;
  }
  .front {
    font-size: 0.8rem;
  }
  .photo-list {
    margin: 0.8rem auto;
    padding: 0 0.5333rem;
  }
  .photo-item {
    flex-wrap: wrap;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.5333rem;
    margin-bottom: 0.8rem;
  }
  .photo-item .photo-img {
    width: 100%;
    height: auto;
    margin-bottom: 0.5333rem;
  }
  .photo-item .photo-desc {
    display: block;
    width: 100%;
    height: auto;
  }
  .photo-item .title {
    font-size: 0.48rem;
  }
  .photo-item .photo-contact {
    padding: 0.4rem 0;
    font-size: 0.32rem;
    margin-bottom: 0.5333rem;
  }
  .photo-item .phone-icon {
    width: 0.5333rem;
    height: 0.5333rem;
    margin-right: 0.2667rem;
  }
  .photo-item .phone {
    font-size: 0.4267rem;
    margin-left: 0.2667rem;
  }
  .photo-item p {
    font-size: 0.2667rem;
    margin-bottom: 0.5333rem;
  }
  .contact {
    font-size: 0.4267rem;
    color: #fff;
    width: 100%;
    height: 1.3333rem;
  }
  .contact .phone-icon {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2667rem;
  }
  .contact .phone {
    font-size: 0.5333rem;
  }
  .star-icon {
    width: 0.5333rem;
    height: 0.5333rem;
    margin-right: 0.1333rem;
  }
  .bottom-list {
    padding: 0.8rem 0.5333rem;
  }
  .bottom-list .page-prev {
    left: 65%;
  }
  .bottom-swiper .swiper-slide {
    height: auto;
    padding: 0.32rem;
  }
  .bottom-swiper .swiper-slide .img-wrap {
    height: auto;
  }
  .bottom-swiper .swiper-slide .name {
    font-size: 0.3733rem;
    margin-top: 0.5333rem;
    margin-bottom: 1.0667rem;
  }
  .bottom-list .title {
    font-size: 0.5333rem;
    margin-bottom: 0.8rem;
  }
  .bottom-swiper .swiper-slide .location {
    font-size: 0.32rem;
    padding: 0.2667rem;
  }
  .bottom-swiper .swiper-slide .icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .bottom-swiper .swiper-slide .btn-wrap {
    gap: 0 0.5333rem;
  }
  .bottom-swiper .swiper-slide .btn {
    width: 50%;
    padding: 0.2667rem 0;
    font-size: 0.3733rem;
  }
  .bottom-swiper .swiper-slide .btn .icon {
    width: 0.4rem;
    height: 0.4rem;
  }
}
/* 游客承载量图表样式 */
.navbar .nav-right-item:nth-child(2) {
  cursor: pointer;
}
.visitor-chart-container {
  max-width: 5.625rem;
  margin: 0 auto;
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.chart-title {
  text-align: center;
  font-size: 0.1875rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}
.chart-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  align-items: center;
}
.chart {
  flex: 1;
  height: 2.5833rem;
}
.chart-sidebar {
  width: 1.0417rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.scenic-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.scenic-btn {
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #f8f9fa;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
}
.scenic-btn.active {
  background-color: #00C5DD;
  color: white;
  border-color: #00C5DD;
}
.scenic-btn:hover {
  background-color: #00C5DD;
  color: white;
  border-color: #00C5DD;
}
.capacity-info {
  padding: 15px;
  margin-left: 10px;
  padding-left: 0;
  border-radius: 4px;
}
.capacity-info p {
  margin: 5px 0;
  font-size: 14px;
  color: #666;
}
/* 响应式设计 */
@media (max-width: 768px) {
  .chart-wrapper {
    flex-direction: column;
  }
  .chart {
    min-width: 100%;
    height: 300px;
  }
  .chart-sidebar {
    width: 100%;
  }
  .scenic-buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .scenic-btn {
    flex: none;
    /* width: 2rem; */
    min-width: auto;
    font-size: .25rem;
    padding: .2rem;
  }
  .capacity-info {
    padding: 0;
    margin-left: 0;
  }
  .capacity-info p {
    margin: 0;
    font-size: .3rem;
  }
  .visitor-chart-container {
    max-width: 100%;
    padding: .4rem;
  }
  .capacity-popup .close-icon{
      transform: translate(1.8rem, -0.521rem);
  }
  .chart-title {
    font-size: .5rem;
  }
  .navbar .language-toggle {
    font-size: .25rem;
  }
}
/* Choices.js 下拉列表样式 */
.choices {
  width: 100%;
  z-index: 10;
  margin-bottom: 0;
  font-size: 0.0729rem;
}
.choices__inner {
  min-height: 0.3125rem;
  /* padding: 0 !important; */
  background: transparent !important;
  border: none !important;
  border-radius: 0;
  display: flex !important;
  align-items: center;
}
.choices__list--single {
  padding: 0;
}
.choices__list--dropdown {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.choices__list--dropdown .choices__item--selectable {
  padding-right: 10px;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background: #00C5DD !important;
  color: #fff !important;
}
.choices[data-type*=select-one] .choices__input {
  border: 1px solid #e0e0e0 !important;
  border-radius: 4px !important;
  padding: 5px 10px !important;
}
.choices[data-type*=select-one]::after {
  border-color: #999 transparent transparent transparent !important;
  right: 0px !important;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #999 transparent !important;
  right: 0px !important;
}
.choices__list--single {
  padding-right: 0.0833rem !important;
}
.choices__list--single .choices__item {
  color: #333 !important;
}
.choices__placeholder {
  color: #999 !important;
}

.flatpickr-current-month {
  font-size: 110% !important;
}
.flatpickr-day.today {
  border-color: transparent !important;
}
.flatpickr-day.selected {
  background: #00C5DD !important;
  border: none !important;
  color: #fff !important;
}
@media (max-width: 1024px) {
  .search-form .date-range-wrap input {
    width: 1.5rem;
  }
}
.sidebar .phone-and-ercode img {
  display: block;
}
.sidebar .info-ercode {
  bottom: 0.9rem;
  right: -0.1rem;
}
.sidebar .info-ercode::before {
  left: 90%;
  bottom: 0.3rem;
  transform: translateX(0%) rotate(-90deg);
  border-left: 0.1142rem solid transparent;
  border-right: 0.1142rem solid transparent;
  border-top: 0.1142rem solid #00C5DD;
}
.sidebar .sidebar-ercode.ercodeClick {
  bottom: 0.3rem;
}
.sidebar .close-icon {
  display: none;
}
@media (max-width: 1024px) {
  .sidebar .close-icon {
    display: block;
  }
  .navbar .language-toggle {
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
  .sidebar .sidebar-ercode {
    bottom: 4rem;
    right: 0rem;
  }
  .sidebar .sidebar-ercode.ercodeClick {
    bottom: 1rem;
  }
  .sidebar .info-ercode::before {
    bottom: 20%;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.5rem solid #00C5DD;
  }
  .banner .banner-content,
  .child-banner .banner-content {
    top: 38%;
    left: 13%;
  }
}


.navbar .nav .sub .sub-right {
  width: 2.9rem;
  height: 1.9rem;
}

.link-list li {
  margin-bottom: .1302rem;
}
.sidebar .fold-btn {
  transform: rotate(180deg);
}
a:focus-visible {
  outline: none;
}
.navbar .nav > li a {
  font-weight: normal;
}
.navbar .nav > li > a {
  font-weight: bold;
}
@media (max-width: 1024px) {
  .link-list li {
    margin-bottom: .3302rem;
  }
  .travel .curve {
    top: 3.2rem;
  }
}

@media (max-width: 768px) {
    .navbar .weather  {
      display: flex !important;
    }
    .navbar .capacity  {
      display: flex !important;
    }
    .navbar .temp, .navbar .weather, .navbar .capacity {
      font-size: 0.25rem;
      /*white-space: nowrap;*/
    }
    .navbar .search-icon {
      margin: 0;
    }
    .navbar .menu {
      margin-left: 0;
    }
    .chart-wrapper {
      flex-wrap: wrap;
    }
}
.desc-content img {
  max-width: 100%;
}
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-ercode::before {
  bottom: -6%;
}
