/*-------------------------
    Fonts
-------------------------*/
@import url("css2.css");

/*-------------------------
    Variables
-------------------------*/
.img {
  background: url(../image/star-icon.png);
}

/*-------------------------
    Responsive
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  user-select: none;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #F1DAB0;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

@media screen and (min-width: 1440px) {
  .container {
    padding: 0 96px;
    max-width: 100%;
  }
}

section:after {
  content: "";
  display: block;
  clear: both;
}

.form-group {
  position: relative;
}

.input-group {
  position: relative;
  background: transparent;
  box-shadow: none;
  padding: 16px 32px;
  border-radius: 10px;
  border: 2px solid #AFB1B6;
  border-radius: 30px;
}

.form-control {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.02em;
  position: relative;
  margin-bottom: 0;
  color: #FAFAFA;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
  background: transparent;
  color: #FAFAFA;
}

.form-control::placeholder {
  color: #AFB1B6;
  opacity: 1;
}

.form-group .form-control {
  background: transparent;
  padding: 12px 16px;
  border: 1px solid #FAFAFA;
  filter: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
}

textarea {
  height: 208px;
}

textarea.st-2 {
  height: 310px;
}

textarea.st-3 {
  height: 222px;
}

.input-group button {
  background: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 700;
  font-size: 32px;
  color: #AFB1B6;
}

label.error {
  color: #bc0f0f;
  margin-top: 10px;
}

.alert-message {
  display: none;
}

.pagination-cus {
  display: inline-flex;
}

.pagination-cus li {
  margin-right: 10px;
}

.pagination-cus li i {
  font-size: 60px;
  color: #1B1C1E;
}

.pagination-cus li a {
  display: block;
}

.pagination-cus li .link {
  background: linear-gradient(282.51deg, rgba(148, 158, 155, 0.2) -4.31%, rgba(148, 158, 155, 0) 126.79%);
  backdrop-filter: blur(2.5px);
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  font-size: 27px;
  color: #1B1C1E;
}

.pagination-cus li .link.active {
  color: #F1DAB0;
}

.pagination-cus li .link:hover {
  color: #F1DAB0;
}

.dark .pagination-cus li i {
  color: #F0F2F4;
}

.dark .pagination-cus li .link {
  color: #F0F2F4;
}

.dark .pagination-cus li .link.active {
  color: #F1DAB0;
}

.dark .pagination-cus li .link:hover {
  color: #F1DAB0;
}

.points li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.points li::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #F1DAB0;
  transform: rotate(45deg);
}

/*-------------------------
    Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  color: #D6D8DB;
  background: #FAFAFA;
  font-weight: 400;
  background-color: #FAFAFA;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body.dark {
  background: #1B1C1E;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0 0 20px 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 750;
  color: #1B1C1E;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 16px 0;
  line-height: 150%;
  letter-spacing: 0.03em;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
}

a:hover {
  color: #F1DAB0;
}

span {
  display: inline-block;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.03em;
}

b,
strong {
  font-family: "Lato", sans-serif;
}

@media (max-width: 380px) {
  .social-icon {
    justify-content: center !important;
  }
}

/*-------------------------
    Spacing
-------------------------*/
/*----------------------------------------*/
/*  03. SPACE CSS START
/*----------------------------------------*/
.mb-200 {
  margin-bottom: 250px;
}

.mt-150 {
  margin-top: 150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-150 {
    margin-top: 110px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-150 {
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .mt-150 {
    margin-top: 80px;
  }
}

.mt-100 {
  margin-top: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-100 {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-100 {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .mt-100 {
    margin-top: 50px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

.ms-80 {
  margin-left: 80px;
  margin-right: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ms-80 {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ms-80 {
    margin-left: 48px;
    margin-right: 48px;
  }
}

@media (max-width: 767px) {
  .ms-80 {
    margin-left: 32px;
    margin-right: 32px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-80 {
    margin-bottom: 48px;
  }
}

@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 32px;
  }
}

.mt-64 {
  margin-top: 64px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-64 {
    margin-top: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-64 {
    margin-top: 42px;
  }
}

@media (max-width: 767px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.mb-64 {
  margin-bottom: 64px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-64 {
    margin-bottom: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-64 {
    margin-bottom: 42px;
  }
}

@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 32px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-48 {
  margin-top: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-48 {
    margin-top: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-48 {
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .mt-48 {
    margin-top: 24px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-48 {
    margin-bottom: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 24px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 33px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-40 {
    margin-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 21px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-30 {
    margin-bottom: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-30 {
    margin-bottom: 22px;
  }
}

@media (max-width: 767px) {
  .mb-30 {
    margin-bottom: 18px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}

@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 18px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-16 {
  margin-bottom: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.m-12 {
  margin: 12px 0;
}

.ms-15 {
  margin: 0 15px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-8 {
  margin-bottom: 8px;
}

.space-mar {
  margin-top: -50px;
}

.p-100 {
  padding: 100px 0;
}

@media (max-width: 992px) {
  .p-100 {
    padding: 80px 0;
  }
}

@media (max-width: 768px) {
  .p-100 {
    padding: 60px 0;
  }
}

@media (max-width: 490px) {
  .p-100 {
    padding: 40px 0;
  }
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

@media (max-width: 992px) {
  .pb-100 {
    padding-top: 0;
  }
}

.pt-64 {
  padding-top: 64px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-64 {
    padding-top: 52px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-64 {
    padding-top: 42px;
  }
}

@media (max-width: 767px) {
  .pt-64 {
    padding-top: 32px;
  }
}

@media (max-width: 490px) {
  .pt-64 {
    padding-top: 22px;
  }
}

.pt-62 {
  padding-top: 62px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-62 {
    padding-top: 52px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-62 {
    padding-top: 42px;
  }
}

@media (max-width: 767px) {
  .pt-62 {
    padding-top: 32px;
  }
}

@media (max-width: 490px) {
  .pt-62 {
    padding-top: 22px;
  }
}

.pb-62 {
  padding-bottom: 62px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-62 {
    padding-bottom: 52px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-62 {
    padding-bottom: 42px;
  }
}

@media (max-width: 767px) {
  .pb-62 {
    padding-bottom: 32px;
  }
}

@media (max-width: 490px) {
  .pb-62 {
    padding-bottom: 22px;
  }
}

.p-62 {
  padding: 62px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-62 {
    padding: 52px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-62 {
    padding: 42px;
  }
}

@media (max-width: 767px) {
  .p-62 {
    padding: 32px;
  }
}

@media (max-width: 490px) {
  .p-62 {
    padding: 22px;
  }
}

.p-55 {
  padding: 55px 0;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.p-50 {
  padding: 50px 0;
}

.pt-48 {
  padding-top: 48px;
}

.pb-40 {
  padding-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-40 {
    padding-bottom: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-40 {
    padding-bottom: 24px;
  }
}

.pb-26 {
  padding-bottom: 26px;
}

.p-34 {
  padding: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-34 {
    padding: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-34 {
    padding: 18px;
  }
}

.p-32 {
  padding: 32px;
}

.pb-24 {
  padding-bottom: 24px;
}

.p-16 {
  padding: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-16 {
    padding: 13px;
  }
}

@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}

@media (max-width: 490px) {
  .p-16 {
    padding: 10px;
  }
}

.p-30 {
  padding: 30px;
}

.pt-32 {
  padding: 30px 0;
}

.p-20 {
  padding: 20px;
}

.ps-20 {
  padding: 0 20px;
}

.ps-18 {
  padding-left: 18px;
  padding-right: 18px;
}

.pt-12 {
  padding: 12px 0;
}

.p-12 {
  padding: 12px;
}

.p-10 {
  padding: 10px;
}

/*-------------------------
    Helper Classes
-------------------------*/
.color-primary {
  color: #F1DAB0;
}

.color-brown {
  color: #8B5403;
}

.color-light {
  color: #E2FDFB;
}

.color-primary {
  color: #F1DAB0;
}

.bg-white {
  background-color: #FAFAFA !important;
}

.bg-primary {
  background-color: #F1DAB0 !important;
}

.color-dark {
  color: #2C2D2F;
}

.bg-dark {
  background-color: #2C2D2F !important;
}

.color-dark-2 {
  color: #1B1C1E;
}

.bg-dark-2 {
  background-color: #1B1C1E;
}

.color-dark-3 {
  color: #0D0D0D;
}

.bg-dark-3 {
  background-color: #0D0D0D;
}

.color-white {
  color: #FAFAFA;
}

.color-gray {
  color: #F0F2F4;
}

.bg-gray {
  background-color: #F0F2F4;
}

.color-gray-2 {
  color: #D6D8DB;
}

.bg-gray-2 {
  background-color: #D6D8DB;
}

.color-gray-3 {
  color: #AFB1B6;
}

.bg-gray-3 {
  background-color: #AFB1B6;
}

.color-gray-4 {
  color: #797D86;
}

.bg-gray-4 {
  background-color: #797D86;
}

.primary-hover:hover {
  color: #1B1C1E;
}

.secondery-hover:hover {
  color: #FAFAFA;
}

.bg {
  background: linear-gradient(180deg, #011415 0%, #062B2E 100%);
}

.inverse-bg {
  background: linear-gradient(180deg, #062B2E 0%, #011415 100%);
}

.fs-80 {
  font-size: 80px;
}

@media (max-width: 1200px) {
  .fs-80 {
    font-size: 59px;
  }
}

@media (max-width: 900px) {
  .fs-80 {
    font-size: 49px;
  }
}

@media (max-width: 490px) {
  .fs-80 {
    font-size: 38px;
  }
}

.fs-61 {
  font-size: 61px;
}

@media (max-width: 1200px) {
  .fs-61 {
    font-size: 52px;
  }
}

@media (max-width: 768px) {
  .fs-61 {
    font-size: 42px;
  }
}

@media (max-width: 490px) {
  .fs-61 {
    font-size: 38px;
  }
}

.fs-470 {
  padding: 0 15px;
  text-align: justify;
  font-size: 47px;
}

.fs-47 {
  font-size: 47px;
}

@media (max-width: 1250px) {
  .fs-47 {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .fs-47 {
    font-size: 38px;
  }
}

@media (max-width: 490px) {
  .fs-47 {
    font-size: 32px;
  }
}

.fs-36 {
  font-size: 36px;
}

@media (max-width: 992px) {
  .fs-36 {
    font-size: 28px;
  }
}

@media (max-width: 580px) {
  .fs-36 {
    font-size: 21px;
  }
}

.fs-27 {
  font-size: 27px;
}

@media (max-width: 1200px) {
  .fs-27 {
    font-size: 18px;
  }
}

.fs-21 {
  font-size: 21px;
}

@media (max-width: 1200px) {
  .fs-21 {
    font-size: 18px;
  }
}

.fs-19 {
  font-size: 19px;
}

@media (max-width: 1200px) {
  .fs-19 {
    font-size: 18px;
  }
}

.fs-16 {
  font-size: 16px;
}

@media (max-width: 490px) {
  .fs-16 {
    font-size: 14px;
  }
}

.fs-12 {
  font-size: 12px;
}

.fs-11 {
  font-size: 11px;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.lh-100 {
  line-height: 100%;
}

.lh-110 {
  line-height: 110%;
}

.lh-120 {
  line-height: 120%;
}

.lh-130 {
  line-height: 130%;
}

.lh-140 {
  line-height: 140%;
}

.lh-150 {
  line-height: 150%;
}

.lh-160 {
  line-height: 160%;
}

.lh-180 {
  line-height: 180%;
}

.ls-1 {
  letter-spacing: -0.01em;
}

.ls-0 {
  letter-spacing: 0em;
}

.ls-2 {
  letter-spacing: -0.02em;
}

.ls-3 {
  letter-spacing: -0.03em;
}

.ls-4 {
  letter-spacing: -0.04em;
}

.hover-animation {
  transition: all 0.5s ease-in-out;
}

.hover-animation:hover {
  transform: translateY(-10px);
}

.transition {
  transition: all 0.5s ease-in-out;
}

.w-150 {
  width: 150px;
}

@media (max-width: 768px) {
  .w-150 {
    width: 100%;
  }
}

.h-220 {
  height: 220px;
}

@media (max-width: 900px) {
  .mt-30-m {
    margin-top: 30px;
  }
}

@media (max-width: 490px) {
  .mt-30-sm {
    margin-top: 30px;
  }
}

.br-25 {
  border-radius: 25px;
}

.br-15 {
  border-radius: 15px;
}

.border-bottom {
  border-bottom: 2px solid #AFB1B6 !important;
}

.social-icon {
  display: flex;
  align-items: center;
  margin: 0;
}

.social-icon li a {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #8B5403;
  display: grid;
  place-items: center;
  place-content: center;
  transition: all 0.5s ease-in-out;
  margin: 0 40px 0 0;
}

.social-icon li a i {
  font-size: 68px;
  transition: all 0.5s ease-in-out;
  color: #F1DAB0;
}

.social-icon li a:hover {
  background: #F1DAB0;
}

.social-icon li a:hover i {
  color: #8B5403;
}

/* .social-icon li a:hover svg {
  stroke: #797D86;
}

.social-icon.st-2 {
  justify-content: center;
}

.social-icon.st-2 li a {
  background: #F1DAB0;
}

.social-icon.st-2 li a i {
  color: #F0F2F4;
}

.social-icon.st-2 li a:hover {
  background: #F0F2F4;
}

.social-icon.st-2 li a:hover i {
  color: #F1DAB0;
} */

.border-white {
  border: 1px solid #FAFAFA;
}

.font-sec {
  font-family: "Playfair Display", serif;
}

.radius-10 {
  border-radius: 10px;
}

.color-hover:hover {
  color: #F1DAB0;
}

/*-------------------------
  Buttons
-------------------------*/
.back-to-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
  display: block;
  width: 150px;
  height: 150px;
  line-height: 50px;
  font-size: 100px;
  padding: 20px 0;
  background: #F1DAB0;
  color: #FAFAFA;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.back-to-top.show {
  opacity: 1;
}

@media (max-width: 490px) {
  .back-to-top {
    right: -20px;
    bottom: -20px;
  }
}

.light-btn {
  padding: 12px 32px;
  background: #2C2D2F;
  border: 2px solid #F1DAB0;
  border-radius: 30px;
  font-weight: 700;
  font-size: 21px;
  color: #FAFAFA;
  transition: all 0.5s ease-in-out;
}

.light-btn:hover {
  background: #F1DAB0;
  color: #2C2D2F;
}

.light-btn.active {
  background: #F1DAB0;
  color: #8B5403 !important;
}

.light-btn.active:hover {
  color: #FAFAFA !important;
  background: #1B1C1E;
}

.social-link {
  font-weight: 500;
  font-size: 19px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #1B1C1E;
  display: flex;
  align-items: center;
}

@media (max-width: 490px) {
  .social-link {
    font-size: 16px;
  }
}

.social-link i {
  color: #8B5403;
  font-size: 32px;
  margin-right: 8px;
}

@media (max-width: 490px) {
  .social-link i {
    font-size: 24px;
  }
}

.social-link:hover {
  color: #F1DAB0;
  transition: all 0.5s ease-in-out;
}

/*-------------------------
  Element
-------------------------*/
.input-box {
  position: relative;
  width: 100%;
  max-width: 60px;
  height: 55px;
  margin-right: 16px;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}

.input-box input {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 23px;
  font-weight: 400;
  line-height: 34px;
  background: transparent;
  opacity: 0;
  color: #0D0D0D;
  padding: 0 15px;
  border: none;
  border-radius: 6px;
  outline: none;
  transition: all 0.5s ease-in-out;
}

.input-box .search {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.input-box .search .search-icon {
  font-size: 30px;
  color: #FAFAFA;
}

.input-box .close-icon {
  position: absolute;
  top: 50%;
  right: -45px;
  font-size: 30px;
  color: #FAFAFA;
  padding: 5px;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
}

.input-box.open {
  max-width: 300px;
  margin-right: 80px;
}

.input-box.open input {
  padding: 12px 15px 12px 65px;
  background: #F8F8FF;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.input-box.open .search {
  border-radius: 6px 0 0 6px;
}

.input-box.open .search .search-icon {
  color: #2C2D2F;
}

.input-box.open .close-icon {
  transform: translateY(-50%) rotate(180deg);
  pointer-events: auto;
  opacity: 1;
}

/*-------------------------
  Popup
-------------------------*/
.popup {
  border-radius: 25px;
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  display: none;
  transition: all 0.5s ease-in-out;
  position: absolute;
}

.popup img {
  border-radius: none !important;
}

.popup .content {
  padding: 18px 24px;
  background: #2C2D2F;
  display: inline-block;
  margin-top: -4px;
}

/*-------------------------
  Countdown
-------------------------*/
.countdown {
  padding: 0;
}

.countdown li {
  font-weight: 700;
  font-size: 61px;
  line-height: 125%;
  color: #FAFAFA;
  margin-right: 40px;
  display: inline-flex;
  align-items: center;
}

.countdown li span {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  transform: rotate(-90deg);
  padding: 0;
  background: none;
  border-radius: 0;
  margin-left: -6px;
}

/*-------------------------
  Headings
-------------------------*/
.heading {
  text-align: center;
}

.heading h2 {
  font-weight: 400;
  font-size: 80px;
  line-height: 120%;
  color: #F1DAB0;
  margin-bottom: 8px;
  letter-spacing: -0.04em;
}

.heading h2 b {
  color: #E2FDFB;
  font-weight: 400;
}

@media (max-width: 1499px) {
  .heading h2 {
    font-size: 58px;
  }
}

@media (max-width: 1399px) {
  .heading h2 {
    font-size: 48px;
  }
}

@media (max-width: 492px) {
  .heading h2 {
    font-size: 38px;
  }
}

.heading p {
  font-weight: 500;
  font-size: 19px;
  line-height: 150%;
  letter-spacing: 0.07em;
  color: #FAFAFA;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .heading p {
    font-size: 16px;
    margin-bottom: 38px;
  }
}

@media (max-width: 992px) {
  .heading p br {
    display: none;
  }
}

/*-------------------------
  Preloader Styles
-------------------------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  /* background: linear-gradient(180deg, #011415 0%, #062B2E 100%); */
  z-index: 9999999;
  padding-top: 25%;
}

#preloader .three-body {
  --uib-size: 50px;
  --uib-speed: 0.8s;
  --uib-color: #DAA75E;
  position: relative;
  display: inline-block;
  height: var(--uib-size);
  width: var(--uib-size);
  animation: spin78236 calc(var(--uib-speed) * 1) infinite linear;
}

#preloader .three-body .three-body__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}

#preloader .three-body .three-body__dot::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: var(--uib-color);
  border-radius: 50%;
}

#preloader .three-body .three-body__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}

#preloader .three-body .three-body__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 var(--uib-speed) infinite ease-in-out;
  animation-delay: calc(var(--uib-speed) * -0.3);
}

#preloader .three-body .three-body__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}

#preloader .three-body .three-body__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 var(--uib-speed) infinite calc(var(--uib-speed) * -0.15) ease-in-out;
}

#preloader .three-body .three-body__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}

#preloader .three-body .three-body__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 var(--uib-speed) infinite ease-in-out;
}

@keyframes spin78236 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes wobble1 {

  0%,
  100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}

@keyframes wobble2 {

  0%,
  100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}

nav a.active {
  color: #F1DAB0;
}

nav .navbar-brand {
  padding: 0;
}

nav .navbar-toggler {
  color: #2C2D2F;
  border: none;
  outline: 0;
}

nav .menu-item-has-children {
  position: relative;
  margin-left: 64px;
  padding: 10px 0;
}

#loginInfo {
  width: 240px;
  height: 55px;
  overflow: hidden;
  animation: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loginInfo img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

#loginInfo i {
  padding: 0 0 0 10px;
  font-style: normal;
}

.userBox:hover .userBox_content {
  display: block;
}

.userBox:hover .top_headshot_img {
  animation: spin78236 25s linear infinite;
}

.userBox .top_headshot_img .head_img {
  object-fit: cover;
  user-select: none;
}

.userBox .userBox_content {
  display: none;
  width: 300px;
  border-radius: 20px;
  overflow: hidden;
  position: fixed;
  top: 54px;
  right: 70px;
}

.userBox .userBox_content .userBox_contentBox {
  padding: 20px 0;
  margin: 38px 0 0 0;
  background-color: #011415;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fafafa;
  border: 2px solid #f1dab0;
  position: relative;
  z-index: 100;
}

@media (max-width: 767px) {
  .userBox .userBox_content {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.userBox .userBox_content .userBox_contentBox .contentBox_img {
  width: 100px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.userBox .userBox_content .userBox_contentBox .contentBox_img .headImg {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
}

.userBox .userBox_content .userBox_contentBox .contentBox_img .img_box {
  position: absolute;
}

.userBox .userBox_content .userBox_contentBox .contentBox_img .img_box img {
  width: 100px;
  height: 85px;
}

.userBox .userBox_content .userBox_contentBox .contentBox_name {
  width: 100%;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.userBox .userBox_content .userBox_contentBox .contentBox_name .contentBox_name_id {
  height: 22px;
  background-image: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
  display: flex;
  align-items: center;
  padding-right: 15px;
  border-radius: 5px;
}

.userBox .userBox_content .userBox_contentBox .contentBox_name .contentBox_name_id i {
  font-style: normal;
  line-height: 22px;
  font-size: 17px;
  padding-left: 5px;
}

.userBox .userBox_content .userBox_contentBox .contentBox_name .contentBox_name_id img {
  width: 25px;
  height: 25px;
}

.userBox .userBox_content .userBox_contentBox .contentBox_name .iconSex {
  padding-left: 8px;
  width: 28px;
  height: 18px;
}

.userBox .userBox_content .userBox_contentBox .contentBox_content {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #f1dab0;
  border-radius: 10px;
  margin: 0 15px 10px 15px;
  padding: 5px 8px;
}

.userBox .userBox_content .userBox_contentBox .contentBox_content .box {
  width: 100%;
  line-height: 33px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #1d3536ad;
  background-color: #031c1fbc;
}

.userBox .userBox_content .userBox_contentBox .contentBox_content .box:last-child {
  border-bottom: none;
}

.userBox .userBox_content .userBox_contentBox .contentBox_content .box i {
  font-size: 16px;
  font-style: normal;
}

.userBox .userBox_content .userBox_contentBox .contentBox_content .box em {
  font-size: 14px;
  font-style: normal;
  padding-left: 5px;
  color: #e2fdfb;
  font-family: "楷体";
  display: flex;
  align-items: center;
}

.userBox .userBox_content .userBox_contentBox .contentBox_content .contentBox_content_img0 {
  height: 20px;
  margin-left: 10px;
}

.userBox .userBox_content .userBox_contentBox .contentBox_content .contentBox_content_img {
  width: 37px;
  height: 37px;
  margin-left: 10px;
  cursor: pointer;
}

.userBox .userBox_content .userBox_contentBox .miai_out:hover {
  transform: scale(1.05);
  transition: .5s;
}

.userBox .userBox_content .userBox_contentBox .bg {
  padding: 40px 20px 0 20px;
  position: absolute;
  z-index: -10;
  background-color: transparent;
}

@media (max-width: 1650px) {
  nav .menu-item-has-children {
    margin-left: 32px;
  }
}

@media (max-width: 1199px) {
  nav .menu-item-has-children {
    padding: 0 0 10px 0;
    margin: 0;
  }
}

nav .navbar-toggler {
  padding: 10px;
  font-size: 24px;
  color: #FAFAFA;
  margin-top: 10px;
}

nav .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}

@media (max-width: 1199px) {
  nav .navbar-collapse {
    background: linear-gradient(180deg, #011415 0%, #062B2E 100%);
    padding: 15px 20px;
    position: absolute;
    right: 0;
    z-index: 9999;
    border-radius: 15px;
  }
}

.header {
  width: 100%;
  padding: 14px 0;
}

.header nav .dark-logo {
  display: none;
}

.header nav .navbar-nav {
  margin-left: 48px;
}

@media (max-width: 1199px) {
  .header nav .navbar-nav {
    margin: 0;
  }
}

.header nav .navbar-nav .menu-item-has-children a {
  color: #FAFAFA;
  font-weight: 700;
  font-size: 27px;
}

@media (max-width: 1399px) {
  .header nav .navbar-nav .menu-item-has-children a {
    font-size: 19px;
  }
}

.header nav .navbar-nav .menu-item-has-children a.active {
  color: #F1DAB0;
}

.header nav .navbar-nav .menu-item-has-children:hover a {
  color: #F1DAB0;
  position: relative;
}

.header nav .navbar-nav .menu-item-has-children:hover .a_animation {
  animation: navSkip .5s linear 1 forwards;
}

@keyframes navSkip {
  from {
    top: -5px;
  }

  to {
    top: 0px;
  }
}

.header nav .navbar-nav .menu-item-has-children a:hover svg {
  stroke: #F1DAB0;
}

.header nav .navbar-nav .menu-item-has-children a.light-btn {
  font-size: 21px;
}

.header nav .navbar-nav .menu-item-has-children .submenu {
  position: absolute;
  top: 100%;
  left: -15px;
  background: linear-gradient(180deg, #011415 0%, #062B2E 100%);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  list-style: none;
  margin: 0;
  border-radius: 15px;
}

@media (max-width: 1199px) {
  .header nav .navbar-nav .menu-item-has-children .submenu {
    min-width: 200px;
    top: 30px;
    left: unset;
  }
}

.header nav .navbar-nav .menu-item-has-children .submenu a:after {
  display: none;
}

.header nav .navbar-nav .menu-item-has-children .submenu li {
  margin: 0;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  padding: 0 0 0 20px;
}

.header nav .navbar-nav .menu-item-has-children .submenu li:first-child {
  padding: 10px 0 0 20px;
}

.header nav .navbar-nav .menu-item-has-children .submenu li:last-child {
  padding: 0 0 10px 20px;
}

.header nav .navbar-nav .menu-item-has-children .submenu li a {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #FAFAFA;
  padding: 8px 0px;
  display: block;
}

@media (max-width: 991px) {
  .header nav .navbar-nav .menu-item-has-children .submenu li a {
    font-size: 16px;
  }
}

.header nav .navbar-nav .menu-item-has-children .submenu li a.active {
  color: #F1DAB0;
}

.header nav .navbar-nav .menu-item-has-children .submenu li a:hover {
  color: #F1DAB0;
}

.header nav .navbar-nav .menu-item-has-children:hover .submenu {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  right: 0;
}

@media (max-width: 991px) {
  .header nav .navbar-nav .menu-item-has-children:hover .submenu {
    right: 85px;
  }
}

.header nav .navbar-nav .menu-item-has-children:hover .submenu li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.header.st-1 {
  position: absolute;
  top: 0;
  z-index: 999;
}

.header.st-1 nav .navbar-collapse {
  align-items: center;
  justify-content: space-between;
}

.footer {
  padding: 50px 0 47px;
}

.footer h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.03em;
  color: #F1DAB0;
  margin-bottom: 8px;
}

.footer h2 b {
  color: #E2FDFB;
}

.footer p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #F1DAB0;
  margin-bottom: 16px;
}

.footer .light-btn {
  margin-bottom: 50px;
}

.footer .social-icon {
  justify-content: center;
  margin-bottom: 50px;
}

.footer .social-icon li a {
  margin: 0 16px;
  width: auto;
  height: auto;
  background: transparent;
}

.footer .social-icon li a i {
  color: #797D86;
}

.footer .social-icon li a svg {
  stroke: #797D86;
}

.footer .social-icon li a:hover i {
  color: #8B5403;
}

.footer .social-icon li a:hover svg {
  stroke: #8B5403;
}

.footer span {
  font-weight: 400;
  font-size: 14px;
}

.bannerBg {
  background-color: #011415;
}

.banner {
  height: 100vh;
  padding: 295px 0 266px 0;
}

.banner .h2Box {
  display: flex;
  align-items: center;
}

.banner .h2Box .timeImg {
  height: 120px;
}

@media (max-width: 1199px) {
  .banner {
    padding: 180px 0 180px 0;
    background-position: left;
  }
}

@media (max-width: 992px) {
  .banner {
    padding: 180px 0 140px 0;
  }
}

.banner h2 {
  letter-spacing: -0.04em;
  line-height: 120%;
  font-family: "Playfair Display", serif;
  color: #F1DAB0;
  margin-bottom: 8px;
}

.banner h2 b {
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

.banner .ms-64 {
  margin-left: 64px;
}

@media (max-width: 992px) {
  .banner .ms-64 {
    margin: 0;
  }
}

.banner p {
  line-height: 150%;
  color: #FAFAFA;
  margin-bottom: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}

.inner-banner-bg {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background-color: #011415;
  background: url(../image/inner-banner.png);
  background-position: center;
  background-size: cover;
}

.inner-banner-bg .miai_home_time {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
}

.inner-banner-bg .miai_home_time div {
  width: 100%;
  color: #fafafa;
  font-size: 30px;
  font-weight: 600;
}

.inner-banner-bg .miai_home_time .time_s {
  font-size: 80px;
}

@media (max-width: 1600) {
  .inner-banner-bg .miai_home_time {
    display: none;
  }
}

.inner-banner {
  width: 100%;
  height: 400px;
  padding: 100px 0 64px;
  position: relative;
  z-index: 100;
  box-sizing: border-box;
}

.inner-banner .personImg {
  height: 290px;
  animation: none;
  position: absolute;
  bottom: 0;
  right: 70px;
  cursor: pointer;
}

.inner-banner .miai-p3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.inner-banner .miai_top_bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.inner-banner .miai_top_bg img {
  height: 400px;
  object-fit: fill;
}

/* 未登录时背景显示 */
.inner-banner .miai_top_bg0 {
  width: 400vh;
  position: absolute;
  left: -100vh;
  top: 0;
  z-index: -1;
  overflow-x: scroll;
}

.inner-banner .miai_top_bg0 .shell {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
}

.inner-banner .miai_top_bg0 .imgBox_img {
  width: 300vh;
  height: 400px;
  transform: translate(100px, -8px);
}

.inner-banner .miai_top_bg .imgBox {
  width: 100vh;
  height: 856px;
  display: flex;
}

.inner-banner .miai_top_bg .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.inner-banner .miai_top_bg .imgBox_null {
  width: 100%;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.inner-banner .miai_top_bg .imgBox_null img {
  width: 100%;
  object-fit: fill;
  animation: none;
}

.inner-banner .miai_top_videoBg .imgBox_null {
  width: 100%;
  height: 400px;
  display: flex;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.inner-banner .miai_top_videoBg .imgBox_null img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.inner-banner .miai_top_videoBg .imgBox_null video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.inner-banner .miai_top_videoBg .imgBox_null video:last-child {
  transform: rotateY(180deg);
}

.inner-banner h2 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #F1DAB0;
  margin-bottom: 35px;
}

.inner-banner h2 b {
  color: #E2FDFB;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

.inner-banner .ms-58 {
  margin-left: 58px;
}

@media (max-width: 992px) {
  .inner-banner .ms-58 {
    margin-left: 0;
  }
}

.inner-banner p {
  font-weight: 500;
  font-size: 19px;
  line-height: 150%;
  letter-spacing: 0.07em;
  color: #FAFAFA;
}

@media (max-width: 992px) {
  .inner-banner p {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.about {
  padding: 100px 0 50px;
}

@media (max-width: 492px) {
  .about {
    padding: 0px 0 50px;
  }
}

.about h2 {
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #F1DAB0;
  margin-bottom: 50px;
}

.about h2 b {
  color: #E2FDFB;
  font-weight: 400;
}

.about .horoscope-slider {
  margin-bottom: 50px;
}

.about .horoscope-slider .item a span.light-text {
  font-weight: 700;
  font-size: 27px;
  letter-spacing: -0.02em;
  margin: 0;
}

.about .horoscope-slider .slick-prev::before {
  display: none;
}

.about .horoscope-slider .slick-next::before {
  color: #FAFAFA;
}

.about p {
  font-weight: 500;
  font-size: 19px;
  line-height: 150%;
  letter-spacing: 0.07em;
  color: #FAFAFA;
  margin-bottom: 48px;
}

.about .light-btn.active {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about .light-btn.active span {
  font-weight: 700;
  font-size: 27px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #8B5403;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 768px) {
  .about .light-btn.active span {
    font-size: 23px;
  }
}

@media (max-width: 492px) {
  .about .light-btn.active span {
    font-size: 19px;
  }
}

.about .light-btn.active:hover span {
  color: #F1DAB0;
}

.about .about-detail {
  margin-right: -96px;
  padding: 50px 96px 50px 50px;
  background-image: linear-gradient(to bottom, #30cfd0 0%, #330867 100%);
  box-shadow: 24px 24px 10px rgba(24, 25, 27, 0.01), 15px 15px 9px rgba(24, 25, 27, 0.09), 9px 9px 7px rgba(24, 25, 27, 0.3), 4px 4px 5px rgba(24, 25, 27, 0.51), 1px 1px 3px rgba(24, 25, 27, 0.59), 0px 0px 0px rgba(24, 25, 27, 0.6);
  border-radius: 90px 0px 0px 90px;
}

@media (max-width: 1599px) {
  .about .about-detail {
    padding: 64px 90px 64px 36px;
  }
}

@media (max-width: 1399px) {
  .about .about-detail {
    margin-right: -130px;
  }
}

@media (max-width: 1199px) {
  .about .about-detail {
    margin-right: 0px;
    border-radius: 60px;
    padding: 64px 48px 64px 48px;
  }
}

@media (max-width: 992px) {
  .about .about-detail {
    border-radius: 38px;
    padding: 32px;
  }
}

@media (max-width: 492px) {
  .about .about-detail {
    border-radius: 15px;
    padding: 18px;
  }
}

.about .about-detail h2 {
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #2C2D2F;
  margin-bottom: 8px;
}

.about .about-detail p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.07em;
  color: #2C2D2F;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  margin-bottom: 24px;
}

.about .about-detail img {
  width: 100%;
  height: 100%;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
}

.about .about-detail a {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  background: #1B1C1E;
}

.about .about-detail a:hover {
  background: #F1DAB0;
}

.about .about-detail .newsBox-left:hover .newsBox-right {
  animation: newsBoxSkip .75s linear 1;
}

@keyframes newsBoxSkip {
  0% {
    left: 0px;
  }

  25% {
    left: 5px;
  }

  50% {
    left: 10px;
  }

  75% {
    left: 5px;
  }

  100% {
    left: 0px;
  }
}

.about .about-detail .newsBox {
  text-align: left;
  color: #fafafa;
}

.about .about-detail .newsBox li::marker {
  content: "✵";
}

.about .about-detail .newsBox li p {
  color: #e2fdfb;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.about .about-detail .newsBox li p:hover {
  color: #fafafa;
  text-decoration: underline;
  cursor: pointer;
}

.service .service-block {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 24px 24px 10px rgba(24, 25, 27, 0.01), 15px 15px 9px rgba(24, 25, 27, 0.09), 9px 9px 7px rgba(24, 25, 27, 0.3), 4px 4px 5px rgba(24, 25, 27, 0.51), 1px 1px 3px rgba(24, 25, 27, 0.59), 0px 0px 0px rgba(24, 25, 27, 0.6);
}

.service .service-block-btn {
  padding: 45px 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
  .service .service-block-btn {
    padding: 25px 0;
  }
}

.service .service-block.br-60 {
  border-radius: 20px;
}

.service .service-block.top-margin {
  margin-top: -275px;
}

@media (max-width: 1199px) {
  .service .service-block.top-margin {
    margin-top: 0;
  }
}

.service .service-block img {
  width: 100%;
}

.service .service-block .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #064d51c7 17.5%, rgba(27, 28, 30, 0) 50.06%);
  padding: 30px 0;
  text-align: center;
}

.service .service-block .overlay h2 {
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #FAFAFA;
  font-size: 25px;
}

@media (max-width: 1499px) {
  .service .service-block .overlay h2 {
    font-size: 38px;
  }
}

@media (max-width: 1399px) {
  .service .service-block .overlay h2 {
    font-size: 32px;
  }
}

.service .service-block .title {
  width: 280px;
  position: absolute;
  left: -330px;
  top: 20px;
  z-index: 10;
  padding: 8px 32px;
  background: #0D0D0D;
  border-radius: 0px 10px 10px 0px;
  text-align: left;
  transition: all 0.5s ease-in-out;
}

.service .service-block .title h4 {
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
  color: #FAFAFA;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
  .service .service-block .title h4 {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.service .service-block .title p {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.07em;
  color: #F1DAB0;
  margin: 0;
}

.service .wallpaperClick {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  text-align: center;
}

.service .wallpaperClick a {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service .wallpaperClick a img {
  width: 100px;
  height: 100px;
}

.service .wallpaperClick a p {
  width: 100%;
  font-size: 17px;
}

.service .wallpaperClick:hover {
  background-color: #0114156f;
}

.service .wallpaperClick:hover a {
  display: flex;
  color: #f1dab0;
}

.service .service-block .socail-link {
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: -150px;
  width: 100%;
  margin: 0;
  transition: all 0.5s ease-in-out;
}

.service .service-block .socail-link li {
  width: 104px;
  text-align: center;
  background: #FAFAFA;
  padding: 32px 0px 64px;
  border-radius: 40px 40px 0px 0px;
}

@media (max-width: 992px) {
  .service .service-block .socail-link li {
    width: 90px;
  }
}

@media (max-width: 492px) {
  .service .service-block .socail-link li {
    width: 72px;
  }
}

.service .service-block .socail-link li a i {
  font-size: 32px;
  color: #797D86;
}

.service .service-block .socail-link li a:hover {
  transition: all 0.5s ease-in-out;
}

.service .service-block .socail-link li a:hover i {
  color: #F1DAB0;
}

.service .service-block .socail-link li a:hover svg {
  stroke: #F1DAB0;
}

.service .service-block:hover .overlay h2 {
  color: #F1DAB0;
}

.service .service-block:hover .title {
  left: -10px;
  transition: all 0.5s ease-in-out;
}

.service .service-block:hover .socail-link {
  bottom: -32px;
  transition: all 0.5s ease-in-out;
}

.service .item-block {
  padding: 64px 50px;
  border: 2px solid #F1DAB0;
  border-radius: 90px;
}

@media (max-width: 1499px) {
  .service .item-block {
    padding: 32px;
    border-radius: 40px;
  }
}

@media (max-width: 768px) {
  .service .item-block {
    padding: 24px;
    border-radius: 28px;
  }
}

.service .item-block .img-block img {
  border-radius: 30px;
  width: 100%;
}

@media (max-width: 992px) {
  .service .item-block .img-block img {
    height: 500px;
    width: 80%;
    margin-bottom: 24px;
  }
}

@media (max-width: 492px) {
  .service .item-block .img-block img {
    height: 400px;
    width: 100%;
    margin-bottom: 24px;
  }
}

.service .item-block .content h2 {
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #FAFAFA;
  margin-bottom: 8px;
}

.service .item-block .content p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.07em;
  color: #AFB1B6;
  margin-bottom: 33px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
}

@media (max-width: 1499px) {
  .service .item-block .content p {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}

@media (max-width: 1199px) {
  .service .item-block .content p {
    -webkit-line-clamp: 7;
    line-clamp: 7;
  }
}

@media (max-width: 492px) {
  .service .item-block .content p {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}

.service .item-block .content ul {
  margin-bottom: 50px;
}

.service .item-block .content ul li {
  font-weight: 800;
  font-size: 12px;
  line-height: 124%;
  letter-spacing: 0.05em;
  color: #FAFAFA;
  margin-bottom: 16px;
}

.service .item-block .content a {
  width: 100%;
  text-align: center;
}

.service_about li {
  color: #D6D8DB;
  font-size: 16px;
}

.service_about li::marker {
  content: "☪";
}

.service_about li p {
  padding-left: 10px;
  font-size: 16px;
  margin: 0 0 5px 0;
}

.service .service_about_hr p {
  line-height: 40px;
}

.client .heading h2 {
  margin-bottom: 50px;
}

.client .client-slider {
  margin-bottom: 130px;
}

.client .client-slider .item {
  border: 2px solid #F1DAB0;
  border-radius: 80px;
  padding: 64px;
}

@media (max-width: 1399px) {
  .client .client-slider .item {
    padding: 32px;
    border-radius: 30px;
  }
}

.client .client-slider .item .client-image {
  position: relative;
}

.client .client-slider .item .client-image img {
  border-radius: 80px;
}

@media (max-width: 1399px) {
  .client .client-slider .item .client-image img {
    margin: 0 auto;
    margin-bottom: 32px;
  }
}

@media (max-width: 492px) {
  .client .client-slider .item .client-image img {
    border-radius: 30px;
  }
}

.client .client-slider .item .client-image .shape {
  position: absolute;
  left: -17px;
  top: -22px;
  margin: 0;
}

.client .client-slider .item .client-image .shape2 {
  position: absolute;
  right: -17px;
  bottom: -22px;
  margin: 0;
}

.client .client-slider .item .content h2 {
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #FAFAFA;
  margin: 0 16px 0 0;
}

.client .client-slider .item .content p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.07em;
  color: #AFB1B6;
  margin-bottom: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (max-width: 1199px) {
  .client .client-slider .item .content p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}

.client .client-slider .item .content ul {
  display: flex;
  align-items: center;
}

.client .client-slider .item .content ul li {
  font-size: 30px;
  padding-right: 10px;
  color: #F1DAB0;
}

@media (max-width: 492px) {
  .client .client-slider .item .content ul li {
    font-size: 24px;
  }
}

.client .client-slider .item .content ul li:last-child {
  color: #AFB1B6;
}

.client .client-slider .item .content .quote-image {
  border-radius: 15px;
  box-shadow: 24px 24px 10px rgba(24, 25, 27, 0.01), 15px 15px 9px rgba(24, 25, 27, 0.09), 9px 9px 7px rgba(24, 25, 27, 0.3), 4px 4px 5px rgba(24, 25, 27, 0.51), 1px 1px 3px rgba(24, 25, 27, 0.59), 0px 0px 0px rgba(24, 25, 27, 0.6);
  margin-bottom: 0;
  -webkit-transform: rotate(360deg);
  animation: quote-image_rotation 3s linear infinite;
  -moz-animation: quote-image_rotation 3s linear infinite;
  -webkit-animation: quote-image_rotation 3s linear infinite;
  -o-animation: rotquote-image_rotationation 3s linear infinite;
  cursor: pointer;
}

@-webkit-keyframes quote-image_rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }

}

.client .client-slider .slick-prev:before {
  left: -40px;
}

.client .client-slider .slick-next:before {
  right: -40px;
}

.client .client-slider .slick-prev:before,
.client .client-slider .slick-next:before {
  color: #FAFAFA;
}

.client .client-slider .slick-dots {
  bottom: -80px;
}

.client .client-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 9px;
  padding: 5px;
  border-radius: 30px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #FAFAFA;
}

.client .client-slider .slick-dots li button::before {
  opacity: 0;
}

.client .client-slider .slick-dots li.slick-active {
  width: 48px;
}

.client .client-slider .slick-dots li.slick-active button {
  width: 100%;
  background: #F1DAB0;
}

.contact {
  padding-bottom: 64px;
}

.contact .contact-block {
  border: 3px solid #F1DAB0;
  border-radius: 90px;
  padding: 50px;
  margin-bottom: 47px;
}

.contact .contact-block.space-bottom {
  margin-bottom: 150px;
}

@media (max-width: 992px) {
  .contact .contact-block.space-bottom {
    margin-bottom: 24px;
  }
}

@media (max-width: 1399px) {
  .contact .contact-block {
    margin-bottom: 48px;
    border-radius: 60px;
  }
}

@media (max-width: 768px) {
  .contact .contact-block {
    padding: 50px 38px;
    border-radius: 48px;
  }
}

@media (max-width: 490px) {
  .contact .contact-block {
    padding: 32px 18px;
    border-radius: 24px;
  }
}

.contact .contact-block .light-btn {
  color: #8B5403 !important;
}

.contact .contact-block .light-btn:hover {
  color: #FAFAFA !important;
}

.contact .information-box {
  width: 848px;
  padding: 50px;
  background-image: linear-gradient(to bottom, #30cfd0 0%, #330867 100%);
  box-shadow: 24px 24px 10px rgba(24, 25, 27, 0.01), 15px 15px 9px rgba(24, 25, 27, 0.09), 9px 9px 7px rgba(24, 25, 27, 0.3), 4px 4px 5px rgba(24, 25, 27, 0.51), 1px 1px 3px rgba(24, 25, 27, 0.59), 0px 0px 0px rgba(24, 25, 27, 0.6);
  border-radius: 90px;
  position: absolute;
  right: 0;
  top: 60px;
}

@media (max-width: 1799px) {
  .contact .information-box {
    width: 700px;
    padding: 80px 72px;
    border-radius: 90px;
  }
}

@media (max-width: 1599px) {
  .contact .information-box {
    width: 600px;
    padding: 72px 58px;
    border-radius: 72px;
  }
}

@media (max-width: 1399px) {
  .contact .information-box {
    position: relative;
    right: unset;
    top: unset;
    width: 100%;
    border-radius: 60px;
  }
}

@media (max-width: 768px) {
  .contact .information-box {
    padding: 50px 38px;
    border-radius: 48px;
  }
}

@media (max-width: 490px) {
  .contact .information-box {
    padding: 32px 18px;
    border-radius: 24px;
  }
}

.contact .information-box h4 {
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #8B5403;
}

.contact .information-box p {
  color: #e2fdfb;
  font-weight: 500;
  font-size: 19px;
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-bottom: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
  .contact .information-box p {
    margin-bottom: 48px;
  }
}

@media (max-width: 490px) {
  .contact .information-box p {
    margin-bottom: 32x;
    font-size: 16px;
  }
}

.contact .information-box h5 {
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #8B5403;
}

.contact .information-box.st-2 {
  width: 944px;
  padding: 50px 96px 60px 64px;
  margin-right: -96px;
  border-radius: 90px 0px 0px 90px;
}

@media (max-width: 1799px) {
  .contact .information-box.st-2 {
    width: 800px;
    padding: 80px 72px;
  }
}

@media (max-width: 1599px) {
  .contact .information-box.st-2 {
    width: 700px;
    padding: 72px 58px;
  }
}

@media (max-width: 1399px) {
  .contact .information-box.st-2 {
    position: relative;
    right: unset;
    top: unset;
    width: 100%;
    border-radius: 60px;
  }
}

@media (max-width: 768px) {
  .contact .information-box.st-2 {
    padding: 50px 38px;
    border-radius: 48px;
  }
}

@media (max-width: 490px) {
  .contact .information-box.st-2 {
    padding: 32px 18px;
    border-radius: 24px;
  }
}

.contact .information-box.st-2 ul {
  margin: 0;
}

@media (max-width: 992px) {
  .contact .information-box.st-2 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (max-width: 992px) {
  .contact .information-box.st-2 ul li {
    width: 33%;
  }
}

@media (max-width: 492px) {
  .contact .information-box.st-2 ul li {
    width: 50%;
  }
}

.contact .information-box.st-2 ul li button {
  font-weight: 700;
  font-size: 27px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #AFB1B6;
  margin-bottom: 32px;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: 0;
}

.contact .information-box.st-2 ul li button:hover,
.contact .information-box.st-2 ul li button:focus,
.contact .information-box.st-2 ul li button.active {
  color: #2C2D2F;
}

.contact .information-box.st-2 ul li button:focus,
.contact .information-box.st-2 ul li button.active {
  font-size: 47px;
}

.contact .information-box.st-2 .text-detail {
  padding: 50px;
  width: 100%;
  border: 2px solid #F1DAB0;
  border-radius: 60px;
}

@media (max-width: 992px) {
  .contact .information-box.st-2 .text-detail {
    border-radius: 40px;
    padding: 32px;
  }
}

@media (max-width: 768px) {
  .contact .information-box.st-2 .text-detail {
    border-radius: 48px;
    padding: 16px 32px;
  }
}

@media (max-width: 492px) {
  .contact .information-box.st-2 .text-detail {
    border-radius: 28px;
    padding: 12px 18px;
  }
}

.contact .information-box.st-2 .text-detail p {
  font-weight: 700;
  font-size: 27px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #2C2D2F;
  margin: 0;
}

.contact .information-box.st-2 img {
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 60px;
  width: 100%;
}

@media (max-width: 768px) {
  .contact .information-box.st-2 img {
    border-radius: 48px;
  }
}

@media (max-width: 492px) {
  .contact .information-box.st-2 img {
    border-radius: 28px;
  }
}

.contact .title {
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #F1DAB0;
  margin-bottom: 45px;
}

.contact .title b {
  color: #E2FDFB;
  font-weight: 700;
}

.contact .invoice-block {
  background-image: linear-gradient(to bottom, #30cfd0 0%, #330867 100%);
  box-shadow: 24px 24px 10px rgba(24, 25, 27, 0.01), 15px 15px 9px rgba(24, 25, 27, 0.09), 9px 9px 7px rgba(24, 25, 27, 0.3), 4px 4px 5px rgba(24, 25, 27, 0.51), 1px 1px 3px rgba(24, 25, 27, 0.59), 0px 0px 0px rgba(24, 25, 27, 0.6);
  border-radius: 90px;
  padding: 50px 74px;
}

@media (max-width: 1399px) {
  .contact .invoice-block {
    padding: 48px;
    border-radius: 50px;
  }
}

@media (max-width: 768px) {
  .contact .invoice-block {
    padding: 32px;
    border-radius: 38px;
  }
}

@media (max-width: 492px) {
  .contact .invoice-block {
    padding: 24px;
    border-radius: 32px;
  }
}

.contact .invoice-block h4 {
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #8B5403;
  margin-bottom: 20px;
}

.contact .invoice-block p {
  font-weight: 500;
  font-size: 19px;
  line-height: 150%;
  letter-spacing: 0.07em;
  color: #2C2D2F;
  margin-bottom: 50px;
}

.contact .invoice-block .bookimg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #8B5403;
  margin-bottom: 15px;
}

.contact .invoice-block .bookimg span {
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #2C2D2F;
  padding-bottom: 41px;
}

.contact .invoice-block .bookimg span b {
  font-weight: 700;
  color: #8B5403;
}

.contact .invoice-block .bookimg span:last-child {
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #8B5403;
}

.contact .invoice-block .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0 48px;
}

.contact .invoice-block .total span {
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #1B1C1E;
}

.contact .invoice-block .total span:last-child {
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #8B5403;
}

.booking h2 {
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #F1DAB0;
  margin-bottom: 30px;
}

.booking h2 b {
  color: #E2FDFB;
}

.booking .service-book {
  border: 2px solid #F1DAB0;
  border-radius: 60px;
  padding: 41px 34px;
  width: 100%;
  display: flex;
  align-items: center;
  background: transparent;
}

.booking .container .service-book img {
  width: 120px;
  height: 120px;
}

@media only screen and (min-width: 1399px) and (max-width: 1499px) {
  .booking .service-book {
    padding: 16px;
    border-radius: 38px;
  }
}

@media (max-width: 992px) {
  .booking .service-book {
    padding: 24px;
    border-radius: 28px;
  }
}

@media only screen and (min-width: 1399px) and (max-width: 1499px) {
  .booking .service-book img {
    width: 90px;
    height: 90px;
  }
}

.booking .service-book .content {
  padding-left: 20px;
  text-align: left;
}

.booking .service-book .content span {
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.03em;
  display: block;
  color: #F1DAB0;
}

.booking .service-book .content span:last-child {
  color: #E2FDFB;
}

.booking .service-book.active,
.booking .service-book:focus,
.booking .service-book:hover {
  background: #F1DAB0;
  transition: all 0.5s ease-in-out;
}

.booking .service-book.active .content span,
.booking .service-book:focus .content span,
.booking .service-book:hover .content span {
  color: #8B5403;
  transition: all 0.5s ease-in-out;
}

.booking .service-book.active .content span:last-child,
.booking .service-book:focus .content span:last-child,
.booking .service-book:hover .content span:last-child {
  color: #1B1C1E;
}

.booking .astro-book {
  padding: 70px 0;
  text-align: center;
  border: 2px solid #F1DAB0;
  border-radius: 60px;
  background: transparent;
  width: 100%;
}

@media (max-width: 1399px) {
  .booking .astro-book {
    padding: 48px 0;
    border-radius: 48px;
  }
}

.booking .astro-book img {
  width: 300px;
  height: 180px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.booking .astro-book span {
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #E2FDFB;
  margin-bottom: 20px;
  display: block;
}

.booking .astro-book span:last-child {
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #E2FDFB;
  margin: 0;
}

.booking .astro-book span:last-child b {
  color: #F1DAB0;
  font-size: 61px;
  line-height: 120%;
}

.booking .astro-book.active,
.booking .astro-book:focus,
.booking .astro-book:hover {
  background: #F1DAB0;
  transition: all 0.5s ease-in-out;
}

.booking .astro-book.active .content span,
.booking .astro-book:focus .content span,
.booking .astro-book:hover .content span {
  color: #8B5403;
  transition: all 0.5s ease-in-out;
}

.booking .astro-book.active .content span:last-child,
.booking .astro-book:focus .content span:last-child,
.booking .astro-book:hover .content span:last-child {
  color: #1B1C1E;
}

.booking .astro-book.active .content span:last-child b,
.booking .astro-book:focus .content span:last-child b,
.booking .astro-book:hover .content span:last-child b {
  color: #8B5403;
  transition: all 0.5s ease-in-out;
}

.horoscope .input-group {
  padding: 12px 24px;
}

.horoscope .input-group .form-control {
  font-weight: 400;
  font-size: 27px;
  line-height: 120%;
  letter-spacing: -0.02em;
}

.horoscope .card {
  background: transparent;
  border: none;
}

.horoscope .card .card-header {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  padding-bottom: 26px;
}

.horoscope .card .card-header ul {
  justify-content: left;
  flex-wrap: wrap;
}

.horoscope .card .card-header ul li {
  padding: 0 8px 15px 8px;
}

@media (max-width: 1350px) {
  .horoscope .card .card-header ul li {
    padding: 0 8px 15px 8px;
  }
}

@media (max-width: 1199px) {
  .horoscope .card .card-header ul li {
    padding: 0 5px 15px 5px;
  }
}

.horoscope .card .card-header ul li a {
  border: 2px solid #AFB1B6;
  border-radius: 30px;
  background: transparent;
  padding: 8px 16px;
  font-size: 21px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #AFB1B6;
}

.horoscope .card .card-header ul li a b {
  font-weight: 400;
}

@media (max-width: 1350px) {
  .horoscope .card .card-header ul li a {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  .horoscope .card .card-header ul li a {
    font-size: 28px;
    padding: 14px 28px;
  }
}

@media (max-width: 768px) {
  .horoscope .card .card-header ul li a {
    font-size: 22px;
    padding: 12px 24px;
    border-radius: 24px;
  }
}

@media (max-width: 490px) {
  .horoscope .card .card-header ul li a {
    font-size: 19px;
    padding: 12px 18px;
    border-radius: 14px;
  }
}

.horoscope .card .card-header ul li a b {
  color: #F1DAB0;
}

.horoscope .card .card-header ul li a.active,
.horoscope .card .card-header ul li a:hover {
  border-color: #F1DAB0;
  background: #F1DAB0;
  color: #2C2D2F;
}

.horoscope .card .card-header ul li a.active b,
.horoscope .card .card-header ul li a:hover b {
  color: #8B5403;
}

.horoscope .card .card-body {
  padding: 0;
}

.horoscope .card .card-body .tab-pane .horoscope-item {
  border: 2px solid #F1DAB0;
  border-radius: 30px;
  width: 100%;
  padding: 20px 65px 33px 20px;
  position: relative;
  margin-bottom: 24px;
}

@media only screen and (min-width: 1199px) and (max-width: 1900px) {
  .horoscope .card .card-body .tab-pane .horoscope-item {
    padding: 50px 50px 63px 50px;
  }
}

@media (max-width: 767px) {
  .horoscope .card .card-body .tab-pane .horoscope-item {
    border-radius: 38px;
    padding: 32px 16px;
  }
}

.horoscope .card .card-body .tab-pane .horoscope-item::before {
  content: url("../image/star-icon.png");
  position: absolute;
  left: 44px;
  top: 28px;
}

@media (max-width: 767px) {
  .horoscope .card .card-body .tab-pane .horoscope-item::before {
    display: none;
  }
}

.horoscope .card .card-body .tab-pane .horoscope-item::after {
  content: url("../image/star-icon.png");
  position: absolute;
  right: 44px;
  bottom: 28px;
}

@media (max-width: 767px) {
  .horoscope .card .card-body .tab-pane .horoscope-item::after {
    display: none;
  }
}

.horoscope .card .card-body .tab-pane .horoscope-item .sign-block {
  width: 100px;
}

.horoscope .card .card-body .tab-pane .horoscope-item .sign-block img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.horoscope .card .card-body .tab-pane .horoscope-item .content-block {
  width: 80%;
}

@media (max-width: 490px) {
  .horoscope .card .card-body .tab-pane .horoscope-item .content-block {
    width: 65%;
  }
}

.horoscope .card .card-body .tab-pane .horoscope-item .content-block h2 {
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #F1DAB0;
}

.horoscope .card .card-body .tab-pane .horoscope-item .content-block h2 b {
  font-size: 21px;
  font-weight: 700;
  color: #E2FDFB;
}

@media only screen and (min-width: 1199px) and (max-width: 1499px) {
  .horoscope .card .card-body .tab-pane .horoscope-item .content-block h2 {
    font-size: 20px;
  }
}

.horoscope .card .card-body .tab-pane .horoscope-item .content-block span {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #F1DAB0;
  margin-bottom: 0px;
}

.horoscope .card .card-body .tab-pane .horoscope-item .content-block span b {
  font-weight: 400;
  color: #E2FDFB;
}

.horoscope .card .card-body .tab-pane .horoscope-item a {
  text-align: center;
  font-weight: 500;
  font-size: 19px;
  line-height: 150%;
  letter-spacing: 0.02em;
  background: linear-gradient(126.72deg, #DAA75E 15.38%, #F1DAB0 113.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.horoscope .card .card-body .tab-pane .horoscope-item a:hover {
  background: linear-gradient(126.72deg, #E2FDFB 15.38%, #F1DAB0 113.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.horoscope .card .card-body .tab-pane .horoscope-item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #F0F2F4;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 80%;
}

@media (max-width: 490px) {
  .horoscope .card .card-body .tab-pane .horoscope-item p {
    width: 65%;
  }
}

.horoscope-detail {
  padding-bottom: 26px;
  position: relative;
  z-index: 100;
}

/* ````````````````````` */
.inner-banner-bg .miai_home-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.inner-banner-bg .miai_home-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .miai_home-content {
  position: relative;
} */

.miai_home-content::after {
  content: "";
  position: absolute;
  bottom: -700px;
  left: 0;
  width: 100%;
  height: 900px;
  background: #011516;
  filter: blur(80px) brightness(90%) opacity(1);
  z-index: 1;
}

/* ``````````````````````` */
.horoscope-detail .custom_select {
  width: 100%;
  display: inline-block;
  color: #fff;
  transition: all 0.5s ease;
  position: relative;
  margin-bottom: 50px;
  text-align: left;
  border: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.horoscope-detail .custom_select .select-block {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.horoscope-detail .custom_select .select-block .selected {
  width: 90%;
}

.horoscope-detail .custom_select .select-block i {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  float: right;
  line-height: 20px;
}

.horoscope-detail .custom_select.active .select-block i {
  transform: rotate(90deg);
}

.horoscope-detail .custom_select .select_menu {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 1px;
  border-radius: 30px;
  overflow: hidden;
  display: none;
  max-height: 320px;
  overflow-y: auto;
  z-index: 9;
  padding: 0;
  list-style: none;
  background: linear-gradient(180deg, #011415 0%, #062B2E 100%);
}

.horoscope-detail .custom_select .select_menu::-webkit-scrollbar {
  width: 5px;
  background-color: #f1dab0;
  border-radius: 7px;
}

.horoscope-detail .custom_select .select_menu li {
  padding: 10px 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.horoscope-detail .horoscope-item {
  width: 100%;
  position: relative;
  margin-bottom: 24px;
}

.horoscope-detail .horoscope-item .sign-block {
  width: 148px;
}

.horoscope-detail .horoscope-item .content-block {
  width: 80%;
}

@media (max-width: 490px) {
  .horoscope-detail .horoscope-item .content-block {
    width: 65%;
  }
}

.horoscope-detail .horoscope-item .content-block h2 {
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #F1DAB0;
  margin-bottom: 8px;
}

.horoscope-detail .horoscope-item .content-block h2 b {
  font-weight: 700;
  color: #E2FDFB;
}

@media only screen and (min-width: 1199px) and (max-width: 1499px) {
  .horoscope-detail .horoscope-item .content-block h2 {
    font-size: 32px;
  }
}

.horoscope-detail .horoscope-item .content-block span {
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #F1DAB0;
  margin-bottom: 0px;
}

.horoscope-detail .horoscope-item .content-block span b {
  font-weight: 400;
  color: #E2FDFB;
}

.horoscope-detail .card {
  background: transparent;
  border: none;
}

.horoscope-detail .card .card-header {
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 34px;
}

.horoscope-detail .card .card-header ul li {
  padding: 0 15px 18px 0;
}

.horoscope-detail .card .card-header ul li a {
  border: 2px solid #AFB1B6;
  border-radius: 30px;
  background: transparent;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #AFB1B6;
}

.horoscope-detail .card .card-header ul li a.active,
.horoscope-detail .card .card-header ul li a:hover {
  border-color: #F1DAB0;
  color: #FAFAFA;
}

.horoscope-detail .card .card-body {
  padding: 0;
}

.horoscope-detail .card .card-body .tab-pane h4 {
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #F1DAB0;
  margin-bottom: 16px;
}

.horoscope-detail .card .card-body .tab-pane p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.07em;
  color: #D6D8DB;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.horoscope-detail .card .card-body .tab-pane .radial-progress {
  height: auto;
  max-width: 100%;
  padding: 0;
  transform: rotate(-90deg);
  width: 100%;
}

@media (max-width: 992px) {
  .horoscope-detail .card .card-body .tab-pane .radial-progress {
    max-width: 50%;
    width: 50%;
    margin: 0 auto;
  }
}

.horoscope-detail .card .card-body .tab-pane .radial-progress circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #fff;
  stroke-dashoffset: 219.9114857513;
}

.horoscope-detail .card .card-body .tab-pane .radial-progress circle.incomplete {
  stroke-width: 2;
  opacity: 0.35;
}

.horoscope-detail .card .card-body .tab-pane .radial-progress circle.complete {
  stroke-width: 3;
  stroke-dasharray: 219.9114857513;
}

.horoscope-detail .card .card-body .tab-pane .radial-progress text {
  fill: #F1DAB0;
  font-weight: 700;
  font-size: 19px;
  text-anchor: middle;
}

.horoscope-detail .card .card-body .tab-pane .radial-progress:nth-of-type(6n+1) circle {
  stroke: #E2FDFB;
}

.horoscope-detail .card .card-body .tab-pane .title {
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.03em;
  color: #E2FDFB;
  text-align: center;
  font-family: "Playfair Display", serif;
  margin-bottom: 24px;
}

.horoscope-detail .card .card-body .tab-pane .content {
  margin-bottom: 24px;
  width: 50%;
}

@media (max-width: 492px) {
  .horoscope-detail .card .card-body .tab-pane .content {
    width: 100%;
  }
}

.horoscope-detail .card .card-body .tab-pane .content h5 {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #F1DAB0;
  margin-bottom: 16px;
}

.horoscope-detail .card .card-body .tab-pane .content span {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.07em;
  color: #FAFAFA;
  display: block;
}

.horoscope-detail .releted h2 {
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #F1DAB0;
  margin-bottom: 30px;
}

.horoscope-detail .releted h2 b {
  color: #E2FDFB;
}

.horoscope-detail .releted ul li .detail {
  display: flex;
  align-items: center;
}

.horoscope-detail .releted ul li .detail img {
  width: 88px;
  height: 88px;
}

.horoscope-detail .releted ul li .detail .text {
  margin-left: 20px;
}

.horoscope-detail .releted ul li .detail .text h5 {
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #E2FDFB;
  margin-bottom: 8px;
}

.horoscope-detail .releted ul li .detail .text p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.07em;
  color: #E2FDFB;
  margin: 0;
}

.tarot {
  padding-bottom: 48px;
}

.tarot .img-block {
  box-shadow: 24px 24px 10px rgba(24, 25, 27, 0.01), 15px 15px 9px rgba(24, 25, 27, 0.09), 9px 9px 7px rgba(24, 25, 27, 0.3), 4px 4px 5px rgba(24, 25, 27, 0.51), 1px 1px 3px rgba(24, 25, 27, 0.59), 0px 0px 0px rgba(24, 25, 27, 0.6);
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 24px;
}

.tarot .miai_home_pic {
  width: 10%;
}

.tarot .miai_home_pic .img-block {
  width: 100%;
}

.tarot .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.tarot .img-block:hover img {
  animation: tarotRotate 1s linear 1 forwards;
}

@keyframes tarotRotate {
  from {
    transform: rotateY(0);
  }

  to {
    transform: rotateY(180deg);
  }
}

.blog .input-group {
  padding: 12px 24px;
}

.blog .input-group .form-control {
  font-weight: 400;
  font-size: 27px;
  line-height: 120%;
  letter-spacing: -0.02em;
}

.blog .card {
  background: transparent;
  border: none;
}

.blog .card .card-header {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  padding-bottom: 48px;
}

.blog .card .card-header ul {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  gap: 32px;
}

.blog .card .card-header ul li {
  position: relative;
}

.blog .card .card-header ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  font-size: 21px;
  font-weight: 600;
  line-height: 29px;
  color: #ABBCBB;
  position: relative;
}

.blog .card .card-header ul li a::before {
  content: url("../image/star-icon-sm.png");
  margin-right: 8px;
  margin-top: 6px;
}

.blog .card .card-header ul li a.active,
.blog .card .card-header ul li a:hover {
  background: linear-gradient(126.72deg, #DAA75E 15.38%, #F1DAB0 113.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.blog .card .card-header ul li a.active::before,
.blog .card .card-header ul li a:hover::before {
  content: url("../image/star-icon-ac.png");
}

.blog .card .card-body {
  padding: 0;
}

.blog .card .card-body .tab-pane .blog-item {
  display: flex;
  padding: 20px;
  justify-content: start;
  align-items: center;
  gap: 24px;
  border: 2px solid #F1DAB0;
  border-radius: 30px;
  width: 100%;
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
}

@media (min-width: 1920px) {
  .blog .card .card-body .tab-pane .blog-item {
    height: 270px;
  }
}

.blog .card .card-body .tab-pane .blog-item .light-btn {
  position: absolute;
  bottom: -40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog .card .card-body .tab-pane .blog-item {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .blog .card .card-body .tab-pane .blog-item {
    flex-direction: column;
    padding: 24px;
  }

  .blog .card .card-body .tab-pane .blog-item .light-btn {
    position: absolute;
    bottom: -40px;
    text-align: center;
  }
}

.blog .card .card-body .tab-pane .blog-item .img-block {
  position: relative;
}

.blog .card .card-body .tab-pane .blog-item .img-block::before {
  content: url("../image/star-icon.png");
  position: absolute;
  left: -20px;
  top: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog .card .card-body .tab-pane .blog-item .img-block::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .blog .card .card-body .tab-pane .blog-item .img-block::before {
    display: none;
  }
}

.blog .card .card-body .tab-pane .blog-item .img-block::after {
  content: url("../image/star-icon.png");
  position: absolute;
  right: -20px;
  bottom: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog .card .card-body .tab-pane .blog-item .img-block::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .blog .card .card-body .tab-pane .blog-item .img-block::after {
    display: none;
  }
}

.blog .card .card-body .tab-pane .blog-item .img-block img {
  border-radius: 10px;
  width: 100%;
  height: 220px;
}

.blog .card .card-body .tab-pane .blog-item .content-block {
  padding-left: 10px;
  position: relative;
  top: -20px;
}

.blog .card .card-body .tab-pane .blog-item .content-block .date {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.16px;
  margin-bottom: 8px;
  background: linear-gradient(126.72deg, #DAA75E 15.38%, #F1DAB0 113.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.blog .card .card-body .tab-pane .blog-item .content-block .title {
  font-size: 25px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 8px;
  color: #FAFAFA;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog .card .card-body .tab-pane .blog-item .content-block .title {
    font-size: 24px;
  }
}

.blog .card .card-body .tab-pane .blog-item .content-block p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
  color: #F0F2F4;
  margin-bottom: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog .card .card-body .tab-pane .blog-item .content-block p {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .blog .card .card-body .tab-pane .blog-item .content-block p {
    margin-bottom: 34px;
  }
}

.blog .card .card-body .tab-pane .blog-item .content-block .light-btn {
  background: transparent;
}

.blog .card .card-body .tab-pane .blog-item .content-block .light-btn:hover {
  background: #F1DAB0;
}

.blog-slider .slick-prev:before {
  left: -40px;
}

.blog-slider .slick-next:before {
  right: -40px;
}

.blog-slider .slick-prev:before,
.blog-slider .slick-next:before {
  color: #FAFAFA;
  font-size: 47px;
}

.blog-slider .item {
  margin: 0 12px;

}

@media (max-width: 1199px) {
  .blog-slider .item {
    margin: 0;
  }
}

.blog-slider .item .blog-item {
  display: flex;
  flex-direction: row;
  padding: 48px;
  justify-content: start;
  align-items: center;
  gap: 24px;
  border: 2px solid #F1DAB0;
  border-radius: 30px;
  width: 100%;
  position: relative;
  margin-bottom: 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-slider .item .blog-item {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .blog-slider .item .blog-item {
    flex-direction: column;
    padding: 24px;
    overflow-y: scroll;
  }
}

.blog-slider .item .blog-item .img-block {
  position: relative;
}

.blog-slider .item .blog-item .img-block::before {
  content: url("../image/star-icon.png");
  position: absolute;
  left: -20px;
  top: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-slider .item .blog-item .img-block::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .blog-slider .item .blog-item .img-block::before {
    display: none;
  }
}

.blog-slider .item .blog-item .img-block::after {
  content: url("../image/star-icon.png");
  position: absolute;
  right: -20px;
  bottom: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-slider .item .blog-item .img-block::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .blog-slider .item .blog-item .img-block::after {
    display: none;
  }
}

.blog-slider .item .blog-item .img-block img {
  border-radius: 60px;
}

.blog-slider .item .blog-item .content-block .date {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.16px;
  margin-bottom: 8px;
  background: linear-gradient(126.72deg, #DAA75E 15.38%, #F1DAB0 113.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.blog-slider .item .blog-item .content-block .title {
  font-size: 27px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 8px;
  color: #FAFAFA;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-slider .item .blog-item .content-block .title {
    font-size: 24px;
  }
}

.blog-slider .item .blog-item .content-block p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
  color: #F0F2F4;
  margin-bottom: 48px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-slider .item .blog-item .content-block p {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .blog-slider .item .blog-item .content-block p {
    margin-bottom: 24px;
  }
}

.blog-slider .item .blog-item .content-block .light-btn {
  background: transparent;
}

.blog-slider .item .blog-item .content-block .light-btn:hover {
  background: #F1DAB0;
}

.pagination-wrape {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

.pagination-wrape .pagination li {
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  margin-right: 16px;
  align-items: center;
  align-content: center;
}

.pagination-wrape .pagination li a {
  width: 48px;
  height: 48px;
  font-size: 21px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
  color: #FAFAFA;
  background: transparent;
  border-radius: 15px;
  display: block;
  border: 2px solid #F1DAB0;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
}

.pagination-wrape .pagination li a.arrow {
  font-size: 29px;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  color: #FAFAFA;
}

.pagination-wrape .pagination li a.current {
  color: #0D0D0D;
  background: linear-gradient(126.72deg, #DAA75E 15.38%, #F1DAB0 113.06%);
  border: none;
}

.pagination-wrape .pagination li a:hover {
  color: #0D0D0D;
  background: linear-gradient(126.72deg, #DAA75E 15.38%, #F1DAB0 113.06%);
  border: none;
  transition: all 0.5s ease-in-out;
}

.blog-detail .detail-row {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.blog-detail .detail-row .headshotBox {
  display: flex;
  align-items: center;
  position: relative;
}

.blog-detail .detail-row .headImg {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
}

.blog-detail .detail-row .headshotBox .img_box {
  width: 100px;
  height: 85px;
  position: absolute;
  left: -17px;
  top: -12px;
}

.blog-detail .detail-row .headshotBox .img_box img {
  width: 100px;
  height: 85px;
}

.blog-detail .detail-row .author {
  display: block;
  padding: 0 0 0 22px;
}

.blog-detail .detail-row .author h6 {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  line-height: 29px;
  color: #ABBCBB;
  margin-bottom: 8px;
}

.blog-detail .detail-row .author h6.name {
  color: #FAFAFA;
  margin-bottom: 0;
}

.blog-detail .detail-row .publish {
  display: block;
  padding: 0 22px;
}

.blog-detail .detail-row .publish h6 {
  font-size: 21px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 8px;
  color: #ABBCBB;
}

.blog-detail .detail-row .publish h6.date {
  color: #F1DAB0;
  margin-bottom: 0;
}

.blog-detail .detail-row .tags ul {
  display: flex;
  gap: 24px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.blog-detail .content .blog-title {
  font-size: 47px;
  font-weight: 700;
  line-height: 59px;
  margin-bottom: 8px;
  font-family: "Playfair Display", serif;
  color: #FAFAFA;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-detail .content .blog-title {
    font-size: 36px;
  }
}

@media (max-width: 1199px) {
  .blog-detail .content .blog-title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .blog-detail .content .blog-title {
    font-size: 36px;
  }
}

.blog-detail .content .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  margin: 8px 0;
  color: #a71818;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-detail .content .title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .blog-detail .content .title {
    font-size: 30px;
  }
}

.blog-detail .content p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
  color: #FAFAFA;
  margin-bottom: 48px;
  white-space: pre-line;
}

@media (max-width: 767px) {
  .blog-detail .content p {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

.blog-detail .content img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  box-shadow: 0px 0px 0px 0px rgba(24, 25, 27, 0.6), 1px 1px 3px 0px rgba(24, 25, 27, 0.59), 4px 4px 5px 0px rgba(24, 25, 27, 0.51), 9px 9px 7px 0px rgba(24, 25, 27, 0.3), 15px 15px 9px 0px rgba(24, 25, 27, 0.09), 24px 24px 10px 0px rgba(24, 25, 27, 0.01);
}

@media (max-width: 767px) {
  .blog-detail .content img {
    margin-bottom: 24px;
    border-radius: 30px;
  }
}

.blog-detail .content .quote {
  padding: 24px 54px;
  font-size: 27px;
  font-weight: 700;
  line-height: 38px;
  color: #FAFAFA;
  margin-top: 48px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .blog-detail .content .quote {
    margin-bottom: 24px;
  }
}

.blog-detail .content .quote::before {
  content: url("../image/star-icon-bac.png");
  position: absolute;
  left: 0px;
  top: 0px;
}

.blog-detail .content .quote::after {
  content: url("../image/star-icon-bac.png");
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.blog-sidebar {
  border-radius: 60px;
  border: 2px solid #F1DAB0;
  padding: 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-sidebar {
    padding: 16px;
  }
}

.blog-sidebar .block {
  margin-bottom: 48px;
}

.blog-sidebar .block .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  color: #FAFAFA;
  padding-bottom: 24px;
  border-bottom: 2px solid #F1DAB0;
}

.blog-sidebar .block .blog-block {
  display: flex;
  align-items: flex-start;
  padding: 24px 0px;
  gap: 16px;
  border-bottom: 2px solid #F1DAB0;
}

.blog-sidebar .block .blog-block:last-child {
  border-bottom: none;
}

.blog-sidebar .block .blog-block img {
  width: 150px;
  height: 100px;
  border-radius: 20px;
  box-shadow: 0px 0px 0px 0px rgba(24, 25, 27, 0.6), 1px 1px 3px 0px rgba(24, 25, 27, 0.59), 4px 4px 5px 0px rgba(24, 25, 27, 0.51), 9px 9px 7px 0px rgba(24, 25, 27, 0.3), 15px 15px 9px 0px rgba(24, 25, 27, 0.09), 24px 24px 10px 0px rgba(24, 25, 27, 0.01);
}

.blog-sidebar .block .blog-block .date {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.16px;
  color: #F1DAB0;
  margin-bottom: 8px;
}

.blog-sidebar .block .blog-block .blog-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 29px;
  color: #FAFAFA;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-sidebar .block .blog-block .blog-title {
    font-size: 16px;
  }
}

.blog-sidebar .block .categories {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  padding-top: 24px;
}

.blog-sidebar .block .categories li {
  margin-bottom: 16px;
}

.blog-sidebar .block .categories li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .block .categories li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.16px;
  color: #ABBCBB;
}

.blog-sidebar .block .categories li a.active {
  color: #F1DAB0;
}

.blog-sidebar .block .categories li a:hover {
  color: #F1DAB0;
}

.blog-sidebar .block .tags {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 16px;
}

.blog-sidebar .block .tags li {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.16px;
  color: #ABBCBB;
}

/*# sourceMappingURL=app.css.map */

/* 桌面壁纸 */
#imgBoxPC {
  margin: 0 5px 5px 0;
  width: calc((100% - 25px) / 6);
  min-width: calc((100% - 25px) / 6);
  max-width: calc((100% - 25px) / 6);

  &:nth-child(6n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  #imgBoxPC {
    margin: 0 0 5px 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
  #imgBoxPC {
    margin: 0 5px 5px 0;
    width: calc((100% - 10px) / 3);
    min-width: calc((100% - 10px) / 3);
    max-width: calc((100% - 10px) / 3);

    &:nth-child(3n) {
      margin-right: 0;
    }
  }
}

#imgBoxPC .wallpaperBox {
  max-height: 200px;
  overflow: hidden;
}

#imgBoxPC .wallpaperImg {
  width: 100%;
  height: 160px;
  position: relative;
}

#imgBoxPC .wallpaperImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  overflow: hidden;
}

#imgBoxPC .wallpaperTitle {
  padding-right: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 150px;
  overflow: hidden;
  color: #FAFAFA;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  #imgBoxPC .wallpaperTitle {
    top: 170px;
    padding-right: 0;
    text-align: center;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

#imgBoxPC .wallpaperBox:hover .wallpaperTitle {
  animation: animatetitle 3s linear 1 forwards;
}

@keyframes animatetitle {
  from {
    left: 100px;
  }

  to {
    left: -1000px;
  }
}

/* ·································································································································· */
/* 手机视频 */
#imgBoxSj .wallpaperImg video {
  width: 186px;
  height: 280px;
  object-fit: fill;
  cursor: pointer;
}

/* 桌面视频 */
#imgBoxPC .wallpaperImg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

#imgBoxPC .wallpaperImg iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

/* ·································································································································· */
/* 隐藏视频所有控件 */
video::-webkit-media-controls-enclosure {
  display: none;
}

.wallpaper_tip {
  margin: 5px 10px;
  padding: 0 8px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f1dab0;
  color: #8b5403;
  font-size: 14px;
  border-radius: 10px 0 10px 0;
  cursor: pointer;
}

.wallpaper_tip_it {
  margin: 5px 10px;
  padding: 0 8px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #038b72;
  color: #f1dab0;
  font-size: 14px;
  border-radius: 10px 0 10px 0;
  cursor: pointer;
}

/* ·································································································································· */
/* 手机壁纸 */
#imgBoxSj {
  margin: 0 5px 5px 0;
  width: calc((100% - 35px) / 8);
  min-width: calc((100% - 35px) / 8);
  max-width: calc((100% - 35px) / 8);

  &:nth-child(8n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  #imgBoxSj {
    margin: 0 0 5px 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
  #imgBoxSj {
    margin: 0 5px 5px 0;
    width: calc((100% - 15px) / 4);
    min-width: calc((100% - 15px) / 4);
    max-width: calc((100% - 15px) / 4);

    &:nth-child(4n) {
      margin-right: 0;
    }
  }
}

#imgBoxSj .wallpaperBox {
  height: 330px;
  flex-wrap: wrap;
}

#imgBoxSj .wallpaperBox:hover .wallpaperTitle {
  display: block;
}

#imgBoxSj .wallpaperImg {
  height: 280px;
  position: relative;
}

#imgBoxSj .wallpaperImg img {
  width: 200px;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

@media (max-width: 1920px) {
  #imgBoxSj .wallpaperImg {
    height: 340px;
  }
}

#imgBoxSj .wallpaperTitle {
  width: 186px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 273px;
  color: #FAFAFA;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#imgBoxSj:hover .wallpaperTitle {
  animation: animatetitle 3s linear 1 forwards;
}

@media (max-width: 767px) {
  #imgBoxSj .wallpaperTitle {
    position: absolute;
    top: 435px;
    padding-right: 0;
    text-align: center;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
  #imgBoxSj .wallpaperTitle {
    position: absolute;
    top: 335px;
  }
}

/* ·································································································································· */

/* ssr手机视频 */
#videoBox {
  height: 330px;
  flex-wrap: wrap;
}

#videoBox:hover .wallpaperTitle {
  display: block;
}

/* ·································································································································· */

/* 详情页 */
.contentBox_love {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.contentBox_love .loveBox {
  width: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 2px solid #f1dab0;
  border-radius: 70px;
  padding: 10px;
}

.contentBox_love .loveBox .fontBox {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
}

.contentBox_love .loveBox:hover .fontBox {
  color: #a71818;
  transition: .3s;
}

.contentBox_love .loveBox .numBox {
  width: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #FAFAFA;
  padding-top: 5px;
}

.miai_contentBox_love {
  width: 185px;
  height: 70px;
  background-color: #1b1c1e;
  border: 2px solid #f1dab0;
  border-radius: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 45px auto;
  padding: 7px 0;
  color: #fafafa;
}

.miai_contentBox_love:hover {
  background-color: #f1dab0;
  color: #8b5403;
  transition: 1s;
}

.miai_contentBox_love:hover p {
  color: #8b5403;
  transition: .5s;
}

.miai_contentBox_love img {
  width: 30px;
  height: 30px;
  border-radius: 0;
  background-color: transparent;
  margin: 0 0 5px 0;
  box-shadow: none;
}

.miai_contentBox_love p {
  width: 185px;
  line-height: 30px;
  text-align: center;
  font-weight: 550;
  position: relative;
  top: -33px;
}

/* 下载 */
.miai_down_navBox ul {
  width: 100%;
  display: flex;
  position: relative;
  top: -25px;
}

.miai_down_navBox ul li {
  margin: 0 20px;
}

.miai_down_navBox ul li a {
  color: #abbcbb;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 22px;
  border-radius: 20px;
  border: 2px #abbcbb solid;
  text-wrap: nowrap;
}

.miai_down_navBox ul li:hover a {
  color: #f1dab0;
  transition: .3s;
}

.download-BOX {
  display: flex;
  color: #fafafa;
}

.download-box {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  border: 2px solid #F1DAB0;
  border-radius: 30px;
  position: relative;
  margin: 0 20px 20px 0;
  width: calc((100% - 180px) / 10);
  min-width: calc((100% - 180px) / 10);
  max-width: calc((100% - 180px) / 10);

  &:nth-child(10n) {
    margin-right: 0;
  }
}

@media screen and (min-width:768px) and (max-width:1600px) {
  .download-box {
    margin: 0 20px 20px 0;
    width: calc((100% - 40px) / 3);
    min-width: calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);

    &:nth-child(3n) {
      margin-right: 0;
    }
  }
}

.download-box .download-mask {
  width: 100%;
  height: 100%;
  background-color: #01141532;
  border-radius: 30px;
  position: absolute;
  z-index: 10;
}

.download-box:hover {
  border: 2px solid #59da35;
  transition: .5s;
}

.download-box:hover .download-mask {
  display: none;
  transition: all 3s ease-in-out;
}

.download-box:hover .download-btn {
  border: 2px solid #59da35;
  box-sizing: border-box;
  transition: .3s;
}

.download-box .download-img {
  width: 100%;
}

.download-box .download-img img {
  width: 100px;
  height: 100px;
  border-radius: 20px;
}

.download-box .download-text {
  width: 100%;
  margin: 10px 0 15px 0;
  font-size: 18px;
  font-weight: 600;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .download-BOX {
    padding: 0 20px;
  }

  .download-box {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .download-box .download-img img {
    width: 120px;
    height: 120px;
  }

  .download-box .download-mask {
    display: none;
  }
}

.download-box .download-btn {
  background-color: #F1DAB0;
  color: #8b5403;
}

.download-box .download-btn:hover {
  background-color: #59da35;
}

.download-box .download-btn a {
  color: #8b5403;
}

.download-box .download-btn:hover a {
  color: #fafafa;
  transition: .5s;
}

/* 登录 */
.loginBOX {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999;
}

.loginBox {
  color: #fafafa;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.loginBox .login {
  width: 100%;
  padding: 65px 60px;
  box-sizing: border-box;
  background-color: #062b2e;
  border: 2px solid #f1dab0;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 100;
}

.loginBox .login .closeBox {
  position: absolute;
  top: 18px;
  right: 23px;
  background-color: #1b1c1e;
  padding: 8px 15px;
  border-radius: 20px;
  cursor: pointer;
}

.loginBox .login .closeBox:hover {
  background-color: #f1dab0;
  color: #8b5403;
  transition: .6s;
}

@media (max-width: 767px) {
  .loginBox {
    width: 80%;
  }

  .loginBox .login {
    padding: 30px 18px;
  }
}

.loginBox .login h2 {
  text-align: center;
  margin-bottom: 15px;
  color: #fafafa;
}

.loginBox .login .inputBox {
  border-bottom: 2px solid #F1DAB0;
  position: relative;
}

.loginBox .login .inputBox .smallBox_i {
  position: absolute;
  right: 10px;
  top: 15px;
}

.loginBox .login .inputBox .smallBox_i img {
  width: 20px;
  cursor: pointer;
}

.loginBox .login .sexBox {
  border-bottom: 2px solid #F1DAB0;
  padding: 13px 0;
  display: flex;
  align-items: center;
}

/* 修改弹窗的样式 */
#modifyDiv .loginBox .login .inputBox {
  border-bottom: 2px solid #fafafa;
}

#modifyDiv .loginBox .login .sexBox {
  border-bottom: 2px solid #fafafa;
  padding: 13px 0;
  display: flex;
  align-items: center;
}

#modifyDiv .headImg {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5px 0 10px 0;
}

#modifyDiv .headImg img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

#modifyDiv .headImg input {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.loginBox .login .sexBox input {
  width: 17px;
  height: 17px;
}

.loginBox .login .sexBox .sexBox_lr {
  display: flex;
  align-items: center;
}

.loginBox .login .sexBox .sexBox_left i {
  padding: 0 20px 0 5px;
  font-style: normal;
}

.loginBox .login .sexBox .sexBox_right i {
  padding: 0 0 0 5px;
  font-style: normal;
}

.loginBox .login .textbox {
  width: 100%;
  padding: 13px 0;
  padding-left: 2%;
  font-size: 16px;
  outline: none;
  background: transparent;
  border: 0;
  letter-spacing: 1.6px;
  color: #f1dab0;
}

.msg_red {
  color: #a71818;
  font-style: normal;
}

.msg_green {
  color: #30d073;
  font-style: normal;
}

.loginBox .login #x1 {
  width: 40px;
  height: 40px;
  display: none
}

.loginBox .login #x2 {
  width: 40px;
  height: 40px;
  display: none
}

.loginBox .login .loadingBox {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: none
}

.loginBox .login .seletbox {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-top: 5px;
}

.loginBox .login .seletbox .selet {
  display: flex;
  align-items: center;
  line-height: 20px;
  margin: 10px 0;
  margin-right: 20px;
}

.loginBox .login .seletbox .selet input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.loginBox .login .seletbox .selet-hr {
  width: 1px;
  height: 20px;
  background-color: #fafafa;
  margin-right: 20px;
}

.loginBox .login .seletbox a {
  color: #fafafa;
}

.loginBox .login .seletbox a:hover {
  color: #F1DAB0;
}

::-webkit-input-placeholder {
  color: #b4b0b0;
  font-weight: 400;
}

.loginBox .login input[type="submit"] {
  width: 70%;
  margin: 10px 15%;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 0;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #F1DAB0;
  color: #8B5403;
  border: 2px solid #F1DAB0;
  border-radius: 30px;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}

.loginBox .login input[type="submit"]:hover {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  background: #1B1C1E;
  color: #FAFAFA;
}

.loginBox .login .itBox {
  display: flex;
  align-items: center;
  margin: 10px 0 20px 0;
}

.loginBox .login .itBox img {
  width: 40px;
  height: 40px;
  margin: 0 5px;
}

.loginBox .login .itBox a:hover img {
  animation: itbox .2s linear 1;
}

@keyframes itbox {
  from {
    position: relative;
    top: 0px;
  }

  to {
    position: relative;
    top: -3px;
  }
}

.loginBox .login .reg {
  display: flex;
}

.loginBox .login .reg a {
  color: #e2fdfb;
  margin-left: 10px;
}

.loginBox .login .reg a:hover {
  color: #F1DAB0;
  font-weight: 600;
}

/* 新增壁纸 */
.picBox {
  width: calc(100% - 180px);
  border: 2px solid #f1dab0;
  border-radius: 30px;
  padding: 50px 40px;
  margin: 0 auto;
}

.img_subplotBox {
  width: 100%;
  margin: 15px 0 30px 0;
}

.img_subplotBox img {
  max-width: 100%;
  max-height: 700px;
}

.picBox .cid_more {
  background-color: #021b1d;
}

.picBox .cid_more:first-child {
  color: #636767;
}

.picBox .imgBox {
  width: 100%;
  height: 280px;
  border: 1px solid #fafafa;
  padding: 12px 16px;
  margin-bottom: 30px;
  border-radius: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.picBox .imgBox img {
  width: 140px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translate(-50%, 0);
  z-index: 1;
}

.input_icoBox {
  position: relative;
}

.input_icoBox .input_icoBox1 {
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 4px;
  left: 16px;
  z-index: 10;
  font-size: 16px;
  font-weight: 600;
  color: #fafafa;
  background-color: #042123;
  cursor: default;
}

.input_icoBox .input_icoBox2 {
  position: absolute;
  top: 0;
  left: 30px;
}

.input_icoBox .input_icoBox2 input {
  border: 0;
}

.picBox .img-upload {
  width: 100%;
  height: 280px;
  padding: 170px 0 0 45%;
  box-sizing: border-box;
  cursor: pointer;
  color: #fafafa;
  border-radius: 30px;
  background: transparent;
  position: absolute;
  top: 0px;
  z-index: 10;
}

@media (max-width: 767px) {
  .picBox {
    width: calc(100% - 20px);
  }

  .picBox .img-upload {
    width: 100%;
    padding: 12px 0;
    padding-left: 16px;
  }
}

.picBox .labelBox {
  color: #fafafa;
  font-size: 16px;
  line-height: 33px;
  cursor: default;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.picBox .labelBox input {
  margin: 0 3px 0 24px;
  cursor: pointer;
  text-wrap: nowrap;
}

.picBox .labelBox input:first-child {
  margin: 0 3px 0 10px;
}


/* 主页手机壁纸样式 */
#indexImg_phone {
  width: 16.666667%;
}

#indexImg_phone:nth-child(3) {
  position: relative;
  z-index: 10;
  top: 260px;
  padding-bottom: 255px;
}

#indexImg_phone:nth-child(4) {
  position: relative;
  top: 260px;
  padding-bottom: 255px;
}

#indexImg_phone img {
  width: 100%;
  height: 700px;
  max-height: 700px;
  min-height: 700px;
  object-fit: cover;
}

#indexImg_phone:hover img {
  transform: scale(1.1);
  transition: .5s;
}

#indexImg_phone .miai_btn {
  white-space: nowrap;
  color: #e2fdfb;
  padding: 12px 32px;
  background: #2C2D2F;
  border: 2px solid #F1DAB0;
  border-radius: 30px;
  font-weight: 700;
  font-size: 21px;
  transition: all 0.5s ease-in-out;
}

#indexImg_phone .miai_btn:hover {
  background: #f1dab0;
  color: #2C2D2F;
}

#indexImg_phone:nth-child(2) {
  position: relative;
  z-index: 10;
  top: 150px;
  padding-bottom: 255px;
}

#indexImg_phone:nth-child(5) {
  position: relative;
  top: 150px;
  padding-bottom: 255px;
}

#indexImg_phone img {
  height: 564px;
  min-height: 564px;
  max-height: 564px;
}

#indexImg_phone .miai_btn {
  padding: 10px 15px;
  border-radius: 20px;
  border: 1px solid #f1dab0;
  font-weight: 500;
  font-size: 16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
  #indexImg_phone img {
    height: 464px;
    min-height: 464px;
    max-height: 464px;
  }

  #indexImg_phone .miai_btn {
    padding: 10px 15px;
    border-radius: 20px;
    border: 1px solid #f1dab0;
    font-weight: 500;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #indexImg_phone {
    width: 100%;
  }

  #indexImg_phone:nth-child(3) {
    position: relative;
    z-index: 10;
    top: 0;
    padding-bottom: 0;
  }

  #indexImg_phone:nth-child(4) {
    position: relative;
    top: 0;
    padding-bottom: 0;
  }
}

/* 主页搜索 */
/* 遮罩层 */
#index_searchBox {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #064d517d;
  display: none;
  cursor: pointer;
}

#searchBox {
  display: none;
  width: 40%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

#searchBox #search_box {
  padding: 20px 50px;
  padding-bottom: 0px;
  background: #021b1de8;
  border-radius: 30px;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  position: relative;
  left: -16.6%;
}

#searchBox::after {
  content: "";
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f1dab0;
  filter: blur(100px) brightness(100%) opacity(.8);
  z-index: -1;
}

#searchBox #search_box #search_middle {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
}

#searchBox #inSearch {
  width: 100%;
  background: transparent;
  border-radius: 30px;
  border: 2px solid #f1dab0;
  color: #fafafa;
  padding: 15px 20px;
}

#searchBox #btnSearch {
  background: #f1dab0;
  border-radius: 30px;
  color: #b67103;
  font-weight: 600;
  padding: 10px 20px;
  margin-left: 15px;
}

#searchBox #listSearch {
  color: #fafafa;
  padding: 10px 0;
  border-radius: 10px;
}

#searchBox #listSearch li {
  list-style: none;
}

#searchBox a {
  width: 100%;
  color: #fafafa;
  font-size: 14px;
  line-height: 27px;
  padding: 0 20px;
}

#searchBox a:hover {
  background-color: #064D51;
  color: #f1dab0;
  border-radius: 5px;
  font-size: 15px;
}

/* 主页会员 */
#user_info {
  border: 2px solid #f1dab0;
  border-radius: 30px;
  padding: 20px 30px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

#user_info img {
  max-width: 100%;
}

#user_info .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fafafa;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  #user_info .title {
    justify-content: center;
    flex-wrap: wrap;
  }
}

#user_info .title .left {
  display: flex;
  align-items: center;
}

#user_info .title .left .headshotBox {
  user-select: none;
  position: relative;
}

#user_info .title .left .headshotBox .headImg {
  width: 65px;
  height: 65px;
  margin: 0 15px;
  object-fit: cover;
  border-radius: 50%;
}

#user_info .title .left .headshotBox .img_box {
  position: absolute;
  left: 0px;
  top: -12px;
}

#user_info .title .left .headshotBox .img_box img {
  width: 100px;
  height: 85px;
}

#user_info .title .left .name {
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  padding: 0 10px;
}

#user_info .title .left .exp {
  height: 40px;
  cursor: pointer;
}

#user_info .title .left .titleImg {
  height: 30px;
  padding: 0 10px;
}

@media (min-width: 1200px) and (max-width: 1920px) {
  #user_info .title {
    justify-content: center;
    flex-wrap: wrap;
  }

  #user_info .title .left i {
    width: 100%;
  }
}

#user_info .title .right {
  font-size: 16px;
  background-color: #f1dab0;
  color: #8b5403;
  padding: 5px 20px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
}

#user_info .title .right:hover {
  background-color: #1b1c1e;
  color: #f1dab0;
  border: 2px solid #f1dab0;
  box-sizing: border-box;
  transition: .5s;
}

/* 主页头像图片旋转 */
#miai_user_member {
  text-align: center;
}

#miai_user_member:hover img {
  animation: tarotRotate 2s linear 1;
}

/* 实现扫光效果 */
.ilogo {
  position: relative;
  overflow: hidden;
  /* 动画时间 */
  transition-duration: 10s;
}

.ilogo:before {
  content: "";
  position: absolute;
  width: 1000px;
  height: 20px;
  /**光标的宽度，可根据实际调整**/
  background-image: linear-gradient(to bottom, transparent, rgba(241, 218, 176, 0.336), transparent);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: searchLights 3s ease-in 1s infinite;
  -o-animation: searchLights 3s ease-in 1s infinite;
  animation: searchLights 3s ease-in 1s infinite;
  /**第一个数字参数控制扫光速度，数字越大越慢**/
}

@keyframes searchLights {
  0% {
    left: -200px;
    top: -300px;
  }

  100% {
    left: -160px;
    top: 800px;
  }
}

/* 主页公告栏样式 */
#miai-noticeBox {
  display: flex;
  height: 670px;
  overflow: hidden;
}

#miai-noticeBox_l {
  width: 20%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 10px;
  border-right: 2px solid #fafafa;
}

#miai-noticeBox_l .miai-noticeBox_li {
  width: 100%;
  font-size: 27px;
  padding-right: 25px;
  white-space: nowrap;
  text-align: center;
}

#miai-noticeBox_l .miai-noticeBox_li a {
  background-color: transparent;
  color: #fafafa;
}

#miai-noticeBox_l .miai-noticeBox_li:hover a {
  color: #f1dab0;
  transform: scale(1.1);
}

#miai-noticeBox_l .miai-noticeBox_li .active {
  color: #f1dab0;
}

#miai-noticeBox_r {
  width: 80%;
  padding: 0 25px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#miai-noticeBox_r::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1921px) {
  #miai-noticeBox_l {
    width: 10%;
  }

  #miai-noticeBox_r {
    width: 90%;
  }
}

#miai-noticeBox_r p {
  display: flex;
  align-items: center;
  color: #fafafa;
  cursor: pointer;
}

#miai-noticeBox_r p:hover {
  color: #f1dab0;
}

#miai-noticeBox_r p:hover span {
  color: #8b5403;
}

#miai-noticeBox_r p span {
  padding-right: 10px;
  font-size: 20px;
  color: #e2fdfb;
}

#miai-noticeBox_r .text-center {
  padding-top: 20px;
}

/* 动态 */
.miai_index_dynamic_liBox {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  margin-bottom: 10px;
  border: 2px solid #f1dab0;
  border-radius: 20px;
  background-color: #1b1c1e8b;
  color: #fafafa;
}

.miai_index_dynamic_liBox .box_t {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.miai_index_dynamic_liBox .box_t .box1 {
  width: 40px;
  height: 40px;
}

.miai_index_dynamic_liBox .box_t .box1 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.miai_index_dynamic_liBox .box_t .box2 {
  padding: 0 15px 0 10px;
  color: #f1dab0;
}

.miai_index_dynamic_liBox .box_t .box3 {
  color: #8b5403;
}

.miai_index_dynamic_liBox .box_b {
  padding: 0 0 0 50px;
  font-size: 15px;
}

.miai_index_dynamic_liBox .box_b a {
  padding: 0 5px;
  font-size: 16px;
  font-weight: 550;
  color: #e2fdfb;
  background-color: transparent;
}

.miai_index_dynamic_liBox .box_b a:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #038b72;
  background-color: transparent;
}

/* 任务 */
.miai_index_task_liBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 3px 20px;
}

.miai_index_task_liBox:hover {
  background-color: #f1dab0;
  border-radius: 20px;
  cursor: pointer;
}

.miai_index_task_liBox .title {
  font-size: 17px;
  font-weight: 600;
  color: #fafafa;
  display: flex;
  align-items: center;
}

.miai_index_task_liBox .title .box1 {
  font-size: 15px;
  font-weight: 500;
  width: 25px;
  height: 25px;
  background-color: #6a90ff;
  border-radius: 50%;
  margin-right: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.miai_index_task_liBox .title .box2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.miai_index_task_liBox select {
  background-color: #f1dab0;
  border: 0;
  padding: 10px 15px;
  border-radius: 20px;
  color: #8b5403;
  font-weight: 600;
  cursor: pointer;
  margin: 0 15px;
}

.miai_index_task_liBox .btn {
  color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
}

.miai_index_task_liBox:hover .btn {
  background-color: #1b1c1e;
}

.miai_index_task_subBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.miai_index_task_subBox .inputBox {
  width: 100%;
  color: #fafafa;
  font-size: 17px;
  border: 2px solid #f1dab0;
  padding: 10px 15px;
  border-radius: 20px;
  background-color: transparent;
  margin: 10px 15px 0 0;
}

.miai_index_task_subBox .btn {
  background-color: #f1dab0;
  border: 0;
  padding: 10px 40px;
  margin-top: 10px;
  border-radius: 20px;
  color: #8b5403;
  font-weight: 600;
}

/* 审核 */
.miai_index_state_liBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
  box-sizing: border-box;
  border: 2px solid #f1dab0;
  border-radius: 30px;
}

.miai_index_state_liBox .box_left {
  display: flex;
  align-items: center;
  background-color: #01141546;
  border-radius: 20px;
  padding-right: 20px;
}

.miai_index_state_liBox .box_left .box1 {
  height: 100px;
  border-radius: 20px;
  overflow: hidden;
}

.miai_index_state_liBox .box_left .box1 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.miai_index_state_liBox .box_left .box2 {
  padding-left: 20px;
  color: #fafafa;
}

.miai_index_state_liBox .box_left h4 {
  font-size: 18px;
  padding-bottom: 20px;
  color: #fafafa;
}

.miai_index_state_liBox .box_left span {
  font-size: 16px;
}

.miai_index_state_liBox .box_right {
  padding-left: 50px;
}

.miai_index_state_liBox .box_right i {
  font-size: 20px;
  font-weight: 600;
}

.miai_green {
  color: #06ec06;
  font-style: normal;
}

.miai_red {
  color: red;
  font-style: normal;
}

.miai_yellow {
  color: #f1dab0;
  font-style: normal;
}

/* 上传弹窗样式 */
.miai_modify_headshot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.miai_modify_headshot1 {
  width: 100%;
  border: 2px solid #f1dab0;
  padding: 12px 10px;
  border-radius: 30px;
  background-color: #2c2d2f;
  color: #fafafa;
  margin-right: 10px;
}

.miai_modify_headshot2 {
  width: 200px;
}

/* 个人中心文章样式 */
.miai_home_blogsBox {
  display: flex;
  flex-wrap: wrap;
}

.miai_home_blogs {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #f1dab0;
  border-radius: 30px;
  padding: 10px 20px;
  box-sizing: border-box;
  margin: 0 15px 15px 0;
  width: calc((100% - 30px) / 3);
  min-width: calc((100% - 30px) / 3);
  max-width: calc((100% - 30px) / 3);

  &:nth-child(3n) {
    margin-right: 0;
  }
}

.miai_home_blogs .box1 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding-bottom: 10px;
}

.miai_home_blogs .box1 a {
  color: #f1dab0;
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.miai_home_blogs .box2 {
  width: 100%;
  display: flex;
  background-color: #07484be9;
  border-radius: 20px;
  padding: 10px;
  box-sizing: border-box;
}

.miai_home_blogs .box2 .blogs_text {
  font-size: 18px;
  color: #fafafa;
}

.miai_home_blogs .box2 .blogs_text span {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.miai_home_blogs .box2 .blogs_text p {
  font-size: 14px;
  font-weight: 500;
}

.miai_home_blogs .box2 .blogs_img {
  flex: 1;
  padding-right: 20px;
}

.miai_home_blogs .box2 .blogs_img img {
  width: 100%;
  height: 120px;
  border-radius: 10px;
  object-fit: cover;
  border: 2px solid #f1dab0;
}

.miai_home_blogs .box2 .blogs_text {
  flex: 1;
}

.miai_home_blogs .box3 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.miai_home_blogs .box3 a {
  text-align: center;
}

.miai_home_blogs .blogs_img {
  padding-right: 10px;
  display: flex;
  align-items: center;
}

.miai_home_blogs .blogs_img {
  padding-right: 10px;
}

/* 主页博客文章 */
#miai_index_blogs_content {
  width: 50%;
}

/* 已写入html页面 */
/* #miai_index_blogs_content .topBox {
  padding-bottom: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
} */

/* #miai_index_blogs_content .topBox .headshotBox {
  display: flex;
  align-items: center;
  position: relative;
} */

/* #miai_index_blogs_content .topBox .headImg {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
} */

/* #miai_index_blogs_content .topBox .headshotBox .img_box {
  width: 100px;
  height: 85px;
  position: absolute;
  left: -17px;
  top: -12px;
} */

/* #miai_index_blogs_content .topBox .headshotBox .img_box img {
  width: 100px;
  height: 85px;
} */

/* #miai_index_blogs_content .topBox .miai_name {
  color: #e2fdfb;
  font-style: normal;
  font-size: 16px;
  font-weight: 550;
  padding: 0 20px;
} */

#miai_index_blogs_content .topBox .miai_name:hover {
  color: #f1dab0;
  transition: .5s;
}

/* #miai_index_blogs_content .p_box {
  color: #fafafa;
  overflow: hidden;
} */

#miai_index_blogs_content .p_box:hover {
  color: #dba962;
  transition: .3s;
}

/* #miai_index_blogs_content .p_date {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} */

/* #miai_index_blogs_content .p_title {
  font-size: 17px;
  padding: 5px 0;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} */

/* #miai_index_blogs_content .p_text {
  width: 100%;
  height: 90px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
} */

@media (max-width: 767px) {
  #miai_index_blogs_img {
    width: 100%;
    height: 150px;
  }

  #miai_index_blogs_content {
    width: 100%;
  }

  #miai_index_blogs_content p {
    -webkit-line-clamp: 1;
  }
}

@media (min-width: 1921px) {
  #miai_index_blogs_img {
    width: 30%;
  }

  #miai_index_blogs_content {
    width: 70%;
  }
}

/* 个人中心壁纸 */
.miai_home_img_ulBox {
  max-height: 925px;
  display: flex;
  flex-wrap: wrap;
}

.miai_home_scroll {
  overflow-y: scroll;
  padding-right: 8px;
  box-sizing: border-box;
}

.miai_home_scroll::-webkit-scrollbar {
  width: 3px;
  height: 15px;
  border-radius: 5px;
  border: 2px solid #f1dab0;
  background-color: #e2fdfb;
}

.miai_home_img_ulBox li {
  width: 100%;
  margin: 0 10px 10px 0;
  width: calc((100% - 40px) / 5);
  min-width: calc((100% - 40px) / 5);
  max-width: calc((100% - 40px) / 5);

  &:nth-child(5n) {
    margin-right: 0;
  }
}

.miai_home_img_liBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 2px solid #f1dab0;
  border-radius: 25px;
  padding: 15px;
  box-sizing: border-box;
}

.miai_home_img_liBox .box1 {
  width: 200px;
  height: 230px;
  margin-bottom: 10px;
}

.miai_home_img_liBox .box1 .picImg {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  cursor: pointer;
}

.miai_home_img_liBox .box1 .personImg {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.miai_home_img_liBox .box2 {
  width: 100%;
  text-align: center;
  color: #fafafa;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  line-height: 25px;
}

.miai_home_img_liBox .box2:hover {
  background-color: #f1dab0;
  border-radius: 10px;
  color: #2c2d2f;
  font-weight: 600;
}

/* 个人中心视频样式 */
.miai_home_videoBox {
  display: flex;
  flex-wrap: wrap;
}

.miai_home_videoBox li {
  height: 200px;
  border: 2px solid #f1dab0;
  border-radius: 20px;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 10px 10px 0;
  width: calc((100% - 30px) / 4);
  min-width: calc((100% - 30px) / 4);
  max-width: calc((100% - 30px) / 4);

  &:nth-child(4n) {
    margin-right: 0;
  }
}

.miai_home_videoBox .home_videoAdd {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.miai_home_videoBox .home_videoAdd img {
  height: 180px;
}

.miai_home_videoBox li .box1 video {
  cursor: pointer;
  width: 100%;
  height: 180px;
  border-radius: 20px;
  background-color: #000;
}

.miai_home_videoBox li .box1 iframe {
  cursor: pointer;
  width: 100%;
  height: 180px;
  border-radius: 20px;
  background-color: #000;
}

.miai_home_videoBox li .box2 {
  position: relative;
  top: -30px;
  height: 20px;
  text-align: center;
  color: #fafafa;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  box-sizing: border-box;
}

.miai_home_videoBox li:hover .box2 {
  display: none;
  transition: .3s;
}

.miai_home_videoBox a {
  position: relative;
  top: -30px;
  width: 100%;
  text-align: center;
  color: #fafafa;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  line-height: 25px;
}

.miai_home_videoBox a:hover {
  background-color: #f1dab0;
  border-radius: 10px;
  color: #f2fafa;
  font-weight: 600;
}

/* 主页文字动效 */
.miai_shine {
  cursor: pointer;
  color: #fff;
  font-size: 88px;
  background: Linear-gradient(to right, #a4e5e1 0, #e2fdfb 10%, #a4e5e1 20%);
  background-size: 200%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-coLor: transparent;
  animation: shine 2s linear infinite;
}

@keyframes shine {
  0% {
    background-position: 30%;
  }

  100% {
    background-position: -100%;
  }
}

/* 首页视频 */
.miai_video .miai_index_video_box {
  height: 240px;
}

.miai_video .miai_index_video {
  width: 100%;
  height: 100%;
  border-radius: 0 10px 0 10px;
  cursor: pointer;
}

.miai_video .headshotBox {
  position: relative;
  padding-right: 10px;
}

.miai_video .headshotBox .headshotBox_img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 10px;
}

.miai_video .headshotBox .img_box {
  width: 80px;
  height: 70px;
  position: absolute;
  top: -14px;
  left: -17px;
}

.miai_video .headshotBox .img_box img {
  width: 100%;
  height: 100%;
}

.miai_video .miai_name {
  color: #e2fdfb;
  font-style: normal;
  font-size: 25px;
  font-weight: 550;
  padding-right: 20px;
}

.miai_video .miai_name:hover {
  color: #f1dab0;
  transition: .5s;
}

.miai_video .text {
  color: #fafafa;
  font-style: normal;
  font-size: 18px;
  display: block;
  line-height: 30px;
  font-weight: 550;
}

.miai_video .text em {
  font-style: normal;
  font-size: 16px;
}

.miai_video .text em:first-child:hover {
  color: #f1dab0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .miai_video .miai_index_video_box {
    height: 170px;
    margin-bottom: 10px;
  }
}

@media (min-width: 2560px) {
  .miai_video .miai_index_video_box {
    height: 410px;
    margin-right: 15px;
  }

  .miai_video .headshotBox {
    width: 60px;
    height: 60px;
  }

  .miai_video .miai_name {
    font-size: 30px;
  }

  .miai_video .text {
    font-size: 20px;
    padding: 8px 0;
  }

  .miai_video .text em {
    font-size: 18px;
  }
}

/* 个人中心壁纸瀑布流布局 */
.miai_imgBox_pic {
  column-count: 6;
  column-gap: 0;
}

@media (min-width: 2560px) {
  .miai_imgBox_pic {
    column-count: 6;
    column-gap: 0;
  }
}

.miai_imgBox_pic .box-item {
  box-sizing: border-box;
  break-inside: avoid;
  margin: 0 10px 10px 0;
}

.miai_imgBox_pic .box-item .img_box {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #f1dab0;
  border-radius: 10px;
}

.miai_imgBox_pic .box-item .img_box img {
  width: 100%;
}

.miai_imgBox_pic .box-item .img_box:hover img {
  transform: scale(1.02);
  transition: .5s;
  cursor: pointer;
}

/* 壁纸右上角图标样式 */
.wallpaper_rightBox {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px 6px;
  margin: 3px 6px;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
  color: #fafafa;
}

.wallpaper_rightBox_hidden {
  display: none;
}

.img_box:hover .wallpaper_rightBox_hidden {
  display: flex;
  transition: .3s;
}

.wallpaper_rightBox i {
  font-size: 20px;
  color: #f1dab0;
}

.wallpaper_rightBox i:hover {
  color: #038b72;
  transition: .3s;
}

.miai_imgBox_pic .box-item .img_box .delBox:hover {
  color: red;
}

.miai_imgBox_pic .box-item .img_box .title {
  width: 100%;
  line-height: 30px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FAFAFA;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.miai_imgBox_pic .box-item .img_box:hover .title {
  animation: animatetitle 3s linear 1 forwards;
  cursor: pointer;
}

.miai_nullBox {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px 0 38px 0;
}

.miai_nullBox img {
  width: 200px;
  height: 200px;
}

.miai_nullBox p {
  width: 100%;
  color: #fafafa;
  text-align: center;
  position: relative;
  top: -20px;
  padding-bottom: 20px;
}

.miai_nullBox a {
  text-align: center;
}

/* 个人中心无壁纸时显示 */
.miai_nullBox_one {
  width: 100vh;
  padding-bottom: 20px;
  position: relative;
  left: 230%;
  top: 50%;
  transform: translate(-0%, -50%);
}

.miai_nullBox_one img {
  width: 100%;
  height: 300px;
}

.miai_nullBox_one p {
  padding-top: 10px;
  color: #fafafa;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

/* 文章布局 */
.miai_blogs_BOX {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.miai_blog {
  color: #fafafa;
}

@media (max-width: 767px) {
  .miai_blog {
    margin: 0 0 20px 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .miai_blog {
    margin: 0 10px 10px 0;
    width: calc((100% - 20px) / 2);
    min-width: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);

    &:nth-child(2n) {
      margin-right: 0;
    }
  }
}

@media (min-width: 1600px) {
  .miai_blog {
    margin: 0 10px 10px 0;
     width: calc((100% - 40px) / 5);
     min-width: calc((100% - 40px) / 5);
     max-width: calc((100% - 40px) / 5);
    
     &:nth-child(5n) {
       margin-right: 0;
    }
  }
}

.miai_blogs_BOX img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.miai_blogs_BOX .miai_blog .padding_box {
  padding: 15px;
  border-radius: 30px;
  border: 2px solid #f1dab0;
}

.miai_blogs_BOX .top_box {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  position: relative;
  left: -5px;
}

/* 搜索文章后的样式 */
.miai_blogs_BOX .top_box_search {
  width: 100%;
  font-size: 18px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.miai_blogs_BOX .top_box .box1 {
  padding: 0 15px;
  height: 40px;
  position: relative;
}

.miai_blogs_BOX .top_box .box1 .headImg {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.miai_blogs_BOX .top_box .box1 .img_box {
  position: absolute;
  top: -9px;
  left: 0;
}

.miai_blogs_BOX .top_box .box1 .img_box img {
  width: 70px;
  height: 55px;
}

.miai_blogs_BOX .top_box .box2 {
  font-size: 16px;
  padding: 0 10px 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.miai_blogs_BOX .top_box .box3 {
  display: flex;
  align-items: center;
}

.miai_blogs_BOX .top_box .box3 img {
  height: 20px;
}

.miai_blogs_BOX .mid_box {
  width: 100%;
  height: 150px;
  padding: 15px 0 15px 0;
  display: flex;
  color: #fafafa;
}

.miai_blogs_BOX .mid_box .box1 {
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.miai_blogs_BOX .mid_box .box2 {
  width: 55%;
  padding-left: 10px;
  box-sizing: border-box;
  overflow: hidden;
}

.miai_blogs_BOX .mid_box .box2 .title {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.miai_blogs_BOX .mid_box .box2 .title:hover {
  color: #f1dab0;
  transition: .3s;
}

.miai_blogs_BOX .mid_box .box2 .content {
  font-size: 13px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* 搜索文章后的样式 */
.miai_blogs_BOX .mid_box .box2 .content_search {
  font-size: 13px;
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.miai_blogs_BOX .down_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.miai_blogs_BOX .down_box .iconBox {
  line-height: 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fafafa;
}

.miai_blogs_BOX .down_box .iconBox .aBox {
  display: flex;
  align-items: center;
  text-align: center;
  color: #fafafa;
  position: relative;
  top: 1px;
}

.miai_blogs_BOX .down_box .iconBox .layui-icon {
  font-size: 20px;
  color: #1E9FFF;
  padding: 0 3px;
}

.miai_blogs_BOX .down_box .iconBox .layui-icon:first-child {
  padding: 0 3px 0 0;
}

.miai_blogs_BOX .down_box .iconBox a {
  padding: 0 8px 0 0;
}

.miai_blogs_BOX .down_box .box1 {
  font-size: 16px;
}

.miai_blogs_BOX .down_box .box2 {
  display: flex;
  align-items: center;
}

/* 修改子页面顶部背景弹窗的样式 */
.topImg_bg {
  max-width: 80vh;
  max-height: 80vh;
  overflow-y: scroll;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;

}

.topImg_bg .topImg_bg_box {
  cursor: default;
  position: relative;
  height: 70px;
  margin-bottom: 5px;
  margin: 0 5px 5px 0;
  width: calc((100% - 15px) / 4);
  min-width: calc((100% - 15px) / 4);
  max-width: calc((100% - 15px) / 4);

  &:nth-child(4n) {
    margin-right: 0;
  }
}

.topImg_bg .topImg_bg_box:last-child {
  margin-bottom: 0;
}

.topImg_bg .topImg_bg_box img {
  width: 100%;
  height: 100%;
}

.topImg_bg .topImg_bg_box .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px;
  font-size: 12px;
  color: #f1dab0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 虚拟形象样式 */
.index_person_img {
  display: flex;
  justify-content: center;
  max-width: 100%;
  max-height: 50vh;
  padding: 10px 25px 0 25px;
  overflow: hidden;
}

.index_person_img img {
  max-width: 100%;
  max-height: 37vh;
  object-fit: fill;
}

.index_person_name {
  width: 100%;
}

.index_person_name p {
  font-weight: 700;
  font-size: 50px;
  color: #a4e5e1;
  font-family: "华文行楷";
  text-align: center;
}

/* 公告部分的广告 */
/* 定义外层容器样式 */
.miai_newsAd {
  position: relative;
  left: 12vw;
  width: 60vw;
  height: 40vw;
  max-width: 380px;
  max-height: 250px;
  margin: 0;
  color: white;
  perspective: 1000px;
  transform-origin: center;
}

/* 定义内容容器样式 */
.miai_newsAd .content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform-style: preserve-3d;
  transform: translateZ(-30vw) rotateY(0);
  animation: carousel 20s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

/* 定义项目样式 */
.miai_newsAd .item {
  position: absolute;
  width: 60vw;
  height: 40vw;
  max-width: 380px;
  max-height: 250px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  background-size: cover;
  -webkit-box-reflect: below 25px -webkit-linear-gradient(transparent 50%, rgba(255, 255, 255, 0.3));
  /* 创建倒影效果 */
}

.miai_newsAd .item:nth-child(1) {
  transform: rotateY(0) translateZ(35vw);
}

.miai_newsAd .item:nth-child(2) {
  transform: rotateY(120deg) translateZ(35vw);
}

.miai_newsAd .item:nth-child(3) {
  transform: rotateY(240deg) translateZ(35vw);
}

/* 定义动画 */
@keyframes carousel {

  0%,
  17.5% {
    transform: translateZ(-35vw) rotateY(0);
  }

  27.5%,
  45% {
    transform: translateZ(-35vw) rotateY(-120deg);
  }

  55%,
  72.5% {
    transform: translateZ(-35vw) rotateY(-240deg);
  }

  82.5%,
  100% {
    transform: translateZ(-35vw) rotateY(-360deg);
  }
}

/* 公告 */
.miai_newsBox {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 5px 96px;
  border-bottom: 1px solid #f1dab0;
}

.miai_newsBox .left {
  display: flex;
  align-items: center;
}

.miai_newsBox .left img {
  height: 16px;
}

.miai_newsBox .left span {
  padding: 0 5px;
  color: #f1dab0;
  font-size: 17px;
  font-weight: 600;
  white-space: nowrap;
}

.miai_newsBox .mid {
  flex: 2;
  padding: 0 5px;
  box-sizing: border-box;
  color: #e2fdfb;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* animation: news_animation 20s linear 1; */
}

.miai_newsBox .mid a {
  color: #1E9FFF;
  padding: 0 5px;
  font-weight: 550;
  text-decoration: underline;
}

.miai_newsBox .mid a:hover {
  color: #f1dab0;
  transition: .1s;
}

@keyframes news_animation {
  from {
    position: relative;
    left: 0px;
  }

  to {
    position: relative;
    left: -300px;
  }
}

.miai_newsBox .right {
  color: #f1dab0;
  border-radius: 15px;
  border: 2px solid #f1dab0;
  padding: 2px 15px;
  font-weight: 600;
  white-space: nowrap;
}

/* 下载软件区域 */
.miai_download {
  width: 100%;
}

.miai_download .box1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.miai_download .box1 .left {
  flex: 1;
}

.miai_download .box1 .left .left_topBox {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
}

.miai_download .box1 .left .left_topBox img {
  height: 100%;
  border: 1px solid #f1dab0;
  border-radius: 15px;
}

.miai_download .box1 .left .left_topBox .smallBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 20px;
}

.miai_download .box1 .left .left_topBox .smallBox span {
  width: 100%;
  font-size: 25px;
  font-weight: 900;
  color: #f1dab0;
}

.miai_download .box1 .left .left_topBox .smallBox p {
  width: 100%;
  margin-left: 20px;
  color: #e2fdfb;
}

.miai_download .box1 .left .left_midBox {
  color: #fafafa;
  padding: 15px 0;
}

.miai_download .box1 .left .left_midBox p {
  text-align: justify;
}

.miai_download .box1 .left .left_bottomBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.miai_download .box1 .left .left_bottomBox .smallBox {
  display: block;
  text-align: center;
  font-size: 14px;
}

.miai_download .box1 .left .left_bottomBox .smallBox:first-child {
  padding-right: 200px;
}

.miai_download .box1 .left .left_bottomBox .smallBox img {
  width: 200px;
  height: 210px;
  padding-bottom: 15px;
}

.miai_download .box1 .left .left_bottomBox .smallBox .text1 {
  color: #fafafa;
}

.miai_download .box1 .left .left_bottomBox .smallBox .text2 {
  color: #e2fdfb;
  padding: 5px 0;
}

.miai_download .box1 .left .left_bottomBox .smallBox a {
  color: #f1dab0;
}

.miai_download .box1 .right {
  flex: 1;
  border: 2px solid #f1dab0;
  border-radius: 50px;
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.miai_download .box1 .right img {
  width: 100%;
  height: 500px;
  border-radius: 50px;
}

.miai_download .box2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}

.miai_download .box2 .smallBox {
  border-radius: 50px;
  border: 2px solid #f1dab0;
  padding: 5px;
  display: flex;
  align-items: center;
  color: #f1dab0;
}

.miai_download .box2 .smallBox:first-child {
  margin-right: 80px;
}

.miai_download .box2 .smallBox img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.miai_download .box2 .smallBox span {
  font-size: 25px;
  padding: 0 25px 0 15px;
}

.miai_download .box2 .smallBox:hover {
  background-color: #f1dab0;
  color: #fafafa;
  transition: .3s;
}

/* 文章搜索页 */

.blogs_searchBox {
  width: 100%;
}

.blogs_searchBox li {
  width: 100%;
  background-color: #ececed;
  padding: 20px;
  box-sizing: border-box;
}

.blogs_searchBox .liBox {
  display: flex;
}

.blogs_searchBox .liBox .left {
  height: 100%;
  margin-right: 30px;
}

.blogs_searchBox .liBox .left img {
  width: 200px;
  height: 140px;
}

.blogs_searchBox .liBox .right .smallBox_top span {
  font-size: 16px;
}

/* 发布文本框样式 */
.miai_textareaBox {
  position: relative;
}

.miai_textareaBox textarea::-webkit-scrollbar {
  width: 8px;
}

.miai_textareaBox .smallBox {
  position: absolute;
  right: 18px;
  top: 10px;
}

.miai_textareaBox .smallBox i {
  font-size: 30px;
  color: #f1dab0;
  cursor: pointer;
}

/* 未搜索到内容样式 */
.nullSearchBox {
  width: 180vh;
  padding: 0 0 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.nullSearchBox .imgBox {
  width: 100%;
  position: relative;
}

.nullSearchBox img {
  width: 30%;
  margin: 0 35%;
  padding: 0 0 40px 0;
}

.nullSearchBox .pBox {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fafafa;
  text-align: center;
  font-size: 23px;
}

/* 局部刷新iframe样式 */
#miai_iframe {
  width: 100%;
}

/* 子页面导航栏 */
.miai_navBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.miai_navBox li {
  display: flex;
  align-items: center;
  color: #abbcbb;
  font-weight: 600;
}

.miai_navBox li i {
  font-size: 21px;
  padding: 0 8px 0 0;
}

.miai_navBox li a {
  font-size: 21px;
  color: #abbcbb;
}

/* 弹窗样式 */
.pop_blogsBox {
  padding: 17px 13px 7px 13px;
}

.pop_blogsBox li {
  padding: 0 0 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.pop_blogsBox li i {
  cursor: pointer;
  font-size: 17px;
  font-weight: 550;
  padding-left: 10px;
}

.pop_blogsBox li textarea {
  width: 300px;
  height: 30px;
  line-height: 25px;
  padding: 0 5px 5px 5px;
  margin-left: 20px;
  border: 2px solid #f1dab0;
  border-radius: 10px;
  overflow: hidden;
}

.pop_blogsBox li textarea::-webkit-scrollbar {
  width: 6px;
  background-color: #038b72;
}

.pop_blogsBox li i:hover {
  color: #f1dab0;
  transition: .3s;
}

/* 网站 */
.miai_webBox {
  display: flex;
  position: relative;
  border: 2px solid #f1dab0;
  border-radius: 30px;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.miai_webBox .smallBox a {
  position: absolute;
  right: 15px;
  top: 15px;
}

.miai_webBox .smallBox i {
  font-size: 30px;
  color: #f1dab0;
  font-weight: 600;
  cursor: pointer;
}

.miai_webBox .left {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.miai_webBox .left img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.miai_webBox .left a {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  background: linear-gradient(126.72deg, #DAA75E 15.38%, #F1DAB0 113.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.miai_webBox .left a:hover {
  background: linear-gradient(126.72deg, #E2FDFB 15.38%, #F1DAB0 113.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.miai_webBox .right {
  flex: 3;
  padding-left: 11px;
}

.miai_webBox .right b {
  font-size: 20px;
  padding-right: 20px;
  color: #e2fdfb;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.miai_webBox .right span {
  font-size: 14px;
  color: #f0f2f4;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}