@charset "UTF-8";
/* 内容 */
.content {
  width: 10rem;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
}

.content .c-title {
  width: 100%;
  height: 1.25rem;
  margin: 0.46875rem auto 0 auto;
}

.content .c-title .c-product {
    position: relative;
    display: inline-block;
    width: 100%;
}

.content .c-title .c-product .search {
    position: absolute;
    right: 0.6rem;
    top:0.1rem;
    background-color: rgb(230,230,230);
    height: 0.625rem;
    width: 3.725rem;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
}
.content .c-title .c-product  .search input {
    height: 0.625rem;
    border-radius: 0.3rem;
    width:3rem;
    padding-left: 0.1rem;
    background-color: rgb(230,230,230);
}

.content .c-title .c-product  .search img {
    cursor:pointer;
}

.content .c-title h2 {
    width: 2.8rem;
    height: 0.9375rem;
    margin: 0 auto;
    text-align: center;
    line-height: 0.78125rem;
    font-size: 0.5625rem;
    color: #000;
    margin-left: 2.5rem;
}

.content .c-title span {
    width: 1.25rem;
    height: 0.04688rem;
    display: block;
    margin: 0 auto;
    background: #ff3f40;
    text-align: center;
    margin-left: 3.325rem;
}

.content .c-more {
  width: 9.29688rem;
  height: 0.78125rem;
  margin: 0.1875rem auto;
  background: #f0f0f0;
  border-radius: 0.1875rem;
}

.content .c-more a {
  width: 100%;
  height: 100%;
  display: block;
  color: #646464;
  text-align: center;
  font-size: 0.375rem;
  line-height: 0.78125rem;
}

.content .news-list {
  width: 100%;
  overflow: hidden;
}

.content .news-list .hd {
  width: 100%;
  height: 1.0625rem;
}

.content .news-list .hd .menu {
    width: max-content;
    height: 0.78125rem;
    text-align: center;
    margin: 0 auto;
    font-size: 0.3125rem;
    line-height: 0.1875rem;
    position: relative;
  }
  
  .content .news-list .hd .menu .sub {
      width: 100%;
      height: 0px;
      left: 0;
      top:35px;
      display: none;
      position: absolute;
      line-height: 26px;
      -webkit-transition: height .4s, -webkit-transform .5s;
      -moz-transition: height .4s, -moz-transform .5s;
      -ms-transition: height .4s, -ms-transform .5s;
      -o-transition: height .4s, -o-transform .5s;
      transition: height .4s, transform .5s;
      z-index: 9;
  }
  
  
  
  .content .news-list .hd .menu .menu-li {
    width: auto;
    height: 0.78125rem;
    float: left;
    border: 0.01563rem solid #d3d3d3;
    position: relative;
  }
  
  .content .news-list .hd .menu .sub li {
      background:rgba(255, 255, 255, 0.8);
      text-align:center;
  }
  
  .content .news-list .hd .menu .sub li:hover {
      background: #ff3f3f;
  }
  
  .content .news-list .hd .menu .sub li:hover a{
      color: #ffffff;
  }
  
  .content .news-list .hd .menu li.menu-li a,.content .news-list .hd .menu li.menu-li span {
    padding: 0 0.18rem;
    font-size: 0.2rem;
    color: #646464;
    line-height: 0.78125rem;
  }
  
  .content .news-list .hd .menu .sub li a{ 
      text-align: center;
      padding: 0;
  }
  
  .content .news-list .hd .menu .menu-li.on {
    background: #ff3f40;
  }
  
  .content .news-list .hd .menu .menu-li.on a,.content .news-list .hd .menu .menu-li.on span {
    color: #fff;
  }
  
  .content .news-list .hd .menu .menu-li.on .sub li a{
      color: #646464;
  }

.content .news-list .hd p {
  width: 6.25rem;
  height: 100%;
  display: block;
  font-size: 0.25rem;
  text-align: right;
  line-height: 0.5625rem;
  color: #969696;
}

.content .news-list .hd p a:hover {
  color: #000;
}

.content .news-list .bd {
  width: 100%;
  margin: 0 auto;
  background: #e6e6e6;
  padding: 0.5625rem 0;
}

.content .news-list .bd ul {
    width: 9.53125rem;
    height: auto;
    min-height: 6rem;
    margin: 0 auto;
}

.content .news-list .bd ul li {
  width: 4.60938rem;
  height: 5.625rem;
  float: left;
  margin: 0 0.07813rem 0.3125rem 0.07813rem;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.content .news-list .bd ul li a {
  width: 100%;
  height: 100%;
  display: block;
}

.content .news-list .bd ul li a .news-list-img {
  width: 3.75rem;
  height: 3.75rem;
  position: relative;
  top: 0.46875rem;
  left: 0.42188rem;
  overflow: hidden;
}

.content .news-list .bd ul li a .news-list-img img {
  width: 100%;
  height: auto;
}

.content .news-list .bd ul li a .news-list-li {
  width: 100%;
  height: 1.5625rem;
  font-size: 0.28125rem;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}

.content .news-list .bd ul li a .news-list-li h3 {
  width: 100%;
  height: 0.78125rem;
  line-height: 0.78125rem;
  font-size: 0.34375rem;
  color: #333333;
  text-indent: 0.1875rem;
  display: block;
  overflow: hidden;
}

.content .news-list .bd ul li a .news-list-li p {
  width: 100%;
  height: 0.40625rem;
  display: block;
  line-height: 0.40625rem;
  text-indent: 0.1875rem;
  overflow: hidden;
  color: #999999;
  text-align: center;
}

.content .news-list .bd ul li a .news-list-li span {
  width: 1.25rem;
  height: 1.03125rem;
  display: block;
  float: right;
  margin: -0.5625rem 0.3125rem 0 0;
  text-align: center;
  overflow: hidden;
  font-size: 0.15625rem;
  font-weight: normal;
  line-height: 0.3125rem;
  color: #fff;
  background: #e32828;
  background: -moz-linear-gradient(top, #fd5050 0%, #e32828 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd5050), color-stop(100%, #e32828));
  background: -webkit-linear-gradient(top, #fd5050 0%, #e32828 100%);
  background: -o-linear-gradient(top, #fd5050 0%, #e32828 100%);
  background: -ms-linear-gradient(top, #fd5050 0%, #e32828 100%);
  background: linear-gradient(to bottom, #fd5050 0%, #e32828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5050', endColorstr='#e32828',GradientType=0 );
}

.content .news-list .bd ul li a .news-list-li span i {
  width: 1.25rem;
  height: 0.3125rem;
  font-size: 0.3125rem;
  display: block;
  font-weight: bold;
  line-height: 0.5625rem;
  -webkit-transform: scale(1, 1.6);
  -moz-transform: scale(1, 1.6);
  -o-transform: scale(1, 1.6);
  -ms-transform: scale(1, 1.6);
  transform: scale(1, 1.6);
}

.list .mun {
  margin: 0;
  padding: 0.46875rem 0 0.9375rem 0;
  background: #e6e6e6;
}

.brand {
    width: 100%;
    margin: 0 auto 0;
    padding: 0 0.5rem;
    background: #fff;
    overflow: hidden;
}

.brand .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* 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;
    margin:auto 0;
}

.brand img {
    width: 100%;
    margin: 0.6rem 0px;
}
