html {
  scroll-padding-top: 3.63rem;
}
.container-header {
  position: relative;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 29, 62, 0.4) 0%, rgba(0, 29, 62, 0.4) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0) 32.31%, rgba(0, 0, 0, 0.24) 100%), radial-gradient(124.78% 57.75% at 23.07% 48.08%, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%), url('../../images/banner.jpg') lightgray center center / cover no-repeat;
}
.container-header .header-block {
  height: 3.63rem;
}
.container-header .header-bar {
  position: fixed;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.69rem 1.25rem;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
}
.container-header .header-bar .logo {
  width: 10.125rem;
  height: 2.25rem;
  aspect-ratio: 9/2;
}
.container-header .header-bar .logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.container-header .header-bar .dropdown-wrapper .dropdown-menu {
  position: fixed;
  top: 3.63rem;
  width: calc(100% + 1px);
  background-color: #fff;
  box-shadow: 0 6px 9px 0 #efefef;
}
.container-header .header-bar .dropdown-wrapper .dropdown-menu > li {
  padding: 0 1.25rem;
  height: 3.125rem;
  line-height: 3.125rem;
  border-bottom: 1px solid #e6e6e6;
}
.container-header .header-bar .dropdown-wrapper .dropdown-menu > li:last-child {
  border-bottom: none;
}
.container-header .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-header .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 29, 62, 0.4) 0%, rgba(0, 29, 62, 0.4) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0) 32.31%, rgba(0, 0, 0, 0.24) 100%), radial-gradient(124.78% 57.75% at 23.07% 48.08%, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.container-header .content-bar {
  position: relative;
  padding: 2.25rem 0.93rem 2.19rem;
  box-sizing: border-box;
  z-index: 2;
}
.container-header .content-bar .title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
.container-header .content-bar .sub-title {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}
.container-header .content-bar .inside {
  margin-bottom: 0.69rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.container-header .content-bar .info {
  margin-top: 0.69rem;
  display: flex;
  align-items: flex-start;
  gap: 0.69rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375rem;
}
.container-header .content-bar .info .addr-info {
  line-height: 120%;
}
.container-header .content-bar .info .addr-info .time {
  margin-top: 0.375rem;
}
.container-header .content-bar .info .time {
  font-size: 0.875rem;
  font-weight: 400;
}
.container-header .content-bar .info:nth-child(3) {
  margin-top: 0.94rem;
}
.container-header .content-bar .btns {
  margin-top: 0.94rem;
}
.container-header .content-bar .btns .btn {
  padding: 0.5rem 1.75rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  background: #222;
  border-color: #222;
}
.container-header .content-bar .register-btn {
  margin-top: 0.88rem;
  min-width: 18rem;
  height: 3.13rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  background: transparent;
}
.container-header .content-bar .register-btn.primary {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.container-item1 {
  background-color: var(--theme-color);
}
.container-item1 .swiper-slide {
  box-sizing: border-box;
  padding: 1.44rem 1.25rem;
  display: flex;
  gap: 1rem;
}
.container-item1 .swiper-slide > li {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.container-item1 .swiper-slide > li .content {
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}
.container-item1 .swiper-slide > li .content > span {
  margin-bottom: 0.12rem;
  font-size: 1.5rem;
}
.container-item1 .swiper-slide > li .content > div {
  font-weight: 400;
}
.container-item1 .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.container-item1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--theme-hover-color);
}
.container-item2 {
  padding: 1.25rem;
  text-align: center;
  background-color: #fff;
}
.container-item3 {
  padding: 1.25rem;
}
.container-item3 .content > h1 {
  margin-bottom: 1.19rem;
  text-align: center;
}
.container-item3 .content > p {
  color: #666;
  text-align: justify;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.container-item4 {
  padding: 1.25rem;
  text-align: center;
  background-color: #fff;
}
.container-item4 .mySwiper {
  margin-top: 1.25rem;
  position: relative;
  overflow: hidden;
}
.container-item4 .mySwiper .swiper-pagination {
  position: initial;
  margin-top: 0.875rem;
}
.container-item4 .container-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.8rem;
}
.container-item4 .container-grid > li {
  position: relative;
  width: 100%;
  height: 6.875rem;
}
.container-item4 .container-grid > li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-item4 .container-grid > li > div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.75rem;
  line-height: 90%;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-item5 {
  padding: 1.25rem;
}
.container-item5 .why-visit > h1 {
  text-align: center;
  margin-bottom: 1.37rem;
}
.container-item5 .why-visit .visit-item {
  position: relative;
  margin-top: 1rem;
  display: flex;
  gap: 0.63rem;
}
.container-item5 .why-visit .visit-item::after {
  position: absolute;
  content: '';
  left: 0.9rem;
  top: 1rem;
  width: 0;
  height: 100%;
  border: 1px dashed var(--theme-color);
}
.container-item5 .why-visit .visit-item:last-child::after {
  display: none;
}
.container-item5 .why-visit .visit-item .visit-num {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  flex-shrink: 0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
}
.container-item5 .why-visit .visit-item .visit-content {
  padding: 0.62rem;
  background-color: #fff;
  color: #666;
  text-align: justify;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.container-item6 {
  padding: 1.25rem;
  background-color: #fff;
}
.container-item6 > h1 {
  text-align: center;
  margin-bottom: 1rem;
}
.container-item6 .swiper3 {
  position: relative;
  overflow: hidden;
}
.container-item6 .swiper3 .say-item {
  background-color: #f5f5f5;
  padding: 1.25rem 0.94rem;
  box-sizing: border-box;
  height: 23.5rem;
}
.container-item6 .swiper3 .say-item .infos {
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
.container-item6 .swiper3 .say-item .infos > img {
  width: 4.125rem;
  height: 4.125rem;
  object-fit: cover;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 50%;
}
.container-item6 .swiper3 .say-item .infos .info > div {
  color: #666;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.container-item6 .swiper3 .say-item .infos .info > div:first-child {
  margin-bottom: 0.37rem;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}
.container-item6 .swiper3 .say-item .say-content {
  position: relative;
  margin-top: 0.94rem;
  padding: 0 0.3rem;
  color: #666;
  text-align: justify;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.container-item6 .swiper3 .say-item .say-content .quote1 {
  position: absolute;
  top: 0;
  left: -1rem;
  width: 1.5rem;
  height: 1.5rem;
  color: var(--theme-color);
  font-size: 4rem;
  font-weight: 400;
}
.container-item6 .swiper3 .say-item .say-content .quote2 {
  position: absolute;
  bottom: -3rem;
  right: -1rem;
  width: 1.5rem;
  height: 1.5rem;
  color: var(--theme-color);
  font-size: 4rem;
  font-weight: 400;
}
.container-item6 .swiper3 .swiper-pagination {
  position: initial;
  margin-top: 0.875rem;
}
.container-item9 {
  background-color: #fff;
  padding: 1.25rem;
}
.container-item9 .container-bar {
  margin-top: 1.25rem;
}
.container-item9 .container-bar:first-child {
  margin-top: 0;
}
.container-item9 .container-bar > li {
  margin-top: 1.25rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-item9 .container-bar > li:first-child {
  margin-top: 0;
}
.container-item9 .container-bar > li .title {
  color: #222;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.375rem;
}
.container-item9 .container-bar > li .logo {
  height: 3.5rem;
  box-sizing: border-box;
  display: flex;
}
.container-item9 .container-bar > li .logo.more {
  height: 4.5rem;
}
.container-item9 .container-bar > li .logo.more4 {
  height: auto;
  justify-content: center;
  flex-wrap: wrap;
}
.container-item9 .container-bar > li .logo.more4 > img {
  max-width: 25%;
  height: 4.5rem;
  object-fit: cover;
}
.container-item9 .container-bar > li .logo.more4 > img:nth-child(5) {
  max-width: 30%;
}
.container-item9 .container-bar > li .logo.more4 > img:nth-child(6) {
  max-width: 30%;
}
.container-item9 .container-bar > li .logo.more4 > img:nth-child(7) {
  max-width: 30%;
}
.container-item9 .container-bar > li .logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.container-footer {
  padding-bottom: 7.55rem;
}
.contianer-fixed-register-btn {
  position: fixed;
  bottom: 0;
  padding: 0.5rem 1.2rem 1rem;
  box-sizing: border-box;
  width: 100%;
  z-index: 999;
  border-top: 1px solid #efefef;
  background-color: #fff;
}
.contianer-fixed-register-btn > a {
  width: 100%;
}
.contianer-fixed-register-btn .btn {
  margin-top: 0.5rem;
  width: 100%;
  height: 2.6rem;
  font-weight: 700;
  font-size: 0.9rem;
  background-color: #efefef;
}
.register-form-dialog {
  height: 27rem;
  overflow: auto;
}
