.tabsbox {background: #cc0001;}
.tabs{margin:0 auto; height:auto; overflow:hidden; padding-bottom:20px; }
.tabs div{
    display: none;
    clear: both;
    border-top: solid 1px ;
    border-color: rgba(255,255,255, 0.6);
    /*min-height: 100px;*/
    padding-top: 20px;
    padding-bottom: 60px;
}
.tabs .horizontal{
    margin: 0px;
    padding: 0px;
}
.tabs .horizontal li{
    float: left;
    list-style: none;
    height: 26px;
    line-height: 26px;
    background-color: #333;
    width:80px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bolder;
    color: #fff;
}
.tabs .horizontal li:not(:first-child){
    margin-left: 10px;
}
.horizontal li img {position: absolute; left: 35px; bottom: -6px; display: none;}
.tabs .horizontal li.selectActive{
    /*border-bottom: solid 2px #0099FF;*/
    
    color: #cc0001;
    position: relative;
    background-color: #fff;
}



.tabs .horizontal li.selectActive img{display: block;}

.tab-link li{ float: left;  }
.tab-link  li:not(:first-child){ margin-left: 25px;}  
.tab-link li a{ color: rgba(255,255,255, 0.8); }
.tab-link li a:hover{ color: rgba(255,255,255, 1); }
@media (max-width: 1920px) and (min-width: 1440px){
.tabs {width: 960px;}
}

@media (max-width: 1023px){
.tabs {
    width: calc(100% - 100px);
    
}
}