/**全局默认设置**/
html, body {
    color: #222;
    background: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
}

/**默认设置**/
.cdefault {
    color: #55da71
}

.bgdefault {
    background: #55da71
}

.bdefault {
    border-color: #55da71;
}

.Sbgf6 {
    background: #E6E5E5;
}

/**弹窗颜色设置**/
.SStooltip .layui-layer-title {
    background: #55da71;
    color: #FFF;
    padding: 0 40px 0 10px;
}

.SStooltip .layui-layer-setwin {
    right: 10px;
}

/**颜色预设**/
.SScwhite {
    color: white;
}

.SScgreen {
    color: #3cb035;
}

.SScblue {
    color: #00aaee;
}

.SScorange {
    color: #FF9501;
}

.SScmenu {
    color: #14AF56;
}

.SScred {
    color: #EE2F26;
}

/**头部预设class**/
.SSheader {
    position: fixed;
    z-index: 1;
}

/**底部预设class**/
.SSfooter {
}

.Orderfooter{
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

/**分类导航设置**/
#SSclass1 li {
    position: relative;
    float: left;
    width: auto;
    padding: 0 15px;
}

#SSclass1 .SSactive:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #55da71;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.SSclass2 {
    background: #f2f2f2
}

.SSclass2 .SSactive {
    background: #FFF;
    position: relative;
}

.SSclass2 .SSactive:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #55da71;
    position: absolute;
    top: 0px;
    left: 0px;
}

/**banner设置**/
.SSpagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
    margin: 0 2px;
    opacity: 0.8;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: #55da71;
}

/**我的订单**/
.SSorder .SSactive {
    position: relative;
    color: #55da71;
}

.SSorder .SSactive:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #55da71;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.SSorder .Spactive {
    position: relative;
    color: #55da71;
}

.SSorder .Spactive:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #55da71;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.weui-search-bar__label {
    top: 6px;
}

.weui-uploader__input-box{
    margin-right: 3px;
}

/**
*动画样式
*/

/**底部购物车抖动动画**/
.animated {
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -ms-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(5px, 0, 0);
        -ms-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

/**首页添加物品放大动画**/
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.4, 1.4, 1.4);
        transform: scale3d(1.4, 1.4, 1.4)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.4, 1.4, 1.4);
        -ms-transform: scale3d(1.4, 1.4, 1.4);
        transform: scale3d(1.4, 1.4, 1.4)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

/*公共样式*/
.m05 {
    margin: .5rem;
}

.mt80{
    margin-top: 80px;
}

.mt120{
    margin-top: 120px;
}
.fr6 {
    font-size: .6rem;
}

.W15 {
    width: 15%;
    float: left;
}

.W99 {
    width: 99%;
    float: left;
}

.H86{
    height:86%;
}

.H92{
    height:92%;
}

.mlr3 {
    margin-left: 3rem;
}

.lh1 {
    line-height: 1rem
}

.hr11 {
    height: 11rem;
}

.ptcheck {
    display: flex;
    justify-content:center;
    align-items:Center;
}

.pr05 {
    padding: .5rem;
}

.pt90{
    padding-top: 90px;
}

.pt91{
    padding-top: 91px;
}

.pt120{
    padding-top: 120px;
}
.pt140{
    padding-top: 140px;
}

.pt150{
    padding-top: 150px;
}
.pt170{
    padding-top: 170px;
}
.mt90{
    margin-top: 90px;
}
.pt60{
    padding-top: 60px;
}
.pb60{
    padding-bottom: 60px;
}
.pb90{
    padding-bottom: 90px;
}
.pb120{
    padding-bottom: 120px;
}
.mt100{
    margin-top: 100px;
}
.ptcheckinfo_div{
    display:table;line-height: .8rem;
}

.ptcheckinfo {
    display:table-cell; vertical-align:middle;
}

.ptinfo {
    padding: 1%;
}

.Ml5 {
    margin-left: 5%;
}

/*首页样式*/
.month {
    width: 100%;
    background: #FFFFFF;
    height: 3rem;
}

.month ul {
    display: flex;
    justify-content: space-between;

}

.month ul li {
    color: black;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: Arial;
}

.month ul li img{
    height:1rem;
    line-height: 1rem;
}

.arrow {
    padding: 1rem;
}

.year-month {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.index_dinner{
    position:relative;top: -2rem;left: 5%;
}
.index_dinner img{
    height: .5rem;
    width: .5rem;
}

.active {
    background: #89C997;
    color: white;
    height: 3rem;
}

.weekdays {
    margin-top: 3.1rem;
    padding: .5rem 0;
    background: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    color: #AFAFAE;
    justify-content: space-around;
    font-size: .7rem;
}

.weekdays li {
    display: inline-block;
    width: 13.6%;
    text-align: center;
}

.days {
    background: #FFFFFF;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: .5rem;
}

.li_c {
    list-style-type: none;
    display: inline-block;
    width: 14.2%;
    text-align: center;
    font-size: .7rem;
    color: #6E828A;
    line-height: 3rem;
    height: 3rem;
}

.tips {
    margin-top: .1rem;
    background: #FFFFFF;
    flex-wrap: wrap;
    color: #D4D2D2;
    justify-content: space-around;
    font-size: .7rem;
}

.tips li {
    height: 1.5rem;
    line-height: 1.5rem;
    color: #AFAFAE;
}

.tips li img{
    height: .5rem;
    margin-top: .5rem;
}

/*页脚菜单栏*/
.SSfooter img{
    height: 1.5rem;
    line-height: 1.5rem;
}
.shade-popup{
    /* height: 100px;
    background-color: #00aaee; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    /* opacity: 0.1; */
    transition: all .6s;
    z-index: 998;
  }
  .m_loading{
    position: absolute;
    left: 50%;
    top: 45%;
    text-align: center;
    background-color: #8f8f8f;
    border-radius: 8px;
    padding: 10px;
    width: 90px;
    height: 90px;
    margin-left: -45px;
    z-index: 99;
  }
  .m_loading_font{
      color: #fff;
      font-size: 15px;
  }
  .m_loading>div{
    margin-top: 10px;
  }