<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* reset */
body {
    background-color: #fff;
    min-width: 1200px;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body, div, 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, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 12px/20px tahoma, \5FAE\8F6F\96C5\9ED1;
}

input, select, textarea {
    font-size: 100%;
}

address, cite, dfn, em, var, i {
    font-style: normal;
}

input, textarea, select {
    outline: none;
    border: none;
    background: none;
}

textarea {
    overflow: hidden;
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

fieldset, img {
    border: 0;
}

iframe {
    display: block;
}

ol, ul, li {
    list-style: none;
}

del {
    text-decoration: line-through;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ins, a {
    text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500;
}

body {
    color: #333;
}

a {
    color: #333;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}

.clearfix {
    zoom: 1; /* for IE6 IE7 */
}

/* font */
.f11 {
    font-size: 11px !important;
}

.f12 {
    font-size: 12px !important;
}

.f13 {
    font-size: 13px !important;
}

.f14 {
    font-size: 14px !important;
}

.f16 {
    font-size: 16px !important;
}

.f18 {
    font-size: 18px !important;
}

.f20 {
    font-size: 20px !important;
}

.f24 {
    font-size: 24px !important;
}
.f30 { font-size:30px!important; }

.fb {
    font-weight: 700 !important;
}

.fn {
    font-weight: 400 !important;
}

.t2 {
    text-indent: 2em !important;
}

.lh12 {
    line-height: 12px !important;
}

.lh14 {
    line-height: 14px !important;
}

.lh16 {
    line-height: 16px !important;
}

.lh18 {
    line-height: 18px !important;
}

.lh20 {
    line-height: 20px !important;
}

.lh22 {
    line-height: 22px !important;
}

.lh24 {
    line-height: 24px !important;
}

.lh26 {
    line-height: 26px !important;
}

.lh28 {
    line-height: 28px !important;
}

.lh30 {
    line-height: 30px !important;
}

.lh32 {
    line-height: 32px !important;
}

.lh36 {
    line-height: 36px !important;
}

.unl {
    text-decoration: underline !important;
}

.no_unl {
    text-decoration: none !important;
}

.ect {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* bg-color */
.bg-black {
    position: fixed;
    _position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1000;
}

/* font-color */
.s-c000 {
    color: #000 !important;
}

.s-c333 {
    color: #333 !important;
}

.s-c666 {
    color: #666 !important;
}

.s-c999 {
    color: #999 !important;
}

.s-cf60 {
    color: #f60 !important;
}

/*border*/
.borb0 {
    border-bottom: 0 !important;
}

.borr0 {
    border-right: 0 !important;
}

.bort0 {
    border-top: 0 !important;
}

.borl0 {
    border-left: 0 !important;
}

/* dingwei */
.tl {
    text-align: left !important;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.ma {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.vm {
    vertical-align: middle;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.zoom {
    zoom: 1;
}

.vhn {
    visibility: hidden;
}

.ohn {
    overflow: hidden;
}

.none {
    display: none !important;
}

.block {
    display: block !important;
}

/* width 、height */
.wc {
    width: 100% !important;
}
/* width-centum */
.w1200 {
    width: 1200px;
}

.hc {
    height: 100%;
}

.ha {
    height: auto !important;
}

/* margin、padding */
.m10 {
    margin: 10px !important;
}

.m15 {
    margin: 15px !important;
}

.m20 {
    margin: 20px !important;
}

.m30 {
    margin: 30px !important;
}

.m40 {
    margin: 40px !important;
}

.m50 {
    margin: 50px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt100 {
    margin-top: 100px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb100 {
    margin-bottom: 100px;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml100 {
    margin-left: 100px;
}

.mr0 {
    margin-right: 0 !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mr100 {
    margin-right: 100px;
}

.p10 {
    padding: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.p20 {
    padding: 20px !important;
}

.p30 {
    padding: 30px !important;
}

.p40 {
    padding: 40px !important;
}

.p50 {
    padding: 50px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pl100 {
    padding-left: 100px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pr100 {
    padding-right: 100px !important;
}

/* 层次*/
.z-11 {
    z-index: 11;
}

.z-10 {
    z-index: 10;
}

.z-9 {
    z-index: 9;
}

.z-8 {
    z-index: 8;
}

.z-7 {
    z-index: 7;
}

.z-6 {
    z-index: 6;
}

.z-5 {
    z-index: 5;
}

.z-4 {
    z-index: 4;
}

.z-3 {
    z-index: 3;
}

.z-2 {
    z-index: 2;
}

.z-1 {
    z-index: 1;
}

/* ico */
.ico-public {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: bottom;
    overflow: hidden;
    background: url(../images/ico-public.png) no-repeat;
}

.i-pc1, .i-pc1a, .i-pc1b, .i-pc1c {
    width: 5px;
    height: 9px;
}

.i-pc1 {
    background-position: 0 0;
}

.i-pc1a {
    background-position: -10px 0;
}

.i-pc1b {
    background-position: -20px 0;
}

.i-pc1c {
    background-position: -30px 0;
}

.i-pc2, .i-pc3 {
    width: 12px;
    height: 13px;
}

.i-pc2 {
    background-position: -40px 0;
}

.i-pc3 {
    background-position: -55px 0;
}

.i-pc4 {
    width: 8px;
    height: 9px;
    background-position: -70px 0;
}

.i-pc5 {
    width: 14px;
    height: 14px;
    background-position: -80px 0;
}

.i-pc6 {
    width: 8px;
    height: 18px;
    background-position: -100px 0;
}

.i-pc7 {
    width: 16px;
    height: 16px;
    background-position: -110px 0;
}

.i-pc8 {
    width: 16px;
    height: 16px;
    background-position: -130px 0;
}

.i-pc9 {
    width: 24px;
    height: 24px;
    background-position: 0 -20px;
}

.i-pc10 {
    width: 28px;
    height: 24px;
    background-position: -30px -20px;
}

.i-pc11 {
    width: 25px;
    height: 24px;
    background-position: -65px -20px;
}

.i-pc12 {
    width: 23px;
    height: 24px;
    background-position: -95px -20px;
}

.i-pc13 {
    width: 23px;
    height: 24px;
    background-position: -120px -20px;
}

.i-pc14 {
    width: 29px;
    height: 24px;
    background-position: -145px -20px;
}
.i-pc15, .i-pc16 {
    width: 18px; height: 18px;
}
.i-pc15 { background-position: -150px 0; }
.i-pc16 { background-position: -168px 0; }
.i-pc17, .i-pc18, .i-pc19, .i-pc20, .i-pc21 {
    width: 16px; height: 16px;
}
.i-pc17 { background-position: -190px 0; }
.i-pc18 { background-position: -210px 0; }
.i-pc19 { background-position: -230px 0; }
.i-pc20 { background-position: -210px -20px; }
.i-pc21 { background-position: -230px -20px; }
.i-pc22 {
    width:28px; height:24px;
    background-position:-178px -20px;
}



/* 页码 */
.m-page {
    height: 40px;
    color: #ddd;
}

    .m-page a {
        display: inline-block;
        width: 38px;
        height: 36px;
        line-height: 36px;
        border: 1px solid #eaeaea;
        font-size: 14px;
        font-family: "\5B8B\4F53";
        color: #999;
        background: #fff;
        text-align: center;
        margin: 0 3px 0 2px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        transition: none;
    }

    .m-page .m-page-prev, .m-page .m-page-next {
        position: relative;
        top: 1px;
        font-size: 16px;
        font-weight: bold;
        color: #ddd;
    }


/* right */
.r-fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    _position: absolute;
    _left: 100%;
    _margin-left: -46px;
    z-index: 900;
}

    .r-fixed li {
        position: relative;
        margin-bottom: 10px;
        height: 46px;
    }

        .r-fixed li span {
            position: relative;
            left: 0;
            display: block;
            width: 46px;
            height: 46px;
            line-height: 46px;
            text-align: center;
            background-color: #bdbdbd;
            cursor: pointer;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            *padding-top: 13px;
            *height: 33px;
        }

            .r-fixed li span:hover {
                opacity: .8;
            }
            .r-fixed li.r-f-weibo span { background-color:#ff7c7c; }

        .r-fixed li.r-f-wenxin span {
            background-color: #37c959;
        }

        .r-fixed li.r-f-online span {
            background-color: #2989ff;
        }

        .r-fixed li.r-f-qq span {
            background-color: #1ccaf6;
        }

        .r-fixed li.r-f-tel span {
            background-color: #ff6600;
        }

        .r-fixed li.r-f-fax span {
            background-color: #e84cff;
        }

        .r-fixed li .r-f-nr {
            position: absolute;
            left: 46px;
            top: 0;
            width: 180px;
            height: 46px;
            line-height: 46px;
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            text-align: center;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            _display: none;
        }

        .r-fixed li.r-f-qq .r-f-nr {
            background-color: #4adaff;
        }

        .r-fixed li.r-f-tel .r-f-nr {
            background-color: #ff924a;
        }

        .r-fixed li.r-f-fax .r-f-nr {
            background-color: #ea6dfd;
        }
        
        .r-fixed li.r-f-weibo .r-f-nr {
            background-color: #ffa1a1;
        }

        .r-fixed li.r-f-qq:hover span,
        .r-fixed li.r-f-tel:hover span,
        .r-fixed li.r-f-fax:hover span,
        .r-fixed li.r-f-weibo:hover span {
            left: -180px;
        }

        .r-fixed li.r-f-qq:hover .r-f-nr,
        .r-fixed li.r-f-tel:hover .r-f-nr,
        .r-fixed li.r-f-fax:hover .r-f-nr,
        .r-fixed li.r-f-weibo:hover .r-f-nr {
            left: -134px;
        }

    .r-fixed .wx-pop {
        position: absolute;
        right: 56px;
        bottom: 0;
        padding: 15px 0;
        width: 224px;
        font-size: 18px;
        text-align: center;
        border: 1px solid #ddd;
        background-color: #fff;
    }
/* 右边漂浮：2 */
.r-fixed2 {
    position: fixed;_position:absolute;
    top: 20%; right: -140px;
}
.r-fixed2 .r-shouqi {
    position:absolute;
    left: -30px; top: 0;
    width: 30px; height: 115px;
    padding-top: 10px;
    background-color: #f1144d;
    font-size: 16px; color: #fff; text-align: center;
    cursor: pointer;
}
.r-fixed2 .r-shouqi .i-pc15 { margin-bottom: 5px; }
.r-fixed2 .r-zhankai {
    width: 130px;
    background-color: #f1144d;
    padding: 0 5px 5px 5px;

}
.r-fixed2 .r-zhankai h3 {
    height: 40px; line-height: 40px;
    font-size: 16px; color: #fff;
    cursor: pointer;
}
.r-fixed2 .r-zhankai h3 .i-pc16 {
    float: left;
    margin: 11px 0 0 5px;
    cursor: pointer;
}
.r-fixed2 .r-zhankai .r-f-erw {
    padding: 13px;
    background-color: #fff;
}
.r-fixed2 .r-zhankai ul { 
    padding: 0 5px;
    background-color: #fff; 
}
.r-fixed2 .r-zhankai ul li {
    height: 30px; line-height: 30px;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}
.r-fixed2 .r-zhankai ul li .ico-public {
    float: left;
    margin: 7px 5px 0 0;
}
/* 输入框 */
.u-fm {
    width: 358px;
    height: 40px;
    line-height: 40px;
    padding: 0 9px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #333;
}

.u-fm-focus {
    border-color: #88bfee;
    box-shadow: 0 0 3px rgba(136, 191, 238, .75);
}

.u-fm-error {
    border-color: #f99d9d;
    color: #f99d9d;
}
/*多行文本域*/
.u-fd {
    padding: 9px;
    height: 84px;
    overflow: hidden;
    line-height: 24px;
    overflow-y: auto;
}

.s-fa {
    font-family: '\5B8B\4F53';
}

.btn-gy {
    background-color: #bbb !important;
}



/*警告弹框 2016 6 8*/
.u-alert, .u-confirm {
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    text-align: center;
    z-index: 1010;
}

.u-alert {
    width: 190px;
    padding: 30px 29px;
}

.u-alert-tit {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
}

    .u-alert-tit .ico-me, .u-alert-tit .ico-load {
        margin-top: -4px;
        *margin-top: 0;
        margin-right: 10px;
    }

    .u-alert-tit .ico-load {
        vertical-align: middle;
    }
/**/
.u-confirm {
    width: 248px;
    height: 145px;
}

    .u-confirm .i-me9 {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }

        .u-confirm .i-me9:hover, .m-pop-tit .i-me9:hover {
            background-position: -30px -90px;
        }

.u-confirm-btn {
    height: 40px;
    border-top: 1px solid #eaeaea;
}

    .u-confirm-btn span {
        float: left;
        width: 50%;
        _width: 49.9%;
    }

    .u-confirm-btn a {
        display: block;
        height: 40px;
        line-height: 40px;
        background-color: #f5f5f5;
    }

        .u-confirm-btn a:hover {
            background-color: #fff;
            color: #297acc;
        }

        .u-confirm-btn a.bor-r1 {
            border-right: 1px solid #eaeaea;
        }
/*通用弹框*/
.m-popup {
    position: fixed;
    _position: absolute;
    left: 50%;
    top: 50%;
    width: 350px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    z-index: 1005;
}

.m-pop-tit {
    height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #eaeaea;
}

    .m-pop-tit strong {
        float: left;
        font-size: 14px;
        line-height: 50px;
        font-weight: normal;
        color: #000;
    }

    .m-pop-tit .i-me9 {
        float: right;
        margin-top: 17px;
    }

.u-yijian {
    padding: 9px;
    height: 100px;
}

    .u-yijian textarea {
        width: 100%;
        height: 100%;
        overflow: hidden;
        resize: none;
    }

.m-popup .u-fm {
    width: 290px;
}

/* 图标 */
.ico-me{
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.ico-me { background: url(http://css.66law.cn/public/communal/images/ico-module.png) no-repeat; }
/**/
.i-me1, .i-me2, .i-me3, .i-me4, .i-me5 {
    width: 24px;
    height: 24px;
}

.i-me1 {
    background-position: 0 0;
}

.i-me2 {
    background-position: 0 -30px;
}

.i-me3 {
    background-position: 0 -59px;
}

.i-me4 {
    background-position: 0 -90px;
}

.i-me5 {
    background-position: 0 -120px;
}

.i-me6 {
    width: 14px;
    height: 11px;
    background-position: -30px 0;
}

.i-me7, .i-me8 {
    width: 17px;
    height: 16px;
}

.i-me7 {
    background-position: -30px -18px;
}

.i-me8 {
    background-position: -30px -40px;
}

.i-me9, .i-me10 {
    width: 16px;
    height: 16px;
}

.i-me9 {
    background-position: -30px -65px!important;
}
.i-me9:hover, .i-me10 {
    background-position: -30px -90px !important;
}

.i-me11, .i-me12, .i-me13, .i-me14 {
    width: 5px;
    height: 7px;
}

.i-me11 {
    background-position: -30px -115px;
}

.i-me12 {
    background-position: -45px -115px;
}

.i-me13 {
    background-position: -30px -130px;
}

.i-me14 {
    background-position: -45px -130px;
}

.i-me15, .i-me16, .i-me17, .i-me18 {
    width: 7px;
    height: 12px;
}

.i-me15 {
    background-position: -30px -145px;
}

.i-me16 {
    background-position: -45px -145px;
}

.i-me17 {
    background-position: -30px -165px;
}

.i-me18 {
    background-position: -45px -165px;
}

.i-me19 {
    width: 68px;
    height: 32px;
    background-position: -55px 0;
}

.i-me20 {
    width: 48px;
    height: 24px;
    background-position: -55px -40px;
}



/*2016年9月28日12:02:09*/
.i-pc23 {
    width:16px; height:16px;
    background-position:-250px 0;
}
.i-pc24 {
    width:24px; height:24px;
    background-position:-250px -20px;
}

.r-fixed li.r-f-coun span { background-color:#676767; }


/* ico-gz */
.ico-gz {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
	background: url(../images/ico-gz.png) no-repeat; 
}
.i-gz1, .i-gz2 {
    width:46px; height:46px;
}
.i-gz1 { background-position:0 0; }
.i-gz2 { background-position:0 -50px; }
.i-gz3, .i-gz4 {
    width:16px; height:16px;
}
.i-gz3 { background-position:0 -100px; }
.i-gz4 { background-position:-20px -100px; }
.i-gz5 {
    width:3px; height:16px;
    background-position:-40px -100px;
}
.i-gz6 {
    width:7px; height:5px;
    background-position:0 -120px;
}
/* 诉讼费计算 */
.title1 { 
    padding-bottom:9px;
    border-bottom:1px solid #eaeaea;
}
.i-gz5 {
    float:left;
    margin:4px 10px 0 0;
}
.m-form li {
    position: relative;
    min-height: 30px; line-height: 30px; _height: 30px;
    padding-left: 260px; margin-bottom: 15px;
    font-size: 14px;
}
.m-form .u-tit {
    float: left;
    position: absolute;
    top: 0; left: 0;
    width: 240px;
    text-align: right;
}
.m-form .u-tit em {
    margin-right: 5px;
    color: #e52a2a;
}
.u-hint {
    position: absolute;
    left: 460px; top: 13px;
    height: 16px;line-height: 16px;
    font-size: 12px; color: #666;
    min-width:200px; _width:200px;
}
.u-hint-error { color: #ff7f7f; }
.m-form .w150 { width: 150px; }
    /*下拉框*/
.u-pn {
    position: relative;
    width: 188px; height: 28px; 
    border: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
}
.pn-on {
    position: relative;
    display: block;
    height: 28px;
    padding: 0 25px 0 15px;
    font-size: 14px; line-height: 28px; color: #666;
    overflow: hidden;
}
.pn-on .i-pn-jt, .pn-on .ico-login {
     position: absolute;
     top: 18px;
}
.pn-on .i-pn-jt { right: 12px;  }
.pn-on .ico-login { right: 8px; }
.pn-more {
    position: absolute;
    left: -1px; top: 28px;
    width: 188px; height: 168px;
    border: 1px solid #ddd;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 3;
}
.pn-more p { 
    padding: 0 15px;
    height: 28px; line-height: 28px;
    font-size: 12px; color: #666;
    overflow: hidden;
}
.pn-more p:hover {
    background-color: #88bfee;
    color: #fff;
}
.u-pn-click {
    border-color: #88bfee;
    box-shadow: 0 0 3px rgba(136, 191, 238, .7);
    z-index: 10;
}
.u-pn-click .pn-on { line-height: 28px; }
.u-pn-click .pn-ct {
    position: absolute;
    left:0;top:0;
    width: 100px;
    height: 148px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.u-pn-click .pn-more { display: block; }
.u-pn-disable, .u-fm-disable {
    background-color: #eee;
    color: #ccc;
    cursor: default;
}

    /*文本框*/
.u-fm {
    width: 170px; 
    height:28px; line-height:28px; 
    padding:0 9px; 
    border:1px solid #ddd;
    background-color: #fff;
    color:#333;
}
.u-fm-focus {
    border-color: #88bfee;
    box-shadow: 0 0 3px rgba(136, 191, 238, .75);
}
.u-fm-error {
    border-color: #f99d9d;
	color:#f99d9d;
}

.u-hint2 {
    position:absolute; left:428px; top:0;
    font-size:14px;
    color:#666;
}

.h-auto .pn-more {
    height:auto !important;
    overflow-y:auto;
}
div.u-fd { height:40px; line-height:40px; }
/*按钮*/
.u-btn {
    display: inline-block;
    height: 38px;
    padding: 0 28px;
    font-size: 14px;
    line-height: 38px;
    color: #666;
    background-color: #fff;
    border: 2px solid #eaeaea;
}

    .u-btn:hover {
        border-color: #63afee;
        color: #63afee !important;
        text-decoration:none;
    }

.u-btn-oe {
    border-color: #f56400;
    background-color: #f56400;
    color: #fff;
}

    .u-btn-oe:hover {
        border-color: #ff8332;
        background-color: #ff8332;
        color: #fff !important;
    }

.u-btn-be {
    border-color: #5385d2;
    background-color: #5385d2;
    color: #fff;
}

    .u-btn-be:hover {
        border-color: #5e98f1;
        background-color: #5e98f1;
        color: #fff!important;
    }

.u-btn-disa, .u-btn-disa:hover {
    background-color: #eaeaea;
    border-color: #eaeaea;
    color: #999 !important;
}

.u-btn-sl {
    height: 28px;
    line-height: 28px;
    padding: 0;
    width:88px;
    text-align:center;
    border-width: 1px;
    font-size: 12px;
}
.s-be { color:#297acc; }

.pn-on .i-gz6 { position:absolute; right:8px; top: 12px; }

.table1 table, .table1 table tr, .table1 table tr td {
    border:1px solid #eaeaea;
}
.table1 table tr td {
    width:50%;
}
.table1 table tr td p {
    padding:10px 0 10px 20px;
    line-height:20px;
    color:#666;
}
.table2 table, .table2 table tr, .table2 table tr td {
    border:1px solid #eaeaea;
}
.table2 table tr td p {
    padding:10px 10px 10px 20px;
    line-height:20px;
    color:#666;
}

.tip-box {
    position:absolute; left:465px;
}
.bgf5 { background-color:#f5f5f5; }
.table3 table { background-color:#f5f5f5; }
.table3 table, .table3 table tr, .table3 table tr td {
    border:1px solid #eaeaea;
}
.table3 table p {
    line-height:20px;
    min-height:20px; _height:20px;
    padding:10px;
    word-wrap:break-word; word-break:break-all;
    background-color:#fff; color:#666;
}
.table3 table  span { display:block; }
</pre></body></html>