/* 首页主体main制作 */
.main {
    width: 980px;
    height: 455px;
    margin-left: 220px;
    margin-top: 10px;
}

.focus {
    float: left;
    width: 721px;
    height: 455px;
}

.focus ul li {
    position: relative;
}

.focus .prev,
.focus .next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 20px;
    height: 30px;
    background-color: rgba(0, 0, 0, .3);
    font-family: 'icomoon';
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.focus .prev {
    left: 0;
}

.focus .next {
    right: 0;
}

.focus .promo-nav {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 13px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 7px;
}

.focus .promo-nav li {
    float: left;
}

.focus .promo-nav li a {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin: 3px;
}

.focus .promo-nav li a:hover {
    background-color: #e60012;
}

.newsflash {
    float: right;
    width: 250px;
    height: 455px;
}

.news {
    height: 165px;
    border: 1px solid #e4e4e4;
}

.news-hd {
    height: 33px;
    line-height: 33px;
    border-bottom: 1px dotted #e4e4e4;
    padding: 0 15px;
}

.news-hd h5 {
    float: left;
    font-size: 14px;
}

.news-hd .more {
    float: right;
}

.news-hd .more::after {
    content: '\e906';
    font-family: 'icomoon';
}

.news-bd {
    padding: 5px 15px 0;
}

.news-bd ul li {
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lifeservice {
    height: 209px;
    border-left: 1px solid #e4e4e4;
}

.lifeservice ul li {
    float: left;
    width: 25%;
    height: 70px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
}

.lifeservice ul li i {
    display: inline-block;
    width: 24px;
    height: 28px;
    margin-top: 12px;
    background: url(../images/icons.png) no-repeat;
}

.lifeservice .lifeservice_icon1 {
    background-position: -19px -15px;
}

.lifeservice .lifeservice_icon2 {
    background-position: -79px -15px;
}

.lifeservice .lifeservice_icon3 {
    background-position: -142px -15px;
}

.lifeservice .lifeservice_icon4 {
    background-position: -205px -14px;
}

.lifeservice .lifeservice_icon5 {
    background-position: -16px -86px;
}

.lifeservice .lifeservice_icon6 {
    background-position: -78px -86px;
}

.lifeservice .lifeservice_icon7 {
    background-position: -140px -86px;
}

.lifeservice .lifeservice_icon8 {
    background-position: -206px -86px;
}

.lifeservice .lifeservice_icon9 {
    background-position: -16px -159px;
}

.lifeservice .lifeservice_icon10 {
    background-position: -79px -158px;
}

.lifeservice .lifeservice_icon11 {
    background-position: -140px -153px;
}

.lifeservice .lifeservice_icon12 {
    background-position: -207px -159px;
}

.lifeservice ul li:nth-child(2) {
    position: relative;
}

.lifeservice .discount {
    position: absolute;
    top: 0;
    right: 0;
    width: 13px;
    height: 17px;
    background: url(../images/discount.png) no-repeat;
}

.bargain {
    margin-top: 5px;
}

/* 推荐模块recom 制作 */
.recom {
    height: 163px;
    background-color: #ebebeb;
    margin-top: 12px;
}

.recom_hd {
    float: left;
    height: 163px;
    width: 205px;
    background-color: #5c5251;
    text-align: center;
    padding-top: 30px;
}

.recom_bd {
    float: left;
}

.recom_bd ul li {
    position: relative;
    float: left;
    width: 248px;
}

.bd_txt {
    float: left;
    padding-left: 20px;
    padding-top: 22px;
    font-size: 14px;
}

.bd_txt h3 {
    font-size: 16px;
}

div[class^=point] {
    height: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    background-color: #00a0e8;
    margin-top: 10px;
    padding: 0px 2px;
}

.bd_img {
    float: right;
    width: 145px;
    height: 163px;
    text-align: center;
    line-height: 163px;
}

.bd_txt .point1 {
    background-color: #5fb200;
}

div[class^=group] {
    width: 60px;
    height: 20px;
    background-color: #5fb200;
    color: #fff;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    margin-top: 23px;
}

.bd_txt .point2 {
    background-color: #e2162f;
}

.bd_txt .group2 {
    background-color: #e2162f;
}

.bd_txt .group3 {
    background-color: #00a0e8;
}

.recom_bd ul li:nth-child(-n+3):after {
    position: absolute;
    right: 0;
    top: 10px;
    content: '';
    width: 1px;
    height: 145px;
    background-color: #ddd;
}

/* 猜你喜欢like 制作 */
.like {
    height: 275px;
    margin-top: 20px;
}

.like_hd {
    height: 43px;
    line-height: 43px;
}

.like_hd h3 {
    float: left;
    font-size: 18px;
    font-weight: 400;
}

.like_hd .exchange {
    float: right;
    font-size: 12px;
    padding-right: 20px;
}

.exchange::after {
    content: '\ea2e';
    font-family: 'icomoon';
    padding-left: 8px;
}

.like_bd {
    height: 234px;
    border: 1px solid #e4e4e4;
}

.like_bd ul {
    width: 1201px;
}

.like_bd ul li {
    float: left;
    width: 200px;
    height: 234px;
}

.like_img {
    height: 160px;
    text-align: center;
    line-height: 160px;
}

.like_txt {
    width: 100%;
    height: 64px;
    border-right: 1px solid #e4e4e4;
    padding: 0 43px 0 33px;
    font-family: "\5B8B\4F53";
}

.like_txt h2 {
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    color: #e2162f;
    font-weight: 400;
}

.like_txt h2 i {
    font-size: 14px;
}

/* 家用电器jiadian 制作 */
.box_hd {
    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 {
    margin: 0 15px;
}

.floor .w {
    margin-top: 30px;
}

.box_bd {
    height: 361px;
}

.tab_list_item>div {
    float: left;
    height: 361px;
}

.col_210 {
    width: 210px;
    background-color: #f9f9f9;
    text-align: center;
}

.col_210 ul {
    padding-left: 12px;
}

.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_329 {
    width: 329px;
}

.col_221 {
    width: 221px;
    border-right: 1px solid #ccc;
}

.col_219 {
    width: 219px;
}

.bb {
    /* 一般情况下，a如果包含有宽度的盒子，a需要转换为块级元素 */
    display: block;
    border-bottom: 1px solid #ccc;
}

.shouji {
    margin-bottom: 40px;
}