.top_log_box{
    padding-right: 100px;
}
.top_log{
    margin: 0 0 0 20px;
    box-sizing: border-box;
}
.top_zhonghe{
    position: relative !important;
    top: 0 !important;
}
.Search_box{
    padding-right: 100px;
}
.Search{
    margin: 0 0 0 20px;
    box-sizing: border-box;
}
.table_box{
    margin: 0 !important;
}
.table_box>div{
    margin: 0 0 0 20px;
}
.search_box{
    margin: 0 20px 0 20px;
    color: #333333;
}
.search_title{
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
}
.search_title>span{
    color: #0099FF;
    font-size: 20px;
}
.classify_title{
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #F2F2F2;
    position: relative;
}
.classify_title>div{
    width: 28px;
    height: 28px;
    background: #0099FF;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.classify_title>div>i{
    font-size: 20px;
}
.classify_title>span{
    display: block;
    margin-left: 58px;
    font-size: 24px;
    font-weight: 600;
}
.classify_cont{
    padding: 28px 0 10px 19px;
    border-bottom: 1px solid #CCCCCC;
}
.classify_cont>span{
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
}
.classify_cont>ul{
    display: flex;
    flex-wrap: wrap;
}
.classify_cont>ul>li{
    width: 24%;
    margin-bottom: 15px;
    float: left;
}
.classify_cont>ul>li>a{
    font-size: 14px;
    color: #333;
}
.classify_cont>ul>li>a:hover{
    color: #0099FF;
}
.classification{
    overflow: hidden;
    max-height: 350px;
}
.classification>div:last-child{
    border: none;
}
.pull_open{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    text-align: center;
    color: #0099FF;
    padding-top: 10px;
    box-sizing: border-box;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, white 70%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, white 70%, white 100%);
}
.classification_box{
    position: relative;
    margin-bottom: 50px;
}
.pull_btm{
    max-width: 175px;
    min-width: 135px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #0099FF;
    border-radius: 4px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 37px;
    background: #fff;
    z-index: 9;
}
.pull_btm>span{
    margin-right: 5px;
    font-size: 14px;
}
.pull_btm>i{
    font-size: 14px;
}
.henxian{
    width: 100%;
    height: 1px;
    background: #d9d9d9;
    position: absolute;
    top: 53px;
}
.fanicon{
    transform:rotate(7deg);
    -ms-transform:rotate(7deg); 	/* IE 9 */
    -moz-transform:rotate(7deg); 	/* Firefox */
    -webkit-transform:rotate(7deg); /* Safari 和 Chrome */
    -o-transform:rotate(7deg); 
}
.table_logining{
    position: relative !important;
    top: 0 !important;
}
.span_price_ladder_red{
    color: #ff3030;
    font-size: 14px;
}
@media screen and (max-width: 1400px)
  { 
    .classification>div>ul>li{
        width: 32%;
    }
} 