.homePage .fragment {
  width: 100%;
}

.homePage .fragment .title-con {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0.8rem;
}

.homePage .fragment .title-con .title {
  height: 0.56rem;
  font-weight: bold;
  font-size: 0.4rem;
  color: #1a2026;
  line-height: 0.56rem;
  text-align: center;
}

.homePage .fragment .title-con .sub-title {
  font-weight: 400;
  font-size: 0.18rem;
  color: #707070;
  line-height: 0.26rem;
  text-align: center;
  margin-top: 0.16rem;
}

.product {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product .banner-con {
  position: relative;
  width: 100%;
  height: 7.1rem;
  background: url("/image/product/banner-bg.png") no-repeat center center;
  background-size: cover;
}

.product .banner-con .title-con {
  margin-top: 1.84rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product .banner-con .title-con .title {
  font-weight: bold;
  font-size: 0.54rem;
  color: #1a2026;
  line-height: 0.76rem;
}

.product .banner-con .title-con .sub-title {
  font-weight: 400;
  font-size: 0.2rem;
  color: #707070;
  line-height: 0.28rem;
  text-align: center;
}

.product .banner-con .detail-btn {
  position: absolute;
  bottom: 0.53rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 0.64rem;
  background: #1ebd73;
  border-radius: 0.02rem;
  font-size: 0.24rem;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0.06rem;
}

.mini-app {
  background-color: #f9fafb;
  padding: 0 0.32rem 0.52rem 0.32rem;
}

.mini-app .app-con {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-top: 0.56rem;
}

.mini-app .app-con .item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 0.1rem;
  padding: 0.4rem;
  box-shadow: 0px 0 0.2rem 0px rgba(0, 0, 0, 0.15);
}

.mini-app .app-con .item .top-con {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.16rem;
}

.mini-app .app-con .item .top-con .logo {
  width: 0.6rem;
  height: 0.6rem;
  object-fit: cover;
}

.mini-app .app-con .item .top-con .title {
  height: 0.36rem;
  font-weight: bold;
  font-size: 0.26rem;
  color: #1d1d1f;
  line-height: 0.36rem;
  text-align: left;
}

.mini-app .app-con .item .tex-con {
  margin-top: 0.28rem;
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  text-align: left;
}

.mini-app .app-con .item .tex-con .tex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.08rem;
}

.mini-app .app-con .item .tex-con .tex .logo {
  width: 0.24rem;
  height: 0.24rem;
  object-fit: cover;
}

.mini-app .app-con .item .tex-con .tex p {
  height: 0.26rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #808080;
  line-height: 0.26rem;
  text-align: left;
}

.mini-app .app-con .item .main-img {
  width: 100%;
  height: 2.18rem;
  object-fit: cover;
  margin-top: 0.24rem;
}

.reserve {
  background-color: white !important;
}

.reserve .main-con {
  width: calc(100% - 1.24rem);
  height: calc(5.76rem + 0.47rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: #f9fafb;
  border-radius: 0.16rem 0.16rem 0 0;
  padding: 0.37rem 0 0 0;
  margin-top: 0.56rem;
}

.reserve .main-con .title {
  height: 0.36rem;
  font-weight: bold;
  font-size: 0.26rem;
  color: #1a2026;
  line-height: 0.36rem;
  text-align: left;
  margin-left: 0.25rem;
}

.reserve .main-con .tex-con {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  margin-top: 0.24rem;
  text-align: left;
  margin-left: 0.25rem;
}

.reserve .main-con .tex-con .item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.08rem;
}

.reserve .main-con .tex-con .item img {
  width: 0.2rem;
  height: 0.2rem;
  object-fit: cover;
}

.reserve .main-con .tex-con .item p {
  height: 0.28rem;
  font-weight: 400;
  font-size: 0.2rem;
  color: #1a2026;
  line-height: 0.28rem;
  text-align: left;
}

.reserve .main-con .main-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 3.58rem;
  bottom: 0;
  object-fit: cover;
}

.core {
  background-color: #f9fafb !important;
}

.core .main-con {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  margin-top: 0.56rem;
  padding: 0 0.32rem 0.52rem 0.32rem;
}

.core .main-con .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.24rem;
  text-align: center;
  background-color: white;
  padding: 0.24rem;
  box-shadow: 0px 0 0.2rem 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.16rem;
}

.core .main-con .item .top-con {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 0.16rem;
}

.core .main-con .item .top-con .logo {
  width: 0.56rem;
  height: 0.56rem;
  object-fit: cover;
}

.core .main-con .item .top-con .con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.04rem;
  text-align: left;
}

.core .main-con .item .top-con .con .title {
  height: 0.36rem;
  font-weight: bold;
  font-size: 0.26rem;
  color: #1d1d1f;
  line-height: 0.36rem;
  text-align: left;
}

.core .main-con .item .top-con .con .tex {
  width: 100%;
  height: auto;
  font-weight: 400;
  font-size: 0.16rem;
  color: #808080;
  line-height: 0.22rem;
  text-align: left;
}

.core .main-con .item .main-img {
  width: 100%;
  height: 2.64rem;
  object-fit: cover;
}

.tickets {
  width: 100%;
  background-color: white !important;
  padding: 0 0.32rem;
}

.tickets .tickets-banner-con {
  margin-top: 0.56rem;
  margin-bottom: 0.32rem;
  width: 100%;
  height: 3.4rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
}

.tickets .tickets-banner-con .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}

.tickets .tickets-banner-con .banner-tex-con {
  position: absolute;
  left: 0.36rem;
  bottom: 0.36rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.tickets .tickets-banner-con .banner-tex-con .title {
  height: 0.36rem;
  font-weight: bold;
  font-size: 0.36rem;
  color: #ffffff;
  line-height: 0.36rem;
  text-align: left;
}

.tickets .tickets-banner-con .banner-tex-con .sub-title {
  font-weight: 400;
  height: 0.26rem;
  line-height: 0.26rem;
  color: #bababa;
  font-size: 0.18rem;
  margin-top: 0.12rem;
}

.tickets .other-info-con {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.52rem;
}

.tickets .other-info-con > * {
  width: 100%;
  padding: 0 0.2rem;
}

.tickets .other-info-con .title {
  height: 0.36rem;
  font-weight: bold;
  font-size: 0.26rem;
  color: #1a2026;
  line-height: 0.36rem;
  text-align: left;
}

.tickets .other-info-con .left-con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.tickets .other-info-con .left-con .type-con {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0.32rem;
  gap: 0.24rem;
}

.tickets .other-info-con .left-con .type-con .item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.tickets .other-info-con .left-con .type-con .item .logo {
  width: 0.52rem;
  height: 0.52rem;
  object-fit: contain;
  margin-right: 0.16rem;
}

.tickets .other-info-con .left-con .type-con .item .col-con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.tickets .other-info-con .left-con .type-con .item .col-con .title {
  height: 0.28rem;
  font-weight: 400;
  font-size: 0.2rem;
  color: #1a2026;
  line-height: 0.28rem;
  text-align: left;
}

.tickets .other-info-con .left-con .type-con .item .col-con .sub-title {
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #808080;
  line-height: 0.22rem;
  text-align: left;
  margin-top: 0.04rem;
}

.tickets .other-info-con .right-con {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  column-gap: 0.26rem;
  row-gap: 0.24rem;
  margin-top: 0.33rem;
}

.tickets .other-info-con .right-con .item {
  width: 100%;
  height: 1.58rem;
  background: #f9fafb;
  border-radius: 0.12rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tickets .other-info-con .right-con .item .logo {
  width: 0.52rem;
  height: 0.52rem;
  object-fit: contain;
  margin-bottom: 0.12rem;
}

.tickets .other-info-con .right-con .item .title {
  height: 0.28rem;
  font-weight: bold;
  font-size: 0.2rem;
  color: #1a2026;
  line-height: 0.28rem;
  text-align: center;
}

.tickets .other-info-con .right-con .item .sub-title {
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #808080;
  line-height: 0.22rem;
  text-align: center;
}

.lamp {
  background: #f9fafb !important;
  padding: 0 0.32rem;
}

.lamp .lamp-banner-con {
  margin-top: 0.56rem;
  margin-bottom: 0.23rem;
  height: 3.4rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.12rem;
}

.lamp .lamp-banner-con .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}

.lamp .lamp-banner-con .banner-tex-con {
  position: absolute;
  left: 0.36rem;
  bottom: 0.36rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.lamp .lamp-banner-con .banner-tex-con .title {
  height: 0.36rem;
  font-weight: bold;
  font-size: 0.36rem;
  color: #ffffff;
  line-height: 0.36rem;
  text-align: left;
}

.lamp .lamp-banner-con .banner-tex-con .sub-title {
  font-weight: 400;
  height: 0.26rem;
  line-height: 0.26rem;
  color: #bababa;
  margin-top: 0.12rem;
  font-size: 0.18rem;
}

.lamp .function-con {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  margin-bottom: 0.52rem;
}

.lamp .function-con .row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.26rem;
}

.lamp .function-con .row .item {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 1.08rem;
  background: #ffffff;
  border-radius: 0.12rem;
  padding-left: 0.24rem;
}

.lamp .function-con .row .item.main {
  justify-content: center;
}

.lamp .function-con .row .item .col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0.16rem;
}

.lamp .function-con .row .item.main .col {
  flex: 0 0 auto;
}

.lamp .function-con .row .item .logo {
  width: 0.65rem;
  height: 0.65rem;
  object-fit: cover;
}

.lamp .function-con .row .item .title {
  font-weight: bold;
  font-size: 0.2rem;
  color: #1a2026;
  line-height: 0.28rem;
  text-align: start;
}

.lamp .function-con .row .item .sub-title {
  font-weight: 400;
  font-size: 0.16rem;
  color: #808080;
  line-height: 0.22rem;
  text-align: start;
  margin-top: 0.08rem;
}

.facility {
  background-color: white !important;
  padding: 0 0.32rem;
}

.facility .facility-grid-con {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(4, auto);
  row-gap: 0.2rem;
  column-gap: 0.24rem;
  margin-top: 0.8rem;
  margin-bottom: 0.84rem;
}

.facility .facility-grid-con .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.3rem;
  height: 2.67rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.12rem;
  padding: 0.2rem;
  transition: all 0.2s ease-in-out;
}

.facility .facility-grid-con .item img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 1.83rem;
  object-fit: cover;
}

.facility .facility-grid-con .item .title {
  height: 0.28rem;
  font-weight: 400;
  font-size: 0.2rem;
  color: #1a2026;
  line-height: 0.28rem;
  text-align: center;
  margin-top: 0.16rem;
}

.enter {
  background-color: white !important;
  padding: 0.32rem 0.32rem 0.52rem 0.32rem;
}

.enter .main-con {
  position: relative;
  background: url("/image/product/enter-bg.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 8.24rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.enter .main-con .name-con {
  margin-top: 0.6rem;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 0.54rem;
}

.enter .main-con .name-con .title {
  font-weight: bold;
  font-size: 0.54rem;
  color: #ffffff;
  text-align: left;
}

.enter .main-con .name-con .sub-title {
  font-weight: 400;
  font-size: 0.2rem;
  margin-left: 0.2rem;
  color: #e9faf0;
  padding-bottom: 0.15rem;
}

.enter .main-con .name-con .line {
  height: 1px;
  width: 0.96rem;
  background-color: white;
  margin-bottom: 0.25rem;
  margin-left: 0.36rem;
}

.enter .main-con .tex-con {
  width: 5.78rem;
  margin-top: 0.36rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.enter .main-con .tex-con p {
  color: #e9faf0;
  line-height: 0.26rem;
  font-size: 0.18rem;
  font-weight: 400;
  text-align: left;
}

.enter .main-con .main-img {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  height: 5.55rem;
  object-fit: cover;
  left: 50%;
  transform: translateX(-50%);
}

.enter .main-con .enter-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.42rem;
  width: 1.36rem;
  height: 0.52rem;
  background: #fec536;
  border-radius: 0.06rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #1a2026;
}
