@media screen and (min-width: 751px) {
  .mp-show {
    display: none !important;
  }
  .f-left br {
    display: none;
  }
}
html:not([style]) {
  font-size: 100px;
}
html:not([style]) body {
  opacity: 0;
}
.page-menu {
  width: 100%;
  height: 1rem;
  background: rgba(54, 54, 54, 0.5);
  padding: 0 2.38rem 0 1.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 999;
}
.page-menu .logo {
  width: 3.2rem;
  height: 1.35rem;
}
.page-menu .menu {
  display: flex;
  align-items: center;
  gap: 0.68rem;
}
.page-menu .menu .menu-item {
  height: 0.44rem;
  line-height: 0.4rem;
  padding: 0 0.08rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-menu .menu .menu-item::after {
  content: '';
  display: block;
  height: 0.04rem;
  width: 0;
}
.page-menu .menu .menu-item a {
  font-size: 0.24rem;
  color: #fff;
}
.page-menu .menu .menu-item.active a,
.page-menu .menu .menu-item:hover a {
  color: #d7000f;
}
.page-menu .menu .menu-item.active::after,
.page-menu .menu .menu-item:hover::after {
  background-color: #d7000f;
  width: 100%;
}
.page-title {
  color: #2B2B2B;
  font-size: 0.6rem;
  text-align: center;
  margin: 1.3rem auto 0.6rem;
  font-weight: bolder;
  position: relative;
  width: max-content;
  display: flex;
  align-items: center;
}
.page-title::before {
  content: '';
  display: block;
  margin-right: -0.38rem;
  width: 0.98rem;
  height: 1.03rem;
  border-radius: 0 50% 50% 50%;
  background: radial-gradient(circle at bottom left, #d7000f 1%, #ff8770 70%, #ffcfc6 100%);
  flex-shrink: 0;
}
.page-title-desc {
  font-size: 0.24rem;
  text-align: center;
  color: #3b3939;
  line-height: 0.44rem;
  margin: 0.48rem 0 0.98rem;
}
.maxW {
  max-width: 14.43rem;
}
.maxW100 {
  max-width: 100%;
  margin: 0 auto;
}
.footer .f-info {
  font-size: 0.24rem;
  padding: 1.28rem 2.4rem;
  background-color: #000;
  display: flex;
  justify-content: space-between;
}
.footer .f-info .f-left {
  flex: 1;
}
.footer .f-info .f-left .f-line {
  height: 1px;
  background: #ffffff;
  margin: 0.27rem auto 0.32rem;
}
.footer .f-info .f-right {
  display: flex;
  align-items: center;
  text-align: center;
  margin-left: 0.84rem;
}
.footer .f-info .f-right img {
  margin: 0 0.18rem;
  width: 1.12rem;
  height: 1.12rem;
}
.swiper-pagination-bullet {
  width: 0.16rem !important;
  height: 0.16rem !important;
  opacity: 1 !important;
  margin: 0 0.2rem !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.swiper-pagination-bullet-active {
  background-color: #D7000F !important;
}
div[class^='swiper-button']::after {
  color: #CF171B;
  font-size: 0.7rem;
  font-weight: bold;
}
::-webkit-scrollbar {
  width: 0.1rem;
  background: #ededed;
  border-radius: 0.05rem;
}
::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 0.05rem;
}
.hoverAll {
  top: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.hoverAll::after {
  content: '';
  display: none;
  left: 0;
  bottom: -0.1rem;
  height: 0.1rem;
  width: 100%;
  position: absolute;
}
.hoverAll:hover {
  top: -0.1rem;
}
.hoverAll:hover::after {
  display: block;
}
.kkpagerbox {
  margin-top: 0.2rem;
  padding: 0.3rem 0 0.55rem 0;
  z-index: 1;
}
.kkpagerbox .pageBtnWrap {
  display: flex;
  align-items: center;
  z-index: 1;
  gap: 0.2rem;
}
.kkpagerbox .infoTextAndGoPageBtnWrap {
  display: none;
}
.kkpagerbox .pageBtnWrap .disabled,
.kkpagerbox .pageBtnWrap a:first-child,
.kkpagerbox .pageBtnWrap a:last-child {
  border: none;
  position: relative;
  color: #2b2b2b;
  padding: 0;
  margin: 0 0.2rem;
  font-size: 0.18rem;
  z-index: 1;
}
.kkpagerbox .pageBtnWrap a:first-child:hover,
.kkpagerbox .pageBtnWrap a:last-child:hover {
  border: 0.01rem solid #E12C2B;
  color: #E12C2B;
  background-color: transparent;
}
.kkpagerbox .pageBtnWrap .curr,
.kkpagerbox .pageBtnWrap a,
.kkpagerbox .pageBtnWrap .spanDot {
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  color: #000;
  border: none;
  font-size: 0.18rem;
  padding: 0;
  border-radius: 50%;
  font-weight: 600;
  background-color: transparent;
  margin-right: 0;
}
.kkpagerbox .pageBtnWrap .curr {
  background: #E12C2B;
  color: #fff;
}
.kkpagerbox .pageBtnWrap a:hover {
  background: #E12C2B;
  border: none;
}
.dreamer-location {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.dreamer-location li {
  display: inline-block;
  white-space: nowrap;
}
.dreamer-location a {
  font-size: 0.2rem;
  color: #808080;
}
.dreamer-location a.active {
  color: #2b2b2b;
}
.dreamer-location li:before {
  content: '/';
  margin: 0 0.1rem;
  color: #808080;
  font-size: 0.2rem;
}
.dreamer-location li:first-child:before {
  content: '';
  margin: 0;
}
.shadow {
  box-shadow: 0 0 0.2rem 0 rgba(43, 43, 43, 0.1);
}
.swiper-container.top-banner img,
.w100 {
  width: 100%;
}
.swiper-container .swiper-pagination-bullet:nth-last-child(1):first-child {
  display: none;
}
@media screen and (max-width: 750px) {
  .pc-show {
    display: none !important;
  }
  body {
    padding-top: 1.2rem;
  }
  .page-title {
    margin-top: 0.6rem;
    font-size: 0.5rem;
    max-width: 100%;
    padding: 0 0.2rem;
  }
  .page-title img {
    height: 0.6rem;
  }
  .mp-head {
    width: 100%;
    height: 1.2rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .mp-head .top {
    width: 100%;
    height: 1.2rem;
    background-color: #fff;
    box-shadow: 0rem 0.1rem 0.2rem 0.02rem rgba(232, 232, 232, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.3rem;
    position: relative;
    z-index: 9;
  }
  .mp-head .top .logo {
    background-image: url(/resources/common/images/logo-new.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4.44rem;
    height: 0.7rem;
  }
  .mp-head .top .right {
    display: flex;
    align-items: center;
  }
  .mp-head .top .right .btn {
    width: 0.48rem;
    height: 0.48rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
  .mp-head .hide-nav {
    background: #ffffff;
    width: 100%;
    height: calc(100vh - 1.2rem);
    top: 1.2rem;
    display: none;
    -webkit-overflow-scrolling: touch;
  }
  .mp-head .hide-nav .menu {
    padding: 0 0.35rem;
    height: calc(100% - 3.87rem);
    overflow: auto;
  }
  .mp-head .hide-nav .menu::-webkit-scrollbar {
    display: none;
  }
  .mp-head .hide-nav .menu li.menu-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0 0.18rem;
  }
  .mp-head .hide-nav .menu li.menu-item .menu-title {
    height: 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mp-head .hide-nav .menu li.menu-item .menu-title .first-menu {
    font-size: 0.34rem;
    color: #222;
  }
  .footer .f-info {
    padding: 1.2rem 0.4rem;
    flex-direction: column;
    font-size: 0.22rem;
  }
  .footer .f-info .f-right {
    margin-left: 0;
    margin-top: 0.3rem;
    justify-content: center;
  }
  .footer .f-info .f-right img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .dreamer-location a {
    font-size: 0.32rem;
  }
  .page-title-desc {
    padding: 0 0.4rem;
    color: #666;
    font-size: 0.28rem;
    line-height: 0.42rem;
    text-align: justify;
  }
  .page-title-desc br {
    display: none;
  }
}
.comp-shadow {
  box-shadow: 0px 20px 45px 2px rgba(222, 233, 248, 0.8);
}
.comp-bg {
  background: #f6faff;
}
