﻿.ele-tab-container {
}

.ele-tabs {
    text-align: center;
    position: relative;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    border-bottom: .0625rem solid #e3e3e3;
    padding: .5rem 0;
    list-style: none;
}

    .ele-tabs li {
        height: 2.5rem;
        line-height: 2.5rem;
        padding: 0 .75rem;
        text-align: center;
        color: #000;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        border-right: .0625rem solid #e3e3e3;
        cursor: pointer;
    }

        .ele-tabs li:last-child {
            border-right-width: 0;
        }

        .ele-tabs li.active {
            color: #FF3200;
        }

.ele-tab-pages > div {
    display: none;
}

    .ele-tab-pages > div.ele-active {
        display: block;
    }
