.taste_center{
    width: 19.2rem;
    height: 7.46rem;
    margin: 0 auto;
}
.taste_center img{
    width: 100%;
    height: 100%;
}
.taste_one_center{
    width: 14rem;
    margin: 0 auto;
}
.taste_one_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0.5rem;
    /* justify-content: center; */
    /* justify-content: space-between; */
}
.taste_list_items{
    width: 14.28%;
    color: #333;
    font-size: 0.23rem;
    text-align: center;
    padding: 0.16rem 0;
    box-sizing: border-box;
    /* margin-bottom: 0.15rem; */
    /* margin:  0 0.3rem 0.15rem 0; */
    position: relative;
}
.taste_list_items:hover{
    color: #8B0304;
}
.taste_items_three::before{
    content: '';
    display: block;
    position: absolute;
    width: 40%;
    min-width: 40%;
    height: 0.04rem;
    background: #CC0000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius:70%!important;
    opacity: 0;
    transition: all .3s;
}
.taste_items_four::before{
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    min-width: 50%;
    height: 0.04rem;
    background: #CC0000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius:70%!important;
    opacity: 0;
    transition: all .3s;
}
.taste_items_six::before{
    content: '';
    display: block;
    position: absolute;
    width: 77%;
    min-width: 77%;
    height: 0.04rem;
    background: #CC0000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius:70%!important;
    opacity: 0;
    transition: all .3s;
}
.taste_list_two::before{
    content: '';
    display: block;
    position: absolute;
    width: 30%;
    min-width: 30%;
    height: 0.04rem;
    background: #CC0000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius:70%!important;
    opacity: 0;
    transition: all .3s;
}
.taste_list_items:hover::before{
    opacity: 1;    
}
.taste_one_content{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    margin-top: 0.5rem;
    /*background: pink;*/
}
.taste_one_imgbox{
    width: 3.2rem;
    height: 4.49rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.3rem;
    margin-right: 0.4rem;
}
.taste_one_imgbox:nth-child(4n){
    margin-right: 0;
}
.taste_one_imgbox img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.taste_one_imgbox:hover>img{
    transform: scale(1.05);
}
.taste_one_imgname{
    position: absolute;
    /*bottom: 0.35rem;*/
    bottom: 0;
    color: #fff;
    padding: 0.15rem 0;
    background: rgba(0,0,0,.35);
    left: 0;
    /*color: #333333;*/
    font-size: 0.3rem;
    width: 100%;
    text-align: center;
}
/* 翻页 */
.news_pages{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom:0.8rem ;
}
.news_pages_a{
    display: block;
    margin: 0 0.12rem ;
    color: #888888;
    font-size: 0.27rem;
}
.news_pages_prev,.news_pages_next{
    width: 0.42rem;
    height: 0.42rem;
    border: 0.01rem solid #666;
    color: #888;
    text-align: center;
    line-height: 0.42rem;
}

.news_pages_x{
    color: #7D7D7D;
}
.news_come{
    color: #888888;
    font-size: 0.27rem;
    margin-left: 0.15rem;
}
.news_come input{
    width: 0.5rem;
    height: 100%;
    padding: 0 0.06rem;
    background:#fff;
    border: 0.01rem solid #666;

}
.news_pages_a_color{
    color: #8B0304;
    margin-left: 0.15rem;
}
/* 详情页 */
.taste_message{
    width: 100%;
    display: flex;
    margin-top: 1rem;
}
.taste_left{
    width: 3.96rem;
    height: 5.28rem;
    border-radius: 0 0.72rem 0 0 ;
    overflow: hidden;
}
.taste_left img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.taste_left:hover>img{
    transform: scale(1.05);
}
.taste_right{
    flex: 1;
    margin-left: 0.6rem;
}
.taste_right_top{
    margin-top: 0.52rem;
}
.taste_right_teacher{
    font-size: 0.25rem;
    color: #333333;
}
.taste_right_name{
    font-size: 0.3rem;
    color: #8B0304;
    font-weight: bold;
    margin-top: 0.1rem;
}
.taste_right_text{
    text-align: justify;
    font-size: 0.2rem;
    color: #333;
    margin-top: 0.6rem;
    line-height: 1.8;
}
/* 草莓巧克力 */
.berries{
    margin-top: 1rem;
}
.berries_center{
    width: 14rem;
    margin: 0 auto;
    display: flex;
}
.berrise_left_title{
    color: #8B0304;
    font-size: 0.25rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
}
.berrise_left_food_tit{
    display: flex;
    align-items: center;
    font-size: 0.2rem;
    color: #333333;
    position: relative;
    padding-left: 0.07rem;
}
/*.berrise_left_solid{*/
/*    width: 0.05rem;*/
/*    height: 0.23rem;*/
/*    background: #8B0304;*/
/*    display: block;*/
/*    margin-right: 0.03rem;*/
/*}*/
.berrise_left_food_tit::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.05rem;
    height: 0.23rem;
    background: #8B0304;
}
.berrise_left_food_list{
    display: flex;
    margin-top: 0.21rem;
}
.berrise_left_item{
    width: 2.1rem;
    margin-right: 0.3rem;
}
.berrise_left_letter{
    width: 0.22rem;
    height: 0.22rem;
    background: #8B0304;
    border-radius: 0.03rem 0rem 0.03rem 0rem;
    color: #fff;
    font-size: 0.17rem;
    text-align: center;
    line-height: 0.22rem;    
}
.berrise_left_xlist{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.berrise_xlist_item{
    display: flex;
    justify-content: space-between;
    color: #333;
    font-size: 0.15rem;
    margin-top: 0.1rem;
}
.berrise_left_make{
    width: 100%;
    margin-top: 0.25rem;
    margin-bottom: 0.35rem;
}
.berrise_left_pbox{
    margin-top: 0.21rem;
}
.berrise_left_p1{
    font-size: 0.15rem;
    color: #333;
    line-height: 1.7;
}
.berries_right{
    margin-left: 1rem;
    flex: 1;
}
.berries_right_imgbox{
    width: 100%;
    height: 6.67rem;
    background: #096;
    border-radius: 1.22rem 0 0 0;
    overflow: hidden;

}
.berries_right_imgbox img{
    width: 100%;
    height: 100%;
    transition: all .3s;

}
.berries_right_imgbox:hover>img{
    transform: scale(1.05);
}

/* 草莓蛋糕 */
.berries_berries{
    margin: 1.2rem  0  0.7rem 0 ;
}
.berries_cake{
    width: 14rem;
    margin: 0 auto;
    position: relative;
}
.swiper-slide {
    height: 100%;
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
  }
.methods_fruit{
    position: absolute;
    color: #333;
    font-size: 0.3rem;
    bottom: 0.35rem;
    left: 0;
    width: 100%;
}
.swiper_cake .swiper-slide img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.swiper-slide:hover>img{
    transform: scale(1.05);
}
  @media (max-width: 760px) {
    .swiper-button-next {
      right: 20px;
      transform: rotate(90deg);
    }

    .swiper-button-prev {
      left: 20px;
      transform: rotate(90deg);
    }
  }
  
  
  
  
  
@media only screen and (max-width: 1024px) {
    .taste_center{
        width: 100%;
        height: auto;
    }
    .taste_one_center{
        width: 100%;
        padding: 15px;
    }
    .taste_one_list{
        width: 100%;
    }
    .taste_list_items{
        width: 25%;
    }
    .taste_one_content{
        margin-top: 15px;
            justify-content: space-between;
    }
    .taste_message{
        flex-direction: column;
    }
    .berries{
        margin-top: 0;
        padding: 15px;
    }
    .berries_center{
        flex-direction: column;
    }
    .berries_center,
    .berries_left,
    .berries_left_content1{
        width: 100%;
    }
    .berries_cake{
        width: 100%;
        padding: 0 15px;
    }
    .berries_berries{
        margin: 15px 0;
    }
    .taste_one_imgbox{
        margin: 0;
        margin-bottom: 25px;
    }
    .berrise_left_title,
    .berrise_left_food_tit,
    .berrise_left_letter{
        font-size: 14px;
    }
    .berrise_xlist_item div,
    .berrise_left_p1{
        font-size: 12px;
        line-height: 1.8;
    }
    
    .berries_right{
        margin: 0;
    }
}
