﻿
.tab-ul {
    position: relative;
    padding: 0
}

.tab-ul li + li {
    margin-left: 40px;
}

.tab-item {
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666;
}

.tab-item.active {
    position: relative;
    color: #008C33;
}

.tab-item.active:after {
    content: ' ';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00A13B;
    bottom: 0px;
}

.tab-item a {
    display: block;
    line-height: 50px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

.tab-item a:hover {
    color: #008C33;
}

.tab-item.active a {
    color: #008C33;
    text-decoration: none;
}

.tab-item.active a:focus {
    text-decoration: none;
}

.tab_fixed .list_tab {
    margin: 0 auto;
    background: #fff
}

.detail_btn_tab .btn {
    cursor: pointer;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 10px
}

.tab_fixed .detail_btn_tab {
  display: block;
}

.detail_btn_tab {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

.detail_btn_tab.none {
    display: none !important;
}

.detail_btn_tab .btn:last-child {
    margin-right: 0px;
}

.create-tpl-item {
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.85);
    transition: all .3s;
}

.create-tpl-item:hover {
    border-color: #1cad4c;
    color: #1cad4c !important;
}

.tab_fixed .tab-ul {
    border-bottom: 0;
    border-top: 0
}

.noMarginLeft {
    margin-left: 0px!important;
}

.batch-page-article-tab .tab-item {
    height: 64px;
    line-height: 64px;
}

.batch-page-article-tab .tab-item {
    height: 64px;
    line-height: 64px;
}

.batch-page-article-tab .tab-item a {
    line-height: 64px;
}

.batch-page-article-tab .detail_btn_tab .btn {
    font-size: 14px;
    height: 40px;
    line-height: 25px;
    border-radius: 2px;
}

.batch-page-article-tab .detail_btn_tab {
    top: 13px;
}