* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
}
p {
  margin: 0;
  padding: 0;
}
a:not(.golbal-btn, .menu-item) {
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
  transform: translateY(0);
  display: inline-block;
}
a:not(.golbal-btn, .menu-item):hover {
  transform: translateY(-2px);
  text-decoration: underline;
}
body {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #122223;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.golbal-btn {
  all: unset;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  font-size: 1.75rem;
  line-height: 1.5;
  white-space: nowrap;
  color: #eff3f3;
}
.golbal-btn .btn-icon {
  margin-left: -0.625rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 74px;
  height: 74px;
}
section {
  padding-top: 6.944vw;
  padding-bottom: 6.944vw;
}
section .section-title {
  font-size: 4.375rem;
  letter-spacing: 1.4px;
  line-height: 1.52;
}
@media (max-width: 1400px) {
  section .section-title {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  section .section-title {
    font-size: 2.5rem;
  }
}
section .section-subtitle {
  padding-left: 6rem;
  font-size: 1.75rem;
  letter-spacing: 1.2px;
  line-height: 1.2;
  color: #bcbcbc;
}
@media (max-width: 1400px) {
  section .section-subtitle {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  section .section-subtitle {
    padding-left: 4rem;
  }
}
@media (max-width: 768px) {
  section .section-subtitle {
    padding-left: 0;
    font-size: 1rem;
  }
}
section .section-title + .section-subtitle {
  margin-top: 3.75rem;
}
@media (max-width: 1400px) {
  section .section-title + .section-subtitle {
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  section .section-title + .section-subtitle {
    margin-top: 2rem;
  }
}
.form-group {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 576px) {
  .form-group {
    margin-bottom: 1rem;
  }
}
.form-group.checkbox-group {
  display: flex;
  align-items: center;
  gap: 14px;
}
.form-group.checkbox-group label {
  margin-bottom: 0;
  cursor: pointer;
}
.form-group.checkbox-group input[type='checkbox'] {
  display: none;
}
.form-group.checkbox-group input[type='checkbox'] + .checkbox-box {
  width: 30px;
  height: 30px;
  border: 1px solid #2b3530;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-group.checkbox-group input[type='checkbox'] + .checkbox-box .bi {
  font-size: 1.6rem;
  display: none;
}
.form-group.checkbox-group input[type='checkbox']:checked + .checkbox-box .bi {
  display: block;
}
.form-group label {
  margin-bottom: 0.375rem;
  font-size: 1.25rem;
  color: #2b3530;
  width: 100%;
  letter-spacing: 0.4px;
  display: block;
}
.form-group .inp-box,
.form-group textarea {
  all: unset;
  border-bottom: 1px solid #2b353080;
  padding: 6.5px 0;
  height: 42px;
  font-size: 1.125rem;
  color: #2b3530;
  letter-spacing: 0.36px;
  width: 100%;
}
.form-group .inp-box:focus,
.form-group textarea:focus {
  border-color: #2b3530;
}
.form-group .inp-box::placeholder,
.form-group textarea::placeholder {
  color: #2b353080;
}
.form-group .inp-box input,
.form-group textarea input {
  all: unset;
  width: 100%;
}
.form-group div.inp-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.form-group .form-group-input {
  display: flex;
  gap: 2rem;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .form-group .form-group-input {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.form-group .form-group-input input {
  width: calc(50% - 16px);
}
@media screen and (max-width: 992px) {
  .form-group .form-group-input input {
    width: 100%;
  }
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.facilities-list,
.catering-list,
.accommodation-list {
  margin: 4.625rem 0 0;
  list-style: none;
}
@media (max-width: 1400px) {
  .facilities-list,
  .catering-list,
  .accommodation-list {
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  .facilities-list,
  .catering-list,
  .accommodation-list {
    margin-top: 2rem;
  }
}
.facilities-list li,
.catering-list li,
.accommodation-list li {
  margin-bottom: 1.25rem;
  letter-spacing: 0.95px;
  font-size: 1.1875rem;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .facilities-list li,
  .catering-list li,
  .accommodation-list li {
    font-size: 1rem;
  }
}
/* 自定义滚动条样式，背景透明，滚动条为灰色，无两端箭头 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #b0b0b0;
  border-radius: 4px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #b0b0b0 transparent;
}
@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }
  .section-title {
    font-size: 2rem !important;
  }
}
