footer {
    color: #fff;
    font-size: 14px;
}
@media (max-width: 767px) {
    footer {
        font-size: 12px;
    }
}
#travelguideFooter {
    background-color: #d10a1c;
    color: #fff;
}
#travelguideFooter strong {
    font-size: 16px;
}
#travelguideFooter a {
    color: #fff;
    padding: .5rem 0;
}
#travelguideFooter a:not(:last-child):after {
    color: #f99;
    content: " | ";
    display: inline-block;
    padding: 0 8px;
    position: relative;
}
#travelguideFooter .toggle-btn {
    display: none;
}
@media (max-width: 767px) {
    #travelguideFooter .toggle-btn {
        background: none;
        border: none;
        color: #ff0;
        display: inline;
        font-size: 14px;
        margin: 0;
        padding: 0;
        outline: none !important;
    }
    #footerRegionAreas {
        max-height: 128px;
        transition: max-height .3s ease-in-out;
        overflow: hidden;
    }
}
#globalFooter {
    background-color: #333;
    color: #fff;
}
#globalFooter a {
    color: #fff;
    text-decoration: underline;
}
#snsFooter i.bi {
    font-size: xx-large;
    color: #fff !important;
    line-height: 1em;
}
@media (max-width: 767px) {
    #snsFooter i.bi {
        font-size: 20px;
    }
}
#snsFooter i.bi-facebook {
    color: #0765FF;
}
#snsFooter i.bi-youtube {
    color: #FF0000;
}
#snsFooter i.bi-instagram {
    /*
        background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
   */
}
#snsFooter i.bi-xiaohongshu {
    color: transparent;
    background-image: url(/images/xiaohongshu.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 32px;
    width: 96px;

}
@media (max-width: 767px) {
    #snsFooter i.bi-xiaohongshu {
        height: 20px;
        width: 60px;
    }
}
#snsFooter i.bi-wechat {
    color: #10C801;
}
