
  /*js captainbi*/
  .cat-ex-vertical{
    line-height: 20px; background: rgb(255,249,217);
    color:#333;
    width: 180px;
    position: relative;
    width: 180px;
    z-index: 99;
  }
	.cat-ex-vertical .cat-root-box span{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
  .cat-ex-vertical li a,.cat-ex-vertical li span{display: block;}

  .cat-ex-vertical li span{padding: 5px 5px 5px 10px;}
  .cat-ex-vertical li{
    font-family: "Microsoft Yahei";
    font-size: 14px;
    border-bottom:rgb(231,199,152) 1px solid;
  }
  .cat-ex-vertical li.first{border-top: none;}
  .cat-ex-vertical li.last{border-bottom: none;}


  .cat-ex-vertical li .cat-root-box{border:0px rgb(255,249,217) solid;}
  .cat-ex-vertical li .cat-root-box a{white-space:nowrap;}

    .cat-children-box:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
  }
  .cat-children-box {display: inline-block;}
  * html .cat-children-box{display: block;}

  .cat-ex-vertical .cat-children-box{
    position: absolute;display: none;
    
     left:180px;
    
    top:0;
    font-family: Arail;font-size: 12px;
    width:860px;
    overflow: hidden;
    line-height: 15px;
    border:0px solid RGB(217,58,47);
    z-index: 90;
    background: #fff;
  }

  
  .cat-ex-vertical li.mouseenter-cat{background: #fff;}
  .cat-ex-vertical li.mouseenter-cat .cat-root-box{
    border-color:RGB(217,58,47);
    position: relative;z-index: 100;
    
    border-right:none;
    

    background: #fff;
  }
  .cat-ex-vertical li.mouseenter-cat .cat-children-box,.cat-ex-vertical li.mouseenter-cat .cat-children-box-flex{
    display: block;
  }


  .cat-ex-vertical .cat-children,.cat-ex-vertical .cat-link{
    float:left;
  }

  .cat-ex-vertical .cat-children dl,.cat-ex-vertical .cat-link dl{
    padding: 10px;
  }
  .cat-ex-vertical .cat-children{
    
        
    width: 65%;

  }

  .cat-ex-vertical .cat-link{
    
      width: 35%;
      background: RGB(255,253,231);
    

  }

  .cat-ex-vertical .cat-children dl{border-bottom: 1px #ccc dotted;clear: both;display: inline-block;width: 100%;}
  .cat-ex-vertical .cat-children dl.last{border-bottom: none;}
  .cat-ex-vertical .cat-children dt,.cat-children dt a,.cat-children dt span{float: left; font-weight: bold;}
  
  .cat-ex-vertical .cat-children dt{width:20%;}
  .cat-ex-vertical .cat-children dd{display: inline-block;width: 70%}
  .cat-ex-vertical .cat-children dd a{float: left;}
  
  .cat-ex-vertical .cat-link dt{font-size: 14px;font-weight: bold;padding: 5px;}
  .cat-ex-vertical .cat-link dd{padding: 0px;}

  .cat-ex-vertical .cat-link-sale-item{padding-left: 20px;line-height: 22px;}
  .cat-ex-vertical .cat-link-sale-item p{color: #666;}
  .cat-ex-vertical .cat-link-brand-item{float: left;margin-left: 10px;text-align: center;width: 130px;}
  .cat-ex-vertical .cat-link-brand-item img{width: 100%;}
  

  .cat-lv2-redundancy{display: inline-block;overflow: hidden;}
  .cat-lv2-redundancy a{font-size: 12px;line-height: 18px;float: left;font-weight: normal;font-family: Arail;padding: 3px 3px 3px 10px;}




    .swiper-container {
        width: 804px;
        height: 50px;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        width: 134px!important;
        margin-right: 0px!important;
        /* 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-button-prev, .swiper-button-next{
        width: 33px!important;
        height: 24px!important;
    }
    .swiper-button-prev{
        top: 10px;
        left: 0px;
    }
     .swiper-button-next{
        top: 10px;
        right: 0px;
     }
     .swiper-slide{
        padding: 0 1px;
        position: relative;
        height: 50px;
        overflow: hidden;
     }
    .lorem_balc .swiper-slide  .brablk{
        top: 0;
        position: absolute;
        height: 50px;
        transition: 0.2s;
        z-index: 999;
     }
    .lorem_balc .swiper-slide:hover  .brablk{
            top: -50px;
            transition: 0.2s;
     }
     .swiper-slide.swiper-slide-next{
        width: 134px!important;
        margin-right: 0px!important;
     }

