
/***** Global Classes *****/
.clear   { font-size:0px; line-height:0px; display:block; margin:0px; padding:0px; clear:both; height:0px; width:auto;clear:both; }
.float-left  { float:left; }
.float-right { float:right; }
.f_left  { float:left; }
.f_right  { float:right; }
.clear   { font-size:0px; line-height:0px; display:block; margin:0px; padding:0px; clear:both; height:0px; width:auto;clear:both; }

.m_top{ margin-top: 10px;}
.m_top0{ margin-top: 0px;}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}
a:focus {
	outline:none;
	-moz-outline:none;
}
:focus { outline-style: none; }
/*2021.12.23所有页面底部菜单样式*/
.dating_pf {
    width: 100%;
    min-height: 50px;
    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 img{
    width:10px;
    height:10px;
    top: -25px;
    left: -15%;
    position: relative;
}
.dating_pf a {
    /*position:fixed;*/
    color: #000;
    float: left;
    width: 49%;
    display: block;
    /*height: 40px;*/
    line-height: 20px;
    text-decoration: none;
    margin-top: 5px; /*border:1px solid #f00;*/
    /*2022.3.1日增加以下*/
    margin-left: 20px;
    min-height: 50px;
    height: auto !important;
}
#tab{
	width:99%;
	margin:0px auto;
    float: left;
}
#tab li{
    float: left;
    width:26%;
    min-height: 30px;
    list-style: none;
    /*2022.3.1日增加以下*/
    min-width: 80px;
    width: auto !important;
    height: auto !important;
    text-align: center;
    line-height: 60px;
}
#tab li.active{
    color: #286AFE;
}
#tab li.active a{
    color: #286AFE;
}
ul,ul li{padding:0px;margin:0px;}