﻿
#outer {
    width: 450px;
    margin: 150px auto;
}

#tab {
    overflow: hidden;
    zoom: 1;
    background: #8DB6CD;
}

    #tab li {
        float: left;
        color: #fff;
        height: 30px;
        cursor: pointer;
        line-height: 30px;
        padding: 0 20px;
    }

        #tab li.current {
            color: #000;
            background: #fff;
        }

#all {
    width: 100%;
    border: 1px solid #CCCCCC;
}

#title {
    height: 45px;
    width: 100%;
    background: #8DB6CD;
}

    #title ul {
        height: 45px;
    }

    #title li {
        float: left;
        list-style: none;
        width: 90px;
        text-align: center;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }

#content {
    width: 100%;
}

    #content ul {
        line-height: 25px;
        display: none;
        padding: 10px 0;
        list-style: none;
        float: left;
        clear: both;
        margin-left: 84%;
        margin-top: 0px;
        margin-bottom: 40px;
        width: 202px;
    }

    #content li {
        width: 100px;
        height: 30px;
        background-color: #46B8DA;
        text-align: center;
        color: #fff;
        float: left;
    }

body {
    padding-top: 0;
    padding-bottom: 0;
}
/* 操作区选项背景色*/
.inputbg {
    display: inline-block;
    /*background:#F3E9D2;*/
    background-color: #8DB6CD;
    padding: 5px;
    border-radius: 6px;
    margin-right: 6px;
}

.pRSp {
    display: inline-block;
    width: 60px;
}

.inputbg input {
    border-radius: 4px;
    border: none;
    border: 1px solid #0c2340;
    width: 100%;
}

.span_unit {
    position: absolute;
    right: 4px;
    top: 2px;
}

.tj select {
    border-radius: 4px;
    border: 1px solid #0c2340 !important;
    padding: 3px 5px;
    height: 32px;
    margin-right: 10px;
}

.lable-category a {
    white-space: nowrap;
}

.lable-category .chooseSp {
    color: #dcc091;
    border: 1px solid #dcc091;
}

.contraction {
    display: block;
    width: 77%;
    float: left;
    height: 30px;
    overflow: hidden;
}

.checkMore {
    display: block;
    float: left;
    width: 9%;
    line-height: 30px;
    text-align: right;
    color: #ff8b8b;
}

.fixed-table-body {
    height: auto;
}

.header_div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    /*margin-top:20px;*/
}

#rqishijian {
    width: 30%;
    padding-right: 0px;
}

.active2 {
    background: #fff;
    color: #000;
}

.tab_div {
    width: 100%;
    height: 460px;
    background: #fff;
    margin-top: 84px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

.content {
    width: 100%;
    height: 20px;
}

.tab-content {
    width: 100%;
    height: 1040px;
}
