﻿.max_window
{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 10;
    background-color: #fff;
}

body
{
    position: relative;
    height: 100%;
    width: 100%;
    padding-left: 60px;
    overflow: hidden;
}

#side
{
    float: left;
    position: relative;
    width: 60px;
    height: 100%;
    margin-left: -60px;
}

.side
{
    background: #2f3b4b;
}

.side-logo
{
    height: 48px;
    cursor: pointer;
    position: relative;
    text-align: center;
    padding-top: 8px;
    /*transition: all 0.5s ease 0s;*/
}

    .side-logo:before
    {
        color: #00aaee;
        content: "\e604";
        font-size: 32px;
        line-height: 32px;
        display: inline-block;
    }

    .side-logo:hover
    {
        /*background-position-y: center;*/
        color: #00aaee;
        /*padding-top: 4px;*/
    }

        .side-logo:hover:before
        {
            transform: translate(0,-3px);
        }

.side .signal
{
    position: absolute;
    color: #fe7328;
    left: 50%;
    top: 5px;
    margin-left: 11px;
}

    .side .signal:after
    {
        content: "\e651";
    }

    .side .signal.blink
    {
        -webkit-animation: blink 1.2s infinite ease-in-out;
        animation: blink 1.5s infinite ease-in-out;
    }

/*.side-menu-a .signal {
    margin-left: 15px;
    top: 3px;
}*/

.side-logo-hint
{
    position: absolute;
    width: 136px;
    left: 48px;
    top: 32px;
    background: #fffbe6;
    border: 1px solid #faad14;
    z-index: 11;
    padding: 5px 12px 5px 0;
    text-align: center;
    line-height: 16px;
    border-radius: 10px;
    color: #fd6707;
    display: none;
}

    .side-logo-hint:before
    {
        content: "";
        position: absolute;
        left: -12px;
        top: 6px;
        border-top: #faad14 10px solid;
        border-left: transparent 12px solid;
    }

    .side-logo-hint:after
    {
        content: "";
        position: absolute;
        left: -9px;
        top: 7px;
        border-top: #fffbe6 10px solid;
        border-left: transparent 12px solid;
    }

    .side-logo-hint span
    {
        color: #5e645a;
        cursor: pointer;
    }

.tab-hint
{
    position: absolute;
    width: 100px;
    left: 187px;
    top: 32px;
    background: #fffbe6;
    border: 1px solid #faad14;
    z-index: 11;
    padding: 5px 12px 5px 0;
    text-align: center;
    line-height: 16px;
    border-radius: 10px;
    color: #fd6707;
    display: none;
}

    .tab-hint:before
    {
        content: "";
        position: absolute;
        top: -11px;
        left: 11px;
        border-bottom: #faad14 10px solid;
        border-left: transparent 5px solid;
        border-right: transparent 5px solid;
    }

    .tab-hint:after
    {
        content: "";
        position: absolute;
        top: -8px;
        left: 11px;
        border-bottom: #fffbe6 10px solid;
        border-left: transparent 5px solid;
        border-right: transparent 5px solid;
    }

    .tab-hint span
    {
        color: #5e645a;
        cursor: pointer;
    }

.hint-close
{
    position: absolute;
    right: 2px;
    top: 2px;
    cursor: pointer;
}

    .hint-close:after
    {
        content: "";
        content: url("/image/2018/xx.png");
        width: 16px;
        height: 16px;
    }

.side-mask
{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 60px;
    background: rgba(0, 0, 0, 0.05);
    z-index: 11;
    display: none;
}

.side-menu
{
    padding-top: 10px;
}

.side-menu-a
{
    text-align: center;
    color: #f5f7fd;
    cursor: pointer;
    padding: 10px 0;
    line-height: 20px;
    /*transition: background 0.5s ease 0s;*/
    position: relative;
    transition: all 0.5s ease 0s;
}

    .side-menu-a em,
    .side-logo em
    {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-right: 6px solid #fff;
        border-bottom: 4px solid transparent;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -4px;
    }

    .side-menu-a:hover,
    .side-menu-a.on
    {
        background-color: #2d4d77;
    }

    .side-menu-a:last-child
    {
        position: absolute;
        bottom: 2px;
        left: 0;
        right: 0;
    }

.side-menu-a-last:last-child
{
    position: relative;
    bottom: 0;
}

.side-menu-a-unset:last-child
{
    position: relative;
    bottom: 0;
}

.side-menu-a i
{
    display: block;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    color: #ccc;
}

.side-menu-b,
.side-logo-sub
{
    position: absolute;
    z-index: 12;
    display: none;
    left: 60px;
    top: 0;
    height: 100%;
    /*width:180px;*/
    background: #fff;
    color: #000;
    /*padding-top: 40px;*/
    min-width: 200px;
}

    .side-menu-b:before
    {
        content: "";
        position: absolute;
        right: 0;
        height: 100%;
        width: 20px;
        box-shadow: 0 0px 13px 0px #c3c3c3;
        z-index: 10;
    }

    .side-menu-b:after
    {
        content: "";
        position: absolute;
        right: 0;
        height: 100%;
        width: 40px;
        background: #fff;
        z-index: 10;
    }

.side-logo-sub
{
    padding-top: 0;
}

    .side-logo-sub:before
    {
        content: "";
        position: absolute;
        right: 0;
        height: 100%;
        width: 20px;
        box-shadow: 0 0px 13px 0px #c3c3c3;
        z-index: 10;
    }

    .side-logo-sub:after
    {
        content: "";
        position: absolute;
        right: 0;
        height: 100%;
        width: 40px;
        background: #fff;
        z-index: 10;
    }

.side-menu-collapse-left,
.side-menu-collapse-right
{
    position: absolute;
    left: 237px;
    top: 50%;
    border: 1px solid #d9dce0;
    text-align: center;
    width: 24px;
    padding: 8px 5px 5px;
    font-size: 12px;
    background: #fff;
    cursor: pointer;
    margin-top: -30px;
    z-index: 12;
    color: #11a4ec;
}

.side-menu-collapse-left
{
    border-right: 1px solid #fbfbfb;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-left: -23px;
    background: #fbfbfb;
}

.side-menu-collapse-right
{
    border-left: 1px solid #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}

    .side-menu-collapse-left:hover,
    .side-menu-collapse-right:hover
    {
        color: #11a4ec;
    }

.side-menu-collapse-left:after
{
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 20px;
}

.side-menu-collapse-right:after
{
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 20px;
}

.side-menu-b-web
{
    /*min-width:800px;*/
}

    .side-menu-b-web .side-menu-collapse-left
    {
        display: none !important;
    }

    .side-menu-b-web .side-menu-collapse-right
    {
        display: none !important;
    }

.side-menu-web
{
    position: relative;
    z-index: 11;
}

.side-menu-cell,
.side-logo-cell
{
    /*display:table-cell;*/
    float: left;
    width: 237px;
    height: 100%;
    padding: 20px 0px;
    /*border-top: 1px solid #e5e5e5;*/
    border-right: 1px solid #e5e5e5;
    overflow: auto;
    color: #383838;
    overflow-x: hidden;
    position: relative;
    z-index: 11;
    background: #fff;
    box-sizing: border-box;
}

.side-logo-cell
{
    padding: 0;
}

.side-menu-group-name
{
    font-weight: bold;
    font-size: 14px;
    line-height: 36px;
    padding-left: 18px;
}

.side-menu-item
{
    cursor: pointer;
    color: #888;
    padding: 6px 0 6px 37px;
    line-height: 18px;
    height: 36px;
    padding-left: 55px;
    user-select: none;
}

.side-menu-expand
{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px;
}

    .side-menu-expand:hover
    {
        color: #00aaee;
    }

.side-menu-pic
{
    position: relative;
    font-size: 0;
}

    .side-menu-pic img
    {
        position: absolute;
        left: 0;
        top: 50%;
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }

@media screen and (max-height: 768px)
{
    .side-menu-cell
    {
        padding: 2px 0px;
    }

    .side-menu-item
    {
        /*line-height: 14px;*/
        height: 32px;
    }

    .side-menu-group-name
    {
        line-height: 32px;
    }
}

@media screen and (max-width: 1366px)
{
    .side-menu-cell
    {
        padding: 10px 0px;
    }

    /* .side-menu-expand {
        padding-top:20px;
    }*/

    .side-menu-item
    {
        /*line-height: 14px;*/
        height: 32px;
    }



    .side-menu-group-name
    {
        line-height: 32px;
    }
}

.side-menu-item.usual
{
    color: #32353a;
}

.side-menu-item.active
{
    color: #00a8ec;
}

.side-menu-item.normal
{
    color: #32353a;
}

.side-menu-item.inactive
{
    color: #888;
}

    .side-menu-item:hover,
    .side-menu-item.on,
    .side-menu-item.usual:hover,
    .side-menu-item.active:hover,
    .side-menu-item.normal:hover,
    .side-menu-item.inactive:hover
    {
        color: #00aaee;
        background: #f5f7fd;
    }

.side-menu-item i
{
    font-style: normal;
    float: left;
    margin-left: -26px;
    font-size: 18px;
    /*display: none;*/
    display: block;
}

/*.side-menu-item.usual i {
    display: block;
}*/

.side-menu-item em
{
    font-style: normal;
    background: #F53641;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #F53641;
    border-width: 0px 3px;
    margin-left: 3px;
    color: #FFF;
}

.side-logo-msg
{
    line-height: 34px;
    padding: 5px 8px 0 8px;
}

    .side-logo-msg i
    {
        font-style: normal;
        font-size: 17px;
        vertical-align: middle;
        margin-right: 3px;
        vertical-align: -3px;
    }

    .side-logo-msg a
    {
        float: right;
    }

.side-logo-export
{
    line-height: 34px;
    padding: 5px 8px 0 8px;
}

    .side-logo-export i
    {
        font-style: normal;
        font-size: 17px;
        vertical-align: middle;
        margin-right: 3px;
        vertical-align: -3px;
    }

    .side-logo-export a
    {
        float: right;
    }

#msg:hover
{
    color: #528dec;
    /*text-decoration: underline;*/
    cursor: pointer;
}

.side-logo-search
{
    background: #fafafa;
    padding: 20px 8px 20px;
}

.side-search-box
{
    overflow: hidden;
    border-radius: 3px;
    height: 36px;
    padding-right: 36px;
}

#side-search-sub
{
    float: right;
    margin-right: -36px;
    width: 36px;
    float: right;
    height: 36px;
    line-height: 36px;
    background: #00aaee;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}

#side-search-key
{
    border: 1px #ddd solid;
    border-right: 0px;
    background: #fff;
    display: block;
    height: 36px;
    width: 100%;
    padding: 0 8px;
}

.side-logo-list,
.side-logo-search-result
{
    overflow: auto;
}

    .side-menu-cell::-webkit-scrollbar,
    .side-logo-list::-webkit-scrollbar,
    .side-logo-search-result::-webkit-scrollbar
    {
        width: 16px;
        height: 16px;
        margin: 0 8px;
    }

    .side-menu-cell::-webkit-scrollbar-thumb,
    .side-logo-list::-webkit-scrollbar-thumb,
    .side-logo-search-result::-webkit-scrollbar-thumb
    {
        background-color: silver;
        background-clip: content-box;
        border: 4px solid transparent;
        border-radius: 8px;
    }

.side-menu-cell-last
{
    border-right: 1px transparent solid;
}

.side-usual-cap,
.side-search-cap,
.side-zengzhi-cap
{
    line-height: 38px;
    padding: 0 18px;
    background: #fafafa;
    color: #383838;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
}

.side-zengzhi-cap
{
    /*border-top: 1px solid #e5e5e5;*/
}

.side-logo-list
{
    padding: 8px 0px 12px;
}

.side-blue
{
    background: #0086f1 url("/image/2018/side_blue_mask.png") no-repeat left top;
}

    .side-blue .side-logo:before
    {
        color: #fff;
    }

    .side-blue .side-menu-a i
    {
        color: #fff;
    }

    .side-blue .side-menu-a
    {
        color: #fff;
    }

        .side-blue .side-menu-a:hover,
        .side-blue .side-menu-a.on
        {
            background-color: #259cfc;
        }

#main
{
    padding-top: 38px;
    height: 100%;
    width: 100%;
}

#head
{
    height: 38px;
    width: 100%;
    margin-top: -38px;
    background: #f3f3f3;
    padding-right: 200px;
    border-bottom: 2px solid #e3e3e3;
    overflow-y: visible;
}

#app_hash
{
    position: absolute;
    right: 230px;
    margin-top: 12px;
    color: #ccc;
    z-index: 10;
    /*display:none;*/
}

#user
{
    position: relative;
    z-index: 10;
    width: 200px;
    margin-right: -200px;
    float: right;
    line-height: 38px;
    text-align: right;
    padding-left: 6px;
    padding-right: 26px;
    cursor: pointer;
}

    #user:before
    {
        content: "\e64f";
        float: right;
        margin-right: -20px;
        width: 20px;
        text-align: center;
        font-size: 14px;
    }

.user-name
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    top: 5px;
    right: 26px;
    height: 26px;
    line-height: 26px;
}

#user-menu
{
    display: none;
    position: absolute;
    top: 36px;
    right: 20px;
    padding: 10px 0px 0px;
    border: 1px solid #c9cdd4;
    background: #fff;
    text-align: left;
}

    #user-menu:before
    {
        content: "";
        position: absolute;
        top: -7px;
        right: 10px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #c9cdd4;
        border-left: 7px solid transparent;
    }

    #user-menu:after
    {
        position: absolute;
        top: -6px;
        right: 11px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        border-left: 6px solid transparent;
        content: "";
    }

.user-menu-item
{
    padding-left: 50px;
    padding-right: 22px;
    white-space: nowrap;
}

    .user-menu-item:hover
    {
        color: #00aaee;
        background: #f5f7fd;
    }

    .user-menu-item i
    {
        font-size: 18px;
        display: inline-block;
        vertical-align: middle;
        font-style: normal;
        margin-left: -28px;
        width: 28px;
        float: left;
    }

.user-menu-line
{
    border-bottom: 1px solid #eaeaea;
}

.wrapper-msg
{
    position: absolute;
    top: 0;
    text-align: center;
    z-index: 10;
    right: 153px;
    color: #11a4ec;
    line-height: 26px;
    cursor: pointer;
}

.wrapper-export
{
    position: absolute;
    top: 0;
    text-align: center;
    z-index: 10;
    right: 195px;
    color: #11a4ec;
    line-height: 26px;
    cursor: pointer;
}

.count-wrapper
{
    /*position:absolute;
        top:0px;
        right:3px;
        background:red;
        color:white;
        border-radius: 50%;
        width:20px;
        height:20px;
        line-height:18px;
        transform: scale(0.7);*/
    position: absolute;
    top: 10px;
    right: 22px;
    transform: translateY(-50%) translateX(100%);
    background-color: #f56c6c;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 17px;
    line-height: 15px;
    padding: 0 4px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #fff;
}

.count-log
{
    position: absolute;
    top: 10px;
    right: 22px;
    transform: translateY(-50%) translateX(100%);
    background-color: #f56c6c;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 17px;
    line-height: 15px;
    padding: 0 4px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #fff;
}

#kefu
{
    position: absolute;
    top: 0;
    right: 120px;
    margin-top: 5px;
    line-height: 26px;
    font-size: 16px;
    color: #11a4ec;
    width: 36px;
    text-align: center;
    z-index: 10;
    cursor: pointer;
}

    #kefu i
    {
        font-style: normal;
    }

    #kefu.jump i,
    #kefu.jump span
    {
        /* -webkit-animation: upDown 0.5s infinite;*/
        -webkit-animation: fadeIn 0.9s infinite;
    }

    #kefu span
    {
        color: #fe7328;
        font-size: 12px;
        position: absolute;
        left: 50%;
        top: -5px;
        margin-left: 1px;
        display: none;
        /*-webkit-animation:blink 1.2s infinite ease-in-out; 
    animation:blink 1.5s infinite ease-in-out;*/
    }

    #kefu.jump span
    {
        display: block;
    }

    #kefu.jump:after
    {
        content: "";
        position: absolute;
        right: 32px;
        height: 30px;
        width: 89px;
        background: url("/image/2018/kefu_hint_jump.gif") no-repeat;
    }

/*#kefu:after
    {
        content: "";
        position: absolute;
        right: 32px;
        height: 30px;
        width: 89px;
        background: url("/image/2018/kefu_hint.png") no-repeat;
    }*/

/*
.kefu-msg {
    position: absolute;
    right: 42px;
    line-height:28px;
    top: 50%;
    height: 28px;
    margin-top: -13px;
    padding: 0 8px;
    text-align: center;
    color: #fd6707;
    border: 1px solid #faad14;
    background: #fffbe6;
    white-space: nowrap;
    border-radius:6px;
}
.kefu-msg:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 7px;
    border-left: #faad14 10px solid;
    border-bottom: transparent 5px solid;
    border-top: transparent 5px solid;
}

.kefu-msg:after {
    content: "";
    position: absolute;
    right: -9px;
    top: 7px;
    border-left: #fffbe6 10px solid;
    border-top: transparent 5px solid;
    border-bottom: transparent 5px solid;
}
    */

#tab_list
{
    font-size: 0;
    white-space: nowrap;
    /*overflow: hidden;
    overflow-x: hidden;*/
}

.tab-item,
.tab-more
{
    position: relative;
    z-index: 10;
    display: inline-block;
    height: 38px;
    line-height: 36px;
    overflow-y: visible;
    padding: 0 16px;
    cursor: pointer;
    font-size: 12px;
    color: #6e6e6e;
    /*transition: background 0.3s ease 0s;*/
}

.tab-more
{
    border-right: 0px;
    padding-right: 0;
}

    .tab-more:after
    {
        content: "\e64f";
    }

.tab-item:hover
{
    background: #e8e8e8;
    color: #0094ff;
    border-bottom: 2px solid #e3e3e3;
}

.tab-item.active
{
    background: #fff;
    color: #0094ff;
    border-bottom: 2px solid #0095ff;
}

.tab-more-box
{
    position: absolute;
    top: 36px;
    right: -1px;
    background: #fff;
    border: 1px solid #c9cdd4;
    list-style: none;
    padding: 10px 0;
    display: none;
}

    .tab-more-box:before
    {
        content: "";
        position: absolute;
        top: -7px;
        right: 14px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #c9cdd4;
        border-left: 7px solid transparent;
    }

    .tab-more-box:after
    {
        position: absolute;
        top: -6px;
        right: 15px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        border-left: 6px solid transparent;
        content: "";
    }

    .tab-more-box li
    {
        padding: 0 30px 0 20px;
        position: relative;
    }

        .tab-more-box li:hover
        {
            /*background:#eee;*/
            color: #00aaee;
            background: #f5f7fd;
        }

.tab-more-close
{
    display: block;
    float: right;
    margin-right: -26px;
    width: 20px;
    text-align: center;
    font-size: 14px;
}

    .tab-more-close:hover
    {
        color: #00aaee;
    }

.tab-close
{
    position: absolute;
    right: 2px;
    top: 3px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    font-size: 0;
}

    .tab-close:after
    {
        content: "\e6f8";
        font-size: 10px;
    }

    .tab-close:hover
    {
        background: #bdd7ec;
        color: #0094ff;
    }

.tab-item.active.tab-home
{
    background-color: #eceff3;
}

#frame_list
{
    width: 100%;
    height: 100%;
    position: relative;
}

    #frame_list iframe
    {
        overflow: hidden;
    }

#frame-mask
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    display: none;
}
/*用于覆盖iframe 防止click无效出发到框架页*/
#_cm:before
{
    content: "";
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#_cm ._cmi1,
#_cm ._cmi2,
#_cm ._cmi3
{
    position: relative;
    z-index: 900;
}

/*客服拖动*/
.customerMoveBar
{
    position: fixed;
    cursor: move;
    /* background: rgba(0,0,0, 0.5); */
}

    .customerMoveBar:hover:before
    {
        content: "";
        position: absolute;
        top: -50px;
        left: -30px;
        bottom: -30px;
        right: 0;
    }

.icon-hot-big.move-icon::after
{
    position: absolute;
    content: "";
    width: 10px;
    height: 8px;
    background: #fff;
    left: 3px;
    z-index: -1;
    top: 4px;
}

.move-icon
{
    position: absolute;
    top: -2px;
    right: 7px;
    color: #fb702b;
    font-style: inherit;
    font-size: 16px;
    z-index: 4;
    /*-webkit-animation: upDown 0.3s infinite;*/
}


.side-menu-cell-usual .side-menu-group-name
{
    position: relative;
}

.side-menu-usual-set
{
    position: absolute;
    right: 8px;
    top: 50%;
    line-height: 32px;
    margin-top: -16px;
    cursor: pointer;
    color: #353535;
    padding: 0 6px;
    display: inline-block;
}

    .side-menu-usual-set:before
    {
        font-size: 18px;
        vertical-align: -2px;
        margin-right: 5px;
        color: #999;
    }

    .side-menu-usual-set:hover:before, .side-menu-usual-set.on:before
    {
        color: #00aaee;
    }

.side-menu-item-set
{
    position: relative;
    cursor: default;
}

.side-menu-cell-usual .side-menu-item-set
{
    cursor: move;
}

.side-menu-item-set:after
{
    content: "\e600";
    position: absolute;
    right: 12px;
    top: 50%;
    line-height: 32px;
    margin-top: -16px;
    font-size: 14px;
    color: #cacaca;
    cursor: pointer;
}

.side-menu-cell-usual .side-menu-item-set:after
{
    content: "\e745";
}

.side-menu-item-set.usual:after
{
    color: #222;
    font-size: 14px;
}

.side-menu-cell-usual .side-menu-item-set:after
{
    color: #999;
}

.side-menu-item-set:hover
{
    color: #0086f1;
}

    .side-menu-item-set:hover:after
    {
        color: #0086f1;
    }

.side-menu-item-set.usual:hover:after
{
    content: "\e601";
}

.side-menu-cell-usual .side-menu-item-set:hover:after
{
    color: #999;
}

.side-menu-cell-usual .side-menu-item-set:hover:after
{
    content: "\e742";
}

.side-menu-cell-usual .side-menu-item-set:hover
{
    color: #32353a;
    background-color: inherit;
}

.side-menu-item[draggable].on
{
    border: 1px dotted #42a5f5;
    border-left: 0px;
    border-right: 0px;
    position: relative;
    cursor: move;
    color: #00aaee;
    background: #f5f7fd;
}

    .side-menu-item[draggable].on:after
    {
        color: #00aaee;
    }

.side-menu-item.new
{
    color: #FF6600;
}

    .side-menu-item.new:not(.side-menu-item-set):after
    {
        content: "";
        display: inline-block;
        background: url('https://files.erp321.com/img/menu_tag_new.gif') no-repeat;
        background-size: contain;
        height: 14px;
        width: 28px;
        vertical-align: middle;
        transform: translateY(-2px);
    }

.side-menu-item.hot:not(.side-menu-item-set):after
{
    content: "";
    display: inline-block;
    background: url('https://files.erp321.com/img/menu_tag_hot.gif') no-repeat;
    background-size: contain;
    height: 14px;
    width: 28px;
    vertical-align: middle;
    transform: translateY(-2px);
}

.animImage
{
    animation-name: imageAnim;
    animation-duration: 1s;
    animation-iteration-count: 6;
    animation-direction: alternate;
    animation-timing-function: ease;
    animation-play-state: running;
}

@keyframes imageAnim
{
    0%
    {
        opacity: 1;
    }

    50%
    {
        opacity: 0.5;
    }

    100%
    {
        opacity: 0;
    }
}

.side-menu-b-web-full {
    background-color: transparent;
}

.side-menu-b-web-full::before {
    display: none;
}

.side-menu-b-web-full::after {
    display: none;
}