@charset "utf-8";
/*
CSS Document

创建日期：2016.8.8
编辑人员：李
页面属性：搜索分类页面
*/


*{ margin:0; padding:0; }
html,body{ /*height:100%;*/}
html,body,p,h1,h2,h3,h4,h5,li,ul,dl,dt,dd.img{ border:0;}
body{ font-family:"microsoft yahei"; font-size:12px; color:#666666; -moz-user-select:none; background:#f5f5f5;}
img{ align:top; vertical-align:bottom; border:none;}
li{ list-style:none; vertical-align:top;}


/*浮动块状元素*/
.left{ float:left;}
.right{ float:right;} 

/*定义块状元素 清除浮动*/
.block{display:block;}
.cleare{ clear:both; height:0; font-size:0; line-height:0; overflow:hidden;}
.clearboth{ clear:both;}

/*元素居中 文字居中*/
.margin{ display:block; margin:0 auto;}
.tcenter{ text-align:center;}

/*模块间距*/
.ptop10{ padding-top:10px;}

/*元素定位*/
.prelative{ position:relative;}

/* 隐藏多余内容 */
.overflow{ overflow:hidden;}

.none{ display:none;}

a{ color:#666; text-decoration:none; blr:expression(this.onFocus=this.blur()); outline:none; }
/*a:hover{ color:#c40000;}*/

area { blr:expression(this.onFocus=this.blur());}

#div1{ width:100%; height:100%;}

/* 1190宽度 */
.w1190{ width:1190px; height:auto; margin:0 auto;}
.w1178{ width:1178px; height:auto;}
.w19{ width:19px;}

/********************* 公共头部 模块 ***************************************/
/*头部注册导航开始*/

/*********ie8***********/
.ie8{ width:100%; padding:20px 0; text-align:center; font-size:14px; background:#fff; display:none;}

.show_brand .spread {
    color: #c40000;
}

.show_brand .spread {
    top: 10px; right: 10px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin-left: 4px;
    position: absolute;
    text-align: center;
    width: auto;
    z-index: 3;
}
.show_brand .spread span {
    color: #fff;
    display: inline-block;
    float: left;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
}
.show_brand .spread .spread-exclusive {
    background-color: #00abba;
}
.show_brand .spread .spread-recommend {
    background-color: #f80;
}