/* main 首页专有模块 start */
.main {
    width: 980px;
    height: 455px;
    margin: 10px  0  0 220px ;
}
/* focus 焦点图 */
.focus {
    float: left;
    width: 721px;
    height: 100%;
    background-color: aqua;
}
/* newsflash 快报 */
.newsflash {
    float: right;
    width: 250px;
    height: 100%;
}
/* news 新闻 */
.news {
    height: 165px;
    border: 1px solid #e4e4e4;
}
.news_hd {
    height: 33px;
    line-height: 33px;
    border-bottom: 1px dotted #e4e4e4;
    padding: 0 15px;
}
.news_hd h3 {
    float: left;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}
.news_hd .more {
    float: right;
}
.news_hd .more::after {
    position: relative;
    top: 1px;
    content: "\e920";
    font-family: 'icomoon';
}
.news_bd ul {
    margin-top: 5px;
}
.news_bd ul li {
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding: 0 15px;
    /* 强制一行显示 */
    white-space: nowrap;
    /* 溢出部分隐藏 */
    overflow: hidden;
    /* 溢出文字用省略号代替 */
    text-overflow: ellipsis;
}
/* lifeservice 生活服务 */
.lifeservice {
    height: 209px;
    border: 1px solid #e4e4e4;
    border-top: 0px;
    overflow: hidden;
}
.lifeservice ul {
    width: 252px;
}
.lifeservice ul li {
    position: relative;
    float: left;
    width: 63px;
    height: 71px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
}
.lifeservice ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.lifeservice ul li a span {
    display: inline-block;
    margin-top: 12px;
    width: 25px;
    height: 25px;
    background: url(../images/icons.png) no-repeat;
}
.lifeservice .lifeservice_img1 {
    background-position: -17px -16px;
}
.lifeservice .lifeservice_img2 {
    background-position: -78px -16px;
}
.lifeservice .lifeservice_img3 {
    background-position: -141px -17px;
}
.lifeservice .lifeservice_img4 {
    background-position: -206px -17px;
}
.lifeservice .lifeservice_img5 {
    background-position: -17px -88px;
}
.lifeservice .lifeservice_img6 {
    background-position: -78px -88px;
}
.lifeservice .lifeservice_img7 {
    background-position: -141px -88px;
}
.lifeservice .lifeservice_img8 {
    background-position: -206px -88px;
}
.lifeservice .lifeservice_img9 {
    background-position: -17px -159px;
}
.lifeservice .lifeservice_img10 {
    background-position: -78px -159px;
}
.lifeservice .lifeservice_img11 {
    background-position: -141px -155px;
}
.lifeservice .lifeservice_img12 {
    background-position: -206px -159px;
}
.lifeservice ul li a img {
    position: absolute;
    top: 0;
    right: 0;
}
/* bargain 广告 */
.bargain {
    margin-top: 5px;
}
/* main 首页专有模块 end */
/* recom 推荐模块 start */
.recom {
    margin-top: 10px;
    height: 163px;
    background-color: #ebebeb;
}
.recom_hd {
    float: left;
    width: 206px;
    height: 100%;
    background-color: #5c5251;
    text-align: center;
}
.recom_hd img {
    margin: 30px 0 10px 0px;
}
.recom_hd p {
    font-size: 18px;
    color: #FFF;
}
.recom_bd {
    float: right;
}
.recom_bd ul li {
    position: relative;
    float: left;
}
.recom_bd ul li a img {
    width: 248px;
    height: 163px;
}
.recom_bd ul li:nth-child(-n+3):after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 145px;
    background-color: #dddddd;
}
.recom_bd ul li a span {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 248px;
    height: 163px;
    background-color: rgba(255, 255, 255, .2);
}
.recom_bd ul li:hover span {
    display: block;
}
/* recom 推荐模块 end */
/* feed_item 提要模块 start */
.feed_item {
    height: 262px;
    margin-top: 30px;
}
.feed_item_hd {
    height: 29px;
    color: #333;
}
.feed_item_hd h3 {
    float: left;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
}
.feed_item_hd a {
    float: right;
    margin-right: 20px;
    margin-top: 2px;
}
.feed_item_hd a::after {
    position: relative;
    top: 1px;
    content: '\ea2e';
    font-family: 'icomoon';
    margin-left: 8px;
}
.feed_item_bd {
    overflow: hidden;
    height: 233px;
    border: 1px solid #ededed;
    background-color: #fff;
}
.feed_item_bd ul {
    width: 1200px;
}
.feed_item_bd ul li {
    position: relative;
    float: left;
    width: 200px;
    height: 231px;
}
.feed_item_bd ul li:nth-child(-n+5)::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 1px;
    height: 62px;
    background-color: #ebebeb;
}
.feed_item_bd ul li a {
    display: block;
    width: 200px;
    height: 231px;
}
.feed_item_bd ul li a:hover .feed_item_bd_img span {
    display: block;
}
.feed_item_bd_img {
    position: relative;
    width: 149px;
    height: 149px;
    margin: 0 auto;
}
.feed_item_bd_img span {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 149px;
    height: 149px;
    background-color: rgba(255, 255, 255, .2);
}
.feed_item_bd_name {
    padding: 5px 35px;
}
.feed_item_bd ul li a h4 {
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 2px;
}
.feed_item_bd .feed_item_bd_price {
    font-size: 18px;
    color: #df3033;
    font-weight: 500;
}
.feed_item_bd .feed_item_bd_price i {
    font-size: 14px;
}
/* feed_item 提要模块 end */
/* floor 楼层模块 start */
/* 1楼家用电器楼层 */
.floor .w {
    margin-top: 30px;
}
.box_hd {
    height: 30px;
    border-bottom: 2px solid #c81623;
}
.box_hd h3 {
    float: left;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #c81623;
}
.tab_list {
    line-height: 18px;
    float: right;
}
.tab_list ul li {
    float: left;
}
.tab_list ul li a {
    padding: 0 15px;
}
.box_bd {
    height: 360px;
}
.tab_list_item>div {
    float: left;
    height: 360px;
}
.col_210 {
    position: relative;
    width: 210px;
    background-color: #f9f9f9;
}
.col_210 ul {
    margin: 0 12px;
}
.col_210 ul li {
    float: left;
    width: 86px;
    height: 33px;
    border-bottom: 1px solid #ededed;
    text-align: center;
    line-height: 33px;
}
.col_210 ul li:nth-child(2n+1) {
    margin-right: 12px;
}
.col_329 {
    position: relative;
    width: 329px;
}
.col_221 {
    position: relative;
    width: 221px;
}
.col_220 {
    position: relative;
    width: 220px;
}
.col_220 a img, .col_221 a img {
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.col_210>a span, .col_329 a span, .col_220 a span, .col_221 a span {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .2);
}
.col_210>a span {
    height: 261px;
}
.col_220 a span {
    height: 180px;
}
.col_220 a:first-child span {
    top: 0;
}
.col_210>a:hover span, .col_329 a:hover span, .col_220 a:hover span, .col_221 a:hover span {
    display: block;
}
/* brand 品牌 */
.brand {
    height: 65px;
    margin-top: 20px;
}
.brand ul li {
    position: relative;
    float: left;
}
.brand ul li a {
    display: block;
    width: 120px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #f7f7f7;
}
.brand ul li:nth-child(-n+9):after {
    content: '';
    position: absolute;
    right: 0;
    top: 13px;
    width: 0;
    height: 40px;
    border-right: 1px dotted #cccccc;
}
/* floor 楼层模块 end */
/* aside 边栏模块 start */
.aside {
    position: fixed;
    top: 50%;
    margin-top: -170px;
    right: 50%;
    margin-right: 610px;
}
.aside ul li a {
    display: block;
    width: 66px;
    height: 30px;
    border-bottom: 1px solid #ededed;
    text-align: center;
    line-height: 30px;
    transition: all .2s;
}
.aside ul li a:hover {
    width: 66px;
    height: 33px;
    color: #FFF;
    background-color: #c81623;
    border-bottom: 0;
}
/* aside 边栏模块 end */
/* special_offer 特殊模块 start */
.special_offer {
    margin-top: 30px;
}
.special_offer_hd {
    height: 28px;
}
.special_offer_hd h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    color: #333;
}
.special_offer_bd {
    height: 407px;
    border: 1px solid #ededed;
}
.special_offer_bd>div {
    float: left;
}
/* 右边框 */
.bdr {
    border-right: 1px solid #ededed;
}
/* 下边框 */
.bdb {
    border-bottom: 1px solid #ededed;
}
.special_box1 img {
    width: 403px;
}
.special_box2 {
    width: 227px;
    height: 407px;
}
.special_box2_hd {
    position: relative;
    display: block;
    width: 227px;
    height: 40px;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 40px;
}
.special_box2_hd::after {
    position: absolute;
    bottom: 0;
    left: 18px;
    content: '';
    width: 190px;
    height: 0;
    border-bottom: 1px dotted #ededed;
}
.special_box3 {
    width: 406px;
    height: 407px;
    background-color: #f7f7f7;
    font-size: 0;
}
.special_box3_hd {
    position: relative;
    display: block;
    width: 406px;
    height: 40px;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 40px;
    background-color: #f7f7f7;
}
.special_box4 {
    width: 162px;
    height: 407px;
}
.special_box4 ul li {
    float: left;
    width: 81px;
    height: 58px;
    border-bottom: 1px dotted #ededed;
    border-right: 1px dotted #ededed;
}
.special_box4 ul li:nth-child(2n) {
    border-right: 0;
}
.special_box4 ul li:nth-child(n+13){
    border-bottom: 0;
}
.special_box4 ul li a {
    display: block;
    width: 81px;
    height: 57px;
    text-align: center;
    line-height: 57px;
}
/* special_offer 特殊模块 end */
/* hot 热门 start */
.hot {
    margin-top: 30px;
    margin-bottom: 30px;
}
.hot_hd {
    height: 30px;
}
.hot_hd h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    color: #333;
}
.hot_bd {
    width: 100%;
    height: 282px;
    border: 1px solid #ededed;
}
.hot_bd>div {
    float: left;
} 
.hot_box1 a {
    display: block;
    width: 239px;
    height: 280px;
    padding-top: 8px;
    text-align: center;
}
.hot_box1 .hot_price {
    display: block;
    padding: 0 30px;
    text-align: left;
}
.hot_price h3 {
    font-weight: normal; 
    margin-bottom: 5px; 
}
.hot_price span {
    font-size: 16px;
    font-weight: 600;
    color: #c81623;
}
.hot_box2 {
    width: 660px;
    height: 280px;
}
.hot_box2 ul li {
    float: left;
    width: 220px;
    height: 140px;
    border-left: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.hot_box2 ul li:nth-child(n+4) {
    border-bottom: 0;
}
.hot_box2 ul li a {
    display: block;
    width: 220px;
    height: 140px;
    padding: 20px 10px 0 10px;
}
.hot_box2 ul li a img {
    float: left;
}
.hot_box2 .hot_price {
    float: right;
    display: block;
    width: 90px;
}
.hot_price h3 {
    font-size: 12px;
}
.hot_box3 img {
    height: 280px;
    border-left: 1px solid #ededed;
}
/* hot 热门 end */