/* LongYuan CSS */


/* Ver:1.0 */


/* LiZongcheng */


/*lg屏幕以上*/

@media only screen and (min-width: 992px) {
    .longyuan-sitesubtitle {
        color: #084B8A;
        text-align: center;
    }

    .longyuan-postwith {
        justify-content: center;
    }
    
}


/*md屏幕以上*/

@media only screen and (min-width: 768px) {
    .longyuan-sitesubtitle {
        color: #084B8A;
        text-align: center;
    }
    .longyuan-footer2 {
        margin-top: 10px;
        border-top: 1px none #9e9e9e;
    }
    .longyuan-postwith {
        justify-content: center;
    }
    
}


/*md屏幕以下*/

@media only screen and (max-width: 768px) {
    .longyuan-QrCode {
        display: none;
    }
    .food-row{
        margin-left: 30px;
    }
}


/*sm屏幕以上*/

@media only screen and (min-width: 576px) {
    .longyuan-sitesubtitle {
        color: #084B8A;
        text-align: center;
    }
    .longyuan-footer2 {
        margin-top: 10px;
        border-top: 1px none #9e9e9e;
    }
    .longyuan-postwith {
        justify-content: center;
    }
    .longyuan-swipercard {
        display: none;
    }
    
    
}


/*sm屏幕以下*/

@media only screen and (max-width: 576px) {
    
    .longyuan-sitesubtitle {
        color: #084B8A;
        text-align: center;
        display: none;
    }
    .longyuan-footer2 {
        margin-top: 10px;
        border-top: 1px none #9e9e9e;
    }
    .longyuan-postwith {
        justify-content: center;
    }
    .longyuan-rowhide {
        display: none;
    }
}

.longyuan-copyright {
    justify-content: center;
    line-height: 26px;
}

.longyuan-footnav {
    font: 16px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(15, 202, 202, 0.808);
}