.banner {
    height: 4.26rem;
    position: relative;
}

.banner_main {
    width: 12rem;
    margin: 0 auto;
    max-width: 100%;
}
.banner_main div {
    outline: none;
    height: 100%;
}
.banner_main .image_div {
    position: relative;
    width: 100%;
    height: 4.26rem;
}
.banner_main .image_div .img_text {
    position: absolute;
    right: 1rem;
    top: 3rem;
    width: 8rem;
}
.banner_main .image_div img {
    height: 100%;
}
.banner_main .image_div .banner_info {
    position: absolute;
    display: flex;
    align-items: center;
    padding: 0.1rem 0.1rem;
    right: 0.4rem;
    top: 3rem;
    width: 3.6rem;
    height: 0.9rem;
    background: #240758;
    border-radius: 1rem;
    color: #44ff0f;
    font-size: 0.48rem;
    text-align: right;
}
.banner_main .image_div .banner_info img {
    width: 0.6rem;
    height: 0.6rem;
}
.banner_main .image_div .banner_info div {
    display: grid;
    place-items: inherit;
    flex: 1 1;
    text-align: right;
    font-weight: bold;
    padding-right: 0.2rem;
}

.banner .indicator {
    position: absolute;
    left: 50%;
    bottom: 0.35rem;
    transform: translateX(-50%);
}
.banner .indicator_item {
    width: 0.32rem;
    height: 0.1rem;
    border-radius: 0.2rem;
    background: #515151;
    position: relative;
}
.banner .slick-active .indicator_item:after {
    content: "";
    width: 0.32rem;
    height: 0.1rem;
    border-radius: 0.2rem;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner .bannerImg {
    width: 100%;
    height: 5.8rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner .slick-dots {
    position: absolute;
    top: -0.2rem;
    height: 1rem;
}
.banner .slick-dots li {
    width: 0.35rem;
    height: 0.1rem;
    margin: 0 0.125rem !important;
    border-radius: 100%;
}
.slick-dots {
    bottom: inherit !important;
}
/*# sourceMappingURL=Banner.css.map */

.footer_footer__RiSvU {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.6rem;
  background: #100925;
  font-size: 0.2rem;
  color: var(--footer-tab-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 900;
}
.footer_footer__RiSvU a {
  display: block;
  flex: 1 1;
  text-align: center;
}
.footer_footer__RiSvU .footer_sc__hHMce {
  font-style: var(--mark-text-color);
}
.footer_footer_main__T4ow2 {
  width: 100%;
  margin: 0 auto;
  max-width: 15rem;
}
.footer_tab__evlcF {
  transition: all 0.3s ease;
  /* 按钮状态变化的平滑过渡 */
  position: relative;
}
.footer_tab_box__S8sA4 {
  position: relative;
}
.footer_tab_icon__Q1L9y {
  color: var(--footer-tab-color);
  font-size: 0.6rem;
}
.footer_tab_title_active__EKMBr {
  font-size: 0.3rem;
  display: none;
}
.footer_tab_title__M8vJ3 {
  font-size: 0.3rem;
  display: block;
}
.footer_tab_cur_div__bzUIg {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--nav-bg-color);
  border-radius: 0.1rem 0.1rem 0 0;
  z-index: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  height: 1.7rem;
}
.footer_tab_curr__MIWq0 {
  border-radius: 0.1rem 0.1rem 0 0;
  padding-bottom: 0.35rem;
  padding-top: 0.3rem;
}
.footer_tab_curr__MIWq0 .footer_curr_bg__eLNoR {
  position: absolute;
  top: 0;
  background-color: var(--nav-bg-color);
  width: 100%;
  height: 100%;
  border-radius: 0.1rem 0.1rem 0 0;
}
.footer_tab_curr__MIWq0 .footer_tab_icon__Q1L9y {
  color: #211f2c;
  font-size: 0.7rem;
}
.footer_tab_curr__MIWq0 .footer_tab_title_active__EKMBr {
  color: #211f2c;
  font-weight: 400;
  font-size: 0.3rem;
  display: block;
  padding: 0.1rem 0;
}
.footer_tab_curr__MIWq0 .footer_tab_title__M8vJ3 {
  display: none;
}
.footer_statuIcon__hkDRV {
  width: 0.3rem;
  height: 0.3rem;
  background: #ff183e;
  box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.39);
  border-radius: 50%;
  border: 1px solid #ffe9e9;
  position: absolute;
  z-index: 1;
  right: 0.5rem;
  top: -0.2rem;
}
/*# sourceMappingURL=footer.module.css.map */
