﻿/** {
    margin:0px;
    padding:0px;
}*/
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

#dySum {
    position: absolute;
    background: #f00;
    color: #ffffff;
    font-size: 10px;
    width: 8px;
    height: 8px;
    line-height: 12px;
    text-align: center;
    border-radius: 20px;
    top: 3px;
    left: 13%;
    display: none;
}
#hdSum {
    position: absolute;
    background: #f00;
    color: #ffffff;
    font-size: 10px;
    width: 23px;
    height: 23px;
    line-height: 20px;
    text-align: center;
    border-radius: 20px;
    top: 3px;
    left: 31%;
    display: none;
}
.foot {
    margin-bottom: 0px !important;
    position: absolute !important;
    bottom: 77px !important;
}


    .Bottom {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    padding: 8px 0px;
    z-index: 999;
    border-top: 1px solid #f5f5f5;
}

    .Bottom > div {
        width: 20%;
    }
    .Bottom p {
        font-size: 100%;
    }
    .Bottom a {
        color: #bac0ca;
        font-size: 15px;
        text-align: center;
        padding-top: 26px;
        line-height: 26px;
        display: block;
    }

.mu1 a {
    background: url(../../AImages/images/tongzhi_h_03.png) top center no-repeat;
    background-size: 22px;
}

.mu2 a {
    background: url(../../AImages/images/mune4.png) top center no-repeat;
    background-size: 26px;
}

.mu3 a {
    background: url(../../AImages/images/mune2.png) top center no-repeat;
    background-size: 24px;
}

.mu4 a {
    background: url(../../AImages/images/mune3.png) top center no-repeat;
    background-size: 26px;
}
.mu5 a {
    background: url(../../AImages/images/shuju_2.png) top center no-repeat;
    background-size: 22px;
}

.mu1 a.active {
    background: url(../../AImages/images/tongzhi_active_03.png) top center no-repeat;
    background-size: 22px;
    color: #0a95e1;
}

.mu2 a.active {
    background: url(../../AImages/images/mune4.1.png) top center no-repeat;
    background-size: 26px;
    color: #0a95e1;
}

.mu3 a.active {
    background: url(../../AImages/images/mune2.1.png) top center no-repeat;
    background-size: 24px;
    color: #0a95e1;
}

.mu4 a.active {
    background: url(../../AImages/images/mune3.1.png) top center no-repeat;
    background-size: 26px;
    color:#0a95e1;
}
.mu5 a.active {
    background: url(../../AImages/images/shuju_1.png) top center no-repeat;
    background-size: 22px;
    color:#0a95e1;
}

.User_dq {
    padding:12px 0px;
    border-bottom: 1px solid #0a95e1;
}
    .User_dq span {
        padding: 4px 14px;
    background: #0a95e1;
    border-radius: 10px;
    color: #ffffff;
        margin-right: 5px;
    }
    .User_dq input {
         width: 12px;
        margin-top: -2px;
        margin-right: 2px;
        vertical-align:inherit;
    }
.User_Dtab, .User_Ptab, .User_Ftab {
    padding: 11px 0 4px;
}
.User_Dtab table, .User_Ptab table, .User_Ftab table {
   width:100%;
}

.User_Dtab table td{
   height:29px;
}
.User_Dtab table td > input, .User_Ptab table td > input, .User_Ftab table td > input {
        width: 12px;
        margin-top: -2px;
        margin-right: 2px;
       
        vertical-align: middle;
}
    .User_Ptab table td {
       height:29px;
    }
/*.User_Ptab table td label {
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
    }*/