﻿.areaparam {
    padding: 4px 5px;
    border: 1px solid #D2D2D2;
    width: 30px;
}

    .areaparam:hover {
        border: 1px solid #dd0000;
    }

.inputparam {
    padding: 4px 5px;
    border: 1px solid #D2D2D2;
    width: 30px;
}

    .inputparam:hover {
        border: 1px solid #dd0000;
    }

.ul_tech {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

    .ul_tech li {
        width: 25%;
        flex-direction: row;
        margin: 2px 0;
        overflow: hidden;
    }

.tablelist2 td {
    padding-top: 5px;
}
/*表格自定义样式 2017-06-06*/
.sltable {
    width: 100%;
    min-width: 600px;
    border: 1px solid #eee;
    font-size: 12px;
}

    .sltable th {
        border-right: 1px solid #eee;
        padding: 8px 0;
        color: #333;
        font-size: 12px;
        font-weight: 500;
        background: #fafafa;
        border-bottom: 1px solid #eee;
        line-height: 1.5em;
    }

    .sltable td {
        border-right: 1px solid #eee;
        padding: 8px 5px;
        border-bottom: 1px solid #eee;
        line-height: 1.5em;
        color: #666;
    }

        .sltable td .sort {
            display: inline-block;
            padding: 0 3px;
            border: 1px solid #eee;
            width: 40px;
            height: 20px;
            line-height: 18px;
            color: #666;
            font-size: 12px;
            background: #fff;
            vertical-align: middle;
        }

        .sltable td .btn-tools {
            display: inline-block;
            height: 22px;
            vertical-align: middle;
        }

            .sltable td .btn-tools a {
                display: block;
                float: left;
                margin: 0;
                padding: 0;
                width: 20px;
                height: 20px;
                border: 1px solid #eee;
                border-left: none;
                text-indent: -99999px;
                background: url(skin_icons.png) no-repeat #fff;
                overflow: hidden;
            }

                .sltable td .btn-tools a:first-child {
                    border-left: 1px solid #eee;
                }

                .sltable td .btn-tools a.msg {
                    background-position: 3px -53px;
                }

                    .sltable td .btn-tools a.msg.selected {
                        background-position: 3px -81px;
                    }

                .sltable td .btn-tools a.top {
                    background-position: -25px -53px;
                }

                    .sltable td .btn-tools a.top.selected {
                        background-position: -25px -81px;
                    }

                .sltable td .btn-tools a.red {
                    background-position: -53px -53px;
                }

                    .sltable td .btn-tools a.red.selected {
                        background-position: -53px -81px;
                    }

                .sltable td .btn-tools a.hot {
                    background-position: -81px -53px;
                }

                    .sltable td .btn-tools a.hot.selected {
                        background-position: -81px -81px;
                    }

                .sltable td .btn-tools a.pic {
                    background-position: -109px -53px;
                }

                    .sltable td .btn-tools a.pic.selected {
                        background-position: -109px -81px;
                    }

        .sltable td .folder-open {
            display: inline-block;
            margin-right: 2px;
            width: 20px;
            height: 20px;
            background: url(skin_icons.png) -160px -250px no-repeat;
            vertical-align: middle;
            text-indent: -999em;
            *text-indent: 0;
        }

        .sltable td .folder-line {
            display: inline-block;
            margin-right: 2px;
            width: 20px;
            height: 20px;
            background: url(skin_icons.png) -200px -250px no-repeat;
            vertical-align: middle;
            text-indent: -999em;
            *text-indent: 0;
        }

        .sltable td .txt-box {
            display: inline-block;
            margin: 0 2px 0 auto;
            padding: 0 5px;
            border: 1px solid #eee;
            line-height: 20px;
            background: #fff;
        }

        .sltable td .img-box {
            display: inline-block;
            margin: 0 2px 0 auto;
            padding: 0;
            height: 32px;
            vertical-align: middle;
        }

            .sltable td .img-box img {
                padding: 1px;
                width: 30px;
                height: 30px;
                border: 1px solid #eee;
            }

        .sltable td .user-avatar {
            display: block;
            width: 64px;
            height: 64px;
            background: url(skin_icons.png) 3px -398px no-repeat #fff;
        }

        .sltable td .user-box {
            padding-left: 10px;
        }

            .sltable td .user-box h4 {
                margin: 0;
                padding: 0;
                display: block;
                font-weight: normal;
                font-size: 12px;
                height: 16px;
                line-height: 14px;
            }

                .sltable td .user-box h4 b {
                    color: #06F;
                }

            .sltable td .user-box i {
                display: block;
                color: #999;
                font-style: normal;
                line-height: 24px;
                height: 24px;
            }

            .sltable td .user-box span {
                display: block;
                padding: 2px 0 0 0;
                height: 14px;
            }

                .sltable td .user-box span a {
                    display: block;
                    float: left;
                    margin-right: 5px;
                    width: 20px;
                    height: 20px;
                    background: url(skin_icons.png) no-repeat #fff;
                    border: 1px solid #E1E1E1;
                    text-indent: -999em;
                }

                    .sltable td .user-box span a.amount {
                        background-position: -109px -109px;
                    }

                    .sltable td .user-box span a.card {
                        background-position: -249px -109px;
                    }

                    .sltable td .user-box span a.point {
                        background-position: 3px -109px;
                    }

                    .sltable td .user-box span a.msg {
                        background-position: -81px -109px;
                    }

                    .sltable td .user-box span a.sms {
                        background-position: -221px -110px;
                    }

        .sltable td.comment {
            padding: 10px;
            line-height: 1em;
        }

            .sltable td.comment .title {
                margin-bottom: 5px;
                line-height: 180%;
                font-weight: bold;
            }

                .sltable td.comment .title .note {
                    float: right;
                    font-weight: normal;
                }

                    .sltable td.comment .title .note i {
                        margin-left: 10px;
                        font-style: normal;
                        font-family: 'Microsoft YaHei';
                        color: #999;
                    }

                        .sltable td.comment .title .note i.reply {
                            padding-left: 18px;
                        }

            .sltable td.comment .ask {
                line-height: 180%;
                font-family: 'Microsoft YaHei';
            }

                .sltable td.comment .ask .audit {
                    margin-right: 3px;
                    display: inline-block;
                    vertical-align: middle;
                    width: 14px;
                    height: 14px;
                    background: url(skin_icons.png) -362px -112px no-repeat;
                }

                .sltable td.comment .ask .answer {
                    margin-top: 10px;
                    padding: 6px 10px;
                    border: 1px solid #f6e8b9;
                    background: #fbf8e7;
                    color: #666;
                }

                    .sltable td.comment .ask .answer b {
                        color: #090;
                    }

                    .sltable td.comment .ask .answer .time {
                        display: block;
                        float: right;
                        color: #999;
                    }

.input {
    padding: 5px 4px;
    min-height: 32px;
    line-height: 20px;
    border: 1px solid #eee;
    background: #fff;
    vertical-align: middle;
    color: #333;
    font-size: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    *min-height: 20px;
}

    .input.normal {
        width: 300px;
    }

    .input.w100 {
        width: 120px;
    }

    .input.w120 {
        width: 120px;
    }

    .input.w180 {
        width: 180px;
    }

    .input.txt {
        width: 200px;
    }

    .input.small {
        width: 50px;
    }

    .input.money {
        width: 80px;
    }

    .input:focus {
        background: #FFFBDE;
        border-color: #7BBFF2;
        outline: 2px solid #99D8F5;
    }

.del1 {
    display: none;
}

.groupparamshow {
    display: inline-block;
}

.groupparamhide {
    display: none;
}

.paramshow {
    display: inline;
}

.paramhide {
    display: none;
}

.input-text {
    display: inline-block;
    padding: 4px;
    color: #808080;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
