.app_index{
    background: #fff;
    }
.head{
    background: #E94C89;
    padding: 0 0.5rem;
}
.search{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search img{
    width: 1.5rem;
}
.search_cell img{
    width: 1rem;
    margin: 0 0.5rem;
    padding: 0.5rem 0;
}
.search_cell{
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 1rem;
    width: 90%;
    margin: 0.5rem 0;
}
.search_cell input{
    border: 0;
    outline: none;
}

/*导航栏*/
.tabs_ul{
    display: flex;
    color: #fff;
    font-size: 0.95rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling:touch;
    width: 100%;
    white-space: nowrap;
}
.tabs_ul li{
    margin: 0.5rem 1rem;
    padding-bottom: 0.3rem;
}
.active{
    border-bottom: 2px solid #eee;
}
/*轮播*/
.swiper-container{
    height: 12rem;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
    }
.swiper-pagination-bullet-active{
    background:#E94C89;
    }
.ul_text{
    display: flex;
    justify-content: space-around;
    align-items: center;
}    
.text_cell{
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    color: #999;
}
.text_cell img{
    width: 0.8rem;
    margin: 0 0.3rem;
}

/*宫格*/
.gongge_ul{
    display: flex;
    text-align: center;
    justify-content: space-around;
    margin: 1rem 0;
}
.gongge_ul img{
    width: 4rem;
}
/*展示*/
.show_list{
    padding: 1rem 0;
    background: #f6f6f6;
}
.show_img img{
    width: 100%;
}
.show_ul{
    display: flex;
    width: 95%;
    margin: 0.5rem auto;
    justify-content: space-between;
    flex-wrap: wrap;
}
.show_ul li{
    display: flex;
    width: 44%;
    padding:0.5rem;
    justify-content: space-between;
    margin: 0.5rem 0;
}
.show_title{
    font-size: 1.1rem;
    font-weight: bold;
    white-space: nowrap;
}
.show_text{
    font-size: 0.9rem;
}
.show_ul li:nth-child(1){
    background: #F9E0E4;
    color: #AA4A5A;
    box-shadow: 0 0  1rem #F9E0E4;
}
.show_ul li:nth-child(2){
    background:#DAECF7;
    color: #437691;
    box-shadow: 0 0  1rem #DAECF7;
}
.show_ul li:nth-child(3){
    background: #E3EDC8;
    color: #748C3F;
    box-shadow: 0 0  1rem #E3EDC8;
}
.show_ul li:nth-child(4){
    background:#FBF1D1;
    color: #938255;
    box-shadow: 0 0  1rem #FBF1D1;
}
.show_ul img{
    height: 7rem;
}

.in_list{
    padding: 0  0.5rem;
    background: #f6f6f6;
}
/*限时抢购*/
.limit{
    display: flex;
    background: #fff;
    padding:  0.5rem 0;
}
.cell_title{
    font-size: 1.1rem;
    color: #333;
    font-weight: bold;
}
.cell_text{
    color: #999;
    font-size: 0.8rem;
    margin-left:0.5rem;
}
.cell_red{
    color: red;
    font-weight: bold;
    font-size: 1rem;
}
.limit_li{
    width: 50%;
    padding: 0  0.5rem;
    border-right: 1px solid #eee;
}
.limit_card{
    display: flex;
}
.card_li{
    width: 50%;
    text-align: center;
    padding: 0.5rem 0;
    font-size: 0.8rem;
}
.card_li img{
    width: 2.5rem;
}
.card_title{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.card_price{
    color: #E23A3A;
    font-weight: bold;
    line-height: 2rem;
}
.limit_cell{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.limit_cell2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.limit_img img{
    width: 3.5rem;
}
.limit_time{
    border:1px solid #E23A3A;
    color: #E23A3A;
    border-radius: 0.2rem;
    font-size: 0.7rem;
    white-space: nowrap;
    display: flex;
    line-height: 1.2rem;
}
.time_text{
    background: #E23A3A;
    color: #fff;
    padding: 0 0.2rem;
}

/*开始抢购*/
.rob_ul{
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin: 1rem 0;
}
.rob_time{
    padding: 0 0.5rem;
    border-radius: 1rem;
}
.rob_title{
    font-size: 0.7rem;
}
.rob_time2{
    background: #E94C89;
    color: #fff;
  
}
.rob_title2{
    font-size: 0.7rem;
    color: #E94C89;
}
.rob_item{
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 1rem;
    border-bottom: 1px solid #eee;
}
.rob_img{
    width: 35%;
    height: 8rem;
}
.rob_con{
    align-content: space-between;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 63%;
}
.rob_img img{
    width: 100%;
    height: 100%;
}
.rob_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rob_pink{
    color: #E94C89;
    line-height: 1.5rem;
}
.rob_price1{
    color: #E94C89;
    font-size: 1.2rem;
}
.rob_price2{
    text-decoration: line-through;
    color: #777;
    font-size: 0.8rem;
}
.rob_btn{
    background: #E94C89;
    color: #fff;
    padding: 0.3rem 1rem;
    border-radius:1rem;
}
.rob_bottom{
    width: 100%;
}
.rob_top{
    font-size: 1rem;
}
.rob_text1{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.rob_text{
    color: #777;
    font-size: 0.8rem;
    line-height: 2rem;
}

/*购物*/
.shop_title{
    font-size: 1.2rem;
    font-weight: bold;
    margin: 1rem 0;
    text-align: center;
    color: #333;
}
.shop_img img{
    width: 100%;
    height: 10rem;
    border-radius:0.3rem;
}
.shop_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0.5rem 0;
}
.shop_ul li{
    width: 19.5%;
    text-align: center;
    background: #fff;
    padding: 0.5rem;
}
.shop_ul li img{
    width: 100%;
}
.shop_text{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.shop_price{
    color: #E23A3A;
}



/*猜你喜欢*/
.link_ul{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.link_ul li{
    width: 40%;
    background: #fff;
    border-radius:0.5rem;
    margin-bottom: 0.5rem;
    padding: 1rem;
}
.link_ul li img{
    width: 100%;
}
.link_title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.link_price{
display: flex;
align-items: center;
line-height: 2rem;
}
.link_price1{
    color: #E23A3A;
}
.link_price2{
    color: #777;
    text-decoration: line-through;
    font-size: 0.7rem;
}