@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.dn {
    display: none;
}
.dating_pf {
    width: 100%;
    height: 50px;
    min-height: 50px;
    height: auto !important;
    line-height: 50px;
    background-color: #fff;
    color: #000;
    margin-top: 80px;
    font-family: 黑体;
    font-size: 18px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    border: none;
    z-index: 999;
    border-top: solid 1px #CCC;
}

.dating_pf a {
    /*position:fixed;*/
    color: #000;
    float: left;
    width: 49%;
    display: block;
    height: 40px;
    min-height: 50px;
    height: auto !important;
    line-height: 20px !important;
    margin-left: 20px;
    text-decoration: none;
    margin-top: 5px; /*border:1px solid #f00;*/
}

.lbor {
    border-left: 1px solid #666;
}
#tab{
    width: 100%;
    float: left;

}
#tab li{
    float: left;
    width: 80px;
    min-width: 80px;
    width: auto !important;
    height: 30px;
    min-height: 30px;
    height: auto !important;
    text-align: center;
    list-style: none;
    line-height: 60px;


}
#tab li.active{
    color: #2E6FDB;
}
