﻿/*cSS */
body, html {
    height: 100%;
    min-width: 1024px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu {
    font-size: 12px !important;
}

.form-control {
    font-size: 12px !important;
}

a {
    cursor: pointer;
}

p {
    margin: 0 0 2px 0;
}

.bgcolor-Primary {
    background: #428BCA;
}

.bgcolor-green-system {
    background: #297CA5;
}

.bgcolor-success {
    background: #5CB85C;
}

.bgcolor-info {
    background: #5BC0DE;
}

.bgcolor-gray {
    background: #CCC;
}

.bgcolor-warning {
    background: #F0AD4E;
}

.bgcolor-danger {
    background: #D9534F;
}

.bgcolor-white {
    background: #FFF;
}

.bgcolor-light {
    background: #F7F7F9;
}

.color-green {
    color: #0C0 !important;
}

.color-blue {
    color: #09F !important;
}

.color-org {
    color: #F60 !important;
}

.color-white {
    color: #FFF;
}

.line-height-24 {
    line-height: 24px;
}

.font-lg {
    font-size: 30px;
}

.font-sm {
    font-size: 24px;
}

.font-xs {
    font-size: 12px;
}

.font-title {
    font-size: 16px;
    font-weight: bold;
}

.padding-leftright-xs {
    padding: 0 10px;
}

.padding-leftright-sm {
    padding: 0 25px;
}

.padding-leftright-lg {
    padding: 0 35px;
}

.padding-none {
    padding: 0 !important;
}

.padding-sm {
    padding: 15px;
}

.padding-xs {
    padding: 10px;
}

.margin-bottom-xs {
    margin-bottom: 3px !important;
}

.margin-bottom-sm {
    margin-bottom: 10px !important;
}

.margin-bottom-lg {
    margin-bottom: 25px !important;
}

.margin-top-none {
    margin-top: 0 !important;
}

.margin-top-sm {
    margin-top: 10px;
}

.body-before:before {
    content: '';
    position: fixed;
    width: 180px;
    height: 100%;
    background: #428BCA;
    z-index: -1000;
    left: 0;
}

.body-before {
    height: inherit;
}


.graybg-before {
    background: #f3f3f3;
    width: 180px;
    left: 180px;
    height: 100%;
    position: fixed;
    z-index: -1001;
    border-right: 1px solid #D9D9D9;
}

.margin-updown-xs {
    margin: 10px 0;
}

.mycss-float {
    float: left;
    width: 180px;
    background-color: transparent;
    position: fixed;
    z-index: 10;
}

@media (max-width: 1024px) {
    .body-before:before {
        content: '';
        position: absolute !important;
        width: 120px;
        top: 0;
        bottom: 0;
        background: #428BCA;
        z-index: -1000;
        left: 0;
    }

    .graybg-before {
        background: #f3f3f3;
        width: 120px;
        left: 0;
        height: 100%;
        position: absolute !important;
        z-index: -1001;
    }

    .margin-left-200 {
        margin-left: 120px !important;
        position: absolute;
        z-index: 99;
        right: 0;
        left: 0;
        background: white;
        width: 1024px;
    }

    .margin-left-400 {
        margin-left: 240px !important;
    }

    .mycss-float {
        float: left;
        width: 120px !important;
        background-color: transparent;
        position: absolute !important;
    }

    .mycss-header-content {
        height: 50px;
        line-height: 50px;
        overflow: hidden;
    }

    .mycss-rowBg:before {
        position: fixed;
        content: '';
        background: #f3f3f3;
        border: 1px solid #ddd;
        width: 23%;
        top: 108px;
        left: 120px !important;
        bottom: 0;
        z-index: -1;
    }
}

.margin-left-200 {
    margin-left: 220px;
    height: 100%;
}

.margin-left-400 {
    margin-left: 400px;
}

.margin-top-lg {
    margin-top: 25px !important;
}

.margin-xs {
    margin: 2px 0 5px 0;
}

.margin-none {
    margin: 0;
}

.mycss-search {
    display: inline-block !important;
    width: 100px !important;
}

    .mycss-search:focus {
        min-width: 200px;
        max-width: 2000px;
    }


.mycss-borderradius-xs {
    border-radius: 5px;
}

.mycss-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    font-size: 14px;
    border-bottom: 1px solid #3781C4;
    -moz-box-shadow: 2px 2px 4px #3070A9;
    -webkit-box-shadow: 2px 2px 4px #3070A9;
    box-shadow: 2px 2px 4px #3070A9;
}


.mycss-header-content {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
}

.mycss-header-logo {
    padding-right: 15px;
    height: 27px;
}

.mycss-header-menu {
    padding-left: 50px;
}

    .mycss-header-menu li {
        float: left;
        overflow: hidden;
    }

        .mycss-header-menu li a {
            display: block;
            color: #FFF;
            padding: 0 15px;
            text-decoration: none;
        }

            .mycss-header-menu li a:hover {
                background: #3478B6;
            }

            .mycss-header-menu li a:focus {
                background: #3070A9;
            }

.mycss-header-active a {
    background: #3070A9;
    display: block;
    color: #FFF;
    padding: 0 15px;
    text-decoration: none;
}






.mycss-modal-listul {
    overflow: hidden;
    width: 100%;
}

    .mycss-modal-listul li {
        padding: 3px;
        border-bottom: 1px solid #eeeeee;
    }

        .mycss-modal-listul li:last-child {
            border: 0;
        }

.mycss-modal-listtab label {
    font-weight: normal;
}

.mycss-modal-listtab p {
    text-indent: 16px;
}

.mycss-container {
    padding-top: 50px;
    background-color: transparent !important;
    height: inherit;
}

.mycss-MapTreePanel {
    position: fixed;
    left: -2px;
    top: 54px;
    z-index: 100;
    opacity: 0.95;
    width: 240px;
}

.mycss-sidebar {
    width: 199px;
    float: left;
    position: absolute;
    z-index: 1;
}

.mycss-main {
    float: left;
    left: 0;
    position: absolute;
    padding: 0 15px 15px 215px;
    width: 100%;
    z-index: 0;
}

.mycss-main-content {
    height: inherit;
}

.mycss-page-header {
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    margin-bottom: 15px;
}

.mycss-sidebar-title {
    position: relative;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    color: #fff;
}

    .mycss-sidebar-title:before {
        content: '';
        position: absolute;
        width: 3px;
        height: 10px;
        background: #FF0;
        top: 10px;
        left: 10px;
    }

.mycss-sidebar-meun li ul {
    padding: 0;
    margin: 0 1px 15px 0;
}

    .mycss-sidebar-meun li ul li a {
        text-decoration: none;
        padding: 5px 25px;
        display: block;
        margin: 0;
        color: #fff;
        opacity: 0.7;
        font-size: 12px;
    }

        .mycss-sidebar-meun li ul li a:hover {
            background: #296092;
            color: #fff;
        }

        .mycss-sidebar-meun li ul li a:focus {
            color: #FFF;
            background: #23527C;
        }

.mycss-sidebar-meun-active a {
    text-decoration: none;
    padding: 5px 15px;
    display: block;
    margin: 0;
    color: #FFF;
    background: #23527C;
    opacity: 1;
}

.mycss-displaytable {
    display: table;
    width: 100%;
}

.mycss-border-bottom {
    border-bottom: 1px solid #eeeeee;
}

.mycss-border-top {
    border-top: 1px solid #eeeeee;
}



.mycss-tablist {
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 10px;
    width: 100%;
    display: table;
}

.mycss-tablist-img {
    position: absolute;
    left: 0;
    top: 8px;
}

.mycss-tablist-page {
    width: 100%;
    padding-left: 66px;
    height: inherit;
}

.mycss-tablist-sup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.mycss-tablist-sup-right {
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 2;
}


.mycss-dz {
    border-radius: 20px;
    background: #FC0;
    display: inline-block;
    position: relative;
    padding-right: 50px;
    padding-left: 15px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    top: -5px;
    position: relative;
}

    .mycss-dz:before {
        content: '';
        position: absolute;
        right: 1px;
        border-radius: 50%;
        background: #FFF;
        width: 36px;
        height: 36px;
        top: 1px;
    }

    .mycss-dz span {
        position: absolute;
        height: 36px;
        line-height: 36px;
        right: 1px;
        display: inline-block;
        width: 36px;
        text-align: center;
    }

.mycss-dz-onn {
    margin: 8px;
}

    .mycss-dz-onn li {
        float: left;
        position: relative;
        margin: 6px;
    }

        .mycss-dz-onn li a {
            display: block;
            width: 80px;
            height: 85px;
            text-align: center;
            border-radius: 4px;
            text-decoration: none;
            top: 0;
        }

.mycss-dz-onn-ico {
    border-radius: 4px;
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
    display: inline-block;
    padding-top: 3px;
}

    .mycss-dz-onn-ico span {
        display: block;
    }

.mycss-dz-onn-sup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.mycss-dz-onn li a:hover {
    text-decoration: none;
}

.mycss-dz-onn-ico {
    background: #8CD3E8;
    border: 1px solid #5BC0DE;
}

    .mycss-dz-onn-ico img {
        width: 32px;
        height: 32px;
        margin: 6px;
    }

    .mycss-dz-onn-ico:hover {
        background: #5BC0DE;
    }

    .mycss-dz-onn-ico:active {
        text-decoration: none;
        background: #5BC0DE;
    }

.ico-gray {
    background: #DFDFDF !important;
    border: 1px solid #CCC;
}

    .ico-gray:hover {
        background: #D1D1D1 !important;
        border: 1px solid #CCC;
    }

    .ico-gray:active {
        background: #D1D1D1 !important;
        border: 1px solid #CCC;
    }

.mycss-anzhuang li {
    float: left;
    width: 33.3333333333%;
    padding: 10px;
    text-align: center;
    position: relative;
}

    .mycss-anzhuang li:before {
        border-right: 1px solid #ccc;
        content: '';
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0.3;
    }

    .mycss-anzhuang li:last-child:before {
        border-right: 0;
    }



.ssyy {
    position: relative;
    display: inline-block;
}

    .ssyy input {
        width: 110px;
        padding-left: 25px;
        display: inline-block !important;
    }

    .ssyy:before {
        content: "";
        background-image: url(../images/src.png);
        position: absolute;
        top: 10px;
        left: 5px;
        width: 16px;
        height: 16px;
    }

    .ssyy input:focus {
        min-width: 260px;
    }

a.mycss-img-hed {
    position: relative;
    display: inline-table;
    margin-bottom: 15px;
    text-align: center;
    width: 200px;
    height: 200px;
    line-height: 200px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    padding: 2px;
}

    a.mycss-img-hed img {
        width: 200px;
        height: 200px;
    }

    a.mycss-img-hed span {
        position: absolute;
        z-index: 1;
        display: inline-block;
        height: 32px;
        padding: 0 10px;
        line-height: 32px;
        left: 35%;
        top: 45%;
        border-radius: 5px;
        opacity: 0;
    }

    a.mycss-img-hed:hover span {
        position: absolute;
        z-index: 1;
        display: inline-block;
        height: 32px;
        padding: 0 10px;
        line-height: 32px;
        left: 35%;
        top: 45%;
        border-radius: 5px;
        opacity: 1;
    }

    a.mycss-img-hed:active {
        border: 1px solid #428BCA;
    }



.mycss-opacity-xs {
    opacity: 0.3;
}

.mycss-clear {
    clear: both;
    display: table;
}



.mycss-opacity {
    opacity: 0.5;
}

.mycss-opacity-light {
    opacity: 0.8;
}

.mycss-jd {
    height: 30px;
    display: block;
    margin-bottom: 25px;
}

    .mycss-jd li {
        width: 33.3333333333%;
        padding: 0;
        margin: 0;
        float: left;
        background: #CCC;
        height: 28px;
        line-height: 28px;
        position: relative;
        text-align: center;
        color: #FFF;
    }

        .mycss-jd li:after {
            content: '';
            width: 0;
            height: 0;
            border-top: 14px solid #ccc;
            border-bottom: 14px solid #ccc;
            border-left: 14px solid #fff;
            display: inline-block;
            position: absolute;
            right: 0;
        }

        .mycss-jd li:before {
            content: '';
            width: 0;
            height: 0;
            border-top: 14px solid transparent;
            border-bottom: 14px solid transparent;
            border-left: 14px solid #ccc;
            display: inline-block;
            position: absolute;
            right: 1px;
            z-index: 2;
        }

        .mycss-jd li:last-child:after {
            border: 0 !important;
        }

        .mycss-jd li:last-child:before {
            border: 0 !important;
        }

.mycss-jd-acv {
    background: #090 !important;
}

    .mycss-jd-acv:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-left: 14px solid #090 !important;
        display: inline-block;
        position: absolute;
        right: 1px;
        z-index: 2;
    }

.mycss-jd-acvi {
    background: #090 !important;
}

    .mycss-jd-acvi:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 14px solid #090 !important;
        border-bottom: 14px solid #090 !important;
        border-left: 14px solid #fff;
        display: inline-block;
        position: absolute;
        right: 0;
    }

    .mycss-jd-acvi:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-left: 14px solid #090 !important;
        display: inline-block;
        position: absolute;
        right: 1px;
        z-index: 2;
    }

.mycss-nww {
    position: relative;
    height: 22px;
    line-height: 22px;
    border-radius: 10px;
    width: 150px;
    display: inline-block;
    background: #BFE1F2;
    float: left;
    padding-left: 40px;
    margin-right: 10px;
}

    .mycss-nww:before {
        content: '';
        width: 35px;
        height: 22px;
        position: absolute;
        left: 0;
        background: #A0D2EB;
        z-index: 1px;
        border-radius: 10px 0 0 10px;
    }

    .mycss-nww span {
        position: absolute;
        z-index: 2;
        left: 5px;
    }

a.listmenu {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #666;
}

    a.listmenu:hover {
        background: #D0D0D0;
    }

    a.listmenu:focus {
        background: #ACACAC;
        color: #FFF;
    }

a.listmenuactive {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    background: #ACACAC;
    color: #FFF;
}

    a.listmenuactive:hover {
        background: #D0D0D0;
        color: #666;
    }

.mycss-row {
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    padding: 8px 0;
    margin-bottom: 15px;
}

.mycss-radspan {
    border-radius: 15px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    padding: 0 1px 0 10px;
}

    .mycss-radspan span {
        background: #fff;
        display: inline-block;
        height: 22px;
        color: #F60;
        margin: 2px 1px 0 8px;
        padding: 5px 5px 3px 5px;
        min-width: 24px;
    }

.mycss-float-block {
    display: inline-block;
}

.btn-style {
    outline: none;
    background: transparent;
    text-align: left;
    border: 0;
    padding: 5px 8px;
    line-height: 26px;
    border-radius: 4px;
}

    .btn-style span {
        display: inline-block;
        width: 80px;
    }

    .btn-style input {
        border: 1px solid #fff;
        border-radius: 4px;
        padding: 0 8px;
    }

    .btn-style select {
        border: 1px solid #fff;
        border-radius: 4px;
        padding: 5px 0;
        color: #999999;
    }

    .btn-style a {
        opacity: 0;
        margin-top: 3px;
    }

    .btn-style:hover, .btn-style:focus {
        outline: none;
        background: #f3f3f3;
        text-align: left;
        border: 0;
    }

        .btn-style:hover input, .btn-style:focus input {
            border: 1px solid #B9B9B9;
            border-radius: 4px;
            padding: 0 8px;
        }

        .btn-style:hover select, .btn-style:focus select {
            border: 1px solid #B9B9B9;
            border-radius: 4px;
            padding: 5px 0;
        }


        .btn-style:hover a, .btn-style:focus a {
            opacity: 1;
        }

.mycss-foot {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.mycss-filtergray {
    filter: gray;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    opacity: 0.5;
}

.my-dropdown-menu {
    top: 50% !important;
    left: 50% !important;
}

    .my-dropdown-menu li {
        padding: 0;
        margin: 0;
    }

    .my-dropdown-menu a {
        min-width: 160px !important;
        line-height: 26px !important;
        padding: 0;
        height: 26px !important;
        text-align: left !important;
    }

.mycss-sup {
    position: relative;
}

.mycss-sup-left {
    position: absolute;
    z-index: 1;
    left: 0;
}

.mycss-righttop {
    position: fixed;
    right: 17px;
    left: 0;
    text-align: right;
    max-width: 1035px;
    top: 65px;
    z-index: 100;
}

.mycss-fu {
    display: inline-block;
    margin-top: -10px;
    padding-right: 10px;
}

.mycss-wu {
    display: inline-block;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.row {
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.mycss-float-tit {
    position: relative;
    padding: 0 15px;
    font-size: 130%;
    height: 55px;
    line-height: 55px;
}

    .mycss-float-tit:before {
        content: '';
        position: absolute;
        z-index: -200;
        background: #e6e6e6;
        left: 0;
        right: 0;
        height: 55px;
        top: 0;
    }

.mycss-list-group {
    padding: 5px 15px;
    font-size: 120%;
    display: block;
    color: #666;
    text-decoration: none;
}

    .mycss-list-group:hover {
        background-color: #E6E6E6 !important;
        text-decoration: none;
    }

    .mycss-list-group:focus {
        background-color: #FFF !important;
        text-decoration: none;
    }

.mycss-list-group-active {
    background-color: #fff !important;
    padding: 5px 15px;
}

.mycss-nav-tabs {
    border-bottom: 1px solid #ddd;
    display: block;
    overflow: hidden;
}

    .mycss-nav-tabs li {
        float: left;
        display: block;
    }

        .mycss-nav-tabs li a {
            color: #428BCA;
            padding: 5px 10px;
            display: block;
            text-decoration: none;
            margin-right: 1px;
        }

            .mycss-nav-tabs li a:hover {
                border-bottom: 2px solid #F00;
                color: #000;
            }

.mycss-nav-tabs-av a {
    border-bottom: 2px solid #666;
    color: #666 !important;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    margin-right: 1px;
}

.mycss-picbg {
    background-image: url(../images/picbg_s1.png);
    display: inline-block;
    width: 24px;
    height: 20px;
}

.mycss-picbg-face {
    background-position: 0 0;
}

.mycss-picbg-id {
    background-position: -24px 0;
}

.mycss-picbg-fingerprint {
    background-position: -48px 0;
}

.mycss-picbg-faceGray {
    background-position: 0 -20px;
}

.mycss-picbg-idGray {
    background-position: -24px -20px;
}

.mycss-picbg-fingerprintGray {
    background-position: -48px -20px;
}

.btn-default-noneborder {
    border: 0 !important;
}

.mycss-fdiv {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}

.mycss-navTbsC a {
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    font-size: 12px;
    line-height: 24px !important;
    color: #FFF !important;
    border-radius: 3px !important;
    background: #428bca !important;
    border: 1px solid #357ebd !important;
    margin-right: 5px !important;
    margin-top: 3px !important;
}

    .mycss-navTbsC a:hover {
        background: #3276B1 !important;
    }

.mycss-ulver {
    position: relative;
    display: inline-block;
}

    .mycss-ulver img {
        width: 24px;
        height: 24px;
        margin: 0 3px;
    }

    .mycss-ulver i {
        position: absolute;
        z-index: 2;
        top: 6px;
        left: 7px;
    }

a.mycss-ell {
    display: table-cell;
    text-align: center;
    text-decoration: none;
    color: #666;
    padding: 3px 10px;
    border-radius: 4px;
    border: 1px solid #FFF;
    font-size: 12px;
}

    a.mycss-ell p {
        width: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    a.mycss-ell img {
        width: 32px;
        height: 32px;
    }

    a.mycss-ell:hover {
        background: #EBEBEB;
        border: 1px solid #EBEBEB;
    }

    a.mycss-ell:active {
        background: #EBEBEB;
        border: 1px solid #DADADA;
    }

.mycss-map1 {
    display: block;
    position: relative;
    margin: 5px;
}

    .mycss-map1 a {
        border: 2px solid #CCC;
        display: block;
        text-align: center;
        padding-top: 5px;
        font-size: 14px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        font-weight: bold;
    }

        .mycss-map1 a img {
            width: 32px;
            height: 32px;
        }

        .mycss-map1 a:hover {
            border: 2px solid #428BCA;
        }

.mycss-map2 li {
    display: block;
    border: 3px solid #f3f3f3;
    margin-bottom: 10px;
    background: #ebebeb;
}

    .mycss-map2 li a {
        display: block;
        text-align: center;
        text-decoration: none;
        border: 1px solid #ccc;
    }

        .mycss-map2 li a img {
            width: 100%;
            height: 60px;
            opacity: 0.6;
        }

        .mycss-map2 li a p {
            line-height: 26px;
            color: #333;
            background: #ebebeb;
        }

    .mycss-map2 li:hover {
        border: 3px solid #74A8D8;
    }

.mycss-map2-acv {
    display: block;
    border: 3px solid #428BCA !important;
    margin-bottom: 10px;
}

    .mycss-map2-acv a {
        background: #8AB8DD !important;
    }

        .mycss-map2-acv a p {
            color: #FFF !important;
            background: #8AB8DD !important;
        }

        .mycss-map2-acv a img {
            opacity: 1 !important;
        }

.mycss-span-dd {
    display: inline-block;
    width: 50px;
}

.imgvv {
    background: #FFF;
    padding: 2px;
}

    .imgvv img {
        opacity: 0.4;
    }

.mycss-ax {
    overflow: auto;
    background: #000;
}

.mycss-axDiv {
    white-space: nowrap;
}

    .mycss-axDiv a {
        display: inline-block;
    }

        .mycss-axDiv a img {
            width: 80px;
            height: 70px;
            margin: 5px 2px;
            display: inline-block;
            border: 1px solid #000;
        }

        .mycss-axDiv a:hover img {
            border: 1px solid #0CF;
        }

        .mycss-axDiv a:active img {
            border: 1px solid #0FF;
        }

.mycss-checkbox a {
    display: inline-block !important;
    width: 140px;
    padding-right: 15px;
    text-decoration: none;
    color: #333;
}

    .mycss-checkbox a:hover {
        color: #428BCA;
    }

a.checkbox-ac {
    color: #428BCA;
}

.img24 {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.mycss-img-fw {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.mycss-tag {
    display: inline-block;
    text-align: center;
    position: relative;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #999;
    padding: 15px 15px 15px 15px;
    margin: 0 auto;
}

    .mycss-tag button {
        margin-bottom: 3px !important;
    }

    .mycss-tag:before {
        position: absolute;
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        line-height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: #999 transparent transparent transparent;
        bottom: -20px;
        z-index: 2;
        left: 46%;
    }

    .mycss-tag:after {
        position: absolute;
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        line-height: 0;
        border-width: 9px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
        bottom: -17px;
        z-index: 3;
        left: 46%;
    }

.mycss-tag-remover {
    position: absolute;
    z-index: 4;
    right: 5px;
    top: 3px;
}

.mycss-mapVo {
    position: absolute;
    z-index: 100;
}

.mycss-mapVoC {
    display: inline-block;
    color: #FFF;
    background: #333;
    margin: 0;
    padding: 0;
    float: left;
    border: 1px solid #000;
}

.mycss-mapVoC-img {
    width: 220px;
    height: 150px;
    padding: 0;
    margin: 0;
}

    .mycss-mapVoC-img img {
        width: 100%;
        height: 150px;
        padding: 0;
        margin: 0;
    }

.mycss-mapVoCDiv {
    height: 28px;
    line-height: 28px;
}

    .mycss-mapVoCDiv a {
        margin-right: 3px !important;
        color: #FFF !important;
    }

        .mycss-mapVoCDiv a:hover {
            color: #999 !important;
        }

        .mycss-mapVoCDiv a:active {
            color: #CCC !important;
        }

.mycss-tabUl {
    margin: 8px 0;
}

    .mycss-tabUl li a {
        display: block;
        height: 26px;
        line-height: 26px;
        color: #666;
        padding: 0 15px;
        text-decoration: none;
    }

        .mycss-tabUl li a:hover {
            background: #F5F5F5;
        }

        .mycss-tabUl li a:active {
            background: #EBEBEB;
        }

.mycss-lableDiv label {
    font-weight: normal;
    cursor: pointer;
    margin-right: 10px;
}


.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -2px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.428571429;
            border: 2px solid transparent;
            color: #666;
            padding: 5px 8px;
        }

            .nav-tabs > li > a:hover {
                color: #F60;
                background-color: #fff;
                border: 2px solid #F60;
                border-top-color: transparent;
                border-left-color: transparent;
                border-right-color: transparent;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #F60;
            cursor: default;
            background-color: #fff;
            border: 2px solid #F60;
            border-top-color: transparent;
            border-left-color: transparent;
            border-right-color: transparent;
        }

.mycss-rowBg {
    position: relative;
    left: -15px;
}

.mycss-rowBg-left {
    width: 280px;
    display: table-cell;
    padding: 0 15px 15px 15px;
}

.mycss-rowBg-right {
    display: table-cell;
    padding: 0 15px 15px 15px;
}

.mycss-rowBg-tab {
    border: 1px solid #CCC;
    background: #FFF;
    border-radius: 4px;
    margin-top: 10px;
}

.mycss-rowBg:before {
    position: fixed;
    content: '';
    background: #f3f3f3;
    border: 1px solid #eee;
    width: 280px;
    top: 110px;
    bottom: 0;
    z-index: -1;
}

a.mycss-lsi {
    color: #333;
    text-decoration: none;
    padding: 5px;
    display: block;
    border-radius: 4px;
}

    a.mycss-lsi:hover {
        background: #f3f3f3;
    }

.special {
    color: green;
}




/*验证气泡提示样式*/
.hide {
    display: none;
}

.poptip {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 6px 10px 5px;
    *padding: 7px 10px 4px;
    line-height: 16px;
    color: #DB7C22;
    font-size: 12px;
    background-color: #FFFCEF;
    border: solid 1px #FFBB76;
    border-radius: 2px;
    box-shadow: 0 0 3px #ddd;
    z-index: 999;
}

.poptip-arrow {
    position: absolute;
    overflow: hidden;
    font-style: normal;
    font-family: simsun;
    font-size: 12px;
    text-shadow: 0 0 2px #ccc;
}

    .poptip-arrow em, .poptip-arrow i {
        position: absolute;
        left: 0;
        top: 0;
        font-style: normal;
    }

    .poptip-arrow em {
        color: #FFBB76;
    }

    .poptip-arrow i {
        color: #FFFCEF;
        text-shadow: none;
    }

.poptip-arrow-top, .poptip-arrow-bottom {
    height: 6px;
    width: 12px;
    left: 12px;
    margin-left: -6px;
}

.poptip-arrow-left, .poptip-arrow-right {
    height: 12px;
    width: 6px;
    top: 12px;
    margin-top: -6px;
}

.poptip-arrow-top {
    top: -6px;
}

    .poptip-arrow-top em {
        top: -1px;
    }

    .poptip-arrow-top i {
        top: 0px;
    }

.poptip-arrow-bottom {
    bottom: -6px;
}

    .poptip-arrow-bottom em {
        top: -8px;
    }

    .poptip-arrow-bottom i {
        top: -9px;
    }

.poptip-arrow-left {
    left: -6px;
}

    .poptip-arrow-left em {
        left: 1px;
    }

    .poptip-arrow-left i {
        left: 2px;
    }

.poptip-arrow-right {
    right: -6px;
}

    .poptip-arrow-right em {
        left: -6px;
    }

    .poptip-arrow-right i {
        left: -7px;
    }
/*验证气泡提示样式 结束*/
