﻿@charset "utf-8";
/* 你自己的样式 */
.contenspan .disabled {
    padding: 3px 5px;
    border: 1px solid #DDDADA;
    margin-right: 10px;
    border-radius: 3px;
}

.contenspan .current {
    background: red;
    color: white;
    padding: 3px 6px;
    margin-right: 10px;
    border-radius: 3px;
}

.contenspan span {
    margin-right: 5px;
    font-style: normal;
    font-size: 12px;
}

    .contenspan span a {
        padding: 3px 5px;
        border: 1px solid #DDDADA;
        margin-right: 5px;
        border-radius: 3px;
    }

        .contenspan span a:hover {
            border: 1px solid red;
            -webkit-box-shadow: 0 1px 3px rgba(255, 0, 0, 0.5);
            -moz-box-shadow: 0 1px 3px rgba(255, 0, 0, 0.5);
            text-decoration: none;
            color: #333;
        }

.contenspan select {
    height: 23px;
    border-radius: 3px;
    border: 1px solid #DDDADA;
}

.ButServer {
    text-decoration: none;
    margin-left: 5px;
}

    .ButServer:hover {
        text-decoration: none;
    }

.TionBut {
    margin-right: 20px;
}

.fl {
    float: left;
}

.Hui-aside .menu_dropdown li .LanOn {
    color: #148cf1;
    background-color: #fafafa;
}

.lis_tr {
    background-color: #f9f9f9;
}

#Hui-userbar .url {
    margin-right: 20px;
}

.breadcrumb a, .breadcrumb input, .breadcrumb button {
    margin-right: 20px;
}

#PnlAddTop {
    width: 100%;
    bottom: 0px;
    background-color: #f5f5f5;
}

#elevator_item {
    width: 40px;
    height: 100px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    opacity: 1;
    z-index: 100020;
    display: none;
}

    #elevator_item.off {
        opacity: 0;
        visibility: hidden;
    }

#elevator {
    display: block;
    width: 40px;
    height: 50px;
    background: url(../images/icon_top.png) center center no-repeat;
    background-color: #444;
    background-color: rgba(0,0,0,.6);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    cursor: pointer;
    margin-bottom: 10px;
}

    #elevator:hover {
        background-color: rgba(0,0,0,.7);
    }

    #elevator:active {
        background-color: rgba(0,0,0,.75);
    }

.TypeList_Type {
    float: left;
    width: 90px;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}

.TypeList {
    margin-top: 20px;
}

    .TypeList span {
        color: red;
    }

    .TypeList dl {
        margin-bottom: 10px;
        overflow: hidden;
        clear: initial;
    }

    .TypeList dd {
        float: left;
        text-align: center;
        margin-right: 15px;
        line-height: 25px;
    }

    .TypeList a {
        font-size: 14px;
        height: 31px;
        padding: 3px 12px;
    }
