﻿@charset "utf-8";

/* 幻灯轮播*/
.bannerBox {
    width: 100%;
    position: relative;
    z-index: 1;
}

/* 菜单 */
.menuBox {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    background: #FFF;
}

.index_menu {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
}

.index_menu dl {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 20%;
    background: #ffffff;
    padding: 10px 4px 10px 4px;
    color: #666;
    text-align: center;
}

.index_menu dl dt {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.index_menu dl dt img {
    width: 40px;
    line-height: 40px;
}

.index_menu dl dd {
    margin-top: 5px;
    font-size: 12px;
}

/* 通栏广告 */
.indexAdd {
    width: 100%;
}

.indexAdd img {
    width: 100%;
}

/* 楼层商品 */
.floor_goodsList {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    box-sizing: border-box;
    background-color: #FFF;
    padding: 18px 2%;
}

.floor_goodsList .goods {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 25%;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
}

.floor_goodsList .goods .goods_img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
.floor_goodsList .goods .goods_img img{
    width: 100%;
    height: 100%;
    position: absolute;
}

.floor_goodsList .goods dl {
    margin-top: 5px;
}

.floor_goodsList .goods dl dt {
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    font-size: 12px;
}

.floor_goodsList .goods dl dd {
    height: 23px;
    line-height: 23px;
    color: #ff5e01;
    font-size: 1.1em;
    overflow: hidden;
}

/*猜你喜欢*/
.index_mayLike_box {
    width: 100%;
    padding: 15px 2%;
    overflow: hidden;
    box-sizing: border-box;
}

.index_mayLike_box .title {
    padding: 0 64px;
    width: 136px;
    text-align: center;
    font-size: 1.5em;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    background: url(../images/mayLike_title_bg.png) no-repeat center;
}

.index_mayLike_box .goodsList ul li {
    width: 49%;
    float: left;
    margin-right: 2%;
    background-color: #fff;
    padding: 0 3px;
    box-sizing: border-box;
    margin-top: 10px;
    padding-bottom: 5px;
    border-radius: 3px;
    overflow: hidden;
}

.index_mayLike_box .goodsList ul li:nth-child(2n+2) {
    margin-right: 0;
}

.index_mayLike_box .goodsList .goods_img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.index_mayLike_box .goodsList .goods_img img{
    width: 100%;
    height: 100%;
    position: absolute;
}

.index_mayLike_box .goodsList ul li .goods_name {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.index_mayLike_box .goodsList dl {
    margin-top: 5px;
}

.index_mayLike_box .goodsList dl dd {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 5px;
}

.index_mayLike_box .goodsList dl dd .goods_price {
    display: block;
    float: left;
    color: #ff5e01;
}

.index_mayLike_box .goodsList dl dd .goods_sold {
    display: block;
    float: right;
    color: #999;
    margin-left: 3px;
}