﻿html
{
    font-family: '微软雅黑', '宋体', Arial;
    font-size: 12px;
    background-color: #222f4f;
}

@media (min-width: 768px)
{
    html
    {
        font-size: 14px;
    }
}

a
{
    color: #333333;
}

    a:hover
    {
        color: #c71b28;
    }

footer
{
    color: #b1b8c2;
    background-color: #222f4f;
    line-height: 2;
}

    footer a
    {
        color: #b1b8c2;
    }

        footer a:hover
        {
            color: #ffffff;
        }

div.qr-share-tooltip
{
    z-index: 1000;
    display: none;
}

    div.qr-share-tooltip[data-show]
    {
        display: block;
    }

ul.share-to-list
{
    display: inline;
}

    ul.share-to-list li
    {
        list-style: none;
        display: inline;
    }

        ul.share-to-list li img
        {
            height: 32px;
            padding: 2px;
            border-radius: 16px;
            border: solid 1px white;
        }

        ul.share-to-list li img:hover
        {
            border: solid 1px #e0e0e0;
        }
