/*html {
	-webkit-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(graysale=1);
}*/
body {
    padding-top: 50px;
    padding-bottom: 20px;
    box-shadow: none;
    background-color: #f1f4f9;
}
@media (min-width: 1600px) {
    .container {
        width: 1500px; /* 自定义值，如 1280px、1400px */
    }
}
a {
    color: #282a2d;
    outline: 0 !important;
    text-decoration: none;
}
em, i {
    font-style: normal;
    text-align: left;
    font-size: inherit;
}

li, s {
    list-style: none;
}
/*ul{
	margin:0;
	padding:0;
}*/
img {
    max-width: 100%;
}

.top-nav {
    background-color: #fff !important;
    border-color: #fff !important;
}

    .top-nav a {
        color: #000;
        font-weight: 800;
    }

        .top-nav a:hover {
            color: #16a085;
            text-decoration: underline;
            background-color: none !important;
        }

.navbar-header .icon-bar {
    background-color: black;
}

.header-right-msg {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    display: block;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}



a:hover {
    text-decoration: none;
    color: #D9534F;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */


.container-left {
    padding-left: 0px !important;
}

.container-box {
    background-color: #fff;
}

.container-box-h {
    background-color: #fff;
    padding: 0px 15px 0px 15px !important;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
    font-size: 18px;
    color: #0aa284;
}

.container-box-p {
    background-color: #fff;
    padding: 5px 15px 5px 15px !important;
}


.container-right {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#right_site_articles {
    margin-bottom: 8px;
    padding-top: 10px;
    padding-bottom: 2px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    font-size: 12px;
}

.article_detail_bg {
    background-color: #fefefe !important;
}

.article-part-title {
    margin-right: 6px;
    margin-left: 6px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #e3e3e3;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

#right_site_articles ul {
    margin-right: 6px;
    margin-left: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.side_article_list_item {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0;
    border-bottom: 1px dashed #ccc;
    list-style-type: none;
    font-size: 14px;
}

.side_article_list_item_body {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
    border-bottom: 1px dashed #ccc;
    list-style-type: none;
    font-size: 13px;
    background-color: #D3D3D3;
}

.col-line {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #dbdbdb;
}

.article-more {
    float: right;
    font-size: 14px;
    font-weight: 400;
}

.nav-container {
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    margin-bottom: 10px;
    padding: 5px 15px 10px 15px;
    background-color: #f9f9f9;
}

.nav-container {
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
}


.nav-container-body {
    padding: 5px 5px 0px 5px;
}

.s-icon-con {
    vertical-align: middle;
}

.s-icon {
    margin-top: 5px;
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    margin-right: 5px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 18px;
    color: white;
}

.s-link {
}

.s-link-desc {
    color: #999;
    font-size: 12px;
}

.new-label {
    display: inline-block;
    padding: 2px 4px;
    font-size: .9em;
    line-height: 16px;
    vertical-align: baseline;
    white-space: nowrap;
    background-color: #f2f2f2;
    color: #787878;
    text-decoration: none
}

    .new-label:hover {
        background-color: #0aa284;
        color: #fff
    }


.dataTables_paginate {
    text-align: right;
    height: 80px;
}

    .dataTables_paginate a {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #ddd;
        border-radius: 3px;
        color: #636e7b;
        cursor: pointer;
        display: inline-block;
        float: left;
        line-height: 21px;
        margin-right: 5px;
        padding: 6px 12px;
        position: relative;
        text-decoration: none;
    }

    .dataTables_paginate strong {
        border: 1px solid #ddd;
        border-radius: 3px;
        cursor: pointer;
        float: left;
        line-height: 21px;
        margin-right: 5px;
        padding: 6px 12px;
        position: relative;
        background-color: #1caf9a;
        border-color: #1caf9a;
        color: #fff;
        display: block;
    }

    .dataTables_paginate > li:first-child > a, .dataTables_paginate > li:first-child > span {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .dataTables_paginate a:hover {
        background-color: #e4e7ea;
        text-decoration: none !important;
    }

    .dataTables_paginate a.current, .dataTables_paginate a.current:hover {
        background-color: #1caf9a;
        border-color: #1caf9a;
        color: #fff;
    }

    .dataTables_paginate a:focus {
        text-decoration: none;
    }

    .dataTables_paginate a.last {
        margin-right: 0;
    }

.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
    border-radius: 3px;
    color: #666;
    cursor: pointer;
    display: inline-block;
    float: left;
    padding: 6px 15px;
}

.paginate_enabled_previous, .paginate_enabled_next {
    background: #428bca none repeat scroll 0 0;
    border: 1px solid #357ebd;
    color: #fff;
}

    .paginate_enabled_previous:hover, .paginate_enabled_next:hover {
        background: #3276b1 none repeat scroll 0 0;
        border-color: #285e8e;
        color: #fff;
        text-decoration: none;
    }

.paginate_disabled_previous, .paginate_disabled_next {
    background-color: #ddd;
    border: 1px solid #ccc;
    color: #999;
}

    .paginate_disabled_previous:hover, .paginate_disabled_next:hover {
        color: #999;
        cursor: default;
        text-decoration: none;
    }

.paginate_disabled_next, .paginate_enabled_next {
    margin-left: 5px;
}

.paging_full_numbers {
    line-height: 21px;
}

    .paging_full_numbers a:active {
        outline: medium none;
    }

    .paging_full_numbers a:hover {
        text-decoration: none;
    }

.paginate_button_disabled {
    opacity: 0.5;
}

    .paginate_button_disabled:hover {
        background-color: #fff !important;
        cursor: default !important;
    }

.page_nav {
    clear: both;
    color: #666;
    font: 12px/24px Arial;
    padding: 10px 0;
    text-align: right;
}

    .page_nav a {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #dbe5ee;
        border-radius: 2px;
        color: #333;
        cursor: pointer;
        display: inline-block;
        font: 12px/22px Helvetica,Tahoma,Arial,sans-serif;
        height: 22px;
        margin: 0 2px;
        padding: 6px 12px;
    }

        .page_nav a:hover {
            background: none repeat scroll 0 0 #07519a;
            border: medium none;
            color: #fff;
            height: 24px;
            line-height: 24px;
            margin: 0 3px;
            text-decoration: none;
        }

        .page_nav a.select {
            cursor: default;
        }

.article_reply {
    border-top: 1px dashed #d3d3d3;
}

.reply {
    padding-top: 30px;
}

.reply-header {
    font-size: 18px;
    color: #0c0c0c;
    margin-bottom: 10px;
}

.reply-Editor-body {
    display: inline-block;
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 15px;
}

    .reply-Editor-body .editor-content {
        display: block;
        width: 100%;
        font-size: 16px;
        color: #333;
        line-height: 1.6;
        outline: none;
        resize: none;
        border: none;
    }

.reply-Editor-footer {
    height: 30px;
}

    .reply-Editor-footer .footer-item {
        line-height: 30px;
        margin-right: 10px;
    }

.all-answers-header {
    position: relative;
    font-size: 18px;
    color: #7a8f9a;
    line-height: 18px;
    margin: 7px auto 0;
}

    .all-answers-header .all-answers-header-tile {
        display: inline-block;
        background: #FFF;
        position: relative;
        padding-right: 15px;
    }

    .all-answers-header .all-answers-header-line {
        position: absolute;
        top: 9px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #e8ecee;
    }

.reply-list .reply-item {
    padding: 25px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}

.reply-item-header {
    margin-bottom: 10px;
}

.reply-list .reply-item .name {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #666;
}

.reply-list .reply-item-header img {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    margin-right: 7px;
    border: 1px solid #eee;
    background-color: #eee;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.reply-list .reply-item .reply-item-body {
    color: #333;
    margin-bottom: 15px;
    color: #707070;
}

.reply-item-footer .reply-item-footer-item {
    font-size: 12px;
    color: #9eacb6;
}

.reply-item-footer .comment {
    margin-left: 30px;
    cursor: pointer;
}

    .reply-item-footer .comment i {
        margin-right: 5px;
    }

    .reply-item-footer .comment:hover {
        color: #2aa84d;
    }



/***** 3.2 HEADER RIGHT *****/

.header-right {
    float: right;
}

.headermenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .headermenu:after {
        clear: both;
        display: block;
        content: '';
    }

    .headermenu > li {
        display: inline-block;
        float: left;
        border-left: 1px solid #eee;
        position: relative;
    }

    .headermenu .dropdown-toggle {
        padding: 12px 10px;
        border-color: #fff;
        background: #fff;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 0;
    }

        .headermenu .dropdown-toggle:hover,
        .headermenu .dropdown-toggle:focus,
        .headermenu .dropdown-toggle:active,
        .headermenu .dropdown-toggle.active,
        .headermenu .open .dropdown-toggle.dropdown-toggle {
            background: #f9f9f9;
            color: #333;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .headermenu .dropdown-toggle img {
            vertical-align: middle;
            margin-right: 5px;
            width: 26px;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
        }

        .headermenu .dropdown-toggle .caret {
            margin-left: 5px;
        }

    .headermenu .dropdown-menu {
        border: 0;
        margin-top: 0px;
        margin-right: -1px;
        -moz-border-radius: 2px 0 2px 2px;
        -webkit-border-radius: 2px 0 2px 2px;
        border-radius: 2px 0 2px 2px;
        -moz-box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
        -webkit-box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
        box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
        padding: 5px;
    }

        .headermenu .dropdown-menu:after {
            border-bottom: 6px solid #1d2939;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            content: "";
            display: inline-block;
            right: 17px;
            position: absolute;
            top: -6px;
        }

    .headermenu .dropdown-grid .grid-list {
        padding: 20px;
    }

    .headermenu .dropdown-menu li {
        display: block;
        margin: 0;
        float: none;
        background: none;
        padding: 15px 5px;
    }

    .headermenu .dropdown-menu-usermenu li {
        padding: 0;
    }

    .headermenu .dropdown-menu-usermenu:after {
        right: 95px;
    }

    .headermenu .dropdown-menu li a {
        color: #94989d;
        font-size: 13px;
        padding: 7px 10px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }

        .headermenu .dropdown-menu li a:hover {
            background: #1caf9a;
            color: #fff;
        }

    .headermenu .dropdown-menu li i {
        font-size: 11px;
        margin-right: 5px;
    }

    .headermenu .dropdown-menu-head {
        padding: 0;
        min-width: 300px;
    }

    .headermenu .tp-icon {
        padding: 12px 15px;
        height: 50px;
        font-size: 16px;
        background: #fff;
        color: #333;
        border-color: #fff;
        -moz-transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }

        .headermenu .tp-icon + .dropdown-menu:after {
            right: 17px;
        }

    .headermenu .chat-icon {
        border-right: 0;
    }

    .headermenu .dropdown-menu-usermenu {
        background: #1d2939;
        min-width: 200px;
    }

    .headermenu .dropdown-menu-head ul {
        border: 1px solid #ddd;
        border-top: 0;
        padding: 0 10px;
    }

    .headermenu .dropdown-menu-head li a {
        color: #333;
        padding: 0;
        opacity: 1;
    }

        .headermenu .dropdown-menu-head li a:hover {
            background: none;
            color: #428BCA;
            text-decoration: none;
        }

    .headermenu .btn-group {
        margin-bottom: 0;
    }

.dropdown-list li {
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

    .dropdown-list li:last-child {
        border-bottom: 0;
    }

.dropdown-list .thumb {
    width: 36px;
    float: left;
}

    .dropdown-list .thumb img {
        width: 100%;
        display: block;
        vertical-align: middle;
    }

.dropdown-list .desc {
    margin-left: 45px;
    display: block;
}

    .dropdown-list .desc h5 {
        font-size: 13px;
        margin-top: 7px;
    }

.dropdown-list li:last-child {
    padding: 7px 5px;
}

.dropdown-list li .badge {
    float: right;
}

.user-list {
    width: 300px;
}

.gen-list li a {
    display: block;
}

    .gen-list li a:hover {
        color: #333 !important;
        text-decoration: none;
    }

.gen-list li .name {
    font-size: 13px;
    font-family: 'LatoBold','Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
    line-height: 21px;
    display: block;
}

.gen-list li .msg {
    font-size: 11px;
    line-height: normal;
    color: #999;
    display: block;
}


.py24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.clear-both {
    clear: both;
}


.tag-master {
    margin-right: 6px;
    background-color: #A9A9A9;
    font-weight: 400;
    font-size: 11px;
}

.article_body h3 {
    font-size: 20px;
    color: #3194d0;
    letter-spacing: 1.4px;
    margin: 10px 0px;
    padding: 2px 2px 5px 2px;
    border-bottom: solid 1px #3194d0;
    text-align: left;
    text-indent: 0px;
    line-height: 1.5;
}

article_body p {
    margin: 10px auto;
    text-indent: 0;
}


.hao-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1600px;
}

/***/
.target-item{
    scroll-margin-top:50px;
}
.nav-header {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: 1px solid #f1f4f9;
    margin-bottom: 5px;
}
.nav-header-sub {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
    .nav-header h2 {
        font-size: 20px;
        margin-top: 10px;
        font-weight: 500;
    }
.nav-header-sub-title{
    float:left;
}

.nav-header-sub .nav-header-sub-title h3 {
    margin-top: 10px;
    font-size: 16px;
    color: #1a90ff;
}
.nav-category {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0.938rem;
    color: #1a90ff;
    font-weight: 600;
}
b, strong {
    font-weight: bolder;
}

.text-sm {
    font-size: 14px !important;
}

.text-xs {
    font-size: 12px !important;
}

.overflowClip_1 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.overflowClip_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

.overflowClip_2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0.25rem;
}

.card, .block {
    background: #fff;
    margin-bottom: 1rem;
    box-shadow: 0px 0px 20px -5px rgba(158,158,158,.2);
    transition: background-color .3s;
}

.url-card .url-body {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    will-change: transform;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .url-card .url-body:hover {
        transform: translateY(-6px);
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
        -webkit-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
        -moz-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
       
    }

.url-card .url-like {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 0;
    transition: opacity .3s
}

.url-card .url-body:hover .url-like {
    opacity: 1
}

.url-card .url-info {
    overflow: hidden;
    padding-right: 5px
}

.url-card .url-goto-after {
    height: 24px;
    border-top: 1px solid rgba(136,136,136,.2)
}

.url-card .url-goto {
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0
}

.url-card .card-body {
    position: relative;
    padding: .938rem .2rem
}

.url-card .url-img {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background: rgba(128,128,128,.1);
    overflow: hidden
}

    .url-card .url-img > img {
        max-height: 100%;
        vertical-align: unset
    }

.url-card .max .url-img {
    width: 60px;
    height: 60px
}

.url-card .mini .url-img {
    width: 25px;
    height: 25px
}

.url-card .post-min .url-img {
    width: 20px;
    height: 20px
}

    .url-card .post-min .url-img > img {
        vertical-align: unset
    }

.url-card a.card {
    justify-content: center
}

.url-card.wechat a.card::before {
    content: '\eb74';
    position: absolute;
    display: inline-block;
    font-family: "iconfont";
    font-size: 66px;
    color: #888;
    left: 1px;
    opacity: .2
}

.url-card.down a.card:after {
    content: '\e604';
    position: absolute;
    display: inline-block;
    font-family: "iconfont";
    font-size: 60px;
    color: #888;
    margin-left: 10px;
    right: 10px;
    opacity: .2
}

.url-card.down .mini a.card:after {
    font-size: 30px;
    margin-left: 10px;
    right: 10px
}

.url-card.down .max a.card:after {
    font-size: 30px
}

.url-card.wechat .mini a.card:before {
    font-size: 36px;
    left: 2px
}

.url-card.wechat .max a.card:before {
    font-size: 80px;
    left: 5px;
    top: -22px
}

.url-card.wechat .max .url-img, .url-card.wechat .mini .url-img {
    background: transparent
}

    .url-card.wechat .max .url-img img, .url-card.wechat .mini .url-img img {
        max-height: 80%
    }

.url-card.wechat .no_ico a.card:before {
    font-size: 26px;
    right: 2px;
    left: auto
}

.url-card.wechat .max.no_ico a.card:before {
    right: 11px;
    top: auto;
    bottom: -3px
}

.url-card .mini a.togo, .url-card .default a.togo {
    position: absolute;
    top: 20px;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    opacity: .2;
    transition: opacity .3s
}

.url-card .mini a.togo {
    top: 3px
}

.url-card .url-body:hover a.togo {
    opacity: 1
}

.url-card .max a.togo {
    margin-left: auto
}

.url-card .max .tga {
    width: calc(100% - 15px);
    overflow: hidden
}

    .url-card .max .tga a {
        font-size: 90%;
        padding: .125rem .4rem;
        background: rgba(134,134,134,.1);
        color: #888;
        border-radius: 10px;
        transition: .3s
    }

        .url-card .max .tga a:not(.no-tag):hover {
            background: #f1404b;
            color: #fff
        }

.slider_menu[sliderTab] {
    position: relative;
    background: rgba(0,0,0,.1);
    border-radius: 10px;
    border: 3px solid transparent;
    overflow: hidden;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

    .slider_menu[sliderTab] > .menu {
        position: relative;
        white-space: nowrap;
        flex-wrap: initial
    }

    .slider_menu[sliderTab] .anchor {
        background: #f1404b;
        border-radius: 100px;
        width: 60px;
        height: 40px;
        opacity: 0;
        -webkit-transition: .35s;
        transition: .35s
    }

    .slider_menu[sliderTab] > .menu > li {
        cursor: pointer;
        width: auto;
        height: auto
    }

        .slider_menu[sliderTab] > .menu > li.next, .slider_menu[sliderTab] > .menu > li.prev, .slider_menu[sliderTab] > .menu > li > .sub-menu {
            display: none
        }

        .slider_menu[sliderTab] > .menu > li > a {
            display: block;
            text-decoration: none;
            position: relative;
            color: #888;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 14px;
            padding: 0 16px;
            -webkit-transition: .25s;
            transition: .25s
        }

            .slider_menu[sliderTab] > .menu > li > a:hover {
                color: #fff;
                background-color: #1a90ff;
            }

            .slider_menu[sliderTab] > .menu > li > a.active {
                color: #fff;
                background-color: #1a90ff;
            }

/*    .slider_menu[sliderTab] ul:hover li:not(.hover) a.active {
        color: #888 !important
    }*/

.slider_menu.mini_tab[sliderTab] > .menu > li > a {
    height: 28px;
    line-height: 28px;
    padding: 0 12px
}

.nav-pills.menu .nav-link.active, .nav-pills.menu .show > .nav-link {
    background: none
}

.mt-4 {
    margin-top: 1.5rem !important;
}
.leftpanelinner{
    position:fixed;
}
.leftpanelinner > ul > li > a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    color: #5e5d5b;
    line-height: 18px;
    padding: 5px;
    margin: 8px 0;
    font-size: 14px;
    border-radius: 4px;
    transition: .2s all ease-in-out;
}

    .leftpanelinner > ul > li > a:hover {
        color: #fff !important;
        background: #f1404b;
    }
    .leftpanelinner > ul > li > a.active {
        color: #f1404b;
    }