﻿.tb_query {
    font-size: 12px;
    margin: 10px 0 10px 10px;
}

    .tb_query th {
        font-size: 13px;
    }

    .tb_query td {
        font-size: 13px;
        padding-left: 2px;
    }

    .tb_query th span {
        font-size: 16px;
    }

.input, .select {
    width: 150px;
    margin-left: 2px;
}

.input_color, .select__color {
    width: 150px;
    border: 1px solid #99BBE8;
    margin-left: 2px;
    height: 20px;
}

.auto-style1 {
    height: 22px;
}

.btn {
    border: 1px solid #99BBE8;
    height: 30px;
    width: 60px;
    font-size: 14px;
}

.btn_query {
    border: 1px solid #99BBE8;
    height: 20px;
}



.tb_add {
    font-size: 12px;
    border-left: 1px solid #BED5F3;
    border-bottom: 1px solid #BED5F3;
    line-height: 30px;
    min-width: 70%;
    margin-bottom: 5px;
    padding-left: 5px;
}

    .tb_add th {
        border-top: 1px solid #BED5F3;
        border-right: 1px solid #BED5F3;
    }

    .tb_add td {
        border-top: 1px solid #BED5F3;
        border-right: 1px solid #BED5F3;
    }

    .tb_add th span {
        font-size: 16px;
    }

.bgcolor {
    background: #E6EFFE;
    text-align: center;
}

.bgnocolor {
    text-align: center;
}


.tb_pop_add {
    font-size: 12px;
    border-left: 1px solid #BED5F3;
    border-bottom: 1px solid #BED5F3;
    line-height: 30px;
    width: 100%;
}

    .tb_pop_add th {
        border-top: 1px solid #BED5F3;
        border-right: 1px solid #BED5F3;
    }

    .tb_pop_add td {
        border-top: 1px solid #BED5F3;
        border-right: 1px solid #BED5F3;
    }

    .tb_pop_add th span {
        font-size: 16px;
    }



.centerbolder {
    text-align: center;
    font-weight: bold;
}

.centerlighter {
    text-align: center;
    font-weight: lighter;
}

.input_bottom {
    border: none;
    border-bottom: 1px solid #000;
    width: 90%;
}

.input_bottom2 {
    border: none;
    border-bottom: 1px solid #000;
    width: 80%;
}

.required {
    color: red;
}


.UnderLine {
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    /*border-bottom-color: black;*/
}

.upload {
    display: inline;
}

    .upload li {
        margin: 0px 6px;
        display: inline;
    }

        .upload li img {
            vertical-align: middle;
            cursor: pointer;
        }
        
.selectCont{
    display: inline;
}
.selectCont ul {
 list-style-type: none;margin:0; padding:0;
}
.selectCont li {float:left
}
.selectCont span {
    white-space: nowrap;  /*强制span不换行*/
    display: inline-block;  /*将span当做块级元素对待*/
    width: 100px;  /*限制宽度*/
    overflow: hidden;  /*超出宽度部分隐藏*/
    text-overflow: ellipsis;  /*超出部分以点号代替*/
    vertical-align: middle;
}

.selectCont li img {
            vertical-align: middle;
            cursor: pointer;
        }
.topTitle {
    width: 90%;
    height: 50px;
    font-size: 25px;
    font-weight: bold;
    line-height: 50px;
    margin: 0px auto;
    text-align: center;
}
