html {
    font-size: 16px;
}



body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;

    max-width: 100% !important;
    background-color: #fdebc7;
    ;
    font-family: "Noto Sans SC", sans-serif;
    background-image: url(/resources/images/frontbg.jpg);
    background-size: cover;
    padding-bottom: 50px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div#muteButton {
    display: inline-block;
    position: fixed;
    left: 10px;
    top: 10px;
    z-index:9999999;
}

div#muteButton:hover {
    cursor: pointer;
}

img.header-image {
    width: 100%;
}

.header{
    overflow: hidden;
}


@media (max-width: 768px) {
    img.header-image {
        width: 200%;
        transform: translateX(-20%);
    }
}

.footer-menu-views {
    color: #ffffff;
    padding-left: 10px;
    text-align: center;
}

.site-views-count-label {
    font-size: 0.8rem;
}

.site-views-count {
    font-size: 1.1rem;
}

.home-page-1 {
    display: flex;
    max-width: 85%;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 768px) {
    .home-page-1 {
        max-width: 100%;
        padding: 0 10px;
    }
}


.home-page-1-image {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
}

.home-page-1-image img {
    width: 100%;
}

.home-page-1-content {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    font-weight: bold;
    font-size: 1.5rem;
    padding-left: 2rem;
}

.home-page-1-image,
.home-page-1-content {
    display: none !important;
}

.home-page-1-image-full img {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 768px) {
    .home-page-1-image-full{
        display: none !important;
    }

    .home-page-1-image,
    .home-page-1-content {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        font-size: 1.2rem;
        display: block !important;
    }

    .home-page-1-content {
        padding-left: 15px;
        text-align: center;
        padding: 0 15px;
    }
}

.home-page-1-content p {
    margin: 10px 0;
}

.home-page-1-content img {
   max-width: 100%;
   height: auto;
}

p.home-page-1-paragraph {
    padding-bottom: 1.1rem;
}

div#popup {
    padding: 10px 20px;
    border: solid 3px #ffffff;
    background-color: #fbcb1dd1;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 10px;
    max-width: 250px;
}

div#popup:hover,
#popupdetail-close:hover {
    cursor: pointer;
}

div#popup p {
    margin: 0;
}

div#popup img {
    margin-top: 10px;
}

div#popupdetail {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

div#popupdetailwrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    width: 100%;
    min-height: 100%;
    padding: 5%;
}


div#popupdetailframe {
    position: relative;
    height: fit-content;
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
    border: solid 3px #b87803;
    max-width: 80%;
}

@media (max-width: 768px) {
    div#popupdetailframe {
        max-width: 95%;
    }
    
}


div#popupdetailtitle {
    background: #de9000;
    border-radius: 6px;
    padding: 15px 10px;
}

div#popupdetailtitle p {
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
}

div#popupdetail-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}

div#popupdetail-content {
    font-size: 1.1rem;
    line-height: 1.5;
}

div#popupdetail-content p {
    line-height: 1.5;
    font-size: 1.1rem;
}

div#popupdetail-close {
    position: absolute;
    top: 10px;
    right: 0;
    border-radius: 30px;
    background: #ffffff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-page-3-dinners {
    margin: 0 auto;
}

.dinner-item__wrapper {
    float: left;
    width: 50%;
    text-align: right;
}



.dinner-item__wrapper:after,
.home-page-3-dinners:after {
    content: "";
    clear: both;
    display: table;
}

.dinner-item {
    background-color: #ffffffad;
    border-radius: 10px;
    border: solid 3px #7c0707;
    padding: 15px 60px;
    position: relative;
    display: inline-block;
    margin: 50px 100px;
    text-align: left;
}

.dinner-item__state {
    background: #a20808;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 1.3rem;
    display: inline-block;
    border-radius: 8px;
    position: absolute;
    top: -35px;
    left: -50px;
}

.dinner-item__content p {
    margin: 0 1.1rem;
    font-size: 1.3rem;
}

.dinner-item__actions {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    flex-wrap: wrap;
}

.dinner-item__actions a {
    text-decoration: none;
    color: #ffffff;
    background: #a20808;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 5px;
}

.dinner-item__state:after {
    display: block;
    background: url('/resources/images/lantern.png');
    width: 38px;
    height: 89px;
    position: absolute;
    top: 46px;
    left: 0;
    content: '';
    background-repeat: no-repeat;
}

img.dinner-item-house {
    margin-bottom: -50px;
    position: absolute;
    bottom: 32px;
    left: -60px;
    width: 120px;
}

img.dinner-item-tree {
    position: absolute;
    width: 100px;
    right: -33px;
    bottom: -16px;
}

div#dinner-item-1 {
    width: 100%;
    text-align: center;
}

div#dinner-item-3,
div#dinner-item-5,
div#dinner-item-7,
div#dinner-item-9,
div#dinner-item-11 {
    text-align: left;
    margin-top: 100px;
}

@media (max-width: 1280px) {
    .dinner-item__wrapper {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        text-align: center !important;
        margin-top: 0 !important;
    }

    .dinner-item {
        margin: 50px 22px 50px 60px;
    }
}

@media (max-width: 500px) {
    .dinner-item {
        padding: 15px 15px;
    }

    img.dinner-item-house {
        left: -60px;
        width: 80px;
    }

    img.dinner-item-tree {
        width: 60px;
        right: -17px;
    }

    .dinner-item__actions a {
        font-size: 1rem;
        padding: 10px 15px;
    }
}


.dinner-last-item__wrapper {
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dinner-item__wrapper.last-item .dinner-item__state {
    left: unset;
    right: -30px;
}

.dinner-item__wrapper.last-item .dinner-item__state:after {
    display: none;
}

.dinner-item__wrapper.last-item img.dinner-item-tower {
    position: absolute;
    left: -60px;
    bottom: -47px;
}

img.dinner-item-building {
    width: 40%;
    margin-top: -150px;
    margin-left: -50px;
}

.dinner-item__wrapper.last-item {
    width: unset;
    text-align: right;
    ;
}

.dinner-item__wrapper.last-item .dinner-item {
    margin-right: 50px;
}


@media (max-width: 1280px) {
    .dinner-last-item__wrapper {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    img.dinner-item-building {
        max-width: 350px;
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }
}


@media (max-width: 500px) {
    .dinner-item__wrapper.last-item img.dinner-item-tower {
        left: -50px;
        width: 80px;
    }

    .dinner-item__wrapper.last-item .dinner-item {
        margin: 50px 33px 50px 38px;
    }
}

.footer-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0000006e;
    padding: 0 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
}


.footer-menu__item a {
    text-decoration: none;
    font-size: 1.2rem;
    color: #ffffff;
    padding: 10px 15px;
    display: block;
    white-space: nowrap;
}

.footer-menu-home,
.footer-menu-chinapress {
    padding: 5px 0px;
}

.footer-menu-chinapress a {
    display: flex;
    align-items: center;
}

.footer-menu-home img {
    width: 45px;
}

.footer-menu-chinapress img {
    width: 100px;
}

.footer-menu-home {
    padding: 0 5px 0 10px;
}

.footer-menu-home a{
    display: flex;
}


@media (max-width: 768px) {
    .footer-menu-home img {
        width: 30px;
    }

    .footer-menu-chinapress img {
        width: 60px;
    }
}

.footer-menu-share.swiper-slide {
    padding-left: 10px;
    display: flex;
}

.site-share {
    width: 48px;
    padding: 10px;
    border-radius: 10px;
    background: #ffffff;
    display: flex;
    overflow: hidden;
    transition: width 1s;
}

.site-share-bar{
    overflow: hidden;
}

.site-share:hover {
    cursor: pointer;
}

.site-share img.share-icon {
    width: 28px;
    height: 28px;
}

@media (max-width: 768px) {
    .site-share {
        padding: 3px;
        width: 42px;
        height: 42px;
    }
    .site-share img.share-icon {
        width: 20px;
        height: 20px;
        margin: 8px;
    }
    .site-share .share-bar__button img {
        width: 36px;
        height: 36px;
    }
}

.site-share .share-bar{
    padding-left: 10px;
}

.site-share .share-bar .share-bar__button{
    display:flex
}

.footer-menu__subitems .footer-menu__item {
    padding: 5px 5px;
}

.footer-menu.swiper {
    margin-left: 0;
    margin-right: 0;
}


.footer-menu .swiper-wrapper {
    display: flex;
    align-items: center;
}

.footer-menu .swiper-slide {
    width: auto !important;
    /* Key: auto width per slide */
    flex-shrink: 0;
}


.footer-menu__item {
    position: relative;
}

.footer-menu:not(.is-swiper) {
    overflow: visible;
}

.footer-menu__subitems {
    display: none;
    position: absolute;
    bottom: 90%;
    left: 0;
    background: #0000006e;
    padding: 10px 0;
    z-index: 1000;
}

.footer-menu:not(.is-swiper) .footer-menu__item:hover .footer-menu__subitems,
.footer-menu:not(.is-swiper) .footer-menu__subitems:hover {
    display: block;
}



.subpage-header-menu__item.active {
    background: #cea319;
}

.subpage-header-menu__item {
    padding: 10px 30px;
    background: #ecc95a;
    border-radius: 50px;
    margin: 10px 20px;
}

.subpage-header-menu__item a ,
.subpage-header-menu__item span {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: bold;
    display: block;
}

.subpage-header-menu__item span:hover {
    cursor: pointer;
}

.subpage-header-swiper .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
}

.subpage-header-menu {
    width: fit-content;
    /* shrink to content */
    margin: 0 auto;
    /* center it */
}


@media (max-width: 767px) {
    .subpage-header-menu__item {
        padding: 10px 15px;
        margin: 10px 5px;
    }

    .subpage-header-menu__item a {
        font-size: 1.1rem;
    }
}

.subpage-content {
    max-width: 80%;
    margin: 20px auto;
    padding: 0 10px;
    font-size: 1.2rem;
}

.page-content{
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .subpage-content {
        max-width: 100%;
        margin: 10px auto;
        padding: 0 10px;
    }
}

.subpage-content img,
.subpage-content iframe,
.subpage-content figure,
.page-content img,
.page-content iframe,
.page-content figure 
{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.subpage-content img,
.page-content img
{
    height: auto;
}

.subpage-content .has-pale-cyan-blue-color {
    color: #8ed1fc !important;
}

figure{
    margin: 0;
}

.subpage-gallery {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 1025px) {
    .subpage-gallery {
        max-width: 80%;
        margin: 0 auto;
    }
}

.subpage-gallery .mobx {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    padding: 20px;
}

@media (max-width: 1279px) {
    .subpage-gallery .mobx {
        flex: 0 0 33.33%;
        width: 33.33%;
        max-width: 33.33%;
        padding: 10px;
    }
}

@media (max-width: 600px) {
    .subpage-gallery .mobx {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
        padding: 10px;
    }
}

.subpage-gallery .mobx img {
    max-width: 100%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.huimou_tianxia-list-wrapper {
    padding: 10px;
    background: #ffffff;
}

.huimou_tianxia-list-wrapper-title {
    background: #8e0f10;
    border-radius: 50px;
    margin-top: -50px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    padding: 20px 30px;
}

.huimou_tianxia-list-wrapper-title h2 {
    margin: 0;
    color: #ffffff;
    font-size: 1.3rem;
}

.huimou_tianxia-list-wrapper {
    text-align: center;
}

.huimou_tianxia-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.huimou_tianxia-list-item {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    margin-bottom: 20px;
    padding: 10px;
}

@media (max-width: 1024px) {
    .huimou_tianxia-list-item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        width: 33.33%;
    }
}

@media (max-width: 600px) {
    .huimou_tianxia-list-item {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
}

@media (max-width: 400px) {
    .huimou_tianxia-list-item {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

}

.huimou_tianxia-list-item a {
    display: block;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

.huimou_tianxia-list-item a .title {
    padding: 5px 10px;
    white-space: nowrap;
    /* Keeps text on a single line */
    overflow: hidden;
    /* Hides the text that overflows */
    text-overflow: ellipsis;
    /* Adds the "..." */

}

.huimou_tianxia-list-item a img {
    border-radius: 5px;
}

.huimou_tianxia-list-item-img {
    position: relative;
    padding-bottom: 52.333%;
    overflow: hidden;
    width: 100%;
}

.huimou_tianxia-list-item-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.breadcrumbs a {
    color: #605f5f;
    text-decoration: none;
}

.subpage-73-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.subpage-73-wrapper-left {
    flex: 0 0 70%;
    max-width: 70%;
    width: 70%;
}

.subpage-73-wrapper-right {
    flex: 0 0 30%;
    max-width: 30%;
    width: 30%;
    padding-left: 10px;
}

@media (max-width: 768px) {

    .subpage-73-wrapper-left,
    .subpage-73-wrapper-right {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 0;
    }
}

.huimou_tianxia-list-wrapper.sidebar .huimou_tianxia-list-wrapper-title h2 {
    font-size: 1.1rem;
}

.huimou_tianxia-list-wrapper.sidebar .huimou_tianxia-list-wrapper-title {
    padding: 10px 20px;

}

.huimou_tianxia-list-wrapper.sidebar .huimou_tianxia-list-item {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.article-navigation {
    display: flex;
    justify-content: space-between;
    margin-top:30px;
}

.article-navigation a {
    display: inline-block;
    text-decoration: none;
    max-width: 50%;
}

a.next-article {
    margin-left: auto;
    text-align: right;
    padding-left:10px;
}

a.previous-article {
    margin-right: auto;
    padding-right:10px;
}

.article-navigation-label {
    color: #ffffff;
    background: #ecc95a;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 20px;
}

.article-navigation-title {
    color: #000000;
    display: block;
    margin-top: 5px;
}

.huimou_tianxia-list-wrapper {
    margin-top: 50px;
}

@media (min-width:500px){
    .chief-editors-intro-list {
        padding: 0 50px;
    }

}


.chief-editors-intro-item {
    margin-left: auto;
    display: flex;
    padding-right: 15px;
}

@media (max-width: 1279px) {
    .chief-editors-intro-item {
        padding-left: 15px;
    }
}

@media (min-width: 1280px) {
    .chief-editors-intro-item {
        width: 50%;
    }
}

.chief-editors-intro-item-img {
    flex: 0 0 calc(40% - 50px);
    max-width: calc(40% - 50px);
    width: calc(40% - 50px);
    display: flex;
    align-items: center;
}

.chief-editors-intro-item-timeline {
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px;
    position: relative;
}

.chief-editors-intro-item-img-wrapper  img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.chief-editors-intro-item-img-wrapper {
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 100%;
    background: #ffffff;
}

.chief-editors-intro-item-sequence {
    font-weight: bold;
    font-size: 1.3rem;
}

.chief-editors-intro-item-name {
    font-weight: bold;
    font-size: 1.8rem;
}

.chief-editors-intro-item-tenure {
    font-weight: bold;
    font-size: 1.3rem;
}

.chief-editors-intro-item-description {
    font-size: 1.1rem;
    margin-top: 10px;
}

.chief-editors-intro-item-content {
    padding-left: 20px;
}

.timeline-line {
    position: absolute;
    top: 50%;
    width: calc(100% - 20px);
    border-top: solid 2px grey;
}

.chief-editors-intro-item:first-child .timeline-line {
    border-left: solid 2px grey;
    bottom: 0;
}

.chief-editors-intro-item:last-child .timeline-line {
    border-left: solid 2px grey;
    top: 0;
    border-top: none;
    border-bottom: solid 2px grey;
    bottom: 50%;
}

.timeline-point {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: grey;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

@media (min-width: 1280px) {
    .chief-editors-intro-item:nth-child(even) {
        margin-left: 2px;
        padding-right: 0;
        padding-left: 15px;
        flex-direction: row-reverse;
        border-right: solid 2px grey;
    }

    .chief-editors-intro-item:nth-child(even) .chief-editors-intro-item-content {
        padding-left: 0px;
        padding-right: 20px;
    }


    .chief-editors-intro-item:nth-child(even) .timeline-line {
        border-right: solid 2px grey;
        right: 0;
    }

    .chief-editors-intro-item:nth-child(even) .timeline-point {
        right: unset;
        left: 10px;
    }

    .chief-editors-intro-item:not(:first-child) {
        margin-top: -150px;
    }

    .chief-editors-intro-item:nth-child(odd):not(:first-child):not(:last-child) {
        border-left: solid 2px grey;
    }
    
}


@media (max-width: 1279px) {
    .chief-editors-intro-item:not(:first-child):not(:last-child) .chief-editors-intro-item-timeline{
        border-left: solid 2px grey;
    }
    .chief-editors-intro-item-content{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .chief-editors-intro-item-img{
        padding:20px 0;
    }
}

.chief-editors-intro-item-content .chief-editors-intro-item-img-wrapper{
    display: none;
}

@media (max-width: 650px) {
    .chief-editors-intro-item-content .chief-editors-intro-item-img-wrapper{
        display: block;
    }
    .chief-editors-intro-item-img{
        display: none;
    }

    .timeline-line{
        top:20%;
    }

    .chief-editors-intro-item:last-child .timeline-line{
        bottom: 80%;
    }

    .timeline-point{
        top: 20%;
    }

    .chief-editors-intro-item-timeline {
        flex: 0 0 50px;
        max-width: 50px;
        width: 50px;

    }
}

.chief-editor-interviews-list {
    width: 80%;
    margin: 20px auto;
    max-width:1000px;
}

.chief-editor-interviews-item a {text-decoration: none;display: flex;flex-wrap: wrap;color: #000000;}

.chief-editor-interviews-item-img {
    width: 200px;
    max-width: 200px;
    flex: 0 0 200px;
    align-self: center;
}

.chief-editor-interviews-item-img img {
    width: 100%;
    height: auto;
}

.chief-editor-interviews-item-info {
    width: calc(100% - 200px);
    max-width: calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
    padding: 20px 0px 20px 10px;
}

.chief-editor-interviews-item-title {
    font-size: 1.8rem;
}

.chief-editor-interviews-item-tenure {
    font-size: 1.2rem;
}

.chief-editor-interviews-item-description {
    margin-top: 15px;
}

.chief-editor-interviews-item {
    margin-bottom: 50px;
}

.chief-editor-interviews-item:nth-child(even) a {
    flex-direction: row-reverse;
}


.chief-editor-interviews-item:nth-child(even) a  .chief-editor-interviews-item-info{
    padding: 20px 10px 20px 0px;
}

.chief-editor-interviews-item-description.mobile{
    display: none;
}

@media (max-width: 600px) {
    .chief-editor-interviews-item-img {
        width: 150px;
        max-width: 40%;
        flex: 0 0 150px;
    }

    .chief-editor-interviews-item-info {
        width: calc(100% - 150px);
        max-width: unset;
        flex: 0 0 calc(100% - 150px);
        min-width: 60%;
        padding: 10px;
    }

    .chief-editor-interviews-item-info .chief-editor-interviews-item-description {
        display: none;
    }

    .chief-editor-interviews-item-description.mobile {
        display: block;
    }

    .chief-editor-interviews-item-title {
        font-size: 1.3rem;
    }
    
    .chief-editor-interviews-item-tenure {
        font-size: 1.1rem;
    }

    .chief-editor-interviews-item{
        margin-bottom: 100px;
    }
}

.chief-editor-interviews-item-read-more{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    color: #956a00;
    text-decoration: underline;
}

.chief-editor-interviews-item-read-more img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

.yi_lu_you_ni-label,
.page-section-label-style-1 {
    background: #cea31a;
    color: #ffffff;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 1.5rem;
    position: relative;
}

.yi_lu_you_ni-label:before,
.page-section-label-style-1:before {
    content: '';
    width: 80%;
    position: absolute;
    bottom: -3px;
    height: 3px;
    background: #876800;
    right: 0;
}

.yi_lu_you_ni-label:after,
.page-section-label-style-1:after {
    content: '';
    width: 30%;
    position: absolute;
    bottom: -8px;
    height: 8px;
    background: #876800;
    right: 0;
}

.yi_lu_you_ni-page-wrapper {
    margin: 20px 50px;
}

@media (max-width: 768px) {
    .yi_lu_you_ni-page-wrapper {
        margin: 20px 10px;
    }
}

.item-listing {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.item-listing-item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    width: 33.333%;
    padding: 30px 20px;
    display: flex;
}

@media (max-width: 1024px) {
    .item-listing-item {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
}

@media (max-width: 600px) {
    .item-listing-item {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.item-listing-item a {
    text-decoration: none;
    color: #000000;
    padding: 10px;
    background: #ffffff;
    display: block;
    width: 100%;
}

.item-listing-item-img {
    position: relative;
    padding-bottom: 52.6%;
    overflow: hidden;
}

.item-listing-item-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
}

.item-listing-item-info {
    text-align: center;
    font-size: 1.2rem;
    padding: 10px;
    color: #626262;
}

.yi_lu_you_ni-recommend-article {
    margin-top: 30px;
    margin-bottom: 30px;
    background: #ffffff;
    padding: 10px;
    width: calc(100% - 20px);
    margin-left: auto;
}

.yi_lu_you_ni-recommend-article-header{
    text-align: center;
    margin-bottom: 20px;
    margin-top: -30px;
}

.yi_lu_you_ni-recommend-article-header span {
    background: #8d1111;
    color: #ffffff;
    font-size: 1.3rem;
    padding: 10px 20px;
    border-radius: 30px;
}

.yi_lu_you_ni-recommend-article-item {
    margin-bottom: 30px;
}

.yi_lu_you_ni-recommend-article-item a {
    text-align: center;
    text-decoration: none;
    color: #000000;
    font-size: 1.1rem;
}

.yi_lu_you_ni-recommend-article-item-img {
    position: relative;
    padding-bottom: 52.22%;
    overflow: hidden;
}

.yi_lu_you_ni-recommend-article-item-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.yi_lu_you_ni-recommend-article-item-title {
    margin-top: 10px;
}

.hua_yao_jiang-header {
    padding: 50px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 600px) {
    .hua_yao_jiang-header {
        padding: 30px 10px;
    }
}

.hua_yao_jiang-header-item {
    margin: 10px 20px;
    
    border: solid 2px #ffc517;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 197, 23, 0.66) 0%, rgba(255, 197, 23, 0.5) 47%, rgba(255, 197, 23, 0) 100%);
    width: 200px;
}

.hua_yao_jiang-header-item__line{
    position: relative;
    border: solid 2px #000000;
    border-radius: 22px;
    overflow: hidden;
}

.hua_yao_jiang-header-item a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    text-align: center;
}

.hua_yao_jiang-header-item.active a {
    color: #F3BD56;
}

.hua_yao_jiang-header-item__title {
    padding: 10px 20px;
}

.hua_yao_jiang-header-item__line:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 28px 0px 0px;
    border-color: #ffc517 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.hua_yao_jiang-header-item__line:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0px 28px 28px;
    border-color: transparent transparent #ffc517 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

.hua_yao_jiang-header-item a:before {
    content: '';
    width: 88px;
    height: 3px;
    background: #ffcf3d;
    display: block;
    position: absolute;
    top: 23px;
    left: -31px;
    transform: rotate(-45deg);
}

img.hua_yao_jiang-page-logo {
    width: 50%;
    height: auto;
    margin: 20px auto 0 auto;
    display: block;
}

@media  (max-width: 768px) {
    img.hua_yao_jiang-page-logo {
        width: 80%;
    }
    
}

img.hua_yao_jiang-page-logo-line {
    display: block;
    margin: 0px auto 30px auto;
    z-index: -1;
    width: 100%;
}

.hua_yao_jiang-page-main-title {
    font-size: 3.8rem;
    margin: 0px auto 20px;
    text-align: center;
    color: #F3BD56;
    font-weight: 900;
    padding: 0 20px;
}

.hua_yao_jiang-page-main-subtitle {
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    font-size: 1.8rem;
    max-width: 80%;
    padding: 0 20px;
}

@media (max-width: 768px) {
    .hua_yao_jiang-page-main-title {
        font-size: 2.3rem;
        padding: 0 10px;
    }

    .hua_yao_jiang-page-main-subtitle {
        font-size: 1.2rem;
        padding: 0 10px;
        max-width: 100%;
    }
}

.hua_yao_jiang-page-section1 {
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 80%;
    border: solid 1px #ffffff;
    border-radius: 10px;
    padding: 20px 0;
}

.hua_yao_jiang-page-section1-item {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding: 5px 20px;
    color: #ffffff;
}

.hua_yao_jiang-page-section1-item:first-child {
    border-right: solid 1px #ffffff;
}

.hua_yao_jiang-page-section1-item-title {
    font-size: 1.8rem;
}

.hua_yao_jiang-page-section1-item-title img {
    margin-right: 10px;
}

.hua_yao_jiang-page-section1-item-content {
    font-size: 1.3rem;
    margin-top: 5px;
}
.hua_yao_jiang-page-section1-item-title span {
    white-space: nowrap;
    color: #F2F2A9;
}

@media (max-width: 1024px) {
    .hua_yao_jiang-page-section1-item-title {
        font-size: 1.5rem;
    }
    .hua_yao_jiang-page-section1-item-content {
        font-size: 1.1rem;
    }
    
}


@media (max-width: 767px) {
    .hua_yao_jiang-page-section1-item {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 15px 20px;
    }
    .hua_yao_jiang-page-section1-item:first-child {
        border-bottom: solid 1px #ffffff;
        border-right: none;
    }

    .hua_yao_jiang-page-section1{
            padding: 20px 10px;
            max-width: 90%;
    } 
}

.hua_yao_jiang-page-section2 {
    display: flex;
    align-items: center;
    color: #ffffff;
    max-width: 80%;
    margin: 50px auto;
}

.hua_yao_jiang-page-section2-left {
    flex: 0 0 70%;
    max-width: 70%;
    width: 70%;
}

.hua_yao_jiang-page-section2-right {
    flex: 0 0 30%;
    max-width: 30%;
    width: 30%;
    display: flex;
}

img.hua_yao_jiang_page_section2_right_img {
    width: 60%;
    height: auto;
    margin: 0 -10%;
}

.hua_yao_jiang-page-section2-left-title {
    font-size: 2.5rem;
    padding: 0 20px 0 50px;
}

.hua_yao_jiang-page-section2-left-subtitle {
    font-size: 1.8rem;
    padding: 0 20px 0 50px;
}

@media (max-width: 1027px) {
    .hua_yao_jiang-page-section2-left-title {
        font-size: 2rem;
        padding: 0 20px 0 30px;
    }
    
    .hua_yao_jiang-page-section2-left-subtitle {
        font-size: 1.3rem;
        padding: 0 20px 0 30px;
    }
}

@media (max-width: 767px) {
    .hua_yao_jiang-page-section2 {
        max-width: 90%;
    }

    .hua_yao_jiang-page-section2-left-title {
        font-size: 1.5rem;
        padding: 0 10px 0 20px;
    }
    
    .hua_yao_jiang-page-section2-left-subtitle {
        font-size: 1.1rem;
        padding: 0 10px 0 20px;
    }

}

.hua_yao_jiang_result-header-menu__item.active div{
    font-weight: bold;
    color: #000000;
}

.hua_yao_jiang_result-header-menu__item  {
    padding: 10px 20px;
    margin: 10px 10px;
}

.hua_yao_jiang_result-header-menu__item:hover {
    cursor: pointer;
}

@media (max-width: 768px) {
    .hua_yao_jiang_result-header-menu__item {
        padding: 10px 10px;
        margin: 10px 5px;
    }
}

.hua_yao_jiang_result-header-menu__item div {
    font-size: 1.3rem;
    display: block;
    color: #6c6c6c;
}

.hua_yao_jiang_result-header-swiper .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
}

.hua_yao_jiang_result-header-menu{
    width: fit-content;
    /* shrink to content */
    margin: 0 auto;
    /* center it */
}

.hua_yao_jiang_result-page-wrapper {
    background: #ffffff;
    border-radius: 30px;
    width: 90%;
    margin: 0 auto;
}


.hua_yao_jiang_result-content-section-list {
    padding: 20px;
}

.hua_yao_jiang_result-content-section-list-item {
    text-align: center;
    margin-bottom: 60px;
}

.hua_yao_jiang_result_state_item_award_chinese_name {
    font-size: 1.8rem;
    color: #cea31a;
}

.hua_yao_jiang_result_state_item_award_english_name {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.hua_yao_jiang_result_state_item_award_winner {
    font-size: 1.2rem;
}

.hua_yao_jiang_result-content-section-list-empty{
    text-align: center;
    padding: 50px 0;
    font-size: 1.3rem;
    color: #6c6c6c;
}

.song-video-container {
    width: 80%;
    text-align: center;
    margin: 30px auto;
}

.song-video-container > div{
    width: 100%;
    padding-bottom: 56.26%;
    position: relative;
    overflow: hidden;
}

.song-video-container video {
    width: 100%;
}

.song-video-container iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top:0;
    left:0;
}

.song-page-wrapper {
    width: 80%;
    margin: 20px auto;
}

h2.song-lyrics-h2 {
    font-weight: normal;
}

.song-wrapper {
    font-size: 1.2rem;
    position: relative;
    margin-bottom: 100px;
}

.song-lyrics-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.song-lyrics-image img {
    width: 80%;
    margin-left: auto;
    display: block;
    position: sticky;
    top: 0;
    opacity: 0.7;
}

@media (max-width: 1024px) {
    .song-video-container{
        width: 90%;
    }

    .song-page-wrapper{
        width: 90%;
    }
}

@media (max-width: 600px) {
    .song-video-container{
        width: 100%;
    }

    .song-page-wrapper{
        text-align: center;
    }

    .song-lyrics-image img{
        width: 100%;
        opacity: 0.3;
    }
}


.wishes-video-page {
    width: 80%;
    margin: 20px auto;
}

.wishes-video-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.wishes-video-item {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    padding: 20px;
    display: flex;
}

.wishes-video-item:hover{
    cursor: pointer;
}

@media (max-width: 1280px) {
    .wishes-video-page {
        width: 90%;
    }
    .wishes-video-item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        width: 33.33%;
        padding: 10px;
    }
    .wishes-video-container {
        margin: 0 -10px;
    }
}

@media (max-width: 767px) {
    .wishes-video-page {
        width: 100%;
        padding: 0 10px;
    }

    .wishes-video-item {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
}


.wishes-video-item-overlay {
    padding: 15px 10px;
    background: #ffffff;
    border-radius: 10px;
    width: 100%;
}

.wishes-video-cover {
    position: relative;
    padding-bottom: 131.6%;
    overflow: hidden;
}

.wishes-video-cover img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wishes-video-title {
    text-align: center;
    padding: 10px;
    font-size: 1.1rem;
}

.post-list-wrapper {
    width: 85%;
    margin: 30px auto;
}

@media (max-width:1280px) {
    .post-list-wrapper {
        width: 90%;
    }
}

@media (max-width:768px) {
    .post-list-wrapper {
        width: 95%;
    }
}



.post-list-item-overlay {
    background: #ffffff;
    padding: 10px;
}

.post-list-item-title {
    font-size: 1.1rem;
    padding: 10px;
}

.masonry-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.masonry-item {
    flex: 0 0 calc(25% - 13px);
    max-width: calc(25% - 13px);
    width: calc(25% - 13px);
    margin-bottom: 10px;
}


@media (max-width: 1200px) {
    .masonry-item {
        flex: 0 0 calc(33.333% - 13px);
        max-width: calc(33.333% - 13px);
        width: calc(33.333% - 13px);
    }
}

@media (max-width: 768px) {
    .masonry-item {
        flex: 0 0 calc(50% - 13px);
        max-width: calc(50% - 13px);
        width: calc(50% - 13px);
    }
}

@media (max-width: 480px) {
    .masonry-item {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}



.post-list-item-cover img{
    width: 100%;
    height: auto;
}

.post-list-item-date-view {
    display: flex;
    padding: 0 10px;
    color: grey;
    flex-wrap:wrap;
}

.post_date_meta{
    margin-right:10px;
}

.post_view_meta{
    height: 1.3rem;
    min-width: 60px;
}

div#post-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    overflow: auto;
}

.post-modal-wrapper {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
}

.post-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    opacity: 0.5;
    z-index: 1;
}

.post-modal-container {
    background: #ffffff;
    z-index: 2;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    width: 60%;
    margin: auto;
    position: relative;
}

@media (max-width: 1024px) {
    .post-modal-container {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .post-modal-container {
        width: 95%;
    }
}


span.post-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50px;
   
    line-height: 1;
    padding: 13px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}


.post-modal-content {
    margin-top: 20px;
}

h1.post-modal-title {
    margin: 0 0 5px 0;
}

.post-modal-content img,
.post-modal-content iframe,
.post-modal-content figure
{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.post-modal-content figure img{
    display: block;
}

.post-modal-close:hover {
    cursor: pointer;
}

figcaption.wp-element-caption {
    padding: 10px;
    color: grey;
    text-align: center;
    margin-bottom: 20px;
}

.post-modal-date-view {
    display: flex;
    flex-wrap: wrap;
}

.post-modal-date {
    margin-right: 10px;
}

.post-article-wrapper {
    max-width: 80%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .post-article-wrapper {
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .post-article-wrapper {
        max-width: calc(100% - 30px);
    }
}
.post-article-content{
    font-size:1.2rem;
}

.post-article-content img,
.post-article-content iframe,
.post-article-content figure
{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.post-article-content img,
.post-article-content figure img{
    display: block;
    height: auto;
}

.post-article-date-view {
    display: flex;
    flex-wrap: wrap;
    color:grey
}

.post-article-date {
    margin-right: 10px;
}

.huo_dong_bao_dao-list,
.huo_dong_photo-list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px;
}

.huo_dong_bao_dao-list-item,
.huo_dong_photo-list-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 33.33%;
    padding: 20px 10px;
}

@media (max-width: 1200px) {
    .huo_dong_bao_dao-list-item,
    .huo_dong_photo-list-item {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
}

@media (max-width: 720px) {
    .huo_dong_bao_dao-list-item,
    .huo_dong_photo-list-item {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}


.huo_dong_bao_dao-list-item a,
.huo_dong_photo-list-item-wrapper {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.huo_dong_photo-list-item-wrapper:hover{
    cursor: pointer;
}

.huo_dong_bao_dao-list-item-img,
.huo_dong_photo-list-item-img {
    position: relative;
    padding-bottom: 52%;
    overflow: hidden;
    border-radius: 15px;
}

.huo_dong_bao_dao-list-item-img img,
.huo_dong_photo-list-item-img img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.huo_dong_bao_dao-list-item-title,
.huo_dong_photo-list-item-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 33%, rgba(0, 0, 0, 0.7) 53%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(33%, rgba(0, 0, 0, 0.44)), color-stop(53%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 33%, rgba(0, 0, 0, 0.7) 53%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 33%, rgba(0, 0, 0, 0.7) 53%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 33%, rgba(0, 0, 0, 0.7) 53%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 33%, rgba(0, 0, 0, 0.7) 53%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    color: #FFFFFE;
    font-size: 1.1rem;
}

data-photo{
    display:none;
}

.huo_dong_gallery-list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -5px;
    justify-content: center;
}

.huo_dong_gallery-list-item {
    padding: 5px;
    display: flex;
    max-width: 100%;
}

.huo_dong_gallery-item-img {
    height: 180px;
    display: block;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .huo_dong_gallery-item-img {
        height: 150px;
    }
}

@media (max-width: 768px) {
    .huo_dong_gallery-item-img {
        height: 110px;
    }
}

@media (max-width: 600px) {
    .huo_dong_gallery-item-img {
        height: 100px;
    }
}

.huo_dong_gallery-item-img img {
    height: 100%;
    width: auto;
}

.videos-list {
    display: flex;
    flex-wrap: wrap;
    margin:  0 -10px;
}

.videos-list-item {
    padding: 10px;
    display: flex;
    max-width: 100%;
}

.videos-list-item-img {
    overflow: hidden;
    height: 350px;
    border-radius: 10px;
}

@media (max-width: 1024px) {
    .videos-list-item-img {
        height: 250px;
    }
}
@media (max-width: 768px) {
    .videos-list-item-img {
        height: 180px;
    }
}
@media (max-width: 600px) {
    .videos-list {
        justify-content: center;
        align-items: center;
    }
    .videos-list-item-img {
        height: 150px;
    }
}

.videos-list-item-img img {
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: fit-content;
    border-radius: 10px;
    overflow: hidden;
}

.road-timeline-wrapper {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 999;
    bottom: 0;
}

@media (max-width: 1279px) {
    .road-timeline-wrapper {
       display:none !important;
    }
   
}

.road-timeline {
    position: sticky;
    top: 10%;
    left: 0;
}

.road-timeline-stop-label {
    background: #ffffff;
    padding: 2px 10px;
    border-radius: 10px;
    position: relative;
}

.road-timeline-stop {
    padding: 5px 18px 5px 10px;
    position: relative;
}

.road-timeline-stop:hover {
    cursor: pointer;
}

.road-timeline-stop:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: #686868;
    margin-left: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.road-timeline-stop:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 100%;
    background: #919191;
    position: absolute;
    top: 0;
    right: 3px;
}

.road-timeline-stop:first-child:before {
    height: 50%;
    top: 50%;
}

.road-timeline-stop:last-child:before {
    height: 50%;
}

@media (min-width: 1280px) {
    .top-road-timeline-wrapper {
       display:none !important;
    }
   
}


.top-road-timeline-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: fit-content;
    background: #ffffff;
    border-radius: 10px;
}

.top-road-timeline-selector:hover {
    cursor: pointer;
}

.top-road-timeline-selector-icon {
    display: flex;
    align-items: center;
    margin-left: 5px;
}

.top-road-timeline-selector-label {
    font-size: 1.3rem;
}

.top-road-timeline-wrapper {
    position: fixed;
    top: 10px;
    right:10px;
    display: flex;
    justify-content: flex-end;
    z-index: 999;
}

.top-road-timeline-selector.expanded{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


.top-road-timeline-stop-label {
    font-size: 1.2rem;
    padding: 5px 10px;
    background: #e8e8e8;
    border-radius: 10px;
    display: inline-block;
}

.top-road-timeline-stop {
    padding: 5px 10px;
    position: relative;
}

.top-road-timeline {
    background: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 5px;
}

.top-road-timeline-stop:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #5a5a5a;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

.top-road-timeline-stop:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 100%;
    background: #919191;
    position: absolute;
    right: 8px;
}

.top-road-timeline-stop:first-child:before {
    height: calc(50% +5px);
    top: 50%;
}

.top-road-timeline-stop:last-child:before{
    height:50%;
}

.top-road-timeline-stop-label:hover {
    cursor: pointer;
}

.mobx-ui button.share-whatsapp {
    background-image: url(/resources/images/gallery_share_whatsapp.png);
    background-size: 31px;
    background-position: center;
}

.mobx-ui button.share-whatsapp:after {
    background-image: url(/resources/images/gallery_share_bg_whatsapp.png);
    background-color: #25D366;
    background-size: 31px;
    background-position: center;
}


.mobx-ui button.share-device-share{
    background-image: url(/resources/images/gallery_share.png);
    background-size: 31px;
    background-position: center;
}


.mobx-ui button.share-device-share:after {
    background-image: url(/resources/images/gallery_bg_share.png);
    background-color: #5c4300;
    background-size: 31px;
    background-position: center;
}

.share-bar__buttons {
    display: flex;
}

.share-bar__button {
    margin-right: 10px;
}

.share-bar__button:hover {
    cursor: pointer;
}

.share-bar__button.share-device img {
    background: #000000;
    border-radius: 5px;
}


image[data-progress]:not([data-progress="null"]):hover {
    cursor: pointer;
}

.hua_yao_jiang_result-post-list {
    display: flex;
    margin: 0 10px;
    flex-wrap: wrap;
}

.hua_yao_jiang_result-post-list-item:hover {
    cursor: pointer;
}

.hua_yao_jiang_result-post-list-item {
    flex: 0 0 25%;
    width: 25%;
    max-width:25%;
    padding: 10px;
}

@media (max-width: 1200px) {
    .hua_yao_jiang_result-post-list-item {
        flex: 0 0 33.33%;
        width: 33.33%;
        max-width:33.33%;
    }
}
@media (max-width: 768px) {
    .hua_yao_jiang_result-post-list-item {
        flex: 0 0 50%;
        width: 50%;
        max-width:50%;
    }
}
@media (max-width: 500px) {
    .hua_yao_jiang_result-post-list-item {
        flex: 0 0 100%;
        width: 100%;
        max-width:100%;
    }
}

.hua_yao_jiang_result_post_item_image {
    width: 100%;
    position: relative;
    padding-bottom: 52%;
    overflow: hidden;
    border-radius: 10px;
}

.hua_yao_jiang_result_post_item_image img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}

.hua_yao_jiang_result_post_item_title {
    font-size: 1.1rem;
    padding: 5px 10px;
}

.subpage-content-main-title {
    max-width: 80%;
    margin: 20px auto;
}

.subpage-gallery-thumb {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    max-width: 700px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.subpage-gallery-thumb .subpage-gallery-thumb-item {
    padding:3px;
}

.subpage-gallery-thumb .subpage-gallery-thumb-item:hover {
    cursor: pointer;
}

.subpage-gallery-thumb  .subpage-gallery-thumb-item-img {
    position: relative;
    padding-bottom: 52.33%;
    overflow:hidden;
    display: block;
}

.subpage-gallery-thumb  .subpage-gallery-thumb-item-img img {
    width: 100%;
    height:auto;
    position:absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
}

.subpage-gallery-thumb.size-1 .subpage-gallery-thumb-item:first-child {
    flex: 0 0 100%;
    max-width:100%;
    width:100%;
}

.subpage-gallery-thumb.size-2 .subpage-gallery-thumb-item:first-child,
.subpage-gallery-thumb.size-2 .subpage-gallery-thumb-item:nth-child(2),
.subpage-gallery-thumb.size-4 .subpage-gallery-thumb-item:first-child,
.subpage-gallery-thumb.size-4 .subpage-gallery-thumb-item:nth-child(2),
.subpage-gallery-thumb.size-4 .subpage-gallery-thumb-item:nth-child(3),
.subpage-gallery-thumb.size-4 .subpage-gallery-thumb-item:nth-child(4),
.subpage-gallery-thumb.size-5 .subpage-gallery-thumb-item:first-child,
.subpage-gallery-thumb.size-5 .subpage-gallery-thumb-item:nth-child(2)
{
    flex: 0 0 50%;
    max-width:50%;
    width:50%;
}

.subpage-gallery-thumb.size-3 .subpage-gallery-thumb-item:first-child,
.subpage-gallery-thumb.size-3 .subpage-gallery-thumb-item:nth-child(2),
.subpage-gallery-thumb.size-3 .subpage-gallery-thumb-item:nth-child(3),
.subpage-gallery-thumb.size-5 .subpage-gallery-thumb-item:nth-child(3),
.subpage-gallery-thumb.size-5 .subpage-gallery-thumb-item:nth-child(4),
.subpage-gallery-thumb.size-5 .subpage-gallery-thumb-item:nth-child(5)
{
    flex: 0 0 33.333%;
    max-width:33.333%;
    width: 33.333%;
}

.subpage-gallery-thumb .subpage-gallery-thumb-item.hidden {
    display: none;
}

.subpage-gallery-thumb-item-more-counter {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 1.5rem;
}