﻿/*浮动导航 start*/
.float-nav {
    width: 50px;
    position: fixed;
    top: 0;
    font-size: 12px;
    z-index: 1000;
    box-sizing: border-box;
    background: #333;
    height: 100%;
    right: -1px;
}

.float-nav-list {
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
}

.float-nav .float-nav-item {
    padding: 10px 8px 0 8px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

    .float-nav .float-nav-item:after {
        content: '';
        position: absolute;
        width: 40px;
        height: 1px;
        background: #555;
        left: 5px;
        bottom: 0px;
    }

    .float-nav .float-nav-item:nth-child(3):after,
    .float-nav .float-nav-item:last-child:after {
        content: '';
        width: 0px;
        height: 0px;
    }

    .float-nav .float-nav-item.active {
        background-color: #41A6FE;
    }

    .float-nav .float-nav-item .icon {
        display: inline-block;
        height: 24px;
        width: 100%;
        margin-bottom: 3px;
    }

    .float-nav .float-nav-item .icon-mobile {
        background: url("/image/phone_icon@2x.png") no-repeat;
        background-size: 100% 100%;
        width: 16px;
        height: 21px;
        border-top: 0;
    }

    .float-nav .float-nav-item .icon-personal {
        background: url("/image/My_icon@2x.png") no-repeat;
        background-size: 100% 100%;
        width: 20px;
        height: 22px;
        border-top: 0;
    }

    .float-nav .float-nav-item .icon-buy {
        background: url("/image/indent_icon@2x.png") no-repeat;
        background-size: 100% 100%;
        width: 18px;
        height: 20px;
        border-top: 0;
    }

    .float-nav .float-nav-item .icon-collect {
        background: url("/image/Collecting_icon@2x.png") no-repeat;
        background-size: 100% 100%;
        width: 20px;
        height: 20px;
        border-top: 0;
    }

    .float-nav .float-nav-item:nth-child(3) .num {
        background: #FF6000;
        border-radius: 2px;
        padding: 0px 7.5px;
        color: #fff;
        display: inline-block;
        margin-bottom: 10px;
    }

    .float-nav .float-nav-item .icon-suggestion {
        background: url("/image/Feedback_icon@2x.png") no-repeat;
        background-size: 100% 100%;
        width: 19px;
        height: 20px;
    }

    .float-nav .float-nav-item .icon-phone {
        background: url("/image/service_icon@2x.png") no-repeat;
        background-size: contain;
        width: 16px;
        height: 22px;
    }

    .float-nav .float-nav-item .icon-top {
        background: url("/image/Istop_icon@2x.png") no-repeat;
        background-size: contain;
        width: 20px;
        height: 11px;
    }

    .float-nav .float-nav-item.shoppingCartsBox .shoppingCarts_amount {
        position: absolute;
        height: 14px;
        padding: 0 3px;
        min-width: 15px;
        border-radius: 6px;
        border-bottom-left-radius: 0;
        background-color: #e2383b;
        top: 2px;
        right: 2px;
        color: #FFFFFF;
        font-size: 12px;
        text-align: center;
        line-height: 14px;
    }

    .float-nav .float-nav-item .item-text {
        color: #fff;
        display: block;
        padding-bottom: 10px;
        font-size: 13px;
    }

    .float-nav .float-nav-item.active .item-text {
        color: #fff;
    }

    .float-nav .float-nav-item.shoppingCartsBox .item-text .item-text-wrapper {
        margin: 0 -8px;
    }

    .float-nav .float-nav-item:last-child .item-text {
        border-bottom: 0;
    }

    .float-nav .float-nav-item .item-detail {
        position: absolute;
        right: 90px;
        top: 0;
        -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
        background-color: #FFFFFF;
        border-radius: 5px;
        opacity: 0;
        z-index: 1000;
        display: none;
    }

    .float-nav .float-nav-item .item-collect {
        width: 129px;
        height: 86px;
        text-align: center;
        background: url(/image/collect@2x.png) no-repeat;
        background-size: 129px 86px;
        box-shadow: none;
        -webkit-box-shadow: none;
        padding-right: 9px;
        box-sizing: border-box;
    }

        .float-nav .float-nav-item .item-collect .box {
            padding: 10px 0;
        }

        .float-nav .float-nav-item .item-collect a {
            height: 33px;
            line-height: 33px;
            text-align: center;
            font-size: 13px;
            color: #555;
            display: block;
        }

            .float-nav .float-nav-item .item-collect a.active,
            .float-nav .float-nav-item .item-collect a:hover {
                color: #FF6000;
            }

    .float-nav .float-nav-item .item-hot-line {
        width: 180px;
        text-align: left;
    }

        .float-nav .float-nav-item .item-hot-line .hot-line-title {
            background: #0196d6;
            font-size: 14px;
            padding: 10px 0 10px 35px;
            color: #fff;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .float-nav .float-nav-item .item-hot-line .hot-line-content {
            padding-top: 14px;
        }

            .float-nav .float-nav-item .item-hot-line .hot-line-content .name,
            .float-nav .float-nav-item .item-hot-line .hot-line-content .phone {
                line-height: 12px;
                display: block;
                margin-left: 35px;
                color: #333;
                margin-bottom: 14px;
            }

            .float-nav .float-nav-item .item-hot-line .hot-line-content .ewm {
                text-align: center;
                margin-bottom: 12px;
            }

            .float-nav .float-nav-item .item-hot-line .hot-line-content .detail-text {
                text-align: center;
                color: #999;
                margin-bottom: 20px;
            }

        .float-nav .float-nav-item .item-hot-line:before,
        .float-nav .float-nav-item .item-weixin:before {
            content: '';
            position: absolute;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 8px solid rgba(0, 0, 0, .2);
            opacity: 0.4;
            right: -9px;
            top: 40px;
            z-index: 1000;
        }

        .float-nav .float-nav-item .item-hot-line:after,
        .float-nav .float-nav-item .item-weixin:after {
            content: '';
            position: absolute;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 8px solid #FFFFFF;
            right: -7px;
            top: 40px;
            z-index: 1000;
        }

    .float-nav .float-nav-item .item-weixin {
        width: 120px;
        text-align: center;
        padding: 10px 10px 21px 10px;
    }

        .float-nav .float-nav-item .item-weixin .text {
            line-height: 20px;
            color: #868686;
        }
/*浮动导航 end*/
