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

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

.hilton-app {
  position: relative;
}

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;
}
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: 7px 15px;
  border-radius: 100px;
}
header .hilton-heder__right a img {
  width: 16px;
}
header .hilton-heder__right a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.hilton-main {
  flex: 1;
  background: url(../images/home.jpg) no-repeat center top;
  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-title {
  text-align: center;
  line-height: 1;
}
.hilton-form .hilton-form__title {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 6px;
}
.hilton-form .hilton-form__tips {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #FFFFFF;
  font-size: 15px;
  text-align: center;
}
.hilton-form .hilton-form__tips img {
  width: 14px;
}
.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: #CCCCCC !important;
  border-color: #CCCCCC !important;
}

.hilton-title {
  color: #FFFFFF;
  font-size: 42px;
  letter-spacing: 8px;
}

.hilton-banner {
  width: 100%;
  position: relative;
  background: url(../images/banner.jpg) no-repeat center top;
  background-size: cover;
  overflow: hidden;
}
.hilton-banner .hilton-title {
  padding: 14% 0;
}
.hilton-banner .hilton-banner__img {
  width: 100%;
}
.hilton-banner .hilton-banne__logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80px;
}
.hilton-banner .hilton-banner__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 6px 15px;
  background-color: #000000;
  text-align: center;
  color: #ffffff;
}

.hilton-btn {
  color: #ffffff;
  background-color: var(--primaryBlueColor);
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.25s ease;
  cursor: pointer;
}
.hilton-btn.hilton-btn__blue {
  background-color: var(--primaryBlueColor);
}
.hilton-btn.hilton-btn__darkblue {
  background-color: var(--primaryCyanColor);
}
.hilton-btn.hilton-btn__black {
  background-color: #000000;
}
.hilton-btn:hover {
  background-color: var(--primaryDeepBlueColor);
}

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

/* 资料提交记录 */
.hilton-activity__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}
.hilton-activity__header h2 {
  font-size: 22px;
  color: var(--primaryBlueColor);
}

.hilton-activity__card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 50px;
}
.hilton-activity__card hr {
  border: none;
  border-bottom: 1px solid #D7D2D1;
  margin: 25px 0;
}

.hilton-activity__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.hilton-activity__card-header h3 {
  font-size: 20px;
  color: var(--primaryCyanColor);
}

.hilton-activity__card-info {
  display: flex;
  align-items: center;
  gap: 30px;
}
.hilton-activity__card-info + .hilton-activity__card-info {
  margin-top: 25px;
}

.hilton-activity__card-label {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.hilton-activity__card-label img {
  width: 30px;
}
.hilton-activity__card-label strong {
  font-size: 16px;
}

.hilton-activity__card-msg {
  flex: 1;
  width: 100%;
}
.hilton-activity__card-msg > * {
  margin-bottom: 5px;
}
.hilton-activity__card-msg > *:last-child {
  margin-bottom: 0;
}
.hilton-activity__card-msg textarea {
  width: 100%;
  border: none;
  background-color: #F9F6F5;
  padding: 20px;
  border-radius: 8px !important;
  resize: none;
  box-sizing: border-box;
}

.hilton-activity__card-imglist {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
  width: 100%;
}
.hilton-activity__card-imglist li {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}
.hilton-activity__card-imglist img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s ease;
}
.hilton-activity__card-imglist img:hover {
  transform: scale(1.05);
}
.hilton-activity__card-imglist .hilton-upload-file {
  width: 100%;
  height: 100%;
  background-color: #F9F6F5;
}
.hilton-activity__card-imglist .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;
  background-color: #F9F6F5;
  flex-direction: column;
  gap: 5px;
}
.hilton-activity__card-imglist .layui-upload-drag span {
  font-size: 11px;
  color: #757575;
}
.hilton-activity__card-imglist .hilton-file__empty-icon {
  width: 25px;
  height: auto;
}
.hilton-activity__card-imglist .hilton-upload-file__preview {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #F9F6F5;
}
.hilton-activity__card-imglist .hilton-upload-file__preview-del {
  position: absolute;
  top: 6px;
  right: 6px;
  background-color: red;
  border-radius: 100%;
  z-index: 99;
  display: block;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
}
.hilton-activity__card-imglist .hilton-upload-file__preview-del:hover {
  filter: brightness(1.1);
}
.hilton-activity__card-footer {
  text-align: center;
}

.hilton-dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  margin: 0;
  z-index: 8888;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.hilton-dialog .hilton-dialog__content {
  width: 90%;
  max-width: 1340px;
  position: relative;
  margin: 20vh auto;
  box-sizing: border-box;
}
.hilton-dialog .hilton-dialog__close {
  background: #06937E;
  color: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  position: absolute;
  right: -15px;
  top: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  cursor: pointer;
}
.hilton-dialog .hilton-dialog__close:hover {
  background-color: var(--primaryOrangeColor);
}
.hilton-dialog .hilton-dialog__close i {
  font-size: 20px;
}
.hilton-dialog .hilton-activity__card {
  border-radius: 15px;
  margin-bottom: 0 !important;
}
.hilton-dialog .hilton-activity__card-header h3 {
  font-size: 22px;
}
.hilton-dialog .hilton-activity__card-footer button {
  font-size: 16px;
}

/* 图片裁切 */
.cropper-model {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  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);
  }
  .hilton-main .layui-container {
    width: 100%;
    justify-content: center;
  }
  footer {
    display: none;
  }
  .hilton-title {
    font-size: 26px;
  }
  .hilton-banner {
    background-image: url(../images/banner-mobile2.jpg);
    background-position: right;
  }
  .hilton-banner .hilton-title {
    padding: 30% 0 20%;
  }
  .hilton-activity__card {
    margin-bottom: 30px;
    padding: 20px;
  }
  .hilton-activity__header h2 {
    font-size: 20px;
  }
  .hilton-activity__card-header h3 {
    font-size: 18px !important;
  }
  .hilton-activity__card-header {
    flex-direction: column;
    align-items: start;
  }
  .hilton-activity__card-info {
    flex-direction: column;
    justify-content: start;
    align-items: self-start;
    gap: 20px;
  }
  .hilton-activity__card-label {
    flex-direction: row;
    gap: 15px;
  }
  .hilton-activity__card-imglist {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .hilton-activity__card-imglist li {
    border-radius: 6px;
  }
}
@media (min-width: 768px) {
  .pc-show {
    display: block !important;
  }
  .mobile-show {
    display: none !important;
  }
  header {
    display: block;
  }
  .hilton-form .hilton-form__logo {
    display: none;
  }
  .hilton-form .hilton-form__subtitle {
    justify-content: start;
  }
}/*# sourceMappingURL=index.css.map */