/* common */

main h1,
main h2,
main h3,
main h4 {
    /* 20230417 pengchenglong bold -> 400 IS-437 */
    font-weight: 400;
    /* 20230417 pengchenglong end */
}

main h1 {
    /*font-family: "\5b8b\4f53", Simsun, serif;*/
    font-family: 'Times New Roman';
    font-size: 30px;
    line-height: 36px;
}

main h2 {
    /*font-family: "\5b8b\4f53", Simsun, serif;*/
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 25px;
    line-height: 32px;
}

main h3 {
    /*font-family: "\5b8b\4f53", Simsun, serif;*/
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 20px;
    line-height: 26px;
}

main h4 {
    /*font-family: "\5b8b\4f53", Simsun, serif;*/
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 17px;
    line-height: 23px;
}

/* for header paragraph component */

.util__style--p,
section p {
    font-size: 14px;
    line-height: 24px;
}

@media (min-width: 1024px) {
    main h1 {
        font-size: 45px;
        line-height: 52px;
    }

    main h2 {
        font-size: 32px;
        line-height: 40px;
    }

    main h3 {
        font-size: 20px;
        line-height: 28px;
    }

    main h4 {
        font-size: 18px;
        line-height: 25px;
    }

    .util__style--p,
    section p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (min-width: 1366px) {
    main h1 {
        font-size: 45px;
        line-height: 52px;
    }

    main h2 {
        font-size: 34px;
        line-height: 42px;
    }

    main h3 {
        font-size: 24px;
        line-height: 32px;
    }

    main h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .util__style--p,
    section p {
        font-size: 15px;
        line-height: 26px;
    }
}

@media (min-width: 1920px) {
    main h1 {
        font-size: 52px;
        line-height: 64px;
    }

    main h2 {
        font-size: 40px;
        line-height: 50px;
    }

    main h3 {
        font-size: 25px;
        line-height: 35px;
    }

    main h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .util__style--p,
    section p {
        font-size: 15px;
        line-height: 26px;
    }
}

/* end of common */

/* font util */

.util__font--1 {
    /*font-family: "\5b8b\4f53", Simsun, serif;*/
    font-family: 'Times New Roman';
}

.util__font--2 {
    /* font-family: "Alibaba Sans", sans-serif; */
}

/* end of font util */

.util__style--cta {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1.2px;
}

@media (min-width: 1024px) {
    .util__style--cta {
        font-size: 15px;
        line-height: 26px;
        letter-spacing: .8px;
    }
}

@media (min-width: 1366px) {
    .util__style--cta {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1.2px;
    }
}

@media (min-width: 1920px) {
    .util__style--cta {
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 1.2px;
    }
}

.tab-nav__primary-title {
    font-size: 15px;
}

.tab-nav__sub-title {
    font-size: 12px;
}

.three-columns__time {
    font-size: 13px;
    line-height: 1.5;
}

@media (min-width: 1024px) {
    .tab-nav__primary-title {
        font-size: 18px;
    }

    .tab-nav__sub-title {
        font-size: 13px;
    }

    .three-columns__time {
        font-size: 14px;
        line-height: 1.5;
    }
}

@media (min-width: 1366px) {
    .tab-nav__primary-title {
        font-size: 20px;
    }

    .tab-nav__sub-title {
        font-size: 15px;
    }

    .three-columns__time {
        font-size: 14px;
        line-height: 1.5;
    }
}

@media (min-width: 1920px) {
    .tab-nav__primary-title {
        font-size: 24px;
    }

    .tab-nav__sub-title {
        font-size: 18px;
    }

    .three-columns__time {
        font-size: 15px;
        line-height: 1.5;
    }
}

/* top banner header  */

.top-banner__item__primary-title,
.top-banner__item__sub-title {
    /*font-weight: bold;*/
}

/* end of top banner header  */

/* section title */

.section_title-text_contain {
    /*font-weight: bold;*/
}

/* end of section title */

/* POI filter */

.dining-tile__title {
    /*font-weight: bold;*/
}

.dining-tile__description {
    margin: 2px -10px 2px auto;
}

.dining-tile__site {
    padding: 3px 8px;
    font-size: 13px;
}

.poi-filter__tag--pill {
    padding: 5px 10px;
    min-width: 75px;
}

@media (min-width: 1024px) {
    .dining-tile__title {
        font-size: 24px;
    }

    .dining-tile__style {
        margin-top: 2px;
    }

    .dining-tile__description {
        margin-top: 10px;
        font-size: 15px;
        line-height: 22px;
    }

    .dining-tile__site {
        margin-top: 1px;
        border-radius: 4px;
        /*2023.04.17 by huzhen*/
        padding: 6px 10px;
        /*2023.04.17 by huzhen end*/
        font-size: 15px;
    }
}

@media (min-width: 1920px) {
    .dining-tile__site {
        font-size: 16px;
    }
}

/* end of POI filter */
