﻿html {
    color: #333;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizelegibility;
}

body {
    position: relative;
    font-size: 12px;
    background-color: #eee;
}

html.borderbox *, html.borderbox *:before, html.borderbox *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    margin: 0;
    padding: 0;
}

.header-categories input {
    height: 40px;
    line-height: 40px;
    width: 300px;
    border: 1px solid #fff;
    padding-left: 5px;
    vertical-align: middle;
}

.header-categories button {
    background-color: #00a2ca;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    margin-left: -5px;
    vertical-align: middle;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

body, button, input, select, textarea {
    font-family: Arial, Microsoft Yahei, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
}

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

blockquote {
    position: relative;
    color: #999;
    font-weight: 400;
    border-left: 1px solid #1abc9c;
    padding-left: 1em;
    margin: 1em 3em 1em 2em;
}

@media only screen and (max-width: 640px) {
    blockquote {
        margin: 1em 0;
    }
}

acronym, abbr {
    border-bottom: 1px dotted;
    font-variant: normal;
}

abbr {
    cursor: help;
}

del {
    text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400;
}

ul, ol {
    list-style: none;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

:root sub, :root sup {
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

a {
    color: #14a9ce;
    cursor: pointer;
}

    a:hover {
        text-decoration: underline;
    }

.typo a {
    border-bottom: 1px solid #14a9ce;
}

    .typo a:hover {
        border-bottom-color: #555;
        color: #555;
        text-decoration: none;
    }

ins, a {
    text-decoration: none;
}

u, .typo-u {
    text-decoration: underline;
}

mark {
    background: #fffdd1;
    border-bottom: 1px solid #ffedce;
    padding: 2px;
    margin: 0 5px;
}

pre, code, pre tt {
    font-family: Courier, 'Courier New', monospace;
}

pre {
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: 1em 1.5em;
    display: block;
    -webkit-overflow-scrolling: touch;
}

hr {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 0.8em;
    height: 10px;
}

small, .typo-small, figcaption {
    font-size: 0.9em;
    color: #888;
}

strong, b {
    font-weight: bold;
    color: #000;
}

[draggable] {
    cursor: move;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.textwrap, .textwrap td, .textwrap th {
    word-wrap: break-word;
    word-break: break-all;
}

.textwrap-table {
    table-layout: fixed;
}

.serif {
    font-family: Palatino, Optima, Georgia, serif;
}

.typo p, .typo pre, .typo ul, .typo ol, .typo dl, .typo form, .typo hr, .typo table, .typo-p, .typo-pre, .typo-ul, .typo-ol, .typo-dl, .typo-form, .typo-hr, .typo-table, blockquote {
    margin-bottom: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Microsoft Yahei, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
    font-weight: 100;
    color: #000;
    line-height: 1.35;
}

.typo h1, .typo h2, .typo h3, .typo h4, .typo h5, .typo h6, .typo-h1, .typo-h2, .typo-h3, .typo-h4, .typo-h5, .typo-h6 {
    margin-top: 1.2em;
    margin-bottom: 0.6em;
    line-height: 1.35;
}

.typo h1, .typo-h1 {
    font-size: 2em;
}

.typo h2, .typo-h2 {
    font-size: 1.8em;
}

.typo h3, .typo-h3 {
    font-size: 1.6em;
}

.typo h4, .typo-h4 {
    font-size: 1.4em;
}

.typo h5, .typo h6, .typo-h5, .typo-h6 {
    font-size: 1.2em;
}

.typo ul, .typo-ul {
    margin-left: 1.3em;
    list-style: disc;
}

.typo ol, .typo-ol {
    list-style: decimal;
    margin-left: 1.9em;
}

    .typo li ul, .typo li ol, .typo-ul ul, .typo-ul ol, .typo-ol ul, .typo-ol ol {
        margin-bottom: 0.8em;
        margin-left: 2em;
    }

    .typo li ul, .typo-ul ul, .typo-ol ul {
        list-style: circle;
    }

.typo table th, .typo table td, .typo-table th, .typo-table td, .typo table caption {
    border: 1px solid #ddd;
    padding: 0.5em 1em;
    color: #666;
}

.typo table th, .typo-table th {
    background: #fbfbfb;
}

.typo table thead th, .typo-table thead th {
    background: #f1f1f1;
}

.typo table caption {
    border-bottom: none;
}

.typo-input, .typo-textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

.typo-em, .typo em, legend, caption {
    color: #000;
    font-weight: inherit;
}

.typo-em {
    position: relative;
}

    .typo-em:after {
        position: absolute;
        top: 0.65em;
        left: 0;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
    }

.typo img {
    max-width: 100%;
}

.impInfo {
    color: #fc0000;
}

.warn {
    color: #ff7200;
}

.text-tip {
    font-size: 12px;
    color: #848484;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.layui-layer {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    .layui-layer .layui-layer-content {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

.layui-layer-dialog .layui-layer-content {
    padding: 0 20px !important;
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot?1462242749');
    src: url('../fonts/iconfont.eot?&1462242749#iefix') format("embedded-opentype"),url('../fonts/iconfont.woff?1462242749') format("woff"),url('../fonts/iconfont.ttf?1462242749') format("truetype"),url('../fonts/iconfont.svg?1462242749#iconfont') format("svg");
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.title-left-line {
    margin-bottom: 20px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-left: 4px solid #ff7200;
    font-size: 22px;
    color: #000;
}

    .title-left-line.green {
        border-left: 4px solid #5dad41;
    }

.title-bottom-line {
    margin-bottom: 25px;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #dadada;
}

    .title-bottom-line span {
        float: left;
        border-bottom: 2px solid #00a2ca;
        padding-bottom: 8px;
    }

.title-left-line-g {
    margin-bottom: 20px;
    padding: 0 13px;
    height: 27px;
    line-height: 27px;
    border-left: 3px solid #63b247;
    font-size: 15px;
    color: #000;
}

.title-left-line-b {
    margin-bottom: 20px;
    padding: 0 9px;
    height: 30px;
    line-height: 30px;
    border-left: 3px solid #00a2ca;
    font-size: 18px;
    color: #000;
}

.title-left-line-o {
    margin-bottom: 20px;
    padding: 0 9px;
    height: 30px;
    line-height: 30px;
    border-left: 3px solid #ff7200;
    font-size: 18px;
    color: #000;
}

.main-content {
    margin: 0 auto;
    width: 100%;
}

.site-nav {
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #008eb7;
    font-size: 12px;
}

    .site-nav .site-notice {
        float: left;
        height: 35px;
    }

        .site-nav .site-notice .more-notice {
            margin-left: 20px;
            color: #7bcee6;
        }

    .site-nav .site-nav-r-opt {
        float: right;
        font-size: 12px;
    }

        .site-nav .site-nav-r-opt li {
            float: left;
        }

            .site-nav .site-nav-r-opt li a {
                color: #fff;
            }

            .site-nav .site-nav-r-opt li:first-child {
                margin-right: 5px;
            }

                .site-nav .site-nav-r-opt li:first-child a {
                    padding-right: 5px;
                    border-right: 1px solid #ddd;
                }

            .site-nav .site-nav-r-opt li.site-reg {
                margin-right: 10px;
            }

.header-nav {
    height: 65px;
    line-height: 65px;
    background: #00A2CA;
}

    .header-nav .main-content, .header-nav .navigation-inner {
        height: 100%;
    }

    .header-nav .logo h1 {
        float: left;
        margin: 16px 25px 0 15px;
        width: 144px;
    }

    .header-nav .logo .logo-img {
        display: inline-block;
        text-indent: -1000px;
        width: 132px;
        height: 34px;
        background: url('../images/logo.png?1462242749') center center no-repeat;
        background-size: 100% 100%;
    }

    .header-nav .header-categories {
        float: left;
        height: 100%;

    }

        .header-nav .header-categories .menu {
            height: 100%;
        }

        .header-nav .header-categories li.menu-item {
            position: relative;
            float: left;
            height: 100%;
        }

            .header-nav .header-categories li.menu-item h2 {
                line-height: 65px;
            }

            .header-nav .header-categories li.menu-item a {
                display: block;
                padding: 0 10px;
                color: #fff;
                font-size: 18px;
                cursor: pointer;
            }

                .header-nav .header-categories li.menu-item a:hover {
                    text-decoration: none;
                }

            .header-nav .header-categories li.menu-item.selected, .header-nav .header-categories li.menu-item :hover {
                background: #0196bd;
            }

            .header-nav .header-categories li.menu-item.has-sub:hover {
                background: #f7fcfd;
                color: #000;
            }

                .header-nav .header-categories li.menu-item.has-sub:hover h2 {
                    background: #f7fcfd;
                }

                    .header-nav .header-categories li.menu-item.has-sub:hover h2 > a {
                        color: #000;
                        background: #f7fcfd;
                    }

                .header-nav .header-categories li.menu-item.has-sub:hover .menu-item-panel {
                    display: block;
                }

            .header-nav .header-categories li.menu-item .menu-item-panel {
                display: none;
                position: absolute;
                left: -1px;
                width: 625px;
                padding: 20px 25px;
                top: 65px;
                background: #f7fcfd;
                box-shadow: 1px 1px 2px #ddd;
            }

                .header-nav .header-categories li.menu-item .menu-item-panel .submenu-col {
                    float: left;
                    width: 195px;
                }

                    .header-nav .header-categories li.menu-item .menu-item-panel .submenu-col.col2 {
                        width: 150px;
                    }

                    .header-nav .header-categories li.menu-item .menu-item-panel .submenu-col.col3 {
                        width: 230px;
                    }

                    .header-nav .header-categories li.menu-item .menu-item-panel .submenu-col h3 {
                        margin-bottom: 5px;
                        font-size: 12px;
                        color: #00a2ca;
                    }

                        .header-nav .header-categories li.menu-item .menu-item-panel .submenu-col h3 .iconfont {
                            color: #b2bac2;
                            font-size: 16px;
                        }

                        .header-nav .header-categories li.menu-item .menu-item-panel .submenu-col h3 span {
                            color: #00a2ca;
                        }

                    .header-nav .header-categories li.menu-item .menu-item-panel .submenu-col .submenu-item {
                        margin-top: 20px;
                    }

                        .header-nav .header-categories li.menu-item .menu-item-panel .submenu-col .submenu-item:first-child {
                            margin-top: 0;
                        }

                        .header-nav .header-categories li.menu-item .menu-item-panel .submenu-col .submenu-item a {
                            padding: 0;
                        }

                    .header-nav .header-categories li.menu-item .menu-item-panel .submenu-col .submenu {
                        height: 26px;
                        line-height: 26px;
                    }

                        .header-nav .header-categories li.menu-item .menu-item-panel .submenu-col .submenu a {
                            padding-left: 18px;
                            font-size: 12px;
                            color: #000;
                        }

                            .header-nav .header-categories li.menu-item .menu-item-panel .submenu-col .submenu a:hover {
                                text-decoration: underline;
                            }

                    .header-nav .header-categories li.menu-item .menu-item-panel .submenu-col:hover {
                        background: #f7fcfd;
                    }

                    .header-nav .header-categories li.menu-item .menu-item-panel .submenu-col *:hover {
                        background: #f7fcfd;
                    }

            .header-nav .header-categories li.menu-item:hover .menu-item-panel {
                display: block;
            }

.main-wrap {
    padding-left: 230px;
}

    .main-wrap .sider-bar {
        float: left;
        margin-left: -230px;
    }

    .main-wrap .bd-content-wrap {
        float: left;
        width: 100%;
    }

        .main-wrap .bd-content-wrap .bd-content {
            padding: 20px;
        }

.sider-bar {
    width: 230px;
    border: 1px solid #e2e2e2;
    border-top: none;
    background: #f3f3f3;
    border-bottom: none;
}

    .sider-bar .sider-nav {
        background: #f3f3f3;
    }

        .sider-bar .sider-nav .sider-nav-item {
            border-top: 1px solid #dadada;
        }

            .sider-bar .sider-nav .sider-nav-item h3 a {
                display: block;
                padding: 0 15px;
                font-size: 16px;
                line-height: 66px;
                height: 66px;
                color: #000;
            }

                .sider-bar .sider-nav .sider-nav-item h3 a .iconfont {
                    float: left;
                }

                    .sider-bar .sider-nav .sider-nav-item h3 a .iconfont.arrow-down {
                        display: none;
                    }

            .sider-bar .sider-nav .sider-nav-item h3 span {
                float: left;
                margin-left: 10px;
                width: 165px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .sider-bar .sider-nav .sider-nav-item .sider-nav-s {
                display: none;
                padding-bottom: 20px;
            }

                .sider-bar .sider-nav .sider-nav-item .sider-nav-s li {
                    height: 36px;
                    line-height: 36px;
                    font-size: 14px;
                    padding: 0 40px;
                }

                    .sider-bar .sider-nav .sider-nav-item .sider-nav-s li a {
                        color: #000;
                    }

                        .sider-bar .sider-nav .sider-nav-item .sider-nav-s li a:hover {
                            text-decoration: none;
                        }

                    .sider-bar .sider-nav .sider-nav-item .sider-nav-s li.current {
                        background: #00A2CA;
                    }

                        .sider-bar .sider-nav .sider-nav-item .sider-nav-s li.current a {
                            color: #fff;
                        }

            .sider-bar .sider-nav .sider-nav-item.current .iconfont.arrow-right {
                display: none;
            }

            .sider-bar .sider-nav .sider-nav-item.current .iconfont.arrow-down {
                display: inline;
            }

            .sider-bar .sider-nav .sider-nav-item.current .sider-nav-s {
                display: block;
            }

.sider-bar-bk {
    width: 184px;
}

.main-wrap-bk {
    padding-left: 184px;
}

    .main-wrap-bk .sider-bar-bk {
        float: left;
        margin-left: -184px;
        width: 184px;
    }

    .main-wrap-bk .bd-content-wrap {
        float: left;
        width: 100%;
    }

        .main-wrap-bk .bd-content-wrap .bd-content {
            padding: 20px;
        }

.sider-bar-bk {
    height: 100%;
    background: #293038;
}

    .sider-bar-bk .sider-bar-hd {
        padding: 0 10px;
        line-height: 40px;
        font-size: 16px;
        height: 40px;
        color: #fff;
        background: #394555;
    }

        .sider-bar-bk .sider-bar-hd .iconfont {
            font-size: 16px;
        }

    .sider-bar-bk .sider-nav .sider-nav-item {
        background: #293038;
        color: #fff;
    }

        .sider-bar-bk .sider-nav .sider-nav-item h3 span {
            float: left;
            margin-left: 10px;
            width: 140px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .sider-bar-bk .sider-nav .sider-nav-item h3 a {
            display: block;
            padding: 0 10px;
            font-size: 14px;
            line-height: 40px;
            height: 40px;
            color: #fff;
        }

            .sider-bar-bk .sider-nav .sider-nav-item h3 a .iconfont {
                float: left;
            }

                .sider-bar-bk .sider-nav .sider-nav-item h3 a .iconfont.arrow-down {
                    display: none;
                }

        .sider-bar-bk .sider-nav .sider-nav-item a {
            color: #fff;
        }

            .sider-bar-bk .sider-nav .sider-nav-item a:hover {
                text-decoration: none;
            }

        .sider-bar-bk .sider-nav .sider-nav-item:hover {
            background: #22282e;
        }

        .sider-bar-bk .sider-nav .sider-nav-item .sider-nav-s {
            display: none;
            padding-bottom: 20px;
        }

            .sider-bar-bk .sider-nav .sider-nav-item .sider-nav-s li {
                height: 40px;
                line-height: 40px;
                font-size: 14px;
                padding: 0 10px 0 40px;
            }

                .sider-bar-bk .sider-nav .sider-nav-item .sider-nav-s li a {
                    color: #fff;
                }

                    .sider-bar-bk .sider-nav .sider-nav-item .sider-nav-s li a:hover {
                        text-decoration: none;
                    }

                .sider-bar-bk .sider-nav .sider-nav-item .sider-nav-s li.current {
                    background: #00A2CA;
                    border-left: 2px solid #ff7200;
                }

                    .sider-bar-bk .sider-nav .sider-nav-item .sider-nav-s li.current a {
                        color: #fff;
                    }

        .sider-bar-bk .sider-nav .sider-nav-item.current {
            background: #22282e;
        }

            .sider-bar-bk .sider-nav .sider-nav-item.current .sider-nav-s {
                display: block;
            }

            .sider-bar-bk .sider-nav .sider-nav-item.current .iconfont.arrow-right {
                display: none;
            }

            .sider-bar-bk .sider-nav .sider-nav-item.current .iconfont.arrow-down {
                display: inline;
            }

.login-ft {
    padding-top: 20px;
    padding-bottom: 35px;
    border-top: 1px solid #e5e5e5;
    font-size: 12px;
}

    .login-ft .footer-copyright {
        text-align: center;
    }

        .login-ft .footer-copyright p {
            color: #999;
            margin-top: 10px;
        }

            .login-ft .footer-copyright p:first-child {
                margin-top: 0;
            }

        .login-ft .footer-copyright .links a {
            margin-left: 15px;
            color: #666666;
        }

            .login-ft .footer-copyright .links a:first-child {
                margin-left: 0;
            }

.nav-tabs li {
    float: left;
    margin-right: 4px;
}

    .nav-tabs li a {
        display: block;
        padding: 0 25px;
        height: 50px;
        line-height: 50px;
        background: #546478;
        color: #fff;
        font-size: 16px;
        border-right: 1px solid #546478;
    }

    .nav-tabs li.active a, .nav-tabs li:hover a {
        text-decoration: none;
        border-top: 3px solid #63b247;
        background: #fff;
        color: #6b6b6b;
        border-right: 1px solid #ddd;
    }

.nav-tabs.style2 {
    background: #fff;
    border-bottom: 1px solid #cecece;
}

    .nav-tabs.style2 li {
        padding-top: 10px;
        margin-left: 1px;
    }

        .nav-tabs.style2 li:first-child {
            margin-left: 25px;
        }

        .nav-tabs.style2 li a {
            position: relative;
            top: 1px;
            height: 36px;
            line-height: 36px;
            font-size: 12px;
            border-top: 1px solid #cecece;
            border-left: 1px solid #cecece;
            border-right: 1px solid #cecece;
            color: #000000;
            background: #f0f0f0;
        }

        .nav-tabs.style2 li:hover a {
            border-top: 1px solid #00a2ca;
            color: #00a2ca;
        }

        .nav-tabs.style2 li.active a {
            border-top: 2px solid #00a2ca;
            color: #00a2ca;
            background: #fff;
        }

.tabs {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
}

    .tabs .tab-item {
        float: left;
        font-size: 14px;
        margin-right: 25px;
        color: #000;
        cursor: pointer;
    }

        .tabs .tab-item.current {
            border-bottom: 2px solid #00a2ca;
            color: #00a2ca;
            line-height: 52px;
        }

.form-kv {
    padding-left: 120px;
    margin-top: 20px;
}

    .form-kv:first-child {
        margin-top: 0;
    }

    .form-kv .form-kv-label {
        float: left;
        width: 120px;
        margin-left: -120px;
        line-height: 32px;
    }

    .form-kv .form-content {
        float: left;
        width: 100%;
        line-height: 32px;
    }

        .form-kv .form-content label.form-ck {
            margin-right: 20px;
        }

    .form-kv.leter3 {
        padding-left: 55px !important;
    }

        .form-kv.leter3 .form-kv-label {
            width: 55px !important;
            margin-left: -55px !important;
        }

    .form-kv.leter4 {
        padding-left: 65px !important;
    }

        .form-kv.leter4 .form-kv-label {
            width: 65px !important;
            margin-left: -65px !important;
        }

.pagecontent {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.sider-nav .arrow-down {
    float: right;
}

.sider-nav li {
    clear: both;
}

.bd-content-wrap1 {
    float: left;
    width: calc(100% - 520px);
    margin-left: 20px;
    overflow-y: auto;
    background-color: #fff;
}

.sideRight {
    width: 0px;
    float: left;
    display: none;
    padding-left: 20px;
}

.login-user {
    float: right;
    color: #fff;
}

    .login-user a {
        color: #fff;
    }

        .login-user a:hover {
            text-decoration: none;
        }

    .login-user .user-opt-panel {
        display: none;
        position: absolute;
        right: 80px;
        width: 200px;
        top: 35px;
        background: #fff;
        z-index: 111;
        border: 1px solid #e1e1e1;
        box-shadow: 1px 1px 2px #ddd;
        border-top: none;
    }

    .login-user:hover {
        background: #fff;
        color: #000;
    }

        .login-user:hover a {
            color: #000;
        }

        .login-user:hover .user-opt-panel {
            display: block;
        }

            .login-user:hover .user-opt-panel li {
                height: 34px;
                line-height: 34px;
            }

                .login-user:hover .user-opt-panel li a {
                    display: block;
                    padding: 0 20px;
                }

                    .login-user:hover .user-opt-panel li a .iconfont {
                        margin-right: 10px;
                    }

                .login-user:hover .user-opt-panel li.div-line {
                    height: 46px;
                    line-height: 46px;
                    border-top: 1px solid #e3e3e3;
                }

                    .login-user:hover .user-opt-panel li.div-line a {
                        padding: 0 20px;
                    }

                .login-user:hover .user-opt-panel li:hover {
                    background: #00a2ca;
                    color: #fff;
                }

                    .login-user:hover .user-opt-panel li:hover a {
                        color: #fff;
                    }

.user-message {
    float: right;
    color: #fff;
    margin-right: 5px;
    margin-top: 20px;
    background-color: orangered;
    border-radius: 5px;
    height: 20px;
    line-height: 20px;
}

    .user-message span {
        margin: 0 15px;
    }

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 3px;
    height: 10px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.contextMenu li {
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    padding: 5px;
    min-width: 100px;
    word-spacing: 8px;
}

    .contextMenu li:hover {
        border: 1px solid #0a246a;
        background-color: #b6bdd2;
    }

.contextMenu li {
    background-color: #b6bdd2;
}

.Mask {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: black;
    filter: alpha(opacity=30);
    opacity: 0.3;
    color: White;
    vertical-align: middle;
    z-index: 999;
    text-align: center;
    display: none;
}

    .Mask i {
        vertical-align: middle;
    }

li {
    list-style-type: none;
}

.MovePanel {
    position: absolute;
    border: 1px solid #617775;
    display: none;
    z-index: 99;
}

.ShowImage {
    border: 1px solid #f0f0f0;
    position: absolute;
    left: 100px;
    top: 420px;
    display: none;
}

#divFileList li {
    width: 80px;
    height: 80px;
    float: left;
    margin-left: 20px;
    text-align: center;
}

    #divFileList li img {
        width: 60px;
        height: 60px;
    }

#divTree {
    height: 100%;
    overflow-y: auto;
    width: 290px;
}

.a-upload {
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: relative;
    cursor: pointer;
    color: #888;
    background: #fafafa;
    border: 1px dashed #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 46px;
    font-weight: thiner;
    text-align: center;
}

    .a-upload input {
        position: absolute;
        font-size: 100px;
        right: 0;
        top: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
    }

    .a-upload:hover {
        color: #444;
        background: #eee;
        border-color: #ccc;
        text-decoration: none;
    }


.bigImage-upload {
    width: 100%;
    position: relative;
    cursor: pointer;
    color: #888;
    background: #fafafa;
    border: 1px dashed #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 46px;
    font-weight: lighter;
    text-align: center;
    background-size: 100% 100%;
}

    .bigImage-upload input {
        position: absolute;
        font-size: 100px;
        right: 0;
        top: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
        width: 640px;
        height: 100%;
    }

    .bigImage-upload :hover {
        color: #444;
        background: #eee;
        border-color: #ccc;
        text-decoration: none;
    }

.InputTable {
    border: solid 1px #9DB3C5;
    border-collapse: collapse;
    width: 100%;
    border-spacing: 5px;
}

    .InputTable th {
        text-align: center;
        color: #707070;
        border: solid 1px #9DB3C5;
        height: 30px;
        line-height: 30px;
    }

    .InputTable th {
        background-color: #F0F0F0;
        cursor: pointer;
    }

    .InputTable td {
        text-align: center;
        border: solid 1px #9DB3C5;
        height: 30px;
        line-height: 30px;
    }

    .InputTable input[type=checkbox] {
        border: 1px;
        width: 20px;
        height: 20px;
        display: block;
        margin-left: 5px;
    }

.tableInput {
    width: 100%;
    border: 0px;
    height: 30px;
    line-height: 30px;
    background-color: #fef5e9;
    text-align: right;
    padding-right: 5px;
}

.InputTable tr:nth-child(even) {
    background: #F5F5F5;
}

.InputTable tr:nth-child(odd) {
    background: White;
}


.FlowTime {
    margin-left: 30px;
    margin-top: 30px;
    color: #fff;
}

    .FlowTime li {
        border-left: 1px solid #09dea2;
        min-height: 70px;
        width: 575px;
        line-height: 25px;
    }

    .FlowTime h5 {
        font-size: 14px;
    }

    .FlowTime li .Item {
        width: 30px;
        margin-left: -15px;
        float: left;
        background: #fff;
        font-size: 30px;
    }

    .FlowTime li:last-child {
        border-left: 0px;
    }

    .FlowTime li .Content {
        width: 80%;
        float: left;
        background-color: #09dea2;
        min-height: 40px;
        padding: 10px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .FlowTime li aa {
        margin-left: 10px;
        margin-top: 10px;
        float: left;
        width: 0px;
        height: 0px;
        border-width: 8px 18px 8px 0;
        border-style: solid;
        border-color: transparent #09dea2 transparent transparent;
    }

.CaseInfo h5 {
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px;
}

.CaseInfo h6 {
    padding-left: 20px;
}

.CaseInfo p {
    padding-left: 20px;
}

.ImageTextList li {
    cursor: pointer;
    clear: both;
    height: auto;
}

.ImageTextList .Left {
    width: 80px;
    float: left;
    text-align: center;
}

    .ImageTextList .Left img {
        width: 40px;
        height: 40px;
        margin: 10px;
    }

.ImageTextList .Right {
    width: calc(100% - 130px);
    float: left;
}

.ImageTextList h4 {
    margin-top: 10px;
    font-size: 18px;
    color: #020c67;
}

.ImageTextList h5 {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.ImageTextList h6 {
    font-size: 12px;
    padding: 10px;
    line-height: 20px;
}

.ProTypeList h1 {
    padding-top: 20px;
    height: 60px;
    border-bottom: 1px solid #cecece;
    clear: both;
    vertical-align: bottom;
}

.ProTypeList img {
    width: 30px;
    height: 30px;
    vertical-align: bottom;
    line-height: 50px;
}

.ProTypeList ul {
    float: right;
    margin-right: 20px;
    max-width: 900px;
}

.ProTypeList h1 li {
    float: left;
    margin-left: 20px;
}

.ProList {
    clear: both;
}

    .ProList li a {
        color: #fff;
        font-size: 16px;
    }

    .ProList li {
           border-radius: 10px;
        float: left;
       
        border: 1px solid #ddd;
        width: 190px;
        height: 250px;
        vertical-align: middle;
        background-size: 200px 200px;
        background-repeat: no-repeat;
        text-align: center;
        cursor: pointer;
        margin: 5px;
         background-color:#fff;
    }

        .ProList li img {
        
            width: 180px;
            height: 180px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

        .ProList li p {
            padding: 10px;
            background-color: #fff;
        }

        .ProList li dd {
            width: 185px;
            height: 30px;
            font-size: 14px;
            word-wrap: break-word;
            color: #000;
            vertical-align: middle;
            text-align: left;
            line-height: 30px;
            overflow: hidden;
            padding-left: 5px;
            background-color: #fff;
            filter: alpha(opacity=200);
            opacity: 0.7;
            font-weight: bold;
            border-bottom:1px solid #ddd;
        }

        .ProList li dc {
            width: 185px;
            line-height: 20px;
            padding-left: 5px;
            height: 40px;
            font-size: 12px;
            word-wrap: break-word;
            color: #000;
            vertical-align: middle;
            text-align: left;
            overflow: hidden;
            background-color: #fff;
        }

.condition {
    border: 1px solid #ddd;
}

    .condition li {
        width: 100%;
        line-height: 30px;
        clear: both;
        height: 30px;
        border-bottom: 1px solid #ddd;
    }

        .condition li span {
            float: left;
            padding-left: 10px;
            padding-right: 10px;
             font-weight:bold;
        }

        .condition li dl {
            float: left;
            margin-left: 15px;
        }

            .condition li dl.selected {
                text-decoration: underline;
                color: #ff7200;
            }

.sort {
    border: 1px solid #ddd;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
}

    .sort span {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #f0f0f0;
    }

    .sort li {
        float: left;
        margin-left: 20px;
        min-width: 60px;
    }

        .sort li.selected {
            text-decoration: underline;
            color: #ff7200;
        }

#mainPic {
    text-align: center;
    position: absolute;
    height: 100px;
    width: 100px;
    right: 100px;
    top: 20px;
}

.content {
    margin: auto;
    clear: both;
    width: 1300px;
    text-align: left;
}

.searchList h5 {
    font-size: 16px;
    line-height: 30px;
    padding-left: 30px;
}

    .searchList h5 a {
        text-decoration: underline;
    }

    .searchList h5 span {
        display: inline-block;
        width: 80px;
        color: #ff7200;
        font-weight: bold;
    }

.searchList p {
    padding-left: 30px;
    line-height: 30px;
}

.ShowImage {
    border: 1px solid #f0f0f0;
    position: absolute;
    left: 100px;
    top: 420px;
    display: none;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.red {
    color: #f00;
}

.orange {
    color: #f60;
}

.blue {
    color: rgba(79, 7, 247, 0.849);
}

.green {
    color: rgb(11, 184, 126);
}

.gold {
    color: #CD7F32;
}

.yellow {
    color: #f0e352;
}

.bg-gold {
    color: #CD7F32;
}

.bg-red {
    background-color: #f00;
}

.bg-orange {
    background-color: #f60;
}

.bg-blue {
    background-color: rgba(79, 7, 247, 0.849);
}

.bg-green {
    background-color: rgb(11, 184, 126);
}

.pagecontent {
    background-color: #fff;
}

.title {
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
}

.bottom {
    position: fixed;
    bottom: 0px;
    width: 100%;
    font-size: 12px;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #dfdfdf;
}

    .bottom .text {
        float: left;
        text-align: right;
        line-height: 20px;
        width: 65%;
    }

    .bottom .bottom-btn {
        margin-top: 10px;
        margin-left: 10px;
        float: left;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background-color: #333;
        color: #fff;
        border-radius: 3px;
        width: 80px;
    }

.product {
    width: 100%;
    display: flex;
}

    .product img {
        width: 80px;
        height: 80px;
        margin: 10px;
    }

    .product .content {
        margin-top: 10px;
        margin-right: 10px;
        width: 260px; 
        float:left;
        margin-left:10px;
    }

    .product.name {
        font-size: 15px;
        text-align: center;
        background-color: #eee;
        line-height: 30px;
    }

    .product .content .price {
        font-size: 13px;
        text-decoration: line-through;
        color: rgb(11, 184, 126);
    }

    .product .content .realPrice {
        font-size: 14px;
        text-decoration: dashed;
        color: rgb(11, 184, 126);
    }

    .product .content .crowd {
        font-size: 13px;
        color: gray;
        margin-top: 5px;
    }
