.main {
    width: 980px;
    height: 455px;
    margin-left: 220px;
    margin-top: 10px;
}

.focus {
    position: relative;
    float: left;
    width: 721px;
    height: 455px;
    background-color: chartreuse;
}

.newflash {
    float: right;
    width: 250px;
    height: 455px;
}

.prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15PX;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    border-radius: 100%;
    font-size: 25px;
}

.next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15PX;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    border-radius: 100%;
    font-size: 25px;
}

.promo-nav {
    position: absolute;
    bottom: 10px;
    left: 0;
    background-color: rgba(255, 255, 255, .3);
    width: 70px;
    height: 13px;
    left: 50%;
    margin-left: -35px;
    border-radius: 6px;
}

.promo-nav li {
    float: left;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin: 3px;
}

.promo-nav .selected {
    background-color: #ff5000;
}

.news {
    height: 165px;
    border: 1px solid #e4e4e4;

}

.news-hd {
    height: 33px;
    line-height: 33px;
    border-bottom: 1px dotted #e4e4e4;
    padding: 0 14px;
}

.news-hd h5 {
    float: left;
    font-size: 15px;

}

.news-hd .more {
    float: right;
}

.news-hd .more::after {
    font-family: 'icomoon';
    content: '\e911';
}

.news-bd ul li {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lifeservice {
    height: 209px;
    /* background-color: aqua; */
    border: 1px solid #e4e4e4;
    border-top: 0;
    overflow: hidden;
}

.lifeservice ul {
    width: 252px;
}

/* .lifeservice img {
    margin-bottom: 2px;
} */

.lifeservice ul li {
    float: left;
    width: 63px;
    height: 71px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
}

.lifeservice ul li i {
    display: inline-block;

    width: 24px;
    height: 28px;
    background-color: aqua;
    margin-top: 12px;
    background: url(../images/icons.png) no-repeat -19px -15px;
}

.bargain {
    margin-top: 5px;
}

/* 推荐模块start  */
.recom {
    height: 163px;
    background-color: #ebebeb;
    margin-top: 12px;
}

.recom_hd {
    float: left;
    width: 205px;
    height: 163px;
    background-color: #5c5251;
    text-align: center;
    padding-top: 30px;
}

.recom_bd {
    float: left;
}

.recom_bd ul li {
    position: relative;
    float: left;
}

.recom_bd ul li:nth-child(-n+3)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 145px;
    background-color: #dddddd;
}

/* 推荐模块end */
.like {
    margin-top: 10px;
}

.like_hd {
    height: 45px;
}

.like_hd h3 {
    float: left;
    font-size: 20px;
    color: #494949
}

.like_hd a {
    float: right;
    font-size: 12px;
    color: #a5a5a5;
    margin-top: 10px;
    margin-right: 30px;
}

.like_hd a::after {
    font-family: 'icomoon';
    content: '\ea2e';
    margin-left: 5px;
}

.like_bd {
    height: 234px;
    border: 1px solid #ededed;
}

.like_bd ul {
    width: 1300px;
}

.like_bd img {
    margin-left: 20px;
    width: 87%;
}

.like_bd ul li {
    position: relative;
    float: left;
    width: 185px;
    height: 220px;
    background-color: #fff;
    margin-right: 15px;
    margin-bottom: 15px;
}

.like_bd ul li h4 {
    /* margin: 20px 20px 20px 25px; */
    font-size: 13px;
    text-align: center;
    color: #666666;
    font-weight: 400;
}

.like_bd ul li h1 {
    margin-top: 5px;
    color: #c81623;
    text-align: center;
}

.like_bd ul li:nth-child(-n+5)::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 161px;
    width: 2px;
    height: 62px;
    background-color: #dddddd;
}

/* 猜你喜欢模块end */
/* 家用电器模块start */
.box_hd {
    margin-top: 15px;
    height: 30px;
    border-bottom: 2px solid #c81623;
}

.box_hd h3 {
    float: left;
    font-size: 18px;
    color: #c81623;
    font-weight: 400;
}

.tab_list {
    float: right;
    line-height: 30px;
}

.tab_list ul li {
    float: left;
}

.tab_list ul li a {
    padding: 0 15px;
}

.box_bd {
    height: 361px;
    /* background-color: pink; */
}

.tab_list_item>div {
    float: left;
}

.col_210 {
    width: 210px;
    height: 361px;
    background-color: #f9f9f9;
}

.col_210 ul li {
    float: left;
    width: 85px;
    height: 34px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    line-height: 33px;
    margin-right: 10px;
}

.col_210 img {
    margin-top: 10px;
    margin-left: 10px;
}

.col_210 ul {
    padding-left: 12px;
}

.col_329 {
    width: 329px;
}

.col_221 {
    width: 221px;
}

.col_219 {
    width: 219px;
}

.phone a img {
    /* height: 66px; */
    padding: 30px 0;
}