.mainbody {
    padding: 10px;
}

.navigation {
    padding-left: 5px;
    color: #999999;
    font-family: 'ËÎÌå';
    line-height: 28px;
    font-size: 12px;
}

.tab_nav {
    margin: 8px auto;
    height: 23px;
    line-height: 23px;
    border-bottom: 1px #e1e1e1 solid;
    font-family: "Î¢ÈíÑÅºÚ";
}

    .tab_nav li {
        float: left;
        height: 22px;
        margin: 0 2px 0 5px;
        border: 1px #e1e1e1 solid;
        border-bottom: 0;
        background: url(/ad/images/btn_bg.gif) repeat-x;
        text-align: center;
        font-size: 12px;
    }

        .tab_nav li.selected, .tab_nav li.selected a:hover {
            background: none;
            border-bottom: 1px solid #fff;
            margin-bottom: -1px;
            _border-top: 1px;
        }

        .tab_nav li a:link, .tab_nav li a:visited, .tab_nav li a:active {
            display: block;
            float: left;
            padding: 0 10px;
            height: 22px;
            color: #767676;
            outline: none;
        }

        .tab_nav li.selected a {
            color: #3D80B3;
        }

.wrap {
    width: 1024px;
    margin: 0 auto;
}

    .wrap .lab {
        width: 24%;
        display: inline-block;
        margin-top: 10px;
    }

.dialog-html {
    display: none;
}

.layui-layer-page .layui-layer-content {
    position: relative;
    overflow: visible !important;
}

.layui-icon {
    font-size: 16px;
}

.layui-icon-add-circle {
    color: #1E9FFF;
}

.layui-icon-reduce-circle {
    color: #ff0000;
}

.layui-icon-edit {
    color: #1E9FFF;
}

.layui-icon-picture {
    color: #1E9FFF;
}

.layui-icon-release {
    color: #20c665;
}

.title {
    text-align: center;
    line-height:24px;
}

.table {
    font-size: 12px;
    border-collapse: collapse;
    margin-top: 20px;
    width: 100%;
}

    .table .rt {
        text-align: right;
    }

    .table .lt {
        text-align: left;
    }

    .table .pd_l_25 {
        padding-left: 25px;
    }

    .table tr:hover {
        background-color: #e5e5e5;
    }

.table td {
    text-align: center;
    padding: 5px 3px;
    border: 1px solid #333;
    color: black;
}

.table img{
    max-width:450px;
}

.btn {
    border: none;
    outline: none;
    /*background-color: #1aa93a; */
    font-size: 13px;
    border-radius: 2px;
    color: #fff;
    padding: 5px 15px;
    cursor: pointer;
    margin-top: 20px;
	line-height: 16px;
}

.print {
    background-color: #1aa93a;
}

.save {
    background-color: #0094ff;
}
.check {
    background-color: #ea0e55
}
.order {
    background-color: #f39f1a
}
.work {
    background-color: #d48b31
}

i {
    cursor: pointer;
}


.table input {
    width:98%;
    border:none;
    border-bottom:1px solid black;
}

/*a  upload */
.a-upload, .a-edit, .a-del, .a-add {
    padding: 4px 10px;
    height: 20px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    color: #888;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    /*overflow: hidden;*/
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.a-add {
    color: #fff;
    background: cornflowerblue;
    border: 1px solid cornflowerblue;
}

    .a-add:hover {
        color: #fff;
        background: #4e7dd1;
    }

.a-upload input {
    position: absolute;
    /*font-size: 100px;*/
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.a-upload:hover, .a-edit:hover, .a-del:hover {
    color: #444;
    background: #eee;
    border-color: #ccc;
    text-decoration: none
}