﻿html {
    touch-action: none;
    touch-action: pan-y;
}

.bilibody {
    width: 100vw;
    height: 538vw;
    background: url(http://1juhao.oss-cn-shanghai.aliyuncs.com/bilibg.jpg) no-repeat center;
    background-size: 100% 100%;
}

    .bilibody .bgpositive {
        width: 100vw;
        height: 110vw;
    }

    .bilibody .title img {
        width: 100vw;
        height: auto;
    }

    .bilibody .goodslist {
        width: 100vw;
        height: auto;
    }

        .bilibody .goodslist .goods {
            width: 88vw;
            height: 40vw;
            margin: 4vw 6vw;
            background: white;
            border-radius: 10px;
        }

            .bilibody .goodslist .goods .goodsImg {
                width: 40vw;
                height: 40vw;
                float: left;
            }

                .bilibody .goodslist .goods .goodsImg img {
                    width: 38vw;
                    height: 38vw;
                    margin: 1vw;
                }

            .bilibody .goodslist .goods .goodsInfo {
                width: 48vw;
                height: 40vw;
                padding: 2vw;
                float: left;
            }

                .bilibody .goodslist .goods .goodsInfo .goodsName {
                    width: 44vw;
                    height: 10vw;
                    line-height: 5vw;
                    overflow: hidden;
                    font-size: 13px;
                    font-weight: 600;
                }

                .bilibody .goodslist .goods .goodsInfo .discount {
                    width: 44vw;
                    height: 26vw;
                    float: left
                }

                    .bilibody .goodslist .goods .goodsInfo .discount .price {
                        width: 44vw;
                        height: 26vw;
                        float: left
                    }

                        .bilibody .goodslist .goods .goodsInfo .discount .price .zhekou {
                            width: 30vw;
                            height: auto;
                            float: left
                        }

                        .bilibody .goodslist .goods .goodsInfo .discount .price .zhijiang {
                            width: 14vw;
                        }

                        .bilibody .goodslist .goods .goodsInfo .discount .price .refer_price {
                            font-size: 3vw;
                            font-weight: 700;
                            position: relative;
                            left: 7vw;
                            top: -23vw;
                        }

                        .bilibody .goodslist .goods .goodsInfo .discount .price .unit_price {
                            width: 14vw;
                            font-weight: 600;
                            color: red;
                            margin-top: 1vw;
                            text-align: center;
                            overflow: hidden;
                        }

/*通告*/
.marquee_body {
    width: 100vw;
    height: 40px;
    padding: 0px 10px;
    background: white;
}

.marqueeimg {
    width: 26px;
    height: 26px;
    float: left;
    margin-top: 7px;
}

.marqueediv {
    float: right;
    height: 40px;
    line-height: 40px;
    width: calc(100% - 30px);
    font-size: 14px;
    color: #616161;
}

/* 导航组 */

.diy-navBar .data-list::after {
    clear: both;
    content: " ";
    display: table;
}

.diy-navBar .item-nav {
    float: left;
    margin: 10px 0;
    text-align: center;
}

    .diy-navBar .item-nav .item-image {
        margin-bottom: 4px;
        font-size: 0;
    }

        .diy-navBar .item-nav .item-image .image {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            margin: auto;
        }

/* 分列布局 */
.diy-navBar .avg-sm-2 > .item-nav {
    width: 50%;
}

.diy-navBar .avg-sm-3 > .item-nav {
    width: 33.33333333%;
}

.diy-navBar .avg-sm-4 > .item-nav {
    width: 25%;
}

.diy-navBar .avg-sm-5 > .item-nav {
    width: 20%;
}

/* column1新样式 */
.column1 {
    width: 100vw;
    height: 76vw;
    margin: 10px 0;
    background-color: white;
}

    .column1 .column1_img {
        width: 100vw;
        height: 53vw;
    }

        .column1 .column1_img img {
            width: 100vw;
            height: 53vw;
        }

    .column1 .column1_name {
        width: 100vw;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        color: #444;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-left: 5px;
    }

    .column1 .column1_point {
        width: 250px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        color: #999;
        padding-left: 5px;
        overflow: hidden;
    }

    .column1 .column1_price {
        width: 100vw;
        height: 25px;
        line-height: 25px;
        font-size: 13px;
        padding-left: 5px;
    }

        .column1 .column1_price .price_red {
            margin-right: 8px;
            color: #f03c3c;
            font-size: 15px;
        }

        .column1 .column1_price .price_gray {
            margin-right: 8px;
            color: #999;
            font-size: 12px;
            text-decoration: line-through;
        }

        .column1 .column1_price .sales {
            margin-right: 8px;
            background: linear-gradient(to right, #fa1e8c 0, #fc1e56 100%);
            background: #fc1e56;
            font-size: 11px;
            border-radius: 6px;
            color: #fff;
            padding: 2px 6px;
        }

.addcart {
    width: 70px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    margin: 0 15px 0 0;
    padding: 2px 5px;
  /*  background: linear-gradient(to right, #dcb36b, #d68e3b);
    box-shadow: 0 3px 6px -1px rgb(172 119 50 / 60%);*/
    background:#FF5E53;
    border-radius: 14px;
    min-width: 50px;
    text-align: center;
    color: white;
    /* float: right; */
    position: absolute;
    right: -5px;
}
