::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(169 196 196);
    -webkit-box-shadow: 0 0 1px hsla(0, 0%, 100%, 0.5);
}

::selection {
    color: #fff;
    background-color: #008090;
    text-shadow: none;
}

body {
    overflow-y: scroll;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family:
        Cuprum, "lxgw wenkai screen", "Microsoft Yahei", monospace, sans-serif;
}

p {
    margin: 30px 0 0 0;
    /*color: #265088;*/
    color: #134f5c;
}

h1 {
    font-family: Cuprum, "Microsoft Yahei", monospace, sans-serif;
    font-weight: bold;
    font-size: 1.4em;
    color: #9e3636;
}

h2 {
    /*display: inline-block;*/
    display: table;
    position: relative;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: -0.015em;
    color: #fff;
    filter: brightness(1.1);
    z-index: 1;
}

h2:before {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #00cfff, #a600ff, #ff006e, #f80);
    filter: blur(20px) brightness(1);
    opacity: 0.7;
    border-radius: 100px;
    z-index: -1;
    pointer-events: none;
    background-size: 300% 300%;
    animation: gradientShift 10s ease-in-out infinite;
}

h2:after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    background: linear-gradient(90deg, #00cfff, #a600ff, #ff006e, #f80);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    mix-blend-mode: color-burn;
    filter: blur(20px) brightness(1.3);
    z-index: 0;
    pointer-events: none;
    background-size: 300% 300%;
    animation: gradientShift 10s ease-in-out infinite;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    to {
        background-position: 0% 50%;
    }
}
/*
h2 {
    font-family: Cuprum, "Microsoft Yahei", monospace, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    color: #9e3636;
}
*/
h3 {
    font-family: Cuprum, "Microsoft Yahei", monospace, sans-serif;
    font-size: 1.1em;
    color: #222;
}

h4 {
    font-family: Cuprum, "Microsoft Yahei", monospace, sans-serif;
    font-size: 1.1em;
    color: #333;
}

a {
    color: #008090;
    font-weight: bold;
    text-decoration: none;
    transition: all 1s ease-in-out;
    border-radius: 10px;
    padding: 5px;
}

a:hover {
    color: #eee;
    /*transition: color 0.4s ease-in-out;*/
    background: #008090;
    border-radius: 15px;
}

nav {
    /*text-transform: uppercase;*/
    text-align: left;
}

nav a {
    color: #eee;
    background: #9e3636;
    border-radius: 15px;
}

nav a:hover {
    color: #eee;
    padding: 0.5em 1em;
    background: #008090;
    border-radius: 15px;
}

hr {
    border: none;
    border-top: 3px double #a9c7c3;
    color: #367168;
    overflow: visible;
    text-align: center;
    height: 15px;
}

hr::after {
    background: #f8f6f1;
    content: "ℤ"; /*'𒈝';*/
    padding: 0 3px;
    position: relative;
    top: -1.2em;
}

ul.task-list {
    margin: 2em 0 0 -1em;
}

ul.listing {
    margin: 1em 0 0 -1em;
}

#tag_cloud {
    padding: 0.9em 0;
}

#backbutton {
    color: #008090;
    font-weight: bold;
    background: #f1eee1; /*#9e3636; */
    font-family: Galdeano, Cuprum, "Microsoft Yahei", sans-serif;
    border-radius: 15px;
    cursor: pointer;
    border: 0;
    transition: all 1s ease-in-out;
}

#backbutton:hover {
    color: #eee;
    padding: 0.5em 1em;
    background: #008090;
    border-radius: 15px;
    border: 0;
}

table#Table_zhao {
    max-width: 1200px;
    margin: auto;
}

.hide {
    display: none;
}

.qricon {
    float: right;
    color: #008090;
}

.qricon:hover + .hide {
    display: block;
    transition: all 1s ease-in-out;
    color: #008090;
}

.post-home-link {
    font-family: Galdeano, Cuprum, "Microsoft Yahei", sans-serif;
    font-size: 1em;
    float: right;
}

.post-next-link {
    font-family: Galdeano, Cuprum, "Microsoft Yahei", sans-serif;
    font-size: 1em;
}

.post-pre-link {
    font-family: Galdeano, Cuprum, "Microsoft Yahei", sans-serif;
    font-size: 1em;
    margin-top: 30px;
    text-align: right;
}

.post-content {
    font-family: Cuprum, "lxgw wenkai screen", "Microsoft Yahei", sans-serif;
    font-size: 110%;
    margin-top: 1em;
}

.post-content img {
    width: 100%;
    max-width: 800px;
    height: inherit;
    display: block;
    margin: 15px 4px 15px 4px;
    -webkit-box-shadow: #999 1px 1px 4px;
    -moz-box-shadow: #999 1px 1px 4px;
    box-shadow: #999 1px 1px 4px;
}

.listing-item,
.listing-seperator {
    list-style-type: none;
    font-family:
        Consolas, Galdeano, "lxgw wenkai screen", monospace, "Microsoft Yahei",
        sans-serif;
}

.listing-item a {
    padding: 0.2em 1em;
    font-weight: normal;
}

.listing-item time {
    color: #404040;
}

.listing-seperator {
    font-weight: 700;
}

li.listing-seperator {
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.2em;
    color: #9e3636;
    font-family:
        Consolas, Galdeano, "lxgw wenkai screen", monospace, "Microsoft Yahei",
        sans-serif;
}

.list-page a {
    padding: 1px 8px;
    text-decoration: none;
    background: #f8f6f1ba;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
}

.list-page a:hover {
    padding: 1px 8px;
    text-decoration: none;
    background: #008090;
    border: 1px solid #008090;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
    color: #ffffff;
    text-decoration: none;
}

.current-page {
    padding: 1px 8px;
    text-decoration: none;
    background: #f8f6f1ba;
    border: 0px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
}
