body{
    font: 12px/1.5 tahoma, arial, 'PingFang SC', 'Microsoft Yahei', sans-serif;
}
body:focus{
    outline: none;
}
a,a:hover,a:visited,a:focus{
    text-decoration: none;
    background-color: transparent;
    color: #3794e3;
}
em, i {
    font-style: normal;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
}
b, strong {
    font-weight: bold;
}
dd, h1, h2, h3, h4, h5, li, ol, p, ul {
    margin: 0;
    padding: 0;
}
li, ul {
    list-style: none;
}
td, th {
    padding: 0;
}
.header{
    position: relative;
    min-width: 1250px;
}
.header-bar{
    position: relative;
    padding: 0 70px;
    background: #fff;
}
.header-bar:before,.header-bar:after,.top-nav:before,.top-nav:after {
    display: table;
    content: "";
}
.header-bar:after,.top-nav:after {
    clear: both;
}
.logo{
    float: left;
    margin: 10px 0;
}
.header .company > *{
    display: inline-block;
    vertical-align: middle;
}
.company{
    float: left;
    height: 60px;
    font-size: 0;
    line-height: 60px;
}
.split{
    margin: 0 18px;
    height: 40px;
    border-left: 1px solid #c5c5c5;
}
.company>span{
    font-weight: bold;
    color: #3a3939;
    font-size: 18px;
}
.user-box{
    float: left;
    margin-left: 60px;
    height: 60px;
}
.logout{
    position: absolute;
    top: 0;
    right: 70px;
    font-size: 16px;
    line-height: 40px;
}
.user-name{
    position: relative;
    float: left;
    font-size: 15px;
    padding: 10px 24px 10px 0;
    line-height: 40px;
}
.logout a{
    display: block;
    color: #555;
}




/*top-nav*/
.top-nav{
    position: relative;
    width: 100%;
    background: #447ed9;
    color: #fff;
    font-size: 17px;
    line-height: 50px;
}
#btn_pop_sidebar.sidebar-toggle{
    left: 0;
    background: #4c8aeb;
    cursor: pointer;
}
.sidebar-toggle,.top-nav-menu{
    position: absolute;
    top: 0;
    height: 100%;
}
.sidebar-toggle div{
    position: relative;
    margin: -1px 14.5px 0;
    width: 21px;
    height: 2px;
    background: #fff;
}
.top-nav-menu{
    left: 50px;
    width: 210px;
    text-align: center;
}
.top-nav-menu .app-btn{
    display: block;
    height: 100%;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
}
.app-btn .top-nav-menu .app-btn:hover {
    background: #4c84db;
}
.app-btn .text{
    position: relative;
    display: inline-block;
    padding-right: 14px;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text>em{
    position: absolute;
    top: 24px;
    right: 0;
    display: block;
    border-width: 4px 4px 0;
    border-style: solid;
    border-color: #fff transparent;
}

.top-nav-menu.on .app-list {
    display: block;
}

.top-nav-menu .app-list {
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    text-align: left;
    font-size: 12px;
}

.top-nav-menu .search {
    position: relative;
    border-bottom: 1px solid #e3e3e3;
}

.top-nav-menu .search input {
    display: block;
    padding: 6px 40px 6px 10px;
    width: 160px;
    border: none;
}

input[type="password"]:focus, input[type="text"]:focus, textarea:focus {
    outline: 0;
    border-color: #4ca1d9;
}

.input_medium[type="text"], input[type="text"] {
    width: 150px;
}

input[type="text"] {
    transition: border .2s linear,box-shadow .2s linear;
}

input[type="password"], input[type="text"], textarea {
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 6px;
    /* font-size: 12px; */
    min-height: 30px;
    background-color: #fff;
    color: #555;
}

input[type="text"], textarea {
    border: 1px solid #d4d4d4;
    border-radius: 2px;
}

.button, .label, .ui_buttons, .ui_buttons .tool_date, .ui_checkboxs, .ui_step b, .ui_step i, input, input[type="number"], input[type="password"], input[type="text"], select, textarea {
    vertical-align: middle;
}

.select-xlarge, input[type="text"], textarea {
    -webkit-transition: border .2s linear,box-shadow .2s linear;
}

input {
    line-height: normal;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.top-nav-menu .search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent url("../img/sprite.png") no-repeat 8px 8px;
    text-indent: -9999px;
    cursor: pointer;
}




.top-nav-list{
    margin-left:260px;
}
.top-nav-list>a{
    float: left;
    padding: 0 40px;
    height: 50px;
    color: #cfe2ff;
    line-height: 50px;
    cursor: pointer;
}
.top-nav-list>a span{
    display: block;
    margin-top: 10px;
    padding: 0 8px;
    line-height: 30px;
}
.top-nav-list > a.cur, .top-nav-list > a:hover {
    color: #fff;
}
.top-nav-list>a.cur span,.top-nav-list>a:hover span{
    border-bottom: 2px solid #fff;
}




#content {
    position: relative;
    min-width: 1250px;
    background: #f1f1f1;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}

.sidebar {
    position: absolute;
    left: 0;
    overflow: auto;
    width: 239px;
    height: 100%;
    border-right: 1px solid #e1e1e1;
    background: #fff;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

    .side-list {
        margin-bottom: 30px;
    }

    .side-list .item > a {
        position: relative;
        height: 44px;
        color: #333;
        line-height: 44px;
    }

    .side-list a {
        display: block;
        background: #fff;
    }

    .side-list a:hover {
        background: #f5f5f5;
    }

    .sidebar a {
        transition: background .2s;
    }
        .side-list .icon-wp {
            float: left;
            padding: 0 2px 0 20px;
            width: 40px;
            color: #bababa;
            text-align: center;
            box-sizing: content-box;
        }
            .side-list .item > a i {
                display: inline-block;
                vertical-align: middle;
            }
            .cur .side_i_trend {
                background-image: url("../img/slice/icon/data_sign_cur.png");
            }
            .side_i_trend {
                width: 20px;
                height: 20px;
                background-image: url("../img/slice/icon/data_sign_notcur.png");
            }
        .side-list .text {
            vertical-align: middle;
            font-size: 15px;
        }
        .side-list .show .arrow, .side-list .cur .arrow, .small-sidebar .arrow {
            right: 30px;
            margin-top: -3.5px;
            width: 11px;
            height: 7px;
            background-image: url("../img/slice/icon/side_arrow_show.png");
        }
        .side-list .cur .arrow {
            background-image: url("../img/slice/icon/side_arrow_cur.png");
        }
        .side-list .arrow {
            position: absolute;
            top: 50%;
            right: 31.5px;
            margin-top: -5.5px;
            width: 7px;
            height: 11px;
            background-image: url("../img/slice/icon/side_arrow_hide.png");
        }

    .show .side-sub-list {
        display: block;
    }
    .side-sub-list {
        display: none;
        margin-bottom: 6px;
    }
        .side-list .sub-item > a {
            color: #666;
            text-indent: 63px;
            line-height: 30px;
        }
        .side-list .cur > a {
            background: #fff;
            color: #447ed9;
        }



.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
}

.mCSB_scrollTools {
    position: absolute;
    width: 5px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
}

/*.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {*/
.sidebar .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 5px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(55,148,227,.7);
}

.sidebar .mCSB_inside>.mCSB_container {
    margin-right: 0px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
}






#main {
    margin-left: 240px;
    padding-bottom: 20px;
}
#main > .mod_header {
    z-index: 17;
}
.mod_header {
    z-index: 9;
    padding: 12px 0;
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
}
.mod_header, .mod_header .group_switch {
    position: relative;
}

    .mod_header .title {
        padding: 0 70px 0 20px;
        height: 30px;
    }
    .mod_header .title, .ui_file_add, .ui_file_add input, .ui_form_txt {
        line-height: 30px;
    }
        .mod_header .title h2, .mod_header .title h3 {
            display: inline-block;
            vertical-align: middle;
            font-weight: 700;
            font-size: 18px;
            line-height: 24px;
        }
        .mod_help {
            position: relative;
            display: inline-block;
            margin-left: 3px;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background-color: #87a0b6;
            color: #333;
            vertical-align: middle;
            text-align: center;
            line-height: 16px;
            /* z-index: 3; */
        }

            .mod_help a, .mod_help a:hover {
                display: block;
                color: #fff;
                text-decoration: none;
                font-weight: 700;
            }
            .mod_help:hover .help_content {
                display: block;
            }
            .mod_help .help_content {
                position: absolute;
                top: 0;
                left: 20px;
                z-index: 1;
                display: none;
                padding: 0 3px;
                height: 16px;
                border: 1px solid #c8c7b6;
                border-radius: 3px;
                background: #fffdca;
                box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
                color: #c09853;
                white-space: nowrap;
                font-size: 12px;
                line-height: 16px;
            }

    .mod_header .content {
        clear: both;
        padding-right: 20px;
    }

.mod_basic {
    margin: 20px 68px 0 20px;
    border: 1px solid #e1e1e1;
    background: #fff;
}
    .mod_basic > .title {
        position: relative;
        min-height: 40px;
        border-bottom: 1px solid #d8d8d8;
        background: #f9f9f9;
        font-size: 12px;
        line-height: 0;
    }
    .mod_basic > .title::after {
        display: block;
        visibility: hidden;
        overflow: hidden;
        width: 0;
        height: 0;
    }
    .color_reference::after, .condition-dropdown .cf::after, .condition-dropdown-toolbar::after, .mod_basic > .content .sub_bar::after, .mod_basic > .title::after, .mod_header .group .multiple::after, .mod_header .group_switch::after, .mod_header .tabs::after, .ui_step::after, .ui_step_bar::after, .ui_step_desc::after {
        clear: both;
        content: '.';
    }
        .mod_basic > .title h3 {
            display: inline-block;
            padding-left: 20px;
            color: #333;
            vertical-align: middle;
            font-size: 16px;
            line-height: 40px;
        }

    .mod_basic > .content {
        position: relative;
        border-top: 0 none;
    }
        .ui_trendgrid {
            width: 100%;
            table-layout: fixed;
        }
        table {
            border-collapse: collapse;
            border-spacing: 0;
        }
            .ui_trendgrid td {
                border-right: 1px solid #d8d8d8;
            }
            .ui_trendgrid td.last {
                border-right: 0 none;
            }
                .ui_trendgrid_item {
                    position: relative;
                    overflow: hidden;
                    height: 100%;
                }
                    .ui_trendgrid dl {
                        position: relative;
                        z-index: 2;
                        padding: 20px 30px;
                    }
                        .ui_trendgrid dt {
                            padding-bottom: 17px;
                            font-size: 12px;
                        }
                        .ui_filter_links a, .ui_trendgrid_2 .ui_trendgrid_number, .ui_trendgrid_3 .ui_trendgrid_number {
                            margin-right: 10px;
                        }
                        .ui_trendgrid .ui_trendgrid_number {
                            position: relative;
                            margin-bottom: 10px;
                            height: 24px;
                            font-size: 30px;
                        }
                        .ui_trendgrid dd {
                            margin-top: 2px;
                            white-space: nowrap;
                            font-size: 12px;
                            line-height: 18px;
                        }
                            .ui_trendgrid_change {
                                position: absolute;
                                top: -5px;
                                display: inline;
                                color: #3186cf;
                                font-size: 18px;
                                line-height: 18px;
                            }
                            .icon_down::before {
                                content: "=>";
                            }
                            .icon_up::before {
                                content: "<=";
                            }
                            .ui_trendgrid .icon_down {
                                margin-left: 10px;
                                color: #7dbe56;
                            }
                            .ui_trendgrid .icon_up {
                                margin-left: 10px;
                                color: #f27070;
                            }
                        .ui_trendgrid_2 dd .icon_down, .ui_trendgrid_2 dd .icon_up, .ui_trendgrid_3 dd .icon_down, .ui_trendgrid_3 dd .icon_up {
                            margin-left: 0;
                        }
[class^="icon_"], [class*=" icon_"] {
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}