.textAlign {
  text-align: justify;
  word-break: normal;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
[v-cloak] {
  display: none;
}
.slide-fade-enter-active {
  transition: all 0.5s ease;
}
.slide-fade-leave-active {
  transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter,
.slide-fade-leave-to {
  /* transform: translateX(300px); */
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
.banner {
  height: 4rem;
  position: relative;
}
.banner img {
  width: 100%;
  height: 100%;
}
.banner .banner-content {
  position: absolute;
  top: 1.9rem;
  left: 1.4rem;
}
.banner .banner-content .banner-title {
  font-weight: 500;
  color: #000000;
  font-size: 0.44rem;
  font-family: PingFang SC;
}
.banner .banner-content .banner-describe {
  width: 5.1rem;
  font-family: PingFang SC;
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.28rem;
  margin-top: 0.15rem;
}
.banner .menu {
  position: absolute;
  bottom: -0.13rem;
  left: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  cursor: pointer;
}
.banner .menu .menu-item {
  opacity: 0.95;
  display: block;
  min-width: 1.2rem;
  height: 0.6rem;
  font-size: 0.16rem;
  color: #333333;
  font-family: PingFang SC;
  background-color: #f6f6f6;
  background-color: #f5f2f2;
  box-shadow: 0px 5px 15px rgba(204, 204, 204, 0.6), 1px 1px 1px #ffffff inset;
  text-align: center;
  line-height: 0.6rem;
  margin-right: 0.2rem;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.banner .menu .menu-item:last-child {
  margin-right: 0;
}
.banner .menu .menu-item:hover {
  opacity: 1;
  color: #fff;
  background-color: #c6000b;
  box-shadow: 0px 5px 15px rgba(204, 204, 204, 0.6), 1px 1px 1px #f29398 inset;
}
.banner .menu .active-menu {
  color: #fff;
  background-color: #c6000b;
  box-shadow: 0px 5px 15px rgba(204, 204, 204, 0.6), 1px 1px 1px #f29398 inset;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .banner {
    height: 9.6rem;
  }
  .banner .banner-content {
    position: absolute;
    top: 2.62rem;
    left: 0.24rem;
  }
  .banner .banner-content .banner-title {
    font-size: 0.6rem;
  }
  .banner .banner-content .banner-describe {
    width: 6.5rem;
    font-size: 0.32rem;
    line-height: 0.56rem;
    margin-top: 0.32rem;
  }
  .banner .menu {
    position: absolute;
    bottom: -0.17rem;
    left: 0;
    width: 100%;
    overflow-x: auto;
  }
  .banner .menu::-webkit-scrollbar {
    display: none;
  }
  .banner .menu .menu-item {
    display: block;
    min-width: 1.64rem;
    height: 0.8rem;
    font-size: 0.28rem;
    box-shadow: 0px 10px 30px rgba(204, 204, 204, 0.6), 2px 2px 2px #ffffff inset;
    box-shadow: unset;
    line-height: 0.8rem;
    margin-right: 0.12rem;
  }
  .banner .menu .menu-item:first-child {
    margin-left: 0.24rem;
  }
  .banner .menu .menu-item:last-child {
    margin-right: 0.24rem;
  }
  .banner .menu .active-menu {
    box-shadow: 0px 10px 30px rgba(204, 204, 204, 0.6), 2px 2px 2px #f29398 inset;
    box-shadow: unset;
  }
  .banner .menu-mobile {
    position: absolute;
    bottom: -0.17rem;
    width: 7.5rem;
    width: 100%;
  }
  .banner .menu-mobile .menu-item {
    opacity: 0.98;
    display: block;
    min-width: 1.64rem;
    height: 0.8rem;
    font-size: 0.28rem;
    line-height: 0.8rem;
    text-align: center;
    color: #333333;
    font-family: PingFang SC;
    background-color: #f6f6f6;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
  }
  .banner .menu-mobile .swiper-slide:first-child {
    margin-left: 0.24rem !important;
  }
  .banner .menu-mobile .active-menu {
    color: #fff;
    background-color: #c6000b;
  }
}
