
#my_header_0001_0{width: 100%;height: 110px;display: flex;flex-direction: column;justify-content: center;background-color: #F5F7FA;}

#my_header_0001_0 .logo{width: 318px;height: 41px;}

#my_header_0001_0 .hnav{color:#18191F;margin-left: 15%;}
#my_header_0001_0 .one_nav{height: 100%;margin-right: 50px;}
#my_header_0001_0 .one_nav:last-child{margin-right: 0px;}
#my_header_0001_0 .one_nav .nav_a{font-size: 20px;line-height: 110px;font-weight: 400;}
#my_header_0001_0 .one_nav .nav_a::before{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 3px;border-radius: 3px;background-color: var(--mainColor);width: 0;transition: all .3s;}
#my_header_0001_0 .one_nav:hover .nav_a{color: var(--mainColor);}
#my_header_0001_0 .one_nav.cur .nav_a{color: var(--mainColor);font-weight: 500;}
#my_header_0001_0 .one_nav.cur .nav_a::before{width: 100%;}
#my_header_0001_0 .one_nav:hover .nav_a::before{width: 100%;}
#my_header_0001_0 .one_nav:hover .svg{opacity: 1;}

#my_header_0001_0 .two_nav{width: 100%; height: 0;overflow: hidden;top: 110px;left: 0;right: 0;z-index: 3;}
#my_header_0001_0 .two_nav .hnavbg{display:flex;justify-content: center; background:rgba(255,255,255,.5);box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.03);}
#my_header_0001_0 .two_nav .item{color: #18191F;padding: 28px 0;margin: 0 45px;}
#my_header_0001_0 .two_nav .item:hover{color: var(--mainColor);}
#my_header_0001_0 .two_nav .icon{width: 105px;height: 90px;margin: 0 auto 23px;}
#my_header_0001_0 .two_nav .icon path{transition: all .3s;}
#my_header_0001_0 .two_nav .tnav_a{font-size: 20px;font-weight: 400;white-space: nowrap;position: relative;}
#my_header_0001_0 .two_nav .tnav_a::before{content: '';position: absolute;bottom: -12px;left: 0;right: 0;width: 0;height: 3px;border-radius: 2px;background-color: var(--mainColor);transition: all .3s;margin: auto;}
#my_header_0001_0 .two_nav .item:hover .tnav_a::before,
#my_header_0001_0 .two_nav .item.cur .tnav_a::before{width: 30px;}
#my_header_0001_0 .two_nav .item:hover .icon path,
#my_header_0001_0 .two_nav .item.cur .icon path{fill: var(--mainColor);}
#my_header_0001_0 .two_nav .item.cur{color: var(--mainColor);}

#my_header_0001_0 .cart{margin-left: 28px;}

#my_header_0001_0 .search .svg path,
#my_header_0001_0 .cart .svg path{transition: all .3s;}

#my_header_0001_0 .search:hover .svg path{fill: var(--mainColor);}
#my_header_0001_0 .cart:hover .svg path{stroke: var(--mainColor);}


#header.scroll-down #my_header_0001_0{transform: translateY(-100%);pointer-events: none;}
#header.scroll-down #header_ct{pointer-events: none;} 
#header.scroll-center #my_header_0001_0{/*background: #fff;*/box-shadow: 0 0 10px 0 rgba(0,0,0,.1);}
#header.scroll-center #my_header_0001_0 .two_nav{background: #fff;box-shadow: 0 5px 10px 0 rgba(0,0,0,.06);}

@media(max-width: 1680px){
    #my_header_0001_0 .one_nav{margin-right: 30px;}
}
@media(max-width: 1366px){
    #my_header_0001_0 .hnav{margin-left: 0;}
    #my_header_0001_0 .one_nav{margin-right: 20px;}

    #my_header_0001_0 .two_nav .icon{width: 85px;height: 60px;}
}

@media(max-width: 1100px){
    #header_bg{position: static;height: 110px;}
    #header.absolute, #header.fixed{height: auto !important;}
    #header.scroll-down #my_header_0001_0{transform: translateY(0);pointer-events: all;}
    #header.scroll-down #header_ct{pointer-events: all;} 
    #my_header_0001_0{background: #fff;box-shadow: 0 0 10px 0 rgba(0,0,0,.1);}
    #my_header_0001_0.bg{background: #fff;}
   
    #my_header_0001_0 .hnav{display: none;}
    #my_header_0001_0 .search.pc{display: none;}
    #my_header_0001_0 .search.mobile{display: block;margin-left: 0;}
    #my_header_0001_0 .search .svg{margin-right: 0;}
    #my_header_0001_0 .hright .svg{fill: #fff;opacity: 1;}
    #my_header_0001_0 .lang{display: none;}

    #my_header_0001_0 .menu{display: block;width: 30px;height: 30px;background: url(/module/my/header/0001/images/menu-icon.svg) no-repeat center / cover;margin-left: 20px;}
    #my_header_0001_0 .menu.cur{background-image: url(/module/my/header/0001/images/h-close-icon.svg);}

    #my_header_0001_0_mnav{display: block;width: 100%;height: 0;z-index:50;left: 0;right: 0;top: 110px; background: #fff;overflow-y: auto;/*border-top: 1px solid transparent;*/}
    #my_header_0001_0_mnav.cur{height: calc(100vh -  110px);border-top-color: #ebebeb;}

    #my_header_0001_0_mnav .one-nav{line-height:60px;}
    #my_header_0001_0_mnav .one-nav .one{cursor:pointer; margin: 0 30px;border-bottom: 1px solid #ebebeb;background: url(/module/my/header/0001/images/nav-icon1.svg) no-repeat right;}
    #my_header_0001_0_mnav .one-nav.nobg .one{background: none;}
    #my_header_0001_0_mnav .one-nav.cur .one{background-image:url(/module/my/header/0001/images/nav-icon2.svg);}
    #my_header_0001_0_mnav .one-nav.cur.nobg .one{background: none;}
    #my_header_0001_0_mnav .one-nav .one-a{font-size:18px;font-weight: 700;color:#333;}
    #my_header_0001_0_mnav .two-nav{width: 100%;background: #f5f5f5;padding: 0 30px;}
    #my_header_0001_0_mnav .two-nav .two{border-bottom: 1px solid #ebebeb;padding: 0 30px;}
    #my_header_0001_0_mnav .two-nav .two-a{font-size: 16px;color:#333;}

    #my_header_0001_0_mnav .lang{margin:30px 0 60px}
    #my_header_0001_0_mnav .lang .icon{width: 60px;height: 60px;border: 1px solid #222;font-size: 18px;color: #222;border-radius: 50%;margin: 0 15px;}
    #my_header_0001_0_mnav .lang .icon.cur{border-color: var(--mainColor);color: var(--mainColor);}
    #my_header_0001_0_mnav .lang .tit{font-size:18px;color: #222;margin-top:20px;}

    #my_header_0001_0_search{width: 100%;height:150px;z-index: 50;left: 0;right: 0;top:110px;background: #fff;display: none;flex-direction: column;justify-content: center;border-top:1px solid #f7f7f7;box-shadow: 0px 1px 0px 0px rgba(242, 242, 242, 1);}
    #my_header_0001_0_search .content{height: 100%;display: flex;flex-direction: column;justify-content: center;}
    #my_header_0001_0_search .form-box{width: 92%;margin: 0 auto;height: 60px;border: 1px solid #d1d1d1;border-radius:30px;overflow: hidden;}
    #my_header_0001_0_search .form-box .input{width: calc(100% - 60px);padding-left: 30px;}
    #my_header_0001_0_search .form-box .input input{width: 100%;height: 100%;font-size:18px;color:#333;}
    #my_header_0001_0_search .form-box .submit{width: 60px;height: 60px;background: url(/module/my/header/0001/images/search2.svg) no-repeat 14px center;border-left:1px solid #d1d1d1;}

}
@media(max-width: 992px){
    #header_bg,
    #my_header_0001_0{height: 8.5vw;}

    #my_header_0001_0 .logo{width: 2.409rem;height: .311rem;}
    #my_header_0001_0 .hright{font-size: .121rem;}
    #my_header_0001_0 .hright .svg{width: .227rem;height: .227rem;}
    #my_header_0001_0 .menu{width: .227rem;height: .227rem;margin-left: .227rem;}


    #my_header_0001_0_mnav{top: 8.5vw;}
    #my_header_0001_0_mnav.cur{height: calc(100vh -  8.5vw);}
    #my_header_0001_0_mnav .one-nav .one{margin: 0 3vw;}
    #my_header_0001_0_mnav .one-nav .one-a{font-size: 0.136rem;}
    #my_header_0001_0_mnav .two-nav,
    #my_header_0001_0_mnav .two-nav .two{padding: 0 3vw;}
    #my_header_0001_0_mnav .two-nav .two-a{font-size: 0.121rem;}
    #my_header_0001_0_mnav .lang{margin:3vw 0 6vw}
    #my_header_0001_0_mnav .lang .icon{width: 6vw;height: 6vw;font-size: .136re;margin: 0 1.5vw;}
    #my_header_0001_0_mnav .lang .tit{font-size:.136rem;margin-top:2vw;}

    #my_header_0001_0_search{height:15vw;top:8.5vw;}
    #my_header_0001_0_search .form-box{height: 6vw;border-radius:3vw;}
    #my_header_0001_0_search .form-box .input{width: calc(100% - 6vw);padding-left: 3vw;}
    #my_header_0001_0_search .form-box .input input{font-size:.136rem;}
    #my_header_0001_0_search .form-box .submit{width: 6vw;height: 6vw;background-position-x: 1.4vw}

}

@media(max-width: 768px){
    #header_bg,
    #my_header_0001_0{height: 15vw;}
    #my_header_0001_0 .logo{width: 3.2rem;height: .5rem;}

    #my_header_0001_0 .hright{font-size: .3rem;}
    #my_header_0001_0 .hright .svg{width: .45rem;height: .45rem;}
    #my_header_0001_0 .menu{width: .5rem;height: .5rem;margin-left: .4rem;}

    #my_header_0001_0_mnav{top: 15vw;}
    #my_header_0001_0_mnav.cur{height: calc(100vh -  15vw);}
    #my_header_0001_0_mnav .one-nav{line-height: 12vw;}
    #my_header_0001_0_mnav .one-nav .one{background-size: 6%;margin: 0 5vw;}
    #my_header_0001_0_mnav .one-nav .one-a{font-size: 0.3rem;}
    #my_header_0001_0_mnav .two-nav .two-a{font-size: 0.28rem;}
    #my_header_0001_0_mnav .two-nav,
    #my_header_0001_0_mnav .two-nav .two{padding: 0 5vw;}
    #my_header_0001_0_mnav .lang .icon{width: 12vw;height: 12vw;font-size: .3rem;margin: 0 3vw;}
    #my_header_0001_0_mnav .lang .tit{font-size:.3rem;}

    #my_header_0001_0_search{top: 15vw;height: 1.6rem;}
    #my_header_0001_0_search .form-box{height: .72rem;border-radius: .36rem;}
    #my_header_0001_0_search .form-box .input{width: calc(100% - .72rem);padding-left: .4rem;}
    #my_header_0001_0_search .form-box .input input{font-size: .26rem;}
    #my_header_0001_0_search .form-box .submit{width: .72rem;height: .72rem;background-position-x: .15rem;}

}


.NO000Wrap{padding: 100px 0 50px;background-color: #0f0f0f;}
@media(max-width: 1200px){
    .my_footer_0001_0Top{flex-wrap: wrap;}
}
@media(max-width: 992px){
    .NO000Wrap{padding: .758rem 0 .379rem;}
}
@media(max-width: 768px){
    .NO000Wrap{padding: .8rem 0 .6rem;}
}

#my_footer_0001_0_nav{width: 40%;}
#my_footer_0001_0_nav .nav{max-width: 25%;padding-right: 20px;}
#my_footer_0001_0_nav .nav:last-child{padding-right: 0;}
#my_footer_0001_0_nav .nav_one .one_a{font-size: 20px;color: #fff;}
#my_footer_0001_0_nav .nav_two{margin-top: 24px;}
#my_footer_0001_0_nav .nav_two .two_a{font-size: 18px;color: #999;line-height: 1.5;word-break: break-all;margin-bottom: 14px;}
@media (any-hover:hover){
    #my_footer_0001_0_nav .nav_two .two_a:hover{color: rgba(255,255,255,1);}
}

@media(max-width: 1200px){
    #my_footer_0001_0_nav{width: 100%;margin-bottom: 30px;}
}
@media(max-width: 992px){
    #my_footer_0001_0_nav{display: flex;flex-direction: column;margin-bottom: .227rem;}
    #my_footer_0001_0_nav .nav{max-width: 100%;padding-right: 0;}
    #my_footer_0001_0_nav .nav_one{border-bottom: 1px solid rgba(255,255,255,.1);}
    #my_footer_0001_0_nav .nav_one .one_a{font-size: .151rem;line-height: 7vw;}
    #my_footer_0001_0_nav .nav_one .jt{display: block; width: 2.2vw;}
    #my_footer_0001_0_nav .nav_one .svg{fill: #fff; transform: scale(1) rotate(180deg);}
    #my_footer_0001_0_nav .nav.cur .jt .svg{transform: scale(1) rotate(90deg);}
    #my_footer_0001_0_nav .nav_two{margin-top: 0;height: 0;overflow: hidden;}
    #my_footer_0001_0_nav .nav_two .two_a{font-size: .121rem;margin-bottom: 0;padding: 1vw 3vw; margin-top: 0; font-size: .1212rem; line-height: 5vw; border-bottom:1px solid rgba(255,255,255,.1);}
}
@media(max-width: 768px){
    #my_footer_0001_0_nav{margin-bottom: .4rem;}
    #my_footer_0001_0_nav .nav_one .one_a{font-size: .36rem; line-height: 13vw;} 
    #my_footer_0001_0_nav .nav_two .two_a{font-size: .3rem; line-height: 10vw;} 
    #my_footer_0001_0_nav .nav_one .jt{width: 4.2vw;}
}


#my_footer_0001_0_share{margin: 0 auto 0 70px;}
#my_footer_0001_0_share .text{font-size: 20px;color: #fff;}
#my_footer_0001_0_share .cont{margin-top: 24px;}
#my_footer_0001_0_share .share{width: 62px;height: 62px;background-color: #1A1A1A;border-radius: 8px;margin-right: 14px;border: 1px solid #262626;}

#my_footer_0001_0_share .share .qr{width: 120px;height: 120px;background: #fff;left: -30px;top: 70px;display: none;z-index: 1;}
#my_footer_0001_0_share .share .qr::before{content: '';position: absolute;border: 5px solid transparent;border-bottom-color: #fff;left: 50%;transform: translateX(-50%);top: -10px;}
/* @media (any-hover:hover){ */
    #my_footer_0001_0_share .share:hover{background-color: var(--mainColor);}
    #my_footer_0001_0_share .share:hover .qr{display: block;}
/* } */

@media(max-width: 1366px){
    #my_footer_0001_0_share .share{width: 50px;height: 50px;}
}
@media(max-width: 1200px){
    #my_footer_0001_0_share{margin-left: 0;}
}
@media(max-width: 992px){
    #my_footer_0001_0_share{}
    #my_footer_0001_0_share .text{font-size: .151rem;}
    #my_footer_0001_0_share .cont{margin-top: .197rem;}
    #my_footer_0001_0_share .share{width: .455rem;height: .455rem;margin-right: .152rem;}
    #my_footer_0001_0_share .share .qr{width: .909rem;height: .909rem;left: -0.227rem;top: .53rem;}
}
@media(max-width: 768px){
    #my_footer_0001_0_share{margin: 0 auto;text-align: center;}
    #my_footer_0001_0_share .text{font-size: .36rem;}
    #my_footer_0001_0_share .cont{margin-top: .4rem;}
    #my_footer_0001_0_share .share{width: .7rem;height: .7rem;margin: 0 .15rem;}
    #my_footer_0001_0_share .share svg{max-width: 60%;max-height: 60%;}
    #my_footer_0001_0_share .share .qr{width: 1.6rem;height: 1.6rem;left: -0.5rem;top: .85rem;}
}

#my_footer_0001_0Logo{}
#my_footer_0001_0Logo .logo{width: 318px;height: 41px;}
#my_footer_0001_0Logo .text{font-size: 30px;color: #fff;line-height: 1.5;margin-top: 17px;}
@media(max-width: 1366px){
    #my_footer_0001_0Logo .logo{width: 260px;}
}
@media(max-width: 992px){
    #my_footer_0001_0Logo .logo{width: 2.409rem;height: .311rem;}
    #my_footer_0001_0Logo .text{font-size: .227rem;margin-top: .129rem;}
}
@media(max-width: 768px){
    #my_footer_0001_0Logo{margin: .4rem auto 0;}
    #my_footer_0001_0Logo .logo{width: 5rem;height: .8rem;margin: 0 auto;}
    #my_footer_0001_0Logo .text{font-size: .36rem;margin-top: .3rem;}
}

#my_footer_0001_0_bot{margin-top: 100px;padding-top: 24px;border-top: 1px solid #262626;}
#my_footer_0001_0_bot .text{font-size: 18px;color: #999;}
#my_footer_0001_0_bot .link{}
#my_footer_0001_0_bot span{margin: 0 18px;}
@media (any-hover:hover){
    #my_footer_0001_0_bot .a:hover{color: rgba(255,255,255,1);}
}
@media(max-width: 992px){
    #my_footer_0001_0_bot{margin-top: .417rem;flex-wrap: wrap;justify-content: center;}
    #my_footer_0001_0_bot .text{font-size: .136rem;}
    #my_footer_0001_0_bot span{margin: 0 .136rem;}
    #my_footer_0001_0_bot .link{margin-top: .15rem;}
}
@media(max-width: 768px){
    #my_footer_0001_0_bot{margin-top: .5rem;}
    #my_footer_0001_0_bot .text{font-size: .3rem;text-align: center;}
    #my_footer_0001_0_bot span{margin: 0 .26rem;}
    #my_footer_0001_0_bot .link{margin-top: .3rem;}
}


.my_recipe_detail_0001_0Wrap{background-color: #ffffff;padding: 84px 0 92px;}
@media(max-width: 992px){
    .my_recipe_detail_0001_0Wrap{padding: 0.8rem 0;}
}
@media(max-width: 768px){
    .my_recipe_detail_0001_0Wrap{padding: 0.6rem 0;}
}

#my_recipe_detail_0001_0Video{width: 35%;}
#my_recipe_detail_0001_0Video .pic{background: #000;height: 100%;}
/* #my_recipe_detail_0001_0Video .pic::before{content: '';padding-top: 46.875%;} */
#my_recipe_detail_0001_0Video .pic .play{width: 80px;height: 80px;border-radius: 50%;background: url(/module/my/recipe-detail/0001/images/play.svg) no-repeat center / cover rgba(0,0,0,.5);left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 2;pointer-events: none;}
#my_recipe_detail_0001_0Video video{max-width: 100%;width: auto;height: 100%;/*object-fit: cover;*/margin: 0 auto;}

@media(max-width: 992px){
    #my_recipe_detail_0001_0Video{width: 100%;}
    #my_recipe_detail_0001_0Video .pic::before{content: '';padding-top: 46.875%;}
    #my_recipe_detail_0001_0Video .pic .play{width: .6rem;height: .6rem;}
}
@media(max-width: 768px){
    #my_recipe_detail_0001_0Video .pic::before{padding-top: 120%;}

    #my_recipe_detail_0001_0Video .pic .play{width: 1rem;height: 1rem;}
}


#my_recipe_detail_0001_0{width: 62.5%;}
#my_recipe_detail_0001_0 .top{display: flex;justify-content: space-between;align-items: center;padding-bottom: 40px}
#my_recipe_detail_0001_0 .left{display: flex;align-items: center;gap: 20px}
#my_recipe_detail_0001_0 .pic{width: 130px;height: 130px;border-radius: 50%;overflow: hidden;background-color: #f5f5f5;flex-shrink: 0}
#my_recipe_detail_0001_0 .pic img{width: 100%;height: 100%;object-fit: cover}
#my_recipe_detail_0001_0 .name{font-size: 36px;font-weight: bold;color: #000000}
#my_recipe_detail_0001_0 .right{display: flex;align-items: center;gap: 20px}
#my_recipe_detail_0001_0 .info{font-size: 24px;color: #333333}
#my_recipe_detail_0001_0 .ctrl{display: flex;align-items: center}
#my_recipe_detail_0001_0 .sub,#my_recipe_detail_0001_0 .add{width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;cursor: pointer;color: #000000;transition: opacity 0.3s}
#my_recipe_detail_0001_0 .sub svg,#my_recipe_detail_0001_0 .add svg{width: 30px;height: 30px}
#my_recipe_detail_0001_0 .val{width: 52px;height: 42px;border: 1px solid #cccccc;text-align: center;margin: 0 10px;font-size: 24px;outline: none;border-radius: 2px;color: #000000;box-sizing: border-box}
#my_recipe_detail_0001_0 .line{width: 100%;height: 1px;background-color: #000000;margin-bottom: 40px}
#my_recipe_detail_0001_0 .bot{display: flex;flex-direction: column;padding: 0 40px;}
#my_recipe_detail_0001_0 .tit{font-size: 32px;font-weight: bold;color: #000000;margin-bottom: 20px}
#my_recipe_detail_0001_0 .group{margin-bottom: 25px}
#my_recipe_detail_0001_0 .subtit{font-size: 24px;color: #999999;margin-bottom: 10px}
#my_recipe_detail_0001_0 .item{display: flex;justify-content: space-between;padding: 10px 0;border-bottom: 1px solid #f0f0f0}
#my_recipe_detail_0001_0 .ing,#my_recipe_detail_0001_0 .amt{font-size: 18px;color: #000000}
@media(max-width: 1280px){
    #my_recipe_detail_0001_0 .name{font-size: 30px;}
    #my_recipe_detail_0001_0 .info{font-size: 20px;}
}
@media(max-width: 992px){
    #my_recipe_detail_0001_0{/*padding: 0 0.4rem;*/width: 100%;margin-top: .4rem;}
    #my_recipe_detail_0001_0 .top{padding-bottom: 0.5rem}
    #my_recipe_detail_0001_0 .pic{width: 1.2rem;height: 1.2rem}
    #my_recipe_detail_0001_0 .name{font-size: .227rem}
    #my_recipe_detail_0001_0 .info{font-size: .152rem}
    #my_recipe_detail_0001_0 .sub,#my_recipe_detail_0001_0 .add{width: 0.4rem;height: 0.4rem}
    #my_recipe_detail_0001_0 .sub svg,#my_recipe_detail_0001_0 .add svg{width: 0.3rem;height: 0.3rem}
    #my_recipe_detail_0001_0 .val{width: 0.8rem;height: 0.6rem;font-size:.121rem;margin: 0 0.15rem}
    #my_recipe_detail_0001_0 .line{margin-bottom: 0.5rem}
    #my_recipe_detail_0001_0 .bot{padding: 0;}
    #my_recipe_detail_0001_0 .tit{font-size: 0.34rem;margin-bottom: 0.4rem}
    #my_recipe_detail_0001_0 .group{margin-bottom: 0.5rem}
    #my_recipe_detail_0001_0 .subtit{font-size: 0.28rem;margin-bottom: 0.2rem}
    #my_recipe_detail_0001_0 .item{padding: 0.2rem 0}
    #my_recipe_detail_0001_0 .ing,#my_recipe_detail_0001_0 .amt{font-size: 0.28rem}
}
@media(max-width: 768px){
    #my_recipe_detail_0001_0{padding: 0}
    #my_recipe_detail_0001_0 .top{flex-direction: column;align-items: flex-start;gap: 0.3rem}
    #my_recipe_detail_0001_0 .right{width: 100%;justify-content: space-between}
    #my_recipe_detail_0001_0 .pic{width: 1.6rem;height: 1.6rem}
    #my_recipe_detail_0001_0 .name{font-size: 0.32rem}
    #my_recipe_detail_0001_0 .info{font-size: 0.26rem}
    #my_recipe_detail_0001_0 .sub,#my_recipe_detail_0001_0 .add{width: 0.4rem;height: 0.4rem}
    #my_recipe_detail_0001_0 .val{width: 0.8rem;height: 0.5rem;font-size: 0.26rem;margin: 0 0.1rem}
    #my_recipe_detail_0001_0 .tit{font-size: 0.32rem;margin-bottom: 0.3rem}
    #my_recipe_detail_0001_0 .group{margin-bottom: 0.4rem}
    #my_recipe_detail_0001_0 .subtit{font-size: 0.26rem;margin-bottom: 0.15rem}
    #my_recipe_detail_0001_0 .item{padding: 0.15rem 0}
    #my_recipe_detail_0001_0 .ing,#my_recipe_detail_0001_0 .amt{font-size: 0.26rem}
}
@media(any-hover: hover){
    #my_recipe_detail_0001_0 .sub:hover,#my_recipe_detail_0001_0 .add:hover{opacity: 0.6}
}