.w1400{
    margin: 0 auto;
}
.mkl-con{
    flex-wrap: wrap;
}

.mklc-k {
    margin-bottom: 0.3rem;
}

.natural_box{
    background: #EEF8D6;
    padding: 0.88rem 0 0.96rem 0;
}
.natural_center{
    margin: 0 auto;
}
.natural_title{
    font-size: 0.35rem;
    color: #8B0304;
    font-weight: bold;
    margin-bottom: 0.88rem;
    text-align: center;
}
.natural_imgbox{
    width: 7.86rem;
    height: 4.77rem;
    margin: 0 auto;
}
.natural_imgbox img{
    width: 100%;
    height: 100%;
}
.natural_listbox{
    display: flex;
    justify-content: space-between;
    margin-top: 1.2rem;
    
}
.natural_items{
    width: 2.04rem;
    height: 2.04rem;
    border-radius:50%;
    background: #6CBA6F;
    font-size: 0.22rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.4rem;
    text-align: center;
    line-height: 1.5;
}

.applebox1{
    padding: 0.75rem 0 0 0;
}

.apple_center{
    margin: 0 auto;
}
.apple_con_items{
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}
.apple_con_left{
    width:5.66rem;
    height: 4.05rem;
}
.apple_con_left img{
    width: 100%;
    height: 100%;
}
.apple_con_right{
    padding:0 2.5rem;
}

.apple_con_txt1,.apple_con_txt2{
    font-size: 0.25rem;
    color:#333;
    text-align: center;
    font-weight: bold;
}
.apple_con_txt1{
    position: relative;
    margin-bottom: 0.3rem;
}
.apple_con_txt1::after{
    content: '';
    position: absolute;
    background: #6CBA6F;
    width: 0.8rem;
    height: 0.02rem;
    left: 50%;
    bottom: -0.18rem;
    transform: translateX(-50%);
}
.apple_con_items:nth-child(2n) .apple_con_left{
    order: 1;
}

.apple_con_items:nth-child(2n) .apple_con_right{
    order: 0;
}


.apple_box2{
    padding: 0.8rem 0 ;

}
.kuaishouSwiper{
    overflow: hidden;
}
.appleBox2_swiper{
    position: relative;
}
.kuaishouSwiper .swiper-wrapper{
    padding: 0.1rem 0 ;
}
.kuaishouSwiper .swiper-slide {
    transition: 300ms;
    box-shadow: 0 0 0.05rem 0.02rem rgba(0,0,0,0.15);
    padding: 0.25rem;
    flex-direction: column;
}
.swiper-slide-active,.swiper-slide-duplicate-active{
    /* transform: scale(1); */
    transform: all .25s;
}
.ks_imgbox{
    height: 2.75rem;
    overflow: hidden;
    margin-bottom: 0.15rem;
}

.ks_imgbox img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.ks_titler{
    width: 1.42rem;
    height: 0.45rem;
    background: #6CBA6F;
    border-radius: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.25rem;
    color: #fff;
    margin: 0 auto;
}
.ks_next,.ks_prev{
    width: 0.68rem!important;
    height: 0.68rem!important;
    background: red;
}
.ks_next{
    background: url(../img/appleImg/right.png) no-repeat;
    background-size:100%  100%;
    right: -1.4rem!important;
}
.ks_prev{
    background: url(../img/appleImg/left.png) no-repeat;
    background-size:100%  100%;
    left: -1.4rem!important;
}
.ks_next::after{
    color: transparent;
}
.ks_prev::after{
    color: transparent;
}
.brandStory{
    margin-bottom: 1rem!important;
    margin-top: 0.5rem!important;
}

.banner img{
    width: 100%;
    height: 100%;
}
.mom_boxTit{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mom_boxTit{
    padding-top:1rem;
}
.mon_imgTit{
    width: 3.5rem;
}
.mon_imgTit img{
    width: 100%;
}
.mom_txt{
    color: #302D2C;
    font-weight:bold;
    font-size: 0.35rem;
    margin-top: 0.1rem;
}
.content_box{
    width: 14rem;
    margin: 0 auto;
}
.match{
    height: 9.65rem;
    background: url(../img/appleImg/bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 1.2rem 0 ;
    margin-top: 1rem;
}
.math_titbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.math_xtit{
    padding: 0.02rem 0.07rem;
    text-align: center;
    font-size: 0.19rem;
    color: #fff;
    background: #e64c47;
    margin-bottom: 0.15rem;
}
.math_btit{
    font-size: 0.35rem;
    color: #333;
    font-weight: bold;
}
.math_content{
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}
.math_leftbox{
    width: 6.71rem;
    height: 4.77rem;
}
.math_leftbox img{
    width: 100%;
    height: 100%;
}

.math_rightbox{
    flex: 1;
    padding-left: 1rem;
}
.math_right_itm{
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}
.math_right_itm:last-child{
    margin-bottom: 0;
}
.math_numbox{
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: #fff;
    color: #E97873;
    font-size: 0.46rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.math_txtbox{
    margin-left: 0.2rem;
}
.math_xtitx{
    font-size: 0.28rem;
    color: #fff;
    margin-bottom: 0.05rem;
}
.math_xmsg{
    font-size: 0.18rem;
    color: #fff;
    line-height: 1.6;
}
.ing_items{
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    justify-content: space-between;
}

.ing_leftbox{
    width: 5.66rem;
    height: 4.05rem;
}
.ing_leftbox img{
    width: 100%;
    height: 100%;
}
.ing_rightbox{
    padding-left: 2.12rem;
    padding-right: 0.54rem;
}
.ing_txt{
    width: 5.68rem;
    line-height: 1.6;
    font-size: 0.2rem;
    color: #616161;
}
.ing_tit{
    font-size: 0.28rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.2rem;
    padding-bottom: 0.15rem;
    position: relative;
}
.ing_tit::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.41rem;
    height: 0.02rem;
    background: #FF0F3C;
    border-radius: 99px;
}

.ing_items:nth-child(2n) .ing_leftbox{
    order: 1;
}
.ing_items:nth-child(2n) .ing_rightbox{
    order: 0;
    padding-left: 0.54rem;
    padding-right: 1.5rem;
}

.wonderful{
    background: #e36e6a;
    padding: 0.54rem 0 ;
}
.wonder_content{
    display: flex;
    flex-wrap: wrap;
}
.wonder_items{
    width: 32%;
    height: 4.5rem;
    margin-right: 2%;
    position: relative;
    margin-bottom: 0.25rem;
    overflow: hidden;
}
.wonder_items:nth-child(3n){
    margin-right: 0;
}
.wonder_items img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.wonder_items:hover>img{
    transform: scale(1.03);
}

.wonder_name{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    width: 100%;
    padding: 0.16rem 0 ;
    color: #fff;
    font-size: 0.24rem;
    text-align: center;
    z-index: 99;
}

.wonder_biaoti{
    width: 2.3rem;
    background: #f34057;
    padding: 0.02rem 0.1rem;
    color: #fff;
    font-size: 0.33rem;
}
.wonder_msg{
    font-size: 0.35rem;
    font-weight: bold;
    color: #fff;
    margin-top: 0.1rem;
}
.wonder_imgx{
    width: 2.6rem;
    height: 0.38rem;
    margin-top: 0.33rem;
}
.wonder_imgx img{
    width: 100%;
    height: 100%;
}
.wonder_items:nth-child(1){
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.effect{
    padding: 0.7rem 0 ;
}
.effect_titimg{
    width: 4.48rem;
    height: 0.82rem;
    margin: 0 auto;
}

.effect_titimg img{
    width: 100%;
    height: 100%;
}

.effect_content{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.65rem;
}


.effect_items{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.4rem;
}
.effect_items:nth-child(3n){
    margin-right: 0;
}
.effect_imgbox{
    width: 100%;
    border-radius: 0.1rem;
    height: 3.28rem;
    overflow: hidden;
}
.effect_imgbox img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}


.effect_name{
    font-size: 0.18rem;
    text-align: center;
    padding-top: 0.34rem;
}
.effect_imgbox:hover>img{
    transform: scale(1.03);
}

.story{
    padding: 1rem 0 ;
}
.story_content{
    display: flex;
}

.story_leftbox{
    flex: 1;
    padding-right: 0.97rem;
}

.story_rightbox{
    width: 7rem;
    height: 5.49rem;
    position: relative;
}
.story_rightbox::after{
    content: '';
    position: absolute;
    width: 8.16rem;
    height: 5.57rem;
    background:#E1F3DF;
    top: -0.8rem;
    right: -4rem;

}

.story_rightbox img{
    width: 100%;
    height: 100%;
    z-index: 999;
    position: relative;
}
.story_leftImg{
    width: 4.05rem;
    height: 0.82rem;
    margin-bottom: 1rem;
}

.story_leftImg img{
    width: 100%;
    height: 100%;
}
.story_xitm{
    display: flex;
    align-items: baseline;
    line-height: 1.6;
    font-weight: bold;
    color: #333;
    font-size: 0.2rem;
    margin-bottom: 0.3rem;
}
.story_xitm::before{
    content: '';
    display: block;
    min-width: 0.14rem;
    min-height: 0.14rem;
    border: 0.03rem solid #8B0304;
    border-radius: 50%;
    margin-right: 0.14rem;
}

.food{
    padding: 1rem 0 ;

}

.food_txt1{
    text-align: center;
    font-weight: bold;
    color: #8B0304;
    font-size: 0.35rem;
}
.food_txt2{
    font-size: 0.25rem;
    color: #333;
    text-align: center;
    margin-top: 0.2rem;
}

.food_items_one{
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.12rem;
}
.food_one_list{
    margin-right: 1.25rem;
}
.food_one_list:nth-child(6){
    margin-right: 0;
}
.food_item_name{
    font-weight: bold;
    font-size: 0.2rem;
    color: #333;
    text-align: center;
}

.food_item_img{
    width: 1.29rem;
    height: 1.75rem;
    margin-top: 0.15rem;
}
.food_item_img img{
    width: 100%;
    height: 100%;
}

.food_items_two{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    display: none;
}

.footer_two_img{
    width: 2.7rem;
    height: 2.7rem;
}
.footer_two_img img{
    width: 100%;
    height: 100%;
}

.food_items_two{
    margin-top: 0.6rem;
}
.footer_two_name{
    text-align: center;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333;
    margin-top: 0.1rem;
}

.peculiarity{
    background: #D1E4F6;
    padding: 0.9rem 0 ;
}
.pecu_img{
    width: 9.4rem;
    height: 5.5rem;
    margin: 0.8rem auto 0 auto;
}
.pecu_img img{
    width: 100%;
    height: 100%;
}
.peculs_content{
    margin-top: 0.8rem;
}
.peculs_items{
    display: flex;

}

.perculs_leftbox{
    width: 5.56rem;
    height: 4.05rem;
}
.perculs_leftbox img{
    width: 100%;
    height: 100%;
}
.perculs_rightbox{
    flex: 1;
    padding-left: 1rem;
    display: flex;
    align-items: center;
}

.perculs_txt{
    display: flex;
    position: relative;
    font-size: 0.24rem;
    color: #333;
    line-height: 1.5;
    width: 5.5rem;
}
.perculs_txt::before{
    content: '';
    position: absolute;
    min-width: 0.18rem;
    left: -0.3rem;
    top: 0.05rem;
    min-height: 0.26rem;
    background: url(../img/appleImg/h.png) no-repeat;
    background-size: 100% 100%;
}
.peculs_items:nth-child(2n) .perculs_leftbox{
    order: 1;
}
.peculs_items:nth-child(2n) .perculs_rightbox{
    order: 0;
    padding-left: 0.4rem;
}
.time{
    padding: 1rem 0 ;
}
.time_content{
    margin-top: 0.86rem;
    display: flex;
    justify-content: space-between;
}

.time_items{
    display: flex;
    height: 4rem;
}
.time_items:nth-child(1){
    align-items: flex-end;
}
.time_items:nth-child(2){
    align-items:center;
}
.time_items:nth-child(3){
    align-items:flex-start;
}
.timer_itm_img{
    width: 3.86rem;
    height: 2.74rem;
    position: relative;
}
.timer_itm_img img{
    width: 100%;
    height: 100%;
}
.timer_itm_name{
    position: absolute;
    width: 3.04rem;
    height: 0.8rem;
    background: #78B0D9;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -0.3rem;
    color: #fff;
    font-size: 0.2rem;
}
.timer_itm_name strong{
    font-size: 0.2rem;
}
.berbera{
    padding: 0.5rem 0 1rem 0 ;
}
.berbera_content{
    margin-top: 1rem;
    display: flex;
}
.berber_left{
    width: 8.06rem;
    height: 4.54rem;
    
}
.berber_left img{
    width: 100%;
    height: 100%;
}

.berber_right{
    flex: 1;
    padding-left: 0.45rem;
    display: flex;
    flex-direction: column;
}
.berber_r_topbox{
    height: 1.89rem;
    background: #E3EFF9;
    border-radius: 0 0.7rem 0 0.7rem;
    font-size: 0.18rem;
    color: #333;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.3rem ;
    line-height: 1.6;
    text-align: justify;
}
.berber_r_bobox{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.berber_ptxt{
    display: flex;
    align-items: baseline;
    font-size: 0.2rem;
    color: #333;
    margin-bottom: 0.42rem;
    font-weight: bold;
}
.berber_ptxt:last-child{
    margin-bottom: 0;
}
.berber_ptxt::before{
    content: '';
    display: block;
    min-width: 0.17rem;
    min-height: 0.17rem;
    background: url(../img/appleImg/img.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.14rem;
    line-height: 1.5;
}
.multiflavor{
    padding-top: 0.8rem ;
}

.ganjing_img{
    width: 9.55rem;
    height: 1.92rem;
    margin: 0.5rem auto 0 auto;     
}

.ganjing_img img{
    width: 100%;
    height: 100%;
}
.fag{
    padding: 1rem 0 ;
}
.fag_content{
    margin-top: 0.9rem;
    display: flex;   
}
.fag_items{
    width: 23%;
    height: 3rem;
    margin-right: 2.66%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.3rem;
    box-shadow: 0 0 0.1rem 0.03rem rgba(0,0,0,0.15);
}
.fag_items:nth-child(5n){
    margin-right: 0;
}

.fag_img{
    width: 1.72rem;
    height: 1.8rem;
}
.fag_img img{
    width: 100%;
    height: 100%;
}
.fag_name{
    font-size: 0.26rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.15rem;
}

.cute{
    display: flex;
    flex-wrap: wrap;
}
.cute_items{
    width: 48.5%;
    height: 4.66rem;
    max-width: initial!important;
    margin-bottom: 0.34rem;
    margin-right: 3%;
    display: block;
}
.cute_items:nth-child(2n){
    margin-right: 0;
}
.cBox{
    background: #FBFFEE;
    padding: 0.35rem 0 0.38rem 0 ;
}

.cbox_img1{
    width: 4.77rem;
    height: 2.03rem;
    margin: 0 auto;

}

.cbox_img2{
    width: 8.12rem;
    height: 8.04rem;
    margin: 0 auto;
}
.cute2Img .cute{
    align-items: center;
}
.cute2Img .cute_items:nth-child(1){
    height: 2.7rem!important;
}
.cute2Img .cute_items{
    height: 6.21rem!important;
}

