﻿/*商家入驻*/
li.bussiness-service {
    position: relative;
}

    li.bussiness-service span, li.bussiness-service li {
        line-height: 36px;
    }

    li.bussiness-service ul {
        display: none;
        left: 0;
        position: absolute;
        right: 0;
        z-index: 99999;
    }

    li.bussiness-service:hover ul {
        display: block;
    }

/*右侧导航栏*/

.lx-nav-right {
    background: #fff;
    color: #333333;
    height: 500px;
    position: absolute;
    right: 0;
    top: 36px;
    width: 196px;
    z-index: 9;
}

    .lx-nav-right > .lx-nav-right__login {
        height: 160px;
        padding-top: 20px;
        background: #f2f2f2;
        box-sizing:border-box;
    }

        .lx-nav-right > .lx-nav-right__login img {
            border-radius: 50px;
            display: block;
            height: 50px;
            margin: 0 auto;
            width: 50px;
        }

        .lx-nav-right > .lx-nav-right__login .welecome {
            font-size: 13px;
            font-weight: bold;
            height: 18px;
            line-height: 18px;
            margin-top: 15px;
            text-align: center;
        }

        .lx-nav-right > .lx-nav-right__login .btn {
            margin: 17px 14px 0 14px;
        }

            .lx-nav-right > .lx-nav-right__login .btn a {
                border: 1px solid #cc0200;
                border-radius: 1px;
                cursor: pointer;
                display: block;
                float: left;
                font-size: 14px;
                height: 28px;
                line-height: 30px;
                text-align: center;
                width: 76px;
            }

                .lx-nav-right > .lx-nav-right__login .btn a:nth-child(1) {
                    background: #cc0200;
                    color: #ffffff;
                }

                .lx-nav-right > .lx-nav-right__login .btn a:nth-child(2) {
                    color: #cc0200;
                    float: right;
                }

    .lx-nav-right .lx-nav-right__news {
        height: 126px;
    }

        .lx-nav-right .lx-nav-right__news .title {
            color: #1f1f1f;
            font-family: SourceHanSansCN-Medium, SourceHanSansCN;
            font-size: 15px;
            font-weight: bold;
            height: 20px;
            line-height: 20px;
            padding: 8px 12px;
        }

            .lx-nav-right .lx-nav-right__news .title span {
                background-color: #cc0200;
                display: block;
                float: left;
                height: 14px;
                margin: 3px 9px 3px 0;
                width: 2px;
            }

            .lx-nav-right .lx-nav-right__news .title div {
                float: left;
            }

            .lx-nav-right .lx-nav-right__news .title a {
                color: #505050;
                cursor: pointer;
                display: block;
                float: right;
                font-size: 13px;
                font-family: SourceHanSansCN-Regular, SourceHanSansCN;
                font-weight: normal;
                height: 17px;
                line-height: 17px;
                margin: 1.5px 0;
            }

                .lx-nav-right .lx-nav-right__news .title a em {
                    padding-left: 5px;
                }

        .lx-nav-right .lx-nav-right__news ul {
            margin: 0;
            padding-left: 0;
        }

            .lx-nav-right .lx-nav-right__news ul li {
                color: #505050;
                font-size: 10px;
                font-family: SourceHanSansCN-Regular, SourceHanSansCN;
                height: 16px;
                line-height: 16px;
                list-style: none;
                margin-bottom: 5px;
                margin-left: 10px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                display:flex;
                align-items:center;
            }

                .lx-nav-right .lx-nav-right__news ul li em {
                    background-color: #cc0200;
                    border-radius: 4px;
                    display: inline-block;
                    height: 4px;
                    margin: 0 11px 0 12px;
                    width: 4px;
                }

                .lx-nav-right .lx-nav-right__news ul li a {
                    cursor: pointer;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    word-break: break-all;
                    width: 150px;
                    color: #505050;
                }

                    .lx-nav-right .lx-nav-right__news ul li a:hover {
                        text-decoration: underline;
                    }

    .lx-nav-right .lx-nav-right__call {
        color: #cc0200;
        font-size: 10px;
        height: 14px;
        line-height: 14px;
        margin: 10px auto;
        text-align: center;
    }

    .lx-nav-right .lx-nav-right__integral {
        height: 214px;
    }

        .lx-nav-right .lx-nav-right__integral img {
            display: block;
            height: 214px;
            width: 196px;
        }

/*左侧菜单栏*/

.lx-menu {
    background-color: #ffffff;
    display: none;
    height: 500px;
    position: absolute;
    width: 188px;
    z-index: 999;
}


    .lx-menu li {
        border: 1px solid #fff;
        line-height: 36px;
        min-height: 36px;
    }

        .lx-menu li.active {
            border: 1px solid #ededed;
        }


.lx-menu__title {
    color: #000000;
    display: table;
    font-size: 16px;
    position: relative;
    width: 100%;
}

    .lx-menu__title a {
        display: inline-block;
        height: 28px;
        line-height: 28px;
        margin-left: 10px;
    }

    .lx-menu__title i {
        background: url(https://cdn.donvv.com/lx-menu5.png) no-repeat;
        display: inline-block;
        height: 24px;
        line-height: 24px;
        margin: 0 13px 0 24px;
        padding: 2px 0;
        vertical-align: middle;
        width: 24px;
    }

    .lx-menu__title:hover > a {
        color: #cc0200
    }

        .lx-menu__title:hover > a > i {
            background-position-x: -54px;
        }

    .lx-menu__title i.icon-type1 {
        background-position: -16px -13px;
    }

    .lx-menu__title i.icon-type2 {
        background-position: -16px -50px;
    }

    .lx-menu__title i.icon-type3 {
        background-position: -16px -87px;
    }

    .lx-menu__title i.icon-type4 {
        background-position: -16px -126px;
    }

    .lx-menu__title i.icon-type5 {
        background-position: -16px -160px;
    }

    .lx-menu__title i.icon-type6 {
        background-position: -16px -198px;
    }

    .lx-menu__title i.icon-type7 {
        background-position: -16px -234px;
    }

    .lx-menu__title i.icon-type8 {
        background-position: -16px -273px;
    }

    .lx-menu__title i.icon-type9 {
        background-position: -16px -309px;
    }

    .lx-menu__title i.icon-type10 {
        background-position: -16px -347px;
    }

    .lx-menu__title i.icon-type11 {
        background-position: -16px -382px;
    }

    .lx-menu__title i.icon-type12 {
        background-position: -16px -420px;
    }

    .lx-menu__title i.icon-type13 {
        background-position: -16px -457px;
    }


    .lx-menu__title em {
        background: #fff;
        display: none;
        height: 36px;
        position: absolute;
        right: -5px;
        top: 0;
        width: 10px;
        z-index: 999;
    }

.lx-menu li.active .lx-menu__title em {
    display: block;
}

.lx-menu__content {
    background: #fff;
    border: 1px solid #ededed;
    display: none;
    height: 498px;
    left: 188px;
    position: absolute;
    top: 0;
    width: 1010px;
    z-index: 9;
}

.lx-menu li.active .lx-menu__content {
    display: block;
}

.lx-menu__content .content__left {
    border-right: 1px solid #ddd;
    float: left;
    height: 489px;
    min-height: 388px;
    overflow-y: auto;
    padding-bottom: 10px;
    width: 812px;
}

    .lx-menu__content .content__left dl {
        margin-left: 20px;
        margin-right: 20px;
        overflow: hidden
    }

    .lx-menu__content .content__left dt {
        display: table-cell;
        font-size: 13px;
        line-height: 18px;
        padding: 10px 0;
        position: relative;
        vertical-align: top;
        width: 85px;
    }

        .lx-menu__content .content__left dt a {
            color: #d71635;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 85px;
        }

        .lx-menu__content .content__left dt i {
            position: absolute;
            right: -9px;
            top: 12px;
        }

    .lx-menu__content .content__left dd {
        border-bottom: 1px dashed #ddd;
        display: table-cell;
        overflow: hidden;
        padding: 5px 0 10px 20px;
        width: 666px
    }

        .lx-menu__content .content__left dd a {
            border-left: 1px solid #ddd;
            display: inline-block;
            float: left;
            *float: none;
            height: 18px;
            line-height: 18px;
            margin-top: 5px;
            padding: 0 7px;
        }

            .lx-menu__content .content__left dd a:first-child {
                border-left: none;
                padding-left: 0
            }

.lx-menu__content .content__right {
    float: right;
    margin-left: -1px;
    overflow: hidden;
    padding-bottom: 10px;
    width: 194px;
}

    .lx-menu__content .content__right dt {
        color: #d71635;
        font-size: 13px;
        height: 16px;
        line-height: 16px;
        margin-top: 10px;
        padding: 0 10px;
    }

    .lx-menu__content .content__right dd {
        padding-left: 10px
    }

        .lx-menu__content .content__right dd img {
            display: inline;
            float: left;
            height: 30px;
            margin-right: 10px;
            margin-top: 10px;
            width: 82px;
        }

/*头像占位符*/

.el-avatar {
    background: #c0c4cc;
    box-sizing: border-box;
    color: #fff;
    display: inline;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
    width: 82px;
}

