﻿@charset "utf-8";

html {
    height: 100%;
}

body {
    /*min-height: 100%;*/
    position: relative;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}

a {
    color: #333;
}

    a:hover, a:focus, .maincolor, .maincolor a {
        color: #06c;
    }

.bg-1 {
    background-color: #f5fafe;
}

h4 {
    line-height: 30px;
}

[type=checkbox] {
    line-height: normal;
    margin-top: -3px;
    width: 20px;
    height: 16px;
}

[type=radio] {
    line-height: normal;
    margin-top: -3px;
    width: 20px;
    height: 16px;
}
/*页面框架*/
.Hui-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 44px;
    z-index: 999;
    padding: 0 15px;
}

.Hui-aside {
    border-right: 1px solid #e5e5e5;
}

.Hui-article-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 220px;
    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;
}

.fixed-page .Hui-article-box {
    left: 245px;
}

.page-container {
    padding: 5px;
    height: calc(100% - 30px);
}
/*@media (max-width: 767px) {
	.page-container{ padding:15px}
}*/
/*组件*/
/*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}
.menu_mini {position: fixed;left: 0px;width: 60px;background-color: #eee;display: none;text-align:center;}
.menu_mini li {background-color:#eee;}*/
/*选项卡导航*/
.Hui-tabNav-wp {
    position: relative;
    height: 35px;
    overflow: hidden;
}

.Hui-tabNav,
.Hui-tabNav .acrossTab li, .Hui-tabNav .acrossTab li em {
    background-image: url(../images/acrossTab/acrossTab-2.png);
}

.Hui-tabNav {
    height: 35px;
    display:flex;
    background-color: #E2E2E2;
    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;
            }

.loadings {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.show_iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

    .show_iframe iframe {
        position: absolute;
        bottom: 0;
        height: 100%;
        width: 100%;
        min-width: 1000px;
      
    }
.Hui-tabNav-more-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
}

.Hui-tabNav-fixed {
    height: 35px;
    width: 260px;
    display: flex;
    justify-content: space-between;
}

.Hui-fixbar-box {
    display: flex;
    align-items: center;
}
/*.Hui-tabNav-fixed .Hui-tabNav-ul {width:100%;}
.Hui-tabNav-ul li {float:right;padding-right:5px;width:30px;}*/
.Hui-tabNav-fixed .Hui-fixbar-box .fixbar-item {
    /*width: 60px;*/
    padding: 0 5px;
    text-align: center;
    text-decoration:none;
    display:flex;
    align-items:center;
    cursor:pointer;
}
/*面包屑导航*/
.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;
        }

/*自定义菜单*/



/* 你自己的样式 */
body, html {
    height: 100%;
    background: #E2E2E2;
}

p {
    margin: 0;
}

body, ul {
    margin: 0;
    padding: 0;
}

body {
    font: 14px "微软雅黑","宋体","Arial Narrow",HELVETICA;
    -webkit-text-size-adjust: 100%;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.container_center {
    background: #fff;
    /*padding: 10px;*/
    border-radius: 2px;
    height: 100%;
    overflow: auto;
}

.cont_wrap {
    height: 100%;
    width: 100%;
}
/*时间快捷选择*/
.se_datetab_item {
    margin-right: 7px !important;
}

    .se_datetab_item .search_input_width {
        width: 260px !important;
    }

.se_date_item .search_input_width {
    width: 295px !important;
}

.tabBarBtn {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #20a5ff;
}

    .tabBarBtn span {
        display: inline-block;
        width: 60px;
        height: 29px;
        line-height: 29px;
        text-align: center;
        border: none;
        cursor: pointer;
        color: #1a85e5;
        border: none !important;
    }

    .tabBarBtn .select {
        background-color: #1a85e5;
        color: #ffffff;
    }

.row_input select {
    border: solid 1px #ddd;
}

/*搜索条件样式*/
.search_box {
    margin-bottom: 5px;
}

.search_input_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.search_box .search_item {
    margin-right: 17px;
    min-width: 250px;
    padding: 2px 0;
}

.search_but_item {
    display: flex;
}

.search_item_name {
    display: inline-block;
    width: 70px;
    text-align: right;
}

.search_input_width {
    width: 165px;
}

.dateBox input {
    width: 100px;
}

.button_query {
    width: 120px;
    height: 35px;
    color: #fff;
    background: linear-gradient(to right, #29acec, #167ce3);
    border: 1px solid #fff !important;
}

.button_span {
    width: 110px;
    height: 30px;
    border: none;
    font-size: 15px;
    display: inline-block;
    background: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    font-size: 15px;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
}

    .button_span i {
        font-weight: 900;
        margin-right: 10px;
    }

.button_color1 {
    color: #32B55D;
    border: 1px solid #32B55D;
}

    .button_color1:hover {
        background: #32B55D;
        color: #fff;
    }

.button_color2 {
    color: #65AEFF;
    border: 1px solid #65AEFF;
}

    .button_color2:hover {
        background: #65AEFF;
        color: #fff;
    }

.button_color3 {
    color: #198FFF;
    border: 1px solid #198FFF;
}

    .button_color3:hover {
        background: #198FFF;
        color: #fff;
    }

.button_color4 {
    color: #FD4F17;
    border: 1px solid #FD4F17;
}

    .button_color4:hover {
        background: #FD4F17;
        color: #fff;
    }

.button_color5 {
    color: #F59346;
    border: 1px solid #F59346;
}

    .button_color5:hover {
        background: #F59346;
        color: #fff;
    }

.button_color6 {
    color: #FF0000;
    border: 1px solid #FF0000;
}

    .button_color6:hover {
        background: #FF0000;
        color: #fff;
    }

.table_box {
    position: relative;
    overflow: auto;
}

/*分页*/
.foot_page_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
}

.paging_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pageshow_bumber {
    width: 30px;
    position: relative;
    cursor: pointer;
}

    .pageshow_bumber:hover .pageshow_box {
        display: block;
    }

    .pageshow_bumber .pageshow_box {
        position: absolute;
        padding: 10px;
        width: 130px;
        bottom: 16px;
        left: -22px;
        background: white;
        z-index: 200;
        box-shadow: 0px -5px 15px #d8d8d8;
        display: none;
    }

    .pageshow_bumber ul {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .pageshow_bumber p {
        color: #9a9a9a;
        font-size: 13px;
        text-align: center;
        padding: 5px;
    }

    .pageshow_bumber ul li {
        font-size: 14px;
        color: #198fff;
        border: 1px solid #198fff;
        margin-top: 3px;
        width: 25px;
        padding: 3px;
        text-align: center;
    }

        .pageshow_bumber ul li.empty {
            opacity: 0;
        }

        .pageshow_bumber ul li.active {
            color: #fff;
            background: #198fff;
        }

        .pageshow_bumber ul li:hover {
            color: #fff;
            background: #198fff;
        }

.paging_now {
    position: relative;
    background: #fff;
    padding: 8px;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
}

.next_but_box {
}

    .next_but_box span {
        display: inline-block;
        padding: 5px;
        background: #fff;
        border-radius: 3px;
        cursor: pointer;
        margin: 5px;
    }

        .next_but_box span:hover {
            background: #D7E6FE;
            color: #1984e4;
        }

.paging_now .drop_down {
    position: absolute;
    background: #fff;
    z-index: 90;
    left: 0px;
    overflow: auto;
    top: 0px;
    box-shadow: 0px -5px 15px #d8d8d8;
}

    .paging_now .drop_down li {
        width: 90px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        text-indent: -16px;
    }

        .paging_now .drop_down li.active {
            background: #D7E6FE;
            color: #1984e4;
        }

        .paging_now .drop_down li:hover {
            background: #D7E6FE;
            color: #1984e4;
        }

.paging_wrap .data_num {
    font-weight: 900;
}
/*遮罩层*/
.mask_bg {
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0,0);
    /*background: rgb(165 166 173 / 40%);*/
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
/*暂无数据*/
.no_data_box {
    padding: 100px;
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .no_data_box i {
        font-size: 35px;
        margin-right: 10px;
    }

.load-text {
    position: absolute;
    top: 59%;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #dadada;
}
/*备注*/
.Be_Careful {
    text-align: center;
    position: fixed;
    bottom: 25px;
    width: 100%;
}

.minbut_width {
    min-width: 89px;
}

/*表格左边的操作*/
.table_left_box {
    height: calc(100% - 20px);
    border: 1px solid #e6e6e6;
    width: 20%;
    margin-right: 10px;
}

.tabswitch {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 8.5px 0px;
    border-bottom: 1px solid #e6e6e6;
}

    .tabswitch span:not(:last-child) {
        border-right: 1px solid #e6e6e6;
    }

    .tabswitch span {
        width: 50%;
        text-align: center;
        font-weight: 900;
        cursor: pointer;
    }

    .tabswitch .active {
        color: #297ACB;
    }

.table_left_box .tab_left_list {
    display: flex;
    width: 100%;
}

.table_left_box .tree_box {
    width: 100%;
}

.li_checked, .tree_box li:hover {
    background-color: #f0f4fb;
    color: #0067ce;
}

.tree_box li {
    list-style: none;
    text-align: left;
    line-height: 30px;
    padding: 5px;
    padding-left: 20px;
    cursor: pointer;
}

/*表格右边的操作*/
.right_box {
    width: 25%;
    height: 100%;
    margin-left: 10px;
}


    .right_box p {
        padding: 8px;
        font-weight: 900;
        border-bottom: 1px solid #e6e6e6;
    }

.box_from {
    height: calc(100% - 120px);
    overflow: auto;
    border: 1px solid #e6e6e6;
    border-top: none;
}

.rtbox_foot_but {
    margin-top: 15px;
}

.updet_tle {
    display: flex;
    align-items: center;
    font-weight: 900;
    border: 1px solid #e6e6e6;
    justify-content: space-between;
    background: #fff;
}

.icon-f-xuanze {
    position: absolute;
    right: 8px;
    top: 8px;
    color: #5a98de;
    cursor: pointer;
}

    .icon-f-xuanze:hover {
        color: #20a5ff;
    }
/*表单*/
.form_box {
    height: calc(100% - 120px);
    overflow: auto;
    border: 1px solid #e6e6e6;
    border-top: none;
}

    .form_box .row_input {
        margin: 12px;
        display: flex;
        align-items: center;
        height: 30px;
    }

.bottom_btn_box {
    width: 100%;
    margin: 15px auto;
    text-align: center;
}

    .bottom_btn_box .btn {
        margin-left: 15px;
    }

.footer_btn_box {
    width: 100%;
    margin: 15px auto;
    text-align: center;
    position: fixed;
    bottom: 0;
}

    .footer_btn_box .btn {
        margin-left: 15px;
    }


#msgBox {
    display: block !important;
    width: 97% !important;
    border: 9px solid #fff !important;
}
/*弹出层标题样式*/
.layer_btn_back {
    width: 100px;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
}

.layer_content_title {
    font-weight: 900;
    display: inline-block;
    text-align: center;
    width: calc(100% - 144px);
}

/*修改浏览器滚动条样式*/
/*::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8;
}

::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(0,0,0,0.1);
    -webkit-box-shadow: -2px 0 0 #fff inset,1px 0 0 #fff inset,0 -1px 0 rgba(255,255,255,0.9) inset,0 1px 0 rgba(255,255,255,0.9) inset;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0,0,0,0.4);
    }

    ::-webkit-scrollbar-thumb:active {
        background: rgba(0,0,0,0.6);
    }*/

/*load效果*/
.loader_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .loader_box .loader_txt {
        text-align: center;
        color: #2469d4;
    }

[class*="loader-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    /*color: inherit;*/
    vertical-align: middle;
    pointer-events: none;
    font-size: 48px;
    color: #2469d4;
}

.loader-01 {
    border: .2em dotted currentcolor;
    border-radius: 50%;
    -webkit-animation: 1s loader-01 linear infinite;
    animation: 1s loader-01 linear infinite;
}

@-webkit-keyframes loader-01 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-01 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-02 {
    border: .2em solid transparent;
    border-left-color: currentcolor;
    border-right-color: currentcolor;
    border-radius: 50%;
    -webkit-animation: 1s loader-02 linear infinite;
    animation: 1s loader-02 linear infinite;
}

@-webkit-keyframes loader-02 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-02 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-03 {
    border: .2em solid currentcolor;
    border-bottom-color: transparent;
    border-radius: 50%;
    -webkit-animation: 1s loader-03 linear infinite;
    animation: 1s loader-03 linear infinite;
    position: relative;
}

@-webkit-keyframes loader-03 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-03 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-04 {
    border: 1px solid currentcolor;
    border-radius: 50%;
    -webkit-animation: 1s loader-04 linear infinite;
    animation: 1s loader-04 linear infinite;
    position: relative;
}

    .loader-04:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: -.2em;
        left: 50%;
        border: .2em solid currentcolor;
        border-radius: 50%;
    }

@-webkit-keyframes loader-04 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-04 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-05 {
    border: .2em solid transparent;
    border-top-color: currentcolor;
    border-radius: 50%;
    -webkit-animation: 1s loader-05 linear infinite;
    animation: 1s loader-05 linear infinite;
    position: relative;
}

    .loader-05:before {
        content: '';
        display: block;
        width: inherit;
        height: inherit;
        position: absolute;
        top: -.2em;
        left: -.2em;
        border: .2em solid currentcolor;
        border-radius: 50%;
        opacity: .5;
    }

@-webkit-keyframes loader-05 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-05 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-06 {
    border: .2em solid currentcolor;
    border-radius: 50%;
    -webkit-animation: loader-06 1s ease-out infinite;
    animation: loader-06 1s ease-out infinite;
}

@-webkit-keyframes loader-06 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loader-06 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.loader-07 {
    border: 0 solid transparent;
    border-radius: 50%;
    position: relative;
}

    .loader-07:before,
    .loader-07:after {
        content: '';
        border: .2em solid currentcolor;
        border-radius: 50%;
        width: inherit;
        height: inherit;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: loader-07 1s linear infinite;
        animation: loader-07 1s linear infinite;
        opacity: 0;
    }

    .loader-07:before {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .loader-07:after {
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }

@-webkit-keyframes loader-07 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loader-07 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.loader-08 {
    position: relative;
}

    .loader-08:before,
    .loader-08:after {
        content: '';
        width: inherit;
        height: inherit;
        border-radius: 50%;
        background-color: currentcolor;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: loader-08 2.0s infinite ease-in-out;
        animation: loader-08 2.0s infinite ease-in-out;
    }

    .loader-08:after {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

@-webkit-keyframes loader-08 {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes loader-08 {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.loader-09 {
    background-color: currentcolor;
    border-radius: 50%;
    -webkit-animation: loader-09 1.0s infinite ease-in-out;
    animation: loader-09 1.0s infinite ease-in-out;
}

@-webkit-keyframes loader-09 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loader-09 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.loader-10 {
    position: relative;
    -webkit-animation: loader-10-1 2.0s infinite linear;
    animation: loader-10-1 2.0s infinite linear;
}

    .loader-10:before,
    .loader-10:after {
        content: '';
        width: 0;
        height: 0;
        border: .5em solid currentcolor;
        display: block;
        position: absolute;
        border-radius: 100%;
        -webkit-animation: loader-10-2 2s infinite ease-in-out;
        animation: loader-10-2 2s infinite ease-in-out;
    }

    .loader-10:before {
        top: 0;
        left: 50%;
    }

    .loader-10:after {
        bottom: 0;
        right: 50%;
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

@-webkit-keyframes loader-10-1 {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-10-1 {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-10-2 {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes loader-10-2 {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.loader-11 {
    background-color: currentcolor;
    -webkit-animation: loader-11 1.2s infinite ease-in-out;
    animation: loader-11 1.2s infinite ease-in-out;
}

@-webkit-keyframes loader-11 {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes loader-11 {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.loader-12 {
    position: relative;
}

    .loader-12:before,
    .loader-12:after {
        content: '';
        display: block;
        position: absolute;
        background-color: currentcolor;
        left: 50%;
        right: 0;
        top: 0;
        bottom: 50%;
        box-shadow: -.5em 0 0 currentcolor;
        -webkit-animation: loader-12 1s linear infinite;
        animation: loader-12 1s linear infinite;
    }

    .loader-12:after {
        top: 50%;
        bottom: 0;
        -webkit-animation-delay: .25s;
        animation-delay: .25s;
    }

@-webkit-keyframes loader-12 {
    0%, 100% {
        box-shadow: -.5em 0 0 transparent;
        background-color: currentcolor;
    }

    50% {
        box-shadow: -.5em 0 0 currentcolor;
        background-color: transparent;
    }
}

@keyframes loader-12 {
    0%, 100% {
        box-shadow: -.5em 0 0 transparent;
        background-color: currentcolor;
    }

    50% {
        box-shadow: -.5em 0 0 currentcolor;
        background-color: transparent;
    }
}

.loader-13:before,
.loader-13:after,
.loader-13 {
    border-radius: 50%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: loader-13 1.8s infinite ease-in-out;
    animation: loader-13 1.8s infinite ease-in-out;
}

.loader-13 {
    color: currentcolor;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    top: -1em;
}

    .loader-13:before {
        right: 100%;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader-13:after {
        left: 100%;
    }

    .loader-13:before,
    .loader-13:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: inherit;
        height: inherit;
    }

@-webkit-keyframes loader-13 {
    0%, 80%, 100% {
        box-shadow: 0 1em 0 -1em;
    }

    40% {
        box-shadow: 0 1em 0 -.2em;
    }
}

@keyframes loader-13 {
    0%, 80%, 100% {
        box-shadow: 0 1em 0 -1em;
    }

    40% {
        box-shadow: 0 1em 0 -.2em;
    }
}

.loader-14 {
    border-radius: 50%;
    box-shadow: 0 1em 0 -.2em currentcolor;
    position: relative;
    -webkit-animation: loader-14 0.8s ease-in-out alternate infinite;
    animation: loader-14 0.8s ease-in-out alternate infinite;
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    top: -1em;
}

    .loader-14:after,
    .loader-14:before {
        content: '';
        position: absolute;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        box-shadow: inherit;
        -webkit-animation: inherit;
        animation: inherit;
    }

    .loader-14:before {
        left: -1em;
        -webkit-animation-delay: 0.48s;
        animation-delay: 0.48s;
    }

    .loader-14:after {
        right: -1em;
        -webkit-animation-delay: 0.16s;
        animation-delay: 0.16s;
    }

@-webkit-keyframes loader-14 {
    0% {
        box-shadow: 0 2em 0 -.2em currentcolor;
    }

    100% {
        box-shadow: 0 1em 0 -.2em currentcolor;
    }
}

@keyframes loader-14 {
    0% {
        box-shadow: 0 2em 0 -.2em currentcolor;
    }

    100% {
        box-shadow: 0 1em 0 -.2em currentcolor;
    }
}

.loader-15 {
    background: currentcolor;
    position: relative;
    -webkit-animation: loader-15 1s ease-in-out infinite;
    animation: loader-15 1s ease-in-out infinite;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    width: .25em;
    height: .5em;
}

    .loader-15:after,
    .loader-15:before {
        content: '';
        position: absolute;
        width: inherit;
        height: inherit;
        background: inherit;
        -webkit-animation: inherit;
        animation: inherit;
    }

    .loader-15:before {
        right: .5em;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .loader-15:after {
        left: .5em;
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

@-webkit-keyframes loader-15 {
    0%, 100% {
        box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
    }

    50% {
        box-shadow: 0 -.25em 0 currentcolor, 0 .25em 0 currentcolor;
    }
}

@keyframes loader-15 {
    0%, 100% {
        box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
    }

    50% {
        box-shadow: 0 -.25em 0 currentcolor, 0 .25em 0 currentcolor;
    }
}

.loader-16 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-perspective: 1000px;
    perspective: 1000px;
    border-radius: 50%;
}

    .loader-16:before,
    .loader-16:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: inherit;
        height: inherit;
        border-radius: 50%;
        -webkit-animation: 1s spin linear infinite;
        animation: 1s spin linear infinite;
    }

    .loader-16:before {
        -webkit-transform: rotateX(70deg);
        transform: rotateX(70deg);
    }

    .loader-16:after {
        -webkit-transform: rotateY(70deg);
        transform: rotateY(70deg);
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@-webkit-keyframes rotateccw {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes rotateccw {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@-webkit-keyframes spin {
    0%, 100% {
        box-shadow: .2em 0px 0 0px currentcolor;
    }

    12% {
        box-shadow: .2em .2em 0 0 currentcolor;
    }

    25% {
        box-shadow: 0 .2em 0 0px currentcolor;
    }

    37% {
        box-shadow: -.2em .2em 0 0 currentcolor;
    }

    50% {
        box-shadow: -.2em 0 0 0 currentcolor;
    }

    62% {
        box-shadow: -.2em -.2em 0 0 currentcolor;
    }

    75% {
        box-shadow: 0px -.2em 0 0 currentcolor;
    }

    87% {
        box-shadow: .2em -.2em 0 0 currentcolor;
    }
}

@keyframes spin {
    0%, 100% {
        box-shadow: .2em 0px 0 0px currentcolor;
    }

    12% {
        box-shadow: .2em .2em 0 0 currentcolor;
    }

    25% {
        box-shadow: 0 .2em 0 0px currentcolor;
    }

    37% {
        box-shadow: -.2em .2em 0 0 currentcolor;
    }

    50% {
        box-shadow: -.2em 0 0 0 currentcolor;
    }

    62% {
        box-shadow: -.2em -.2em 0 0 currentcolor;
    }

    75% {
        box-shadow: 0px -.2em 0 0 currentcolor;
    }

    87% {
        box-shadow: .2em -.2em 0 0 currentcolor;
    }
}

.loader-17 {
    position: relative;
    background-color: currentcolor;
    border-radius: 50%;
}

    .loader-17:after,
    .loader-17:before {
        content: "";
        position: absolute;
        width: .25em;
        height: .25em;
        border-radius: 50%;
        opacity: .8;
    }

    .loader-17:after {
        left: -.5em;
        top: -.25em;
        background-color: currentcolor;
        -webkit-transform-origin: .75em 1em;
        transform-origin: .75em 1em;
        -webkit-animation: loader-17 1s linear infinite;
        animation: loader-17 1s linear infinite;
        opacity: .6;
    }

    .loader-17:before {
        left: -1.25em;
        top: -.75em;
        background-color: currentcolor;
        -webkit-transform-origin: 1.5em 1em;
        transform-origin: 1.5em 1em;
        -webkit-animation: loader-17 2s linear infinite;
        animation: loader-17 2s linear infinite;
    }

@-webkit-keyframes loader-17 {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
        transform: rotateZ(0deg) translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
        transform: rotateZ(360deg) translate3d(0, 0, 0);
    }
}

@keyframes loader-17 {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
        transform: rotateZ(0deg) translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
        transform: rotateZ(360deg) translate3d(0, 0, 0);
    }
}

.loader-18 {
    position: relative;
}

    .loader-18:before,
    .loader-18:after {
        content: '';
        display: block;
        position: absolute;
        border-radius: 50%;
        border: .1em solid transparent;
        border-bottom-color: currentcolor;
        top: 0;
        left: 0;
        -webkit-animation: 1s loader-18 linear infinite;
        animation: 1s loader-18 linear infinite;
    }

    .loader-18:before {
        width: 1em;
        height: 1em;
    }

    .loader-18:after {
        width: .8em;
        height: .8em;
        top: .1em;
        left: .1em;
        -webkit-animation-direction: reverse;
        animation-direction: reverse;
    }

@-webkit-keyframes loader-18 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-18 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-19 {
    border-top: .2em solid currentcolor;
    border-right: .2em solid transparent;
    -webkit-animation: loader-19 1s linear infinite;
    animation: loader-19 1s linear infinite;
    border-radius: 100%;
    position: relative;
}

@-webkit-keyframes loader-19 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-19 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.layui_active {
    border-color: #4898d5 !important;
    background-color: #2e8ded !important;
    color: #fff !important;
}

.layui_active_cancel {
    border-color: #dedede !important;
    background-color: #f1f1f1 !important;
    color: #333 !important;
}
