﻿/*引入css样式表*/
@import url('layer.css');
@import url('font-awesome.css');
@import url('laydate.css');


@font-face {
    font-family: 'FontAwesome';
    src: url('../font/fontawesome-webfont.eot');
    src: url('../font/fontawesome-webfont.eot') format('embedded-opentype'), url('../font/fontawesome-webfont.woff2') format('woff2'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    font-family: FontAwesome !important;
}


html, html * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    font-family: 'Microsoft YaHei UI','Microsoft YaHei','Microsoft Himalaya',Arial;
    font-size: 13px;
    color: #333;
}

body {
    margin: 0px;
    background-color: #fff;
}

    body:after {
        clear: both;
    }

a {
    color: #335727;
    text-decoration: none;
    opacity: 1;
    display: inline-block;
}

    a > i {
        color: #335727;
        opacity: 1;
    }

    a:hover {
        cursor: pointer;
        color: #436f3a;
        text-decoration: underline;
    }

        a:hover i {
            color: #436f3a;
            cursor: pointer;
        }

.page-title {
    /*margin-bottom: 10px;*/
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    /*margin: 15px;*/
    /*padding-top:2px;*/
}

    .page-title .bread {
        display: inline-block;
        border-left: 3px solid #009688;
        padding-left: 15px;
    }


.form-row {
    padding-top: 6px;
    padding-bottom: 6px;
}

    .form-row > span {
        display: block;
        padding-bottom: 6px;
        font-size: 12px;
        color: #000;
        padding-left: 1px;
        transform: scale(1,1.04);
        -ms-transform: scale(1,1.04);
        -webkit-transform: scale(1,1.04);
        -moz-transform: scale(1,1.04);
        -o-transform: scale(1,1.04);
    }

    .form-row > label {
        font-size: 14px;
        display: block;
        width: 100%;
        text-align: left;
        /*font-weight: bold;*/
        padding-bottom: 5px;
        display: inline-block;
        transform: scale(1,1.04);
        -ms-transform: scale(1,1.04);
        -webkit-transform: scale(1,1.04);
        -moz-transform: scale(1,1.04);
        -o-transform: scale(1,1.04);
    }

.height25 {
    height: 25px;
    display: block;
}

.height20 {
    height: 20px;
    display: block;
}

.height15 {
    height: 15px;
    display: block;
}

.height10 {
    height: 10px;
    display: block;
}

.height5 {
    height: 5px;
    display: block;
}

.line-height22 {
    line-height: 22px;
}

.text-wrap {
    text-wrap: normal;
    word-wrap: break-word !important;
    white-space: normal !important;
}

.blod {
    font-weight: bold;
}

dd {
    margin-left: 0px;
}

hr {
    border: none;
    border-top: 1px solid #e2e2e2;
    height: 1px;
    width: 100%;
}

h3 {
    font-size: 22px;
    color: #393D49;
    font-family: Calibri;
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: 300;
}

h4 {
    font-size: 18px;
    /*color:#000;*/
    font-family: Calibri;
    margin: 0px;
}

.content-box, .content-box * {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.border-box, .border-box * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.augar5_hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999999;
    background-color: #fff;
    opacity: 0;
}

.tab {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
}

    .tab li {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        list-style: none;
        list-style-type: none;
        /*margin-right:10px;*/
    }

        .tab li a {
            display: inline-block;
            vertical-align: middle;
            font-size: 14px;
            transition: all .2s;
            -webkit-transition: all .2s;
            position: relative;
            line-height: 40px;
            height: 40px;
            /*min-width: 65px;*/
            padding: 0 4px;
            text-align: center;
            cursor: pointer;
            border-bottom: 3px solid #fff;
            color: #141414;
            margin-left: 6px;
            margin-right: 6px;
        }

            .tab li a:hover {
                text-decoration: none;
                color: #0eaa4f;
            }

            .tab li a.active {
                border-bottom-color: #0eaa4f;
                color: #0eaa4f;
            }

.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .banner .banner-item > div {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 990;
    }

        .banner .banner-item > div:first-child {
            display: block;
        }

    .banner .banner-item img {
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -960px;
    }

    .banner .banner-btn {
        display: inline-block;
        width: 50px;
        text-align: center;
        height: 50px;
        line-height: 48px;
        color: white;
        font-size: 20px;
        font-family: SimHei;
        text-decoration: none;
        position: absolute;
        z-index: 999;
        top: 50%;
        margin-top: -25px;
        border-radius: 100%;
    }

    .banner .banner-btn-left {
        left: 10px;
    }

    .banner .banner-btn-right {
        right: 10px;
    }

    .banner .banner-btn:hover {
        background: rgba(125, 125, 125, .6);
        transition: background ease-in-out .1s;
    }

    .banner .banner-dot {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 0px;
        z-index: 999;
    }

        .banner .banner-dot ul {
            display: inline-block;
        }

            .banner .banner-dot ul li {
                cursor: default;
                width: 8px;
                height: 8px;
                border-radius: 100%;
                border: none;
                margin-left: 6px;
                display: inline-block;
                margin-right: 6px;
                background-color: rgba(125, 125, 125, .6);
            }

                .banner .banner-dot ul li.active {
                    background-color: rgba(255, 255, 255, .9);
                }

                .banner .banner-dot ul li:hover {
                    background-color: rgba(255, 255, 255, .9);
                    cursor: pointer;
                }

.ui-menu {
    background-color: white;
    border: 1px solid #bbb;
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    max-height: 360px;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 100px;
    display: block;
    position: absolute;
    top: 100%;
    left: 0px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.1);
    border-top:none;
}

    .ui-menu .ui-menu-item {
        margin: 0px;
        padding: 0px;
        list-style: none;
        list-style-type: none;
        display: block;
    }

        .ui-menu .ui-menu-item > div {
            height: 24px;
            line-height: 23px;
            padding-left: 10px;
            padding-right: 10px;
            cursor: default;
            font-size: 13px;
        }

            .ui-menu .ui-menu-item > div:hover {
                background-color: #0793b9;
                color: #fff;
            }

.ui-helper-hidden-accessible {
    display: none;
}

.ui-state-active {
    background-color: #0793b9;
    color: #fff;
}



.nav {
    background-color: #393d49;
    /*border-radius: 3px;*/
    /*padding-left: 30px;*/
    /*padding-right: 30px;*/
}

    .nav ul {
        margin: 0px;
        padding: 0px;
        display: block;
    }

    .nav li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        display: inline-block;
    }

        .nav li a {
            display: block;
            padding-left: 15px;
            padding-right: 15px;
            height: 65px;
            line-height: 65px;
            color: #000;
        }

            .nav li a:hover {
                color: white;
                text-decoration: none;
            }

            .nav li a.active {
                background-color: #5fb878;
                color: white;
            }



.nav-white {
    background-color: #fff;
    border: 1px solid #eee;
}

    .nav-white li a {
        color: #000;
    }

        .nav-white li a:hover {
            color: black;
        }

        .nav-white li a.active {
            background-color: #eee;
            color: black;
        }

.nav-tree {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
}

    .nav-tree li {
        display: block;
    }

        .nav-tree li a {
            height: 38px;
            line-height: 38px;
            width: 100%;
        }

.dropdown {
    display: inline-block;
    position: relative;
    height: 24px;
    line-height: 24px;
    padding-right: 4px;
}

    .dropdown > a {
        display: inline-block;
        cursor: pointer;
    }

        .dropdown > a:hover {
            text-decoration: none;
        }

        .dropdown > a:after {
            color: #000;
            margin-left: 5px;
            content: "\f0d7";
            font-family: FontAwesome;
            font-size: 12px;
            /*margin-top: -3px;*/
        }

    .dropdown > ul {
        position: absolute;
        top: 100%;
        left: 0px;
        z-index: 10001;
        display: none;
        min-width: 110px;
        padding: 0px 0;
        margin: 6px 0 0;
        font-size: 13px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        /*border: 1px solid #b4b4b4;*/
        border: 1px solid rgba(0,0,0,.1);
        -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.175);
        box-shadow: 0 1px 2px rgba(0,0,0,.175);
        border-radius: 2px;
    }

        .dropdown > ul.right {
            right: 0px;
            left: auto;
        }

.dropdown-open {
    display: block !important;
}

.dropdown > ul > li {
    margin: 0px;
    padding: 0px;
    display: block;
}

    .dropdown > ul > li:first-child {
        margin-top: 4px;
    }

    .dropdown > ul > li:last-child {
        margin-bottom: 4px;
    }

.dropdown li.dropdown-header {
    display: block;
    padding: 3px 8px;
    font-size: 85%;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
    cursor: default;
}

.dropdown li.dropdown-separator {
    height: 1px;
    margin: 3px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown > ul > li > a {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
    font-weight: normal;
    white-space: nowrap;
    height: 26px;
    line-height: 26px;
    color: #000;
    text-align: left;
    font-size: 12px;
    /*min-width: 80px;*/
}

    .dropdown > ul > li > a i {
        color: red;
        margin-right: 2px;
        margin-left: -3px;
        font-size: 13px;
        line-height: 24px;
        width: 18px;
        text-align: center;
    }

    .dropdown > ul > li > a:hover {
        background-color: rgba(0,0,0,.1);
        cursor: pointer;
        text-decoration: none;
        color: #000;
    }

        .dropdown > ul > li > a:hover i {
            color: red;
        }
/*.dropdown > ul.right>li>a {
            text-align:right;
        }*/

.quote {
    display: block;
    border-left: 5px solid #009688;
    background-color: #f0f2f3;
    padding: 12px;
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
}

.quote-input {
    padding: initial;
    padding-left: 13px;
    padding-right: 18px;
    height: 34px;
    line-height: 35px;
    background-color: #fff;
}

.bread {
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

    .bread li {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .bread li:after {
            content: "/";
            font-size: 12px;
            color: #7f7f7f;
        }


        .bread li:last-child:after {
            content: "";
        }

        .bread li a {
            padding-left: 2px;
            padding-right: 2px;
            color: #000;
        }

            .bread li a:hover {
                color: #335727;
                cursor: pointer;
            }

        .bread li:first-child a {
            padding-left: 0px;
        }

        .bread li:last-child a {
            padding-right: 0px;
        }

        .bread li a:hover {
            text-decoration: none;
        }

        .bread li a.current {
            cursor: default;
            color: #335727;
        }

            .bread li a.current:hover {
                cursor: default;
                color: #335727 !important;
            }

.star-rate {
    display: inline-block;
}

    .star-rate i {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        color: #f05050;
        font-size: 14.5px;
    }

        .star-rate i.fa-star-o {
            color: #b6b6b6;
        }

.star-select {
}

    .star-select i:hover {
        color: #f05050;
        cursor: pointer;
    }

.table {
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 2px;
    overflow-x: auto;
}

    .table > div {
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 9px;
        width: 100%;
        text-align: left;
        background-color: #eff5f8;
    }

    .table > table {
        width: 100%;
        border: none;
        border-spacing: 0px;
    }

    .table tr {
        background-color: white;
    }

        .table tr:nth-child(2n+1) {
            background-color: #f2f2f2;
        }

        .table tr td, .table tr th {
            padding-left: 5px;
            padding-right: 5px;
            white-space: nowrap;
            text-align: left;
            font-weight: normal;
            padding-top: 9px;
            padding-bottom: 9px;
            vertical-align:middle;
            font-size:13px;
        }
                    .table tr td:first-child, .table tr th:first-child {
                padding-left: 10px;
            }
            .table tr td:last-child, .table tr th:last-child {
                padding-right: 10px;
            }

        .table tr th {
            border-top: 1px solid #e1e1e1;
            border-bottom: 1px solid #e1e1e1;
            background-color: #fff;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .table tr.no th {
            border-top: 0px solid red;
            background-color: #eff5f8;
        }

        .table tr th i {
            color: #141414;
            margin-left: 4px;
            display: inline-block;
            font-size: 12px;
        }

        .table tr td {
            line-height: 20px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow-x: hidden;
        }

            .table tr td > div {
                line-height: 20px;
            }

            .table tr td:last-child {
                text-overflow: clip;
                overflow-x: visible;
            }

            .table tr td > a {
                display: inline-block;
                margin-left: 2px;
                margin-right: 2px;
            }

        .table tr:hover {
            cursor: default;
        }

    .table .table-tip {
        display: none;
    }

        .table .table-tip td {
            background-color: #fff;
            text-align: center !important;
            color: #333;
        }

    .table tr td:last-child {
        text-align: left;
    }




.select {
    display: block;
    margin: 0px;
    padding: 0px;
    height: 34px;
    line-height: 32px;
    width: 100%;
    border: 1px solid #c6c6c6;
    background-color: #fff;
    position: relative;
    border-radius: 2px;
}

    .select > select {
        display: block;
        margin: 0px;
        padding: 0px;
        border: none;
        padding-left: 6px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 99;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        height: 32px;
        line-height: 32px;
        background-color: #fff;
        vertical-align: middle;
    }

    .select:hover {
        border-color: #009688;
    }

    .select :focus {
        border-color: #009688;
    }

    .select > select:focus {
        color: black;
    }

    .select::after {
        content: "\f0d7";
        font-family: FontAwesome;
        font-size: 12px;
        display: block;
        background-color: #fff;
        width: 20px;
        text-align: center;
        z-index: 111;
        position: absolute;
        top: 0px;
        right: 0px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        height: 32px;
        line-height: 32px;
        border: none;
    }

.input {
    display: block;
    margin: 0px;
    padding: 0px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #c6c6c6;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    text-indent: 10px;
    background-color: #fff;
    /*font-size: 13px;*/
    border-radius: 2px;
}

    .input:hover {
        border-color: #aaa;
    }

    .input:focus {
        border-color: #009688;
    }

.input-area {
    height: 92px;
    line-height: 22px;
    text-indent: 0px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.input-disable {
    cursor: not-allowed !important;
    color: #747474 !important;
}

    .input-disable:hover {
        border-color: #ccc;
    }

    .input-disable:focus {
        border-color: #ccc;
    }

.input-error {
    border-color: red;
}

    .input-error:hover, .input-error:focus {
        border-color: red !important;
    }

.input-daterange {
    position: relative;
    white-space: nowrap;
    text-indent: 0px;
    overflow: hidden;
    width: 100%;
}

    .input-daterange > input {
        display: inline-block;
        width: 50%;
        border: none;
        height: 32px;
        line-height: 32px;
        cursor: pointer;
        position: absolute;
        left: 0px;
        top: 0px;
        float: left;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    }

        .input-daterange > input:last-child {
            text-indent: 3px;
            left: 50%;
            /*text-align:right;*/
            /*padding-right:10px;*/
        }

.input-pointer {
    cursor: pointer !important;
}

.input-noborder {
    border: none;
    height: 34px;
    line-height: 34px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
}

.timeline {
    display: inline-block;
    padding-left: 85px;
}

    .timeline > div {
        text-align: left;
        border-left: 3px solid #4eaa4c;
    }

    .timeline .timeline-head {
        height: 36px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 100%;
        line-height: 36px;
        background-color: #4eaa4c;
        color: white;
        margin-left: -85px;
        margin-bottom: 40px;
        min-width: 170px;
        display: inline-block;
    }

    .timeline .timeline-item {
        white-space: nowrap;
        margin-left: -85px;
    }

        .timeline .timeline-item > div {
            display: inline-block;
        }

        .timeline .timeline-item .timeline-item-date {
            width: 80px;
            text-align: right;
            padding-right: 12px;
            color: #989898;
            vertical-align: top;
            font-size: 95%;
        }

        .timeline .timeline-item .timeline-item-content {
            padding-left: 8px;
            margin-left: 10px;
            margin-bottom: 30px;
        }

        .timeline .timeline-item:last-child > div:last-child {
            margin-bottom: 0px;
        }

        .timeline .timeline-item .timeline-item-content > div:first-child {
            font-size: 95%;
            color: #989898;
        }

        .timeline .timeline-item .timeline-item-content > div:last-child {
            min-width: 260px;
            line-height: 24px;
            max-width: 400px;
            white-space: normal;
            margin-top: 6px;
            text-align: left;
            background-color: #fff;
            border: 1px solid #eee;
            padding: 5px;
            padding-right: 8px;
            padding-left: 8px;
            margin-left: -8px;
            /*padding-bottom: 3px;*/
        }

        .timeline .timeline-item:nth-child(2n) .timeline-item-content > div:last-child {
            border-color: #a0e36f;
            background-color: #a0e36f;
        }

        .timeline .timeline-item .timeline-item-point {
            height: 7px;
            width: 7px;
            vertical-align: top;
            margin-top: 3px;
            background-color: #1d7744;
            border: 1px solid #1d7744;
            border-radius:50%;
        }


.btn {
    display: block;
    margin: 0px;
    padding: 0px;
    border: 1px solid #5d9cec;
    height: 34px;
    line-height: 32px;
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #5d9cec;
    cursor: pointer;
    text-decoration: none;
    border-radius: 2px;
    padding-left:20px;
    padding-right:20px;
    transition:all .15s;
}

    .btn > i {
        color: #fff;
        display: inline-block;
        padding-right: 5px;
    }

    .btn:hover {
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
        box-shadow: none;
        transition:all .15s;
    }

        .btn:hover > i {
            color: #fff;
            transition:all .15s;
        }

.btn-white {
    border-color: #bbb;
    background-color: white;
    color: #000;
}

    .btn-white > i {
        color: #000;
        display: inline-block;
        margin-right: 5px;
    }

    .btn-white:hover {
        border-color: #009688;
        background-color: #fff;
        color: #009688;
        /*background-color:#d5e1f2;*/
        opacity: 1;
    }

        .btn-white:hover > i {
            color: #fff;
        }

.btn-green {
    border-color: #009688;
    background-color: #009688;
    color: #fff;
}

    .btn-green > i {
        color: #fff;
    }

    .btn-green:hover {
        opacity: 0.8;
        color: #fff;
    }

        .btn-green:hover > i {
            color: #fff;
        }

.btn-green1 {
    border-color: #2d8a53;
    background-color: #2d8a53;
    color: #fff;
}

    .btn-green1 > i {
        color: #fff;
    }

    .btn-green1:hover {
        opacity: 0.8;
        color: #fff;
    }

        .btn-green1:hover > i {
            color: #fff;
        }

.btn-blue {
    border-color: #2f7abb;
    background-color: #2f7abb;
    color: #fff;
}

    .btn-blue > i {
        color: #fff;
    }

    .btn-blue:hover {
        opacity: 0.8;
        color: #fff;
    }

        .btn-blue:hover > i {
            color: #fff;
        }

.btn-red {
    border-color: #d9544f;
    background-color: #d9544f;
    color: #fff;
}

    .btn-red > i {
        color: #fff;
    }

    .btn-red:hover {
        opacity: 0.8;
        color: #fff;
    }

        .btn-red:hover > i {
            color: #fff;
        }

.btn-gray {
    border-color: #e6e6e6;
    background-color: #e6e6e6;
    color: #000;
}

    .btn-gray > i {
        color: #000;
    }

    .btn-gray:hover {
        border-color: #ccc;
        background-color: #ccc;
        color: #000;
        opacity: 1;
    }

        .btn-gray:hover > i {
            color: #000;
        }

.btn-link {
    border: none;
    background-color: #fff;
    color: #333;
    line-height: 34px;
}

    .btn-link i {
        color: #333;
    }

    .btn-link:hover {
        color: #009688;
        opacity: 1;
        background-color: #fff;
    }

        .btn-link:hover i {
            color: #009688;
        }

.btn-yellow {
    border-color: #eea135;
    background-color: #eea135;
    color: #fff;
}

    .btn-yellow > i {
        color: #fff;
    }

    .btn-yellow:hover {
        opacity: 0.8;
        color: #fff;
    }

        .btn-yellow:hover > i {
            color: #fff;
        }

.btn-brown {
    border-color: #996d42;
    background-color: #996d42;
    color: #fff;
}

    .btn-brown > i {
        color: #fff;
    }

    .btn-brown:hover {
        opacity: 0.8;
        color: #fff;
    }

        .btn-brown:hover > i {
            color: #fff;
        }

.btn-i {
    width: 38px;
    border: none;
    padding: 0px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    border-radius: 1px;
}

    .btn-i > i {
        display: inline-block;
        font-size: 12px;
    }

.btn-radius {
    border-radius: 40px;
}

.bg-white {
    background-color: #fff !important;
}

.bg-gray-1x {
    background-color: #f2f2f2 !important;
}

.bg-gray-2x {
    background-color: #eeeeee !important;
}

.bg-gray-3x {
    background-color: #e2e2e2 !important;
}

.bg-gray-4x {
    background-color: #dddddd !important;
}



.inline-block {
    display: inline-block !important;
    width:initial;
    width:auto;
}

.block {
    display: block !important;
}

.display-none {
    display: none !important;
}

.center-block {
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.left-block {
    display: block !important;
    float: left;
}

.right-block {
    display: block !important;
    float: right;
}

.text-center {
    text-align: center !important;
    text-indent: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.font-bold {
    font-weight: bold;
}

.font-normal {
    font-weight: normal;
}

.text-small {
    font-size: 12px;
}

.text-normal {
    font-size: 13px;
}

.text-large {
    font-size: 15px;
}

.relative {
    position: relative;
}



.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-right {
    margin-right: 0px;
}

.container-left {
    margin-left: 0px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    .container-right, .container-left {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .container-right, .container-left {
        width: 100%;
    }
    .table {
        overflow-x:visible;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    .table {
        overflow-x:visible;
    }
}

.container:before,
.container:after {
    display: table;
    content: " ";
    clear: both;
}

.width100Per {
    width: 100%;
}





.row {
    margin-right: -15px;
    margin-left: -15px;
}


.row-bottom {
    padding-left: 12px;
    padding-right: 12px;
}

    .row-bottom > div {
        padding-bottom: 10px;
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    .row-bottom .row-bottom {
        margin-bottom: -10px;
    }


    .row-bottom > div.col-lg-0, .row-bottom > div.col-md-0, .row-bottom > div.col-sm-0, .row-bottom > div.col-xs-0 {
        padding-bottom: 0px;
    }

    
    .row-bottom .input {
        height: 30px;
        line-height: 28px;
    }

    .row-bottom .btn {
        height: 30px;
        line-height: 28px;
    }

    .row-bottom .select {
        height: 30px;
        line-height: 28px;
    }

        .row-bottom .select select {
            height: 28px;
            line-height: 28px;
        }

        .row-bottom .select:after {
            height: 28px;
            line-height: 28px;
        }

.row:before,
.row:after {
    display: table;
    content: " ";
    clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
    display: block;
}

.col-xs-11 {
    width: 91.66666667%;
    display: block;
}

.col-xs-10 {
    width: 83.33333333%;
    display: block;
}

.col-xs-9 {
    width: 75%;
    display: block;
}

.col-xs-8 {
    width: 66.66666667%;
    display: block;
}

.col-xs-7 {
    width: 58.33333333%;
    display: block;
}

.col-xs-6 {
    width: 50%;
    display: block;
}

.col-xs-5 {
    width: 41.66666667%;
    display: block;
}

.col-xs-4 {
    width: 33.33333333%;
    display: block;
}

.col-xs-3 {
    width: 25%;
    display: block;
}

.col-xs-2 {
    width: 16.66666667%;
    display: block;
}

.col-xs-1 {
    width: 8.33333333%;
    display: block;
}

.col-xs-0 {
    width: 0%;
    display: none;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
        display: block;
    }

    .col-sm-11 {
        width: 91.66666667%;
        display: block;
    }

    .col-sm-10 {
        width: 83.33333333%;
        display: block;
    }

    .col-sm-9 {
        width: 75%;
        display: block;
    }

    .col-sm-8 {
        width: 66.66666667%;
        display: block;
    }

    .col-sm-7 {
        width: 58.33333333%;
        display: block;
    }

    .col-sm-6 {
        width: 50%;
        display: block;
    }

    .col-sm-5 {
        width: 41.66666667%;
        display: block;
    }

    .col-sm-4 {
        width: 33.33333333%;
        display: block;
    }

    .col-sm-3 {
        width: 25%;
        display: block;
    }

    .col-sm-2 {
        width: 16.66666667%;
        display: block;
    }

    .col-sm-1 {
        width: 8.33333333%;
        display: block;
    }

    .col-sm-0 {
        width: 0%;
        display: none;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
        display: block;
    }

    .col-md-11-5 {
        width: 95.83333333%;
        display: block;
    }

    .col-md-11 {
        width: 91.66666667%;
        display: block;
    }

    .col-md-10-5 {
        width: 87.49999999%;
        display: block;
    }

    .col-md-10 {
        width: 83.33333333%;
        display: block;
    }

    .col-md-9-5 {
        width: 79.16666667%;
        display: block;
    }

    .col-md-9 {
        width: 75%;
        display: block;
    }

    .col-md-8-5 {
        width: 70.83333333%;
        display: block;
    }

    .col-md-8 {
        width: 66.66666667%;
        display: block;
    }

    .col-md-7-5 {
        width: 62.5%;
        display: block;
    }

    .col-md-7 {
        width: 58.33333333%;
        display: block;
    }

    .col-md-6-5 {
        width: 54.16666667%;
        display: block;
    }

    .col-md-6 {
        width: 50%;
        display: block;
    }

    .col-md-5-5 {
        width: 45.83333335%;
        display: block;
    }

    .col-md-5 {
        width: 41.66666667%;
        display: block;
    }

    .col-md-4-5 {
        width: 37.5%;
        display: block;
    }

    .col-md-4 {
        width: 33.33333333%;
        display: block;
    }

    .col-md-3-5 {
        width: 29.16666665%;
        display: block;
    }

    .col-md-3 {
        width: 25%;
        display: block;
    }

    .col-md-2-5 {
        width: 20.83333335%;
        display: block;
    }

    .col-md-2 {
        width: 16.66666667%;
        display: block;
    }

    .col-md-1-5 {
        width: 12.5%;
        display: block;
    }

    .col-md-1 {
        width: 8.33333333%;
        display: block;
    }

    .col-md-0-5 {
        width: 6.25%;
        display: block;
    }

    .col-md-0 {
        width: 0%;
        display: none;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
        display: block;
    }

    .col-lg-11-5 {
        width: 95.83333333%;
        display: block;
    }

    .col-lg-11 {
        width: 91.66666667%;
        display: block;
    }

    .col-lg-10-5 {
        width: 87.49999999%;
        display: block;
    }

    .col-lg-10 {
        width: 83.33333333%;
        display: block;
    }

    .col-lg-9-5 {
        width: 79.16666667%;
        display: block;
    }

    .col-lg-9 {
        width: 75%;
        display: block;
    }

    .col-lg-8-5 {
        width: 70.83333333%;
        display: block;
    }

    .col-lg-8 {
        width: 66.66666667%;
        display: block;
    }

    .col-lg-7-5 {
        width: 62.5%;
        display: block;
    }

    .col-lg-7 {
        width: 58.33333333%;
        display: block;
    }

    .col-lg-6-5 {
        width: 54.16666667%;
        display: block;
    }

    .col-lg-6 {
        width: 50%;
        display: block;
    }

    .col-lg-5-5 {
        width: 45.83333335%;
        display: block;
    }

    .col-lg-5 {
        width: 41.66666667%;
        display: block;
    }

    .col-lg-4-5 {
        width: 37.5%;
        display: block;
    }

    .col-lg-4 {
        width: 33.33333333%;
        display: block;
    }

    .col-lg-3-5 {
        width: 29.16666665%;
        display: block;
    }

    .col-lg-3 {
        width: 25%;
        display: block;
    }

    .col-lg-2-5 {
        width: 20.83333335%;
        display: block;
    }

    .col-lg-2 {
        width: 16.66666667%;
        display: block;
    }

    .col-lg-1-5 {
        width: 12.5%;
        display: block;
    }

    .col-lg-1 {
        width: 8.33333333%;
        display: block;
    }

    .col-lg-0-5 {
        width: 6.25%;
        display: block;
    }

    .col-lg-0 {
        width: 0%;
        display: none;
    }
}

.shadow {
    box-shadow: 0px 0px 30px #333;
}



/*自动加载进度条*/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #009688;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 1px;
}

.highcharts-credits {
    display: none !important;
}

.highcharts-axis-title {
    font-size: 12px !important;
}

.highcharts-title *, .highcharts-title {
    font-size: 13px !important;
}

.highcharts-legend *, .highcharts-legend {
    font-weight: normal !important;
    font-size: 12px !important;
}

.highcharts-tooltip * {
    font-size: 13px !important;
}


.aspnetpager {
    display: block;
    float: right;
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: right;
}

    .aspnetpager a, .aspnetpager span {
        display: inline-block;
        height: 22px;
        padding-left: 8px;
        padding-right: 8px;
        border: 1px solid #bbb;
        text-align: center;
        line-height: 20px;
        color: #000;
        font-size: 12px;
        margin-left: 3px !important;
        margin-right: 0px !important;
    }

        .aspnetpager a:hover {
            border-color: #009688;
            text-decoration: none;
            color: #009688 !important;
        }

        .aspnetpager span.cpb {
            background-color: #009688;
            border-color: #009688;
            color: #fff;
        }

    .aspnetpager > a:last-child {
        margin-right: 0px !important;
    }

    .aspnetpager input[type=text] {
        display: none;
    }

    .aspnetpager input[type=submit] {
        display: none;
    }
    
input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

    input[type="checkbox"] + label {
        cursor: pointer;
        height: 1em;
        line-height: 1em;
    }

        input[type="checkbox"] + label::before {
            margin: 0px;
            padding: 0px;
            content: "\a0";
            display: inline-block;
            vertical-align: top;
            width: 1.154em;
            height: 1.154em;
            line-height: 1.154em;
            margin-right: .4em;
            background-color: #fff;
            transition: .2s;
            border: 1px solid #999;
            text-align: center;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
        }

    input[type="checkbox"]:checked + label::before {
        content: "\2714";
        color: #fff;
        line-height: 12px;
        background-color: #009788;
        border-color: #009788;
    }
    
.switch {
    display: inline-block;
    width: 2.5em;
    height: 1em;
    font-size:20px;
}
    .switch * {
        font-size:18px;
    }

    .switch::before, .switch::after {
        clear: both;
    }

    .switch label {
        position: relative;
        display: inline-block;
        height: 1em;
        cursor: pointer;
        background: #ccc;
    }

        .switch label::after {
            position: absolute;
            content: '';
            width: 0.7em;
            height: 0.7em;
            top: 0.15em;
            left: 0em;
            margin-left: 0.17em;
            transition: .3s;
            background: #ccc;
            transition:all .3s;
        }

        .switch label::before {
            position: absolute;
            content: '';
            width: 2.5em !important;
            height: 1em !important;
            transition: .3s;
            background: #fff !important;
            border: 1px solid #ccc !important;
            content: '';
            margin-right: 0px !important;
        }

    .switch input:checked + label::after {
        background: #fff;
    }

    .switch input:checked + label::before {
        background-color: #009788 !important;
        content: '';
        border: 1px solid #009788 !important;
    }

    .switch input:checked + label::after {
        margin-left: 1.65em;
        transition:all .3s;
    }


    .switch.switch-circle {
    }

        .switch.switch-circle label::after {
            border-radius: 0.854em !important;
        }

        .switch.switch-circle label::before {
            border-radius: 1.154em !important;
        }