html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, em, img, kbd, q, footer, s, samp, small, strike, strong, sub, sup, b, i, u, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, fieldset, section {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    font-family: Arial,微软雅黑,'Microsoft YaHei',Ubuntu, sans-serif;
    /*background: #eeefea;*/
    background:#f5f5f5;
}

.container_body {
    height: 100%;
    margin: 0;
    padding: 0;
}

a:focus {
    outline: none;
}

a:visited {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a {
    margin: 0px;
    padding: 0px;
}
/*===================底部菜单栏=======================*/
.tabs {
    width: 100%;
    background: #fff;
    height: 49px;
    position: fixed;
    bottom: 0;
    text-align: center;
    border-top: 1px solid rgba(191,191,191,0.38);
}

    .tabs a {
        color: #ffffff;
    }

        .tabs a:hover {
            text-decoration: none;
        }

.tab-container {
    height: 100%;
}

.tab-item {
    font-family: Arial,微软雅黑,'Microsoft YaHei',Ubuntu, sans-serif;
    opacity: 0.7;
    float: left;
    padding-top: 3px;
    display: block;
    line-height: 0px;
    width: 100%;
    color: #b2b2b2;
    cursor: pointer;
    height:49px;
}

#menu1:active {
    background: #f5f5f5;
}

#menu2:active {
    background: #f5f5f5;
}

#menu3:active {
    background: #f2f2f2;
}

.tab-item .tab-icon {
    height: 22px;
    display: block;
    margin: 0 auto;
    font-size: 32px;
    margin-bottom:4px;
}

.tab-item .xccloud-icon {
    background: url(../images/nav_icon_01_nor.png) no-repeat center;
    background-size: contain;
    height: 22px;
    display: block;
}

.tab-item .edietitian-icon {
    background: url(../images/nav_icon_02_nor.png) no-repeat center;
    background-size: contain;
    height: 22px;
    display: block;
}

.tab-item .epersonal-icon {
    background: url(../images/nav_icon_03_nor.png) no-repeat center;
    background-size: contain;
    height: 22px;
    display: block;
}

.tab-item .xccloud-icon-h {
    background: url(../images/nav_icon_01_pre.png) no-repeat center;
    background-size: contain;
    height: 22px;
    display: block;
}

.tab-item .edietitian-icon-h {
    background: url(../images/nav_icon_02_pre.png) no-repeat center;
    background-size: contain;
    height: 22px;
    display: block;
}

.tab-item .epersonal-icon-h {
    background: url(../images/nav_icon_03_pre.png) no-repeat center;
    background-size: contain;
    height: 22px;
    display: block;
}

.tab-item .tab-icon-name {
    font-size: 12px;
    line-height: 12px;
    margin-top: 2px;
}

.tab-item .tab-name-active {
    color: #000000;
}

#sp-personal {
    margin-top: 2px;
}
/*===================餐餐安首页=======================*/
.index-topbind {
    height: 40px;
    background: #ffffff;
    line-height: 40px;
    padding-right: 20px;
    padding-left: 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

    .index-topbind .bindtxt {
        font-size: 14px;
        color: #6C6C6C;
    }

    .index-topbind .arrow {
        width: 14px;
        height: 20px;
        margin-top: 10px;
    }
.index-head-wrap {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    background: rgba(254,254,254,1);
    box-shadow: 0px 7px 17px 1px rgba(197,197,197,0.28);
    border-radius: 8px;
    height:auto;
    overflow:hidden;
}
.index-banner {
    width: 100%;
    height: 175px;
    overflow:hidden;
    background-size:cover;
    background-repeat:no-repeat;
    background:#f5f5f5;
}
.index-banner img{
    vertical-align:middle;
}
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    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;
    background: #808080;
}

    .swiper-slide:active img {
        filter: alpha(opacity=85);
        -moz-opacity: 0.85;
        -khtml-opacity: 0.85;
        opacity: 0.85;
    }

    .swiper-slide .imgbefore {
        height: 130px;
        width: 100%;
    }

.bannerimg {
    width: 100%;
    height: auto;
    display: block;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-pagination-bullet {
}

.index-seprate1 {
    height: 7px;
    width: 100%;
}

.home-recipe {
    margin: 0;
    padding: 0;
}

    .home-recipe img {
        width: 100%;
        height: auto;
    }

.index-recipe {
    height: auto;
    display: block;
    position: relative;
    font-size: 0px;
}

    .index-recipe img {
        width: 100%;
        height: auto;
        display: block;
    }

    .index-recipe:active img {
        filter: alpha(opacity=85);
        -moz-opacity: 0.85;
        -khtml-opacity: 0.85;
        opacity: 0.85;
    }

.index-seprate2 {
    width: 100%;
    height: 5px;
}

.home-kitchen {
    margin: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
}

    .home-kitchen img {
        width: 100%;
        height: auto;
        display: block;
    }

.home-work {
    margin: 0;
    padding: 0;
    padding-right: 5px;
    padding-left: 5px;
}

    .home-work img {
        width: 100%;
        height: auto;
        display: block;
    }

.index-works {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}

    .index-works:active img {
        filter: alpha(opacity=85);
        -moz-opacity: 0.85;
        -khtml-opacity: 0.85;
        opacity: 0.85;
    }

.index-kitchenlive {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    padding-bottom: 49px;
}

    .index-kitchenlive:active img {
        filter: alpha(opacity=85);
        -moz-opacity: 0.85;
        -khtml-opacity: 0.85;
        opacity: 0.85;
    }
/*===================          =======================*/
.home-active {
    color: #69C3A0;
}

.home-unactive {
    background: #2cc17b;
}
/*===========================个人中心===========================*/
#personal-head {
    width: 100%;
    height: 190px;
    background: url(../images/img_profile_bg.png);
    background-repeat: repeat-y;
    background-color: #1e967e;
}

    #personal-head .rightmenu {
        margin-top: 15px;
        margin-right: 15px;
        cursor: pointer;
    }

        #personal-head .rightmenu .img {
            width: 25.5px;
            height: 20.5px;
            display: block;
            float: right;
        }

        #personal-head .rightmenu .reddot {
            width: 10px;
            height: 10px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            background: red;
            float: right;
        }

        #personal-head .rightmenu .reddotcontainer {
            width: 10px;
            height: 20.5px;
            float: right;
            position: absolute;
            z-index: 999999;
            margin-left: 20px;
            margin-top: -3px;
        }

.personal-headimg {
    width: 78px;
    height: 78px;
    border-radius: 39px;
    display: block;
    margin: 0 auto;
    margin-top: 14px;
    padding: 4px;
    background: rgba(255,255,255, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff, endColorstr=#19ffffff);
    cursor: pointer;
}

.personal-name {
    font-size: 20px;
    color: #ffffff;
    padding-top: 4px;
    text-align: center;
}

#personal-itemgroup1 {
    width: 100%;
    height: auto;
    background: #ffffff;
    margin-top: 20px;
}

.item1 {
    height: 51px;
    padding-left: 20px;
    padding-right: 20px;
    background: #ffffff;
    cursor: pointer;
    display: block;
}

    .item1:active {
        height: 51px;
        padding-left: 20px;
        padding-right: 20px;
        background: #f5f5f5;
        cursor: pointer;
        display: block;
    }

.iconleft {
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    margin-right: 18px;
    margin-top: 15px;
}

.itemname {
    height: 100%;
    float: left;
    color: #6c6c6c;
    font-size: 16px;
    display: block;
    line-height: 51px;
    font-family: Arial,微软雅黑,Ubuntu, sans-serif;
}

.iconright {
    width: 8.5px;
    height: 15px;
    display: block;
    float: right;
    margin-top: 18px;
}

#personal-itemgroup1 .seprateline1 {
    border-bottom: 1px solid #ededed;
    margin-left: 63px;
    margin-right: 20px;
}

#personal-itemgroup2 .seprateline1 {
    border-bottom: 1px solid #ededed;
    margin-left: 63px;
    margin-right: 20px;
}

.personal-seprateline2 {
    border-bottom: 1px solid #dfdfdf;
}

#personal-itemgroup2 {
    width: 100%;
    height: auto;
    background: #ffffff;
    margin-top: 12px;
}
/*===================20190509新改样式=======================*/
.index-box-base {
    height: auto;
    overflow: hidden;
    background: #fff;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: 15px;
}

    .index-box-base .head-wrap {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #505050;
    }

        .index-box-base .head-wrap .video-box {
            background: #2dae7d;
            width: 96px;
            height: 22px;
            color: #fff;
            font-size: 12px;
            border-radius: 11px;
            line-height: 22px;
            display: flex;
            align-items: center;
            background: rgba(86,205,149,1);
            box-shadow: 0px 4px 10px 0px rgba(44,193,123,0.39);
            justify-content: center;
        }

        .index-box-base .head-wrap .name {
            flex: 1;
            font-size: 15px;
            color: #686868;
            font-weight:500;
        }
        .index-box-base .head-wrap .icon-type{
            width:16px;
            height:16px;
            margin-right:6px;
        }
        .index-box-base .head-wrap .video-box .icon {
            width: 18px;
            height: auto;
            margin-right: 4px;
        }

    .index-box-base .star-wrap {
        display: flex;
        margin-top: 8px;
    }

        .index-box-base .star-wrap .star {
            width: 15px;
            height: 15px;
            margin-right: 4px;
        }
        .index-box-base .star-wrap .grade {
            font-size: 12px;
            color: #A8A8A8;
            margin-left:4px;
        }
    .index-box-base .address {
        margin-top: 8px;
        font-size: 12px;
        color: #ADADAD;
        display:flex;
        align-items:center;
    }
    .index-box-base .icon-address{
        width:11px;
        height:11px;
        margin-right:4px;
    }
.gs-wrap {
    height: auto;
    overflow: hidden;
    background: #fff;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 28px;
    margin-top:12px;
}
    .gs-wrap .title {
        color: #686868;
        font-size: 16px;
        display:flex;
        align-items:center;
    }
    .gs-wrap .line {
        height: 15px;
        background: #56CD95;
        background: rgba(86,205,149,1);
        border-radius: 2px;
        margin-right:5px;
        width:2px;
    }
    .gs-wrap .item {
        text-align: center;
        font-size: 13px;
        color: #686868;
        margin-top: 20px;
        height:82px;
    }
        .gs-wrap .item .icon {
            width: 44px;
            height: 44px;
        }