.spec-content{
  position:absolute;
  left:0;
  top:100%;
  width:100%;
  height:384px;
  opacity:0;
  transform:scaleX(0) scaleY(0);
  background:#8a1817;
  padding-top: 8px;
  overflow:hidden;
  z-index:-1;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
  transition: all 0.5s;
  transform-origin:100% 0;
}
.spec-content-swiper {
  height: 100%;
  width:100%;
  position:relative;
  background:#ffffff;
}
.spec-swiper-container {
  width: 100%;
  height: 100%;
}
.spec-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;
}
.spec-swiper-pagination{
  position:absolute;
  left:0;
  bottom: 24px!important;
  z-index:99;
  text-align:center;
}
.global-navigation{
  position:relative;
}
.spec-swiper-pagination .swiper-pagination-bullet{
  background:#eeeeee!important;
  width: 31px;
  height: 8px;
  border-radius: 4px;
  opacity:1;
  margin:0 6px!important;
}
.spec-swiper-pagination .swiper-pagination-bullet-active{
  background:#cb1722!important;
}
.spec-swiper-slide-content{
  width:100%;
  height:100%;
  align-items: start;
  justify-content: flex-start;
  flex-wrap:wrap;
  display:flex;
  align-content: flex-start;
}
.spec-unit{
  text-align:center;
  width: 22.79%;
  height: 69px;
  flex:none;
  background-color: #ededed!important;
  position:relative;
  color: #333333;
  margin-left:1.8%;
  margin-top:16px;
  padding:27px 1.5% 0;
}
.spec-swiper-slide-content .spec-unit:hover{
  color: #333333!important;
}
/*spec-unit标题默认字体大小*/
.spec-unit-title{
  font-size: 18px;
  /*用于计算行数*/
  line-height:19px;
}
/*spec-unit标题为两行时覆盖字体大小*/
.spec-unit-title-2-line{
  font-size: 16px;
}
.spec-unit:nth-child(4n-3){
  margin-left:1.74%;
}
.spec-unit:nth-child(-n+4){
  margin-top:26px;
}
.spec-tip{
  color:#ffffff;
  width: 28.2%;
  height: 18px;
  background-color: #e4b26a;
  text-align:center;
  line-height:18px;
  font-size: 13.04px;
  position:absolute;
  top:0;
  left:0;
}
.spec-content:hover{
  opacity:1;
  transform:scaleX(1) scaleY(1);
}
.spec-content-hover{
  opacity:1;
  transform:scaleX(1) scaleY(1);
}
.specialtype-a-hover{
  background-color: #8a1717!important;
}
.wap-children-column-list{
  display:none;
}
.header-wrapper .global-nav-search-bar #header-search-form-2 span{
  cursor: pointer;
}
@media (max-width:650px){
  .wap-children-column-list{
    display: flex;
    background:#ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 2vw 4vw;
    width: 100vw;
    font-size:3.5vw;
  }
  .wap-children-column-list-unit{
    margin-left:2vw;
  }
  .wap-children-column-list-unit:first-child{
    margin-left:0;
  }
}
