@charset"utf-8";

.toolbar {
    height: 30px;
    min-width: 1180px;
    _overflow: hidden;
    background: #f2f1ef;
    color: #666;
    position: relative;
    z-index: 1000;
    font: 12px/30px SimSun;
}

    .toolbar .container {
        position: relative;
    }

        .toolbar .container #container {
            display: inline-block;
        }

    .toolbar .onload {
        width: 30px;
        height: 30px;
        margin: 0 auto;
    }

        .toolbar .onload img {
            width: 30px;
            height: 30px;
            display: block;
            margin: 0 auto;
        }

    .toolbar .mod-sitemap {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

        .toolbar .mod-sitemap a {
            color: #666;
            display: block;
            float: left;
        }

            .toolbar .mod-sitemap a:hover {
                color: #ef8200;
                text-decoration: none;
            }

        .toolbar .mod-sitemap .toolbar_tel a {
            color: #ec0000;
            font: italic 14px/30px Microsoft Yahei;
        }

    .toolbar .mod-sitemap-login {
        padding-left: 5px;
        color: #f80000;
    }

    .toolbar .mod-sitemap-register {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        background: url("../images/side_toolbar.png") no-repeat;
        color: #FFF;
        text-indent: 8px;
        padding-right: 5px;
    }

        .toolbar .mod-sitemap-register:hover {
            text-decoration: none;
        }

    .toolbar .head-top-rk span {
        color: #bbb;
    }

    .toolbar .head-top-rk .item {
        float: left;
        border: 1px solid #f1f1f1;
        border-width: 0 1px;
        height: 30px;
        position: relative;
    }

        .toolbar .head-top-rk .item:first-child {
            background: 0 0;
        }

        .toolbar .head-top-rk .item.sitemap:hover {
            border: 1px solid #e6e6e6;
            border-width: 0 1px;
            background: #fff;
        }

            .toolbar .head-top-rk .item.sitemap:hover a {
                background: #fff;
                position: relative;
                z-index: 11;
            }

            .toolbar .head-top-rk .item.sitemap:hover + .item .item_line {
                display: none;
            }

            .toolbar .head-top-rk .item.sitemap:hover .samllarrow em {
                border-top-color: #fff;
            }

        .toolbar .head-top-rk .item:hover .sitemap-list {
            display: block;
        }

        .toolbar .head-top-rk .item:hover .borderhidden {
            display: block;
        }

        .toolbar .head-top-rk .item:hover .sitemap-webmap {
            display: block;
        }

        .toolbar .head-top-rk .item:hover .sitemap-myhuiju {
            display: block;
        }

        .toolbar .head-top-rk .item:hover .sitemap-member {
            display: block;
        }

    .toolbar .head-top-rk .item_line {
        float: left;
        position: absolute;
        left: -1px;
        z-index: 11;
        margin-top: 8px;
        width: 1px;
        height: 14px;
        background: #e1e1e1;
        overflow: hidden;
    }

    .toolbar .head-top-rk .notice-dot {
        background: #e81e1e;
        border-radius: 50%;
        display: inline-block;
        height: 6px;
        position: absolute;
        right: 22px;
        top: 5px;
        z-index: 99;
        vertical-align: middle;
        width: 6px;
    }

    .toolbar .head-top-rk a {
        padding: 0 10px;
    }

        .toolbar .head-top-rk a i {
            display: inline-block;
            *zoom: 1;
            *display: inline;
            background: transparent url("../images/side_toolbar.png") no-repeat;
            vertical-align: middle;
        }

            .toolbar .head-top-rk a i.menu {
                width: 14px;
                height: 12px;
                margin: -3px 5px 0 -2px;
                background-position: -38px -30px;
            }

            .toolbar .head-top-rk a i.cart {
                margin: -5px 3px 0 0;
                width: 16px;
                height: 16px;
                background-position: 0 -30px;
            }

            .toolbar .head-top-rk a i.samllarrow {
                background-position: right -13px;
                *vertical-align: 2px;
                width: 9px;
                height: 5px;
                margin-left: 4px;
            }

            .toolbar .head-top-rk a i.help {
                margin: -5px 3px 0 0;
                width: 14px;
                height: 14px;
                background-position: -57px -30px;
            }

            .toolbar .head-top-rk a i.headpic {
                margin: -4px 3px 0 0;
                width: 14px;
                height: 16px;
                background-position: -19px -31px;
            }

            .toolbar .head-top-rk a i.phone {
                margin: 6px 0 0;
                vertical-align: top;
                width: 10px;
                height: 16px;
                background-position: -77px -30px;
            }

            .toolbar .head-top-rk a i.t-home {
                margin: -1px 4px 0 0;
                width: 14px;
                height: 16px;
                background-position: -1px -55px;
            }

            .toolbar .head-top-rk a i.t-call {
                margin: 2px 4px 0 0;
                width: 14px;
                height: 16px;
                background-position: -19px -55px;
            }

            .toolbar .head-top-rk a i.t-english {
                margin: 3px 4px 0 0;
                width: 14px;
                height: 16px;
                background-position: -38px -55px;
            }

            .toolbar .head-top-rk a i.t-member {
                margin: 3px 4px 0 0;
                width: 14px;
                height: 16px;
                background-position: -58px -55px;
            }

        .toolbar .head-top-rk a:hover i.samllarrow {
            background-position: 100% -2px;
        }

    .toolbar .head-top-rk .sitemap {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        position: relative;
    }

        .toolbar .head-top-rk .sitemap .borderhidden {
            width: 100%;
            height: 4px;
            background: #fff;
            position: absolute;
            bottom: -2px;
            left: 0;
            display: none;
            z-index: 9999;
        }

    .toolbar .head-top-rk .sitemap-list {
        display: none;
        position: absolute;
        z-index: 10;
        top: 29px;
        left: -1px;
        background: #fff;
        border: 1px solid #e6e6e6;
        padding: 10px!important;
        overflow: hidden;
    }

        .toolbar .head-top-rk .sitemap-list a.cart_link {
            float: right;
            display: block;
            *zoom: 1;
            *display: inline;
            margin-top: 5px;
            padding: 0 6px;
            height: 20px;
            line-height: 20px;
            background-color: #ff9400!important;
            color: #fff;
            border-radius: 3px;
        }

        .toolbar .head-top-rk .sitemap-list.phone-list {
            left: -187px;
            color: #333;
            padding: 10px 0 5px!important;
            width: 225px;
            font: 12px/30px SimSun;
        }

            .toolbar .head-top-rk .sitemap-list.phone-list .code-box {
                width: 49%;
                text-align: center;
            }

    .toolbar .head-top-rk .sitemap.one .sitemap-list {
        width: 260px;
    }

    .toolbar .head-top-rk .sitemap.two .sitemap-list {
        min-width: 200px;
    }

        .toolbar .head-top-rk .sitemap.two .sitemap-list.cart_list {
            padding: 0!important;
            width: 260px;
        }

    .toolbar .head-top-rk .sitemap.three .sitemap-list {
        width: 412px;
        left: -145px;
    }

    .toolbar .lg {
        color: #ff9400;
        display: inline-block;
        height: 30px;
        max-width: 150px;
        overflow: hidden;
        zoom: 1;
        text-decoration: none;
        text-overflow: ellipsis;
        vertical-align: top;
        white-space: nowrap;
    }

        .toolbar .lg:hover {
            color: #ff9400;
            text-decoration: none;
        }

.cart_num {
    margin-left: 4px;
    color: #f60;
    font-size: 14px;
}

.cart_pic {
    margin-right: 10px;
    border: 1px solid #e6e6e6;
}

.cart_list ul {
    max-height: 314px;
    overflow-y: auto;
}

    .cart_list ul li {
        overflow: hidden;
        padding: 10px 4px 10px 2px;
        border-top: 1px dotted #ccc;
    }

        .cart_list ul li:first-child {
            border-top: 0;
        }

.cart_list .price {
    padding-left: 6px;
    font-size: 14px;
    font-family: Verdana,"Microsoft Yahei";
}

.cart_list p {
    width: 145px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}

    .cart_list p strong {
        color: #F70!important;
    }

.cart_bottom {
    overflow: hidden;
    padding: 8px 10px 8px 18px;
    background: #fff;
}

.sitemap-webmap {
    width: 1128px;
    display: none;
    position: absolute;
    z-index: 999;
    top: 29px;
    right: -353px;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 13px 25px!important;
    overflow: hidden;
}

    .sitemap-webmap dl {
        width: 215px;
        float: left;
        display: block;
        margin-left: 50px;
    }

        .sitemap-webmap dl.first {
            margin-left: 0;
            width: 320px;
        }

        .sitemap-webmap dl dt {
            width: 100%;
            height: 35px;
            line-height: 35px;
            text-align: left;
            color: #333;
            font-size: 12px;
            font-weight: 700;
        }

        .sitemap-webmap dl .lime {
            border-top: 1px solid #ddd;
        }

        .sitemap-webmap dl dd {
            width: 100%;
            height: auto;
            padding: 10px 0;
        }

            .sitemap-webmap dl dd span {
                width: 105px;
                height: 32px;
                line-height: 32px;
                display: block;
                float: left;
                overflow: hidden;
            }

                .sitemap-webmap dl dd span a {
                    height: 24px;
                    line-height: 24px;
                    padding: 0 5px!important;
                    color: #666!important;
                    text-align: center;
                    font-size: 12px;
                    border-radius: 3px;
                    margin: 4px 0;
                    display: inline-block;
                }

                    .sitemap-webmap dl dd span a:hover {
                        color: #fff!important;
                        background: #f90!important;
                    }

.sitemap-myhuiju {
    width: 400px;
    position: absolute;
    z-index: 999;
    top: 29px;
    left: 0;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 13px 10px!important;
    overflow: hidden;
    display: none;
}

    .sitemap-myhuiju dl {
        width: 126px;
        float: left;
        display: block;
        margin-left: 10px;
    }

        .sitemap-myhuiju dl.first {
            margin-left: 0;
        }

        .sitemap-myhuiju dl dt {
            width: 100%;
            height: 35px;
            line-height: 35px;
            text-align: left;
            color: #333;
            font-size: 12px;
            font-weight: 700;
        }

        .sitemap-myhuiju dl .lime {
            border-top: 1px solid #ddd;
        }

        .sitemap-myhuiju dl dd {
            width: 100%;
            height: auto;
            padding: 10px 0;
        }

            .sitemap-myhuiju dl dd span {
                width: 105px;
                height: 32px;
                line-height: 32px;
                display: block;
                float: left;
                overflow: hidden;
            }

                .sitemap-myhuiju dl dd span a {
                    height: 24px;
                    line-height: 24px;
                    padding: 0 5px!important;
                    color: #666!important;
                    text-align: center;
                    font-size: 12px;
                    border-radius: 3px;
                    margin: 4px 0;
                    display: inline-block;
                    position: relative!important;
                }

                    .sitemap-myhuiju dl dd span a .notice-dot {
                        display: inline-block;
                        *zoom: 1;
                        *display: inline;
                        width: 25px;
                        height: 15px;
                        background: url(../images/icon-hot.gif) no-repeat;
                        *margin-top: -4px;
                    }

                    .sitemap-myhuiju dl dd span a .notice-dot {
                        background: #e81e1e;
                        border-radius: 50%;
                        display: inline-block;
                        height: 6px;
                        position: absolute;
                        right: -2px!important;
                        top: 3px!important;
                        z-index: 99;
                        vertical-align: middle;
                        width: 6px;
                    }

                    .sitemap-myhuiju dl dd span a:hover {
                        color: #fff!important;
                        background: #f90!important;
                    }

.cart_bottom {
    overflow: hidden;
    padding: 8px 10px 8px 18px;
    background: #f5f5f5;
}

.sitemap-member {
    width: 80px;
    position: absolute;
    z-index: 999;
    top: 29px;
    left: -1px;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 5px 10px;
    overflow: hidden;
    display: none;
}

    .sitemap-member a {
        padding: 0!important;
        width: 100%;
        text-align: center;
        line-height: 24px;
        border-radius: 3px;
    }

        .sitemap-member a:hover {
            color: #fff!important;
            background: #f90!important;
        }

.msg-layer {
    position: fixed;
    left: 0;
    background: #000;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 10000;
}

    .msg-layer .msg-pop-layer {
        position: absolute;
        left: 50%;
        top: 300px;
        z-index: 999;
        width: 360px;
        margin-left: -180px;
        background-color: #fff;
        box-shadow: 0 0 12px rgba(0,0,0,.25);
        text-align: center;
    }

        .msg-layer .msg-pop-layer .msg-close-icon {
            float: right;
            width: 30px;
            margin: 10px 5px 0 0;
            height: 30px;
            text-align: center;
            cursor: pointer;
            font: 700 20px/30px Microsoft Yahei;
            color: #999;
        }

        .msg-layer .msg-pop-layer .i-msgicon {
            height: 65px;
            margin: 10px auto 20px;
            vertical-align: middle;
            width: 58px;
            background: url(../images/msgicon.png) no-repeat;
        }

        .msg-layer .msg-pop-layer .msg-pop-text {
            font: 16px/24px Microsoft Yahei;
            color: #333;
        }

        .msg-layer .msg-pop-layer .msg-pop-btns {
            padding: 20px 0 40px;
        }

            .msg-layer .msg-pop-layer .msg-pop-btns a {
                display: inline-block;
                width: 100px;
                height: 40px;
                font: 14px/40px Microsoft Yahei;
                vertical-align: middle;
                color: #fff;
                text-align: center;
                border-radius: 3px;
            }

                .msg-layer .msg-pop-layer .msg-pop-btns a.msg-pop-set {
                    background-color: #f90;
                }

                .msg-layer .msg-pop-layer .msg-pop-btns a.msg-pop-close {
                    background-color: #CCC;
                    margin-left: 10px;
                }

                .msg-layer .msg-pop-layer .msg-pop-btns a:hover {
                    color: #FFF;
                    text-decoration: none;
                }
