.be-tabbar{
    width: 100%;
    height: 40px;
    background-color: #F2F2F2;
}
.be-tabbar>.be-tabbar-center{
    width: 1150px;
    padding: 0 50px;
    position: relative;
    margin: 0 auto;
}
.be-tabbar-center>ul{
    display: inline-block;
    width: 500px;
    font-size: 0;
    padding: 0;
    list-style: none;
}
.be-tabbar-center>ul>li{
    display: inline-block;
    /*min-width: 100px;*/
    height: 20px;
    text-align: center;
    margin: 10px 0;
    padding: 0 10px;
    font-size: 12px;
}
.be-tabbar-center>.be-tabbar-right{
    width: 700px;
    position: absolute;
    right:50px;
}
.be-tabbar-center a>span{
    font-size: 12px;
}
.be-tabbar-right{
    text-align: right;
}
.be-tabbar-right>li{
    border-right: 1px solid gray;
}
.be-tabbar-right>li:nth-last-of-type(1){
    border: 0;
}
.be-tabbar-center>ul>li a{
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
    color: black;
}
.be-center{
    position: relative;
}
.be-center-conent{
    position: absolute;
    top: 30px;
    left: 0px;
    background-color: white;
    padding: 5px 10px;
    border: 1px solid lightgray;
    width: auto;
    display: none;
}
.be-center-conent>li{
    line-height: 30px;
    width: 80px;
}
.be-center-conent>li>a:hover{
    color: orangered;
}
.be-tabbar-center>ul>li:hover,
.be-tabbar-center>ul>li a:hover,
.be-tabbar-center>ul>li span:hover{
    color: orangered;
}
.be-sum{
    display: inline-block;
    padding: 3px ;
    background-color: red;
    color: white;
    line-height: 10px;
    position: relative;
    bottom: 5px;
    border-radius: 5px;
    font-size: 10px;
}