@charset "UTF-8";
#lg-flip-hor, #lg-flip-ver {
  display: none !important;
}

.hilton-app {
  position: relative;
}

.hilton-app__flex {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 999;
  transition: background-color 0.3s ease;
  display: none;
}
header .layui-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.header_bg {
  position: absolute;
}
header .hilton-logo {
  text-align: center;
  display: block;
  height: 100%;
  padding: 15px 0;
  margin-top: 8px;
}
header .hilton-logo img {
  height: 100%;
}
header .hilton-heder__right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
header .hilton-heder__right a {
  color: #ffffff;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
  border: 1px solid #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}
header .hilton-heder__right a img {
  width: 20px;
}
header .hilton-heder__right a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.hilton-main {
  flex: 1;
  background: url(../images/home2.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 30px 0;
}
.hilton-main .layui-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.hilton-form {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 500px;
}
.hilton-form .layui-form-item {
  margin-bottom: 30px;
}
.hilton-form .hilton-form__logo {
  text-align: center;
  margin-bottom: 40px;
  display: block;
}
.hilton-form .hilton-form__logo img {
  width: 100%;
  max-width: 130px;
}
.hilton-form .hilton-form__title {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 6px;
}
.hilton-form .hilton-form__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: -20px;
}
.hilton-form .hilton-form__subtitle img {
  width: 40px;
}
.hilton-form .hilton-form__forget a {
  text-decoration: underline;
  color: #FFFFFF;
}
.hilton-form .hilton-form__forget a:nth-child(1) {
  float: left;
}
.hilton-form .hilton-form__forget a:nth-child(2) {
  float: right;
}
.hilton-form .hilton-form__btn button {
  background-color: black;
}
.hilton-form .hilton-form__code {
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
.hilton-form .hilton-form__code .layui-input {
  border: none;
  border-radius: 0 !important;
}
.hilton-form .hilton-form__code .layui-input:focus {
  border: none !important;
}
.hilton-form .hilton-form__code .layui-btn {
  border: none;
  border-radius: 0 !important;
  position: relative;
}
.hilton-form .hilton-form__code .layui-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 25px;
  background-color: #B3B3B3;
  transform: translateY(-50%);
}
.hilton-form .layui-input-prefix {
  width: 40px !important;
}
.hilton-form .layui-input {
  padding-left: 40px !important;
}
.hilton-form .layui-form-select .layui-input {
  padding-left: 10px !important;
}
.hilton-form .layui-input[disabled] {
  background-color: #a9a9a9 !important;
  border-color: #a9a9a9 !important;
  opacity: 1;
}

.hilton-home__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 500px;
}
.hilton-home__container .hilton-home__logo {
  text-align: center;
  margin-bottom: 80px;
  display: block;
}
.hilton-home__container .hilton-home__logo img {
  width: 100%;
  max-width: 130px;
}
.hilton-home__container .hilton-home__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.hilton-home__container .hilton-home__grid-item {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 15px;
  color: #FFFFFF;
  border-radius: 15px;
  transition: all 0.25s ease;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}
.hilton-home__container .hilton-home__grid-item:nth-child(1) {
  background-color: #032F5F;
}
.hilton-home__container .hilton-home__grid-item:nth-child(2) {
  background-color: #017291;
}
.hilton-home__container .hilton-home__grid-item:hover {
  filter: brightness(1.1);
}
.hilton-home__container .hilton-home__grid-item img {
  width: 55px;
}
.hilton-home__container .hilton-account-info {
  border-radius: 6px;
  background-color: rgb(0, 0, 0);
  padding: 10px 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  margin-top: 5rem;
  text-align: center;
  justify-content: center;
}
.hilton-home__container .hilton-account-info img {
  width: 20px;
}

.hilton-banner {
  width: 100%;
  position: relative;
}
.hilton-banner .hilton-banner__img {
  width: 100%;
}
.hilton-banner .hilton-banne__logo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
}
.hilton-banner .hilton-banner__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
  background-color: #000000;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}

.hilton-back {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}
.hilton-back h3 {
  font-size: 20px;
}
.hilton-back h3 span {
  font-weight: normal;
  font-size: 16px;
}
.hilton-back .back {
  color: #ffffff;
  background-color: #000000;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.25s ease;
}
.hilton-back .back:hover {
  background-color: #00a0ea;
}

.hilton-footer__btn {
  padding: 10px 15px;
  background-color: #FFFFFF;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
.hilton-footer__btn a {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px !important;
  background-color: black;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.hilton-footer__btn a:hover {
  filter: brightness(1.1);
}
.hilton-footer__btn button {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px !important;
  background-color: black;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.hilton-footer__btn button:hover {
  filter: brightness(1.1);
}

.hilton-period-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  margin: 40px 0;
  padding-bottom: 50px;
}
.hilton-period-list .hilton-period-list__item {
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  transition: all 0.25s ease;
  cursor: pointer;
}
.hilton-period-list .hilton-period-list__item:hover {
  filter: brightness(1.1);
}
.hilton-period-list img {
  width: 100%;
}
.hilton-period-list span {
  display: block;
  padding: 15px 20px;
}

.hilton-activity__title {
  margin-bottom: 20px;
}

.hilton-activity-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  margin: 40px 0;
  padding-bottom: 50px;
}
.hilton-activity-list .hilton-activity-list__item {
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  transition: all 0.25s ease;
}
.hilton-activity-list .hilton-activity-list__item:hover {
  filter: brightness(1.1);
}
.hilton-activity-list img {
  width: 100%;
}
.hilton-activity-list .hilton-activity-list__item-body {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hilton-activity-list .hilton-activity-list__item-body a {
  color: #ffffff;
  background-color: #000000;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.25s ease;
}
.hilton-activity-list .hilton-activity-list__item-body a:hover {
  background-color: #00a0ea;
}

.hilton-form__upload {
  margin: 20px 0;
  padding-bottom: 50px;
}
.hilton-form__upload .layui-form-item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #D7D2D1;
  padding: 25px 0;
  margin: 0 !important;
}
.hilton-form__upload .layui-form-label {
  width: 100%;
  flex: none;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 0 15px 0;
  margin-right: 15px;
}
.hilton-form__upload .layui-form-label img {
  width: 30px;
}
.hilton-form__upload .layui-form-label strong {
  font-size: 16px;
}
.hilton-form__upload .layui-input-block {
  flex: 1;
  margin-left: 0 !important;
}
.hilton-form__upload .layui-form-item__date {
  flex-direction: row;
}
.hilton-form__upload .layui-form-item__date .layui-form-label {
  padding: 0;
}
.hilton-form__upload .layui-form-item__date .layui-input-block {
  display: flex;
  align-items: center;
}
.hilton-form__upload .hilton-upload-file {
  width: 100%;
  aspect-ratio: 16/9;
}
.hilton-form__upload .hilton-upload-file__preview {
  width: 100%;
  height: 100%;
  position: relative;
  background: #ffffff;
}
.hilton-form__upload .hilton-upload-file__preview video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hilton-form__upload .hilton-upload-file__preview-del {
  position: absolute;
  top: 6px;
  right: 6px;
  background-color: red;
  border-radius: 100%;
  padding: 3px;
  z-index: 99;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
}
.hilton-form__upload .hilton-upload-file__preview-del:hover {
  filter: brightness(1.1);
}
.hilton-form__upload .hilton-upload-file__preview-img {
  width: 100%;
  height: 100%;
}
.hilton-form__upload .layui-upload-drag {
  width: 100%;
  aspect-ratio: 16/9;
  padding: 0 !important;
  border: none !important;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hilton-form__upload .hilton-file__empty-icon {
  width: 25px;
}
.hilton-form__upload .hilton-activity__overview {
  border-radius: 5px;
  line-height: 1.6;
  overflow: hidden;
}
.hilton-form__upload .hilton-activity__imgcard {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.hilton-form__upload .hilton-activity__imgcard-item {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.hilton-form__upload .hilton-activity__imgcard-item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hilton-form__upload .hilton-activity__video {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.hilton-form__upload .hilton-activity__video .hilton-activity__imgcard-item {
  height: auto;
}
.hilton-form__upload .hilton-activity__video .hilton-upload-file__preview {
  display: none;
}
.hilton-form__upload .hilton-activity__video video {
  width: 100%;
  border-radius: 5px;
}

.hilton-form__upload-addactivity .hilton-footer__btn {
  display: block !important;
}

.hilton-nodata {
  text-align: center;
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #848484;
}
.hilton-nodata img {
  width: 70px;
}

.portrait .hilton-activity__imgcard-item {
  height: auto !important;
  aspect-ratio: 1/1.4;
}
.portrait .hilton-upload-file {
  height: 100% !important;
}

/* 图片裁切 */
.cropper-model {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  display: none;
}
.cropper-model .cropper-model__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cropper-model .cropper-model__container {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 800px;
}
.cropper-model .cropper-model__body {
  width: 100%;
  height: 60vh;
}
.cropper-model .cropper-model__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 25px;
}
.cropper-model .cropper-model__btn button {
  flex: 1;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.25s ease;
}
.cropper-model .cropper-model__btn button:hover {
  filter: brightness(1.05);
}
.cropper-model .cropper-model__btn button:nth-child(1) {
  background-color: #d9d9d9;
  color: #000000;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  overflow: hidden;
  padding: 30px 25px;
  background-color: #FFFFFF;
}
footer img {
  height: 100%;
}

@media (max-width: 768px) {
  .pc-show {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
  .hilton-main {
    justify-content: center;
    background-image: url(../images/home-mobile.jpg);
    background-position: center right;
  }
  .hilton-main .layui-container {
    width: 100%;
    justify-content: center;
  }
  footer {
    display: none;
  }
  .hilton-back {
    display: none;
  }
  .hilton-form__upload .layui-form-item__date .layui-form-label {
    width: auto;
  }
}
@media (min-width: 768px) {
  .pc-show {
    display: block !important;
  }
  .mobile-show {
    display: none !important;
  }
  .layui-container {
    width: 90% !important;
  }
  .hilton-app {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hilton-app main {
    flex: 1;
  }
  .hilton-app footer {
    flex: none;
  }
  header {
    display: block;
  }
  .hilton-form .hilton-form__logo {
    display: none;
  }
  .hilton-form .hilton-form__subtitle {
    justify-content: start;
  }
  .hilton-home__container .hilton-home__grid {
    gap: 35px;
  }
  .hilton-home__container .hilton-home__logo {
    display: none;
  }
  .hilton-home__container .hilton-account-info {
    display: none;
  }
  .hilton-period-list {
    margin-top: 0;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 25px;
  }
  .hilton-activity__title {
    margin-top: 0;
  }
  .hilton-activity-list {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 25px;
  }
  .hilton-footer__btn {
    display: none;
  }
  .hilton-form__upload-addactivity .hilton-footer__btn {
    display: block !important;
    position: relative;
    background-color: transparent;
    max-width: 280px;
    margin: 25px auto 0;
  }
  .hilton-form__upload .layui-form-item {
    flex-direction: row;
    align-items: center;
  }
  .hilton-form__upload .layui-form-label {
    width: 30%;
    max-width: 300px;
    padding-bottom: 0;
  }
  .hilton-form__upload .hilton-activity__video {
    display: grid;
  }
  .hilton-form__upload .hilton-activity__imgcard-item {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .hilton-form__upload .hilton-activity__imgcard {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .hilton-form {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .hilton-main {
    height: 65vh !important;
  }
}/*# sourceMappingURL=index.css.map */