@import url(common.css);

.wrapper .main .tabBar-box {
    display: flex;
}

.wrapper .main .tabBar .tabBar-box .tabBar-title-active {
    background-image: linear-gradient(#fff 35%, #ece8e8 60%, #f4f3f3 15%);
    padding: 0 20px 0 15px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    box-shadow: 2px 0px 0 #d6d6d6;
    font-weight: bold;
    color: #c40004;
    text-align: center;
    border-radius: 3px 3px 0 0;
    border: solid 1px #c9c5c5;
    border-bottom: none;
    position: relative;
    margin-left: 2px;
    z-index: 999;
    opacity:1.0;
}

.wrapper .main .tabBar .tabBar-box .tabBar-title-normal  {
    background-image: linear-gradient(#fff 35%, #ece8e8 60%, #f4f3f3 15%);
    padding: 0 20px 0 15px;
    height: 24px;
    line-height: 26px;
    font-size: 14px;
    color: #c40004;
    text-align: center;
    border-radius: 3px 3px 0 0;
    position: relative;
    z-index: 999;
    margin-left: 2px;
    border: solid 1px #c9c5c5;
    border-bottom: none;
    opacity:0.8;
}

