﻿@charset "utf-8";

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
    border: 0;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

[hidefocus], summary {
    outline: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
}

sup, sub {
    font-size: 83%;
}

pre, code, kbd, samp {
    font-family: inherit;
}

q:before, q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label, summary {
    cursor: default;
}

a, button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: bold;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5, h6 {
    font-size: 12px;
}

del, ins, u, s, a, a:hover {
    text-decoration: none;
}

body, textarea,label, input, button, select, keygen, legend {
    font: 12px/1.6 Tahoma,microsoft yahei,"微软雅黑","宋体";
    color: #333;
    outline: 0;
}

body {
    background: #fff;
}

a, a:hover {
    color: #333;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.font-wr {
    font-family: "Microsoft Yahei","微软雅黑";
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.date-input .date-choice, .spinner-buttons button, .wizard-box i, .icons_list a, .button-icons a i {
    background: url(../../images/icons_main.png) no-repeat;
}

.top-link .tl-help, .mban-control a, .tab-bar a .qcode, .login-switch .button-wrap .btn-more s {
    background-image: url(../../images/icon_main.png);
    background-repeat: no-repeat;
}

.main {
    position: relative;
    *zoom: 1;
    width: 1190px;
    margin: 0 auto;
}

    .main:before, .main:after {
        content: "";
        display: table;
    }

    .main:after {
        clear: both;
    }

button {
    cursor: pointer;
}

    button i {
        display: none;
    }

.header {
    position: absolute;
    z-index: 2;
    width: 1190px;
    height: 44px;
    top: 34px;
    left: 0;
}

    .header .logo {
        float: left;
        width: 313px;
        height: 74px;
        line-height: 20;
        overflow: hidden;
        background: url(../../images/logo.png) no-repeat 0 0;
    }
    .header .office-title {
        display: block;
        clear: both;
        font-size: 18px;
        color: white;
    }

.top-link {
    float: right;
    height: 18px;
    padding: 13px 0;
    line-height: 18px;
    font-size: 14px;
}

    .top-link a {
        float: left;
        color: #fff;
    }

    .top-link .tl-help {
        width: 18px;
        height: 18px;
        line-height: 10;
        overflow: hidden;
        background-position: 0 0;
    }

    .top-link em {
        float: left;
        width: 1px;
        height: 14px;
        margin: 2px 10px 0;
        line-height: 10;
        overflow: hidden;
        background-image: url(about:blank);
        background-color: rgba(255,255,255,0.5);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80FFFFFF', endColorstr='#80FFFFFF');
    }

html:root .top-link em {
    filter: none;
}

.client-download {
    position: absolute;
    top: 50px;
    right: 0;
    width: 620px;
    padding: 15px 0;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

    .client-download s.arrow {
        position: absolute;
        top: -20px;
        right: 63px;
        width: 0;
        height: 0;
        overflow: hidden;
        border: 10px solid;
        border-color: transparent transparent #fff;
    }

    .client-download .cld-qcode, .client-download .cld-icon {
        zoom: 1;
    }

        .client-download .cld-qcode:after, .client-download .cld-icon:after {
            content: "";
            display: block;
            clear: both;
            height: 0;
        }

    .client-download .cld-qcode {
        padding: 30px 10px;
    }

        .client-download .cld-qcode li {
            float: left;
            width: 120px;
            padding: 0 40px;
            text-align: center;
        }

            .client-download .cld-qcode li img {
                display: block;
                width: 118px;
                height: 118px;
                margin-bottom: 15px;
                border: 1px solid #e2e5e9;
                box-shadow: 0 0 5px rgba(0,0,0,0.1);
            }

        .client-download .cld-qcode span {
            display: inline-block;
            height: 16px;
            padding: 7px 15px;
            line-height: 16px;
            font-size: 14px;
            color: #fff;
            border-radius: 15px;
        }

            .client-download .cld-qcode span:before {
                content: "";
                float: left;
                height: 16px;
                margin-right: 8px;
                background-image: url(../../images/icon_client_16.png);
                background-repeat: no-repeat;
            }

    .client-download .cld-icon {
        padding: 30px;
    }

        .client-download .cld-icon li {
            float: left;
            width: 80px;
            height: 110px;
            padding: 0 30px;
        }

            .client-download .cld-icon li a {
                position: relative;
                display: block;
                width: 80px;
                height: 80px;
                background-image: url(../../images/icon_client_80.png);
                background-repeat: no-repeat;
                opacity: .8;
                filter: alpha(opacity=80);
            }

                .client-download .cld-icon li a span {
                    position: absolute;
                    top: 90px;
                    left: 0;
                    width: 80px;
                    line-height: 20px;
                    text-align: center;
                    font-size: 14px;
                }

                .client-download .cld-icon li a:hover {
                    opacity: 1;
                    filter: alpha(opacity=100);
                }

.clt-iphone {
    background: #2b91e3;
}

    .clt-iphone:before {
        width: 10px;
        background-position: 0 0;
    }

.clt-ipad {
    background: #2b91e3;
}

    .clt-ipad:before {
        width: 14px;
        background-position: -10px 0;
    }

.clt-android {
    background: #2b91e3;
}

    .clt-android:before {
        width: 12px;
        background-position: -24px 0;
    }

.cldi-windows {
    background-position: 0 0;
}

.cldi-osx {
    background-position: -80px 0;
}

.cldi-linux {
    background-position: -160px 0;
}

.cldi-tv {
    background-position: -240px 0;
}

.mbaner {
    background-color: #000;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}

.mban-container {
    background-repeat: repeat;
    background-position: center top;
}

.mban-cell {
    width: 1190px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.mbc-cloud {
    background-image: url(../../images/bg/0112.jpg);
}

    /*.mbc-cloud .mban-cell {
        background: url(../../bg/ban_fj.png) no-repeat 95px 180px;
    }*/

.mbc-circle {
    background-image: url(../../images/bg/2.jpg);
}

    /*.mbc-circle .mban-cell {
        background: url(../../images/ban_fj.png) no-repeat 95px 180px;
    }*/

.mbc-qiye {
    background-image: url(../../images/bg/0111.jpg);
}

    /*.mbc-qiye .mban-cell {
        background: url(../../images/ban_fj.png) no-repeat 95px 180px;
    }*/
    
    .mbc-four {
    background-image: url(../../images/bg/3.jpg);
}

.mban-control {
    position: absolute;
    top: 570px;
    left: 50%;
    margin-left: 525px;
    z-index: 1;
}

    .mban-control a {
        float: left;
        width: 24px;
        height: 24px;
        margin-left: 10px;
        line-height: 10;
        overflow: hidden;
        opacity: .5;
        filter: alpha(opacity=50);
    }

        .mban-control a:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .mban-control .prev {
        background-position: 0 -18px;
    }

    .mban-control .next {
        background-position: -24px -18px;
    }

.login-box {
    position: absolute;
    top: 150px;
    right: 0;
    z-index: 1;
    width: 362px;
    height: 386px;
    margin-left: 138px;
    background: #fff;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-top: 2px solid #ffa800;
}

.tab-bar {
    height: 24px;
    zoom: 1;
    overflow: hidden;
    line-height: 24px;
    margin: 20px 30px 30px;
    *zoom: 1;
}

    .tab-bar:before, .tab-bar:after {
        content: "";
        display: table;
    }

    .tab-bar:after {
        clear: both;
    }

    .tab-bar a {
        display: block;
        height: 24px;
        font-size: 20px;
        color: #000;
        cursor: pointer;
    }

        .tab-bar a span {
            display: inline-block;
            vertical-align: top;
            font-family: "Microsoft Yahei","微软雅黑";
        }

.login-form {
    margin: 0 30px;
    *zoom: 1;
}

    .login-form:before, .login-form:after {
        content: "";
        display: table;
    }

    .login-form:after {
        clear: both;
    }

.input-cell {
    position: relative;
    height: 50px;
    margin-bottom: 25px;
}

    .input-cell label {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        padding: 0 11px;
        line-height: 50px;
        font-size: 16px;
        color: #999;
        cursor: text;
    }

    .input-cell input {
        position: absolute;
        top: 0;
        left: 0;
        width: 280px;
        height: 20px;
        padding: 14px 10px;
        line-height: 20px;
        font-size: 18px;
        border: 1px solid #e2e5e9;
        background-color: #fff;
    }

    .input-cell .icon-form {
        top: 16px;
        right: 11px;
    }

    .input-cell .login-popup-hint {
        top: -35px;
        right: 0;
    }

.login-status {
    height: 18px;
    margin-top: -12px;
    margin-bottom: 20px;
    line-height: 18px;
    text-align: right;
    font-size: 14px;
    color: #999;
}

    .login-status a {
        color: #999;
    }

        .login-status a:hover {
            text-decoration: none;
            color: #ff6500;
        }

    .login-status input {
        float: left;
        width: 14px;
        height: 14px;
        margin: 2px 8px 0 0;
    }

    .login-status label {
        float: left;
    }

    .login-status .checkbox {
        display: none;
    }

html:root .login-status .checkbox {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-image: url(../../images/checkbox.png);
    background-repeat: no-repeat;
    background-position: -36px 0;
    -webkit-appearance: none;
}

html:root .login-status input[type="checkbox"] {
    display: none;
}

    html:root .login-status input[type="checkbox"]:checked + .checkbox {
        background-position: -54px 0;
    }

.login-switch {
    position: relative;
    height: 50px;
}

    .login-switch .button-wrap {
        position: relative;
        z-index: 1;
        width: 302px;
        height: 50px;
        font-family: "Microsoft Yahei","微软雅黑";
    }

        .login-switch .button-wrap .button {
            position: relative;
            float: left;
            width: 100%;
            height: 50px;
            line-height: 50px;
            text-align: center;
            font-size: 18px;
            color: #fff;
            background: #ffa800;
        }

            .login-switch .button-wrap .button:first-child {
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px;
            }

            .login-switch .button-wrap .button:last-child {
                border-top-right-radius: 3px;
                border-bottom-right-radius: 3px;
            }

            .login-switch .button-wrap .button:hover {
                text-decoration: none;
                color: #fff;
                background: #ff7a00;
            }

        .login-switch .button-wrap .btn-more {
            width: 27px;
            border-left: 1px solid #4ba1e7;
        }

            .login-switch .button-wrap .btn-more s {
                position: absolute;
                top: 22px;
                left: 9px;
                width: 9px;
                height: 5px;
                line-height: 10;
                overflow: hidden;
                background-position: -36px 0;
            }

.login-bottom {
    padding-top: 28px;
    line-height: 22px;
    font-size: 14px;
    color: #999;
}

    .login-bottom a {
        color: #fbbc7f;
    }

        .login-bottom a:hover {
            color: #fd912e;
        }

.icon-form {
    position: absolute;
    z-index: 3;
    width: 18px;
    height: 18px;
    line-height: 10;
    overflow: hidden;
    background-image: url(../../images/icon_form.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}

.ifm-war {
    z-index: 4;
    background-position: 0 0;
}

.ifm-view {
    background-position: 0 -18px;
}

.ifm-secure {
    background-position: 0 -36px;
}

.login-popup-hint, .login-popup-hint i {
    background-image: url(../../images/popup_hint.png);
    background-repeat: no-repeat;
}

.login-popup-hint {
    position: absolute;
    z-index: 4;
    height: 35px;
    padding-right: 10px;
    line-height: 30px;
    white-space: nowrap;
    font-size: 12px;
    color: #fff;
    background-position: right 0;
}

    .login-popup-hint i {
        position: absolute;
        top: 0;
        left: -10px;
        width: 10px;
        height: 30px;
        overflow: hidden;
        background-position: 0 0;
    }

.bg_opa {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.footer {
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 24px;
    width: 100%;
}

.nav_right ul li a i, .input-icon i.ace-icon {
    background: url(../../images/icon_main.png) no-repeat;
}

.body_bg {
    background: #f6f7f7;
}

.header_frame {
    text-align: left;
    height: 49px;
    background: #262c2e;
    min-width: 1000px;
    background: -webkit-gradient(linear, 0 0, 0 20%, from(#262c2e), to(#31393c));
    background: -moz-linear-gradient(top, #262c2e, #31393c 100%);
    box-shadow: 1px 2px 2px rgba(238,157,0,0.2);
    z-index: 1000;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.header_frame_logo {
    width: 165px;
    float: left;
    height: 49px;
    padding: 0 20px 0 15px;
    position: relative;
    overflow: hidden;
}

    .header_frame_logo img {
        height: 21px;
        margin: 14px 0;
    }

.nav_cont {
    float: left;
}

.nav {
    float: left;
    font-size: 15px;
}

    .nav li {
        float: left;
        width: 90px;
        border-right: 1px solid #3d3d3d;
    }

    .nav a {
        width: 90px;
        display: inline-block;
        height: 49px;
        line-height: 49px;
        font-weight: normal;
        text-align: center;
        float: left;
        text-decoration: none;
        color: #fff;
    }

        .nav a:link, .nav a:visited {
            background: #1f2426;
            color: #fff;
        }

        .nav a:hover, .nav a:active {
            background: -webkit-gradient(linear, 0 0, 100% 100%, from(#ffa800), to(#ee9d00));
            background: -moz-linear-gradient(top, #ffa800, #ee9d00);
            background: -ms-linear-gradient(top, #ffa800, #ee9d00);
            *background: #348dde;
            color: #fff;
        }

    .nav .current {
        background: #ffa800;
    }

        .nav .current a:link, .nav .current a:visited {
            background: -webkit-gradient(linear, 0 0, 100% 100%, from(#ffa800), to(#ee9d00));
            background: -moz-linear-gradient(top, #ffa800, #ee9d00);
            background: -ms-linear-gradient(top, #ffa800, #ee9d00);
            background: #2076d2\9;
            *background: #2076d2;
            color: #fff;
        }

        .nav .current a:hover, .nav .current a:active {
            background: -webkit-gradient(linear, 0 0, 100% 100%, from(#ffa800), to(#ee9d00));
            background: -moz-linear-gradient(top, #ffa800, #ee9d00);
            background: -ms-linear-gradient(top, #ffa800, #ee9d00);
            background: #2076d2\9;
            *background: #2076d2;
            color: #fff;
        }

.nav_right {
    float: right;
    height: 49px;
}

    .nav_right ul li {
        float: right;
        border-left: 1px solid #454b4e;
        height: 49px;
        line-height: 49px;
    }

        .nav_right ul li a {
            color: #fff;
            padding: 0 20px;
            display: block;
            height: 49px;
            float: left;
        }

            .nav_right ul li a i {
                display: block;
                width: 19px;
                height: 49px;
                float: left;
            }

                .nav_right ul li a i.news {
                    background-position: 0 -53px;
                    margin-right: 3px;
                }

                .nav_right ul li a i.helps {
                    background-position: 0 -100px;
                }

                .nav_right ul li a i.exit {
                    background-position: 0 -146px;
                }

                .nav_right ul li a i.sets {
                    background-position: 0 -319px;
                }

            .nav_right ul li a.user_header {
                padding: 0 20px 0 10px;
                float: left;
                position: relative;
                font-size: 14px;
            }

                .nav_right ul li a.user_header img {
                    width: 49px;
                    height: 49px;
                    float: left;
                }

                .nav_right ul li a.user_header i {
                    display: block;
                    width: 49px;
                    height: 49px;
                    position: absolute;
                    top: 0;
                    left: 10px;
                    z-index: 0;
                    background-position: 0 -205px;
                }

                .nav_right ul li a.user_header:hover i {
                    background-position: 0 -255px;
                }

            .nav_right ul li a:hover {
                background-color: #15181a;
            }

            .nav_right ul li a span.badge {
                min-width: 10px;
                padding: 0 4px;
                font-size: 12px;
                color: #fff;
                vertical-align: baseline;
                white-space: nowrap;
                text-align: center;
                background-color: #ff9d5c;
                border-radius: 10px;
                height: 18px;
                line-height: 14px;
                display: block;
                float: left;
                margin: 6px 0 15px;
            }

.input-icon {
    margin: 0 15px;
    position: relative;
    display: block;
    height: 49px;
}

    .input-icon .nav-search-input {
        border: 1px solid #fff;
        width: 152px;
        height: 24px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-radius: 3px;
        font-size: 13px;
        line-height: 1.3;
        color: #666 !important;
        -webkit-transition: width ease .15s;
        -o-transition: width ease .15s;
        transition: width ease .15s;
        padding-left: 30px;
        padding-right: 6px;
    }

    .input-icon i.ace-icon {
        z-index: 2;
        position: absolute;
        top: 14px;
        bottom: 1px;
        left: 3px;
        display: block;
        width: 20px;
        height: 20px;
        background-position: 0 -374px;
    }

.main_webstie {
    padding: 0 20px;
    background: #f6f7f7;
    min-width: 970px;
    max-width: 1300px;
    margin: 70px auto 20px;
    position: relative;
    z-index: 80;
    _width: 970px;
    _padding-top: 10px;
    *zoom: 1;
}

    .main_webstie:before, .main_webstie:after {
        content: "";
        display: table;
    }

    .main_webstie:after {
        clear: both;
    }

    .main_webstie .i_pc {
        float: left;
        margin: 12px 10px 0 0;
    }

.i_pc {
    width: 54px;
    height: 41px;
    vertical-align: middle;
    background: url(../../images/i_pc.png) no-repeat 0 0;
    display: inline-block;
}

.main_webstie .title {
    float: left;
    width: 600px;
    color: #9f9f9f;
    height: 41px;
    margin: 12px 0 0;
}

    .main_webstie .title h2 {
        font-size: 24px;
        font-weight: 400;
        color: #456;
        *font-family: "微软雅黑","黑体","宋体";
        line-height: 41px;
    }

.main_webstie .optmod {
    float: right;
    text-align: right;
    margin: 15px 0 0 0;
    display: inline;
    white-space: nowrap;
    position: relative;
}

    .main_webstie .optmod .i_tool {
        margin-right: 3px;
    }

.i_tool {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background: url(../../images/i_tool.png) no-repeat 0 0;
}

.list li {
    float: left;
    width: 110px;
    color: #666;
}

    .list li input {
        margin-right: 3px;
        vertical-align: middle;
        cursor: pointer;
    }

.optmod {
    width: 100px;
}

    .optmod .pop_cont .list {
        margin-top: 30px;
    }

        .optmod .pop_cont .list li {
            height: 26px;
            line-height: 26px;
        }

a.pop_btn {
    position: relative;
    z-index: 100;
}

    a.pop_btn:link, a.pop_btn:visited {
        color: #666;
        text-decoration: none;
        padding: 7px 10px 10px;
        display: inline-block;
        font-size: 12px;
    }

    a.pop_btn:active, a.pop_btn:hover {
        color: #666;
        text-decoration: none;
        padding: 7px 10px 10px;
        display: inline-block;
        font-size: 12px;
    }

.pop_wrap {
    display: none;
    position: absolute;
    top: -5px;
    left: -6px;
    *zoom: 1;
}

    .pop_wrap:before, .pop_wrap:after {
        content: "";
        display: table;
    }

    .pop_wrap:after {
        clear: both;
    }

.pop_cont {
    z-index: 99;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font-size: 12px;
    text-align: left;
    opacity: 1;
    width: 80px;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255,255,255,0.95);
    overflow: hidden;
    -webkit-animation-name: deliver;
    -webkit-animation-duration: .3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: deliver;
    -moz-animation-duration: .3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-fill-mode: forwards;
}

    .pop_cont h5 {
        padding-bottom: 5px;
        font-weight: 400;
        border: 0;
    }

.dashboard {
    min-width: 1000px;
    max-width: 1340px;
    margin: 0 auto;
    _width: 1000px;
    *zoom: 1;
}

    .dashboard:before, .dashboard:after {
        content: "";
        display: table;
    }

    .dashboard:after {
        clear: both;
    }

.db_main {
    margin-left: 200px;
    background: #fff;
    min-height: 500px;
    _height: 500px;
}

.dashboard .db_main {
    margin-left: 0;
    padding: 0;
    background: none;
    min-height: 500px;
    _height: 500px;
}

.dashboard .container {
    margin: 4px 10px 0;
    padding: 0;
    min-height: 500px;
    _height: 500px;
    *zoom: 1;
}

    .dashboard .container:before, .dashboard .container:after {
        content: "";
        display: table;
    }

    .dashboard .container:after {
        clear: both;
    }

.summary {
    background: #fff;
    padding: 10px;
    margin: 0 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    border: 1px solid #EDEDED\9;
    min-width: 950px;
    max-width: 1274px;
    max-width: 1272px\9;
    _width: 950px;
}

.dashboard .container {
    margin: 4px 10px 0;
    padding: 0;
}

.i_mod1, .i_mod2, .i_mod3, .i_mod4, .i_mod5, .i_mod6, .i_mod7, .i_mod8, .i_mod9, .i_mod10, .i_mod11 {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    background-image: url(../../images/i_mod.png);
    background-repeat: no-repeat;
}

.i_mod1 {
    background-position: 0 0;
}

.i_mod2 {
    background-position: -17px 0;
}

.i_mod3 {
    background-position: -34px 0;
}

.i_mod4 {
    background-position: -51px 0;
}

.i_mod5 {
    background-position: -68px 0;
}

.i_mod6 {
    background-position: -85px 0;
}

.i_mod7 {
    background-position: -102px 0;
}

.i_mod8 {
    background-position: -119px 0;
}

.i_mod9 {
    background-position: -136px 0;
}

.i_mod10 {
    background-position: -153px 0;
}

.i_mod11 {
    background-position: -170px 0;
}

.mod_define {
    height: 270px;
    width: 316px;
    width: 314px\9;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border: 1px solid #e1e1e1\9;
    cursor: pointer;
    background: #fff;
    margin: 10px 0 0 10px;
    float: left;
    _display: inline;
}

.mod_define_move {
    height: 270px;
    width: 316px;
    border: 1px dashed #c7c7c7;
    margin: 10px 0 0 10px;
    float: left;
    cursor: move;
}

.mod_define .cont {
    height: 205px;
    width: 305px;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

    .mod_define .cont .text_cha {
        position: absolute;
        top: 50px;
        color: #666;
        font-size: 12px;
        right: 20px;
    }

    .mod_define .cont .text_cucc {
        color: #666;
        font-size: 12px;
        position: absolute;
        top: 150px;
        right: 20px;
    }

.mid_cont {
    width: 642px;
    width: 640px;\9
}

    .mid_cont .cont {
        height: 205px;
        vertical-align: middle;
        text-align: center;
        margin: 0 auto;
        width: 630px;
    }

.mod_define h4 {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    padding: 7px 0 6px 10px;
    cursor: pointer;
    background: #fafafa;
    border-bottom: 1px solid #d4d4d4;
    background-image: -ms-linear-gradient(top, #fefefe, #f5f5f5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f5f5f5));
    background-image: -moz-linear-gradient(top, #fefefe, #f5f5f5);
    background-image: -o-linear-gradient(top, #fefefe, #f5f5f5);
    background-image: linear-gradient(top, #fefefe, #f5f5f5);
    background-repeat: repeat-x;
    position: relative;
}

    .mod_define h4 span {
        position: absolute;
        right: 10px;
        top: 7px;
        *top: 5px;
        *padding-bottom: 2px;
    }

.mod_define span i:active {
    background-position: 0 -12px;
}

.mod_define h4 span a:link, .mod_define h4 span a:visited {
    color: #bababa;
    text-decoration: none;
    padding: 2px 6px;
}

.mod_define h4 span a:active, .mod_define h4 span a:hover {
    color: #bababa;
    text-decoration: none;
    border: 1px solid #cacaca;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 1px 5px;
    *padding: 3px 5px;
}

.mod_define .msg {
    color: #456;
    font-size: 14px;
    padding: 0 10px;
}

.mod_define:hover {
    background-color: #fff;
    font-size: 12px;
    text-align: left;
}

.mod_define h4 span {
    display: none;
}

.mod_define h4:hover span {
    display: inline;
}

.keycont span {
    text-align: center;
    overflow: hidden;
    display: inline-block;
}

.keycont .key_1 {
    font-size: 36px;
    color: #e76017;
    width: 100%;
    height: 100px;
    line-height: 100px;
}

.keycont .key_10 {
    font-size: 12px;
    color: #7fb0dc;
    top: 140px;
    left: 240px;
    width: 50px;
    height: 19px;
    line-height: 19px;
}

.i_re, .i_blank, .i_close {
    width: 12px;
    height: 12px;
    display: inline-block;
}

.i_re {
    background: url(../../images/i_re.png) 0 0 no-repeat;
}

.i_blank {
    background: url(../../images/i_blank.png) 0 0 no-repeat;
}

.i_close {
    background: url(../../images/i_close.png) 0 0 no-repeat;
}

.wrapper {
    min-width: 1000px;
    background: url(../../images/overview_bg.png) repeat-y 0 0 #fff;
    min-height: 1000px;
    _height: 1000px;
    padding-top: 50px;
    _padding-top: 0;
}

.msg_tips {
    border: 1px solid #e1e1e1;
    background: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    box-shadow: 0 1px 0 rgba(0,0,255,0.05);
    margin: 10px 18px;
    overflow: hidden;
    _zoom: 1;
}

.crmqq_msg_tips {
    margin: 0 0 0 0;
}

.msg_tips p {
    padding: 5px 10px;
    float: left;
}

.msg_tips .close {
    height: 26px;
    line-height: 26px;
    margin-right: 5px;
}

.msg_tips .i_tips {
    float: left;
}

.crmqq_msg_tips p {
    color: #666;
    line-height: 2;
}

.i_tips {
    width: 27px;
    height: 25px;
    display: inline-block;
    background: url(../../images/i_tips.png) 0 0;
    vertical-align: middle;
}

.close {
    font-size: 20px;
    font-weight: 400;
    text-shadow: 0 1px 0 #fff;
    float: right;
}

a.close:link, a.close:visited {
    color: #d5d5d5;
    text-decoration: none;
}

a.close:active, a.close:hover {
    color: #000;
    cursor: pointer;
    text-decoration: none;
    opacity: .4;
    filter: alpha(opacity=40);
}

.db_main h2 {
    font-size: 24px;
    font-weight: 400;
    color: #456;
    padding: 10px 18px;
    font-family: "微软雅黑","黑体","宋体";
}

.page-header {
    border-bottom: 1px dotted #e2e2e2;
    margin: 0 18px;
}

.sidebar {
    width: 200px;
    position: absolute;
    left: 0;
    z-index: 0;
    padding-top: 30px;
}

.subnav {
    padding: 0 0 66px 15px;
}

    .subnav h3 {
        color: #666;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        font-weight: 400;
        padding-left: 20px;
        margin-right: 15px;
        background: url(../../images/overview_nav_bg.png) no-repeat 0 34px;
    }

        .subnav h3 .i_icon1, .subnav h3 .i_icon2, .subnav h3 .i_icon3 {
            float: left;
            margin-top: 10px;
            margin-right: 12px;
        }

    .subnav ul {
        margin: 5px 0;
    }

    .subnav li {
        font-size: 14px;
        border-bottom: none;
        margin: 2px 0;
    }

        .subnav li .i_new {
            margin: 0 0 5px 5px;
            vertical-align: middle;
        }

    .subnav a {
        padding: 6px 0;
        line-height: 20px;
        width: 140px;
        padding-left: 45px;
        display: inline-block;
    }

        .subnav a:link, .subnav a:visited {
            color: #2a72c5;
            text-decoration: none;
        }

        .subnav a:hover, .subnav a:active {
            color: #666;
            text-decoration: none;
            background: #fff;
            -webkit-border-radius: 3px 0 0 3px;
            -moz-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
            -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.2);
            -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.2);
            box-shadow: -1px 1px 1px rgba(0,0,0,0.2);
            border-left: 1px solid #dbdcdc\9;
            border-bottom: 1px solid #dbdcdc\9;
            *border-left: 1px solid #dbdcdc;
            *border-bottom: 1px solid #dbdcdc;
            *height: 19px;
        }

    .subnav .current {
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.2);
        -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.2);
        box-shadow: -1px 1px 1px rgba(0,0,0,0.2);
        border-left: 1px solid #dbdcdc\9;
        border-bottom: 1px solid #dbdcdc\9;
        *border-left: 1px solid #dbdcdc;
        *border-bottom: 1px solid #dbdcdc;
        background: url(../../images/subnav_current.png) no-repeat 150px 8px #fff;
    }

        .subnav .current a:link, .subnav .current a:visited {
            color: #666;
            text-decoration: none;
            background: url(../../images/subnav_current.png) no-repeat 150px 12px #fff;
            margin-left: 2px;
            padding-left: 43px;
        }

        .subnav .current a:hover, .subnav .current a:active {
            margin-left: 2px;
            padding-left: 43px;
            -webkit-border-radius: 3px 0 0 3px;
            -moz-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            border-left: none;
            border-bottom: none;
            *border-left: none;
            *border-bottom: none;
            width: 140px;
        }

.subnav_help {
    margin: 0 15px 0 15px;
}

    .subnav_help ul {
        margin: 5px 0;
    }

    .subnav_help li {
        font-size: 14px;
        border-bottom: none;
        margin: 2px 0;
    }

    .subnav_help a {
        padding: 6px 0;
        line-height: 20px;
        width: 125px;
        padding-left: 45px;
        display: inline-block;
    }

        .subnav_help a:link, .subnav_help a:visited {
            color: #2a72c5;
            text-decoration: none;
        }

        .subnav_help a:hover, .subnav_help a:active {
            color: #666;
            text-decoration: none;
            background: #e6e7e7;
        }

    .subnav_help .current {
        background: #e6e7e7;
    }

        .subnav_help .current a:link, .subnav_help .current a:visited {
            color: #666;
        }

        .subnav_help .current a:hover, .subnav_help .current a:active {
            color: #666;
        }

.i_icon1, .i_icon2, .i_icon3 {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../../images/i_overview.png) no-repeat;
    *font-size: 0;
    *line-height: 0;
}

.i_icon1 {
    background-position: 0 0;
}

.i_icon2 {
    background-position: 0 -16px;
}

.i_icon3 {
    background-position: 0 -32px;
}

.db_footer {
    padding-bottom: 25px;
    padding-top: 22px;
}

    .db_footer p {
        text-align: center;
        line-height: 23px;
        color: #999;
        font-size: 12px;
    }

    .db_footer a {
        font-size: 12px;
    }

        .db_footer a:link {
            color: #999;
            text-decoration: none;
        }

        .db_footer a:visited {
            color: #999;
            text-decoration: none;
        }

        .db_footer a:hover {
            color: #0073aa;
            text-decoration: underline;
        }

        .db_footer a:active {
            color: #999;
        }

.container {
    margin: 10px 18px 0;
    *zoom: 1;
}

    .container:before, .container:after {
        content: "";
        display: table;
    }

    .container:after {
        clear: both;
    }

.table-header {
    background-color: #ffa800;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    padding-left: 12px;
    margin-bottom: 1px;
}

.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 {
    position: relative;
    min-height: 1px;
    float: left;
    *zoom: 1;
}

    .col-xs-1:before, .col-xs-2:before, .col-xs-3:before, .col-xs-4:before, .col-xs-5:before, .col-xs-6:before, .col-xs-7:before, .col-xs-8:before, .col-xs-9:before, .col-xs-10:before, .col-xs-11:before, .col-xs-12:before, .col-xs-1:after, .col-xs-2:after, .col-xs-3:after, .col-xs-4:after, .col-xs-5:after, .col-xs-6:after, .col-xs-7:after, .col-xs-8:after, .col-xs-9:after, .col-xs-10:after, .col-xs-11:after, .col-xs-12:after {
        content: "";
        display: table;
    }

    .col-xs-1:after, .col-xs-2:after, .col-xs-3:after, .col-xs-4:after, .col-xs-5:after, .col-xs-6:after, .col-xs-7:after, .col-xs-8:after, .col-xs-9:after, .col-xs-10:after, .col-xs-11:after, .col-xs-12:after {
        clear: both;
    }

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.666%;
}

.col-xs-10 {
    width: 83.333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.666%;
}

.col-xs-7 {
    width: 58.333%;
}

.col-xs-6 {
    width: 50%;
    top: 2px;
    left: 0px;
    height: 188px;
}

.col-xs-5 {
    width: 41.666%;
}

.col-xs-4 {
    width: 33.333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.666%;
}

.col-xs-1 {
    width: 8.333%;
}

.table {
    width: 100%;
    max-width: 100%;
}

.table-clear {
    float: none;
    margin-bottom: 0;
}

.table tbody tr td, .table tbody tr th, .table tfoot tr td, .table tfoot tr th, .table thead tr td, .table thead tr th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table thead tr th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    font-weight: 700;
}

.table-condensed tbody tr td, .table-condensed tbody tr th, .table-condensed tfoot tr td, .table-condensed tfoot tr th, .table-condensed thead tr td, .table-condensed thead tr th {
    padding: 5px;
}

.table-bordered, .table-bordered tbody tr td, .table-bordered tbody tr th, .table-bordered tfoot tr td, .table-bordered tfoot tr th, .table-bordered thead tr td, .table-bordered thead tr th {
    border: 1px solid #ddd;
}

    .table-bordered thead tr td, .table-bordered thead tr th {
        border-bottom-width: 2px;
    }

.table thead tr {
    color: #707070;
    font-weight: 400;
    font-size: 14px;
    background: #f2f2f2 repeat-x;
    background-image: -webkit-linear-gradient(top, #f8f8f8 0, #ececec 100%);
    background-image: -o-linear-gradient(top, #f8f8f8 0, #ececec 100%);
    background-image: linear-gradient(to bottom, #f8f8f8 0, #ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
}

    .table thead tr th:first-child {
        border-left-color: #f1f1f1;
    }

    .table thead tr th:left-child {
        border-right-color: #f1f1f1;
    }

.table.table-bordered thead tr th {
    vertical-align: middle;
}

    .table.table-bordered thead tr th:first-child {
        border-left-color: #ddd;
    }

.table a {
    color: #428bca;
}

.table .table_bg {
    background: #f9f9f9;
}

.center {
    text-align: center;
}

.pos-rel, .position-relative {
    position: relative;
}

.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: #f5f5f5;
}

.row {
    padding: 12px;
    background-color: #fff1e2;
    *zoom: 1;
}

    .row:before, .row:after {
        content: "";
        display: table;
    }

    .row:after {
        clear: both;
    }

.dataTables_filter {
    text-align: right;
}

    .dataTables_filter input {
        margin-bottom: 0 !important;
        margin: 0 4px;
        width: 125px;
        height: 18px;
        line-height: 18px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        padding: 4px 6px;
        border-radius: 0 !important;
        color: #858585;
        background-color: #fff;
        border: 1px solid #d5d5d5;
        font-size: 14px;
        font-family: inherit;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-transition-duration: .1s;
        transition-duration: .1s;
    }
.download a {
    display:block;
    width:30px;
    height:20px;
    margin:0 auto;
}
    .download a.download_icons {
        background: url(../../images/download/1.png) no-repeat;
    }
        .download a.download_icons:hover {
            background: url(../../images/download/1_hover.png) no-repeat;
        }
.icons_list a {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 8px;
}

    .icons_list a.find_icons {
        background-position: -7px -146px;
    }

        .icons_list a.find_icons:hover {
            background-position: -7px -185px;
        }

    .icons_list a.add_icons {
        background-position: -59px -148px;
    }

        .icons_list a.add_icons:hover {
            background-position: -59px -187px;
        }

    .icons_list a.edit_icons {
        background-position: -109px -147px;
    }

        .icons_list a.edit_icons:hover {
            background-position: -109px -186px;
        }

    .icons_list a.shenghe_icons {
        background-position: 4px 3px;
        background: transparent url("../../images/shenghe.png") no-repeat scroll 0% 0%;
    }

        .icons_list a.shenghe_icons:hover {
            
        }
    .icons_list a.del_icons {
        background-position: -160px -147px;
    }

        .icons_list a.del_icons:hover {
            background-position: -160px -186px;
        }
         .icons_list a.userfp_icons {
        background-position: -213px -147px;
    }

        .icons_list a.userfp_icons:hover {
            background-position: -213px -187px;
        }

    .icons_list a.userqx_icons {
        background-position: -272px -147px;
    }

        .icons_list a.userqx_icons:hover {
            background-position: -272px -186px;
        }
    .icons_list a.xuanze_icons {
        background-position: 5px 4px;
        background: transparent url("../../images/xuanzhe.png") no-repeat scroll 0% 0%;
    }

        .icons_list a.xuanze_icons:hover {
            /*background-position: -272px -186px;*/
        }

    .icons_list a.screen_icons {
        background-position: -26px -370px;
    }

        .icons_list a.screen_icons:hover {
            background-position: -54px -370px;
        }

.button-icons a {
    float: right;
    margin: 0 10px 0 0;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background-color: #6e7476;
    color: #fff;
    font-family: "微软雅黑";
    padding: 0 10px 0 28px;
    position: relative;
}

    .button-icons a:hover {
        background-color: #31393c;
    }

    .button-icons a i {
        display: block;
        position: absolute;
        top: 8px;
        left: 8px;
        width: 18px;
        height: 15px;
    }

        .button-icons a i.button-icons-add {
            background-position: 0 -233px;
        }

        .button-icons a i.button-icons-del {
            background-position: -25px -233px;
        }

        .button-icons a i.button-icons-edit {
            background-position: -52px -233px;
        }

        .button-icons a i.button-icons-back {
            background-position: -80px -233px;
        }

        .button-icons a i.button-icons-updata {
            background-position: -105px -233px;
        }

        .button-icons a i.button-icons-download {
            background-position: -129px -233px;
        }

        .button-icons a i.button-icons-print {
            background-position: -153px -233px;
        }

        .button-icons a i.button-icons-in {
            background-position: -178px -233px;
        }

        .button-icons a i.button-icons-out {
            background-position: -204px -233px;
        }

        .button-icons a i.button-icons-sure {
            background-position: -228px -233px;
        }

        .button-icons a i.button-icons-search {
            background-position: -252px -233px;
        }

        .button-icons a i.button-icons-fresh {
            background-position: -279px -234px;
        }

.dataTables_paginate {
    text-align: right;
}

    .dataTables_paginate ul.pagination {
        margin: 0 12px;
        display: inline-block;
    }

        .dataTables_paginate ul.pagination li {
            display: inline;
            height: 32px;
            line-height: 32px;
            float: left;
        }

            .dataTables_paginate ul.pagination li.paginate_button {
                background-color: #fafafa;
                margin: 0 -1px 0 0;
                position: relative;
                border: 1px solid #ddd;
            }

                .dataTables_paginate ul.pagination li.paginate_button a {
                    color: #999;
                    height: 32px;
                    line-height: 32px;
                    padding: 0 12px;
                    display: block;
                }

                    .dataTables_paginate ul.pagination li.paginate_button a:hover {
                        background-color: #ffe6cb;
                        color: #666;
                    }

                .dataTables_paginate ul.pagination li.paginate_button.active, .dataTables_paginate ul.pagination li.paginate_button.sure {
                    background-color: #ffa800;
                    border-color: #ffa800;
                    color: #fff;
                    font-weight: 700;
                }

                    .dataTables_paginate ul.pagination li.paginate_button.active a, .dataTables_paginate ul.pagination li.paginate_button.sure a {
                        color: #fff;
                    }

                        .dataTables_paginate ul.pagination li.paginate_button.active a:hover, .dataTables_paginate ul.pagination li.paginate_button.sure a:hover {
                            background-color: #ffa800;
                            color: #fff;
                        }

                    .dataTables_paginate ul.pagination li.paginate_button.active.sure a:hover, .dataTables_paginate ul.pagination li.paginate_button.sure.sure a:hover {
                        background-color: #ff8a00;
                    }

            .dataTables_paginate ul.pagination li.paginate_jump {
                padding: 0 12px;
            }

                .dataTables_paginate ul.pagination li.paginate_jump input {
                    width: 30px;
                    height: 30px;
                    background-color: #fff;
                    border: 1px solid #ddd;
                    margin: 0 3px;
                    text-align: center;
                }

.painate_bread {
    height: 32px;
    line-height: 32px;
    color: #999;
    font-size: 14px;
    padding-left: 15px;
}

    .painate_bread span {
        color: #ff6500;
    }

.form-group {
    *zoom: 1;
    margin-bottom: 0;
}

    .form-group:before, .form-group:after {
        content: "";
        display: table;
    }

    .form-group:after {
        clear: both;
    }

    .form-group label.control-label {
        text-align: right;
        font-size: 14px;
        padding: 7px 5px 0 0;
        margin-left: -5px;
    }

    .form-group input, .form-group select, .form-group textarea {
        border: 1px solid #d5d5d5;
        padding: 5px 4px 6px;
        font-size: 14px;
    }

        .form-group input.btn {
            padding: 5px 15px;
            border: none;
            background-color: #ccc;
            color: #fff;
            cursor: pointer;
        }

            .form-group input.btn:hover {
                background-color: #ffa800;
                color: #fff;
            }

        .form-group input.btn-info {
            background-color: #ffa800;
            color: #fff;
        }

.form-check {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}

    .form-check label {
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
    }

        .form-check label input {
            position: absolute;
            top: 4px;
            left: 0;
        }

.date-input {
    position: relative;
}

    .date-input .date-choice {
        display: block;
        position: absolute;
        top: 0;
        right: 12px;
        width: 34px;
        height: 34px;
        border: none;
        background-position: 10px 7px;
        cursor: pointer;
    }

.mb10 {
    margin-bottom: 10px;
}

.date-span {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    display: block;
    padding-right: 12px;
}

.control-num {
    position: relative;
}

    .control-num input {
        width: 80px;
        float: left;
    }

.spinner-buttons {
    width: 30px;
    height: 34px;
    position: absolute;
    top: 2px;
    right: 2px;
}

    .spinner-buttons button.fa {
        background-color: #fff1e2;
        height: 15px;
        border: none;
        width: 30px;
        float: left;
        margin-bottom: 1px;
    }

    .spinner-buttons button.fa-chevron-up {
        background-position: 7px -35px;
    }

    .spinner-buttons button.fa-chevron-down {
        background-position: 7px -63px;
    }

.wizard-box {
    position: relative;
}

    .wizard-box input {
        width: 100%;
        padding: 5px 0 6px;
        text-indent: 5px;
    }

        .wizard-box input.warning-input {
            border: 1px solid #e0c43a;
        }

        .wizard-box input.error-input {
            border: 1px solid #f09784;
        }

        .wizard-box input.right-input {
            border: 1px solid #92bf65;
        }

    .wizard-box i {
        display: block;
        width: 34px;
        height: 34px;
        position: absolute;
        top: 0;
        right: 0;
    }

        .wizard-box i.wizard-icon-warning {
            background-position: 13px -88px;
        }

        .wizard-box i.wizard-icon-error {
            background-position: -25px -88px;
        }

        .wizard-box i.wizard-icon-right {
            background-position: -63px -88px;
        }

.wizard-font {
    padding: 8px 10px;
}

.wizard-warning {
    color: #d19d59;
}

.wizard-error {
    color: #d68273;
}

.wizard-right {
    color: #8bad4c;
}

.table_main h1 {
    text-align: center;
    font-size: 24px;
    font-family: "微软雅黑";
    color: #000;
    height: 60px;
    line-height: 60px;
    display: block;
}

.project_table {
    border: 3px;
    border: 3px solid #000;
}

    .project_table td {
        border: 1px solid #000;
        line-height: 30px;
        font-size: 16px;
    }

    .project_table .pt01 {
        margin: 0 10px;
        height: 30px;
    }

        .project_table .pt01 input.pt_input01 {
            height: 100%;
            width: 100%;
            border: 0;
            line-height: 30px;
            float: left;
            font-size: 16px;
            color: #000;
        }

        .project_table .pt01 label {
            margin: 0 20px 0 0;
        }

    .project_table .pt02 {
        margin: 0 10px;
        *zoom: 1;
    }

        .project_table .pt02:before, .project_table .pt02:after {
            content: "";
            display: table;
        }

        .project_table .pt02:after {
            clear: both;
        }

        .project_table .pt02 textarea.pt_input02 {
            height: 100%;
            width: 100%;
            border: 0;
            line-height: 30px;
            float: left;
            font-size: 16px;
            color: #000;
        }

    .project_table .pt02_bg td {
        background-color: #f0f0f0;
    }

    .project_table .pt03 {
        margin: 0 10px;
        height: 30px;
    }

        .project_table .pt03 label {
            margin: 0 40px 0 0;
        }

    .project_table .pt04 {
        margin: 10px;
        *zoom: 1;
    }

        .project_table .pt04:before, .project_table .pt04:after {
            content: "";
            display: table;
        }

        .project_table .pt04:after {
            clear: both;
        }

        .project_table .pt04 input {
            border-color: #000;
            border-style: solid;
            border-width: 0 0 1px 0;
        }

            .project_table .pt04 input.pt04_in1 {
                width: 50px;
            }

            .project_table .pt04 input.pt04_in2 {
                width: 20%;
            }

            .project_table .pt04 input.pt04_in3 {
                width: 90%;
            }

.project_table_sub td {
    border: 0;
}

    .project_table_sub td.pts_border {
        border-right: 1px solid #000;
    }

    .project_table_sub td.pts_border02 {
        border-right: 1px solid #000;
        border-left: 1px solid #000;
        overflow-y: hidden;
        height: 60px;
    }

.project_foot_table {
    text-align: right;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}

.d-scroll {
    overflow-y: scroll;
}

.mb10, .mt15 {
    margin-bottom: 10px;
}


.zeng_msgbox_layer, .zeng_msgbox_layer .gtl_ico_succ, .zeng_msgbox_layer .gtl_ico_fail, .zeng_msgbox_layer .gtl_ico_hits, .zeng_msgbox_layer .gtl_ico_clear, .zeng_msgbox_layer .gtl_end {
    display: inline-block;
    height: 54px;
    line-height: 54px;
    font-weight: bold;
    font-size: 14px;
    color: #606060;
    background-image: url("../../images/gb_tip_layer.png");
    _background-image: url("../../images/gb_tip_layer_ie6.png");
    background-repeat: no-repeat;
}

.zeng_msgbox_layer_wrap {
    width: 100%;
    position: fixed;
    _position: absolute;
    top: 46%;
    left: 0;
    text-align: center;
    z-index: 65533;
}

.zeng_msgbox_layer {
    background-position: 0 -161px;
    background-repeat: repeat-x;
    padding: 0 18px 0 9px;
    margin: 0 auto;
    position: relative;
}

    .zeng_msgbox_layer .gtl_ico_succ {
        background-position: -6px 0;
        left: -45px;
        top: 0;
        width: 45px;
        position: absolute;
    }

    .zeng_msgbox_layer .gtl_end {
        background-position: 0 0;
        position: absolute;
        right: -6px;
        top: 0;
        width: 6px;
    }

    .zeng_msgbox_layer .gtl_ico_fail {
        background-position: -6px -108px;
        position: absolute;
        left: -45px;
        top: 0;
        width: 45px;
    }

    .zeng_msgbox_layer .gtl_ico_hits {
        background-position: -6px -54px;
        position: absolute;
        left: -45px;
        top: 0;
        width: 45px;
    }

    .zeng_msgbox_layer .gtl_ico_clear {
        background-position: -6px 0;
        left: -5px;
        width: 5px;
        position: absolute;
        top: 0;
    }

    .zeng_msgbox_layer .gtl_ico_loading {
        width: 16px;
        height: 16px;
        border: 0;
        background-image: url(../../images/loadingS.gif);
        float: left;
        margin: 19px 10px 0 5px;
    }
.grid-wrap .mb10 {
     margin-bottom: 10px;
     padding-bottom:30px;
}