.bottom_nav {
  width: 7.95rem;
  height: 1.2rem;
  position: absolute;
  bottom: 0.05rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../img/pc/bottomNav.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.bottom_nav .all_nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 0.28rem;
}
.bottom_nav .all_nav .bottom_nav_li {
  font-size: 0.14rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  cursor: pointer;
}
.bottom_nav .all_nav .bottom_nav_li.act {
  color: black;
}
.bottom_nav .all_nav .bottom_nav_li.act .iconactive {
  display: block;
}
.bottom_nav .all_nav .bottom_nav_li.act .eject_img {
  color: #fff;
}
.bottom_nav .all_nav .bottom_nav_li.act .icon {
  display: none;
}
.bottom_nav .all_nav .bottom_nav_li .eject {
  position: absolute;
  top: -0.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  transition: 0.3s;
}
.bottom_nav .all_nav .bottom_nav_li .eject.act {
  top: -1.1rem;
  opacity: 1;
}
.bottom_nav .all_nav .bottom_nav_li .eject .ejectAll {
  margin-left: 0.1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.bottom_nav .all_nav .bottom_nav_li .eject .ejectAll.act .eject_content {
  color: #fff;
}
.bottom_nav .all_nav .bottom_nav_li .eject .ejectAll.act .eject-color {
  border: 3px solid #ffffff;
}
.bottom_nav .all_nav .bottom_nav_li .eject .ejectAll .eject_img {
  padding: 0.06rem;
  background-image: url(../img/pc/cxbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.3rem;
  height: 0.26rem;
  line-height: 0.26rem;
}
.bottom_nav .all_nav .bottom_nav_li .eject .ejectAll .eject_img img {
  width: 100%;
  height: 100%;
}
.bottom_nav .all_nav .bottom_nav_li .eject .ejectAll .eject-color {
  width: 0.3rem;
  height: 0.3rem;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0);
}
.bottom_nav .all_nav .bottom_nav_li .eject .ejectAll .eject-bor {
  border: #ffffff 3px solid;
}
.bottom_nav .all_nav .bottom_nav_li .eject .ejectAll .eject_content {
  color: #758090;
  margin-top: 0.05rem;
  font-size: 0.14rem;
}
.bottom_nav .all_nav .bottom_nav_li .eject-pos {
  top: -1.2rem;
  width: 5.5rem;
  height: 1.2rem;
  justify-content: space-evenly;
  align-items: center;
  background-image: url(../img/pc/colorbg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0 0.5rem;
}

.bottom_nav .all_nav .bottom_nav_li .eject-config {
  top: -1rem;
  width: 2.4rem;
  height: 0.96rem;
  justify-content: space-evenly;
  align-items: center;
  background-image: url(../img/pc/colorbg-2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  box-sizing: border-box;
  /* padding: 0 0.5rem; */
  left: 3.2rem;
}

.bottom_nav .all_nav .bottom_nav_li img {
  height: 0.4rem;
}
.bottom_nav .all_nav .bottom_nav_li .iconactive {
  display: none;
}
.bottom_nav .all_nav .bottom_nav_line {
  width: 1px;
  height: 0.25rem;
  background-color: #fff;
}

.ejectBorder{
  width: 0.8rem;
  height: 0.35rem;
  text-align: center;
  line-height: 0.36rem;
  background:url(../img/pc/borderC.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #b3bbc3;
}


@media (max-width: 767px) {
  .bottom_nav {
    width: 100%;
    height: 1.5rem;
    bottom: 0;
    background-image: url(../img/md/mbottom.png);
  }
  .bottom_nav .all_nav {
    margin-top: 0.3rem;
    justify-content: space-around;
  }
  .bottom_nav .all_nav .bottom_nav_li {
    font-size: 11px;
  }
  .bottom_nav .all_nav .bottom_nav_li img {
    height: 0.55rem;
  }
  .bottom_nav .all_nav .bottom_nav_li .eject {
    top: -1.6rem;
    justify-content: space-evenly;
    flex-wrap: wrap-reverse;
    left: 0;
    right: 0;
    width: 3.3rem;
    height: 1.32rem;
  }
  .bottom_nav .all_nav .bottom_nav_li .eject .ejectAll {
    /* margin-bottom: 0.2rem; */
  }

  .ejectBorder{
    width: 1rem;
    height: 0.43rem;
    line-height: 0.43rem;
  }




  .bottom_nav .all_nav .bottom_nav_li .eject .ejectAll .eject-color {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
  }
  .bottom_nav .all_nav .bottom_nav_li .eject .ejectAll .eject_content {
    font-size: 13px;
  }
  .bottom_nav .all_nav .bottom_nav_li .eject .ejectAll .eject_img {
    background-image: url(../img/md/cxbg.png);
    width: 2.1rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .bottom_nav .all_nav .bottom_nav_li .eject-pos {
    /* top: -1.3rem; */
    width: 100%;
    height: 1.4rem;
    padding: 0;
  }


  
  .bottom_nav .all_nav .bottom_nav_li .eject-pos .ejectAll {
    margin-bottom: 0;
  }

  .mySwiper{
    width: 76% !important;
  }

  .swiper-button-prev, .swiper-button-next{
    transform: scale(0.5) !important;
    -webkit-transform: scale(0.5) !important;
    -moz-transform: scale(0.5) !important;
    -ms-transform: scale(0.5) !important;
    -o-transform: scale(0.5) !important;
}
}



.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev{
  right: 0.2rem;
  transform: scale(0.75);
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
  left: 0.2rem;
  transform: scale(0.75);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background:none;
}
:root {
  --swiper-theme-color: #fff
}


