
/* 首页 */
.indexShowImg {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    transition: all 0.3s linear;
    text-align: center;
    background: #fff;
    padding-top: 240px;
}

    .indexShowImg img {
        width: 50%;
    }

.index-header {
    background: #fff;
}

    .index-header img {
        width: 2rem;
    }

.index-header-title {
    color: #000;
    position: absolute;
    right: 0.3rem;
    align-self: center;
    display: flex;
    flex-direction: column;
}

.temp {
    font-size: 0.3rem;
    letter-spacing: 1px
}

.weath {
    font-size: 0.2rem;
    display: flex;
    justify-content: flex-end;
    /* flex-direction: column; */
}

    .weath span {
        margin-left: 0.2rem
    }

.top-bar {
    position: fixed;
    top: 1.12rem;
    left: 0.12rem;
    z-index: 9999;
}

    .top-bar img {
        height: 90%;
        display: block;
        margin-right: 0.1rem
    }

.th {
    width: 2.75rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.3);
    padding-left: 0.05rem;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.26rem;
    color: #fff
}

.tb {
    width: 3rem;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 0.1rem;
    display: none
}

    .tb img {
        height: 0.3rem;
        margin-left: 0.2rem;
        margin-right: 0.1rem
    }

    .tb ul li {
        width: 100%;
        font-size: 0.26rem;
        color: #909090;
        height: 0.65rem;
        display: flex;
        align-items: center;
    }

        .tb ul li:first-child {
            background: #e5e5e5;
            text-align: center;
            color: #000;
            justify-content: center
        }

.index-news {
    height: 0.8rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .index-news li {
        height: 0.45rem;
        font-size: 0.23rem;
        line-height: 0.45rem;
    }

    .index-news .news-con {
        position: relative;
        height: 0.45rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden
    }

        .index-news .news-con img {
            width: 0.34rem;
            justify-content: center;
            margin-left: 0.4rem
        }

.news-con ul {
    position: absolute;
    left: 0.9rem;
}

.banner-text {
    position: absolute;
    font-size: 0.58rem;
    color: #fff;
    left: 0.5rem;
    top: 40%
}

.bottom-item {
    margin-top: 0.3rem
}

    .bottom-item img {
        margin-bottom: 10px;
        width: 100%;
    }
/* 推荐 */
.recom-nav {
    height: .85rem;
    line-height: .85rem;
    background: #fff;
    display: flex;
    justify-content: space-around;
    font-size: .26rem;
    width: 100%;
    box-sizing: border-box;
}

    .recom-nav .active {
        border-bottom: 3px solid #b5000c
    }

    .recom-nav span {
        position: relative;
    }

        .recom-nav span i {
            position: absolute;
            display: inline-block;
            top: 0.1rem;
            right: -0.13rem;
            width: 0.26rem;
            height: 0.26rem;
            background-color: #b5000c;
            border-radius: 50%;
            color: #fff;
            text-align: center;
            line-height: 0.26rem;
            font-size: 0.2rem
        }

.recom-content {
    padding: 0 20px;
    margin-top: 0.4rem;
}

    .recom-content .recom-wrap {
        padding-left: 0.3rem;
        height: 2rem;
        margin-bottom: 0.2rem;
        position: relative;
    }

        .recom-content .recom-wrap > div {
            background: #ffffff;
            height: 100%;
            display: flex
        }

.recom-wrap .dot {
    width: 0.2rem;
    height: 0.2rem;
    position: absolute;
    top: 50%;
    margin-top: -0.2rem;
    left: -10px;
    background: #b5000c;
    border-radius: 50%;
}

.red .dot {
    background: #bbbfc6
}

.recom-content .red > div {
    background: #f6eced;
    display: flex;
    flex-direction: column;
    padding: 0.3rem 0.2rem 0.3rem 0.2rem
}

.recom-content .recom-wrap .l {
    height: 100%;
}

.recom-content .recom-wrap .r {
    padding: 0.2rem 0.1rem 0.2rem 0.2rem;
    position: relative;
}

.recom-wrap img {
    height: 100%;
}

.recom-wrap .time-con {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 0.1rem;
    right: 0.2rem;
    align-items: center
}

.recom-wrap .r .time-img {
    width: 0.24rem;
    height: 0.24rem;
    background-image: url(../img/time-red.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 0.1rem
}

.red .time-img {
    width: 0.24rem;
    height: 0.24rem;
    background-image: url(../img/time-black.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 0.1rem
}

.recom-wrap .r .time,
.red .time {
    font-size: .2rem;
    color: #a7adb6
}

.recom-wrap .r h3,
.red h3 {
    font-size: .26rem;
    margin-bottom: 0.2rem
}

.recom-wrap .r p,
.red p {
    font-size: .24rem;
    color: #a4aab3;
    margin-bottom: 0.2rem
}

/* 我的 */
.my-header {
    position: absolute;
    top: 0;
    left: 0;
}

.my-banner {
    width: 100%;
}

    .my-banner img {
        display: block;
        width: 100%
    }

.my-container {
    position: relative;
    padding-top: 1.3rem
}

.my-info {
    width: 7.08rem;
    height: 1.62rem;
    background: #fff;
    position: absolute;
    top: -0.81rem;
    left: 50%;
    margin-left: -3.54rem;
    border-radius: .05rem;
    /* padding: .35rem 0 0.35rem .33rem; */
    display: flex;
    align-items: center;
    box-shadow: 1px 1px 1px 1px #efefef;
}

.info-content {
    height: 1.05rem;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 .38rem 0 .34rem;
    position: relative;
}

.my-info .info-img {
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 50%;
    margin-right: .18rem;
    overflow: hidden;
}

    .my-info .info-img img {
        display: block;
        width: 100%
    }

.info-des {
    display: flex;
    flex-direction: column;
}

.my-info .info-name {
    font-size: .26rem;
    color: #505050;
    letter-spacing: 0.01rem;
    display: flex;
    margin-bottom: .14rem
}

    .my-info .info-name .vip {
        margin-left: .15rem;
        display: flex;
    }

.my-info .vip img {
    width: 0.87rem;
    height: .27rem;
    align-self: center
}

.my-info .info-tel {
    font-size: .24rem;
    color: #555;
}

.my-info .info-right {
    align-self: center;
    float: right;
    position: absolute;
    right: 0.35rem;
    width: 12px
}

.my-container .list-wrap {
    width: 24.25%;
    height: 2.3rem;
    margin-right: 1%;
    background: #fff;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: .24rem;
    color: #505050
}

    .my-container .list-wrap:nth-child(4n) {
        margin: 0
    }

    .my-container .list-wrap img {
        width: 30%;
        margin-bottom: .30rem
    }

/* 水站列表 */
.wl-container {
    width: 100%;
    /*padding-bottom: 100px;*/
}

.wl-banner {
    width: 100%;
}

.wl-con {
    padding: 0.25rem 0.1rem 0 0.1rem;
    overflow: hidden;
    margin-bottom: 1.8rem;
}

.wl-wrap {
    width: 3.6rem;
    height: auto;
    background-color: #fff;
    margin: 0.13rem 0.1rem 0 0;
    float: left;
    font-size: 0.26rem;
    position: relative;
    padding: 0.45rem 0.15rem 0.15rem 0.15rem;
    box-sizing: border-box;
}

    .wl-wrap:nth-child(2n) {
        margin-right: 0;
    }

    .wl-wrap .hot {
        position: absolute;
        left: 0.19rem;
        top: 0;
        width: 12%;
    }

    .wl-wrap .product {
        text-align: center;
        width: 100%;
        margin-bottom: 0.45rem;
    }

.product img {
    width: 90%;
    display: inline-block;
}

.wl-wrap .des {
    letter-spacing: 0.5px;
    line-height: 0.40rem;
    margin-bottom: 0.18rem;
    height: 0.7rem;
    overflow: hidden;
}

.wl-wrap .preferential {
    margin-bottom: 0.2rem;
    color: #b5000c;
    font-size: 0.2rem;
    display: block;
    height: 0.3rem;
}

.wl-wrap .price .new {
    font-size: 0.36rem;
    color: #505050;
    margin-right: 0.3rem;
}

.wl-wrap .price .old {
    text-decoration: line-through;
    color: #959595;
    font-size: 0.24rem;
}

/* 我的水站 */
.myw-con {
    padding-top: 0.25rem;
}

.myw-container .more-product {
    padding-bottom: 0.3rem
}

.myw-container .loadmore {
    width: 100%;
    display: flex;
    text-align: center;
    margin-bottom: 0.5rem;
    margin-top: 0.3rem
}

    .myw-container .loadmore img {
        width: 1.65rem;
        height: 0.4rem;
        display: block;
        margin: 0 auto
    }

.myw-wrap {
    background-color: #fff;
    padding: 0 0.2rem;
    display: flex;
    font-size: 0.36rem;
    flex-direction: column;
    margin-bottom: 0.2rem
}

    .myw-wrap .title {
        display: block;
        width: 100%;
        padding: 0.33rem 0 0.22rem 0;
        border-bottom: 1px solid #dbdee1;
    }

        .myw-wrap .title .dot {
            width: 0.18rem;
            height: 0.18rem;
            background: #b5000c;
            border-radius: 50%;
        }

        .myw-wrap .title .times {
            font-size: 0.36rem;
        }

.title span {
    display: inline-block;
}

.myw-wrap .item {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

    .myw-wrap .item .item-con {
        display: flex;
        margin-bottom: 0.2rem;
    }

    .myw-wrap .item:last-child {
        border: 0;
    }

    .myw-wrap .item .item-con:last-child {
        border: 0;
    }

.myw-wrap .item-con > div {
    width: 35%;
}

    .myw-wrap .item-con > div img {
        width: 60%;
        margin-left: 0.3rem;
    }

.myw-wrap .item-con p {
    display: inline-block;
    width: 65%;
    font-size: 0.26rem;
    padding-top: 0.27rem;
    letter-spacing: 0.5px;
    line-height: 0.4rem;
}

.myw-wrap .item-info {
    display: flex;
    align-items: center;
}

    .myw-wrap .item-info > div {
        font-size: 0.2rem;
        color: #959595;
        position: relative;
        padding-left: 0.32rem;
    }

.myw-wrap .myw-btn {
    position: absolute;
    right: 0.2rem;
}

.myw-wrap .item-info > div img {
    width: 0.27rem;
    height: 0.27rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.myw-wrap .con .item:not(:last-child) {
    border-bottom: 1px solid #dbdee1
}

/* 用户下单 */
.order-userInfo {
    margin-top: 0.25rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.25rem
}

    .order-userInfo > div:first-child {
        display: flex;
        flex-direction: column;
        padding: 0 0.23rem 0.2rem 0.23rem;
        background: #fff
    }

    .order-userInfo > div p {
        padding: 0.3rem 0 0.4rem 0.45rem;
        font-size: 0.24rem
    }

    .order-userInfo .name {
        margin-right: 0.33rem
    }

    .order-userInfo li {
        font-size: 0.24rem;
        color: #959595;
        margin-bottom: 0.25rem
    }

    .order-userInfo label {
        display: block;
        display: flex;
        align-items: center
    }

    .order-userInfo input[type='radio'] {
        width: 0.28rem;
        height: 0.28rem;
        border-radius: 50%;
        border: 1px solid #959595;
        margin-right: 0.15rem;
    }

        .order-userInfo input[type='radio']:checked {
            background: url(../img/input-checked.png) center no-repeat;
            background-size: 100%;
            border: 0
        }

    .order-userInfo .bgc {
        width: 100%;
        height: 5px;
        background: url(../img/po-icon01.jpg)
    }

.order-content {
    background: #fff;
    /* padding-bottom: 0.7rem; */
    padding-bottom: 1.2rem;
    margin-bottom: 0.6rem
}

    .order-content .con {
        padding: 0.24rem;
        margin-bottom: 0.4rem
    }

    .order-content .item .item-con {
        display: flex;
        margin-bottom: 0.2rem;
        position: relative;
    }

    .order-content .item-img {
        width: 35%;
    }

        .order-content .item-img img {
            width: 60%;
            margin-left: 0.3rem;
        }

    .order-content .item-des {
        padding-top: 0.27rem;
        width: 65%;
        position: relative;
    }

    .order-content .item-con p {
        display: block;
        font-size: 0.26rem;
        letter-spacing: 0.5px;
        line-height: 0.4rem;
        padding-right: 0.4rem;
        height: 0.8rem;
        overflow: hidden;
        /* text-align: justify; */
    }

    .order-content .act {
        display: block;
        font-size: 0.2rem;
        color: #b5000c;
        margin-top: 0.05rem
    }

    .order-content .shengyu {
        font-size: 0.24rem;
        color: #959595;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .order-content .item-info {
        display: flex;
        align-items: center;
    }

        .order-content .item-info > div {
            font-size: 0.2rem;
            color: #959595;
            position: relative;
            padding-left: 0.32rem;
        }

    .order-content .myw-btn {
        position: absolute;
        right: 0.2rem;
    }

    .order-content .item-info > div img {
        width: 0.27rem;
        height: 0.27rem;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }

    .order-content .con .item {
        border-bottom: 1px solid #dbdee1
    }

    .order-content .item-add {
        /* float: right; */
        font-size: 0.24rem;
        color: #959595;
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 0;
        right: 0;
    }

        /* .order-content .reduce{
    opacity: 0;
} */
        .order-content .item-add span {
            display: inline-block;
            margin: 0 0.1rem
        }

    .order-content .add-item {
        position: relative;
        width: 0.4rem;
        height: 0.4rem;
        border: 1px solid #959595;
        border-radius: 50%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center
    }

        .order-content .add-item i {
            display: inline-block;
            width: 10px;
            height: 2px;
            background: #959595;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

            .order-content .add-item i:not(:last-child) {
                display: inline-block;
                width: 2px;
                height: 10px;
                background: #959595;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
            }

    .order-content .beizhu {
        width: 7rem;
        height: 2.35rem;
        border: 1px solid #b5000c;
        margin: 0 auto;
    }

    .order-content textarea {
        width: 100%;
        height: 100%;
        padding: 0.2rem;
        border: 0;
        appearance: none;
        font-size: 0.24rem;
        -webkit-appearance: none;
        -moz-appearance: none
    }

/* 我的订单详情 */
.od-container {
    margin-top: 0.23rem
}

    .od-container .item .item-con {
        padding: 0.4rem 0
    }

    .od-container .item-des > span {
        display: block;
        font-size: 0.26rem;
        color: #959595;
        margin-top: 0.2rem
    }

    .od-container .order-content .con {
        padding: 0 0.24rem
    }

    .od-container .order-content {
        padding-bottom: 0;
        margin-bottom: 0
    }

    .od-container .con {
        margin-bottom: 0
    }

    .od-container .order-content .con .item:last-child {
        border: 0
    }

    .od-container .order-info {
        background: #fff
    }

    .od-container .dots {
        position: relative
    }

        .od-container .dots img {
            display: block
        }

        .od-container .dots i {
            display: block;
            width: 100%;
            position: absolute;
            top: 0;
            height: 50%;
            background: #f9f9f9;
        }

.order-info .info-con {
    padding: 0 0.24rem 0 0.39rem
}

.order-info .info-wrap {
    font-size: 0.26rem;
}

    .order-info .info-wrap:not(:first-child) {
        padding-top: 0.38rem
    }

    .order-info .info-wrap li {
        display: flex;
        align-items: baseline;
        margin-bottom: 0.31rem;
        padding: 0 0.14rem;
    }

    .order-info .info-wrap p {
        display: block;
        height: 100%;
        color: #959595;
        align-self: flex-end;
        width: 3.9rem;
    }

.info-wrap .beizhu {
    display: flex;
    flex-direction: column;
    background: #fbf2f3;
    padding: 0.14rem !important;
}

    .info-wrap .beizhu p {
        display: block;
        width: 100%;
        margin: 0.14rem 0 0.08rem 0;
        color: #b5000c
    }

.info-wrap h4 {
    color: #505050;
    font-size: 0.26rem;
    margin-bottom: 0.3rem;
    padding: 0 0.14rem;
    display: block
}

.info-wrap .photoBox {
    margin-bottom: 0.4rem
}

.photoBox img {
    display: block;
}

.photoBox ul {
    margin-bottom: 0.4rem
}

.photoBox li {
    width: 25%;
    float: left;
}

.info-wrap .time-wrap {
    margin-bottom: 0.30rem;
    position: relative
}

.info-wrap .all-time {
    position: relative;
    margin-bottom: 0.2rem;
}

.time-wrap .time-dot {
    width: 0.32rem;
    height: 0.32rem;
    background: #f0ccce;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    z-index: 999;
}

    .time-wrap .time-dot span {
        display: inline-block;
        width: 0.21rem;
        height: 0.21rem;
        background: #b5000c;
        border-radius: 50%;
    }

.time-wrap i {
    display: inline-block;
    position: absolute;
    left: 0.17rem;
    width: 1px;
    height: 0.7rem;
    z-index: 99;
    background: #b5000c;
    bottom: 0
}

.info-wrap .time-wrap p {
    padding-left: 0.4rem;
    width: 100%
}

    .info-wrap .time-wrap p span {
        color: #959595;
        font-size: 0.24rem;
        margin-right: 0.5rem
    }

.dotsEnd {
    position: relative;
}

.enddots i {
    top: auto;
    bottom: 0;
    height: 50%;
    background: #f9f9f9;
}

/* 水站 */
.water-container {
    position: relative;
    padding-top: 0.8rem;
}

.water-info {
    width: 7.08rem;
    height: 1rem;
    background: #fff;
    position: absolute;
    top: 3.4rem;
    left: 50%;
    margin-left: -3.54rem;
    border-radius: .05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

    .water-info img {
        width: 0.31rem;
        height: 0.38rem;
        margin-right: 0.3rem
    }

    .water-info span {
        font-size: 0.26rem;
        color: #959595;
    }

.water-container .radio {
    position: absolute;
    top: 50%;
    margin-top: -0.14rem;
    left: 0;
}

.water-container .item {
    padding: 0.3rem 0
}

    .water-container .item:last-child {
        border: 0
    }

.water-container .order-content {
    padding: 0;
    margin: 0;
}

.tuijian {
    margin-bottom: 1rem
}

    .tuijian .title {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0.4rem
    }

        .tuijian .title span {
            margin: 0 0.1rem;
            color: #505050;
            font-size: 0.3rem
        }

        .tuijian .title i {
            width: 0.72rem;
            height: 1px;
            background: #959595
        }

.tuijian-con ul {
    overflow-x: auto
}

.tuijian-con {
    overflow-x: auto
}

    .tuijian-con li {
        float: left;
        /* width: 32.0%; */
        width: 2.4rem;
        margin-right: 0.1rem;
        background: #fff;
        padding: 0 0.1rem;
        text-align: center;
        /* height: 1rem; */
    }


        .tuijian-con li:last-child {
            margin: 0
        }

.water-tab {
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0
}

    .water-tab button {
        width: 50%;
        color: #fff;
        font-size: 0.26rem;
        height: 0.85rem;
        border: 0
    }

    .water-tab .tab1 {
        background: #b5000c
    }

    .water-tab .tab2 {
        background: #505050
    }

.tuijian-con p {
    display: block;
    font-size: 0.24rem;
    letter-spacing: 0.5px;
    line-height: 0.4rem;
    height: 0.8rem;
    text-align: left;
    overflow: hidden;
}

.tuijian-con i {
    display: block;
    font-size: 0.26rem;
    color: #959595;
    text-align: left;
    margin: 0.15rem 0 0.3rem 0
}

.tuijian-con .act {
    display: block;
    font-size: 0.2rem;
    color: #b5000c;
    text-align: left;
    margin-top: 0.05rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
}

/* 综合服务 */
.grid {
    margin-top: 0.2rem;
    margin-bottom: 0.13rem;
}

    .grid img {
        display: block;
    }

    .grid .row-2 li {
        width: 49.5%;
        float: left;
        margin-right: 1%;
        background: #fff;
        height: 2.55rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 1%;
        font-size: 0.26rem;
        color: #505050
    }

    .grid .row-2 span {
        margin-top: 0.31rem
    }

    .grid .row-2 li:nth-child(2n) {
        margin: 0
    }

    .grid .row-3 li {
        width: 33%;
        height: 2.5rem;
    }

    .grid .row-3 img {
        width: 30%
    }

    .grid .row li {
        float: left;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 0.26rem;
        color: #505050
    }

    .grid .row span {
        margin-top: 0.31rem
    }

/*  美食 */
.fixed-nav .nav-list {
    display: flex;
    align-items: center;
    font-size: 0.26rem;
    color: #505050;
}

    .fixed-nav .nav-list li {
        width: 33.333%;
        height: 0.8rem;
        text-align: center;
        line-height: 0.8rem;
        background: #fff;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        position: relative;
    }

    .fixed-nav .nav-list i {
        color: #ba111c;
        font-size: 0.26rem
    }

.fixed-nav .nav-item {
    display: flex;
    flex-direction: column;
    display: none;
    width: 100%;
}

    .fixed-nav .nav-item li {
        height: 0.86rem;
        line-height: 0.86rem;
        font-size: 0.26rem;
        color: #959595;
        text-align: center;
        border-top: 1px solid #dcdcdc;
        background: #fff
    }

.food-con {
    padding: 0 0.21rem
}

    .food-con li {
        display: flex;
        background: #fff;
        height: 2rem;
        margin-bottom: 0.15rem
    }

        .food-con li .food-logo {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 40%;
        }

        .food-con li .logo-des {
            width: 60%;
        }

.food-logo img {
    width: 70%
}

.logo-des h4 {
    font-size: 0.26rem;
    margin-top: 0.30rem;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logo-des p {
    position: relative;
    height: 0.3rem;
    font-size: 0.24rem;
    color: #959595;
    margin-top: 0.27rem;
    margin-bottom: 0.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .logo-des p i {
        margin-right: 0.1rem;
        vertical-align: middle;
    }

.logo-des .tel {
    margin: 0
}

.yindao-container {
    padding-top: 0
}

    .yindao-container .info-content {
        padding: 0 0.4rem 0 0.25rem
    }

    .yindao-container .info-right {
        width: 0.64rem;
        display: flex;
        align-items: center
    }

.yindao-con {
    width: 100%;
    padding: 0 0.2rem
}

    .yindao-con .des {
        min-height: 5.88rem;
        background: #fff;
        padding: 0.6rem 0.2rem;
        font-size: 0.24rem;
        color: #959595;
        padding-top: 1.8rem
    }

.des p {
    text-indent: 2em;
    letter-spacing: 1px;
    line-height: 0.4rem;
    text-align: justify
}

.yindao-con img {
    width: 1.45rem;
}

.yindao-con .row-2 li {
    height: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
    align-items: normal;
}

.yindao-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}


.yindao-con .logo-des {
    padding: 0 0.13rem
}

    .yindao-con .logo-des p {
        height: auto;
    }






















@media (max-width:350px) {
    .food-con li .food-logo {
        width: 30%;
    }

    .food-con li .logo-des {
        width: 70%
    }
}
