* {
    margin: 0;
    padding: 0;
}

html,
body {
    position: relative;
    height: 100%;

}



body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.shop_header {
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 10px;

}



.shop_header img {
    width: 25px;
    height: auto;
}

.shop_header b {
    font-size: 16px;
    color: #333333;
}

.shop_header_address {
    display: flex;
    height: 100%;
    align-items: center;
}

.shop_header_link {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.shop_living {
    width: 50px;
    position: fixed;
    right: 0;
    top: 10%;
    z-index: 10;
}

.shop_living img {
    width: 50px;
}

.swiper-container {
    width: 100%;
    /* height: 300px; */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.swiper-slide img {
    width: 100%;
    height: auto;
}

.shop_video {
    width: 100%;
}

.shop_video video {
    width: 100%;
}

.activity {
    width: 100%;
    height: auto;
    margin: 5px 0;
}

.activity img {
    width: 100%;
    height: auto;
}

.goods_list {
    width: 100%;
    padding-bottom: 60px;
}

.goods_list .item {
    position: relative;
    width: 100%;
}

.goods_list .item .price-img {
    width: 100%;

}

.goods_list .item .price-img img {
    width: 100%;
    height: auto;

}

.goods_list .item .price {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.goods_list .item .price div {
    height: 100%;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.goods_list .item .price .icon-box {
    height: 100%;
    display: flex;
    align-items: center;
}

.goods_list .item .price .money span:nth-child(1) {
    color: #e4076e;
    font-size: 15px;
}

.goods_list .item .price .money span:nth-child(2) {
    color: #999;
    font-size: 13px;
    text-decoration: line-through;
    margin-left: 5px;

}

.goods_list .item .price span {
    font-size: 13px;
}

.icon {
    margin-left: 25px;
    padding: 7px 18px;
    border: none;
    color: #ffffff;
    border-radius: 5px;
    font-size: 12px;
}

/* .goods_list li .price img {
    width: 90px;
    margin-left: 10px;
} */

.tab {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    line-height: 19px;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 60px;
    background: white;
    text-align: center;
    color: #333;
    border-top: 1px solid #ddd;
}

.tab a {
    text-decoration: none;
    color: #999;
}

.tab div img {
    width: 22px;
}

.PostersBounced {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0, 0.7);
    z-index: 110;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #333;
    /* display: none; */
}

.activity_posters_box {
    width: 80%;
    position: relative;
    background: rgb(249, 244, 237);
    /* border-radius: 10px; */
    box-sizing: border-box;
    /* padding: 40rpx 30rpx; */
}

.guanbi {
    position: absolute;
    top: -35px;
    width: 25px;
    height: 25px;
    right: 0;
}

.shop_posters {
    box-sizing: border-box;
    line-height: 10px;
    font-size: 14rpx;
    width: 100%;
}

.shop_posters img {
    width: 100%;
    height: auto;

}

a {
    color: #333;
}

a:link {
    color: #333;
    text-decoration: none;
    /* 指正常的未被访问过的链接*/
}

a:visited {
    color: #333;
    text-decoration: none;
    /*指已经访问过的链接*/
}

a:hover {
    color: #333;
    text-decoration: none;
    /*指鼠标在链接*/
}

a:active {
    color: #333;
    text-decoration: none;
    /* 指正在点的链接*/
}




.PostersBounced .box-popup {
    width: 90%;
    height: 200px;
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.PostersBounced .box-popup .content-popup {
    width: 80%;
    justify-content: center;
}

.PostersBounced .box-popup .content-popup .top {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #333333;
}

.PostersBounced .box-popup .content-popup input {
    font-size: 16px;
    color: #333333;
    margin: 30px 0;
    padding: 5px;
    border-bottom: 1px solid #cccccc;
    border-top: none;
    border-left: none;
    border-right: none;
}

.PostersBounced .box-popup .content-popup .top .cancel {
    height: 40px;
    border: 1px solid #999999;
    padding: 0 30px;
    background: none;
    border-radius: 20px;
    margin-right: 20px;
    color: #999999;
    outline: none;

}

.PostersBounced .box-popup .content-popup .top .ok {
    height: 40px;
    padding: 0 30px;
    background: #fe6e14;
    border: none;
    border-radius: 20px;
    color: #ffffff;
    margin-left: 20px;
    outline: none;
}