﻿.clearfix:after
{ 
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden; 
} 
.clearfix 
{
display:inline-block;
}
/* Hide from IE Mac */ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 
/* end of clearfix */
*{
    padding:0;
    margin:0;
    list-style:none;
    text-decoration: none;
    font-style: normal;
    border:none;
    font-family: "微软雅黑";
}

.tcdPageCode{
    float:right;
    height:63px;
    line-height: 63px;
    background:#fff;
    width:884px;
    text-align: right;
    margin-top:42px;
    font-size:14px;
    margin-bottom:274px;
    border:1px solid #d6d7dc;
}
.tcdPageCode .thelast,.tcdPageCode .thefirst{
    margin:0 6px;
    color:#323232;
    height:36px;
    width:82px;
    text-align: center;
    background:#f3f3f3;
    display:inline-block;
    line-height:36px;
    border:1px solid #d6d7dc;
}
.tcdPageCode .disabled,.tcdPageCode .nextPage,.tcdPageCode .prevPage{
    margin:0 6px;
    color:#323232;
    display:inline-block;
    background:#f3f3f3;
    height:36px;
    width:82px;
    border:1px solid #d6d7dc;
    text-align: center;
    line-height: 36px;
}
.tcdPageCode .tcdNumber{
    margin:0 6px;
    color:#323232;
    text-decoration:underline;
    width:36px;
    height:36px;
    text-align: center;
    line-height: 36px;
    background:#f3f3f3;
    border:1px solid #d6d7dc;
    display:inline-block;
}
.tcdPageCode .current{
    margin:0 6px;
    color:red;
    width:36px;
    height:36px;
    display:inline-block;
    text-align: center;
    line-height: 36px;
}

.red-btn {
    color: #ffffff;
    padding: 4px 10px;
    background-color: #e3010f;
    border-radius: 3px;
    border: none;
    font-size: 14px;
    display: inline-block;
}