.container-header {
  width: 100%;
}
.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-block {
  height: 3.63rem;
}
.container-header .content-bar {
  height: 21.875rem;
  background: url('../../images/banner-h5.jpg') no-repeat center center;
  background-size: cover;
  padding: 1.62rem 1.12rem;
  box-sizing: border-box;
}
.container-header .content-bar .title {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
}
.container-header .content-bar .sub-title {
  color: #fff;
  font-size: 1.125rem;
  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 .time {
  font-size: 0.875rem;
}
.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.56rem;
  padding: 0 0.81rem;
  height: 3.13rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.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: 400;
}
.container-item1 .swiper-slide > li .content > span {
  margin-bottom: 0.12rem;
  font-size: 1.5rem;
}
.container-item1 .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--theme-hover-color);
}
.container-item1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.container-item2 {
  padding: 1.8rem 1.25rem;
  text-align: center;
  background-color: #fff;
}
.container-item2 .form-bar {
  margin-top: 1.12rem;
}
.container-item2 .form-bar .privacy-link {
  color: var(--theme-color);
  text-decoration: underline;
}
.container-item2 .form-bar .submit-btn {
  width: 100%;
}
.container-item3 {
  padding: 1.8rem 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.8rem 1.25rem;
  text-align: center;
  background-color: #fff;
}
.container-item4 .swiper1 {
  margin-top: 1.25rem;
  position: relative;
  overflow: hidden;
}
.container-item4 .swiper1 .swiper-pagination {
  position: initial;
}
.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%;
}
.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%;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 0.625rem;
  padding: 0.4rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container-item5 {
  padding: 1.8rem 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: 900;
}
.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.8rem 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: 0.94rem 0.94rem 4.25rem;
}
.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;
}
.container-item7 {
  background: linear-gradient(180deg, #e8f5f5 0%, #fff 33.7%);
  padding: 1.88rem 1.25rem;
}
.container-item7 .container-bar > h1 {
  text-align: center;
}
.container-item7 .container-bar .content {
  margin-top: 1.25rem;
}
.container-item7 .container-bar .content .desc > li {
  margin-top: 0.88rem;
}
.container-item7 .container-bar .content .desc > li:first-child {
  margin-top: 0;
}
.container-item7 .container-bar .content .desc > li > h3 {
  margin-bottom: 0.38rem;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
.container-item7 .container-bar .content .desc > li > h3 > span {
  width: 0.375rem;
  height: 0.375rem;
  background-color: var(--theme-color);
  border-radius: 50%;
}
.container-item7 .container-bar .content .desc > li > p {
  padding: 0 0.995rem;
  color: #666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.container-item7 .container-bar .content .imgs {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
  gap: 0.36rem;
}
.container-item7 .container-bar .content .imgs > img {
  width: 9.81rem;
  height: 8.69rem;
  object-fit: cover;
}
.container-item7 .container-bar .btn {
  margin-top: 1.25rem;
  width: 100%;
  height: 3.07rem;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.container-item9 {
  background-color: #fff;
  padding: 1.8rem 1.25rem;
}
.container-item9 .container-bar {
  display: flex;
  justify-content: space-between;
}
.container-item9 .container-bar > li {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-item9 .container-bar > li .title {
  color: #222;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.375rem;
}
.container-item9 .container-bar > li .logo {
  width: 9.75rem;
  height: 3.125rem;
  padding: 0.3125rem 1.875rem 0.1875rem 1.5625rem;
  box-sizing: border-box;
}
.container-item9 .container-bar > li .logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.container-footer {
  padding: 1.8rem 1.25rem;
}
.container-footer .footer-item:last-child {
  margin-top: 1rem;
}
.container-footer .footer-item > div {
  margin-bottom: 0.62rem;
  color: #212121;
  font-size: 1.125rem;
  font-weight: 700;
}
.container-footer .footer-item > p {
  color: #666;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.contianer-fixed-register-btn {
  position: fixed;
  bottom: 1rem;
  padding: 0 1.2rem;
  box-sizing: border-box;
  width: 100%;
  z-index: 999;
}
.contianer-fixed-register-btn .btn {
  box-shadow: 0 0 12px 0 #797979;
  width: 100%;
  height: 2.6rem;
  font-weight: 700;
  font-size: 0.9rem;
}
.container-privacy {
  height: 31.3rem;
  overflow-y: auto;
}
.container-privacy > h1 {
  margin-bottom: 0.81rem;
  text-align: center;
}
.container-privacy > h3 {
  margin: 2.56px 0 0.5px;
}
.container-privacy p {
  color: #666;
  text-align: justify;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.container-privacy p > span {
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.container-privacy ul {
  line-height: 1.5rem;
}
.header-menu-drawer > li {
  height: 3.125rem;
  line-height: 3.125rem;
  border-bottom: 1px solid #e6e6e6;
}
.registered-dialog h4 {
  padding: 1.5rem 0;
  color: #212121;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
}
.registered-dialog .submit-btn {
  width: 100%;
}
.image-wrapper {
  position: relative;
  width: 100%;
}
.image-wrapper > span {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
html[dir='rtl'] .container-item5 .visit-item::after {
  right: 0.9rem;
  left: auto;
}
html[dir='rtl'] .container-item6 .swiper3 .say-item .quote1 {
  right: -1rem;
  left: auto;
  transform: rotateY(180deg);
}
html[dir='rtl'] .container-item6 .swiper3 .say-item .quote2 {
  left: -1rem;
  right: auto;
  transform: rotateY(180deg);
}
