﻿.search-box-wrap {
    width: 100%;
    background: #fff
}

    .search-box-wrap .search-box {
        width: 1152px;
        margin: 0 auto;
        position: relative;
        height: 114px
    }

        .search-box-wrap .search-box .logo {
            width: 211px;
            height: 56px;
            position: absolute;
            top: 25px;
            left: 0;
            cursor: pointer
        }

            .search-box-wrap .search-box .logo img {
                display: block;
                width: 100%;
                height: 100%
            }

    .search-box-wrap .search-form {
        margin: 0 321px 0 250px;
        padding-top: 30px;
        position: relative
    }

        .search-box-wrap .search-form .form-input-bg {
            width: 470px;
            height: 36px;
            background: #fff;
            border: 2px solid #f74951;
            border-radius: 3px;
            position: relative
        }

            .search-box-wrap .search-form .form-input-bg input {
                position: absolute;
                top: 0;
                left: 0;
                border: none;
                width: 470px;
                height: 36px;
                line-height: 40px;
                font-size: 14px;
                text-indent: 11px
            }

                .search-box-wrap .search-form .form-input-bg input::-webkit-input-placeholder {
                    color: #666;
                    font-size: 14px
                }

                .search-box-wrap .search-form .form-input-bg input:-ms-input-placeholder {
                    color: #666;
                    font-size: 14px
                }

                .search-box-wrap .search-form .form-input-bg input::-ms-input-placeholder {
                    color: #666;
                    font-size: 14px
                }

                .search-box-wrap .search-form .form-input-bg input::placeholder {
                    color: #666;
                    font-size: 14px
                }

        .search-box-wrap .search-form .search-form-btn {
            width: 110px;
            height: 40px;
            background: #f74848;
            border: 2px solid #f74951;
            border-radius: 3px;
            float: right;
            font-size: 16px;
            font-weight: 700;
            color: #fff;
            cursor: pointer
        }

        .search-box-wrap .search-form .search-helper {
            position: absolute;
            top: 69px;
            left: 0;
            width: 580px;
            max-height: 260px;
            background: #fff;
            border: 1px solid #d1d1d1;
            border-top: none;
            overflow-y: auto;
            padding: 8px 0;
            z-index: 10
        }

            .search-box-wrap .search-form .search-helper li {
                text-align: left;
                text-indent: 9px;
                line-height: 26px;
                cursor: pointer;
                font-family: Microsoft YaHei
            }

                .search-box-wrap .search-form .search-helper li a {
                    display: block
                }

                .search-box-wrap .search-form .search-helper li.is-focus, .search-box-wrap .search-form .search-helper li:hover {
                    background: #fee9e9
                }

                    .search-box-wrap .search-form .search-helper li.is-focus a, .search-box-wrap .search-form .search-helper li:hover a {
                        color: #f74848
                    }

        .search-box-wrap .search-form .search-hot-word {
            position: absolute;
            top: 78px;
            left: 0;
            width: 614px;
            height: 16px;
            line-height: 16px;
            font-size: 12px;
            text-align: left;
            overflow: hidden
        }

            .search-box-wrap .search-form .search-hot-word a {
                padding-right: 8px
            }

    .search-box-wrap .shopping-wrap {
        position: absolute;
        top: 30px;
        right: 0;
        width: 160px;
        height: 40px;
        background: #fff;
        box-shadow: 0 0 5px 0 rgba(80,80,101,.25)
    }

        .search-box-wrap .shopping-wrap .shopping-btn {
            width: 100%;
            height: 100%;
            position: relative;
            z-index: 99;
            background: #fff
        }

            .search-box-wrap .shopping-wrap .shopping-btn a {
                display: block;
                position: relative;
                width: 100%;
                height: 100%;
                line-height: 40px;
                font-size: 14px;
                font-weight: 400;
                color: #666;
                text-align: center;
                text-indent: 5px
            }

                .search-box-wrap .shopping-wrap .shopping-btn a i {
                    position: absolute;
                    top: 10px;
                    left: 17px;
                    width: 22px;
                    height: 22px;
                    background: url(//static.zkh360.com/image/2020-06-30/sprites-header-1593520694219.png) -162px -5px
                }

                .search-box-wrap .shopping-wrap .shopping-btn a:hover {
                    color: #f74747
                }

            .search-box-wrap .shopping-wrap .shopping-btn span {
                position: absolute;
                top: 4px;
                right: 12px;
                width: 26px;
                height: 16px;
                line-height: 16px;
                background: #f13847;
                border-radius: 7px;
                border-bottom-left-radius: 0;
                font-size: 11px;
                font-weight: 400;
                color: #fff;
                text-align: center;
                text-indent: 0
            }

        .search-box-wrap .shopping-wrap .goods-list {
            position: absolute;
            display: none;
            width: 395px;
            top: 40px;
            z-index: 10;
            right: 0;
            padding-top: 10px;
            background: #fff;
            box-shadow: 0 0 5px 0 rgba(80,80,101,.25);
            font-family: Microsoft YaHei
        }

            .search-box-wrap .shopping-wrap .goods-list ul {
                max-height: 350px;
                overflow-y: auto
            }

                .search-box-wrap .shopping-wrap .goods-list ul .list-item {
                    padding: 0 29px 0 21px
                }

                    .search-box-wrap .shopping-wrap .goods-list ul .list-item .list-item-img-wrap {
                        display: inline-block;
                        width: 62px;
                        height: 68px;
                        overflow: hidden;
                        vertical-align: top
                    }

                    .search-box-wrap .shopping-wrap .goods-list ul .list-item img {
                        width: 50px;
                        height: 50px;
                        padding: 9px 6px;
                        vertical-align: top
                    }

                    .search-box-wrap .shopping-wrap .goods-list ul .list-item .list-name {
                        text-align: right;
                        vertical-align: top;
                        font-size: 12px;
                        width: 170px;
                        height: 50px;
                        padding: 7px 5px 7px 0;
                        text-align: left;
                        display: inline-block;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-inline-box;
                        -webkit-line-clamp: 3;
                        -webkit-box-orient: vertical
                    }

                    .search-box-wrap .shopping-wrap .goods-list ul .list-item .list-operate {
                        display: inline-block;
                        width: 90px;
                        padding-top: 12px
                    }

                        .search-box-wrap .shopping-wrap .goods-list ul .list-item .list-operate .amount {
                            display: block;
                            text-align: right
                        }

                            .search-box-wrap .shopping-wrap .goods-list ul .list-item .list-operate .amount b {
                                color: #f74848;
                                font-size: 12px
                            }

                        .search-box-wrap .shopping-wrap .goods-list ul .list-item .list-operate .close {
                            display: block;
                            text-align: right;
                            font-size: 12px
                        }

                    .search-box-wrap .shopping-wrap .goods-list ul .list-item:hover {
                        background: #fef1f1
                    }

            .search-box-wrap .shopping-wrap .goods-list .divider {
                width: 341px;
                height: 1px;
                border-bottom: 1px dotted #bfbfbf;
                margin: 0 auto;
                overflow: hidden
            }

            .search-box-wrap .shopping-wrap .goods-list .shopping-footer {
                padding: 16px 33px 17px 0;
                text-align: right;
                height: 26px;
                line-height: 26px
            }

                .search-box-wrap .shopping-wrap .goods-list .shopping-footer span {
                    color: #f74848
                }

                .search-box-wrap .shopping-wrap .goods-list .shopping-footer a {
                    width: 88px;
                    height: 26px;
                    background: #f74848;
                    border-radius: 3px;
                    display: inline-block;
                    vertical-align: top;
                    font-weight: 700;
                    color: #fff;
                    text-align: center;
                    margin-left: 10px
                }

        .search-box-wrap .shopping-wrap .no-goods {
            position: absolute;
            display: none;
            width: 315px;
            padding: 17.5px 0 17.5px 30px;
            top: 40px;
            z-index: 10;
            right: 0;
            background: #fff;
            box-shadow: 0 0 5px 0 rgba(80,80,101,.25);
            font-family: Microsoft YaHei;
            font-size: 14px;
            font-weight: 400;
            color: #999;
            line-height: 45px
        }

            .search-box-wrap .shopping-wrap .no-goods .icon {
                width: 52px;
                height: 45px;
                display: inline-block;
                vertical-align: top;
                margin-right: 7px;
                background-image: url(https://static.zkh360.com/image/2020-06-30/shopcar_empty-1593481831530.png)
            }

        .search-box-wrap .shopping-wrap:hover .goods-list, .search-box-wrap .shopping-wrap:hover .no-goods {
            display: block
        }

    .search-box-wrap .batch-inquiry-wrap {
        position: absolute;
        top: 30px;
        right: 180px;
        width: 120px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        color: #fff
    }

        .search-box-wrap .batch-inquiry-wrap a .batch-inquiry-btn {
            width: 100px;
            padding-left: 20px;
            height: 40px;
            background: #ff8d50;
            border-radius: 3px;
            color: #fff
        }

            .search-box-wrap .batch-inquiry-wrap a .batch-inquiry-btn i {
                position: absolute;
                top: 11px;
                left: 15px;
                width: 20px;
                height: 21px;
                background: url(//static.zkh360.com/image/2020-06-30/sprites-header-1593520694219.png) -528px -5px
            }

.nav-box-wrap {
    background: #fff
}

    .nav-box-wrap .nav-box {
        width: 1152px;
        height: 36px;
        margin: 0 auto
    }

    .nav-box-wrap .catalog-wrap {
        margin-right: 50px;
        float: left;
        position: relative
    }

        .nav-box-wrap .catalog-wrap > a {
            width: 220px;
            height: 36px;
            background: #f74747;
            display: block;
            line-height: 36px;
            font-size: 16px;
            color: #fff
        }

        .nav-box-wrap .catalog-wrap .catalog-list {
            position: absolute;
            top: 36px;
            left: 0;
            z-index: 11;
            width: 220px;
            height: 408px;
            background: #fff;
            box-shadow: 0 2px 4px 0 rgba(43,43,61,.05);
            padding-top: 12px
        }

            .nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 li {
                height: 32px;
                line-height: 32px;
                text-align: left;
                margin-bottom: 4.5px
            }

                .nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 li.is-hover, .nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 li:hover {
                    background: #ffe4e6
                }

                    .nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 li.is-hover > .iconfont, .nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 li:hover > .iconfont {
                        color: #f13747
                    }

                .nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 li:last-child i {
                    top: 1px
                }

                .nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 li > i {
                    position: relative;
                    top: 2px;
                    margin-left: 16px;
                    margin-right: 14px
                }

                .nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 li a {
                    color: #333;
                    font-size: 12px;
                    margin-right: 10px
                }

                    .nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 li a:hover {
                        color: #f13747;
                        font-weight: 700
                    }

            .nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap {
                width: 932px;
                height: 410px;
                background: #fff;
                box-shadow: 0 0 6px 0 rgba(0,0,0,.12);
                position: absolute;
                left: 220px;
                top: 10px;
                z-index: 10
            }

                .nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .line {
                    position: absolute;
                    height: 370px;
                    border-left: 1px solid #d6d5d5;
                    top: 20px;
                    z-index: 999;
                    left: 50%
                }

                .nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list {
                    width: 100%;
                    height: 100%;
                    padding: 20px 25px;
                    box-sizing: border-box;
                    overflow-y: auto
                }

                    .nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list > ul {
                        width: 50%;
                        float: left;
                        text-align: left
                    }

                        .nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list > ul li {
                            margin-bottom: 10px
                        }

                        .nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list > ul strong.catalog-level-1 a {
                            font-size: 12px;
                            color: #666
                        }

                            .nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list > ul strong.catalog-level-1 a:hover {
                                color: #f13747 !important
                            }

                            .nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list > ul strong.catalog-level-1 a img {
                                display: inline-block;
                                padding-right: 20px;
                                padding-left: 10px;
                                position: relative;
                                top: 5px
                            }

                        .nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list > ul .catalog-level-2 {
                            width: 100%;
                            padding: 4px 0;
                            font-size: 12px;
                            line-height: 26px;
                            margin-left: -10px
                        }

                            .nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list > ul .catalog-level-2 span {
                                margin: 4px 0;
                                padding: 0 8px;
                                display: inline-block;
                                height: 19px;
                                border-right: 1px solid #e2e2e2
                            }

                                .nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list > ul .catalog-level-2 span:last-child {
                                    border-right: none
                                }

                            .nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list > ul .catalog-level-2 a {
                                display: block;
                                padding: 0 1px;
                                color: #666;
                                line-height: 18px;
                                position: relative
                            }

                                .nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list > ul .catalog-level-2 a:hover {
                                    color: #f13747;
                                    border-bottom: 1px solid #f13747
                                }

                        .nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list > ul.odd li {
                            margin-right: 20px
                        }

                        .nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list > ul.edd li {
                            margin-left: 30px
                        }

            .nav-box-wrap .catalog-wrap .catalog-list .catalog-child-loading {
                background: #fff url(//static.zkh360.com/all/image/2020-07-12/loading-648bdb.gif) 50% no-repeat
            }

                .nav-box-wrap .catalog-wrap .catalog-child-wrap, .nav-box-wrap .catalog-wrap .catalog-list .catalog-child-loading .line {
                    display: none
                }

            .nav-box-wrap .catalog-wrap .catalog-list:hover .catalog-child-wrap {
                display: block !important
            }

    .nav-box-wrap .nav-list li {
        float: left;
        margin-right: 39px
    }

        .nav-box-wrap .nav-list li a {
            font-size: 16px;
            line-height: 34px;
            color: #333;
            padding: 0 3px;
            display: block
        }

            .nav-box-wrap .nav-list li a > img {
                display: inline-block;
                vertical-align: middle;
                margin-right: 5px;
                position: relative;
                top: -2px
            }

        .nav-box-wrap .nav-list li.active a, .nav-box-wrap .nav-list li:hover a {
            color: #f13747;
            border-bottom: 2px solid #f13747
        }

.nav-icon-catalog {
    display: inline-block;
    width: 15px;
    height: 11px;
    background: url(//static.zkh360.com/image/2020-06-13/nav_icon-1592034576783.png) -30px -5px;
    margin-right: 8px
}

.nav-icon-safe {
    width: 15px;
    background: url(//static.zkh360.com/image/2020-06-13/nav_icon-1592034576783.png) -5px -5px;
    margin-right: 6px
}

.nav-icon-safe, .nav-icon-star {
    display: inline-block;
    height: 19px;
    position: relative;
    top: 4px
}

.nav-icon-star {
    width: 16px;
    background: url(//static.zkh360.com/image/2020-06-13/nav_icon-1592034576783.png) -55px -5px;
    margin-right: 5px
}

.zkh-bottom-ad {
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 50%;
    margin-left: -576px;
    width: 1152px
}

    .zkh-bottom-ad img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%
    }

    .zkh-bottom-ad .close {
        position: absolute;
        right: 8px;
        bottom: 28px;
        width: 27px;
        height: 27px;
        background: url(//static.zkh360.com/image/2020-06-24/sprite-home-cont-1592992529637.png) -179px -34px;
        cursor: pointer
    }

.ad_active_box {
    position: fixed;
    z-index: 3000
}

    .ad_active_box, .ad_active_box .content_bg {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        line-height: 100%
    }

        .ad_active_box .content_bg {
            position: absolute;
            background-color: #000;
            opacity: .6;
            filter: alpha(opacity=60);
            z-index: 3001
        }

        .ad_active_box .content {
            position: absolute;
            left: 50%;
            width: 898px;
            height: 412px;
            z-index: 3002;
            margin: 10% 0 0 -449px
        }

            .ad_active_box .content a {
                display: block
            }

                .ad_active_box .content a img {
                    display: block;
                    max-width: 898px;
                    max-height: 412px;
                    margin: 0 auto
                }

            .ad_active_box .content .close-modal-btn {
                position: absolute;
                top: 30px;
                right: 20%;
                cursor: pointer;
                width: 26px;
                height: 26px;
                background: url(//static.zkh360.com/image/2020-06-24/sprite-home-cont-1592992529637.png) -178px -5px
            }

.right-side-warp {
    position: fixed;
    right: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.12)
}

    .right-side-warp .side-item {
        position: absolute;
        right: 5px;
        width: 42px;
        height: 40px;
        background: #fff;
        box-shadow: -2px 0 5px 0 rgba(43,43,62,.06);
        border-radius: 3px 0 0 3px;
        cursor: pointer
    }

        .right-side-warp .side-item.user-center-btn {
            top: 250px
        }

        .right-side-warp .side-item.my-shopcart-btn {
            top: 300px
        }

            .right-side-warp .side-item.my-shopcart-btn.show-circle:after {
                content: "";
                position: absolute;
                right: 8px;
                top: 9px;
                width: 7px;
                height: 7px;
                background: #f74747;
                border-radius: 50%
            }

        .right-side-warp .side-item.my-service-btn {
            top: 350px
        }

            .right-side-warp .side-item.my-service-btn > i {
                display: block;
                margin: 12px auto
            }

        .right-side-warp .side-item.gotop-btn {
            top: 82%
        }

            .right-side-warp .side-item.gotop-btn:hover .gotop-text {
                display: block
            }

            .right-side-warp .side-item.gotop-btn .gotop-text {
                display: none;
                position: absolute;
                top: 54px;
                left: -54px;
                width: 82px;
                height: 24px;
                line-height: 24px;
                color: #999;
                background: #fff
            }

        .right-side-warp .side-item:hover .tab-text {
            left: -70px
        }

        .right-side-warp .side-item .side-gotop-icon {
            display: block;
            margin: 12px auto
        }

        .right-side-warp .side-item a {
            display: block
        }

            .right-side-warp .side-item a > i {
                display: block;
                margin: 12px auto
            }

        .right-side-warp .side-item .tab-text {
            position: absolute;
            left: 48px;
            top: 0;
            width: 120px;
            height: 40px;
            text-align: left;
            line-height: 40px;
            background: #f74951;
            color: #fff;
            padding-left: 40px;
            box-sizing: border-box;
            border-radius: 3px 0 0 3px;
            transition: left .25s ease-in-out .1s
        }

            .right-side-warp .side-item .tab-text i {
                position: absolute;
                left: 15px;
                top: 10px
            }

                .right-side-warp .side-item .tab-text i.side-shopcart2-icon {
                    top: 13px
                }

                .right-side-warp .side-item .tab-text i.side-serivce2-icon {
                    top: 11px
                }

.title-info {
    width: 100%;
    height: 35px;
    background-color: #fff8dc;
    color: #8e3f2a;
    font-size: 12px
}

    .title-info.show {
        display: block
    }

    .title-info .authentication {
        width: 1152px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        background-color: #fff8dc;
        margin: 0 auto;
        position: relative
    }

        .title-info .authentication .icon-notice {
            margin: 10px 6px 0 0
        }

        .title-info .authentication .text {
            width: 1021px;
            height: 35px;
            line-height: 35px;
            background-color: #fff8dc;
            position: relative;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            vertical-align: top
        }

        .title-info .authentication .red {
            color: #ed0c1e;
            font-weight: 700;
            padding: 0;
            cursor: default
        }

        .title-info .authentication .tip-close {
            position: absolute;
            top: 12px;
            right: 20px;
            width: 15px;
            height: 15px;
            background: url(//static.zkh360.com/image/2020-07-01/sprites-header-1593596903485.png) -82px -34px;
            cursor: pointer
        }

.pop-ie {
    display: none;
    width: 100%;
    background: #fff2bc;
    line-height: 40px;
    height: 40px
}

    .pop-ie.show {
        display: block
    }

    .pop-ie .pop-message {
        position: relative;
        padding-left: 25px;
        color: #e50012;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 40px;
        width: 665px;
        margin: 0 auto
    }

        .pop-ie .pop-message i {
            position: absolute;
            left: 0;
            top: 10px;
            width: 20px;
            height: 20px;
            background: url(//static.zkh360.com/image/2020-07-01/sprites-header-1593596903485.png) -117px -34px
        }

.fixed-base-wrap {
    top: 0;
    width: 100%;
    min-width: 1366px;
    position: fixed;
    z-index: 200
}

.left-quick-nav {
    position: absolute;
    left: 50%;
    margin-left: -625px;
    top: 160px;
    font-size: 12px;
    width: 35px;
    color: #23274c;
    z-index: 100
}

    .left-quick-nav > div {
        position: relative
    }

        .left-quick-nav > div.to-floor {
            margin: 3px 0;
            text-align: center;
            z-index: 100
        }

            .left-quick-nav > div.to-floor a {
                width: 35px;
                height: 35px;
                color: #23274c;
                display: block;
                padding: 3px 0
            }

                .left-quick-nav > div.to-floor a:hover {
                    color: #d32e26
                }

            .left-quick-nav > div.to-floor.active a {
                width: 35px;
                height: 35px;
                color: #d32e26;
                background-color: #fff
            }

            .left-quick-nav > div.to-floor:before {
                content: " ";
                display: block;
                background-color: #a8aff3;
                width: 18px;
                height: 1px;
                margin: 5px auto
            }

            .left-quick-nav > div.to-floor:first-child:before {
                display: none;
                content: ""
            }

    .left-quick-nav i.bg-left-nav-cut-off {
        right: 0;
        bottom: 8px;
        position: absolute;
        display: block;
        pointer-events: none;
        z-index: 0
    }

    .left-quick-nav .to-top {
        margin-top: 12px;
        z-index: 100
    }

        .left-quick-nav .to-top a i.bg-left-nav-to-top {
            margin: auto;
            display: block
        }

.fixed-header {
    position: absolute;
    top: 0;
    height: 60px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: 0 2px 4px rgba(20,20,20,.1);
    transition: transform .3s ease
}

    .fixed-header.hidden {
        transform: translateY(-80px)
    }

    .fixed-header .nav-top {
        width: 1152px;
        height: 100%;
        margin: 0 auto;
        position: relative
    }

        .fixed-header .nav-top > * {
            position: absolute
        }

        .fixed-header .nav-top .search-logo-nav {
            left: 0;
            margin: auto;
            top: 0;
            bottom: 0;
            height: 40px;
            display: inline-block
        }

            .fixed-header .nav-top .search-logo-nav img {
                height: 100%
            }

        .fixed-header .nav-top .search-wrap {
            left: 0;
            right: 0;
            margin: auto;
            top: 0;
            bottom: 0;
            width: 553px;
            height: 32px
        }

            .fixed-header .nav-top .search-wrap .search-box {
                width: 551px;
                height: 30px;
                padding: 0;
                border: 1px solid #e50112;
                border-radius: 3px
            }

                .fixed-header .nav-top .search-wrap .search-box .icon-search-wrap {
                    float: left;
                    width: 17px;
                    height: 17px;
                    margin: 6.5px
                }

                    .fixed-header .nav-top .search-wrap .search-box .icon-search-wrap .bg-search-icon {
                        display: block
                    }

                .fixed-header .nav-top .search-wrap .search-box .text {
                    width: 420px;
                    height: 18px;
                    line-height: 18px;
                    font-size: 14px;
                    color: #515151;
                    padding: 6px 8px;
                    float: left;
                    border: none;
                    background: none;
                    font-family: Microsoft YaHei;
                    box-shadow: inset 0 0 0 1000px #fff;
                    border-radius: 3px
                }

                .fixed-header .nav-top .search-wrap .search-box .search-btn {
                    width: 85px;
                    height: 30px;
                    line-height: 28px;
                    background: #e50112;
                    color: #fff;
                    font-size: 14px;
                    font-weight: 700;
                    text-align: center;
                    float: left;
                    cursor: pointer
                }

        .fixed-header .nav-top .btn-list {
            width: 240px;
            right: 0;
            margin: auto;
            top: 0;
            bottom: 0;
            height: 28px
        }

            .fixed-header .nav-top .btn-list a {
                width: 56px;
                height: 26px;
                line-height: 26px;
                text-align: center;
                margin-left: 20px;
                color: #666;
                border: 1px solid #ccc;
                border-radius: 3px
            }

                .fixed-header .nav-top .btn-list a.active {
                    color: #ed0c1e;
                    border: 1px solid #ed0c1e
                }

.floor-list-wrap {
    width: 1152px;
    margin: 0 auto;
    font-family: Microsoft YaHei
}

    .floor-list-wrap > * {
        position: relative
    }

        .floor-list-wrap > * > .floor-positioner {
            position: absolute;
            top: -65px
        }

.more-loading {
    margin-bottom: 82px
}

    .more-loading em {
        display: block;
        width: 13px;
        height: 13px;
        margin: 12px auto;
        border-radius: 50%
    }

        .more-loading em:first-child {
            background-color: #585857;
            -webkit-animation: loading 2s linear .5s infinite;
            animation: loading 2s linear .5s infinite
        }

        .more-loading em:nth-child(2) {
            background-color: #969796;
            -webkit-animation: loading 2s linear 1s infinite;
            animation: loading 2s linear 1s infinite
        }

        .more-loading em:nth-child(3) {
            background-color: #d1d2d0;
            -webkit-animation: loading 2s linear 1.5s infinite;
            animation: loading 2s linear 1.5s infinite
        }

.recommend-box-wrap {
    width: 1152px;
    margin: 0 auto
}

    .recommend-box-wrap .recommend-title {
        line-height: 52px;
        margin-top: 22px
    }

        .recommend-box-wrap .recommend-title .left-tit {
            max-height: 52px
        }

        .recommend-box-wrap .recommend-title .right-more {
            position: relative;
            text-align: right;
            padding-right: 15px
        }

            .recommend-box-wrap .recommend-title .right-more .show-more-icon {
                position: absolute;
                right: 0;
                top: 20px;
                transform: scale(.8)
            }

    .recommend-box-wrap .recommend-goods-warp .recommend-card {
        float: left;
        width: 220px;
        height: 280px;
        cursor: pointer;
        overflow: hidden
    }

        .recommend-box-wrap .recommend-goods-warp .recommend-card img {
            display: block;
            width: 100%
        }

    .recommend-box-wrap .recommend-goods-warp .recommend-list-warp {
        float: left;
        position: relative;
        width: 932px
    }

        .recommend-box-wrap .recommend-goods-warp .recommend-list-warp .slick-next, .recommend-box-wrap .recommend-goods-warp .recommend-list-warp .slick-prev {
            width: 22px;
            height: 50px;
            background: hsla(0,0%,40.4%,.39);
            z-index: 1
        }

            .recommend-box-wrap .recommend-goods-warp .recommend-list-warp .slick-prev:before {
                content: "";
                display: inline-block;
                width: 10px;
                height: 18px;
                background: url(//static.zkh360.com/image/2020-07-01/sprite-home-cont-1593602383434.png) -162px -59px
            }

            .recommend-box-wrap .recommend-goods-warp .recommend-list-warp .slick-next:before {
                content: "";
                display: inline-block;
                width: 10px;
                height: 18px;
                background: url(//static.zkh360.com/image/2020-07-01/sprite-home-cont-1593602383434.png) -162px -31px
            }

        .recommend-box-wrap .recommend-goods-warp .recommend-list-warp .recommend-list {
            background: #fff;
            text-align: left
        }

            .recommend-box-wrap .recommend-goods-warp .recommend-list-warp .recommend-list .slick-slide {
                height: 280px
            }

                .recommend-box-wrap .recommend-goods-warp .recommend-list-warp .recommend-list.no-slide .product-item:hover, .recommend-box-wrap .recommend-goods-warp .recommend-list-warp .recommend-list .slick-slide:hover {
                    box-shadow: 0 0 6px 0 rgba(0,0,0,.12)
                }

            .recommend-box-wrap .recommend-goods-warp .recommend-list-warp .recommend-list .product-item {
                display: inline-block;
                width: 233px;
                height: 280px;
                padding: 0 23px;
                box-sizing: border-box
            }

                .recommend-box-wrap .recommend-goods-warp .recommend-list-warp .recommend-list .product-item .product-img-warp {
                    width: 200px;
                    height: 200px;
                    text-align: center;
                    padding: 10px;
                    box-sizing: border-box
                }

                    .recommend-box-wrap .recommend-goods-warp .recommend-list-warp .recommend-list .product-item .product-img-warp img {
                        max-width: 100%;
                        max-height: 100%
                    }

                .recommend-box-wrap .recommend-goods-warp .recommend-list-warp .recommend-list .product-item .product-name {
                    height: 40px;
                    font-size: 12px;
                    color: #333;
                    font-weight: 700;
                    word-break: break-all;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    text-align: left
                }

                .recommend-box-wrap .recommend-goods-warp .recommend-list-warp .recommend-list .product-item .product-price {
                    text-align: left;
                    line-height: 28px;
                    font-family: Microsoft YaHei
                }

                    .recommend-box-wrap .recommend-goods-warp .recommend-list-warp .recommend-list .product-item .product-price .current-price {
                        color: #d32e26;
                        padding-right: 10px;
                        font-weight: 700;
                        font-size: 13px
                    }

                    .recommend-box-wrap .recommend-goods-warp .recommend-list-warp .recommend-list .product-item .product-price .origin-price {
                        color: #666;
                        text-decoration: line-through
                    }

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ""
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}

    .slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
        color: transparent;
        outline: none;
        background: transparent
    }

        .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
            opacity: 1
        }

        .slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
            opacity: .25
        }

        .slick-next:before, .slick-prev:before {
            font-family: slick;
            font-size: 20px;
            line-height: 1;
            opacity: .75;
            color: #fff;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

.slick-prev {
    left: 0
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "\2190"
}

[dir=rtl] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: 0
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "\2192"
}

[dir=rtl] .slick-next:before {
    content: "\2190"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        padding: 0
    }

        .slick-dots li, .slick-dots li button {
            width: 20px;
            height: 20px;
            cursor: pointer
        }

            .slick-dots li button {
                font-size: 0;
                line-height: 0;
                display: block;
                padding: 5px;
                color: transparent;
                border: 0;
                outline: none;
                background: transparent
            }

                .slick-dots li button:focus, .slick-dots li button:hover {
                    outline: none
                }

                    .slick-dots li button:focus:before, .slick-dots li button:hover:before {
                        opacity: 1
                    }

                .slick-dots li button:before {
                    font-family: slick;
                    font-size: 6px;
                    line-height: 20px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 20px;
                    height: 20px;
                    content: "\2022";
                    text-align: center;
                    opacity: .25;
                    color: #000;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale
                }

            .slick-dots li.slick-active button:before {
                opacity: .75;
                color: #000
            }

.operational-wrap {
    width: 1152px;
    margin: 15px auto 0
}

    .operational-wrap li {
        float: left;
        width: 280px;
        height: 150px;
        margin-right: 10.66666667px;
        background: #eee
    }

        .operational-wrap li:last-child {
            float: right;
            margin-right: 0
        }

        .operational-wrap li img {
            display: block;
            width: 100%;
            height: 100%
        }

.main-wrap {
    width: 1152px;
    margin: 0 auto;
    position: relative
}

    .main-wrap .banner-wrap {
        width: 670px;
        height: 290px;
        margin-left: 230px;
        margin-top: 10px
    }

.side-gotop-icon {
    width: 16px;
    height: 14px;
    background: url(//static.zkh360.com/image/2020-07-01/sprite-home-cont-1593602383434.png) -56px -121px
}

.gotop-btn:hover .side-gotop-icon {
    background: url(//static.zkh360.com/image/2020-07-01/sprite-home-cont-1593602383434.png) -82px -121px
}

.side-user-icon {
    width: 15px;
    height: 18px;
    background: url(//static.zkh360.com/image/2020-07-01/sprite-home-cont-1593602383434.png) -134px -31px
}

.side-user2-icon {
    width: 15px;
    height: 18px;
    background: url(//static.zkh360.com/image/2020-07-01/sprite-home-cont-1593602383434.png) -134px -59px
}

.side-shopcart-icon {
    width: 18px;
    height: 16px;
    background: url(//static.zkh360.com/image/2020-07-01/sprite-home-cont-1593602383434.png) -65px -88px
}

.side-shopcart2-icon {
    width: 18px;
    height: 16px;
    background: url(//static.zkh360.com/image/2020-07-01/sprite-home-cont-1593602383434.png) -134px -5px
}

.side-serivce-icon {
    width: 18px;
    height: 16px;
    background: url(//static.zkh360.com/image/2020-07-01/sprite-home-cont-1593602383434.png) -105px -121px
}

.side-serivce2-icon {
    width: 18px;
    height: 16px;
    background: url(//static.zkh360.com/image/2020-07-01/sprite-home-cont-1593602383434.png) -100px -100px
}

.bg-user-avatar {
    width: 50px;
    height: 50px;
    background: url(//static.zkh360.com/image/2020-07-01/sprite-home-cont-1593602383434.png) -5px -61px
}

.bg-right-arrow {
    width: 10px;
    height: 18px;
    background: url(//static.zkh360.com/image/2020-07-01/sprite-home-cont-1593602383434.png) -162px -31px
}

.bg-left-arrow {
    width: 10px;
    height: 18px;
    background: url(//static.zkh360.com/image/2020-07-01/sprite-home-cont-1593602383434.png) -162px -59px
}

.bg-industry-text-arrow, .show-more-icon {
    width: 6px;
    height: 12px;
    background: url(//static.zkh360.com/image/2020-07-01/sprite-home-cont-1593602383434.png) -162px -110px
}

.right-more:hover .show-more-icon {
    background: url(//static.zkh360.com/image/2020-07-01/sprite-home-cont-1593602383434.png) -173px -110px
}

.bg-rank-list-icon {
    width: 14px;
    height: 16px;
    background: url(//static.zkh360.com/image/2020-07-01/sprite-home-cont-1593602383434.png) -162px -5px
}

.bg-settings {
    width: 13px;
    height: 13px;
    background: url(//static.zkh360.com/image/2020-07-01/sprite-home-cont-1593602383434.png) -162px -87px
}

.bg-left-nav-cut-off {
    width: 83px;
    height: 46px;
    background: url(//static.zkh360.com/image/2020-07-01/sprite-home-cont-1593602383434.png) -5px -5px
}

.bg-left-nav-to-top {
    width: 13px;
    height: 8px;
    background: url(//static.zkh360.com/image/2020-07-01/sprite-home-cont-1593602383434.png) -135px -112px
}

.bg-search-icon {
    width: 17px;
    height: 17px;
    background: url(//static.zkh360.com/image/2020-07-01/sprite-home-cont-1593602383434.png) -186px -106px
}

.bg-headlines {
    width: 84px;
    height: 16px;
    background: url(//static.zkh360.com/image/2020-06-24/sprite-home-cont-1592992529637.png) -5px -143px
}

.banner-container {
    width: 100%;
    position: relative
}

    .banner-container, .banner-container .banner-list-con {
        height: 100%;
        overflow: hidden
    }

        .banner-container .banner-list-con .banner-item, .banner-container .banner-list-con .slick-list, .banner-container .banner-list-con .slick-list .slick-track, .banner-container .banner-list-con .slick-list .slick-track .slick-slide > div {
            height: 100%
        }

            .banner-container .banner-list-con .banner-item img {
                width: 100%;
                height: 100%
            }

            .banner-container .banner-list-con .banner-item .banner-con-btn {
                width: 100%;
                height: 100%;
                margin: 0 auto;
                position: relative
            }

            .banner-container .banner-list-con .banner-item .banner-con-link {
                width: 100%;
                height: 100%;
                margin: 0 auto;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 2
            }

                .banner-container .banner-list-con .banner-item .banner-con-link a {
                    display: block;
                    width: 100%;
                    height: 100%;
                    cursor: pointer
                }

        .banner-container .slick-dots {
            position: absolute;
            bottom: 9px;
            right: 10px;
            z-index: 2;
            text-align: right
        }

            .banner-container .slick-dots li {
                width: auto;
                height: auto
            }

                .banner-container .slick-dots li .banner-point {
                    width: 10px;
                    height: 10px;
                    background-color: #fff;
                    cursor: pointer;
                    display: block;
                    border-radius: 100%;
                    position: relative
                }

                    .banner-container .slick-dots li .banner-point:hover {
                        background-color: #ff5361
                    }

                    .banner-container .slick-dots li .banner-point:before {
                        content: "";
                        position: absolute;
                        top: -3px;
                        left: -3px;
                        width: 16px;
                        height: 16px;
                        border-radius: 100%;
                        background-color: rgba(242,57,72,.3);
                        visibility: hidden
                    }

                .banner-container .slick-dots li.slick-active .banner-point {
                    background-color: #ff5361
                }

                    .banner-container .slick-dots li.slick-active .banner-point:before {
                        visibility: visible
                    }

        .banner-container .banner-arrow {
            width: 22px;
            height: 50px;
            background: hsla(0,0%,40.4%,.39);
            position: absolute;
            top: 50%;
            margin-top: -25px;
            z-index: 3
        }

            .banner-container .banner-arrow > i {
                display: inline-block;
                margin-top: 15px
            }

            .banner-container .banner-arrow.banner-left-arrow {
                left: 0
            }

            .banner-container .banner-arrow.banner-right-arrow {
                right: 0
            }

.industry-wrap {
    width: 670px;
    height: 110px;
    background: #fff;
    margin-left: 230px;
    margin-top: 10px;
    position: relative;
    overflow: hidden
}

    .industry-wrap .industry-list-con {
        margin: 0 10px
    }

        .industry-wrap .industry-list-con li {
            width: 130px;
            float: left;
            position: relative
        }

            .industry-wrap .industry-list-con li > a {
                display: block
            }

                .industry-wrap .industry-list-con li > a:hover p {
                    color: #f74848
                }

            .industry-wrap .industry-list-con li .industry-logo {
                width: 100%;
                height: 80px;
                line-height: 80px;
                margin: 0 auto
            }

                .industry-wrap .industry-list-con li .industry-logo img {
                    max-width: 100%;
                    max-height: 100%;
                    display: inline-block;
                    vertical-align: middle
                }

            .industry-wrap .industry-list-con li p {
                font-size: 14px;
                color: #4f4f4f;
                text-align: center
            }

                .industry-wrap .industry-list-con li p > i {
                    display: inline-block;
                    margin-left: 5px;
                    position: relative;
                    top: 1px
                }

            .industry-wrap .industry-list-con li .line {
                width: 1px;
                height: 90px;
                background: #e9e9e9;
                position: absolute;
                top: 10px;
                right: -1px
            }

    .industry-wrap .industry-list-arrow {
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background: #eee;
        top: 50%;
        margin-top: -15px;
        opacity: .6;
        z-index: 2
    }

        .industry-wrap .industry-list-arrow i {
            display: inline-block;
            margin-top: 8px
        }

        .industry-wrap .industry-list-arrow.left-arrow {
            left: -20px
        }

            .industry-wrap .industry-list-arrow.left-arrow i {
                transform: rotate(180deg);
                margin-right: -4px
            }

        .industry-wrap .industry-list-arrow.right-arrow {
            right: -20px
        }

            .industry-wrap .industry-list-arrow.right-arrow i {
                margin-left: -4px
            }

.news-con {
    text-align: left;
    color: #666
}

    .news-con > h5 {
        font-size: 15px;
        height: 15px;
        font-weight: 700;
        font-style: italic;
        margin: 13px 0
    }

        .news-con > h5 i {
            display: inline-block
        }

    .news-con .news-item {
        position: relative;
        font-size: 12px;
        line-height: 1;
        margin-bottom: 10px;
        text-align: left;
        white-space: nowrap
    }

        .news-con .news-item > i {
            float: left
        }

            .news-con .news-item > i.bg-tag-news {
                color: #ff8e8e
            }

            .news-con .news-item > i.bg-tag-knowledge {
                color: #faae91
            }

        .news-con .news-item span {
            float: left;
            width: 172px;
            padding-left: 5px;
            line-height: 16px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            box-sizing: border-box
        }

    .news-con .slick-dots {
        position: absolute;
        top: -30px;
        right: 0;
        bottom: unset;
        text-align: right;
        width: auto
    }

        .news-con .slick-dots > li {
            width: auto;
            height: auto
        }

            .news-con .slick-dots > li .news-point {
                width: 4px;
                height: 4px;
                background: #a8a8a8;
                border-radius: 50%;
                display: block
            }

            .news-con .slick-dots > li.slick-active .news-point {
                background: #f13847
            }

.user-box-wrap {
    font-family: Microsoft YaHei;
    width: 212px;
    height: 470px;
    padding: 0 15px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(43,43,61,.05);
    position: absolute;
    top: 0;
    right: 0
}

    .user-box-wrap .user-info-con {
        height: 107px;
        border-bottom: 1px dashed #e5e5e5
    }

        .user-box-wrap .user-info-con .user-main-info {
            padding-top: 15px
        }

            .user-box-wrap .user-info-con .user-main-info .user-logo {
                width: 50px;
                height: 50px;
                background: #f5f5f5;
                border-radius: 50%;
                margin-left: 3px;
                float: left;
                margin-right: 15px;
                overflow: hidden
            }

                .user-box-wrap .user-info-con .user-main-info .user-logo img {
                    width: 100%;
                    height: 100%
                }

                .user-box-wrap .user-info-con .user-main-info .user-logo .bg-user-avatar {
                    display: block
                }

            .user-box-wrap .user-info-con .user-main-info .user-greet {
                float: left;
                text-align: left
            }

                .user-box-wrap .user-info-con .user-main-info .user-greet > .greet-text {
                    font-size: 12px;
                    color: #e50112;
                    margin-top: 20px;
                    line-height: 1
                }

                .user-box-wrap .user-info-con .user-main-info .user-greet > p {
                    font-size: 12px;
                    color: #666;
                    margin-top: 14px;
                    line-height: 1;
                    white-space: nowrap;
                    overflow: hidden;
                    max-width: 144px;
                    text-overflow: ellipsis
                }

                    .user-box-wrap .user-info-con .user-main-info .user-greet > p .settings-link > i {
                        display: inline-block;
                        vertical-align: middle;
                        margin-right: 5px;
                        position: relative;
                        top: -1px
                    }

        .user-box-wrap .user-info-con .user-main-btns-con {
            margin-top: 10px
        }

            .user-box-wrap .user-info-con .user-main-btns-con .user-main-btns {
                background: #f74951;
                border-radius: 3px;
                line-height: 20px;
                color: #fff;
                display: inline-block;
                vertical-align: middle
            }

                .user-box-wrap .user-info-con .user-main-btns-con .user-main-btns.register-btn {
                    width: 52px;
                    height: 20px;
                    margin-right: 25px
                }

                .user-box-wrap .user-info-con .user-main-btns-con .user-main-btns.login-btn {
                    width: 50px;
                    height: 18px;
                    line-height: 18px;
                    background: #fff;
                    color: #666;
                    border: 1px solid transparent;
                    box-shadow: 0 0 6px 0 rgba(80,80,101,.25)
                }

                    .user-box-wrap .user-info-con .user-main-btns-con .user-main-btns.login-btn:hover {
                        border: 1px solid #f74951;
                        color: #f74951
                    }

                .user-box-wrap .user-info-con .user-main-btns-con .user-main-btns.upgrade-btn {
                    width: 120px;
                    height: 20px
                }

            .user-box-wrap .user-info-con .user-main-btns-con > .user-links-con {
                color: #63666b;
                line-height: 20px
            }

                .user-box-wrap .user-info-con .user-main-btns-con > .user-links-con span {
                    font-size: 12px
                }

                .user-box-wrap .user-info-con .user-main-btns-con > .user-links-con > em {
                    margin: 0 10px
                }

    .user-box-wrap .fast-nav-con {
        padding-top: 8px;
        height: 137px;
        border-bottom: 1px dashed #e5e5e5
    }

        .user-box-wrap .fast-nav-con li {
            float: left;
            margin: 0 12px 5px
        }

            .user-box-wrap .fast-nav-con li a {
                display: block;
                width: 60px;
                height: 48px;
                padding-top: 12px;
                color: #666;
                font-size: 12px;
                text-align: center;
                line-height: 1
            }

                .user-box-wrap .fast-nav-con li a:hover {
                    box-shadow: 0 0 8px 0 rgba(65,65,65,.2);
                    border-radius: 3px
                }

                .user-box-wrap .fast-nav-con li a i {
                    height: 20px;
                    display: block;
                    font-size: 18px;
                    margin: 0 auto 8px;
                    color: #062F89
                }
                .user-box-wrap .fast-nav-con li a i.bg-agreement-goods {
                        font-size: 16px
                    }

.home-wrap {
    font-size: 12px
}

.nav-shortcut {
    width: 100%;
    background: #fff;
    height: 40px;
    border-bottom: 1px solid #ebebeb
}

    .nav-shortcut .shortcut-bar {
        width: 1152px;
        line-height: 38px;
        margin: 0 auto
    }

        .nav-shortcut .shortcut-bar .left-login .login-btn {
            padding: 0 16px;
            border-right: 1px solid #ebebeb
        }

        .nav-shortcut .shortcut-bar .left-login .register-btn {
            padding: 0 16px
        }

        .nav-shortcut .shortcut-bar .left-login .register-btn-warp {
            position: relative
        }

            .nav-shortcut .shortcut-bar .left-login .register-btn-warp .regi-info {
                display: none;
                position: absolute;
                top: 21px;
                left: 23px;
                height: 32px;
                padding: 0 20px;
                line-height: 32px;
                z-index: 1;
                cursor: pointer
            }

                .nav-shortcut .shortcut-bar .left-login .register-btn-warp .regi-info.show {
                    display: block
                }

                .nav-shortcut .shortcut-bar .left-login .register-btn-warp .regi-info a {
                    color: #fff
                }

                .nav-shortcut .shortcut-bar .left-login .register-btn-warp .regi-info .prev-icon {
                    position: absolute;
                    top: 3px;
                    left: 0;
                    width: 20px;
                    height: 25px;
                    background: url(//static.zkh360.com/image/2020-07-01/sprites-header-1593596903485.png) -250px -5px;
                    z-index: -1
                }

                .nav-shortcut .shortcut-bar .left-login .register-btn-warp .regi-info .last-icon {
                    position: absolute;
                    top: 8px;
                    right: 2px;
                    width: 20px;
                    height: 21px;
                    background: url(//static.zkh360.com/image/2020-07-01/sprites-header-1593596903485.png) -220px -5px
                }

                .nav-shortcut .shortcut-bar .left-login .register-btn-warp .regi-info .regiInfoText {
                    display: block;
                    min-width: 80px;
                    max-width: 250px;
                    height: 20px;
                    line-height: 20px;
                    margin-top: 8px;
                    background: #e3524b;
                    padding-right: 5px;
                    overflow: hidden;
                    white-space: nowrap;
                    word-break: break-all;
                    text-overflow: ellipsis
                }

                .nav-shortcut .shortcut-bar .left-login .register-btn-warp .regi-info .regi-close {
                    position: absolute;
                    width: 11px;
                    height: 11px;
                    top: 12px;
                    right: 9px;
                    z-index: 1;
                    background: url(//static.zkh360.com/image/2020-07-01/sprites-header-1593596903485.png) -100px -35px
                }

        .nav-shortcut .shortcut-bar .left-login .user-name {
            padding: 0 8px 0 20px
        }

        .nav-shortcut .shortcut-bar .left-login .user-title {
            max-width: 86px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: middle
        }

        .nav-shortcut .shortcut-bar .left-login .change-invoice-icon {
            width: 14px;
            height: 14px;
            background: url(//static.zkh360.com/image/2020-07-01/sprites-header-1593596903485.png) -89px -5px;
            margin: 13px 21px 0 8px;
            cursor: pointer
        }

            .nav-shortcut .shortcut-bar .left-login .change-invoice-icon:hover {
                background: url(//static.zkh360.com/image/2020-07-01/sprites-header-1593596903485.png) -113px -5px
            }

            .nav-shortcut .shortcut-bar .left-login .change-invoice-icon.hide {
                display: none
            }

        .nav-shortcut .shortcut-bar .area {
            float: left;
            position: relative;
            height: 36px;
            min-width: 24px;
            padding: 0 10px 0 30px;
            margin-left: 20px;
            color: #666;
            font-size: 12px;
            z-index: 103;
            cursor: pointer
        }

            .nav-shortcut .shortcut-bar .area i {
                position: absolute;
                left: 10px;
                top: 12px;
                width: 12px;
                height: 14px;
                background: url(//static.zkh360.com/image/2020-07-01/sprites-header-1593596903485.png) -43px -5px
            }

            .nav-shortcut .shortcut-bar .area .city-name {
                margin-left: 5px
            }

            .nav-shortcut .shortcut-bar .area:hover .area_list {
                display: block
            }

        .nav-shortcut .shortcut-bar .right-links .btn-url {
            float: left;
            position: relative;
            list-style: none;
            padding: 0 10px;
            border: 1px solid transparent;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkNDMTYwQ0EyMkFFMTFFOEFENUU5RUY1QkJERkFERUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkNDMTYwQ0IyMkFFMTFFOEFENUU5RUY1QkJERkFERUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2Q0MxNjBDODIyQUUxMUU4QUQ1RTlFRjVCQkRGQURFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2Q0MxNjBDOTIyQUUxMUU4QUQ1RTlFRjVCQkRGQURFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PitONE4AAAAfSURBVHjaYvz//z8DsWDWrFn/mRhIBKMaRooGgAADAOG6BeInOLc+AAAAAElFTkSuQmCC) right 50% no-repeat;
            font-size: 12px
        }

            .nav-shortcut .shortcut-bar .right-links .btn-url.url-child {
                padding-right: 24px;
                margin-left: -2px
            }

                .nav-shortcut .shortcut-bar .right-links .btn-url.url-child:hover {
                    border: 1px solid #e6e6e6;
                    border-top: none;
                    background: #fff
                }

                    .nav-shortcut .shortcut-bar .right-links .btn-url.url-child:hover .arrow-icon {
                        transform: rotate(180deg)
                    }

                    .nav-shortcut .shortcut-bar .right-links .btn-url.url-child:hover .child-box {
                        display: block
                    }

                .nav-shortcut .shortcut-bar .right-links .btn-url.url-child .arrow-icon {
                    position: absolute;
                    top: 18px;
                    right: 8px;
                    width: 10px;
                    height: 5px;
                    background: url(//static.zkh360.com/image/2020-07-01/sprites-header-1593596903485.png) -5px -5px;
                    transition: .2s ease-in 0s
                }

                .nav-shortcut .shortcut-bar .right-links .btn-url.url-child .child-box {
                    display: none;
                    position: absolute;
                    width: 100%;
                    background: #fff;
                    left: -1px;
                    top: 37px;
                    z-index: 1;
                    border: 1px solid #e6e6e6;
                    border-top: none
                }

                    .nav-shortcut .shortcut-bar .right-links .btn-url.url-child .child-box .child-list-item {
                        padding: 0 10px;
                        height: 32px;
                        line-height: 32px
                    }

                        .nav-shortcut .shortcut-bar .right-links .btn-url.url-child .child-box .child-list-item a.list-btn {
                            display: block;
                            white-space: nowrap;
                            overflow: hidden;
                            text-overflow: ellipsis
                        }

            .nav-shortcut .shortcut-bar .right-links .btn-url.moblie-zkh {
                position: relative;
                padding-left: 24px;
                padding-right: 15px
            }

                .nav-shortcut .shortcut-bar .right-links .btn-url.moblie-zkh .mobile-icon {
                    position: absolute;
                    left: 10px;
                    top: 13px;
                    width: 9px;
                    height: 13px;
                    background: url(//static.zkh360.com/image/2020-07-01/sprites-header-1593596903485.png) -24px -5px
                }

                .nav-shortcut .shortcut-bar .right-links .btn-url.moblie-zkh:hover .app-code {
                    display: block
                }

                .nav-shortcut .shortcut-bar .right-links .btn-url.moblie-zkh .app-code {
                    display: none;
                    position: absolute;
                    left: -1px;
                    top: 41px;
                    width: 232px;
                    padding: 10px 10px 0;
                    background: #fff;
                    z-index: 999;
                    border: 1px solid #e2e2e2;
                    border-top: none;
                    box-sizing: border-box
                }

                    .nav-shortcut .shortcut-bar .right-links .btn-url.moblie-zkh .app-code .top-line {
                        position: absolute;
                        top: -3px;
                        left: 0;
                        width: 99px;
                        height: 4px;
                        background: #fff
                    }

                    .nav-shortcut .shortcut-bar .right-links .btn-url.moblie-zkh .app-code .zkh-code-1 {
                        margin-right: 26px
                    }

                    .nav-shortcut .shortcut-bar .right-links .btn-url.moblie-zkh .app-code p {
                        position: relative;
                        text-align: left;
                        text-indent: 30px;
                        line-height: 28px
                    }

                        .nav-shortcut .shortcut-bar .right-links .btn-url.moblie-zkh .app-code p i {
                            position: absolute;
                            left: 14px;
                            top: 9px;
                            width: 11px;
                            height: 12px
                        }

                            .nav-shortcut .shortcut-bar .right-links .btn-url.moblie-zkh .app-code p i.android-icon {
                                background: url(//static.zkh360.com/image/2020-06-11/sprites-footer-1591879973778.png) -31px -5px
                            }

                            .nav-shortcut .shortcut-bar .right-links .btn-url.moblie-zkh .app-code p i.ios-icon {
                                background: url(//static.zkh360.com/image/2020-06-11/sprites-footer-1591879973778.png) -52px -5px
                            }

            .nav-shortcut .shortcut-bar .right-links .btn-url.tel-zkh {
                color: #ed0c1e;
                font-weight: 700;
                background: none
            }

.area_list {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    width: 565px;
    height: 216px;
    background: #fff;
    box-shadow: 0 0 4px 1px hsla(0,0%,80%,.8);
    padding: 12px;
    line-height: normal
}

    .area_list ul li {
        display: inline-block;
        cursor: pointer;
        text-align: center;
        margin: 6px 0 !important;
        line-height: 20px;
        border: 0
    }

    .area_list #city-select-container {
        width: 565px;
        height: 166px;
        float: left;
        font-size: 12px
    }

        .area_list #city-select-container ul {
            padding: 0;
            margin: 0
        }

            .area_list #city-select-container ul li {
                text-decoration: none;
                list-style: none;
                float: left;
                min-width: 70px;
                text-align: center;
                margin-top: 5px;
                width: auto
            }

                .area_list #city-select-container ul li.active a {
                    background: #e50012;
                    color: #fff
                }

                .area_list #city-select-container ul li a {
                    padding: 0 5px;
                    cursor: pointer;
                    border-radius: 3px;
                    text-decoration: none;
                    color: #333
                }

                    .area_list #city-select-container ul li a:hover {
                        background: #e50012;
                        color: #fff
                    }

        .area_list #city-select-container span.tab-name {
            display: inline-block;
            cursor: pointer;
            padding-left: 14px;
            padding-right: 32px;
            background: #fff;
            border: 1px solid #ccc;
            border-bottom: none;
            line-height: 23px;
            height: 23px
        }

            .area_list #city-select-container span.tab-name.active {
                height: 24px;
                border: 2px solid #d32e26;
                border-bottom: none
            }

        .area_list #city-select-container .city-content {
            display: none
        }

        .area_list #city-select-container .tab-bar {
            height: 24px
        }

        .area_list #city-select-container .tab-bar-list {
            position: relative;
            float: left
        }

        .area_list #city-select-container .arrow {
            position: absolute;
            top: 12px;
            right: 10px;
            width: 10px;
            height: 5px;
            background: url(//static.zkh360.com/image/2020-07-01/sprites-header-1593596903485.png) -5px -5px
        }

        .area_list #city-select-container .content {
            height: 120px;
            border-top: 2px solid #d32e26
        }

        .area_list #city-select-container span.city-name.tab-name {
            margin-left: 6px
        }

.invoiceModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001
}

    .invoiceModal .shaddow {
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.5)
    }

    .invoiceModal .center {
        width: 500px;
        height: 430px;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        margin-left: -250px;
        margin-top: -215px;
        background-color: #fff;
        border-radius: 4px
    }

        .invoiceModal .center .title {
            width: 345px;
            line-height: 18px;
            margin: 0 auto;
            font-size: 18px;
            color: #333;
            text-align: center;
            padding: 55px 0 20px;
            border-bottom: 1px dashed #dedede
        }

        .invoiceModal .center .close-btn {
            position: absolute;
            right: 10px;
            top: 10px;
            width: 18px;
            height: 18px;
            background: url(//static.zkh360.com/image/2020-07-01/sprites-header-1593596903485.png) -64px -3px;
            cursor: pointer
        }

    .invoiceModal .validation-summary-valid {
        display: none;
        position: relative;
        height: 24px;
        width: 284px;
        padding-left: 100px;
        font-size: 12px;
        color: #eb4452;
        line-height: 24px
    }

        .invoiceModal .validation-summary-valid.show {
            display: block
        }

        .invoiceModal .validation-summary-valid .error-icon {
            position: absolute;
            left: 78px;
            top: 5px;
            width: 20px;
            height: 20px;
            background: url(//static.zkh360.com/image/2020-07-01/sprites-header-1593596903485.png) -61px -33px
        }

.title-list-warp {
    padding: 20px 40px 10px 80px
}

    .title-list-warp .invoiceList {
        max-height: 268px;
        overflow-y: auto
    }

        .title-list-warp .invoiceList li {
            width: 345px;
            height: 44px;
            font-size: 14px;
            color: #333;
            line-height: 44px;
            padding-left: 10px;
            cursor: pointer;
            overflow: hidden
        }

            .title-list-warp .invoiceList li.active {
                position: relative;
                width: 333px;
                height: 42px;
                line-height: 42px;
                border: 2px solid #e50112;
                border-radius: 3px
            }

                .title-list-warp .invoiceList li.active .choose-icon {
                    position: absolute;
                    right: -3px;
                    bottom: -3px;
                    width: 15px;
                    height: 15px;
                    background: url(//static.zkh360.com/image/2020-07-01/sprites-header-1593596903485.png) -45px -35px
                }

            .title-list-warp .invoiceList li.default, .title-list-warp .invoiceList li:hover {
                background-color: #fff7f7
            }

            .title-list-warp .invoiceList li .name {
                max-width: 237px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis
            }

        .title-list-warp .invoiceList .discountIcon98 {
            margin-top: 12px
        }

.footer-wrap {
    width: 100%
}

    .footer-wrap .zkh-footer-service {
        background-color: #ebecee;
        padding: 36px 0
    }

        .footer-wrap .zkh-footer-service .service-center-warp {
            margin: 0 auto;
            width: 1152px;
            text-align: center
        }

            .footer-wrap .zkh-footer-service .service-center-warp li {
                position: relative;
                display: inline-block;
                width: 285px;
                line-height: 80px;
                font-size: 18px;
                font-weight: 700;
                color: #4d4d4d
            }

                .footer-wrap .zkh-footer-service .service-center-warp li i {
                    width: 55px;
                    height: 45px;
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 7px
                }

                    .footer-wrap .zkh-footer-service .service-center-warp li i.service1 {
                        background: url(//static.zkh360.com/image/2020-06-11/sprites-service-1591879818713.png) -5px -5px
                    }

                    .footer-wrap .zkh-footer-service .service-center-warp li i.service2 {
                        background: url(//static.zkh360.com/image/2020-06-11/sprites-service-1591879818713.png) -70px -5px
                    }

                    .footer-wrap .zkh-footer-service .service-center-warp li i.service3 {
                        background: url(//static.zkh360.com/image/2020-06-11/sprites-service-1591879818713.png) -135px -5px
                    }

                    .footer-wrap .zkh-footer-service .service-center-warp li i.service4 {
                        background: url(//static.zkh360.com/image/2020-06-11/sprites-service-1591879818713.png) -200px -5px
                    }

                    .footer-wrap .zkh-footer-service .service-center-warp li i.service5 {
                        background: url(//static.zkh360.com/image/2020-06-11/sprites-service-1591879818713.png) -265px -5px
                    }

    .footer-wrap .zkh-footer-links {
        background-color: #ddd;
        text-align: left;
        padding-top: 20px;
        border-top: 1px solid #cfcfcf
    }

        .footer-wrap .zkh-footer-links .links-center-warp {
            margin: 0 auto;
            width: 1152px;
            border-bottom: 1px solid #cfcfcf;
            padding-bottom: 10px
        }

        .footer-wrap .zkh-footer-links ul.footer-link-2 {
            padding-top: 40px
        }

            .footer-wrap .zkh-footer-links ul.footer-link-2 li {
                width: 100px
            }

        .footer-wrap .zkh-footer-links ul li {
            float: left;
            width: 130px;
            line-height: 28px
        }

            .footer-wrap .zkh-footer-links ul li dt, .footer-wrap .zkh-footer-links ul li dt a {
                font-size: 15px;
                font-weight: 700;
                color: #4d4d4d
            }

            .footer-wrap .zkh-footer-links ul li a {
                font-size: 12px;
                color: #666;
                font-weight: 400
            }

                .footer-wrap .zkh-footer-links ul li a:hover {
                    color: #ed0c1e
                }

        .footer-wrap .zkh-footer-links .zkh-logo-and-code {
            width: 225px;
            color: #666;
            font-size: 12px;
            line-height: 28px;
            text-align: center
        }

            .footer-wrap .zkh-footer-links .zkh-logo-and-code img {
                max-width: 100%
            }

            .footer-wrap .zkh-footer-links .zkh-logo-and-code .company-yj {
                width: 185px;
                margin: 5px auto 0;
                color: #333;
                border-bottom: 1px solid #666
            }

            .footer-wrap .zkh-footer-links .zkh-logo-and-code .zkh-tel {
                position: relative;
                font-size: 23px;
                font-family: ArialMT;
                line-height: 36px;
                color: #666;
                text-indent: 32px
            }

                .footer-wrap .zkh-footer-links .zkh-logo-and-code .zkh-tel i {
                    position: absolute;
                    left: 22px;
                    top: 10px;
                    width: 16px;
                    height: 16px;
                    background: url(//static.zkh360.com/image/2020-06-11/sprites-footer-1591879973778.png) -5px -5px
                }

        .footer-wrap .zkh-footer-links .app-code {
            width: 214px;
            margin-left: 50px
        }

            .footer-wrap .zkh-footer-links .app-code > div {
                width: 92px
            }

                .footer-wrap .zkh-footer-links .app-code > div.zkh-code-1 {
                    margin-right: 26px
                }

                .footer-wrap .zkh-footer-links .app-code > div p {
                    position: relative;
                    text-align: left;
                    text-indent: 30px;
                    line-height: 28px
                }

                    .footer-wrap .zkh-footer-links .app-code > div p i {
                        position: absolute;
                        left: 14px;
                        top: 9px;
                        width: 11px;
                        height: 12px
                    }

                        .footer-wrap .zkh-footer-links .app-code > div p i.android-icon {
                            background: url(//static.zkh360.com/image/2020-06-11/sprites-footer-1591879973778.png) -31px -5px
                        }

                        .footer-wrap .zkh-footer-links .app-code > div p i.ios-icon {
                            background: url(//static.zkh360.com/image/2020-06-11/sprites-footer-1591879973778.png) -52px -5px
                        }

        .footer-wrap .zkh-footer-links .foot-fm {
            padding-top: 4px;
            font-size: 12px;
            color: #7f7f7f;
            text-align: center;
            line-height: 28px
        }

            .footer-wrap .zkh-footer-links .foot-fm a {
                color: #7f7f7f
            }

                .footer-wrap .zkh-footer-links .foot-fm a:hover {
                    color: #ed0c1e
                }

            .footer-wrap .zkh-footer-links .foot-fm .inter-links, .footer-wrap .zkh-footer-links .foot-fm .inter-links a {
                color: #666
            }

                .footer-wrap .zkh-footer-links .foot-fm .inter-links:hover, .footer-wrap .zkh-footer-links .foot-fm .inter-links a:hover {
                    color: #ed0c1e
                }

            .footer-wrap .zkh-footer-links .foot-fm .foot-fm-links a {
                margin: 0 5px
            }

                .footer-wrap .zkh-footer-links .foot-fm .foot-fm-links a.hide {
                    display: none
                }

            .footer-wrap .zkh-footer-links .foot-fm .p-img {
                margin: 10px auto 0
            }

                .footer-wrap .zkh-footer-links .foot-fm .p-img a {
                    display: inline-block;
                    vertical-align: top;
                    margin: 28px 5px 0
                }

                    .footer-wrap .zkh-footer-links .foot-fm .p-img a:first-child {
                        margin: 0
                    }

                    .footer-wrap .zkh-footer-links .foot-fm .p-img a:not(.first-footr-img) img {
                        height: 40px
                    }

body, html {
    -webkit-text-size-adjust: none;
    position: relative;
    height: 100%;
    min-width: 1366px
}

body {
    outline: none;
    font: 12px/1.5 Microsoft Yahei,Arial,sans-serif;
    line-height: 160%;
    color: #666;
    background: #ebecee
}

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, textarea, ul {
    margin: 0;
    padding: 0
}

table, td, th, tr {
    font-size: 12px
}

ol, ul {
    list-style: none
}

li {
    list-style-type: none
}

img {
    vertical-align: top;
    border: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400
}

address, cite, code, em, i, th {
    font-weight: 400;
    font-style: normal
}

a {
    text-decoration: none;
    color: #666;
    cursor: pointer
}

    a.noLink {
        cursor: default
    }

        a.noLink:hover {
            color: #666
        }

    a:hover {
        color: #ed0c1e
    }

    a, a:active, a:focus, a:hover, a:link, a:visited {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-tap-highlight-color: transparent;
        outline: none;
        background: none;
        text-decoration: none
    }

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

.floatLeft {
    float: left
}

.floatRight {
    float: right
}

.display-none {
    display: none
}

@font-face {
    font-family: iconfont;
    src: url(//at.alicdn.com/t/font_811819_rnvgi7me2rg.eot);
    src: url(//at.alicdn.com/t/font_811819_rnvgi7me2rg.eot#iefix) format("embedded-opentype"),url(//at.alicdn.com/t/font_811819_rnvgi7me2rg.woff2) format("woff2"),url(//at.alicdn.com/t/font_811819_rnvgi7me2rg.woff) format("woff"),url(//at.alicdn.com/t/font_811819_rnvgi7me2rg.ttf) format("truetype"),url(//at.alicdn.com/t/font_811819_rnvgi7me2rg.svg#iconfont) format("svg")
}

.iconfont {
    font-family: iconfont !important;
    color: #7f7f7f;
    padding-left: 4px;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.content {
    text-align: center
}

body {
    background-color: #ebecee
}

button:focus, input:focus {
    outline: none;
    box-shadow: none
}
