* {
    margin: 0;
    padding: 0;
}

.ExcelDiv {
    z-index: 999;
    background: none repeat scroll 0% 0% #FFFFFF;
    /*opacity: 0.5;*/
    height: 180px;
    text-align: center;
    color: black;
    border-radius: 5px;
    cursor: default;
    width: 500px;
    border: 1px solid black;
}

    .ExcelDiv .ExcelContent {
        top: 0px;
        position: relative;
        height: 35px;
        background: none repeat scroll 0% 0% #EBEBEB;
        border-radius: 5px;
        line-height: 35px;
    }

    .ExcelDiv .ExcelTitle {
        text-align: left;
        font-size: 14px;
        margin-left: 15px;
        font-family: 'Microsoft YaHei';
    }

    .ExcelDiv .ExcelText {
        font-size: 16px;
        height: 100px;
        line-height: 33px;
        font-family: 'Microsoft YaHei';
        width: 455px;
        text-align: left;
        margin-left: 35px;
        margin-top: 8px;
    }

    .ExcelDiv .close {
        position: relative;
        top: -30px;
        left: 470px;
        cursor: pointer;
        font-size: 28px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

.btnExcel {
    position: absolute;
    margin: 9px auto;
    padding: 9px 0px;
    min-width: 800px;
    text-align: left;
    margin-left: 20px;
    z-index: 998;
}

.ExcelFile {
    width: 200px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    margin-right: 25px;
    margin-left: 25px;
}

.Links_btn {
    cursor: pointer;
    color: white;
    text-align: center;
    border: none;
    font-weight: bold;
    background: url(/images/green_btn.png) no-repeat;
    width: 84px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    margin-right: 25px;
}

    .Links_btn:hover {
        background-position: left bottom;
        color: white;
        text-decoration: none;
    }

.goToTop {
    color: #333;
    font-family: \5B8B\4F53;
    position: inherit;
    bottom: 0px;
    right: 0px;
    z-index: 9999;
    float: right;
    line-height: 14px;
    background: url(/images/Rtop.png);
    text-align: center;
    width: 40px;
    height: 40px;
}

#RightMenu {
    font-size: 11pt;
    cursor: default;
    color: #000000;
    background-color: #ffffff;
    height: auto;
    min-width: 100px;
    border: 1px black solid;
    border-radius: 5px;
    font-family: 'Microsoft YaHei';
    z-index: 999;
    position: relative;
}

    #RightMenu .spanTitle {
        background: none repeat scroll 0% 0% #EBEBEB;
        min-width: 100px;
        border-radius: 5px;
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14pt;
        text-align: center;
        /*padding-left: 5px;
        padding-right: 5px;*/
    }

    #RightMenu .hover {
        background-color: #EAEAEA;
        border-radius: 5px;
    }

    #RightMenu li {
        height: 48px;
        line-height: 48px;
        vertical-align: middle;
        padding-left: 6px;
    }

        #RightMenu li .Fleft {
            float: left;
            font-style: normal;
        }

        #RightMenu li img {
            padding: 3px 0 0 0;
            float: left;
        }

.Tab_Title {
    color: #FF8C00;
}

    .Tab_Title:hover {
        color: #FF8C00;
        text-decoration: none;
        font-weight: bold;
    }

.QRCodeDiv {
    z-index: 999;
    background: none repeat scroll 0% 0% #FFFFFF;
    /*opacity: 0.5;*/
    height: 160px;
    text-align: center;
    color: black;
    border-radius: 5px;
    cursor: default;
    width: 300px;
    border: 1px solid black;
}

    .QRCodeDiv .QRCodeContent {
        top: 0px;
        position: relative;
        height: 35px;
        background: none repeat scroll 0% 0% #EBEBEB;
        border-radius: 5px;
        line-height: 35px;
    }

    .QRCodeDiv .QRCodeTitle {
        text-align: left;
        font-size: 14px;
        margin-left: 15px;
        font-family: 'Microsoft YaHei';
    }

    .QRCodeDiv .QRCodeText {
        font-size: 16px;
        height: 2005px;
        line-height: 205px;
        font-family: 'Microsoft YaHei';
        width: 200px;
        text-align: center;
        margin-left: 55px;
    }

        .QRCodeDiv .QRCodeText img {
            width: 120px;
            height: 120px;
            margin: 2px 0px 2px 0px;
        }

            .QRCodeDiv .QRCodeText img.BrImg {
                position: absolute;
                width: 40px;
                height: 40px;
                top: 75px;
                left: 137px;
                border-radius: 5px;
            }

    .QRCodeDiv .close {
        position: relative;
        top: -30px;
        left: 270px;
        cursor: pointer;
        font-size: 28px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

.backDiv {
    width: 100%;
    z-index: 998;
    position: absolute;
    background: black;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0px;
    left: 0px;
    cursor: default;
}

.DelDiv {
    z-index: 999;
    background: none repeat scroll 0% 0% #FFFFFF;
    /*opacity: 0.5;*/
    height: 150px;
    text-align: center;
    color: black;
    border-radius: 5px;
    cursor: default;
    width: 400px;
    border: 1px solid black;
}

    .DelDiv .DelContent {
        top: 0px;
        position: relative;
        height: 35px;
        background: none repeat scroll 0% 0% #EBEBEB;
        border-radius: 5px;
        line-height: 35px;
    }

    .DelDiv .DelTitle {
        text-align: left;
        font-size: 14px;
        margin-left: 15px;
        font-family: 'Microsoft YaHei';
    }

    .DelDiv .DelText {
        font-size: 16px;
        height: 70px;
        line-height: 33px;
        font-family: 'Microsoft YaHei';
        width: 300px;
        text-align: center;
        margin-left: 55px;
    }

    .DelDiv .close {
        position: relative;
        top: -30px;
        left: 365px;
        cursor: pointer;
        font-size: 28px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

.Link_btn {
    cursor: pointer;
    color: white;
    text-align: center;
    border: none;
    font-weight: bold;
    background: url(/images/green_btn.png) no-repeat;
    width: 84px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
}

    .Link_btn:hover {
        background-position: left bottom;
        color: white;
        text-decoration: none;
    }

    .Link_btn a, .Link_btn a:hover {
        color: white;
        text-decoration: none;
        width: 84px;
        height: 24px;
        display: block;
    }

.showDiv {
    position: absolute;
    top: 15%;
    left: 36%;
    z-index: 999;
    background: none repeat scroll 0% 0% #FFFFFF;
    /*opacity: 0.5;*/
    height: 150px;
    text-align: center;
    color: black;
    border-radius: 5px;
    cursor: default;
    width: 400px;
    display: none;
    border: 1px solid black;
}

    .showDiv .DelContent {
        top: 0px;
        position: relative;
        height: 35px;
        background: none repeat scroll 0% 0% #EBEBEB;
        border-radius: 5px;
        line-height: 35px;
    }

    .showDiv .contentTitle {
        text-align: left;
        font-size: 14px;
        margin-left: 15px;
        font-family: 'Microsoft YaHei';
    }

    .showDiv .contentText {
        font-size: 16px;
        height: 70px;
        line-height: 70px;
        font-family: 'Microsoft YaHei';
        width: 300px;
        text-align: center;
        margin-left: 55px;
    }

    .showDiv .close {
        position: relative;
        top: -30px;
        left: 365px;
        cursor: pointer;
        font-size: 28px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

body {
    font-family: Arial, "宋体";
    font-size: 12px;
    color: #444;
    line-height: 1.6em;
}

h1 {
    line-height: 1.3em;
}

a:hover img, img {
    border: none;
}

ul {
    list-style: none;
}

input, button, select, textarea {
    outline: none;
    font-family: Arial, "宋体";
    font-size: 12px;
}

table input, table button, table select, table textarea {
    vertical-align: middle;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    color: #ff6600;
}

    a:hover {
        text-decoration: underline;
        color: #8ccc30;
    }
/*-------------------------结束公用样式--------------------------*/
.clear_div {
    overflow: hidden;
    zoom: 1;
}

.clear_div2 {
    zoom: 1;
}

    .clear_div2:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
    }

input.checlass {
    margin: 0 5px;
    margin-left: 0;
    vertical-align: middle;
    _vertical-align: baseline;
}
/*--------------------------star登录页*/
/*标志*/
div.login_logo {
    clear: both;
    text-align: center;
    padding: 35px 0;
}
/*登录框*/
dl.login_box {
    clear: both;
    width: 350px;
    margin: 0 auto;
}

    dl.login_box dt {
        clear: both;
        padding: 7px 0;
    }

        dl.login_box dt p {
            clear: both;
            font-size: 20px;
            line-height: 1.3em;
            padding: 12px 1% 0 1%;
        }

    dl.login_box dd {
        clear: both;
        text-align: center;
        margin-top: 15px;
    }
/*表单和按钮*/
input.login_text {
    background: #f4f4f4 url(/images/input_text_g.gif) repeat-x left top;
    border: 1px solid #d2d2d2;
    line-height: 20px;
    height: 20px;
    padding: 10px 10px;
    color: #777;
    font-size: 20px;
    vertical-align: middle;
    width: 327px;
}

input.login_btn {
    border: none;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background: url(/images/login_btn_cn.png) no-repeat;
    width: 348px;
    height: 48px;
    line-height: 48px;
}

input.login_btn_cn {
    border: none;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background: url(/images/login_btn_cn.png) no-repeat;
    width: 348px;
    height: 48px;
    line-height: 48px;
}

input.login_btn_hk {
    border: none;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background: url(/images/login_btn_hk.png) no-repeat;
    width: 348px;
    height: 48px;
    line-height: 48px;
}

input.login_btn_en {
    border: none;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background: url(/images/login_btn_en.png) no-repeat;
    width: 348px;
    height: 48px;
    line-height: 48px;
}

input.inputleft {
    float: left;
}

input.login_btn1 {
    border: none;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background: url(/images/login_btn1.png) no-repeat;
    width: 348px;
    height: 48px;
    line-height: 48px;
}

    input.login_btn1:hover {
        background-position: left bottom;
    }

input.login_btn_cn:hover {
    background-position: left bottom;
}

input.login_btn_hk:hover {
    background-position: left bottom;
}

input.login_btn_en:hover {
    background-position: left bottom;
}
/*口味处理按钮*/
input.btnSide {
    border: none;
    background: #23B8A2;
    color: White;
    width: 80px;
    height: 28px;
    line-height: 28px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
    cursor: pointer;
}

input.hover {
    border: none;
    background: #ff6600;
    color: White;
    width: 80px;
    height: 28px;
    line-height: 28px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.SideAdd {
    background: url(/images/of_add2.png) no-repeat 0px 1px;
    width: 30px;
    height: 30px;
}

.SideAddHover {
    background: url(/images/of_add2_p.png) no-repeat;
}

#SideDishType_Error {
    font-size: 18px;
    color: #FA4949;
}

.SideDel {
    background: url(/images/of_minus2.png) no-repeat;
    width: 30px;
    height: 30px;
}

.SideDelHover {
    background: url(/images/of_minus2_p.png) no-repeat;
    width: 30px;
    height: 30px;
}

input.login_btn2_cn {
    border: none;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background: url(/images/btn1_cn.png) no-repeat;
    width: 140px;
    height: 48px;
    line-height: 48px;
}

input.login_btn2_hk {
    border: none;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background: url(/images/btn1_hk.png) no-repeat;
    width: 140px;
    height: 48px;
    line-height: 48px;
}

input.login_btn2_en {
    border: none;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background: url(/images/btn1_en.png) no-repeat;
    width: 140px;
    height: 48px;
    line-height: 48px;
}

    input.login_btn2_cn:hover, input.login_btn2_hk:hover, input.login_btn2_en:hover {
        background-position: left bottom;
    }

input.login_btn3_cn {
    border: none;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background: url(/images/btn2_cn.png) no-repeat;
    width: 140px;
    height: 48px;
    line-height: 48px;
}

input.login_btn3_hk {
    border: none;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background: url(/images/btn2_hk.png) no-repeat;
    width: 140px;
    height: 48px;
    line-height: 48px;
}

input.login_btn3_en {
    border: none;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background: url(/images/btn2_en.png) no-repeat;
    width: 140px;
    height: 48px;
    line-height: 48px;
}

    input.login_btn3_cn:hover, input.login_btn3_hk:hover, input.login_btn3_en:hover {
        background-position: left bottom;
    }

input.login_btn4_cn {
    border: none;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background: url(/images/btnsq_cn.png) no-repeat;
    width: 140px;
    height: 48px;
    line-height: 48px;
}

input.login_btn4_hk {
    border: none;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background: url(/images/btnsq_hk.png) no-repeat;
    width: 140px;
    height: 48px;
    line-height: 48px;
}

input.login_btn4_en {
    border: none;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background: url(/images/btnsq_en.png) no-repeat;
    width: 140px;
    height: 48px;
    line-height: 48px;
}

    input.login_btn4_cn:hover, input.login_btn4_hk:hover, input.login_btn4_en:hover {
        background-position: left bottom;
    }


/*-----------------star文件底*/
dl.login_footer {
    clear: both;
    text-align: center;
    padding: 135px 0 12px 0;
}

    dl.login_footer dt {
        clear: both;
    }

    dl.login_footer dd p {
        clear: both;
    }

    dl.login_footer dd {
        padding-top: 8px;
        clear: both;
        line-height: 1.6em;
        text-align: center;
    }
/*----------------------------star系统页*/
/*头文件*/
dl.header {
    clear: both;
    height: 100px;
    width: 950px;
    margin: 0 auto;
}

    dl.header dt {
        float: left;
        padding: 10px 0 0 0;
    }

    dl.header dd {
        float: right;
        padding: 40px 0 0 0;
        line-height: 1.4em;
        font-size: 18px;
    }
/*头文件中*/
div.header_c {
    clear: both;
    background: url(/images/orange_th.gif) repeat-x;
    height: 66px;
}

ul.header_c {
    clear: both;
    background: url(/images/orange_th.gif) repeat-x left top;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    color: white;
    vertical-align: middle;
    padding: 13px 0;
}

    ul.header_c span {
        margin: 0 8px;
        display: inline-block;
        vertical-align: middle;
    }
/*表单*/
input.search_text {
    background: #fff url(/images/input_text.gif) repeat-x left top;
    height: 20px;
    line-height: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    vertical-align: middle;
    border: none;
    border-left: 1px solid #d7cab9;
    border-top: 1px solid #8b7152;
    width: 380px;
    padding: 10px 10px;
}
/*--star中间区域*/ . div.h_center {
    clear: both;
    width: 950px;
    margin: 0 auto;
    padding: 15px 0;
}

div.h_left {
    float: left;
    width: 500px;
    height: 500px;
    border-right: 3px solid #b3b3b3;
    border-bottom: 3px solid #b3b3b3;
    background: #f4f4f4 url(/images/green_th.gif) repeat-x left top;
}

div.h_right {
    float: right;
    width: 45%;
    padding: 125px 0 0 0;
}
/*表格*/
table.food_table {
    clear: both;
    width: 95%;
    margin: 0 auto;
}

    table.food_table th {
        font-weight: normal;
        color: #fff;
        font-size: 20px;
        line-height: 52px;
        height: 60px;
    }

    table.food_table td {
        font-size: 20px;
        line-height: 1.6em;
        padding: 5px 5px;
        text-align: center;
        vertical-align: middle;
    }

        table.food_table td.l_text, table.food_table th.l_text {
            padding-left: 10px;
            text-align: left;
        }

    table.food_table tfoot td {
        line-height: 1.4em;
        text-align: left;
        font-size: 24px;
        border-top: 2px solid #c4c4c4;
        padding-top: 30px;
    }

        table.food_table tfoot td b {
            vertical-align: middle;
            line-height: 1.1em;
            margin: 0 0 0 12px;
            font-size: 30px;
        }
/*结账表格*/
table.prit_table {
    clear: both;
    margin: 0 0;
}

    table.prit_table td {
        vertical-align: middle;
        padding: 8px 5px;
    }

        table.prit_table td.r_text {
            font-size: 24px;
            text-align: right;
        }

    table.prit_table tfoot td {
        padding-top: 30px;
    }
/*表单和按钮*/
input.prit_text {
    background: #f3f3f3 url(/images/input_text_g.gif) repeat-x left top;
    border: 1px solid #d2d2d2;
    line-height: 30px;
    height: 30px;
    padding: 7px 10px;
    color: #444;
    font-weight: bold;
    font-size: 30px;
    vertical-align: middle;
    width: 250px;
}

input.prit_btn {
    border: none;
    cursor: pointer;
    text-align: center;
    background: url(/images/order_btn.png) no-repeat;
    width: 276px;
    height: 58px;
    line-height: 58px;
    color: white;
}

    input.prit_btn:hover {
        background-position: left bottom;
    }
/*------------------star文件底*/
.footer {
    clear: both;
    height: 40px;
    line-height: 40px;
    background: #c6c6c6;
    margin: 0;
}

    .footer div {
        clear: both;
        text-align: center;
        background: #c6c6c6;
        height: 100%;
    }
/*------------------------------star主页*/
div.center_box {
    clear: both;
    width: 100%;
    min-width: 1100px;
    margin: 0 auto 10px auto;
}

/*div.center_box{clear:both; width:1004px; margin:0 auto 10px auto; background:#fff url(/images/center.gif) repeat-y left top;}
*/
/*标志*/
.h_logo {
    float: left;
    width: 225px;
    height: 100px;
    background: #ff8c01;
}

    .h_logo a img {
        margin: 3px 0px 0px 65px;
    }
/*-------star右边*/
#right {
    height: 100px;
}

div.i_right {
    float: right;
    width: 779px;
    border-top: #ff8c01 5px solid;
}

div.r_header {
    clear: both;
    height: 50px;
}

dl.r_header {
    clear: both;
    padding: 5px 0 0 10px;
}

    dl.r_header dd {
        float: right;
        font-size: 14px;
        padding: 18px 0 0 0;
        line-height: 1.2em;
    }

    dl.r_header dt {
        float: left;
    }

        dl.r_header dt p {
            clear: both;
            padding: 4px 0 0 0;
            font-size: 14px;
            line-height: 1.2em;
        }
/*导航menu.css*/
.topmenu {
    float: right;
}

/*表格*/
table.list_table {
    clear: both;
    width: 100%;
    margin: 15px 0 0 0;
}

    table.list_table thead th {
        /*border:1px solid #8ccc30;*/
        clear: both;
        color: #fff;
        text-align: left;
        font-size: 14px;
        font-weight: normal;
        background: #8ccc30;
        padding: 0 2%;
    }

    table.list_table th {
        /*border:1px solid #cecece; */
        line-height: 2em;
        height: 2em;
        color: #666;
        padding: 0 5px;
    }

    table.list_table td {
        /*border:1px solid #cecece; */
        text-align: center;
        vertical-align: middle;
        line-height: 2em;
        height: 2em;
        padding: 3px 5px;
    }

        table.list_table td.l_text, table.list_table th.l_text {
            padding-left: 20px;
            text-align: left;
        }

        table.list_table td span a {
            margin: 0 10px;
            text-decoration: underline;
        }

            table.list_table td span a:hover {
                text-decoration: none;
            }

    table.list_table tbody tr.even_bj {
        background: #eaeaea;
    }

    table.list_table tbody tr.hover {
        background: #c9efab;
    }



table.list_table2 {
    clear: both;
    width: 100%;
    margin: 20px 0 0 0;
}

    table.list_table2 thead th {
        /*border:1px solid #8ccc30;*/
        clear: both;
        color: #fff;
        text-align: left;
        font-size: 14px;
        font-weight: normal;
        background: #8ccc30;
        padding: 0 2%;
    }

    table.list_table2 th {
        /* border:1px solid #cecece; */
        line-height: 1em;
        height: 1em;
        color: #666;
        padding: 2 4px;
    }

    table.list_table2 td {
        /*border:1px solid #cecece; */
        text-align: center;
        vertical-align: middle;
        line-height: 1em;
        height: 1em;
        padding: 2px 4px;
    }

        table.list_table2 td.l_text, table.list_table2 th.l_text {
            padding-left: 20px;
            text-align: left;
        }

        table.list_table2 td span a {
            margin: 0 10px;
            text-decoration: underline;
        }

            table.list_table2 td span a:hover {
                text-decoration: none;
            }

    table.list_table2 tbody tr.even_bj {
        background: #ffffff;
    }

    table.list_table2 tbody tr.hover {
        background: #ffffff;
    }
/*----------------star文字的样式*/
/*标题*/
.th {
    /*font-family: "微软雅黑";*/
}

/*表单和按钮*/
/*
input.green_btn{ cursor:pointer; color:white; text-align:center; border:none; font-weight:bold; background:url(/images/green_btn.jpg) no-repeat; width:84px; height:24px; line-height:24px;}
*/
input.green_btn {
    cursor: pointer;
    color: white;
    text-align: center;
    border: none;
    font-weight: bold;
    background: url(/images/green_btn.png) no-repeat;
    width: 84px;
    height: 24px;
    line-height: 24px;
    margin: 2px;
}

input.gray_btn {
    cursor: pointer;
    color: white;
    text-align: center;
    border: none;
    font-weight: bold;
    background: #999;
    width: 84px;
    height: 24px;
    line-height: 24px;
}

input.green_btn:hover {
    background-position: left bottom;
}


table.fill_table {
    clear: both;
    margin: 0;
    width: 100%;
}

    table.fill_table td {
        vertical-align: middle;
        line-height: 2em;
        padding: 4px 2px;
    }

        table.fill_table td.r_text {
            text-align: right;
            min-width: 100px;
            width: 15%;
        }

    table.fill_table input.input_text {
        width: 240px;
        height: 18px;
    }

    table.fill_table span.input_text {
        width: 240px;
        height: 18px;
    }

    table.fill_table select.input_text {
        width: 240px;
        height: 20px;
    }

    table.fill_table tfoot td {
        width: 100%;
        padding-left: 20%;
    }

.class_title {
    margin-top: 10px;
    line-height: 28px;
    height: 28px;
    vertical-align: middle;
    border: 1px solid #8ccc30;
    clear: both;
    color: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    background: #8ccc30;
    padding: 0 2%;
}

.red_text {
    color: Red;
    font-weight: bold;
}

div.class_title a:hover {
    color: #FF760F;
    text-decoration: underline;
}

/*搜索*/
table.fill_table_top {
    clear: both;
    margin: 0;
}

    table.fill_table_top td {
        vertical-align: middle;
        line-height: 2em;
        padding: 2px 1px;
    }

        table.fill_table_top td.r_text {
            text-align: right;
            min-width: 80px;
            width: auto;
        }

    table.fill_table_top input.input_text {
        width: 190px;
        height: 18px;
    }

    table.fill_table_top span.input_text {
        width: 190px;
        height: 18px;
    }

    table.fill_table_top select.input_text {
        width: 192px;
        height: 20px;
    }

    table.fill_table_top tfoot td {
        padding: 15px 3px;
    }

.CheckBoxList_left {
    float: left;
    height: 32px;
    line-height: 32px;
}

.div_chkAll {
    float: left;
    height: 32px;
    line-height: 32px;
    margin-left: 50px;
}
