﻿.searchcommon {
    font-size: 12px;
    line-height: 30px;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}

.bootstrap-table .fixed-table-toolbar {
    display: none;
}

.list-group-item {
    cursor: pointer;
}

.insideul {
    list-style: inside;
}

.list-group-item.selected {
    background: lightblue !important;
}

.wordbreak {
    word-break: break-all;
}

.tdcenter {
    text-align: center;
}

.bootstrap-table table tr.focusrow {
    background-color: #fff !important;
}
/*顶部导航及筛选Start*/
.content {
    /*    font-family: Arial;
    font-size: 14px;*/
    /*width: 1500px;*/
    word-break: break-all;
    word-wrap: break-word;
    margin: 0 auto;
    padding-top: 30px;
}

.diypagetop {
    background: black;
    height: 30px;
    line-height: 30px;
    position: fixed;
    z-index: 10001;
    left: 0;
    top: 0;
    width: 100%;
}

.diypagetopcon {
    width: 100%;
    padding: 0 10px 0 10px;
}

    .diypagetopcon .logo {
        float: left;
        margin-left: 40px;
        margin-top: 0px;
        color: white;
        font-size: 18px;
        width: 150px;
    }

    .diypagetopcon .list {
        float: left;
        width: calc(100% - 400px);
        font-size: 16px;
        font-weight: 600;
    }

        .diypagetopcon .list li {
            float: left;
            width: 130px;
            text-align: center;
            color: #fff;
        }

            .diypagetopcon .list li a {
                color: #fff;
            }

.kl-right-link {
    float: right;
    width: 160px;
    color: white;
    font-size: 12px;
    padding-right: 40px;
    text-align: right;
}

    .kl-right-link a {
        color: white;
    }

    .kl-right-link .s-mark {
        float: left;
        /*background: url(../images/kl-top-mark.png) no-repeat center center;*/
        width: 18px;
        height: 18px;
        cursor: pointer;
        margin-left: 10px;
    }

    .kl-right-link .g-mark {
        float: left;
        margin-left: 20px;
        position: relative;
        z-index: 100;
    }

        .kl-right-link .g-mark .g-mark-con {
            /*background: url(../images/kl-top-mark1.png) no-repeat center center;*/
            width: 18px;
            height: 18px;
            cursor: pointer;
        }

        .kl-right-link .g-mark .kl-top-buycar {
            position: absolute;
            width: 350px;
            background: #fff;
            border: 1px #dfdfdf solid;
            z-index: 100;
            padding: 15px;
            border-radius: 5px;
            top: 36px;
            right: -25px;
            display: none;
        }

.kl-buycar-list-box-hidden {
    overflow: hidden;
}

.kl-right-link .g-mark .kl-top-buycar .mark {
    background: #fff;
    border-color: #dfdfdf;
    border-radius: 2px 0 0 0;
    position: absolute;
    width: 12px;
    height: 12px;
    position: absolute;
    top: -6px;
    transform: rotate(45deg) skew(4deg, 4deg);
    right: 25px;
}

.kl-right-link .g-mark .kl-top-buycar .no-info {
    text-align: center;
}

.kl-right-link .m-mark {
    float: left;
    margin-left: 20px;
    position: relative;
}

    .kl-right-link .m-mark .m-mark-con {
        /*background: url(../images/kl-top-mark2.png) no-repeat center center;*/
        width: 18px;
        height: 18px;
        cursor: pointer;
    }

    .kl-right-link .m-mark .kl-top-my {
        position: absolute;
        background: #fff;
        border: 1px #dfdfdf solid;
        z-index: 100;
        padding: 10px 0px;
        border-radius: 5px;
        top: 36px;
        right: -10px;
        display: none;
        line-height: 20px;
        text-align: center;
        min-width: 180px;
    }

        .kl-right-link .m-mark .kl-top-my .mark {
            background: #fff;
            border-color: #dfdfdf;
            border-radius: 2px 0 0 0;
            position: absolute;
            width: 12px;
            height: 12px;
            position: absolute;
            top: -6px;
            transform: rotate(45deg) skew(4deg, 4deg);
            right: 12px;
        }

        .kl-right-link .m-mark .kl-top-my .name-title {
            border-bottom: 1px #dfdfdf solid;
            padding: 0 10px 10px;
            margin-bottom: 10px;
        }

        .kl-right-link .m-mark .kl-top-my .li {
            display: block;
        }

            .kl-right-link .m-mark .kl-top-my .li a {
                display: block;
                height: 30px;
                line-height: 30px;
            }

                .kl-right-link .m-mark .kl-top-my .li a:hover {
                    background: #f1f1f1;
                    color: #3373CC;
                }

.productdetail {
    position: relative;
    margin: 5px 10px 0 10px;
}

.category {
    margin: 15px 20px 0;
    border-bottom: 1px black solid;
    /* border-top: 2px #e31d1a solid; */
    padding: 0 10px 10px;
    /* font-weight: bolder; */
    color: black;
    min-height: 42px;
    margin: 5px 10px 0 10px;
}

    .category .first {
        padding: 10px 0 0 10px;
    }

        .category .first .tt {
            font-size: 18px;
            padding-right: 10px;
            font-weight: bolder;
        }

        .category .first a {
            padding: 0px 10px;
            color: black;
            display: inline-block;
            background: url(../images/line02.jpg) no-repeat right center;
        }

            .category .first a.plast {
                background: none;
            }

            .category .first a.select {
                color: #fff;
                background: #e31d1a;
            }

            .category .first a:hover {
                background: #e31d1a;
                color: #fff;
            }

    .category .second a {
        padding: 0px 10px;
        color: black;
        display: inline-block;
        background: url(../images/line02.jpg) no-repeat right center;
    }

        .category .second a.plast {
            background: none;
        }

        .category .second a:hover {
            background: #e31d1a;
            color: #fff;
        }

        .category .second a.select {
            color: #fff;
            background: #e31d1a;
        }
/*顶部导航及筛选End*/
/*面包屑导航Start*/
.location {
    margin: 10px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    font-weight: bolder;
    color: #333;
}

    .location a {
        display: inline-block;
        color: #333;
        text-decoration: none;
    }

        .location a:hover {
            /*color: #0065D9;*/
            text-decoration: none;
        }

        .location a i {
            display: inline-block;
            margin-right: 5px;
            width: 14px;
            height: 14px;
            text-indent: -999em;
            background: url(/admin/skin/default/skin_icons.png) no-repeat;
            vertical-align: middle;
            *text-indent: 0; /*float:left;*margin-top:5px;*/
        }

        .location a.back {
            margin-right: 15px;
        }

            .location a.back i {
                background-position: 0 0;
            }

        .location a.home i {
            background-position: -28px 0;
        }

    .location span {
        display: inline-block;
        vertical-align: middle;
    }

    .location .arrow {
        display: inline-block;
        margin: auto 3px;
        width: 14px;
        height: 14px;
        background: url(/admin/skin/default/skin_icons.png) no-repeat -56px 0;
        vertical-align: middle;
    }

    .location .lr {
        float: right;
        color: #2a72c5;
        cursor: pointer;
    }

        .location .lr .red {
            color: #c40000;
            font-weight: bolder;
        }
/*面包屑导航End*/
