@charset "utf-8";
@import url("style.css");


table{
    table-layout: fixed;
    width: 100%;
}
.tabs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 60px;
    padding: 15px 0 10px 0;
    background-image: url('../img/t1.png'), url('../img/t2.png'), url('../img/t3.png');
    background-position: left 0, right 26px, center top 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, 100% 69px;
    background-color: #fff;
}
.tab {
    flex: 1;
    margin: 0 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    color: #666;
}
.tab.active {
    /*background-color: #1fb61d;*/
    color: #8c0000;
}
.tab.active::before {
    content: '';
    display: block;
    height: 28px;
    width: 38px;
    background-image: url('../kj/kj-icon.png');
    background-size: 100% 100%;
    margin-right: 10px;
}