* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

.container {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
    word-break: normal;
}

@media (min-width: 768px) {
    .container {
        width: 760px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 990px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

ul,
li,
dl {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

h1,
h2,
h3,
h4 {
    line-height: 1.1;
    font-family: Times New Roman;
}

h4,
h5,
h6 {
    line-height: 1.1;
    color: inherit;
}

h1 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 40px;
}

h2 {
    margin: 70px 0 20px;
    font-size: 30px;
}

h3 {
    margin: 25px 0 10px;
    font-size: 28px;
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 {
    font-size: 21px;
}

p {
    margin: 0 0 18px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 38px;
    }
}

.bg-gray {
    background: #f2f2f2;
}

.border-box {
    border: solid 1px #ccc;
}

figure a,
.flex-row a {
    border-bottom: none;
}

.img-responsive,
video,
.table-responsive,
.flex-row img {
    display: block;
    max-width: 100%;
    height: auto;
    overflow-x: auto;
}

.flex-col-3,
.flex-col-4,
.flex-col-2,
.flex-col-5 {
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-flow: column;
    position: relative;
}

.flex-col-3 {
    width: calc((100% - 20px * 3) / 3);
}

.mheight {
    min-height: 58px;
}

.color6 {
    color: #666;
}

.font16 {
    font-size: 18px;
}

.flex-col-2 {
    width: calc((100% - 20px * 2) / 2);
}

.flex-col-3 {
    width: calc((100% - 20px * 3) / 3);
}

/* header */
nav {
    background-color: #01832c;
}

nav .nav-menuLink {
    overflow: hidden;
}

nav .nav-menuLink li {
    float: left;
}

.nav-menuLink li>a {
    padding: 0 20px 0 20px;
    height: 57px;
    display: inline-block;
    line-height: 57px;
    position: relative;
    padding: 0 18px 0 18px;
    color: #fff;
    font-size: 16px;
}

.nav-menuLink li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #01aa33;
}

.nav-menuLink li .dropdown-menu {
    display: none;
}

.whatnewbox {
    border: dotted 4px #666;
    position: relative;
    padding: 20px 20px 0;
    margin-bottom: 50px;
    margin-top: 50px;
    border-radius: 6px;
}

.whatnewbox a {
    color: #01832c;
    text-decoration: underline;
}

.whatnew {
    position: absolute;
    left: -30px;
    top: -35px;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    clear: both;
    margin-right: -20px;
}

.caption {
    padding: 20px;
    flex: auto;
    display: flex;
    flex-flow: column;
}

.caption h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 18px;
    line-height: 28px;
}

.caption p {
    margin-bottom: 15px;
}

.caption-btn {
    width: 100%;
    text-align: center;
    margin-top: auto;
    margin-bottom: 0;
}

.caption-btn .btn {
    margin-top: 15px;
}

.btn-orange,
.caption .btn-orange {
    background: #df6536;
    padding: 0.8rem 2rem;
    display: inline-block;
    color: #fff;
    border-radius: 22px;
    line-height: 1.25rem;
    text-decoration: none;
}

.btn-green,
.caption .btn-green {
    background: #01832c;
    padding: 0.8rem 2rem;
    display: inline-block;
    color: #fff;
    border-radius: 22px;
    line-height: 1.25rem;
    text-decoration: none;
}

@media (max-width: 768px) {

    .flex-col-2,
    .flex-col-3,
    .flex-col-4,
    .flex-col-5,
    .flex-col-6 {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }
}

.review-box2 {
    margin-bottom: 50px;
    background: #f1f1f1;
    padding: 20px;
    display: flex;
}

.review-left {
    width: 180px;
    text-align: center;
    font-style: italic;
    font-size: 18px;
    margin-top: 30px;
}

.f-rating:before {
    content: "•••••";
    color: #00aa6c;
    font-size: 50px;
    letter-spacing: -7.5px;
    margin-left: -10px;
}

.review-title {
    font-weight: bold;
    font-size: 22px;
    height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review-left P {
    margin-bottom: 10px;
    text-align: center;
}

.review-item {
    width: calc((100% - 20px * 3) / 3);
    padding: 30px 5px 80px 5px;
    flex: none;
    position: relative;
    text-align: center;
    font-style: italic;
    background: url('../images/icon/lquote.png') no-repeat 0px 0px;
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    white-space: normal;
}

.review-info {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
    line-height: 1.44rem;
    margin-bottom: 15px;
}

.review-member p {
    margin-bottom: 2px;
}

.review-right {
    display: flex;
    white-space: nowrap;
    width: calc(100% - 210px);
    align-items: stretch;
    margin-left: auto;
}

.flexpic-text {
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 18px;
    top: calc(50% - 60px);
    text-shadow: 0 0 2px #333;
    line-height: 24px;
}

.flex-pic img {
    filter: brightness(0.6);
}

.flexpic-text h3 {
    font-size: 28px;
    color: #fff;
}

.flexpic-text a {
    color: #fff;
    display: block;
    text-decoration: none;
}

.icon-row img,
.container-details .icon-row img {
    display: initial;
}

.icon-row {
    text-align: center;
}

.icon-row .i-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
}

/* footer */
.content-tm {
    background: #000;
    background: url('../images/shanghaifood-bg.jpg') no-repeat center;
    background-size: auto;
    background-size: cover;
    color: #fff;
    text-align: center;
    position: relative;
    min-height: 600px;
}

.content-tm .opacity-content {
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.opacity-content {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px;
    text-align: center;
}

.content-tm .opacity-content p {
    font-size: 28px;
    line-height: 1.6em;
    margin-bottom: 15px;
}

.content-tm .opacity-content .btn-borderwhite {
    border: solid 1px #fff;
    color: #fff;
    text-decoration: none;
    padding: 6px 30px 10px;
    margin-top: 30px;
    font-size: 24px;
    display: inline-block;
    font-weight: 300;
}

#footer {
    background: #282c2f;
    padding-top: 30px;
    font-size: 14px;
    color: #fff;
    position: relative;
}

.footer-bottom {
    background: #222;
    text-align: center;
    color: #999;
    padding: 10px;
}

.footer-bottom p {
    margin-bottom: 0;
}

#footer .footer-left {
    width: 40%;
    padding-right: 50px;
}

.footer-right {
    width: 60%;
    margin-bottom: 20px;
    margin-top: 35px;
}

#footer .footer-left .footer-title {
    font-size: 28px;
    color: #fff;
    padding-top: 35px;
    font-weight: bold;
    margin-bottom: 30px;
}

#footer .footer-list {
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 33%;
    float: left;
}

.footer-about li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}

.footer-about li::before {
    content: ">";
    font-size: 12px;
    line-height: 16px;
    color: #df6536;
    position: absolute;
    left: -1px;
    top: 6px;
}

#footer a {
    color: #D7D7D7;
    text-decoration: none;
    font-size: 14px;
}

#footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.media-box ul {
    display: inline-block;
}

.media-box li {
    cursor: pointer;
    margin-bottom: 30px;
}

.media-box li .fa {
    width: 32px;
    height: 32px;
    border: solid 2px #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    font-size: 16px;
    margin-right: 15px;
}

.brands-logo {
    text-align: center;
}

.fl-logo img {
    float: left;
    margin-right: 10px;
}

#footer .footer-left .fa {
    margin-right: 15px;
}

#footer .footer-left a {
    text-decoration: underline;
    color: #fff;
}

.brands-logo img {
    margin-right: 20px;
    width: 124px;
    height: 52px;
    display: block;
    margin-bottom: 10px;
}

.pr-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 26px;
    }

    .content-tm {
        min-height: 300px;
    }

    .content-tm .opacity-content p {
        font-size: 18px;
    }

    .content-tm .opacity-content .btn-borderwhite {
        font-size: 18px;
    }

    #footer .footer-left {
        width: 100%;
        padding-bottom: 5px;
        margin-bottom: 20px;
        border-bottom: solid 1px #333;
        text-align: center;
        padding-right: 0;
    }

    #footer .footer-left .footer-title {
        margin-bottom: 15px;
    }

    .fl-logo img {
        float: none;
        margin: 0 5px;
    }

    .flex-row {
        margin-right: 0;
    }

    .footer-right {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .footer-list.footer-about {
        display: none;
    }
}