@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-weight: normal; }

ul,
li {
  list-style: none; }

html {
  font-size: 13.333333333333334vw; }

body {
  font-family: "Microsoft YaHei", sans-serif; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #be0000; }

.wrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 0;
  overflow: hidden; }

.main-wrap {
  position: absolute;
  left: 0;
  top: 1rem;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto; }

.tips-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999; }
  .tips-wrap > span {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background-color: white;
    border-radius: 6px;
    color: #000;
    font-size: 16px;
    line-height: 40px; }

.header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.5rem;
  height: 1rem;
  background-color: #fff;
  border-bottom: 0.01rem solid #ccc; }
  .header-wrap .logo {
    width: 1.98rem;
    height: 0.68rem;
    margin-top: 0.15rem;
    float: left;
    margin-left: 0.3rem; }
    .header-wrap .logo img {
      width: 1.98rem;
      height: 0.68rem; }
  .header-wrap .more-wrap {
    width: 0.4rem;
    float: right;
    padding-right: 0.35rem;
    margin-top: 0.32rem; }
    .header-wrap .more-wrap > span {
      width: 0.4rem;
      height: 0.3rem;
      display: inline-block;
      box-sizing: border-box;
      position: relative; }
      .header-wrap .more-wrap > span.more {
        border-bottom: 0.04rem solid #000; }
        .header-wrap .more-wrap > span.more::before, .header-wrap .more-wrap > span.more::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 0.04rem;
          background-color: #000;
          left: 0;
          top: 0; }
        .header-wrap .more-wrap > span.more::after {
          top: 50%; }
      .header-wrap .more-wrap > span.close {
        font-size: .6rem;
        color: #000;
        line-height: .1rem;
        text-align: center;
        font-family: '黑体'; }

.menu-wrap {
  position: absolute;
  left: 0;
  top: 1.01rem;
  bottom: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.9);
  display: none; }
  .menu-wrap.active {
    display: block; }
  .menu-wrap > .nav-list {
    box-sizing: border-box;
    display: inline-block;
    width: 7.5rem;
    padding: 0 0.25rem; }
    .menu-wrap > .nav-list li {
      border-bottom: 0.01rem solid #ccc;
      height: 1rem;
      position: relative; }
      .menu-wrap > .nav-list li > span.more {
        width: 1rem;
        height: 1rem;
        display: inline-block;
        line-height: 1rem;
        text-align: center;
        font-size: .36rem;
        position: absolute;
        right: -0.2rem;
        top: 0;
        font-family: '黑体'; }
      .menu-wrap > .nav-list li > a {
        font-size: .32rem;
        line-height: 1rem;
        display: block;
        height: 1rem;
        box-sizing: border-box;
        padding-left: 0.2rem; }
      .menu-wrap > .nav-list li.active {
        height: 1.6rem; }
        .menu-wrap > .nav-list li.active > span.more {
          transform: rotate(90deg); }
        .menu-wrap > .nav-list li.active .mn-list {
          background-color: rgba(254, 254, 254, 0.9);
          display: flex;
          height: 0.6rem;
          width: 7rem;
          box-sizing: border-box;
          padding-right: 0.4rem;
          line-height: 0.6rem;
          justify-content: space-around; }
          .menu-wrap > .nav-list li.active .mn-list > a {
            font-size: .28rem;
            display: inline-block; }

.footer-wrap {
  margin-top: 0.8rem;
  text-align: center; }
  .footer-wrap img.img {
    width: 5rem;
    margin-bottom: 1.5rem; }
  .footer-wrap .info {
    background-color: #e30102;
    position: relative;
    width: 7.5rem; }
    .footer-wrap .info::before {
      content: "";
      width: 7.5rem;
      height: 0.16rem;
      position: absolute;
      left: 0;
      top: 0;
      background: url(./../images/footer_bg.png) 0 0 no-repeat;
      background-size: 7.5rem 0.16rem;
      margin-top: -0.16rem; }
    .footer-wrap .info img.logo {
      width: 2rem;
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -1rem;
      margin-top: -1.08rem; }
    .footer-wrap .info .txt-wrap {
      font-size: .20rem;
      color: #fff;
      padding: 0.2rem 0.25rem 0.5rem 0.25rem; }
      .footer-wrap .info .txt-wrap p {
        line-height: .4rem; }
    .footer-wrap .info .ewm-wrap {
      padding-top: 1.3rem; }
      .footer-wrap .info .ewm-wrap > img {
        width: 1.2rem;
        height: 1.2rem;
        padding: 0.1rem;
        border-radius: 0.16rem; }

.swiper-container {
  height: 3.48rem; }
  .swiper-container .swiper-slide {
    height: 3.48rem;
    position: relative; }
    .swiper-container .swiper-slide img {
      width: 7.5rem;
      height: 3.48rem; }

.swiper-pagination {
  bottom: 0.2rem; }
  .swiper-pagination span.swiper-pagination-bullet {
    margin: 0 0.07rem;
    padding: 0;
    background-color: #aa1416;
    opacity: 1;
    border-radius: 0.02rem;
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 50%; }
    .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #fff;
      width: 0.6rem;
      border-radius: 0.15rem; }

ul.product-tab {
  width: 7rem;
  display: inline-block;
  border-bottom: 0.01rem solid #be0000; }
  ul.product-tab li {
    text-align: center;
    font-size: .32rem;
    display: inline-block;
    width: 2rem;
    line-height: 0.8rem;
    height: 0.8rem; }
    ul.product-tab li.active {
      background-color: #be0000;
      color: #fff; }

.product-wrap {
  width: 7rem;
  height: 10rem;
  box-sizing: border-box;
  margin: 0 0.25rem;
  margin-top: 0.5rem;
  overflow: hidden;
  position: relative; }
  .product-wrap .swiper-button-prev,
  .product-wrap .swiper-button-next {
    top: 0;
    margin-top: 2.5rem; }
  .product-wrap .product-swiper {
    margin-top: 0.2rem; }
    .product-wrap .product-swiper img {
      max-width: 7rem; }
      .product-wrap .product-swiper img.thumb {
        width: 7rem;
        height: 3.9rem; }
      .product-wrap .product-swiper img.tt {
        width: 5rem;
        margin-top: 0.2rem; }
    .product-wrap .product-swiper .text {
      font-size: .28rem; }
      .product-wrap .product-swiper .text p {
        padding-bottom: 0.1rem;
        line-height: .4rem;
        font-weight: bold; }
        .product-wrap .product-swiper .text p.des {
          font-weight: normal; }
        .product-wrap .product-swiper .text p.number_ico img {
          width: 2.5rem; }
