.cs-tabs {
    width: 20000px;
    margin: 0 !important;
    padding: 0;
    position: relative;

}

.cs-tabs-header {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

.cs-tabs .current,.cs-tabs .current:hover,.cs-tabs .current:focus {
    /*opacity: 0.85;*/
    color: #fff;
  /*  background-color: #428bca;*/
    background-color: #4d90fe;
    cursor: pointer;
}

.cs-tabs .cs-tabs-close {
    position: absolute;
    right: 0;
    height: 12px;
    width: 12px;
    margin-right: 0;
}

.cs-tabs .cs-tabs-close:hover {
    cursor: pointer;
    background-color: red;
}

.cs-tabs-header .cs-tabs-scroll-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    width: 18px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    margin-right: 0;
    opacity: 0.5;
    cursor: pointer;
    z-index: 100;
}

.cs-tabs-header .cs-tabs-scroll-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 35px;
    width: 18px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    margin-right: 0;
    opacity: 0.5;
    cursor: pointer;
    z-index: 100;
}

.cs-tabs-header .cs-tabs-scroll-disable {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: default;
}

/*.cs-tabs-header .cs-tabs-scrollable {
    padding: 0 19px;
}*/
 .cs-tabs-panel{
    overflow: hidden;
 }
.cs-tabs-panel > div {
    display: none;
    overflow: auto;
    min-height: 150px;
}




/**
 下面css代码 是针对特定tabs做修改
*/
ul.cs-tabs {
    overflow: hidden;
    height: 35px;
   /* background-color:rgb(41,106,176);*/
    color:white;
    margin: 0;
    padding: 0;
}

ul.cs-tabs >li {
    /*border-right: 2px solid #F0F0F0;*/
    width: 80px;
    height: 35px;
    line-height: 35px;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
}

ul.cs-tabs >li> a {
    float: left;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    width: 80px;
    text-decoration: none;
    color:#0d638f;
    background-color: #f9f9f9;
}

ul.cs-tabs >li> a:hover {
    border-color: #eee #eee #ddd;
    background-color: #eee;/* #27ae60#16a085;*/;
    cursor: pointer;
}