html,
body {
    height: 100%;
}

body {
    /*background-color: #edeff2;*/
}

.mc-sidebar {
     width: 120px;
    height: 100%;
    background-color: #409eff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1999;
}

    .mc-sidebar .nav-list .list-item {
        position: relative;
        height: 56px;
        line-height: 56px;
        text-align: left;
        cursor: pointer;
        color: #ffffff;
        padding-left: 10px;
        font-size: 14px;
    }

        .mc-sidebar .nav-list .list-item:hover {
            background-color: #66b1ff;
        }

            .mc-sidebar .nav-list .list-item:hover .fixed-bar {
                display: block;
            }
        .mc-sidebar .nav-list .list-item.active {
            background-color: #66b1ff;
        }

        .mc-sidebar .nav-list .list-item.active .fa {
            color: #409eff;
        }

        .mc-sidebar .nav-list .list-item .fa {
            color: #bfcbd9;
        }

        .mc-sidebar .nav-list .list-item .fixed-bar {
            width: 220px;
            padding-left: 6px;
            position: absolute;
            left: 69px;
            top: 0;
            display: none;
        }

            .mc-sidebar .nav-list .list-item .fixed-bar ol {
                background-color: #409eff;
            }

                .mc-sidebar .nav-list .list-item .fixed-bar ol .fixed-item {
                    height: 56px;
                    line-height: 56px;
                    color: #fff;
                    text-align: left;
                    padding-left: 30px;
                    font-size:14px;
                }

                    .mc-sidebar .nav-list .list-item .fixed-bar ol .fixed-item:hover {
                        background-color: #66b1ff;
                    }

                    .mc-sidebar .nav-list .list-item .fixed-bar ol .fixed-item.active {
                        color: #fff;
                        background-color: #66b1ff;
                    }

.content-wrap {
    padding: 20px !important;
    left: 75px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1990;
    width: auto !important;
    height: 100%;
    overflow-y: auto;
    position: initial !important;
    /*margin-left: 130px !important;*/
    background-color: #F4F6FC !important
}
/* ���ݱ߿򼰵�����ʽ */
.post-container {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 3px 5px #efefef;
    box-shadow: 4px 3px 5px #efefef;
}
.post-container .content-wrap {
    background-color: #fff !important
}
.el-breadcrumb {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1;
}
.el-breadcrumb:after, .el-breadcrumb:before {
    display: table;
    content: "";
}

.el-breadcrumb .color_blue, .color_blue a {
    color: #409eff;
}

.cc_shouye img {
    vertical-align: baseline;
}
.el-breadcrumb__item {
    float: left;
}
.el-breadcrumb__inner, .el-breadcrumb__inner a {
    font-weight: 400 !important;
}
.el-breadcrumb__inner {
    color: #606266;
}
.el-breadcrumb__inner.is-link, el-.breadcrumb__inner a {
font-weight: 700;
text-decoration: none;
-webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
transition: color .2s cubic-bezier(.645,.045,.355,1);
color: #303133;
}
.el-breadcrumb__inner.is-link:hover, .el-breadcrumb__inner a:hover {
    color: #409eff;
    cursor: pointer;
}
.el-breadcrumb__separator {
    margin: 0 9px;
    font-weight: 700;
    color: #c0c4cc;
}
.btn.btn-v3, .main .float-left button.btn-v3 {
    background: #fff;
    color: #409EFF;
    border: 1px solid #409EFF;
    font-size: 14px !important;
}
.btn.btn-v3.btn-primary-v3, .main .float-left button.btn-v3.btn-primary-v3 {
        color: #fff;
        background-color: #409eff;
        border-color: #409eff;
    }
.btn-primary-v3:hover {
    background: #66b1ff;
    border-color: #66b1ff;
}
a.btn-v3:hover {
    color: #fff
}
.border-v3 {
    border-color: #66b1ff !important;
    color: #66b1ff !important;
}
.btn-toolbar .wrap-header {
    width: 100%;
    margin-bottom: 15px;
}
.wrap-header .form-control {
    display: initial;
    width: 86%;
    border-color: #66b1ff;
    color: #66b1ff;
}
.wrap-header .form-control + .btn-v3{
    vertical-align: initial;
}
.form-control.form-control-v3 {
    width: 1%;
    border-color: #66b1ff;
    color: #66b1ff;
}
.wrap-header .text-wrap {
    display: inline-block;
    padding-top: 8px !important;
}
.wrap-header .text-wrap .link {
    color: #1C86FD
}
.rightBox{ text-align: right;}
.wrap img{ width: 16px;height: 16px}
.btn-danger{font-size: 14px}
.hightList .wrap-header .input-group.input-group-v3 {
    width: 100%;
    margin: 0
}
.policy .wrap-header .hot_search.hot_search-v3 {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
}
.layui-input-block.layui-input-block-v3 {
    margin-left: 0;
    margin-right: 28px;
}
.btn-v3 .layui-form-checkbox {
    padding: 0 !important;
}
.filter-body .btn i {
    margin: 0;
    display: none;
}

.v30-tab.layui-tab-card {
    border: none;
    box-shadow: none;
}
.v30-tab .layui-tab-title {
    background: #F4F6FC;
    border: none;
}
.v30-tab.layui-tab-card > .layui-tab-title .layui-this:after{ border: none;}
.v30-tab .layui-btn-disabled {
    border: none;
    background: none;
}