﻿.store_nav_cont {
    padding:10px 0;
    font-size: 12px;
}

    .store_nav_cont .list-true {
        color: #ff495e;
    }

    .store_nav_cont #list-0 {
        color: #333;
    }

    .store_nav_cont .price__arrow {
        padding-left: 10px;
        font-size: 9px;
        color: #777;
        line-height: 1;
    }

    .store_nav_cont .list-true .price__arrow text.active {
        color: #ff495e;
    }

.container {
    position: relative;
}
.index-cont-search {
    width: 100%;
    font-size: 14px;
    position: relative;
    background: #f7f7f7;
}
.index-cont-search i {
    left: 0;
    margin-left: 10px;
}

.index-search-box {
    background: #fff;
    padding: 9px 6px;
    border-bottom: 1px solid #eee;
}

.index-search {
    border-bottom: 0;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    font-size:16px;
    color: #999;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    margin: 0 5px;
}

.list-right {
    width: 30px;
}

    .list-right text {
        height:30px;
        line-height: 30px;
        font-size: 20px;
    }

.list-header {
    /* position: fixed; */
    top: 1px;
    left: 0;
    right: 0;
}

.no-more {
    text-align: center;
    color: #999;
    padding: 10px 0;
}

.category-list {
    overflow: hidden;
}

    .category-list .list {
        box-sizing: border-box;
        width: 175px;
        float: left;
        border-radius: 5px;
    }

        .category-list .list:nth-child(2n) {
            margin: 8px 8px 0 8px;
        }

        .category-list .list:nth-child(2n-1) {
            margin: 8px 4px 0 8px;
        }

        .category-list .list .left, .category-list .right {
            width: 100%;
        }

            .category-list .list .left .img img {
                width: 100%;
                height: 187px;
                display: block;
                border-radius: 5px;
            }

            .category-list .right .cont {
                padding: 5px 6px;
            }

                .category-list .right .cont .title {
                    height: 45px;
                    line-height:20px;
                    font-size: 12px;
                    overflow: hidden;
                    -webkit-line-clamp: 2;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    color: #666;
                }

    .category-list.arrange .list {
        overflow: hidden;
        padding: 8px;
        border-bottom: 1px solid #f7f7f7;
        width: 359px;
    }

        .category-list.arrange .list text {
            line-height: 1.6;
        }

        .category-list.arrange .list .left {
            width: 35%;
            float: left;
        }

        .category-list.arrange .list .right {
            width: 65%;
            float: left;
        }

        .category-list.arrange .list .left .img img {
            width: 110px;
            height: 110px;
        }

/* 商品卖点 */

.selling_point {
    width: 100%;
    font-size: 12px;
    line-height: 1.4;
    color: #ff495e;
    height: 30px;
    line-height: 30px;
}

.goods_sales {
    color: #999;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

/* 商品价格 */

.detail-price {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 5px 6px;
}

    .detail-price .goods-price {
        margin-right: 4px;
    }

    .detail-price .line-price {
        text-decoration: line-through;
    }

.yoshop-notcont {
    padding: 65px 50px;
    box-sizing: border-box;
}
    .yoshop-notcont .img {
        width: 200px;
        height: 120px;
        margin: 0 auto;
    }
        .yoshop-notcont .img img {
            height: 120px;
            width: auto;
            margin: 0 auto;
        }
    .yoshop-notcont .cont {
        display: block;
        text-align: center;
        font-size: 15px;
        color: #999;
        margin-top: 5px;
    }


.tab-asc-default {
    border-bottom: 6px solid #666;
    opacity: 0.4;
}

.tab-asc {
    border-bottom: 6px solid #ff495e;
}

.tab-desc-default {
    border-top: 6px solid #666;
    opacity: 0.4;
}

.tab-desc {
    border-top: 6px solid #ff495e;
}

 .up-common {
    width: 0;
    height: 0;
    margin-bottom: 1px;
    border-left:3px solid transparent;
    border-right: 3px solid transparent;
}

.down-common {
    width: 0;
    height: 0;
    margin-top: 1px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}

.goodimg {
    z-index: 1000;
    opacity: 0.6;
    position: absolute;
    width: 45%;
    padding: 2.5%;
}

.displayNone {
    display: none;
}