footer.pagefooter #socialShare{
    transition: all ease-in-out .7s;
}
footer.pagefooter #socialShare ul{
    border-top: solid #008ce6 8px;
    font-size: 18px;
    width: 70px;
}
footer.pagefooter #socialShare ul.gold{
    /* border-top: solid #ad9155 8px; */
    border-top-color: #ad9155;
}
footer.pagefooter #socialShare ul.blue{
    border-top-color: #0e2a48;
}
footer.pagefooter #socialShare li{
    display: block;
    list-style: none;
    border-bottom: solid #e0e0e0 1px;
    background: white;
    padding-bottom: 1em;
    line-height: 1.5em;
    text-align: center;
    float: none;
    margin-bottom:0px;
}
footer.pagefooter #socialShare li a{
    color: #97999b!important;
    padding: 27px 0 0 0;
    display: block;
}
footer.pagefooter #socialShare li a:hover{
    opacity: .6;
}

footer.pagefooter #socialShare li#btn-baidu a img{
    width: 1em;
}

footer.pagefooter #socialShare #btn-baidu,
footer.pagefooter #socialShare #btn-weibo{
    display: none;
}

html[lang='sc'] footer.pagefooter #socialShare #btn-baidu,
html[lang='sc'] footer.pagefooter #socialShare #btn-weibo{
    display: block;
}

html[lang='sc'] footer.pagefooter #socialShare #btn-google-plus,
html[lang='sc'] footer.pagefooter #socialShare #btn-fb{
    display: none;
}

/* tablet, landscape iPad, lo-res laptops ands desktops */ 
@media (min-width:962px)  {
    footer.pagefooter #socialShare{
        position: fixed;
        left: 0;
        top: 25%;
        z-index: 10;
    }

    html[lang='zh'] footer.pagefooter #socialShare,
    html[lang='en'] footer.pagefooter #socialShare,
    html[lang='sc'] footer.pagefooter #socialShare{
        margin-top: 0%;
    }
    html[lang='zh'] footer.pagefooter #socialShare.topLeft,
    html[lang='zh-Hant'] footer.pagefooter #socialShare.topLeft,
    html[lang='zh-Hans'] footer.pagefooter #socialShare.topLeft,
    html[lang='sc'] footer.pagefooter #socialShare.topLeft,
    html[lang='en'] footer.pagefooter #socialShare.topLeft{
        top: 0%;
        margin-top: 0;
    }

    
}
@media only screen and (min-width:920px) and (max-width:1024px) 
{ 
footer.pagefooter #socialShare 
{
top: 21%;
}
}

@media (min-width:1025px)  {
 footer.pagefooter #socialShare #btn-whatsapp,
    footer.pagefooter #socialShare #btn-line
    {
        display: none;
    }
}

/* mobile */
@media (max-width:961px)  {
    html[lang='sc'] footer.pagefooter #socialShare #btn-baidu,
    html[lang='sc'] footer.pagefooter #socialShare #btn-weibo{
        display: inline-block;
    }

    footer.pagefooter #socialShare{
        margin: 0 -20px;
    }
    footer.pagefooter #socialShare ul{
        width: 100%;
        font-size: 0;
        border-bottom: solid #e0e0e0 0px;
    }
    footer.pagefooter #socialShare ul li{
        display: inline-block;
        font-size: 18px;
        border-bottom: 0;
    }
    html[lang='zh'] footer.pagefooter #socialShare ul li,
    html[lang='en'] footer.pagefooter #socialShare ul li,
    html[lang='sc'] footer.pagefooter #socialShare ul li{
        width: 12.5%
    }
    footer.pagefooter #socialShare ul li:not(:first-child):not(:last-child){
        border-left: solid #e0e0e0 1px;
        border-right: solid #e0e0e0 1px;
    }
    footer.pagefooter #socialShare #btn-whatsapp,
    footer.pagefooter #socialShare #btn-line{
        display: inline-block;
    }
}