@charset "utf-8";
/* CSS Document */

*{ 
margin:0; 
padding:0; 
} 
/* body{
font-size:14px;font-family:"宋体","华文细黑","微软雅黑",Arial,Tahoma,Helvetica, "Microsoft YaHei", SimSun,  STXihei,  Heiti,  sans-serif;color:#363636;} */
body{
font-size:14px; /*font-family:"宋体",Arial, Helvetica, sans-serif;*/font-family:Tahoma,Helvetica,Arial, "Microsoft YaHei", "微软雅黑",SimSun, "宋体", STXihei, "华文细黑", Heiti, "黑体", sans-serif;color:#363636;}
html, body, div, span, h1, h2, h3, h4, h5, h6, em, img, strong, sub, sup, tt,dd, dl, dt, form, label, table, caption, tbody, tfoot, thead, tr, th, td,ul,li,p,a{ margin: 0; padding: 0;  }
.cbody{ margin:0 auto;width:982px; position:relative;background:#FFF;}
input,select,textarea{ vertical-align:middle;}
img{ border:0;}
ul,li{ list-style-type:none;}
a:link,a:visited,a:hover{
text-decoration:none;color:#010101;}


a:hover{color:#ED0909;}
.overhide{overflow:hidden;text-indent:-100em; }
.clear {clear: both;}
.clearfix:after {clear: both;content: ' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}
.clearfix{zoom:1} 
.text-overflow{
display:block;                     /*内联对象需加*/

word-break:keep-all;           /* 不换行 */
white-space:nowrap;          /* 不换行 */
overflow:hidden;               /* 内容超出宽度时隐藏超出部分的内容 */
text-overflow:ellipsis;         /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}

#white{ color:#FFF;}


/*head*/ 

.box_login{ width:100%; height:20px; background-color:#CCC;}
.head_cent{ position:relative; width:1000px; height:90px; margin:0 auto;}
.logo{ position:absolute; top: 5px; left:10px;width: 450px; height:84px; background:url(../images/index/logo-3.png) no-repeat; text-indent:-99999px;z-index:1000}
.logoFoxcore{ position:absolute; top: 5px; left:30px;width: 450px; height:84px; background:url(../images/index/logofoxcore.png) no-repeat; text-indent:-99999px;z-index:1000}
.logo_phone{ position:absolute; top: 35px; right:10px; width: 250px; height:50px; background:url(../images/index/phone.png) no-repeat; text-indent:-99999px;z-index:500}
.nav_box{  background:#e05048; }
.nav_box >.nav{ margin:0 auto; }/* width:1000px; gyf */
.nav_box >.nav >li{ float:left;  }
.nav_box >.nav >li >a{ display:block; width:140px;height:40px; font-size:16px; color:#FFF; text-align:center; line-height:40px;padding:0px;}/* font-family: "微软雅黑" ; */
.nav_box >.nav >li >a:hover{ color:#fff; background:#E9967A;}
.red{background:#de5c4f;}
.banner{ width:100%; height:399px; background:#e05048;}
.ban_erwei{ position:relative; width:1100px; height:399px; background:url(../images/index/banner_nei.jpg) no-repeat; z-index:999; margin:0 auto;}

.login_user {
    background: rgba(0, 0, 0, 0) url("../images/index/login1.png") no-repeat scroll 0 0;
    height: 330px;
    position: absolute;
    top: 30px;
    width: 295px;
}
.login_kuang li input {
    height: 40px;
    width: 165px;
}
.login_kuang {
    margin-left: 86px;
    margin-top: 20px;
}
.log_select {
    color: #fff;
    margin-left: 100px;
    margin-top: 40px;
}
.kuang_er {
    margin-top: 15px;
}
.btn_din {
    background: rgba(0, 0, 0, 0) url("../images/index/btn_01.png") no-repeat scroll 0 0;
    display: block;
    height: 41px;
    line-height: 40px;
    width: 116px;
}
.btn a {
    background: rgba(0, 0, 0, 0) url("../images/index/ico1_09.png") no-repeat scroll 0 0;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 207px;
}
.btn a:hover {
    background: rgba(0, 0, 0, 0) url("../images/index/ico1_10.png") no-repeat scroll 0 0;
    color: #fc3;
}
.btn_an {
    margin-left: 35px;
    margin-top: 20px;
}
.erweima {
    margin-top: 20px;
    text-align: center;
}
.wangji {
    margin-left: 65px;
    margin-top: 62px;
}

.log_select a {
    color: black;
    text-decoration: none;
}
.log_select a:hover,.log_select a:link {
    color: red;
    text-decoration: none;
}

/*gyf 20170111 拍卖纪录*/
.record-table {
    border-collapse: collapse;
    margin: 25px auto 2px;
    text-align: center;
    width: 800px;
}
.record-table tr td, .record-table tr th {
    border-bottom: 1px solid #e9e9e9;
    color: #848484;
    padding: 15px 0;
    text-align: center;
    vertical-align: middle;
}
.get {
    color: #d91615;
}

.out {
    color: #848484;
}
.record-table tr.get td, .record-table tr.leader td {
    color: #d91615;
    font-weight: 700;
}
.pai-title-text {
    background-color: #fff;
    color: #ad0700;
    display: inline-block;
    font-size: 25px;
    padding: 0 10px;
    position: relative;
    text-align: center;
}
.pai-title-line {
    border-bottom: 2px solid #b2b2b2;
    margin-top: -18px;
}
/*-----end  拍卖纪录 -------*/