.container-header {
  position: relative;
  width: 100%;
  height: 650px;
  background: url('../../images/banner.jpg') no-repeat center center;
  background-size: cover;
}
.container-header .header-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container-header .header-bar .logo {
  width: 295px;
  height: 84px;
}
.container-header .header-bar .logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.container-header .header-bar .menu-bar {
  display: flex;
  align-items: center;
}
.container-header .header-bar .menu-bar .menu {
  display: flex;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.container-header .header-bar .menu-bar .menu > li {
  flex-shrink: 0;
  padding: 0 20px;
  border-right: 2px solid #fff;
  line-height: 12px;
}
.container-header .header-bar .menu-bar .menu > li:last-child {
  border-right: none;
}
.container-header .header-bar .menu-bar .menu > li:hover {
  color: var(--theme-color);
}
.container-header .header-bar .menu-bar .lang {
  margin-left: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.container-header .header-bar .menu-bar .lang > img {
  width: 20px;
  height: 20px;
}
.container-header .content-bar {
  position: absolute;
  left: 50%;
  top: 155px;
  width: 1200px;
  transform: translateX(-50%);
}
.container-header .content-bar .title {
  color: #fff;
  font-size: 64px;
  font-weight: 900;
  line-height: 60px;
}
.container-header .content-bar .sub-title {
  margin-bottom: 24px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}
.container-header .content-bar .info {
  margin-top: 7px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}
.container-header .content-bar .info > img {
  position: relative;
  top: 4px;
  width: 24px;
  height: 24px;
}
.container-header .content-bar .info .time {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.container-header .content-bar .btns {
  margin-top: 24px;
}
.container-header .content-bar .btns .btn {
  padding: 0 20px;
  height: 40px;
  font-size: 24px;
  font-weight: 700;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
.container-header .content-bar .btns .btn:hover {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}
.container-header .content-bar .btns .btn > span {
  gap: 10px;
}
.container-header .content-bar .register-btn {
  margin-top: 57px;
  padding: 0 20px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.container-item1 {
  width: 100%;
  background-color: var(--theme-color);
  padding: 52px 0;
  box-sizing: border-box;
}
.container-item1 > ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.container-item1 > ul > li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.container-item1 > ul > li .icon-box {
  width: 54px;
  height: 54px;
  background-color: #fff;
  border-radius: 50%;
  padding: 22px;
}
.container-item1 > ul > li .icon-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-item1 > ul > li .content {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.container-item1 > ul > li .content > span {
  font-size: 40px;
  font-weight: 700;
}
.container-item2 {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 70px;
  text-align: center;
}
.container-item2 .form-bar {
  margin-top: 34px;
  padding: 50px 218px 56px;
  background-color: #fff;
}
.container-item2 .form-bar .privacy-link {
  color: var(--theme-color);
  text-decoration: underline;
}
.container-item2 .form-bar .privacy-link:hover {
  color: var(--theme-hover-color);
}
.container-item2 .form-bar .submit-btn {
  margin: 0 auto;
  width: 236px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.container-item3 {
  width: 100%;
  padding: 80px 0;
  background-color: #fff;
}
.container-item3 .container-bar {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 44px;
  justify-content: space-between;
  align-items: center;
}
.container-item3 .container-bar > img {
  width: 545px;
  height: 594px;
  object-fit: contain;
}
.container-item3 .container-bar .content > h1 {
  margin-bottom: 30px;
}
.container-item3 .container-bar .content > p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}
.container-item4 {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
  text-align: center;
}
.container-item4 .container-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.container-item4 .container-grid > li {
  width: 386px;
  height: 260px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.container-item4 .container-grid > li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.container-item4 .container-grid > li > img:hover {
  transform: scale(1.1);
}
.container-item4 .container-grid > li > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--theme-color);
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.container-item5 {
  padding: 80px 0;
  background-color: #fff;
}
.container-item5 .container-bar {
  width: 1200px;
  margin: 0 auto;
}
.container-item5 .container-bar .title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 48px;
  border-bottom: 1px solid #e6e6e6;
}
.container-item5 .container-bar .title::after {
  position: absolute;
  content: '';
  left: 105px;
  bottom: -12px;
  border-top: 12px solid #e6e6e6;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  width: 0;
  height: 0;
}
.container-item5 .container-bar .title .btn {
  padding: 0 20px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.container-item5 .container-bar .content {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.container-item5 .container-bar .content .why-visit .visit-item {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  padding: 24px 34px;
  box-sizing: border-box;
  width: 590px;
  background: #f5f5f5;
}
.container-item5 .container-bar .content .why-visit .visit-item:nth-child(2) {
  margin-top: 36px;
}
.container-item5 .container-bar .content .why-visit .visit-item .visit-num {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background: var(--theme-color);
}
.container-item5 .container-bar .content .why-visit .visit-item .visit-content {
  color: #666;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.container-item5 .container-bar .content > img {
  width: 530px;
  height: 680px;
  object-fit: cover;
}
.container-item6 {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}
.container-item6 .swiper2 {
  margin-top: 57px;
  position: relative;
  overflow: hidden;
}
.container-item6 .swiper2 .swiper-slide {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.container-item6 .swiper2 .swiper-slide .say-item {
  width: 530px;
  position: relative;
  padding: 36px 60px 44px;
  box-sizing: border-box;
  background-color: #fff;
}
.container-item6 .swiper2 .swiper-slide .say-item .quote {
  position: absolute;
  left: 15px;
  top: 7px;
  color: var(--theme-color);
  text-align: center;
  font-size: 96px;
  font-weight: 400;
}
.container-item6 .swiper2 .swiper-slide .say-item > p {
  color: #666;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.container-item6 .swiper2 .swiper-slide .say-item .infos {
  margin-top: 26px;
}
.container-item6 .swiper2 .swiper-slide .say-item .infos > img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.container-item6 .swiper2 .swiper-slide .say-item .infos > div {
  color: #666;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.container-item6 .swiper2 .swiper-slide .say-item .infos > div:nth-child(2) {
  margin: 16px 0 8px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.container-item6 .swiper2 .swiper-pagination {
  position: initial;
  margin-top: 42px;
}
.container-item6 .swiper2 .swiper-pagination > span {
  width: 20px;
  height: 6px;
  border-radius: 0;
}
.container-item6 .swiper2 .swiper-button-prev,
.container-item6 .swiper2 .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.container-item6 .swiper2 .swiper-button-prev::after,
.container-item6 .swiper2 .swiper-button-next::after {
  font-size: 16px;
}
.container-item6 .swiper2 .swiper-button-prev {
  left: 0;
}
.container-item6 .swiper2 .swiper-button-next {
  right: 0;
}
.container-item7 {
  padding: 60px 0;
  background: linear-gradient(180deg, #e8f5f5 0%, #fff 33.7%);
}
.container-item7 .container-bar {
  width: 1200px;
  margin: 0 auto;
}
.container-item7 .container-bar .content {
  margin-top: 40px;
  display: flex;
  gap: 4px;
}
.container-item7 .container-bar .content .desc > li {
  margin-top: 14px;
}
.container-item7 .container-bar .content .desc > li:first-child {
  margin-top: 0;
}
.container-item7 .container-bar .content .desc > li > h3 {
  margin-bottom: 6px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.container-item7 .container-bar .content .desc > li > h3 > span {
  width: 6px;
  height: 6px;
  background-color: var(--theme-color);
  border-radius: 50%;
}
.container-item7 .container-bar .content .desc > li > p {
  padding: 0 16px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.container-item7 .container-bar .content .imgs {
  display: flex;
  gap: 4px;
}
.container-item7 .container-bar .content .imgs > img {
  width: 305px;
  height: 270px;
  object-fit: cover;
}
.container-item7 .container-bar .btn {
  margin-top: 26px;
  padding: 0 50px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.container-item9 {
  padding: 50px 0 70px;
  background-color: #fff;
}
.container-item9 .container-bar {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.container-item9 .container-bar > li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-item9 .container-bar > li .title {
  color: #212121;
  font-size: 20px;
  font-weight: 700;
}
.container-item9 .container-bar > li .logo {
  margin-top: 20px;
  width: 360px;
  height: 120px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  padding: 16px 74px;
  box-sizing: border-box;
}
.container-item9 .container-bar > li .logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.container-footer {
  padding: 50px 0 44px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.container-footer .footer-item {
  max-width: 450px;
}
.container-footer .footer-item > div {
  margin-bottom: 12px;
  color: #212121;
  font-size: 20px;
  font-weight: 700;
}
.container-footer .footer-item > p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.container-privacy {
  height: 680px;
  overflow-y: auto;
}
.container-privacy > h1 {
  margin-bottom: 15px;
  text-align: center;
}
.container-privacy > h3 {
  margin: 30px 0 8px;
}
.container-privacy p {
  color: #666;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.container-privacy p > span {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.container-privacy ul {
  line-height: 28px;
}
.registered-dialog h4 {
  padding: 30px 0;
  color: #212121;
  text-align: justify;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.registered-dialog .submit-btn {
  width: 100%;
}
.image-wrapper {
  position: relative;
  width: 100%;
}
.image-wrapper > span {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  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-header .menu > li {
  border-left: 2px solid #fff;
  border-right: none !important;
}
html[dir='rtl'] .container-header .menu > li:last-child {
  border-left: none;
}
html[dir='rtl'] .container-header .content-bar .btn > span > img {
  transform: rotate(180deg);
}
html[dir='rtl'] .container-item5 .title::after {
  right: 105px;
  left: auto;
}
html[dir='rtl'] .container-item6 .swiper2 .say-item .quote {
  right: 15px;
  left: auto;
  transform: rotateY(180deg);
}
html[dir='rtl'] .container-item6 .swiper2 .swiper-button-next {
  right: auto;
}
