/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@-webkit-keyframes placeHolderShimmer{0%{background-position:-468px 0}100%{background-position:468px 0}}@keyframes placeHolderShimmer{0%{background-position:-468px 0}100%{background-position:468px 0}}.animated-background{-webkit-animation-duration:1.25s;animation-duration:1.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:placeHolderShimmer;animation-name:placeHolderShimmer;-webkit-animation-timing-function:linear;animation-timing-function:linear;background:#f6f6f6;background:linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);background-size:800px 104px;height:96px;position:relative}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(/embed/static/media/icons.0509ab09.woff2) format("woff2")}.material-icons{direction:ltr;display:inline-block;font-family:'Material Icons';font-feature-settings:'liga';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:normal;letter-spacing:normal;line-height:1;text-rendering:optimizeLegibility;text-transform:none;white-space:nowrap;word-wrap:normal}*,*::before,*::after{box-sizing:border-box}body{background:transparent;color:#333;font-family:'Heiti TC', '华文细黑', 'STXihei', 'PingFang TC', '微软雅黑体', 'Microsoft YaHei New', '微软雅黑', 'Microsoft Yahei', '宋体', 'SimSun', 'Helvetica Neue', 'Helvetica', Arial, sans-serif}.embed-player{background:#fff;border:1px #eee solid;height:140px;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.embed-player__cover{background-size:cover;border-radius:2px;box-shadow:inset 0 0 1px rgba(0,0,0,0.1),inset 0 1px 2px rgba(255,255,255,0.1),inset 0 -1px 2px rgba(0,0,0,0.1);height:128px;left:6px;position:absolute;top:6px;width:128px}.embed-player__cover__toggle-button{background:none;border:none;color:#fff;font-size:48px;height:100%;left:0;margin:0;outline:none;padding:0;position:absolute;text-shadow:0 0 20px rgba(0,0,0,0.8);top:0;width:100%}.embed-player__cover__toggle-button::before{content:'';display:inline-block;height:100%;vertical-align:middle}.embed-player__cover__toggle-button i{display:inline-block;vertical-align:middle}.embed-player__cover__toggle-button--pause{display:none}.embed-player__main{border-left:1px #eee solid;height:100%;margin-left:140px;padding:6px 12px}@media (min-width: 414px){.embed-player__main{padding:6px 24px}}.embed-player__main__basic-info__title{display:block;font-size:16px;font-weight:normal;height:28px;line-height:28px;margin:0;padding:0;padding-right:0}@media (min-width: 414px){.embed-player__main__basic-info__title{padding-right:32px}}.embed-player__main__basic-info__artist-name{color:rgba(51,51,51,0.5);display:block;font-size:12px}.embed-player__main__basic-info__logo{background-image:url(/embed/static/media/logo.f9b4a3bb.png);background-size:cover;display:none;height:20px;position:absolute;right:12px;top:10px;width:20px}@media (min-width: 414px){.embed-player__main__basic-info__logo{display:block}}@media (min-width: 525px){.embed-player__main__basic-info__logo{display:none;right:24px}}.embed-player__main__basic-info__episode-title{display:block;font-size:16px;font-weight:normal;margin:6px 0 30px;padding-right:0}@media (min-width: 414px){.embed-player__main__basic-info__episode-title{font-size:14px;margin:12px 0 6px;padding-right:58px}}.embed-player__controller{padding-right:0;position:relative}.embed-player__controller__current-progress{font-size:12px;left:0;line-height:12px;position:absolute;text-align:right;top:-20px}@media (min-width: 414px){.embed-player__controller__current-progress{left:inherit;right:0;top:-20px}}.embed-player__controller__progress{background:rgba(51,51,51,0.2);border-radius:3px;cursor:pointer;height:2px;width:100%}.embed-player__controller__progress__active{background:#43a2d4;border-radius:3px;height:100%;width:0}.embed-player__controller__progress__handler{background:#43a2d4;border-radius:6px;box-shadow:0 1px 6px rgba(0,0,0,0.2),0 0 1px rgba(0,0,0,0.3);height:12px;left:0;margin-left:-6px;margin-top:-6px;position:absolute;top:50%;width:12px}.embed-player__controller__buttons{margin-top:12px}.embed-player__controller__buttons__button{background:transparent;border:none;color:rgba(51,51,51,0.2);cursor:pointer;display:none;float:left;font-size:24px;height:24px;margin:0 12px 0 0;outline:none;padding:0;transition:color 0.2s;width:24px}@media (min-width: 414px){.embed-player__controller__buttons__button{display:block}}.embed-player__controller__buttons__button:hover{color:rgba(51,51,51,0.8)}.embed-player__controller__buttons__button--share{display:none;float:right;margin:0}@media (min-width: 414px){.embed-player__controller__buttons__button--share{display:block}}@media (min-width: 525px){.embed-player__controller__buttons__button--share{float:left}}.embed-player__controller__buttons__button--pause{color:rgba(51,51,51,0.8);display:none}.embed-player__controller__buttons__logo{background-image:url(/embed/static/media/text-logo.7dc28d38.png);background-size:cover;display:block;float:right;height:12px;width:62px}@media (min-width: 414px){.embed-player__controller__buttons__logo{display:none;height:24px;width:124px}}@media (min-width: 525px){.embed-player__controller__buttons__logo{display:block}}.embed-player__episodes{background-color:#f6f6f6;bottom:0;box-shadow:0 0 3px #ccc;display:flex;flex-direction:column;height:100%;max-width:100%;position:absolute;right:0;top:0;transition:transform 0.3s, visibility 0.3s;width:400px}.embed-player__episodes-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:rgba(255,255,255,0.5);bottom:0;left:0;position:absolute;right:0;top:0}.embed-player__episodes[hidden]{transform:translateX(100%);visibility:hidden}.embed-player__episodes__header{border-bottom:1px solid #ddd;font-size:14px;line-height:1.3;padding:2px 15px}.embed-player__episodes__title{color:inherit;text-decoration:none}.embed-player__episodes__artist-name{color:#aaa;font-size:small}.embed-player__episodes__items{overflow:auto;padding-bottom:5px;padding-top:5px;position:relative}.embed-player__episodes__items::-webkit-scrollbar{background-color:#ddd;width:8px}.embed-player__episodes__items::-webkit-scrollbar-thumb{background-color:#999;border:1px solid #ddd}.embed-player__episodes__items::-webkit-scrollbar-track{background-color:#ddd}.embed-player__episodes__item{color:inherit;display:block;font-size:smaller;padding:5px 15px;position:relative;text-decoration:none}.embed-player__episodes__item[aria-current='true']{background-color:rgba(0,0,0,0.03);background-image:linear-gradient(to right, #43a2d4 4px, transparent 0)}.embed-player__episodes__item:focus,.embed-player__episodes__item:hover{background-color:rgba(0,0,0,0.05)}.embed-player__episodes__closebtn{color:#999;display:block;position:absolute;right:0;top:7px}.embed-player__episodes__closebtn:hover{color:#333}.embed-player__share{align-items:center;background:rgba(0,0,0,0.9);color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;text-align:center;top:0;transition:opacity 0.2s;width:100%}.embed-player__share__buttons{display:inline-block;overflow:hidden}.embed-player__share__buttons__button{background:transparent;border:none;color:#fff;cursor:pointer;font-size:24px;height:24px;outline:none;padding:0;width:24px}.embed-player__share__item{align-items:center;display:flex;margin-bottom:0.5em}.embed-player__share__item input{background-color:rgba(255,255,255,0.1);border:1px solid #999;color:inherit;font-family:monospace;font-size:smaller;margin-left:0.5em;opacity:0.7;padding:2px 5px}.embed-player__share__close-button{background:transparent;border:none;color:#fff;cursor:pointer;font-size:18px;height:24px;outline:none;padding:6px;position:absolute;right:12px;top:12px;width:24px}.embed-player--playing .embed-player__cover__toggle-button--play{display:none}.embed-player--playing .embed-player__cover__toggle-button--pause{display:block}.embed-player--playing .embed-player__controller__buttons__button--play{display:none}@media (min-width: 414px){.embed-player--playing .embed-player__controller__buttons__button--pause{display:block}}

