﻿/*!
Do v0.0.1
Copyright 2015 Doguai.
*/

/*通用-S*/
html > body a {
    color: #222;
    text-decoration: none;
    letter-spacing: 1px;
}

    a:hover,
    a:focus {
        text-decoration: none;
        color: #e3393b;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

ul,
ol {
    list-style: none;
}

.show {
    display: block !important;
}

.hide,
[hidden] {
    display: none !important;
}

.img {
    max-width: 100%;
    height: auto;
    display: block;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

/*内容*/
.content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.container {
    min-height:400px;
    padding: 5px;
    overflow: hidden;
}
.content-header {
    height: 50px;
    position: relative;
    background-color: #fff;
    z-index: 10;
    color: #333;
    border-bottom: 1px solid #c9c9c9;
}


.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.tj {
    text-align: justify;
}
/*单行文字，超出自动省略*/
.es {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*两行文字，超出自动省略*/
.es2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*左标签*/
.leftTitle {
    border-left: 3px solid #c01;
    height: 14px;
    line-height: 14px;
    padding-left: 5px;
}
/*浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}

/*让内容块居中*/
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*背景色-S*/
.bg-white {
    background-color: white !important;
}
.bq-888 {
    background-color: #888 !important;
}

.bg-black {
    background-color: black !important;
}

.bg-red {
    background-color: red !important;
}

.bg-ff4a00 {
    background-color: #ff4a00 !important;
}

.bg-2196F3 {
    background-color: #2196F3 !important;
}
/*背景色-E*/

/*字体颜色-S*/
.c-white {
    color: white !important;
}

.c-black {
    color: black !important;
}

.c-red {
    color: red !important;
}

.c666 {
    color: #666 !important;
}

.c-ff4a00 {
    color: #ff4a00 !important;
}

.c-2196F3 {
    color: #2196F3 !important;
}

.c-999 {
    color: #999 !important;
}
/*字体颜色-E*/
/*字体大小-S*/
.fs9 {
    font-size: 9px !important;
}

.fs10 {
    font-size: 10px !important;
}

.fs11 {
    font-size: 11px !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs13 {
    font-size: 13px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs15 {
    font-size: 15px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs17 {
    font-size: 17px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs19 {
    font-size: 19px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fs21 {
    font-size: 21px !important;
}

.fs22 {
    font-size: 22px !important;
}

.fs23 {
    font-size: 23px !important;
}

.fs24 {
    font-size: 24px !important;
}

.fs25 {
    font-size: 25px !important;
}

.fs26 {
    font-size: 26px !important;
}

.fs27 {
    font-size: 27px !important;
}

.fs28 {
    font-size: 28px !important;
}

.fs29 {
    font-size: 29px !important;
}

.fs30 {
    font-size: 30px !important;
}

/*外部和内部间距-S*/
.m5 {
    margin: 5px !important;
}

.m10 {
    margin: 10px !important;
}

.m15 {
    margin: 15px !important;
}

.m20 {
    margin: 20px !important;
}

.m25 {
    margin: 25px !important;
}

.m30 {
    margin: 30px !important;
}

.m35 {
    margin: 35px !important;
}

.m40 {
    margin: 40px !important;
}

.m45 {
    margin: 45px !important;
}

.m50 {
    margin: 50px !important;
}

.m60 {
    margin: 60px !important;
}

.m70 {
    margin: 70px !important;
}

.m80 {
    margin: 80px !important;
}

.m90 {
    margin: 90px !important;
}

.m100 {
    margin: 100px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt110 {
    margin-top: 110px !important;
}

.mt120 {
    margin-top: 120px !important;
}

.mt130 {
    margin-top: 130px !important;
}

.mt140 {
    margin-top: 140px !important;
}

.mt150 {
    margin-top: 150px !important;
}

.mt160 {
    margin-top: 160px !important;
}



.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb65 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb110 {
    margin-bottom: 110px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}

.mb130 {
    margin-bottom: 130px !important;
}

.mb140 {
    margin-bottom: 140px !important;
}

.mb150 {
    margin-bottom: 150px !important;
}





.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;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml55 {
    margin-left: 55px !important;
}

.ml60 {
    margin-left: 36px !important;
}

.ml65 {
    margin-left: 65px !important;
}

.ml70 {
    margin-left: 70px !important;
}

.ml80 {
    margin-left: 80px !important;
}

.ml90 {
    margin-left: 90px !important;
}

.ml100 {
    margin-left: 100px !important;
}

.ml110 {
    margin-left: 110px !important;
}

.ml120 {
    margin-left: 120px !important;
}

.ml130 {
    margin-left: 130px !important;
}

.ml140 {
    margin-left: 140px !important;
}

.ml150 {
    margin-left: 150px !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;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mr55 {
    margin-right: 55px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mr65 {
    margin-right: 65px !important;
}

.mr70 {
    margin-right: 70px !important;
}

.mr80 {
    margin-right: 80px !important;
}

.mr90 {
    margin-right: 90px !important;
}

.mr100 {
    margin-right: 100px !important;
}

.mr110 {
    margin-right: 110px !important;
}

.mr120 {
    margin-right: 120px !important;
}

.mr130 {
    margin-right: 130px !important;
}

.mr140 {
    margin-right: 140px !important;
}

.mr150 {
    margin-right: 150px !important;
}


.mtb5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mtb10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mtb15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mtb20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mtb25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.mtb30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.mlr5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.mlr10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mlr15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.mlr20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.mlr25 {
    margin-left: 25px  !important;
    margin-right: 25px !important;
}

.mlr30 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.p5 {
    padding: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.p20 {
    padding: 20px !important;
}

.p30 {
    padding: 30px !important;
}

.p40 {
    padding: 40px !important;
}

.p50 {
    padding: 50px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt55 {
    padding-top: 55px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt65 {
    padding-top: 65px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pt110 {
    padding-top: 110px !important;
}

.pt120 {
    padding-top: 120px !important;
}

.pt130 {
    padding-top: 130px !important;
}

.pt140 {
    padding-top: 140px !important;
}

.pt150 {
    padding-top: 150px !important;
}




.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pl60 {
    padding-left: 60px !important;
}

.pl70 {
    padding-left: 70px !important;
}

.pl80 {
    padding-left: 80px !important;
}

.pl90 {
    padding-left: 90px !important;
}

.pl100 {
    padding-left: 100px !important;
}

.pl110 {
    padding-left: 110px !important;
}

.pl120 {
    padding-left: 120px !important;
}

.pl130 {
    padding-left: 130px !important;
}

.pl140 {
    padding-left: 140px !important;
}

.pl150 {
    padding-left: 150px !important;
}

.pl80 {
    padding-left: 80px !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;
}
.plr5{
    padding-left:5px !important;
    padding-right:5px !important;
}
.plr10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.plr15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.plr20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.plr25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.plr30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}


.ptb5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.ptb10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.ptb15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.ptb20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.ptb25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.ptb30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}




/*外部和内部间距-E*/

/*宽度-S*/
.w5 {
    width: 5px !important;
}

.w10 {
    width: 10px !important;
}

.w20 {
    width: 20px !important;
}

.w30 {
    width: 30px !important;
}

.w40 {
    width: 40px !important;
}

.w50 {
    width: 50px !important;
}

.w60 {
    width: 60px !important;
}

.w70 {
    width: 70px !important;
}

.w80 {
    width: 80px !important;
}

.w90 {
    width: 90px !important;
}

.w100 {
    width: 100px !important;
}

.w150 {
    width: 150px !important;
}

.w200 {
    width: 200px !important;
}

.w250 {
    width: 250px !important;
}

.w300 {
    width: 300px !important;
}

.w350 {
    width: 350px !important;
}

.w400 {
    width: 400px !important;
}

.w450 {
    width: 450px !important;
}

.w500 {
    width: 500px !important;
}
/*宽度-E*/
/*高度*/
.h30 {
    height: 30px !important;
}

.h40 {
    height: 40px !important;
}

.h50 {
    height: 50px !important;
}

.h60 {
    height: 60px !important;
}

.h70 {
    height: 70px !important;
}

.lh30 {
    line-height: 30px !important;
}

.lh40 {
    line-height: 40px !important;
}

.lh50 {
    line-height: 50px !important;
}

.lh60 {
    line-height: 60px !important;
}

.lh70 {
    line-height: 70px !important;
}

.lh80 {
    line-height: 80px !important;
}

.lh90 {
    line-height: 90px !important;
}

.lh100 {
    line-height: 100px !important;
}


/*ul排序-竖排*/
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
/*ul排序-横排*/
.list-inline {
    padding-left: 0;
    list-style: none;
}

    .list-inline > li {
        padding-right: 5px;
        padding-left: 5px;
        zoom: 1; /* 触发元素的haslayout属性 */
        display: inline-block; /* 非IE6、7浏览器识别该属性，使得页面也成行块布局 */
        *display: inline; /* 针对IE6、7定义 display:inline，让块元素呈递为内联对象，并具有display:inline-block属性的表症 */
    }

/*图片*/
.img-rounded {
    border-radius: 6px;
}

.img-circle {
    border-radius: 50%;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/*下角标*/
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
/*上角标*/
.dropup .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
}

/*警告框*/
.tips {
    color: #8a6d3b;
    background-color: #fcf8e3;
    padding: 6px 12px;
    border: 1px solid #faebcc;
}

.tips-red {
    color: #fff;
    background-color: #c01;
    padding: 6px 12px;
    border: 1px solid #c01;
}

.tips-grd {
    color: #fff;
    background-color: #2196F3;
    padding: 6px 12px;
    border: 1px solid #2196F3;
}

/*关闭按钮*/
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

/*Base-E*/

/*Grids-S*/
.u {
    letter-spacing: -.31em;
    *letter-spacing: normal;
    *word-spacing: -.43em;
    text-rendering: optimizespeed;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}


.u-1,
.u-1-1,
.u-1-2,
.u-1-3,
.u-2-3,
.u-1-4,
.u-3-4,
.u-1-5,
.u-2-5,
.u-3-5,
.u-4-5,
.u-5-5,
.u-1-6,
.u-5-6,
.u-1-8,
.u-3-8,
.u-5-8,
.u-7-8,
.u-1-12,
.u-5-12,
.u-7-12,
.u-11-12,
.u-1-24,
.u-2-24,
.u-3-24,
.u-4-24,
.u-5-24,
.u-6-24,
.u-7-24,
.u-8-24,
.u-9-24,
.u-10-24,
.u-11-24,
.u-12-24,
.u-13-24,
.u-14-24,
.u-15-24,
.u-16-24,
.u-17-24,
.u-18-24,
.u-19-24,
.u-20-24,
.u-21-24,
.u-22-24,
.u-23-24,
.u-24-24, .u5, .u10, .u15, .u20, .u25, .u30, .u35, .u40, .u45, .u50, .u55, .u60, .u65, .u70, .u75, .u80, .u85, .u90, .u95, .u100 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

.u5 {
    width: 5%;
    *width: 4.969%;
}

.u10 {
    width: 10%;
    *width: 9.969%;
}

.u15 {
    width: 15%;
    *width: 14.969%;
}

.u20 {
    width: 20%;
    *width: 19.969%;
}

.u25 {
    width: 25%;
    *width: 24.969%;
}

.u30 {
    width: 30%;
    *width: 29.969%;
}

.u35 {
    width: 35%;
    *width: 34.969%;
}

.u40 {
    width: 40%;
    *width: 39.969%;
}

.u45 {
    width: 45%;
    *width: 44.969%;
}

.u50 {
    width: 50%;
    *width: 49.969%;
}

.u55 {
    width: 55%;
    *width: 54.969%;
}

.u60 {
    width: 60%;
    *width: 59.969%;
}

.u65 {
    width: 65%;
    *width: 64.969%;
}

.u70 {
    width: 70%;
    *width: 69.969%;
}

.u75 {
    width: 75%;
    *width: 74.969%;
}

.u80 {
    width: 80%;
    *width: 79.969%;
}

.u85 {
    width: 85%;
    *width: 84.969%;
}

.u90 {
    width: 90%;
    *width: 89.969%;
}

.u95 {
    width: 95%;
    *width: 94.969%;
}

.u100 {
    width: 100%;
    *width: 99.969%;
}

.u-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
}

.u-1-12,
.u-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
}

.u-1-8,
.u-3-24 {
    width: 12.5%;
    *width: 12.469%;
}

.u-1-6,
.u-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
}

.u-1-5 {
    width: 20%;
    *width: 19.969%;
}

.u-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
}

.u-1-4,
.u-6-24 {
    width: 25%;
    *width: 24.969%;
}

.u-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
}

.u-1-3,
.u-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
}

.u-3-8,
.u-9-24 {
    width: 37.5%;
    *width: 37.469%;
}

.u-2-5 {
    width: 40%;
    *width: 39.969%;
}

.u-5-12,
.u-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
}

.u-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
}

.u-1-2,
.u-12-24 {
    width: 50%;
    *width: 49.969%;
}

.u-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
}

.u-7-12,
.u-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
}

.u-3-5 {
    width: 60%;
    *width: 59.969%;
}

.u-5-8,
.u-15-24 {
    width: 62.5%;
    *width: 62.469%;
}

.u-2-3,
.u-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
}

.u-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
}

.u-3-4,
.u-18-24 {
    width: 75%;
    *width: 74.969%;
}

.u-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
}

.u-4-5 {
    width: 80%;
    *width: 79.969%;
}

.u-5-6,
.u-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
}

.u-7-8,
.u-21-24 {
    width: 87.5%;
    *width: 87.469%;
}

.u-11-12,
.u-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
}

.u-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
}

.u-1,
.u-1-1,
.u-5-5,
.u-24-24 {
    width: 100%;
}
/*Grids-E*/

/*input-S*/
.input {
    padding: .5em .6em;
    border: 1px solid #e7e7eb;
    box-shadow: none;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .input:focus {
        outline: 0;
        border-color: #129FEA;
    }

    .input[disabled] {
        cursor: not-allowed;
        background-color: #eaeded;
    }

    .input[readonly] {
        cursor: pointer;
        background-color: #f8f8f8;
    }

.input-1 {
    width: 100%;
}

.input-2-3 {
    width: 66%;
}

.input-1-2 {
    width: 50%;
}

.input-1-3 {
    width: 33%;
}

.input-1-4 {
    width: 25%;
}

.checkbox,
.radio {
    margin: .5em 0;
}



/*--文本框提示--*/
.txt-lbl {
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    margin: 0em 0.14285714em;
    background-color: #E8E8E8;
    background-image: none;
    padding: 0.5833em 0.833em;
    color: rgba(0, 0, 0, 0.6);
    text-transform: none;
    font-weight: bold;
    border: 0 solid transparent;
    border-radius: 0.28571429rem;
    -webkit-transition: background 0.1s ease;
    transition: background 0.1s ease;
    position: relative;
}

    .txt-lbl.attached {
        position: absolute;
    }

    .txt-lbl:before {
        background-color: inherit;
        background-image: inherit;
        border-width: none;
        border-style: solid;
        border-color: inherit;
        position: absolute;
        content: '';
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background-image: none;
        z-index: 2;
        width: 0.6666em;
        height: 0.6666em;
        -webkit-transition: background 0.1s ease;
        transition: background 0.1s ease;
    }

    .txt-lbl[class*="left"] {
        margin-top: 0;
        margin-left: 0.6666em;
    }

        .txt-lbl[class*="left"]:before {
            border-width: 0 0 1px 1px;
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
            bottom: auto;
            right: auto;
            top: 50%;
            left: 0;
        }

    .txt-lbl.basic {
        background: none #FFFFFF;
        border: 1px solid rgba(34, 36, 38, 0.15);
        color: rgba(0, 0, 0, 0.87);
        box-shadow: none;
    }

        .txt-lbl.basic[class*="left"]:before {
            top: 50%;
            left: -1px;
        }

        .txt-lbl.basic.red {
            background-color: #FFFFFF !important;
            color: #DB2828 !important;
            border-color: #DB2828 !important;
        }

            .txt-lbl.basic.red a:hover,
            a.txt-lbl.basic.red:hover {
                background-color: #FFFFFF !important;
                color: #d01919 !important;
                border-color: #d01919 !important;
            }
/*文本框提示-E*/
/*-------------------
        标签
--------------------*/
/*标签*/

.bq {
    height: 14px;
    padding: 0.1em 0.1em;
    line-height: 14px;
    border: 1px solid #e23a3a;
    margin-right: 3px;
    overflow: hidden;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    font-family: "Helvetica Neue","Hiragino Sans GB",SimSun,serif;
    border-radius: 2px;
    color: #e23a3a;
}

.bq-primary {
    color: #ffffff;
    background-color: #00bcd4;
    border: 1px solid #00bcd4;
}

.bq-success {
    color: #ffffff;
    background-color: #009688;
    border: 1px solid #009688;
}

.bq-info {
    color: #ffffff;
    background-color: #03a9f4;
    border: 1px solid #03a9f4;
}

.bq-warning {
    color: #ffffff;
    background-color: #ffc107;
    border: 1px solid #ffc107;
}

.bq-danger {
    color: #ffffff;
    background-color: #e51c23;
    border: 1px solid #e51c23;
}

.bq-outlined {
    border: 1px solid #d9d9d9;
    background-color: transparent;
}

    .bq-outlined.bq-primary {
        color: #00bcd4;
        border-color: #00bcd4;
        border: 1px solid #00bcd4;
    }

    .bq-outlined.bq-success {
        color: #009688;
        border-color: #009688;
        border: 1px solid #009688;
    }

    .bq-outlined.bq-info {
        color: #03a9f4;
        border-color: #03a9f4;
        border: 1px solid #03a9f4;
    }

    .bq-outlined.bq-warning {
        color: #ffc107;
        border-color: #ffc107;
        border: 1px solid #ffc107;
    }

    .bq-outlined.bq-danger {
        color: #e51c23;
        border-color: #e51c23;
        border: 1px solid #e51c23;
    }



/*标签-E*/




/*Forms-E*/

/*Buttons-S*/
.btn {
    -webkit-animation-duration: 0.0001s;
    animation-duration: 0.0001s;
    -webkit-animation-name: mui-node-inserted;
    animation-name: mui-node-inserted;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.87);
    background-color: #FFF;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    padding: 7px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    letter-spacing: 0.03em;
    position: relative;
    overflow: hidden;
}

    .btn:hover, .btn:focus, .btn:active {
        color: rgba(0, 0, 0, 0.87);
        background-color: white;
    }

    .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active {
        color: rgba(0, 0, 0, 0.87);
        background-color: #FFF;
    }

    .btn.btn-flat {
        color: rgba(0, 0, 0, 0.87);
        background-color: transparent;
    }

        .btn.btn-flat:hover, .btn.btn-flat:focus, .btn.btn-flat:active {
            color: rgba(0, 0, 0, 0.87);
            background-color: #f2f2f2;
        }

        .btn.btn-flat[disabled]:hover, .btn.btn-flat[disabled]:focus, .btn.btn-flat[disabled]:active {
            color: rgba(0, 0, 0, 0.87);
            background-color: transparent;
        }

    .btn:hover, .btn:focus, .btn:active {
        outline: 0;
        text-decoration: none;
        color: rgba(0, 0, 0, 0.87);
    }

    .btn:hover, .btn:focus {
        box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .btn:hover, .btn:focus {
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.12), -1px 0px 2px rgba(0, 0, 0, 0.12), 0 0px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
    }
}

.btn:active {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .btn:active {
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.12), -1px 0px 2px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    }
}

.btn:disabled, .btn.is-disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.60;
    box-shadow: none;
}

.btn + .btn {
    margin-left: 8px;
}

.btn-flat {
    background-color: transparent;
}

    .btn-flat:hover, .btn-flat:focus, .btn-flat:active {
        box-shadow: none;
        background-color: #f2f2f2;
    }

.btn-raised, .btn-fab {
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .btn-raised, .btn-fab {
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.12), -1px 0px 2px rgba(0, 0, 0, 0.12), 0 0px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
    }
}

.btn-raised:active, .btn-fab:active {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .btn-raised:active, .btn-fab:active {
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.12), -1px 0px 2px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    }
}

.btn-fab {
    position: relative;
    padding: 0;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    z-index: 1;
}

.btn-primary {
    color: #FFF;
    background-color: #2196F3;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        color: #FFF;
        background-color: #39a1f4;
    }

    .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active {
        color: #FFF;
        background-color: #2196F3;
    }

    .btn-primary.btn-flat {
        color: #2196F3;
        background-color: transparent;
    }

        .btn-primary.btn-flat:hover, .btn-primary.btn-flat:focus, .btn-primary.btn-flat:active {
            color: #2196F3;
            background-color: #f2f2f2;
        }

        .btn-primary.btn-flat[disabled]:hover, .btn-primary.btn-flat[disabled]:focus, .btn-primary.btn-flat[disabled]:active {
            color: #2196F3;
            background-color: transparent;
        }

.btn-dark {
    color: #FFF;
    background-color: #424242;
}

    .btn-dark:hover, .btn-dark:focus, .btn-dark:active {
        color: #FFF;
        background-color: #4f4f4f;
    }

    .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled]:active {
        color: #FFF;
        background-color: #424242;
    }

    .btn-dark.btn-flat {
        color: #424242;
        background-color: transparent;
    }

        .btn-dark.btn-flat:hover, .btn-dark.btn-flat:focus, .btn-dark.btn-flat:active {
            color: #424242;
            background-color: #f2f2f2;
        }

        .btn-dark.btn-flat[disabled]:hover, .btn-dark.btn-flat[disabled]:focus, .btn-dark.btn-flat[disabled]:active {
            color: #424242;
            background-color: transparent;
        }

.btn-danger {
    color: #FFF;
    background-color: #F44336;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
        color: #FFF;
        background-color: #f55a4e;
    }

    .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active {
        color: #FFF;
        background-color: #F44336;
    }

    .btn-danger.btn-flat {
        color: #F44336;
        background-color: transparent;
    }

        .btn-danger.btn-flat:hover, .btn-danger.btn-flat:focus, .btn-danger.btn-flat:active {
            color: #F44336;
            background-color: #f2f2f2;
        }

        .btn-danger.btn-flat[disabled]:hover, .btn-danger.btn-flat[disabled]:focus, .btn-danger.btn-flat[disabled]:active {
            color: #F44336;
            background-color: transparent;
        }

.btn-accent {
    color: #FFF;
    background-color: #FF4081;
}

    .btn-accent:hover, .btn-accent:focus, .btn-accent:active {
        color: #FFF;
        background-color: #ff5a92;
    }

    .btn-accent[disabled]:hover, .btn-accent[disabled]:focus, .btn-accent[disabled]:active {
        color: #FFF;
        background-color: #FF4081;
    }

    .btn-accent.btn-flat {
        color: #FF4081;
        background-color: transparent;
    }

        .btn-accent.btn-flat:hover, .btn-accent.btn-flat:focus, .btn-accent.btn-flat:active {
            color: #FF4081;
            background-color: #f2f2f2;
        }

        .btn-accent.btn-flat[disabled]:hover, .btn-accent.btn-flat[disabled]:focus, .btn-accent.btn-flat[disabled]:active {
            color: #FF4081;
            background-color: transparent;
        }


.btn-ff4a00 {
    color: #FFF;
    background-color: #ff4a00;
}

    .btn-ff4a00:hover, .btn-ff4a00:focus, .btn-ff4a00:active {
        color: #FFF;
        background-color: #ff4a00;
    }

    .btn-ff4a00[disabled]:hover, .btn-ff4a00[disabled]:focus, .btn-ff4a00[disabled]:active {
        color: #FFF;
        background-color: #fba07b;
    }





.btn-small {
    padding: 3px 6px;
    font-size: 13px;
}

.btn-large {
    height: 33px;
    line-height: 33px;
    padding: 0 26px;
    font-size: 14px;
}

.btn-fab.btn-small {
    width: 44px;
    height: 44px;
    line-height: 44px;
}

.btn-fab.btn-large {
    width: 75px;
    height: 75px;
    line-height: 75px;
}
/*Buttons-E*/

/*Tables-S*/

.table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #e7e7eb;
    width: 100%;
}

    .table caption {
        color: #000;
        font: italic 85%/1 arial, sans-serif;
        padding: 1em 0;
        text-align: center;
    }

    .table td,
    .table th {
        border-left: 1px solid #e7e7eb;
        border-width: 0 0 0 1px;
        font-size: inherit;
        margin: 0;
        overflow: visible;
        padding: 4px 2px;
    }

        .table td:first-child,
        .table th:first-child {
            border-left-width: 0;
        }

    .table thead {
        background-color: #f7f7f7;
        color: #000;
        text-align: center;
        vertical-align: bottom;
    }

    .table tfoot {
        border-top: 1px solid #e7e7eb;
    }

        .table tfoot td {
            color: #DB2828;
            font-size: 18px;
            font-weight: 700;
        }

    .table td {
        background-color: transparent;
    }

.table-odd td {
    background-color: #f2f2f2;
}

.table-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2;
}

.table-bordered td {
    border-bottom: 1px solid #e7e7eb;
}

.table-bordered tbody > tr:last-child > td {
    border-bottom-width: 0;
}

.table-horizontal td,
.table-horizontal th {
    border-width: 0 0 1px;
    border-bottom: 1px solid #e7e7eb;
}

.table-horizontal tbody > tr:last-child > td {
    border-bottom-width: 0;
}

.table > tbody > tr:hover {
    background-color: #f5f5f5;
}

.table a:link {color: #459ae9}		/* 未访问的链接 */
.table a:visited {color: #999}	/* 已访问的链接 */
.table a:hover {color: #FF00FF}	/* 鼠标移动到链接上 */
.table a:active {color: #0000FF}	/* 选定的链接 */
/*Tables-E*/

/*Menus-S*/
.menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
}

.menu-list,
.menu-item {
    position: relative;
}

.menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-item {
    padding: 0;
    margin: 0;
    height: 100%;
}

.menu-link,
.menu-heading {
    display: block;
    text-decoration: none;
    white-space: nowrap;
}

.menu-horizontal {
    width: 100%;
    white-space: nowrap;
}

    .menu-horizontal .menu-list {
        display: inline-block;
    }

    .menu-horizontal .menu-item,
    .menu-horizontal .menu-heading,
    .menu-horizontal .menu-separator {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
    }

.menu-item .menu-item {
    display: block;
}

.menu-children {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
}

.menu-horizontal .menu-children {
    left: 0;
    top: auto;
    width: inherit;
}

.menu-allow-hover:hover > .menu-children,
.menu-active > .menu-children {
    display: block;
    position: absolute;
}

.menu-has-children > .menu-link:after {
    padding-left: .5em;
    content: "\25B8";
    font-size: small;
}

.menu-horizontal .menu-has-children > .menu-link:after {
    content: "\25BE";
}

.menu-scrollable {
    overflow-y: scroll;
    overflow-x: hidden;
}

    .menu-scrollable .menu-list {
        display: block;
    }

.menu-horizontal.menu-scrollable .menu-list {
    display: inline-block;
}

.menu-horizontal.menu-scrollable {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    padding: .5em 0;
}

    .menu-horizontal.menu-scrollable::-webkit-scrollbar {
        display: none;
    }

.menu-separator {
    background-color: #ccc;
    height: 1px;
    margin: .3em 0;
}

.menu-horizontal .menu-separator {
    width: 1px;
    height: 1.3em;
    margin: 0 .3em;
}

.menu-heading {
    text-transform: uppercase;
    color: #565d64;
    background-color: #eee;
}

.menu-link {
    color: #777;
}

.menu-children {
    background-color: #fff;
}

.menu-link,
.menu-disabled,
.menu-heading {
    padding: .5em 1em;
}

.menu-disabled {
    opacity: .5;
}

    .menu-disabled .menu-link:hover {
        background-color: transparent;
    }

.menu-active > .menu-link,
.menu-link:hover,
.menu-link:focus {
    background-color: #eee;
}

.menu-selected .menu-link,
.menu-selected .menu-link:visited {
    color: #000;
}
/*Menus-E*/


/*分割线-S*/
.divider {
    display: block;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.12);
}

.divider-top {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.divider-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.divider-left {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.divider-right {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}
/*分割线-E*/


/*面板-S*/
.panel {
    border-radius: 0;
    background-color: #FFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0px 2px 0 rgba(0, 0, 0, 0.12);
}

    .panel:before, .panel:after {
        content: " ";
        display: table;
    }

    .panel:after {
        clear: both;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .panel {
        box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.12), -1px 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    }
}
.panel-title {
    font-size: 20px;
    color: #333333;
    height: 35px;
    line-height: 35px;
    background: #eaedef;
    padding-left: 15px;
}



/*面板-E*/
/*面包屑-S*/
.crumbs {
    height: 25px;
    line-height: 25px;
}

    .crumbs span {
        padding: 0 5px;
    }

/*面包屑-E*/


/*图标-S*/
@font-face {
    font-family: "iconfont";
    src: url('font/iconfont.eot'); /* IE9*/
    src: url('font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('font/iconfont.woff') format('woff'), /* chrome, firefox */
    url('font/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.icon-shang:before {
    content: "\e604";
}

.icon-xia:before {
    content: "\e605";
}

.icon-guanbi:before {
    content: "\e601";
}

.icon-shuaxin:before {
    content: "\e602";
}

.icon-edit:before {
    content: "\e603";
}

.icon-add:before {
    content: "\e67d";
}

.icon-shanchu:before {
    content: "\e7c5";
}

.icon-tuichu:before {
    content: "\e687";
}

.icon-iconfontunie036:before {
    content: "\e600";
}

.icon-wenti:before {
    content: "\e632";
}

.icon-jingbaodeng:before {
    content: "\e624";
}

.icon-zuoshou:before {
    content: "\e6e6";
}

.icon-youfang:before {
    content: "\e6e7";
}

.icon-xia1:before {
    content: "\e606";
}

.icon-shoucang2:before {
    content: "\e6c6";
}

.icon-you:before {
    content: "\e6a3";
}

.icon-shoucanghover:before {
    content: "\e623";
}

.icon-shoucang:before {
    content: "\e60f";
}

/*tab标签*/
.filter {
    background: #fff;
}

    .filter .filterTab {
      
    }

        .filter .filterTab .tabList {
            display: inline-block;
            width: 100%;
            border-bottom: 1px #e8e8e8 solid;
        }

            .filter .filterTab .tabList li.on {
                border-bottom: 2px solid #c01;
            }

            .filter .filterTab .tabList li {
                float: left;
                padding-bottom: 3px;
                display: list-item;
            }

                .filter .filterTab .tabList li.on a {
                    color: #c01;
                }

                .filter .filterTab .tabList li:first-child a {
                    border-left: 0;
                    border-bottom: 2px solid #fff;
                }

                .filter .filterTab .tabList li a {
                    height: 16px;
                    line-height: 16px;
                    border-left: 1px #e8e8e8 solid;
                    padding: 0 15px;
                }
/*下拉列表框*/
.dmenu {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    line-height: normal;
    text-align: left;
    font-size: 0;
    vertical-align: middle;
    width: 116px;
}

    .dmenu.disabled .dswitch {
        background-color: #e6e7ec;
        background-image: -moz-linear-gradient(top,#e6e7ec 0,#e6e7ec 100%);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#e6e7ec),to(#e6e7ec));
        background-image: -webkit-linear-gradient(top,#e6e7ec 0,#e6e7ec 100%);
        background-image: -o-linear-gradient(top,#e6e7ec 0,#e6e7ec 100%);
        background-image: linear-gradient(to bottom,#e6e7ec 0,#e6e7ec 100%);
        border-color: #dadbe0;
        color: #a5a6aa;
        cursor: default;
    }

        .dmenu.disabled .dswitch span {
            cursor: default;
        }

        .dmenu.disabled .dswitch .arrow {
            border-top-color: #a0a0a0;
        }

.dswitch, .dsearch {
    background-color: #fff;
    background-image: -moz-linear-gradient(top,#fff 0,#fff 100%);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
    background-image: -webkit-linear-gradient(top,#fff 0,#fff 100%);
    background-image: -o-linear-gradient(top,#fff 0,#fff 100%);
    background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
    color: #222;
    height: 30px;
    line-height: 30px;
    *line-height: 28px;
    display: block;
    text-align: left;
    overflow: visible;
    padding: 0 23px 0 0;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #e6e7ec;
    cursor: pointer;
    min-width: 60px;
    position: relative;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

    .dswitch:hover {
        background-color: #e6e7ec;
        background-image: -moz-linear-gradient(top,#e6e7ec 0,#e6e7ec 100%);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#e6e7ec),to(#e6e7ec));
        background-image: -webkit-linear-gradient(top,#e6e7ec 0,#e6e7ec 100%);
        background-image: -o-linear-gradient(top,#e6e7ec 0,#e6e7ec 100%);
        background-image: linear-gradient(to bottom,#e6e7ec 0,#e6e7ec 100%);
        border-color: #dadbe0;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        color: #000;
    }

    .dswitch span, .dsearch span {
        display: block;
        cursor: pointer;
        width: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        word-break: normal;
        margin-left: 10px;
        margin-right: 25px;
    }

    .dswitch .arrow, .dsearch .arrow {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -2.5px;
        display: inline-block;
        width: 0;
        height: 0;
        border: 5px dashed transparent;
        border-bottom-width: 0;
        border-top-color: #c6c6c6;
        border-top-style: solid;
    }

    .dswitch:hover .arrow, .dsearch:hover .arrow {
        border-top-color: #a0a0a0;
    }



    /*下拉搜索框*/

    .dsearch .dtxt, .dss .dtxt {
        padding: .2em .6em;
        width: 100%;
        border: none;
        box-shadow: none;
        vertical-align: middle;
        box-sizing: border-box;
    }

.dData {
    position: absolute;
    top: 100%;
    margin-top: -1px;
    left: 0;
    z-index: 1;
    min-width: 100%;
    *width: 100%;
}

    .dData .dss {
        border-right: 1px solid #d9dadc;
        border-left: 1px solid #d9dadc;
        border-top: 1px solid #d9dadc;
    }

.dList {
    max-height: 200px;
    overflow-x: hidden;
    *overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #d9dadc;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #fff;
    font-size: 14px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

    .dList p {
        line-height: 30px;
        display: block;
        text-decoration: none;
        color: #222;
        white-space: nowrap;
        padding: 0 28px 0 10px;
        *padding-right: 10px;
    }

        .dList p:hover {
            background-color: #f4f5f9;
            cursor: pointer;
        }

/*分页导航*/
.page {
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
    border-radius: 3px;
}

    .pagination li {
        display: inline;
        line-height: 30px;
    }

        .pagination li a, .pagination li span {
            position: relative;
            float: left;
            padding: 5px 13px;
            line-height: 20px;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: 5px;
        }

            .pagination li a:hover, .pagination li span:hover, .pagination li a:focus, .pagination li span:focus {
                background-color: #eee;
                border-color: #ddd;
            }

        .pagination li:first-child a, .pagination li:first-child span {
            margin-left: 0;
        }

    .pagination button {
        background-color: #f7f7f7;
        border-color: #e8e8e8;
        border-radius: 3px;
        color: #333;
        height: 26px;
        line-height: 22px;
        margin-right: 10px;
        padding: 0 15px;
    }

        .pagination button:hover, .pagination button:focus, .pagination button:active {
            background-color: #dedede;
            border-color: #c9c9c9;
            color: #333;
        }

        .pagination button:active {
            background-image: none;
        }

    .pagination .active a, .pagination .active span {
    
        color: #fff;
        background-color: #c01;
        border-color: #c01;
        cursor: default;
    }

        .pagination .active a:hover, .pagination .active span:hover, .pagination .active a:focus, .pagination .active span:focus {
            z-index: 2;
            color: #fff;
            background-color: #c01;
            border-color: #c01;
            cursor: default;
        }

    .pagination .disabled a, .pagination .disabled span {
        color: #999;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

        .pagination .disabled a:hover, .pagination .disabled span:hover, .pagination .disabled a:focus, .pagination .disabled span:focus {
            color: #999;
            background-color: #fff;
            border-color: #ddd;
            cursor: not-allowed;
        }

    .pagination a, .pagination span {
        position: relative;
        float: left;
        padding: 5px 13px;
        line-height: 20px;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-left: 5px;
    }

        .pagination a:hover, .pagination span:hover, .pagination a:focus, .pagination span:focus {
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination .current {
        z-index: 2;
        color: #fff;
        background-color: #c01;
        border-color: #c01;
        cursor: default;
    }

        .pagination .current:hover, .pagination .current:focus {
            z-index: 2;
            color: #fff;
            background-color: #c01;
            border-color: #c01;
            cursor: default;
        }

        .pagination .current.prev, .pagination .current.next {
            color: #999;
            background-color: #fff;
            border-color: #ddd;
            cursor: not-allowed;
        }

            .pagination .current.prev:hover, .pagination .current.next:hover, .pagination .current.prev:focus, .pagination .current.next:focus {
                color: #999;
                background-color: #fff;
                border-color: #ddd;
                cursor: not-allowed;
            }
/*标题显示图片*/
.latestWeb {
    width: 980px;
    margin: 10px auto 0;
}

    .latestWeb ul {
        overflow: hidden;
        _height: 1%;
    }

    .latestWeb li {
        float: left;
        border: 1px solid #EBEAEA;
        width: 150px;
        padding: 10px;
        margin: 14px 14px 0 0;
    }

.trans_msg {
    filter: alpha(opacity=100,enabled=1) revealTrans(duration=.2,transition=1) blendtrans(duration=.2);
}

div.bodycontent {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 10px 10px 13px;
    color: #555;
    line-height: 22px;
    text-align: justify;
    text-justify: inter-ideograph;
}

    div.bodycontent ul {
        margin-left: 0px
    }
