
html{
    font-size: 12xpx;
}
.layui-layer{
    left:50%!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    text-align: right;
    width: fit-content;
    bottom:1.5vw;
    right: 6vw;
    font-size: 0;
}

.new_tab_title{
color: {$page_diy['indexnav_text_color'][1]};
}
.new_tab_sel .new_tab_title{
color: {$page_diy['indexnav_text_color'][0]};
}


.new_swiper_item{
background: {$page_diy['indexnav_icon_color'][0]};
}
.new_swiper_sel{
background: {$page_diy['indexnav_icon_color'][1]};
}

.tab_item{
color: {$page_diy['indexcate_text_color'][1]};
}
.tab_sel {
color: {$page_diy['indexcate_text_color'][0]};
border-bottom: 6px solid {$page_diy['indexcate_text_color'][0]};
}
.layui-layer-title,.layui-layer-content{
    font: 3vw/5vw simhei !important;
}
.layui-layer-btn{
    text-align: center !important;
}
.layui-layer-btn a{
    font: 3vw/6vw simhei !important;
    height: 6vw;
}
.layui-layer-dialog{
    min-width: 50vw !important;
}
.layui-layer{
    left: 25vw !important;
}
.scTab .tab_item {
color: {$page_diy['indexcate_text_color'][0]};
}
.scTab .cname {
    color: #fff;
background: {$page_diy['indexcate_text_color'][0]};
}
html{
    background:#f9f9f9;
    /* font-size: 100px; */
}
/* 话费弹窗 */
.low_vip{
    position: fixed;
    top:0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    background:rgba(0,0,0,.8);
    left:0;
    display: none;
}
.low_main{
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    padding:2vw;
    width: 74vw;
    border-radius: 12px;
    background:#fff;
}
.low_detail{
    width: 100%;
    padding: 0 0 4vw;
    border-radius: 12px;
    border:1px solid #FF5964;
    justify-content: center;
}
.low_top_img{
    width: 46vw;
    display: block;
    margin-top:-25.2vw;
}
.low_notice{
    font-size: .38rem;
    color:#1F1F1F;
}
.go_uplevel{
    background:#FE1A29;
    height: 9vw;
    line-height: 9vw;
    border-radius: 10vw;
    width: 44vw;
    text-align: center;
    color:#fff;
    font-size: .38rem;
    margin: 8vw 0 3vw;
}
.think{
    color:#B5B5B5;
    font-size: .38rem;
}
.container {
    width: 100vw;
    box-sizing: border-box;
    
}
/* 点击加号显示样式 */
.add_container{
    z-index:30;
    position: absolute;
    right:-4vw;
    bottom:-26vw;
    width:32vw;
    font-size:.35rem;
    color:#2B2B2B;
    border-radius: 12px;
    background:#fff;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.add_container::before{
    content:'';
    position: absolute;
    top:-1.5vw;
    right:5.1vw;
    width:3vw;
    height:3vw;
    transform: rotate(45deg);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.add_container::after{
    content:'';
    position: absolute;
    top: -1.2vw;
    right: 4.7vw;
    width: 3.8vw;
    height: 3.8vw;
    z-index:4;
    background:#fff;
    transform: rotate(45deg);
}
.add_item{
    margin:0 2vw;
    height:11vw;
    line-height: 11vw;
    text-align:center;
    justify-content: center;
    border-bottom: 1px solid #e5e5e5;
}
.add_item:last-child{
    border:0;
}
.messages{
    position: relative;
}
.msg_num{
    position: absolute;
    top:2vw;
    right:2vw;
    width:4vw;
    height: 4vw;
    line-height: 4vw;
    border-radius: 4vw;
    text-align: center;
    font-size:.3rem;
    color:#fff;
    background:#ff1a2a;
    z-index:6;
}
.msg_nums{
    position: absolute;
    top:-2.5vw;
    right:-2.5vw;
    width:4vw;
    height: 4vw;
    line-height: 4vw;
    border-radius: 4vw;
    text-align: center;
    font-size:.3rem;
    color:#fff;
    background:#ff1a2a;
    z-index:6;
}



/*轮播图轮播图轮播图轮播图轮播图轮播图轮播图轮播图轮播图*/
.swiper-container1 {
    width: 94vw;
    border-radius: 0.2rem;
}

.swiper-wapper1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.images {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0.2rem;
}

/* 激活未激活状态 */
.swiper-pagination1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    display: inline-block;
    background: #fff;
    opacity: .8;
}

.swiper-pagination1 .swiper-pagination-bullet-active {
    opacity: 1;
    width: 3vw;
    height: 12px;
    border-radius: 12px;
    background: #fff;
}

/*轮播图轮播图轮播图轮播图轮播图轮播图轮播图轮播图轮播图  -------end*/
.search {
    width: 92vw;
    margin: 4vw;
    justify-content: space-between;
}

.address_div {
    width: 18vw;
}
.address_fuck{
    position: relative;
}
/* 点击加号显示样式 */
.add_containers{
    z-index:3;
    position: absolute;
    left:-1vw;
    top: 8vw;
    width:86vw;
    padding:4vw;
    font-size:.35rem;
    color:#2B2B2B;
    border-radius: 12px;
    color:#fff;
    background:rgba(0,0,0,.7);
    display: none; 
}
.address_fuck_text{
    font-size:.35rem;
}
.change_text{
    color:#E1252E;
    font-size:.35rem;
}
.add_containers::before{
    content:'';
    position: absolute;
    top:-4vw;
    left:5vw;
    border-width:  2vw;
    border-style: solid;
    border-color: transparent transparent rgba(0,0,0,.7) transparent;
}
.change_address{
    width: 5vw;
    margin-right:2vw;
}
.close_address{
    width: 3vw;
    margin-left:5vw;
}

.address_sel {
    width: 2vw;
}

.address_text {
    color: #040404;
    font-size: 0.38rem;
    margin-right: 1vw;
    display: block;
    width:14vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search_div {
    height: 7.5vw;
    line-height: 7.5vw;
    border-radius: 7.5vw;
    width: 60vw;
    margin-right: 3vw;
    font-size: 0.38rem;
    color: #7F7F7F;
    background: #fff;
    justify-content: center;
    border: 1px solid #BFBFBF;
}
.add_main{
    position: relative;
    margin-right:3vw;
}
.add {
    width: 5vw;
}

.search_icon {
    width: 3vw;
    margin-right: 1vw;
}

.top_list {
    /* width: 94vw; */
    width: 100vw;
    padding: 0 3vw;
    box-sizing: border-box;
    margin: 0 auto;
    flex-wrap: wrap;
}

.top_item {
    width: 18.8vw;
    margin-bottom: 2vw;
}

.top_item_img {
    width: 14vw;
    display: block;
}

.top_item_title {
    font-size: 0.28rem;
    font-weight: bold;
    color: #1F1F1F;
    /* margin: 0 0 9px; */

    max-width: 18vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top_item_discount {
    font-size: 0.28rem;
    color: #AAAAAA;
    max-width: 18vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav_list {
    width: 93.5vw;
    margin: 0 auto;
    /* overflow-x: scroll; */
}
.nav_list::-webkit-scrollbar{
    display: none;
}

.nav_item {
    width: 22.4vw;
    margin-right:1.3vw;
}
.nav_item:last-child{
    margin-right: 0;
}

.nav_img {
    width: 22.4vw;
    display: block;
    border-radius: 12px;
    /* box-shadow: 0 0 10px rgba(0,0,0,.1); */
}

.tab_ist,.tab_ist_zhan {
    width: 90vw;
    margin: 0 auto;
    height: 12vw;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: initial;
    position: relative;
	padding: 0 5vw;
}
.tab_ist::-webkit-scrollbar {
    display: none;
}
.tablistfixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: #fff;
	padding-bottom: 2vw;
}
.tab_item {
    color: #202020;
    font-size: 3.73vw;
    font-weight: bold;
    /* margin: 0 3vw; */
    height: 8vw;
    line-height: 10vw;
    /* border-bottom:6px solid transparent; */
}
.scTab .tab_item{
	color: #FE022C;
}
.cnameBox{
	display: flex;
	justify-content: center;
}
.cname{
	font: 2.94vw/4vw simhei;
	color: #9A9A9A;
	padding: 0 1.2vw;
	border-radius: 2vw;
}
.scTab .cname{
	color: #fff;
	background: #FE022C;
}
.scShu{
	font: 4.5vw/12vw simhei;
	color: #E6E6E6;
	padding: 0 4vw;
}
.scShu:last-child{
	font: 0/12vw simhei;
}
.tab_sel {
    color:#FF1A2B;
    border-bottom:6px solid #FF1A2B;
}

.all_goods{
    padding-bottom:14vw;
}
.goods_list {
    width: 94vw;
    margin: 1.5vw auto 0;
    flex-wrap: wrap;
    box-sizing: border-box;
    /* background:#FAFAFA; */
	font-size: 12px;
	display: flex;
}

.goods_item {
    width: 45.5vw;
    margin-right: 3vw;
	column-gap: 3vw;
    margin-bottom: 3vw;
    background:#fff;
    align-items: flex-start;
    /*box-shadow: 0 0 10px rgba(0,0,0,.2);*/
	break-inside: avoid;
	overflow: hidden;
	padding-bottom: 3vw;
	border-radius: 2vw;
}

.goods_img {
    width: 45.5vw;
    height:46vw;
    position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 2vw 2vw 0 0;
}

.goods_item:nth-child(2n+2) {
    margin-right: 0;
}

.goods_icon {
    /*width: 45.5vw;*/
    height: 45.5vw;
}

.goods_main {
    padding: 0;
    width:41.5vw;
    padding: 0 2vw;
    align-items: flex-end;
	background: #fff;
}
.goods_title {
    color: #252021;
    width:100%;
    text-align:left;
    font-size: 0.4rem;
    font-weight: bold;
	line-height: 0.5rem;
	max-height: 1rem;
	overflow: hidden;
   /* word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; */
}
.goods_titless{
    font-size: .35rem;
}
.address_container{
    color:#fff;
    background:rgb(0,0,0);
    opacity: 0.8;
    padding:0 3vw;
    position: absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:3vw;
    font-size:.35rem;
    height:7vw;
    line-height: 7vw;
    border-radius: 8vw;
}
.line{
    width:1px ;
    background:#fff;
    height:4vw;
    margin:1.5vw 1vw;
}

.address_icon {
    width: 3vw;
    margin-right: 1vw;
}

.address_title {
    max-width: 20vw;
    font-size: 0.3rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn {
    width: 23vw;
    text-align: center;
    height: 7vw;
    line-height: 7vw;
    border-radius: 7vw;
    margin: 4vw 0 3vw;
    color: #CCB38D;
    font-size: 0.38rem;
    border:1px solid #CCB38D;
}

.unit{
    font-size:.32rem;
    color:#FF1313;
}
.now_price_num{
    font-size:.45rem;
    font-weight: bold;
    color:#FF1313;
}
.price_list{
    align-items: baseline;
	padding-right: 1vw;
}
.old_price_num{
    font-size:.32rem;
    color:#8E8E8E;
    text-decoration: line-through;
	padding-right: 10px;
}
.goods_price_list{
    width:100%;
    margin:2vw 0 1.5vw;
    justify-content: flex-start;
    align-items: baseline;
}
.goods_discount{
    width:100%;
    font-size:.32rem;
    margin-bottom:2vw;
}
.discount_num{
    display: block;
    padding: 1vw 2vw;
    height:4vw;
    line-height: 4vw;
    border-radius: 8px;
    color:#FF0909;
    font-size:.3rem;
    border: 1px solid #FF0909;
}
.sale_num{
    font-size:.32rem;
    color:#8E8E8E;
	padding-left: 10px;
	border-left: 1px solid #BCBCBC;
}
.specs_name{
    font-size:.3rem;
    color:#30292B;
    width: 100%;
    text-align: left;
    /* margin-top:2vw;.goods_main */
}



/* 加载更多数据 */

.loading{
    font-size:.38rem;
    color:#A6A6A6;
    text-align: center;
    height: 12vw;
    justify-content: center;
}
.more_icon{
    width: 4vw;
    margin-right:2vw;
    animation: circle 1s linear infinite;
    -webkit-animation: circle 1s linear infinite;
}

@keyframes circle
{
    from {transform: rotateZ(0deg);}
    to {transform: rotateZ(360deg);}
}

@-webkit-keyframes circle
{
    from {transform: rotateZ(0deg);}
    to {transform: rotateZ(360deg);}
}
.more_title{
    font-size:.35rem;
    color:#838383;
}


/* 附近没有发现该店铺 */

.goods_itemno{
    position: relative;
    z-index:0;
}
.goods_itemno::after{
    z-index:1;
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background:rgba(0,0,0,.6);
}
.goods_itemno::before{
    z-index:2;
    content:'暂未找到附近商铺';
    transform: translate(-50%,-50%);
    position: absolute;
    top:50%;
    left:50%;
    font-size:.35rem;
    width:16vw;
    height: 16vw;
    padding:4vw;
    text-align: center;
    color:#fff;
    border-radius: 16vw;
    background:rgba(0,0,0,.7);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.btn_list {
    width: 100%;
    height: 5vw;
    line-height: 5vw;
    color: #fff;
    font-size: .28rem;
    box-sizing: border-box;
    margin-bottom: 1vw;
}
.btn_item {
    width: 48%;
    height: 5vw;
    line-height: 5vw;
    text-align: center;
}
.btn_item:nth-child(1) {
    border-radius: 8px;
    color: #fe0657;
    border: 1px solid #fe0657;
}
.btn_item:nth-child(2) {
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(top,#fe0657,#fe0c85);
    background: -webkit-linear-gradient(top,#fe0657,#fe0c85);
}
.goods_title{
    margin: 2vw 0;
}
.goods_detail {
    margin-top: 2vw;
    align-items: flex-start;
    width: 40vw;
}

.ori_price {
    font-size: .3rem;
    color: #656565;
    margin: 0 0 1vw;
    text-decoration: line-through;
}
.price_fuck {
    margin-bottom: 3vw;
}
.rows {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.vip_status {
    font-size: .28rem;
    height: 5vw;
    line-height: 5vw;
    border-radius: 5vw;
    color: #fff;
    background: #1E1E1E;
    display: block;
    padding: 0 2vw;
}
.goods_price {
    font-size: .42rem;
    color: #fe0657;
    font-weight: bold;
}



/* 首页顶部新样式 */

.new_tab_list{
    width: 100vw;
    overflow-x: scroll;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 3vw;
}
.new_tab_list::-webkit-scrollbar{
    display: none;
}
.new_tab_item{
    height: 10vw;
    width: 18.8vw;
    justify-content: center;
}
.new_tab_title{
    font-size:.36rem;
    color:#202020;
    font-weight: bold;
    text-align: center;
}
.new_tab_sel .new_tab_title{
    color:#FF1A2B;
}
.new_tab_icon{
    width: 4vw;
    opacity: 0;
    margin-top: .3vw;
}
.new_tab_sel .new_tab_icon{
    opacity: 1;
}

.swiper-pagination2{
    opacity: 0;
    z-index: -1;
    position: fixed;
    top:-100vh;
    left: -100vw;
    display: none;
}
.new_swiper_list{
    justify-content: center;
}
.nav_list{
    margin-bottom: 2.7vw;
}
.new_swiper_item{
    width: 1vw;
    height: 1vw;
    border-radius: 1vw;
    background: #FDA3A7;
    margin-right: 1vw;
}
.new_swiper_sel{
    width: 4vw;
    height: 1vw;
    border-radius: 1vw;
    background: #FF1A29;
}
.swiper-container2{
    padding-bottom:.5vw;
}


/* 首页添加0元购特权 */

.shadow_free {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999999999;
    display: none;
    background: rgba(0, 0, 0, .8);
}

.freebuy {
    z-index: 999999999999;
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
    transform: translate(-50%, -50%);
}

.free_detail {
    width: 88vw;
    height: 93.1764vw;
    box-sizing: border-box;
    padding-top: 78vw;
}

.points_show_btn {
    width: 42vw;
    height: 11.4303vw;
    display: block;
    margin: 0 auto;
}

.close_free {
    display: block;
    margin: 6vw auto 0;
    width: 9vw;
    height: 9vw;
}

.fuck_you_shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999999999;
} .goods_icon_shop,.goods_imgss{
    height: 45.5vw;
}
.fuck_shadow{

    position: fixed;

    top:0;

    left:0;

    width:100vw;

    height: 100vh;

    background:rgba(0,0,0,.7);

    z-index:999;

    display: none;

}

.fuck_container{

    position: fixed;

    top:50%;

    left:50%;

    width:92vw;

    padding:8vw 0;

    background:#fff;

    z-index:9999;

    display: none;

    border-radius: 18px;

    transform: translate(-50%,-50%);

}

.fuck_notice{

    color:#FE2624;

    font-size:.42rem;

}

.fuck_img{

    width: 40vw;

    display: block;

    margin:5vw 0;

}

.fuck_text{

    color:#2A2A2A;

    font-size:.35rem;

    margin-bottom:8vw;

}

.fuck_btn{

    font-size:.35rem;

    color:#2E2E2E;

    border:1px solid #2E2E2E;

    height:10vw;

    line-height: 10vw;

    text-align: center;

    width: 50vw;

    border-radius: 10vw;

}