a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

li,
ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.slick-slider {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slick-list,
.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    display: block;
    position: relative;
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    display: block;
    position: absolute;
    bottom: 45px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #ddd;
    border-radius: 50%
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li.slick-active button {
    background-color: #ddd
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

body,
html {
    width: 100%;
    height: 100%
}

body {
    min-width: 320px;
    min-height: 100%;
    color: #ccc;
    line-height: 1.4;
    background-color: #080808;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Lantinghei SC, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed
}

body>svg {
    position: absolute;
    width: 0;
    height: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 1em 0
}

h1 {
    font-size: 2em
}

h2 {
    font-size: 1.5em
}

h3 {
    font-size: 1.17em
}

h4 {
    font-size: 1.12em
}

h5 {
    font-size: .83em
}

h6 {
    font-size: .75em
}

p {
    margin-bottom: 1.4em;
    text-align: justify;
    line-height: 1.6;
    font-weight: 400
}

p:target {
    position: relative;
    -webkit-animation: a 3s ease-in-out .7s;
    animation: a 3s ease-in-out .7s
}

@-webkit-keyframes a {

    0%,
    40% {
        color: transparent
    }

    20%,
    60% {
        color: currentcolor
    }

    to {
        color: currentcolor
    }
}

@keyframes a {

    0%,
    40% {
        color: transparent
    }

    20%,
    60% {
        color: currentcolor
    }

    to {
        color: currentcolor
    }
}

footer {
    padding: 40px 0;
    font-family: Hoefler Text, Songti TC, serif;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    color: #666
}

a:active,
a:hover,
a:link,
a:visited {
    color: currentcolor
}

button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    outline: none;
    overflow: visible;
    cursor: pointer;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.divider--after:after,
.divider--before:before {
    content: "";
    display: none;
    width: 96px;
    margin: 40px auto;
    border-top: 2px solid currentcolor
}

.spin {
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    width: 70px !important;
    height: 70px !important;
    margin: 0 auto;
    border: 2px solid #f1f1f1;
    border-radius: 50%;
    -webkit-animation: b 1.7s infinite linear;
    animation: b 1.7s infinite linear;
    transition: all .7s ease-in-out
}

.spin,
.spin:before {
    position: absolute
}

.spin:before {
    content: "";
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    background-color: #f1f1f1;
    border-radius: 50%
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 10% 50%;
    position: relative;
    color: #fff
}

.cover,
.cover--mask:before {
    width: 100%;
    background-color: transparent
}

.cover--mask:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    height: 100%
}

.cover__logo {
    top: 1em;
    left: 1em;
    position: absolute;
    width: 5em;
    height: 5em
}

.cover__wrapper {
    bottom: 20%;
    left: -15%;
    position: relative;
    width: 100%;
    max-width: 32%
}

.cover__title {
    margin: 0;
    font-size: 2.5em;
    font-family: 'Noto Serif TC', serif, Hoefler Text, Songti TC, serif;
    font-weight: 700;
    color: #fff
}

.cover__meta {
    font-size: 14px;
    font-weight: 500
}

.cover__meta>* {
    margin-top: .3em;
    line-height: 1.4
}

.cover__meta--date {
    font-size: 12px
}

.cover__meta:before {
    content: "";
    display: block;
    width: 64px;
    border-top: 1px solid #fff;
    margin: 5px 0 15px
}

.cover__summary {
    font-size: 14px;
    margin-top: 5px
}

.cover__share {
    height: 24px;
    margin-top: 15px;
    margin-left: 1px;
    display: block
}

.cover__share a {
    display: inline-block;
    height: 24px;
    margin-right: 1.2em;
    background-repeat: no-repeat;
    background-position: 0 0;
    opacity: .6;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.cover__share a:hover {
    opacity: 1
}

.cover__share--twitter {
    width: 28px
}

.cover__share--facebook {
    width: 22px
}

.cover__center {
    top: 0;
    left: 0;
    position: relative;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    text-align: center
}

.cover__center .cover__meta:before {
    margin: 0 auto
}

.cover__center .cover__title {
    font-size: 3em
}

.cover__center .cover__title:first-child {
    font-size: 2em
}

.cover__center .cover__title:nth-child(2) {
    margin-bottom: .3em
}

.cover__caption {
    right: 10px;
    bottom: 10px;
    position: absolute;
    color: hsla(0, 0%, 100%, .7);
    font-size: 12px;
    font-weight: 400;
    text-shadow: 0 1px 2px #000
}

.article {
    width: 100%;
    max-width: 1000px;
    overflow: hidden;
    margin: 40px auto 20px
}

.article h2 {
    text-align: center;
    overflow: hidden
}

.article h2:before {
    content: "";
    display: block;
    width: 48px;
    margin: 10px auto;
    /* border-top: 5px solid #1b2c33 */
}

.article h2:first-of-type {
    margin-top: 0
}

.article h2+h2 {
    margin-top: 2em
}

.album {
    width: 80%;
    width: 80vw;
    max-width: 1080px;
    height: auto;
    margin: 0 auto
}

.album__item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto
}

.album figcaption {
    margin-top: 2%;
    font-size: 12px;
    font-weight: 400;
    text-align: center
}

.album__image {
    position: relative;
    height: 0;
    overflow: hidden
}

.album__image img {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: auto;
    border: none;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0;
    transition: opacity .7s ease-in-out
}

.album__small {
    width: 80%
}

.album__msmall {
    width: 65%
}

.album__xsmall {
    width: 50%
}

.album__thumb img {
    position: relative;
    width: 49%;
    vertical-align: top
}

.album__thumb img:nth-child(odd) {
    margin: 0 0 2% 1%
}

.album__thumb img:nth-child(2n) {
    margin: 0 1% 2% 0
}

.credits {
    margin-top: 20px;
    padding: 20px;
    font-size: 14px;
    color: #666
}

.credits table {
    margin: 0 auto
}

.credits td {
    padding: .3em 1em
}

.credits strong {
    font-weight: 500
}

.video {
    max-width: 1280px;
    max-height: 720px;
    margin: 0 auto 100px
}

.video video {
    width: 100%;
    height: auto
}

.icon {
    display: inline-block;
    vertical-align: text-bottom;
    fill: currentColor;
    width: auto
}

.icon--facebook,
.icon--logo,
.icon--twitter {
    color: #fff
}

.jumper {
    width: 100%;
    max-width: calc(720px + 4em);
    max-width: 784px;
    margin-bottom: 3em;
    padding: 2em;
    overflow: hidden;
    border: 1px solid #f7ff88;
    color: #f7ff88
}

.jumps {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0
}

.jumps,
.jumps a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.jumps a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    width: 23%;
    width: calc(25% - 1em);
    padding: 1em;
    margin: .5em;
    background: #3c3c3c;
    border-radius: 2px;
    transition: all .3s ease-in-out
}

.jumps a:hover {
    background: hsla(0, 0%, 100%, .3)
}

.ad {
    margin: 50px 0;
    background-color: #222
}

.ad>div {
    position: relative
}

.ad>div:before {
    content: "\5EE3\544A";
    top: 0;
    left: 0;
    position: absolute;
    padding: 1px 3px;
    font-size: .75em;
    color: #000;
    background-color: hsla(0, 0%, 100%, .8)
}

.article .ad {
    margin-left: -1em;
    margin-right: -1em
}

.article .ad>div:before {
    left: 1.333333em
}

@media (max-width:1024px) {
    .slick-dots {
        padding-right: 20px
    }

    .cover__logo {
        max-width: 10%;
    }

    .cover__title {
        font-size: 1.8em
    }

    .cover__center .cover__title {
        font-size: 1.8em
    }

    .cover__center .cover__title:first-child {
        font-size: 1.3em
    }

    .cover__center {
        -webkit-transform: translateY(25%);
        transform: translateY(25%)
    }

    .article {
        padding: 0 2em
    }

    .album figcaption {
        padding: 0 1em
    }

    .jumper {
        padding: 1em
    }

    .article .ad>div:before {
        left: 0
    }
}

@media (max-width:1024px) and (orientation:portrait) {
    .cover__wrapper {
        bottom: 10%;
        left: 0;
        max-width: 95%;
        padding: 1.5em
    }

    .cover {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .album {
        width: 100%
    }
}

@media (max-width:767px) and (orientation:landscape) {
    .cover__wrapper {
        top: 0;
        left: 0;
        max-width: 100%;
        padding: 1.5em
    }

    .album {
        width: 100%
    }
}

@media (max-width:767px) {
    .jumps a {
        width: 100%;
        margin: .5em 0
    }

    .jumps a+a {
        margin-left: 0
    }
}