﻿html {
    height: 100%
}

body {
    min-height: 100%;
    position: relative;
    font-size: 14px;
    color: #000;
    background-color: #fff
}

a {
    color: #000
}

    a:hover, a:focus, .maincolor, .maincolor a {
        color: #06c
    }

.bg-1 {
    background-color: #f5fafe
}

h4 {
    line-height: 30px
}

img.gallary {
    width: 80px;
}
/*页面框架*/
.Hui-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 44px;
    z-index: 999;
    padding: 0 15px
}

.logo img {
    height: 60px
}

.refresh {
    position: fixed;
    top: 2px;
    right: 17px;
    z-index: 2;
}

.is-fixed {
    position: fixed;
    top: 2px;
    z-index: 2;
}

.Hui-aside {
    overflow: auto;
    background-color: rgba(238,238,238,0.98);
    _background-color: rgb(238,238,238);
    border-right: 1px solid #e5e5e5
}

.Hui-article-box {
    position: absolute;
    top: 82px;
    right: 0;
    bottom: 0;
    left: 199px;
    overflow: hidden;
    z-index: 1;
    background-color: #fff
}

.Hui-article {
    position: absolute;
    top: 34px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    z-index: 1
}

.Hui-container {
    padding: 45px 0 0
}

.Hui-aside, .Hui-article-box, .dislpayArrow {
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s
}

.big-page .Hui-article-box, .big-page .dislpayArrow, .big-page .breadcrumb {
    left: 0px
}

.big-page .Hui-aside {
    left: -200px
}

.page-container {
}

@media (max-width: 767px) {
    .page-container {
    }
}
/*组件*/
/*logo*/

/*导航*/
#Hui-nav > ul > li {
    font-weight: normal
}

@media (max-width: 767px) {
    #Hui-nav {
        display: block;
        top: 0;
        left: 65px;
        right: 65px
    }

        #Hui-nav > ul {
            width: 100%
        }

            #Hui-nav > ul > li {
                width: 24%;
                text-align: center;
            }

                #Hui-nav > ul > li a {
                    text-align: center;
                    padding: 0
                }
}

#Hui-userbar {
    right: 20px;
    position: absolute;
    top: 0;
}

    #Hui-userbar > ul > li > a {
        padding: 0 10px
    }

#Hui-msg .badge {
    position: absolute;
    left: 19px;
    top: 4px;
    font-size: 12px;
    font-weight: normal;
    padding: 1px 5px
}
/*左侧菜单*/
.Hui-aside .menu_dropdown dl {
    margin-bottom: 0
}

.Hui-aside .menu_dropdown dt {
    display: block;
    line-height: 35px;
    padding-left: 15px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal
}

    .Hui-aside .menu_dropdown dt .menu_dropdown-arrow {
        position: absolute;
        overflow: hidden;
        top: 0;
        right: 15px;
        transition-duration: 0.3s;
        transition-property: all
    }

.Hui-aside .menu_dropdown dd {
    display: none
}

.Hui-aside .menu_dropdown dt.selected .menu_dropdown-arrow {
    transform: rotate(180deg)
}

.Hui-aside .menu_dropdown dd.selected {
    display: block;
    margin-left: 0px
}

.Hui-aside .menu_dropdown ul {
    padding: 0px
}

.Hui-aside .menu_dropdown li {
    line-height: 35px;
    overflow: hidden;
    zoom: 1
}

    .Hui-aside .menu_dropdown li a {
        padding-left: 15px;
        display: block;
        font-weight: bold;
        margin: 0
    }

        .Hui-aside .menu_dropdown li a i {
            font-weight: normal
        }

.Hui-aside .menu_dropdown dd ul {
    padding: 3px 8px
}

.Hui-aside .menu_dropdown dd li {
    line-height: 32px
}

    .Hui-aside .menu_dropdown dd li a {
        line-height: 32px;
        padding-left: 26px;
        border-bottom: none;
        font-weight: normal
    }

.Hui-aside .menu_dropdown li a:hover {
    text-decoration: none
}

.Hui-aside .menu_dropdown li.current a, .menu_dropdown li.current a:hover {
    background-color: rgba(255,255,255,0.2)
}
/*菜单收缩切换*/
.dislpayArrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 200px;
    width: 0px;
    height: 100%;
    z-index: 10
}

    .dislpayArrow a {
        position: absolute;
        display: block;
        width: 17px;
        height: 61px;
        top: 50%;
        margin-top: -30px;
        outline: none
    }

        .dislpayArrow a.open {
            background-position: 0 -61px
        }

        .dislpayArrow a:hover {
            text-decoration: none;
            background-position: right 0
        }

        .dislpayArrow a.open:hover {
            background-position: right -61px
        }

/*选项卡导航*/
.Hui-tabNav-wp {
    position: relative;
    height: 35px;
    overflow: hidden
}

.Hui-tabNav,
/*.Hui-tabNav .acrossTab li
,.Hui-tabNav .acrossTab li em{background-image:url(/Content/h-ui/images/acrossTab/acrossTab-2.png)}*/
.Hui-tabNav {
    height: 35px;
    padding-right: 75px;
    overflow: hidden;
    position: relative;
    background-color: #efeef0;
    background-repeat: repeat-x;
    background-position: 0 -175px;
}

    .Hui-tabNav .acrossTab {
        position: absolute;
        height: 26px;
        line-height: 26px;
        background: none;
        top: 8px;
        left: 0;
        padding-top: 0
    }

        .Hui-tabNav .acrossTab li {
            height: 26px;
            line-height: 26px;
        }

            .Hui-tabNav .acrossTab li em {
                right: -16px;
                height: 26px;
                width: 16px
            }

.loading {
    background: url(/Content/h-ui/images/loading.gif) no-repeat center;
    height: 100px;
}

.show_iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff
}

    .show_iframe iframe {
        position: absolute;
        bottom: 0;
        height: 100%;
        width: 100%
    }

.Hui-tabNav-more {
    position: absolute;
    right: 0px;
    width: 70px;
    top: 4px;
    display: none
}

/*面包屑导航*/
.breadcrumb {
    background-color: #f5f5f5;
    padding: 0 20px;
    position: relative;
    z-index: 99
}

@media (max-width: 767px) {
    .breadcrumb {
        padding: 0 15px;
    }

    .show_iframe {
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }
}

/*横向手机 竖向平板*/
@media (max-width: 767px) {
    .Hui-aside {
        display: none;
        float: none;
        width: 100%;
        height: auto;
        margin-top: 0;
        padding-top: 0;
        bottom: auto
    }

    .big-page .Hui-aside {
        left: 0 !important
    }

    .menu_dropdown dt {
        line-height: 44px
    }

    .menu_dropdown li, .menu_dropdown dd li, .menu_dropdown dd li a {
        line-height: 44px
    }

    .Hui-tabNav {
        position: fixed;
        z-index: 998
    }

    .Hui-article {
        top: 44px
    }

    .Hui-article-box {
        position: static;
        left: 0
    }

        .Hui-article-box .pd-20 {
            padding: 15px
        }

    .Hui-article {
        left: 0
    }

    .Hui-container .bk-gray {
        border: none
    }

    .Hui-container .pd-10 {
        padding: 0
    }
}

/*==============以下是业务相关的样式====================*/
/*权限*/
.permission-list {
    border: solid 1px #eee;
}

    .permission-list > dt {
        background-color: #efefef;
        padding: 5px 10px
    }

    .permission-list > dd {
        padding: 10px;
        padding-left: 30px
    }

        .permission-list > dd > dl {
            border-bottom: solid 1px #eee;
            padding: 5px 0
        }

            .permission-list > dd > dl > dt {
                display: inline-block;
                float: left;
                white-space: nowrap;
                width: 100px
            }

            .permission-list > dd > dl > dd {
                margin-left: 100px;
            }

                .permission-list > dd > dl > dd > label {
                    padding-right: 10px
                }

/*图片预览*/
.portfolio-area {
    margin-right: -20px;
}

    .portfolio-area li {
        position: relative;
        float: left;
        margin-right: 20px;
        width: 162px;
        height: 162px;
        margin-top: 20px;
    }

        .portfolio-area li.hover {
            z-index: 9
        }

        .portfolio-area li .portfoliobox {
            position: absolute;
            top: 0;
            left: 0;
            width: 152px;
            height: 152px;
            padding: 5px;
            border: solid 1px #eee;
            background-color: #fff;
        }

        .portfolio-area li .checkbox {
            position: absolute;
            top: 10px;
            right: 5px;
            cursor: pointer
        }

        .portfolio-area li.hover .portfoliobox {
            height: auto;
            padding-bottom: 10px;
            box-shadow: 0 1px 3px rgba(68, 68, 68,0.3);
            -moz-box-shadow: 0 1px 3px rgba(68, 68, 68,0.3);
            -webkit-box-shadow: 0 1px 3px rgba(68, 68, 68,0.3)
        }

        .portfolio-area li .picbox {
            width: 150px;
            height: 150px;
            overflow: hidden;
            text-align: center;
            vertical-align: middle;
            display: table-cell;
            line-height: 150px;
        }

            .portfolio-area li .picbox img {
                max-width: 150px;
                max-height: 150px;
                vertical-align: middle;
            }

        .portfolio-area li .textbox {
            display: none;
            margin-top: 5px;
        }

        .portfolio-area li.hover .textbox {
            display: block;
        }

        .portfolio-area li label {
            display: block;
            cursor: pointer
        }
/*==============以下是新后台相关的样式====================*/
.t_c {
    text-align: center;
}

.pb5 {
    padding-bottom: 5px;
}

img {
    border: 0;
    vertical-align: middle;
}

.v_m {
    vertical-align: middle;
}

.v_t {
    vertical-align: top;
}

body {
    margin: 0;
}

.ff {
    font-family: "微软雅黑";
}

table {
    border-collapse: collapse;
}

input {
    border: 0;
}

.mt15 {
    margin-top: 15px;
}

.f_b {
    font-weight: bold;
}

a {
    color: #000;
    text-decoration: none;
}

.c_f {
    color: #fff;
}

.c_3 {
    color: #333;
}

.l {
    float: left;
}

.r {
    float: right;
}

.bod {
    border: 1px solid #dddddd;
}

.bgcolor01 {
    background: #f5f5f5;
}

.c_6 {
    color: #666;
}

.b_t {
    border-top: 1px solid #ddd;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.pl15 {
    padding-left: 15px;
}

.pr15 {
    padding-right: 15px;
}

.mr {
    margin-right: 10px;
}

.bod_r {
    border-radius: 5px;
}

.f36 {
    font-size: 36px;
}

.f18 {
    font-size: 18px;
}

.f16 {
    font-size: 16px;
}

.f14 {
    font-size: 14px;
}

.f22 {
    font-size: 22px;
}

.f26 {
    font-size: 26px;
}

.p1 {
    padding: 1px;
}

.f12 {
    font-size: 12px;
}

.f30 {
    font-size: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.t_r {
    text-align: right;
}

.b_r {
    border-right: 1px solid #ddd;
}

.bb_d {
    border-bottom: 1px dotted #999;
}

.f32 {
    font-size: 30px;
}

.mt {
    margin-top: 10px;
}

.ml30 {
    margin-left: 30px;
}

.mr30 {
    margin-right: 30px;
}

.red {
    color: #ff3333;
}

.wrap {
    width: 100%;
    overflow: hidden;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.c_9 {
    color: #c6c6c6;
}

.ml {
    margin-left: 10px;
}

.yellow {
    color: #fff568;
}

.mt30 {
    margin-top: 30px;
}

.ml15 {
    margin-left: 15px;
}

.mt5 {
    margin-top: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl25 {
    padding-left: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pt30 {
    padding-top: 30px;
}

.mb25 {
    margin-bottom: 25px;
}

.pt10 {
    padding-top: 10px;
}

.f20 {
    font-size: 20px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pr20 {
    padding-right: 20px;
}

.c_p {
    cursor: pointer;
}

.blue {
    color: #27a9e3;
}

.red01 {
    color: #d6000f;
}

.d_n {
    display: none;
}

textarea {
    resize: none;
}

.t_d {
    text-decoration: underline;
}

.f24 {
    font-size: 24px;
}

.pr5 {
    padding-right: 6px;
}

.pl5 {
    padding-left: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pb15 {
    padding-bottom: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.ml5 {
    margin-left: 5px;
}

.br {
    border-right: 1px solid #ddd;
}

img {
    vertical-align: middle;
}

.mt17 {
    margin-top: 17px;
}

.p20 {
    padding: 20px;
}

.bgf {
    background: #fff;
}

.pt15 {
    padding-top: 15px;
}

.orange {
    color: #fd6d01;
}

.td2 {
    text-indent: 2em;
}

.green {
    color: #009933;
}

.bgcolor {
    background: #fafafa;
}

.p_r {
    position: relative;
}

.pr30 {
    padding-right: 30px;
}

.db {
    display: block;
}

.bb {
    border-bottom: 1px solid #ddd;
}

.b_l {
    border-left: 1px solid #ddd;
}

.pt25 {
    padding-top: 27px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.t_l {
    text-align: left;
}

.pl30 {
    padding-left: 30px;
}

.dnb {
    display: inline-block;
}


/*头部*/
.bgblue {
    background: #00a3fc;
}

.navbar {
    /*height:74px;*/
    background: none;
}

#Hui-userbar {
    right: 0;
}

    #Hui-userbar > ul > li > a {
        background: rgba(0,0,0,0.3);
        height: 45px;
        margin-left: 3px;
        color: #fff;
        min-width: 75px
    }

.navbar-nav > ul > li > a {
    background: rgba(0,0,0,0.3);
    height: 45px;
    color: #fff;
}


/*左侧*/

.Hui-aside {
    width: 150px;
    padding: 0 5px;
    background: none;
    border: 0;
}

    .Hui-aside .menu_dropdown dl {
        border-radius: 5px;
        background: #006da9;
        padding: 10px;
        margin-top: 8px;
    }

    .Hui-aside .menu_dropdown dt {
        border: 0;
        padding: 0;
    }

        .Hui-aside .menu_dropdown dt span {
            border-radius: 5px;
            background: #004c76;
            line-height: 30px;
            padding-left: 10px;
            color: #fff;
        }

    .Hui-aside .menu_dropdown dd li a {
        color: #fff;
        background: url(/Content/h-ui/images/home_27.png) left center no-repeat;
    }

        .Hui-aside .menu_dropdown dd li a:hover {
            background: url(/Content/h-ui/images/home_27.png) left center no-repeat;
        }
/*首页*/
.Hui-tabNav, .Hui-tabNav .acrossTab {
    height: 51px;
    background: none;
    top: 0;
    margin: 0;
    padding: 0;
}

.Hui-tabNav-wp {
    height: 51px;
}

.Hui-tabNav .acrossTab li {
    background: #0072b0;
    width: 140px;
    line-height: 51px;
    border-radius: 5px 5px 0 0;
    padding: 0;
    text-align: center;
    height: 51px;
    font-size: 16px;
    color: #fff;
    margin-right: 3px;
    display: inline-block;
    position: relative;
}

.Hui-article {
    top: 51px;
}

.acrossTab li.active {
    background: #f8f8f8;
    color: #00a3fc;
}

.Hui-article-box {
    background: none;
    left: 170px;
    top: 82px;
}

.add_up {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    border: 1px dashed #999;
    background: url(/Content/h-ui/images/jja.png) center no-repeat;
}

.news li {
    background: url(/Content/h-ui/images/home_60.png) left center no-repeat;
    padding-left: 10px;
}

.footer {
    background: #00a3fc;
}

.refrash {
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    right: 0;
    top: 5px;
    padding: 0;
    padding-top: 8px;
    border: 0;
}

/*列表页*/
.breadcrumb {
    background: #fff;
}

ul.dataTables_paginate {
    margin-top: 10px;
    height: 30px
}

div.dataTables_paginate {
    border-radius: 5px;
    border: 1px solid #dddddd;
}

.dataTables_paginate a, .dataTables_paginate span, .dataTables_info {
    padding: 5px 10px;
}

.dataTables_paginate .paginate_button, .dataTables_paginate span {
    padding: 5px 10px;
    border-right: 1px solid #ddd;
    display: inline-block
}

.tabBar {
    border-bottom: 1px solid #c0cdde;
}

    .tabBar span {
        background: #f3f6fb;
        width: 93px;
        line-height: 33px;
        border: 1px solid #c0cdde;
        border-bottom: none;
        padding: 0;
        text-align: center;
        height: 33px;
        font-size: 16px;
        font-weight: normal;
        margin-right: 5px;
    }

        .tabBar span.current {
            background: #00a3fc;
            color: #fff;
        }

.progress {
    width: 100%;
}

.sr-only {
    background: #00a3fc;
}

.p_btn {
    position: absolute;
    left: 10%;
    top: -10px;
}

.fontstyle {
    font-style: normal;
}

.acrossTab li i {
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    top: 50%;
    margin-top: -6px;
    right: 5px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    background-image: url(/Content/h-ui/images/acrossTab/acrossTab-close.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.logo {
    font-size: 40px;
    color: #fff;
}

.navbar-logo {
    width: 531px;
    height: 70px;
    background: url(/Content/h-ui/images/logo2.png) no-repeat;
    display: block;
    text-align: right;
    margin-top: 5px
}

    .navbar-logo span {
        margin: 11px 30px 0 0;
        color: #97770d;
        font-size: 12px;
        display: block
    }




.list_body {
    width: 100%;
    margin-top: 20px;
}

    .list_body ul {
        font-size: 0;
    }

        .list_body ul li {
            width: 220px;
            background: #fff;
            margin: 10px;
            position: relative;
            font-size: 16px;
            display: inline-block;
            vertical-align: top;
            overflow: hidden;
            border: 1px solid #ddd;
        }

            .list_body ul li.create {
                cursor: pointer;
            }

                .list_body ul li.create .shu {
                    width: 6px;
                    height: 100px;
                    background: #01d7b2;
                    margin: 0 auto 10px;
                }

                .list_body ul li.create .heng {
                    width: 100px;
                    height: 6px;
                    background: #01d7b2;
                    margin: 0 auto 10px;
                    position: absolute;
                    top: 47px;
                    left: 50%;
                    transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                }

                .list_body ul li.create span {
                    font-size: 14px;
                    color: #01d7b2;
                }

            .list_body ul li .top {
                position: relative;
                width: 220px;
                height: 220px;
                justify-content: center;
                display: flex;
                align-items: center;
            }

                .list_body ul li .top input {
                    position: absolute;
                    top: 10px;
                    left: 10px;
                }

                .list_body ul li .top img {
                    display: block;
                    max-width: 210px;
                    max-height: 210px;
                }

                .list_body ul li .top .status {
                    display: block;
                    position: absolute;
                    width: 120px;
                    height: 24px;
                    color: #fff;
                    font-size: 12px;
                    line-height: 24px;
                    transform: rotate(-45deg);
                    -webkit-transform: rotate(45deg);
                    background: #aaa;
                    text-align: center;
                    right: -36px;
                    top: 8px;
                }

                    .list_body ul li .top .status.status_1 {
                        background: #00a3fc;
                    }

            .list_body ul li .middle {
                padding: 8px;
                box-sizing: border-box;
                border-bottom: 1px solid #ddd;
                border-top: 1px solid #ddd;
            }

                .list_body ul li .middle p {
                    font-size: 16px;
                    color: #3f4a58;
                    line-height: 24px;
                    text-align: left;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    width: 100%;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                }

                .list_body ul li .middle .desc {
                    font-size: 0;
                }

                    .list_body ul li .middle .desc em {
                        font-size: 12px;
                        color: #a0aec4;
                        display: inline-block;
                        vertical-align: top;
                        width: 40%;
                        font-style: normal;
                        line-height: 20px;
                    }

                        .list_body ul li .middle .desc em:first-child {
                            text-align: left;
                            overflow: hidden;
                            text-overflow: ellipsis;
                        }

                        .list_body ul li .middle .desc em:last-child {
                            text-align: right;
                            width: 60%;
                        }

            .list_body ul li .bottom {
                text-align: center
            }

                .list_body ul li .bottom a {
                    display: inline-block;
                    vertical-align: top;
                    color: #00a3fc;
                    font-size: 14px;
                    line-height: 32px;
                    margin: 0 8px;
                    transition: all ease 0.2s;
                    -webkit-transition: all ease 0.2s;
                }

                    .list_body ul li .bottom a:hover {
                        text-decoration: underline;
                        color: red
                    }

.pictureSelect .ui-sortable {
    background: #f8f8f8;
    border: 1px solid #eee;
    padding: 0 0 10px 10px
}

.pictureSelect .verhead {
    padding: 10px;
}

    .pictureSelect .verhead p {
        float: left;
        line-height: 23px;
        text-align: left;
        width: 100%;
    }

.pictureSelect .vargallery {
    border-top: 1px solid #ccc;
    overflow: hidden;
}

    .pictureSelect .vargallery p {
        float: left;
        width: 100%;
    }

        .pictureSelect .vargallery p a {
            float: left;
            margin-right: 15px;
        }

        .pictureSelect .vargallery p .total {
            float: right;
        }

    .pictureSelect .vargallery ul {
        float: left;
        width: 1000px;
    }

        .pictureSelect .vargallery ul li {
            cursor: move;
            float: left;
            height: 110px;
            margin-right: 10px;
            margin-top: 10px;
            position: relative;
            text-align: center;
            width: 90px;
            list-style: none;
        }

            .pictureSelect .vargallery ul li div {
                float: left;
                height: 80px;
                width: 80px;
            }

            .pictureSelect .vargallery ul li img {
                max-height: 80px;
                max-width: 80px;
            }

            .pictureSelect .vargallery ul li .delete, .vPictures li .delete, .oPictures .delete {
                background: url("/Content/h-ui/images/sysicon.png") no-repeat scroll -3px -283px #f00;
                bottom: 5px;
                cursor: pointer;
                display: block;
                float: right;
                height: 14px;
                position: absolute;
                right: 5px;
                width: 14px;
            }

.vPictures li .delete, .oPictures .delete {
    bottom: 3px !important;
    right: 0px !important;
}

    .pictureSelect .vargallery ul li .delete:hover, .vPictures li .delete:hover, .oPictures .delete:hover {
        background-position: -3px -283px;
    }

.divCategorySelect select {
    width: 200px;
    height: 160px;
    margin-right: 20px;
}

.vPictures li {
    float: left;
    width: 45px;
    height: 40px;
    overflow: hidden;
    margin: 3px;
    position: relative;
}

    .vPictures li img {
        width: 30px;
    }

.oPictures li {
    float: left;
    overflow: hidden;
    margin: 3px;
    position: relative;
}

.oPictures li {
    width: 80px;
}

.custom-combobox {
    position: relative;
    display: inline-block;
    width: 180px;
    background-color: white
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    width: auto
}

.search-label {
    min-width: 130px;
    text-align: right;
    display: inline-block
}

.search-block {
    width: 320px
}

#menuDownload {
    z-index: 100
}
/*工具条*/
.custom-template {
    position: fixed;
    top: 250px;
    transform: translateY(-50%);
    right: -325px;
    width: 325px;
    height: max-content;
    display: block;
    z-index: 1;
    background: #ffffff;
    transition: all .3s;
    z-index: 1003;
    box-shadow: -1px 1px 20px rgba(69, 65, 78, 0.15);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all .5s;
}

    .custom-template.open {
        right: 0px;
    }

    .custom-template .custom-toggle {
        position: absolute;
        width: 45px;
        height: 45px;
        background: #007bff;
        top: 50%;
        left: -45px;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-right: 1px solid #177dff;
        cursor: pointer;
        color: #ffffff;
        box-shadow: -5px 5px 20px rgba(69, 65, 78, 0.21);
    }

        .custom-template .custom-toggle i {
            font-size: 20px;
            animation: 1.3s spin linear infinite;
        }

    .custom-template .title {
        padding: 15px;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        color: #ffffff;
        border-top-left-radius: 5px;
        border-bottom: 1px solid #ebedf2;
        background: #007bff;
    }

    .custom-template .custom-content {
        padding: 20px 15px;
        overflow: auto;
    }

    .custom-template .switcher {
        padding: 5px 0;
    }

    .custom-template .switch-block h4 {
        font-size: 13px;
        font-weight: 600;
        color: #444;
        line-height: 1.3;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .custom-template .btnSwitch {
        margin-top: 20px;
        margin-bottom: 25px;
    }

        .custom-template .btnSwitch button {
            border: 0px;
            height: 20px;
            width: 20px;
            outline: 0;
            margin-right: 10px;
            margin-bottom: 10px;
            cursor: pointer;
            padding: 0;
            border-radius: 50%;
            border: 2px solid #eee;
            position: relative;
            transition: all .2s;
        }

            .custom-template .btnSwitch button:hover {
                border-color: #0bf;
            }

            .custom-template .btnSwitch button.selected {
                border-color: #0bf;
            }

    .custom-template .img-pick {
        padding: 4px;
        min-height: 100px;
        border-radius: 5px;
        cursor: pointer;
    }

        .custom-template .img-pick img {
            height: 100%;
            height: 100px;
            width: 100%;
            border-radius: 5px;
            border: 2px solid transparent;
        }

        .custom-template .img-pick:hover img, .custom-template .img-pick.active img {
            border-color: #177dff;
        }

.demo .btn, .demo .progress {
    margin-bottom: 15px !important;
}

.demo .form-check-label, .demo .form-radio-label {
    margin-right: 15px;
}

.demo .toggle, .demo .btn-group {
    margin-right: 15px;
}

.demo #slider {
    margin-bottom: 15px;
}

.table-typo tbody > tr > td {
    border-color: #fafafa;
}

    .table-typo tbody > tr > td:first-child {
        min-width: 200px;
        vertical-align: bottom;
    }

        .table-typo tbody > tr > td:first-child p {
            font-size: 14px;
            color: #333;
        }

.demo-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    transition: all .2s;
}

    .demo-icon:hover {
        background-color: #f4f5f8;
        border-radius: 3px;
    }

    .demo-icon .icon-preview {
        font-size: 1.8rem;
        margin-right: 10px;
        line-height: 1;
        color: #333439;
    }

    .demo-icon .icon-class {
        font-weight: 300;
        font-size: 13px;
        color: #777;
    }
