html,body{
    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 {
    padding-top: 3vw;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #FA5901 0, #FB8501 46%,#fff);
    background: -webkit-linear-gradient(to bottom, #FA5901 0, #FB8501 46%,#fff);
}
.mian_apple{
    padding-top:2vw;
    background:#BB0201;
    margin-top:-2px;
    padding-bottom:16vw;
}
.search {
    width: 94vw;
    box-sizing: border-box;
    padding: 0 2vw;
    margin: 0 auto 3vw;
    height: 7.5vw;
    line-height: 7.5vw;
    border-radius: 8vw;
    align-items: center;
    background: #F8864A;
}

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

.input {
    outline: none;
    color: #fff;
    font-size: 0.36rem;
    background: none;
    border: 0;
    height: 4vw;
    line-height: 4vw;
}

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

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

.images {
    width: 100%;
    height: 100%;
}

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

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 3vw;
    height: 12px;
    border-radius: 12px;
    background: #fff;
}
/*轮播图轮播图轮播图轮播图轮播图轮播图轮播图轮播图轮播图  -------end*/
.top {
    width: 100vw;
    height: 26vw;
    margin: 4vw auto 0;
}

.goods_div {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background: #BB0201;
    margin-top: -10vw;
    padding-top: 5vw;
}

.top_list {
    width: 70vw;
    padding:0 15vw;
    margin: 0 auto;
    justify-content: space-between;
}

.top_itemicon {
    width: 15vw;
    height: 15vw;
}

/*.top_itemname {
    font-size: 0.38rem;
    background: linear-gradient(to bottom, #F2DAA2, #D9A27C);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
}*/

.tab_list {
    width: 96vw;
    margin: 3vw 2vw 2vw;
    padding: 4vw 0 2vw;
    box-sizing: border-box;
    /*border-top: 1px solid #CF3E3E;*/
    white-space: nowrap;
    overflow-x: scroll;
}

.tab_list::-webkit-scrollbar {
    display: none;
}
.tab_item {
    padding:0 3vw;
    /* width: 25vw; */
    /* display: inline-block; */
}

.tab_title {
    color: #FEFEFE;
    font-size: 0.38rem;
    font-weight: bold;
    margin-bottom: 1vw;
}

.tab_title1 {
    font-size: 0.32rem;
    color: #FEFEFE;
    display: block;
    height: 4vw;
    line-height: 4vw;
    border-radius: 4vw;
    padding: 0 2vw;
    text-align: center;
}

.tab_item_sel .tab_sel {
    background: #FFFFFF;
    color: #D4423D;
}

.goods_list {
    width: 92vw;
    margin: 0 4vw;
    border-radius: 12px;
    overflow: hidden;
    background: #FFEBEC;
    flex-wrap: wrap;
}

.goods_item {
    width: 21.5vw;
    padding: 3vw 0 1vw;
    margin-right: 2vw;
    margin-top: 2vw;
    background: #F9F9F9;
    align-items: center;
}

.goods_item:nth-child(1),
.goods_item:nth-child(2),
.goods_item:nth-child(3),
.goods_item:nth-child(4) {
    margin-top: 0;
}

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

.goods_name {
    color: #181818;
    font-size: 0.34rem;
    font-weight: bold;
    margin-bottom: 1vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 98%;
    margin:0 auto;
    text-align: center;
}

.goods_discount {
    height: 4vw;
    line-height: 4vw;
    border-radius: 1.5vw;
    color: #fff;
    font-size: 0.24rem;
    padding: 0 1vw;
}
.goods_discount1{
    background: linear-gradient(to bottom, #EE106E, #B83399);
    background: -webkit-linear-gradient(to bottom, #EE106E, #B83399);
}

.goods_discount2{
    background: linear-gradient(to bottom, #FF9C0F, #FF7250);
    background: -webkit-linear-gradient(to bottom, #FF9C0F, #FF7250);
}
.goods_discount3{
    background: linear-gradient(to bottom, #2DF2B4, #1BD480);
    background: -webkit-linear-gradient(to bottom, #2DF2B4, #1BD480);
}
.goods_discount0{
    background: linear-gradient(to bottom, #53CDFF, #126EFF);
    background: -webkit-linear-gradient(to bottom, #53CDFF, #126EFF);
}
.goods_img {
    width: 15vw;
    height: 15vw;
    margin: 2vw 0 0;
}