@charset "UTF-8";
/*! handsome 2023-08-15 *//*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated
{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none
}

.animated.infinite
{
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.hinge
{
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.animated.bounceIn, .animated.bounceOut
{
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}

.animated.flipOutX, .animated.flipOutY
{
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}

@-webkit-keyframes fadeIn
{
  0%
  {
    opacity: 0
  }
  100%
  {
    opacity: 1
  }
}

@keyframes fadeIn
{
  0%
  {
    opacity: 0
  }
  100%
  {
    opacity: 1
  }
}

.fadeIn
{
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInRight
{
  0%
  {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100%
  {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRight
{
  0%
  {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100%
  {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInRight
{
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp
{
  0%
  {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  100%
  {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp
{
  0%
  {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  100%
  {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUp
{
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig
{
  0%
  {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
  100%
  {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUpBig
{
  0%
  {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
  100%
  {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUpBig
{
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut
{
  0%
  {
    opacity: 1
  }
  100%
  {
    opacity: 0
  }
}

@keyframes fadeOut
{
  0%
  {
    opacity: 1
  }
  100%
  {
    opacity: 0
  }
}

@-webkit-keyframes flipInX
{
  0%
  {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0
  }
  40%
  {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
  }
  60%
  {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }
  80%
  {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }
  100%
  {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX
{
  0%
  {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0
  }
  40%
  {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
  }
  60%
  {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }
  80%
  {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }
  100%
  {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInX
{
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

@keyframes fancybox-rotate
{
  100%
  {
    transform: rotate(360deg)
  }
}

.fancybox-loading
{
  animation: fancybox-rotate 1s linear infinite !important
}

@font-face
{
  font-family: fontello;
  src: url(../../fonts/fontello/fontello.eot?7176355);
  src: url(../../fonts/fontello/fontello.eot?7176355) format('embedded-opentype'), url(../../fonts/fontello/fontello.woff?7176355) format('woff'), url(../../fonts/fontello/fontello.ttf?7176355) format('truetype'), url(../../fonts/fontello/fontello.svg?7176355#fontello) format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

[class*=" fontello-"]:before, [class^=fontello-]:before
{
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fontello
{
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fontello-home:before
{
  content: '\e800'
}

.fontello-sign-in:before
{
  content: '\e801'
}

.fontello-chevron-right:before
{
  content: '\e802'
}

.fontello-chevron-left:before
{
  content: '\e803'
}

.fontello-play-circle-o:before
{
  content: '\e804'
}

.fontello-cogs:before
{
  content: '\e805'
}

.fontello-gear:before
{
  content: '\e806'
}

.fontello-emo-tongue:before
{
  content: '\e807'
}

.fontello-check:before
{
  content: '\e808'
}

.fontello-emo-sunglasses:before
{
  content: '\e809'
}

.fontello-dedent:before
{
  content: '\e80a'
}

.fontello-indent:before
{
  content: '\e80b'
}

.fontello-search:before
{
  content: '\e80c'
}

.fontello-headphones:before
{
  content: '\e80d'
}

.fontello-bell:before
{
  content: '\e80e'
}

.fontello-picture:before
{
  content: '\e80f'
}

.fontello-eye:before
{
  content: '\e810'
}

.fontello-volume-up:before
{
  content: '\e811'
}

.fontello-user:before
{
  content: '\e812'
}

.fontello-clock-o:before
{
  content: '\e813'
}

.fontello-tags:before
{
  content: '\e814'
}

.fontello-gratipay:before
{
  content: '\e815'
}

.fontello-refresh:before
{
  content: '\e816'
}

.fontello-edit:before
{
  content: '\e817'
}

.fontello-emo-devil:before
{
  content: '\e818'
}

.fontello-chat-alt:before
{
  content: '\e819'
}

.fontello-camera:before
{
  content: '\e81a'
}

.fontello-lock:before
{
  content: '\e81b'
}

.fontello-pencil:before
{
  content: '\e81c'
}

.fontello-wallet:before
{
  content: '\e81d'
}

.fontello-twitter:before
{
  content: '\f099'
}

.fontello-facebook:before
{
  content: '\f09a'
}

.fontello-rss:before
{
  content: '\f09e'
}

.fontello-menu:before
{
  content: '\f0c9'
}

.fontello-google-plus:before
{
  content: '\f0d5'
}

.fontello-angle-double-left:before
{
  content: '\f100'
}

.fontello-angle-double-right:before
{
  content: '\f101'
}

.fontello-angle-right:before
{
  content: '\f105'
}

.fontello-angle-down:before
{
  content: '\f107'
}

.fontello-spinner:before
{
  content: '\f110'
}

.fontello-chevron-circle-up:before
{
  content: '\f139'
}

.fontello-unlock-alt:before
{
  content: '\f13e'
}

.fontello-rss-square:before
{
  content: '\f143'
}

.fontello-youtube-play:before
{
  content: '\f16a'
}

.fontello-instagram:before
{
  content: '\f16d'
}

.fontello-weibo:before
{
  content: '\f18a'
}

.fontello-paypal:before
{
  content: '\f1ed'
}

.fontello-pause-circle-o:before
{
  content: '\f28c'
}

@font-face
{
  font-display: swap;
  font-family: iconfont;
  src: url(../../fonts/iconfont/iconfont.eot?t=1517993881078);
  src: url(../../fonts/iconfont/iconfont.eot?t=1517993881078#iefix) format('embedded-opentype'), url(../../fonts/iconfont/iconfont.woff?t=1517993881078) format('woff'), url(../../fonts/iconfont/iconfont.ttf?t=1517993881078) format('truetype'), url(../../fonts/iconfont/iconfont.svg?t=1517993881078#iconfont) format('svg')
}

.iconfont
{
  font-family: iconfont !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-qzone:before
{
  content: "\e7dc"
}

.icon-comments:before
{
  content: "\e6fc"
}

.icon-alipay:before
{
  content: "\e631"
}

.icon-comments-o:before
{
  content: "\ea5f"
}

.icon-links:before
{
  content: "\e613"
}

.icon-c-classification:before
{
  content: "\e636"
}

.icon-pages:before
{
  content: "\e7cd"
}

.icon-kinds:before
{
  content: "\e658"
}

.icon-shouyeshouye:before
{
  content: "\e629"
}

.icon-user:before
{
  content: "\e66c"
}

.icon-star:before
{
  content: "\e641"
}

.icon-iconguanzhu:before
{
  content: "\e627"
}

.icon-wechatpay:before
{
  content: "\e663"
}

.icon-youqinglianjie:before
{
  content: "\e637"
}

.icon-fork:before
{
  content: "\e63e"
}

.icon-zhuye:before
{
  content: "\e611"
}

.icon-redo:before
{
  content: "\e659"
}

.icon-bokeyuan:before
{
  content: "\e603"
}

.c-message
{
  top: 16px;
  z-index: 2000;
  width: 300px;
  padding: 14px 26px 14px 13px;
  box-sizing: border-box;
  position: fixed;
  right: 16px;
  background-color: #fff;
  transition: opacity .3s, transform .3s, right .3s, top .4s;
  overflow: hidden;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  border-radius: 8px;
  border: 1px solid #ebeef5
}

.c-message__title
{
  font-weight: 400;
  font-size: 15px;
  color: #1f2d3d;
  margin: 0
}

.c-message--icon
{
  position: absolute;
  color: #fff;
  height: 25px;
  width: 25px;
  font-size: 25px
}

.c-message a
{
  border-bottom: 1px solid rgba(131, 145, 165, .8)
}

.c-message a:hover
{
  border-bottom: 1px solid #5c6775
}

.el-notification__content
{
  font-size: 13px;
  line-height: 21px;
  margin: 10px 0 0;
  color: #8391a5;
  text-align: justify
}

.el-notification__group
{
  margin-left: 35px
}

.c-message--success
{
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMTJDMSAxOC4wNzU4IDUuOTI0MjIgMjMgMTIgMjNDMTguMDc1OCAyMyAyMyAxOC4wNzU4IDIzIDEyQzIzIDUuOTI0MjIgMTguMDc1OCAxIDEyIDFDNS45MjQyMiAxIDEgNS45MjQyMiAxIDEyWiIgZmlsbD0iIzM0QzcyNCIvPgo8cGF0aCBkPSJNNy4yOTI4OSAxMS43MDczQzYuOTAyMzcgMTIuMDk3OCA2LjkwMjM3IDEyLjczMDkgNy4yOTI4OSAxMy4xMjE1TDEwLjEyMTMgMTUuOTQ5OUMxMC41MTE4IDE2LjM0MDQgMTEuMTQ1IDE2LjM0MDQgMTEuNTM1NSAxNS45NDk5TDE3LjE5MjQgMTAuMjkzQzE3LjU4MjkgOS45MDI1MiAxNy41ODI5IDkuMjY5MzUgMTcuMTkyNCA4Ljg3ODgzQzE2LjgwMTkgOC40ODgzMSAxNi4xNjg3IDguNDg4MzEgMTUuNzc4MiA4Ljg3ODgzTDEwLjgyODQgMTMuODI4Nkw4LjcwNzExIDExLjcwNzNDOC4zMTY1OCAxMS4zMTY3IDcuNjgzNDIgMTEuMzE2NyA3LjI5Mjg5IDExLjcwNzNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) no-repeat 0 50%
}

.c-message--error
{
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIzQzUuOTI1IDIzIDEgMTguMDc1IDEgMTJDMSA1LjkyNSA1LjkyNSAxIDEyIDFDMTguMDc1IDEgMjMgNS45MjUgMjMgMTJDMjMgMTguMDc1IDE4LjA3NSAyMyAxMiAyM1oiIGZpbGw9IiNGNTRBNDUiLz4KPHBhdGggZD0iTTcuNzU3MjUgNy43NTc3NEM3LjM2NjcyIDguMTQ4MjYgNy4zNjY3MiA4Ljc4MTQzIDcuNzU3MjUgOS4xNzE5NUwxMC41ODU3IDEyLjAwMDRMNy43NTcyNSAxNC44Mjg4QzcuMzY2NzIgMTUuMjE5MyA3LjM2NjcyIDE1Ljg1MjUgNy43NTcyNSAxNi4yNDNDOC4xNDc3NyAxNi42MzM1IDguNzgwOTQgMTYuNjMzNSA5LjE3MTQ2IDE2LjI0M0wxMS45OTk5IDEzLjQxNDZMMTQuODI4MyAxNi4yNDNDMTUuMjE4OCAxNi42MzM1IDE1Ljg1MiAxNi42MzM1IDE2LjI0MjUgMTYuMjQzQzE2LjYzMzEgMTUuODUyNSAxNi42MzMxIDE1LjIxOTMgMTYuMjQyNSAxNC44Mjg4TDEzLjQxNDEgMTIuMDAwNEwxNi4yNDI1IDkuMTcxOTVDMTYuNjMzMSA4Ljc4MTQzIDE2LjYzMzEgOC4xNDgyNiAxNi4yNDI1IDcuNzU3NzRDMTUuODUyIDcuMzY3MjEgMTUuMjE4OCA3LjM2NzIxIDE0LjgyODMgNy43NTc3NEwxMS45OTk5IDEwLjU4NjJMOS4xNzE0NiA3Ljc1Nzc0QzguNzgwOTQgNy4zNjcyMSA4LjE0Nzc3IDcuMzY3MjEgNy43NTcyNSA3Ljc1Nzc0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==) no-repeat 0 50%
}

.c-message--info
{
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIzQzE4LjA3NTEgMjMgMjMgMTguMDc1MSAyMyAxMkMyMyA1LjkyNDg3IDE4LjA3NTEgMSAxMiAxQzUuOTI0ODcgMSAxIDUuOTI0ODcgMSAxMkMxIDE4LjA3NTEgNS45MjQ4NyAyMyAxMiAyM1oiIGZpbGw9IiMzMzcwRkYiLz4KPHBhdGggZD0iTTEyIDhDMTIuNTUyMyA4IDEzIDcuNTUyMjggMTMgN0MxMyA2LjQ0NzcyIDEyLjU1MjMgNiAxMiA2QzExLjQ0NzcgNiAxMSA2LjQ0NzcyIDExIDdDMTEgNy41NTIyOCAxMS40NDc3IDggMTIgOFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xMSA5QzEwLjQ0NzcgOSAxMCA5LjQ0NzcyIDEwIDEwQzEwIDEwLjU1MjMgMTAuNDQ3NyAxMSAxMSAxMVYxNUgxMEM5LjQ0NzcyIDE1IDkgMTUuNDQ3NyA5IDE2QzkgMTYuNTUyMyA5LjQ0NzcyIDE3IDEwIDE3SDE0QzE0LjU1MjMgMTcgMTUgMTYuNTUyMyAxNSAxNkMxNSAxNS40NDc3IDE0LjU1MjMgMTUgMTQgMTVIMTNWMTBDMTMgOS40NDc3MiAxMi41NTIzIDkgMTIgOUgxMVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==) no-repeat 0 50%
}

.c-message--warning
{
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIzQzE4LjA3NTEgMjMgMjMgMTguMDc1MSAyMyAxMkMyMyA1LjkyNDg3IDE4LjA3NTEgMSAxMiAxQzUuOTI0ODcgMSAxIDUuOTI0ODcgMSAxMkMxIDE4LjA3NTEgNS45MjQ4NyAyMyAxMiAyM1oiIGZpbGw9IiNGRjg4MDAiLz4KPHBhdGggZD0iTTEyIDdDMTEuNDQ3NyA3IDExIDcuNDQ3NzIgMTEgOFYxM0MxMSAxMy41NTIzIDExLjQ0NzcgMTQgMTIgMTRDMTIuNTUyMyAxNCAxMyAxMy41NTIzIDEzIDEzVjhDMTMgNy40NDc3MiAxMi41NTIzIDcgMTIgN1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xMiAxN0MxMi41NTIzIDE3IDEzIDE2LjU1MjMgMTMgMTZDMTMgMTUuNDQ3NyAxMi41NTIzIDE1IDEyIDE1QzExLjQ0NzcgMTUgMTEgMTUuNDQ3NyAxMSAxNkMxMSAxNi41NTIzIDExLjQ0NzcgMTcgMTIgMTdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) no-repeat 0 50%
}

.c-message--close
{
  position: absolute;
  right: 10px;
  color: #999;
  text-decoration: none;
  cursor: pointer;
  font-size: 25px;
  top: 0;
  line-height: 34px;
  display: block;
  height: 20px;
  font-weight: 100
}

.c-message--close:hover
{
  color: #666
}

@keyframes messageFadeInDown
{
  0%
  {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  100%
  {
    -webkit-transform: none;
    transform: none
  }
}

.c-message.messageFadeInDown
{
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: messageFadeInDown;
  animation-name: messageFadeInDown
}

@keyframes messageFadeOutUp
{
  0%
  {
    opacity: 1
  }
  100%
  {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}

.c-message.messageFadeOutUp
{
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: messageFadeOutUp;
  animation-name: messageFadeOutUp
}

body.compensate-for-scrollbar
{
  overflow: hidden
}

.fancybox-active
{
  height: auto
}

.fancybox-is-hidden
{
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden
}

.fancybox-container
{
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992
}

.fancybox-container *
{
  box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage
{
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.fancybox-outer
{
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}

.fancybox-bg
{
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg
{
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar
{
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar
{
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible
}

.fancybox-infobar
{
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-toolbar
{
  right: 0;
  top: 0
}

.fancybox-stage
{
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994
}

.fancybox-is-open .fancybox-stage
{
  overflow: hidden
}

.fancybox-slide
{
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994
}

.fancybox-slide:before
{
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous
{
  display: block
}

.fancybox-slide--image
{
  overflow: hidden;
  padding: 44px 0
}

.fancybox-slide--image:before
{
  display: none
}

.fancybox-slide--html
{
  padding: 6px
}

.fancybox-content
{
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle
}

.fancybox-slide--image .fancybox-content
{
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content
{
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content
{
  cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content
{
  cursor: grab
}

.fancybox-is-grabbing .fancybox-content
{
  cursor: grabbing
}

.fancybox-container [data-selectable=true]
{
  cursor: text
}

.fancybox-image, .fancybox-spaceball
{
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.fancybox-spaceball
{
  z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content
{
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%
}

.fancybox-slide--video .fancybox-content
{
  background: #000
}

.fancybox-slide--map .fancybox-content
{
  background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content
{
  background: #fff
}

.fancybox-iframe, .fancybox-video
{
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}

.fancybox-iframe
{
  left: 0;
  position: absolute;
  top: 0
}

.fancybox-error
{
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}

.fancybox-error p
{
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}

.fancybox-button
{
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited
{
  color: #ccc
}

.fancybox-button:hover
{
  color: #fff
}

.fancybox-button:focus
{
  outline: 0
}

.fancybox-button.fancybox-focus
{
  outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover
{
  color: #888;
  cursor: default;
  outline: 0
}

.fancybox-button div
{
  height: 100%
}

.fancybox-button svg
{
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%
}

.fancybox-button svg path
{
  fill: currentColor;
  stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2)
{
  display: none
}

.fancybox-progress
{
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998
}

.fancybox-close-small
{
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401
}

.fancybox-close-small:hover
{
  color: #fff;
  opacity: 1
}

.fancybox-slide--html .fancybox-close-small
{
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content
{
  overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small
{
  display: none
}

.fancybox-navigation .fancybox-button
{
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px
}

.fancybox-navigation .fancybox-button div
{
  padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left
{
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right
{
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right)
}

.fancybox-caption
{
  background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996
}

@supports (padding:max(0px))
{
  .fancybox-caption
  {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
  }
}

.fancybox-caption--separate
{
  margin-top: -50px
}

.fancybox-caption__body
{
  max-height: 50vh;
  overflow: auto;
  pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited
{
  color: #ccc;
  text-decoration: none
}

.fancybox-caption a:hover
{
  color: #fff;
  text-decoration: underline
}

.fancybox-loading
{
  animation: a 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999
}

@keyframes a
{
  to
  {
    transform: rotate(1turn)
  }
}

.fancybox-animated
{
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous
{
  opacity: 0;
  transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next
{
  opacity: 0;
  transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current
{
  opacity: 1;
  transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous
{
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current
{
  opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous
{
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next
{
  opacity: 0;
  transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current
{
  opacity: 1;
  transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous
{
  opacity: 0;
  transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next
{
  opacity: 0;
  transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current
{
  opacity: 1;
  transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous
{
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next
{
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current
{
  opacity: 1;
  transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous
{
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next
{
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current
{
  transform: translateZ(0) scale(1)
}

@media (max-height: 576px)
{
  .fancybox-slide
  {
    padding-left: 6px;
    padding-right: 6px
  }

  .fancybox-slide--image
  {
    padding: 6px 0
  }

  .fancybox-close-small
  {
    right: -6px
  }

  .fancybox-slide--image .fancybox-close-small
  {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px
  }

  .fancybox-caption
  {
    padding-left: 12px;
    padding-right: 12px
  }

  @supports (padding:max(0px))
  {
    .fancybox-caption
    {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right))
    }
  }
}

.fancybox-share
{
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}

.fancybox-share h1
{
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px
}

.fancybox-share p
{
  margin: 0;
  padding: 0
}

.fancybox-share__button
{
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited
{
  color: #fff
}

.fancybox-share__button:hover
{
  text-decoration: none
}

.fancybox-share__button--fb
{
  background: #3b5998
}

.fancybox-share__button--fb:hover
{
  background: #344e86
}

.fancybox-share__button--pt
{
  background: #bd081d
}

.fancybox-share__button--pt:hover
{
  background: #aa0719
}

.fancybox-share__button--tw
{
  background: #1da1f2
}

.fancybox-share__button--tw:hover
{
  background: #0d95e8
}

.fancybox-share__button svg
{
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px
}

.fancybox-share__button svg path
{
  fill: #fff
}

.fancybox-share__input
{
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%
}

.fancybox-thumbs
{
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995
}

.fancybox-thumbs-x
{
  overflow-x: auto;
  overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs
{
  display: block
}

.fancybox-show-thumbs .fancybox-inner
{
  right: 212px
}

.fancybox-thumbs__list
{
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list
{
  overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar
{
  width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track
{
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb
{
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs__list a
{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px
}

.fancybox-thumbs__list a:before
{
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991
}

.fancybox-thumbs__list a:focus:before
{
  opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before
{
  opacity: 1
}

@media (max-width: 576px)
{
  .fancybox-thumbs
  {
    width: 110px
  }

  .fancybox-show-thumbs .fancybox-inner
  {
    right: 110px
  }

  .fancybox-thumbs__list a
  {
    max-width: calc(100% - 10px)
  }
}

.OwO
{
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.OwO.OwO-open .OwO-logo
{
  border-bottom: none;
  color: #6d757a
}

.OwO.OwO-open .OwO-body
{
  display: block;
  z-index: 1
}

.OwO.OwO-up .OwO-body
{
  top: inherit;
  bottom: 21px;
  border-radius: 4px 4px 4px 0
}

.OwO.OwO-up .OwO-body .OwO-bar .OwO-packages li:nth-child(1)
{
  border-radius: 0
}

.OwO.OwO-up.OwO-open .OwO-logo
{
  border: 1px solid #ddd;
  border-top: none
}

.OwO .OwO-logo
{
  display: inline-block;
  padding: 0;
  width: 66px;
  height: 24px;
  color: #99a2aa;
  border-radius: 4px;
  position: relative;
  z-index: 101;
  font-size: 12px;
  text-align: center;
  line-height: 23px;
  margin-top: 3px;
  cursor: pointer;
  background: #fff
}

.OwO .OwO-logo:hover span
{
  display: inline-block
}

.OwO .OwO-body
{
  display: none;
  font-size: 12px;
  font-family: Consolas, Menlo, "Courier New", monospace;
  color: #222;
  overflow: visible;
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .14);
  margin-top: 7px;
  margin-bottom: 10px;
  border-radius: 4px;
  width: 386px !important;
  position: relative;
  top: 3px;
  z-index: 999999
}

@media (max-width: 450px)
{
  .OwO .OwO-body
  {
    width: 100% !important;
    position: absolute;
    top: 38px
  }
}

@media (max-width: 991px)
{
  .OwO .OwO-body
  {
    position: absolute;
    top: 38px
  }
}

.OwO .OwO-body .OwO-items
{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  padding: 10px;
  padding: 0 10px 0 10px;
  margin: 0;
  overflow: scroll;
  font-size: 0;
  overflow-x: hidden
}

.OwO .OwO-body .OwO-items .OwO-item
{
  list-style-type: none;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  color: #111;
  border-radius: 4px;
  transition: background .2s;
  display: inline-block;
  padding: 5px 10px;
  margin: 2px 3px;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  background: #fff
}

.OwO .OwO-body .OwO-items .OwO-item:hover
{
  background: #eee;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.OwO .OwO-body .OwO-items-emoji .OwO-item
{
  font-size: 20px;
  line-height: 19px
}

.OwO .OwO-body .OwO-items-image .OwO-item
{
  max-width: 50px;
  box-sizing: border-box
}

.OwO .OwO-body .OwO-twemoji .OwO-item
{
  max-width: 39px;
  box-sizing: border-box
}

.emotion-aru, .emotion-paopao
{
  height: 23px
}

.emotion-twemoji
{
  height: 18px
}

.OwO .OwO-body .OwO-items-image .OwO-item img
{
  max-width: 100%
}

.OwO .OwO-body .OwO-items-show
{
  display: block
}

.OwO .OwO-body .OwO-bar
{
  color: #444;
  position: relative;
  height: 38px;
  overflow: hidden;
  background-color: #f4f5f7;
  border-radius: 0 0 4px 4px
}

.OwO .OwO-body .OwO-bar .OwO-packages
{
  margin: 0;
  padding: 0;
  font-size: 0
}

.OwO .OwO-body .OwO-bar .OwO-packages li
{
  list-style-type: none;
  display: inline-block;
  line-height: 38px;
  font-size: 14px;
  padding: 0 10px;
  cursor: pointer
}

.OwO .OwO-body .OwO-bar .OwO-packages li:nth-child(1)
{
  border-radius: 0 0 0 3px
}

.OwO .OwO-body .OwO-bar .OwO-packages li:hover
{
  background: #fff
}

.OwO .OwO-body .OwO-bar .OwO-packages .OwO-package-active
{
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s
}

.face
{
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  font-size: 12px
}

.OwOlogotext
{
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 12px !important
}

.OwO-title
{
  padding: 8px 18px 0;
  color: #99a2aa
}

.OwO .OwO-logo:hover
{
  color: #6d757a
}

.panel-footer .OwO-body
{
  position: absolute;
  top: 30px
}

.panel-footer .OwOlogotext
{
  display: none !important
}

.panel-footer .OwO .OwO-logo
{
  width: auto;
  height: 32px;
  margin-top: 0;
  background: 0 0;
  padding: 6px 12px;
  line-height: 13px
}

.panel-footer .OwO.OwO-open .OwO-body
{
  min-width: 300px
}

.panel-footer .OwO .OwO-logo:focus, .panel-footer .OwO .OwO-logo:hover
{
  background-color: rgba(0, 0, 0, .05)
}

.panel-footer .smile-icons
{
  margin: 0;
  vertical-align: -6px
}

.panel-footer .smile-icons svg
{
  width: 14px;
  height: 14px;
  vertical-align: -1px
}

@-webkit-keyframes a
{
  2%
  {
    -webkit-transform: translateY(1.5px) rotate(1.5deg);
    transform: translateY(1.5px) rotate(1.5deg)
  }
  4%
  {
    -webkit-transform: translateY(-1.5px) rotate(-.5deg);
    transform: translateY(-1.5px) rotate(-.5deg)
  }
  6%
  {
    -webkit-transform: translateY(1.5px) rotate(-1.5deg);
    transform: translateY(1.5px) rotate(-1.5deg)
  }
  8%
  {
    -webkit-transform: translateY(-1.5px) rotate(-1.5deg);
    transform: translateY(-1.5px) rotate(-1.5deg)
  }
  10%
  {
    -webkit-transform: translateY(2.5px) rotate(1.5deg);
    transform: translateY(2.5px) rotate(1.5deg)
  }
  12%
  {
    -webkit-transform: translateY(-.5px) rotate(1.5deg);
    transform: translateY(-.5px) rotate(1.5deg)
  }
  14%
  {
    -webkit-transform: translateY(-1.5px) rotate(1.5deg);
    transform: translateY(-1.5px) rotate(1.5deg)
  }
  16%
  {
    -webkit-transform: translateY(-.5px) rotate(-1.5deg);
    transform: translateY(-.5px) rotate(-1.5deg)
  }
  18%
  {
    -webkit-transform: translateY(.5px) rotate(-1.5deg);
    transform: translateY(.5px) rotate(-1.5deg)
  }
  20%
  {
    -webkit-transform: translateY(-1.5px) rotate(2.5deg);
    transform: translateY(-1.5px) rotate(2.5deg)
  }
  22%
  {
    -webkit-transform: translateY(.5px) rotate(-1.5deg);
    transform: translateY(.5px) rotate(-1.5deg)
  }
  24%
  {
    -webkit-transform: translateY(1.5px) rotate(1.5deg);
    transform: translateY(1.5px) rotate(1.5deg)
  }
  26%
  {
    -webkit-transform: translateY(.5px) rotate(.5deg);
    transform: translateY(.5px) rotate(.5deg)
  }
  28%
  {
    -webkit-transform: translateY(.5px) rotate(1.5deg);
    transform: translateY(.5px) rotate(1.5deg)
  }
  30%
  {
    -webkit-transform: translateY(-.5px) rotate(2.5deg);
    transform: translateY(-.5px) rotate(2.5deg)
  }
  32%, 34%
  {
    -webkit-transform: translateY(1.5px) rotate(-.5deg);
    transform: translateY(1.5px) rotate(-.5deg)
  }
  36%
  {
    -webkit-transform: translateY(-1.5px) rotate(2.5deg);
    transform: translateY(-1.5px) rotate(2.5deg)
  }
  38%
  {
    -webkit-transform: translateY(1.5px) rotate(-1.5deg);
    transform: translateY(1.5px) rotate(-1.5deg)
  }
  40%
  {
    -webkit-transform: translateY(-.5px) rotate(2.5deg);
    transform: translateY(-.5px) rotate(2.5deg)
  }
  42%
  {
    -webkit-transform: translateY(2.5px) rotate(-1.5deg);
    transform: translateY(2.5px) rotate(-1.5deg)
  }
  44%
  {
    -webkit-transform: translateY(1.5px) rotate(.5deg);
    transform: translateY(1.5px) rotate(.5deg)
  }
  46%
  {
    -webkit-transform: translateY(-1.5px) rotate(2.5deg);
    transform: translateY(-1.5px) rotate(2.5deg)
  }
  48%
  {
    -webkit-transform: translateY(-.5px) rotate(.5deg);
    transform: translateY(-.5px) rotate(.5deg)
  }
  50%
  {
    -webkit-transform: translateY(.5px) rotate(.5deg);
    transform: translateY(.5px) rotate(.5deg)
  }
  52%
  {
    -webkit-transform: translateY(2.5px) rotate(2.5deg);
    transform: translateY(2.5px) rotate(2.5deg)
  }
  54%
  {
    -webkit-transform: translateY(-1.5px) rotate(1.5deg);
    transform: translateY(-1.5px) rotate(1.5deg)
  }
  56%
  {
    -webkit-transform: translateY(2.5px) rotate(2.5deg);
    transform: translateY(2.5px) rotate(2.5deg)
  }
  58%
  {
    -webkit-transform: translateY(.5px) rotate(2.5deg);
    transform: translateY(.5px) rotate(2.5deg)
  }
  60%
  {
    -webkit-transform: translateY(2.5px) rotate(2.5deg);
    transform: translateY(2.5px) rotate(2.5deg)
  }
  62%
  {
    -webkit-transform: translateY(-.5px) rotate(2.5deg);
    transform: translateY(-.5px) rotate(2.5deg)
  }
  64%
  {
    -webkit-transform: translateY(-.5px) rotate(1.5deg);
    transform: translateY(-.5px) rotate(1.5deg)
  }
  66%
  {
    -webkit-transform: translateY(1.5px) rotate(-.5deg);
    transform: translateY(1.5px) rotate(-.5deg)
  }
  68%
  {
    -webkit-transform: translateY(-1.5px) rotate(-.5deg);
    transform: translateY(-1.5px) rotate(-.5deg)
  }
  70%
  {
    -webkit-transform: translateY(1.5px) rotate(.5deg);
    transform: translateY(1.5px) rotate(.5deg)
  }
  72%
  {
    -webkit-transform: translateY(2.5px) rotate(1.5deg);
    transform: translateY(2.5px) rotate(1.5deg)
  }
  74%
  {
    -webkit-transform: translateY(-.5px) rotate(.5deg);
    transform: translateY(-.5px) rotate(.5deg)
  }
  76%
  {
    -webkit-transform: translateY(-.5px) rotate(2.5deg);
    transform: translateY(-.5px) rotate(2.5deg)
  }
  78%
  {
    -webkit-transform: translateY(-.5px) rotate(1.5deg);
    transform: translateY(-.5px) rotate(1.5deg)
  }
  80%
  {
    -webkit-transform: translateY(1.5px) rotate(1.5deg);
    transform: translateY(1.5px) rotate(1.5deg)
  }
  82%
  {
    -webkit-transform: translateY(-.5px) rotate(.5deg);
    transform: translateY(-.5px) rotate(.5deg)
  }
  84%
  {
    -webkit-transform: translateY(1.5px) rotate(2.5deg);
    transform: translateY(1.5px) rotate(2.5deg)
  }
  86%
  {
    -webkit-transform: translateY(-1.5px) rotate(-1.5deg);
    transform: translateY(-1.5px) rotate(-1.5deg)
  }
  88%
  {
    -webkit-transform: translateY(-.5px) rotate(2.5deg);
    transform: translateY(-.5px) rotate(2.5deg)
  }
  90%
  {
    -webkit-transform: translateY(2.5px) rotate(-.5deg);
    transform: translateY(2.5px) rotate(-.5deg)
  }
  92%
  {
    -webkit-transform: translateY(.5px) rotate(-.5deg);
    transform: translateY(.5px) rotate(-.5deg)
  }
  94%
  {
    -webkit-transform: translateY(2.5px) rotate(.5deg);
    transform: translateY(2.5px) rotate(.5deg)
  }
  96%
  {
    -webkit-transform: translateY(-.5px) rotate(1.5deg);
    transform: translateY(-.5px) rotate(1.5deg)
  }
  98%
  {
    -webkit-transform: translateY(-1.5px) rotate(-.5deg);
    transform: translateY(-1.5px) rotate(-.5deg)
  }
  0%, to
  {
    -webkit-transform: translate(0) rotate(0);
    transform: translate(0) rotate(0)
  }
}

@keyframes a
{
  2%
  {
    -webkit-transform: translateY(1.5px) rotate(1.5deg);
    transform: translateY(1.5px) rotate(1.5deg)
  }
  4%
  {
    -webkit-transform: translateY(-1.5px) rotate(-.5deg);
    transform: translateY(-1.5px) rotate(-.5deg)
  }
  6%
  {
    -webkit-transform: translateY(1.5px) rotate(-1.5deg);
    transform: translateY(1.5px) rotate(-1.5deg)
  }
  8%
  {
    -webkit-transform: translateY(-1.5px) rotate(-1.5deg);
    transform: translateY(-1.5px) rotate(-1.5deg)
  }
  10%
  {
    -webkit-transform: translateY(2.5px) rotate(1.5deg);
    transform: translateY(2.5px) rotate(1.5deg)
  }
  12%
  {
    -webkit-transform: translateY(-.5px) rotate(1.5deg);
    transform: translateY(-.5px) rotate(1.5deg)
  }
  14%
  {
    -webkit-transform: translateY(-1.5px) rotate(1.5deg);
    transform: translateY(-1.5px) rotate(1.5deg)
  }
  16%
  {
    -webkit-transform: translateY(-.5px) rotate(-1.5deg);
    transform: translateY(-.5px) rotate(-1.5deg)
  }
  18%
  {
    -webkit-transform: translateY(.5px) rotate(-1.5deg);
    transform: translateY(.5px) rotate(-1.5deg)
  }
  20%
  {
    -webkit-transform: translateY(-1.5px) rotate(2.5deg);
    transform: translateY(-1.5px) rotate(2.5deg)
  }
  22%
  {
    -webkit-transform: translateY(.5px) rotate(-1.5deg);
    transform: translateY(.5px) rotate(-1.5deg)
  }
  24%
  {
    -webkit-transform: translateY(1.5px) rotate(1.5deg);
    transform: translateY(1.5px) rotate(1.5deg)
  }
  26%
  {
    -webkit-transform: translateY(.5px) rotate(.5deg);
    transform: translateY(.5px) rotate(.5deg)
  }
  28%
  {
    -webkit-transform: translateY(.5px) rotate(1.5deg);
    transform: translateY(.5px) rotate(1.5deg)
  }
  30%
  {
    -webkit-transform: translateY(-.5px) rotate(2.5deg);
    transform: translateY(-.5px) rotate(2.5deg)
  }
  32%, 34%
  {
    -webkit-transform: translateY(1.5px) rotate(-.5deg);
    transform: translateY(1.5px) rotate(-.5deg)
  }
  36%
  {
    -webkit-transform: translateY(-1.5px) rotate(2.5deg);
    transform: translateY(-1.5px) rotate(2.5deg)
  }
  38%
  {
    -webkit-transform: translateY(1.5px) rotate(-1.5deg);
    transform: translateY(1.5px) rotate(-1.5deg)
  }
  40%
  {
    -webkit-transform: translateY(-.5px) rotate(2.5deg);
    transform: translateY(-.5px) rotate(2.5deg)
  }
  42%
  {
    -webkit-transform: translateY(2.5px) rotate(-1.5deg);
    transform: translateY(2.5px) rotate(-1.5deg)
  }
  44%
  {
    -webkit-transform: translateY(1.5px) rotate(.5deg);
    transform: translateY(1.5px) rotate(.5deg)
  }
  46%
  {
    -webkit-transform: translateY(-1.5px) rotate(2.5deg);
    transform: translateY(-1.5px) rotate(2.5deg)
  }
  48%
  {
    -webkit-transform: translateY(-.5px) rotate(.5deg);
    transform: translateY(-.5px) rotate(.5deg)
  }
  50%
  {
    -webkit-transform: translateY(.5px) rotate(.5deg);
    transform: translateY(.5px) rotate(.5deg)
  }
  52%
  {
    -webkit-transform: translateY(2.5px) rotate(2.5deg);
    transform: translateY(2.5px) rotate(2.5deg)
  }
  54%
  {
    -webkit-transform: translateY(-1.5px) rotate(1.5deg);
    transform: translateY(-1.5px) rotate(1.5deg)
  }
  56%
  {
    -webkit-transform: translateY(2.5px) rotate(2.5deg);
    transform: translateY(2.5px) rotate(2.5deg)
  }
  58%
  {
    -webkit-transform: translateY(.5px) rotate(2.5deg);
    transform: translateY(.5px) rotate(2.5deg)
  }
  60%
  {
    -webkit-transform: translateY(2.5px) rotate(2.5deg);
    transform: translateY(2.5px) rotate(2.5deg)
  }
  62%
  {
    -webkit-transform: translateY(-.5px) rotate(2.5deg);
    transform: translateY(-.5px) rotate(2.5deg)
  }
  64%
  {
    -webkit-transform: translateY(-.5px) rotate(1.5deg);
    transform: translateY(-.5px) rotate(1.5deg)
  }
  66%
  {
    -webkit-transform: translateY(1.5px) rotate(-.5deg);
    transform: translateY(1.5px) rotate(-.5deg)
  }
  68%
  {
    -webkit-transform: translateY(-1.5px) rotate(-.5deg);
    transform: translateY(-1.5px) rotate(-.5deg)
  }
  70%
  {
    -webkit-transform: translateY(1.5px) rotate(.5deg);
    transform: translateY(1.5px) rotate(.5deg)
  }
  72%
  {
    -webkit-transform: translateY(2.5px) rotate(1.5deg);
    transform: translateY(2.5px) rotate(1.5deg)
  }
  74%
  {
    -webkit-transform: translateY(-.5px) rotate(.5deg);
    transform: translateY(-.5px) rotate(.5deg)
  }
  76%
  {
    -webkit-transform: translateY(-.5px) rotate(2.5deg);
    transform: translateY(-.5px) rotate(2.5deg)
  }
  78%
  {
    -webkit-transform: translateY(-.5px) rotate(1.5deg);
    transform: translateY(-.5px) rotate(1.5deg)
  }
  80%
  {
    -webkit-transform: translateY(1.5px) rotate(1.5deg);
    transform: translateY(1.5px) rotate(1.5deg)
  }
  82%
  {
    -webkit-transform: translateY(-.5px) rotate(.5deg);
    transform: translateY(-.5px) rotate(.5deg)
  }
  84%
  {
    -webkit-transform: translateY(1.5px) rotate(2.5deg);
    transform: translateY(1.5px) rotate(2.5deg)
  }
  86%
  {
    -webkit-transform: translateY(-1.5px) rotate(-1.5deg);
    transform: translateY(-1.5px) rotate(-1.5deg)
  }
  88%
  {
    -webkit-transform: translateY(-.5px) rotate(2.5deg);
    transform: translateY(-.5px) rotate(2.5deg)
  }
  90%
  {
    -webkit-transform: translateY(2.5px) rotate(-.5deg);
    transform: translateY(2.5px) rotate(-.5deg)
  }
  92%
  {
    -webkit-transform: translateY(.5px) rotate(-.5deg);
    transform: translateY(.5px) rotate(-.5deg)
  }
  94%
  {
    -webkit-transform: translateY(2.5px) rotate(.5deg);
    transform: translateY(2.5px) rotate(.5deg)
  }
  96%
  {
    -webkit-transform: translateY(-.5px) rotate(1.5deg);
    transform: translateY(-.5px) rotate(1.5deg)
  }
  98%
  {
    -webkit-transform: translateY(-1.5px) rotate(-.5deg);
    transform: translateY(-1.5px) rotate(-.5deg)
  }
  0%, to
  {
    -webkit-transform: translate(0) rotate(0);
    transform: translate(0) rotate(0)
  }
}

.aplayer
{
  background: #fff;
  font-family: Consolas, Menlo, "Courier New", monospace;
  margin: 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .07), 0 1px 5px 0 rgba(0, 0, 0, .1);
  border-radius: 2px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: normal;
  position: relative
}

.aplayer *
{
  box-sizing: content-box
}

.aplayer svg
{
  width: 100%;
  height: 100%
}

.aplayer svg circle, .aplayer svg path
{
  fill: #fff
}

.aplayer.aplayer-withlist .aplayer-info
{
  border-bottom: 1px solid #e9e9e9
}

.aplayer.aplayer-withlist .aplayer-list
{
  display: block
}

.aplayer.aplayer-withlist .aplayer-icon-order, .aplayer.aplayer-withlist .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-menu
{
  display: inline
}

.aplayer.aplayer-withlrc .aplayer-pic
{
  height: 90px;
  width: 90px
}

.aplayer.aplayer-withlrc .aplayer-info
{
  margin-left: 90px;
  height: 90px;
  padding: 10px 7px 0
}

.aplayer.aplayer-withlrc .aplayer-lrc
{
  display: block
}

.aplayer.aplayer-narrow
{
  width: 66px
}

.aplayer.aplayer-narrow .aplayer-info, .aplayer.aplayer-narrow .aplayer-list
{
  display: none
}

.aplayer.aplayer-narrow .aplayer-body, .aplayer.aplayer-narrow .aplayer-pic
{
  height: 66px;
  width: 66px
}

.aplayer.aplayer-fixed
{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 99;
  overflow: visible;
  max-width: 400px;
  box-shadow: none
}

.aplayer.aplayer-fixed .aplayer-list
{
  margin-bottom: 65px;
  border: 1px solid #eee;
  border-bottom: none
}

.aplayer.aplayer-fixed .aplayer-body
{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 99;
  background: #fff;
  padding-right: 18px;
  transition: all .3s ease;
  max-width: 400px
}

.aplayer.aplayer-fixed .aplayer-lrc
{
  display: block;
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 98;
  pointer-events: none;
  text-shadow: -1px -1px 0 #fff
}

.aplayer.aplayer-fixed .aplayer-lrc:after, .aplayer.aplayer-fixed .aplayer-lrc:before
{
  display: none
}

.aplayer.aplayer-fixed .aplayer-info
{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all .3s ease;
  border-bottom: none;
  border-top: 1px solid #e9e9e9
}

.aplayer.aplayer-fixed .aplayer-info .aplayer-music
{
  width: calc(100% - 105px)
}

.aplayer.aplayer-fixed .aplayer-miniswitcher
{
  display: block
}

.aplayer.aplayer-fixed.aplayer-narrow .aplayer-info
{
  display: block;
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

.aplayer.aplayer-fixed.aplayer-narrow .aplayer-body
{
  width: 66px !important
}

.aplayer.aplayer-fixed.aplayer-narrow .aplayer-miniswitcher .aplayer-icon
{
  -webkit-transform: rotateY(0);
  transform: rotateY(0)
}

.aplayer.aplayer-fixed .aplayer-icon-back, .aplayer.aplayer-fixed .aplayer-icon-forward, .aplayer.aplayer-fixed .aplayer-icon-lrc, .aplayer.aplayer-fixed .aplayer-icon-play
{
  display: inline-block
}

.aplayer.aplayer-fixed .aplayer-icon-back, .aplayer.aplayer-fixed .aplayer-icon-forward, .aplayer.aplayer-fixed .aplayer-icon-menu, .aplayer.aplayer-fixed .aplayer-icon-play
{
  position: absolute;
  bottom: 27px;
  width: 20px;
  height: 20px
}

.aplayer.aplayer-fixed .aplayer-icon-back
{
  right: 75px
}

.aplayer.aplayer-fixed .aplayer-icon-play
{
  right: 50px
}

.aplayer.aplayer-fixed .aplayer-icon-forward
{
  right: 25px
}

.aplayer.aplayer-fixed .aplayer-icon-menu
{
  right: 0
}

.aplayer.aplayer-arrow .aplayer-icon-loop, .aplayer.aplayer-arrow .aplayer-icon-order, .aplayer.aplayer-mobile .aplayer-icon-volume-down
{
  display: none
}

.aplayer.aplayer-loading .aplayer-info .aplayer-controller .aplayer-loading-icon
{
  display: block
}

.aplayer.aplayer-loading .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb
{
  -webkit-transform: scale(1);
  transform: scale(1)
}

.aplayer .aplayer-body
{
  position: relative
}

.aplayer .aplayer-icon
{
  width: 15px;
  height: 15px;
  border: none;
  background-color: transparent;
  outline: 0;
  cursor: pointer;
  opacity: .8;
  vertical-align: middle;
  padding: 0;
  font-size: 12px;
  margin: 0;
  display: inline-block
}

.aplayer .aplayer-icon path
{
  transition: all .2s ease-in-out
}

.aplayer .aplayer-icon-back, .aplayer .aplayer-icon-forward, .aplayer .aplayer-icon-lrc, .aplayer .aplayer-icon-order, .aplayer .aplayer-icon-play
{
  display: none
}

.aplayer .aplayer-icon-lrc-inactivity svg
{
  opacity: .4
}

.aplayer .aplayer-icon-forward
{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.aplayer .aplayer-lrc-content
{
  display: none
}

.aplayer .aplayer-pic
{
  position: relative;
  float: left;
  height: 66px;
  width: 66px;
  background-size: cover;
  background-position: 50%;
  transition: all .3s ease;
  cursor: pointer
}

.aplayer .aplayer-pic:hover .aplayer-button
{
  opacity: 1
}

.aplayer .aplayer-pic .aplayer-button
{
  position: absolute;
  border-radius: 50%;
  opacity: .8;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  background: rgba(0, 0, 0, .2);
  transition: all .1s ease
}

.aplayer .aplayer-pic .aplayer-button path
{
  fill: #fff
}

.aplayer .aplayer-pic .aplayer-hide
{
  display: none
}

.aplayer .aplayer-pic .aplayer-play
{
  width: 26px;
  height: 26px;
  border: 2px solid #fff;
  bottom: 50%;
  right: 50%;
  margin: 0 -15px -15px 0
}

.aplayer .aplayer-pic .aplayer-play svg
{
  position: absolute;
  top: 3px;
  left: 4px;
  height: 20px;
  width: 20px
}

.aplayer .aplayer-pic .aplayer-pause
{
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  bottom: 4px;
  right: 4px
}

.aplayer .aplayer-pic .aplayer-pause svg
{
  position: absolute;
  top: 2px;
  left: 2px;
  height: 12px;
  width: 12px
}

.aplayer .aplayer-info
{
  margin-left: 66px;
  padding: 14px 7px 0 10px;
  height: 66px;
  box-sizing: border-box
}

.aplayer .aplayer-info .aplayer-music
{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 13px 5px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  cursor: default;
  padding-bottom: 2px;
  height: 20px
}

.aplayer .aplayer-info .aplayer-music .aplayer-title
{
  font-size: 14px
}

.aplayer .aplayer-info .aplayer-music .aplayer-author
{
  font-size: 12px
}

.aplayer .aplayer-info .aplayer-controller
{
  position: relative;
  display: flex
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap
{
  margin: 0 0 0 5px;
  padding: 4px 0;
  cursor: pointer !important;
  flex: 1
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap:hover .aplayer-bar .aplayer-played .aplayer-thumb
{
  -webkit-transform: scale(1);
  transform: scale(1)
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar
{
  position: relative;
  height: 2px;
  width: 100%;
  background: #cdcdcd
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded
{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #aaa;
  height: 2px;
  transition: all .5s ease
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played
{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 2px
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb
{
  position: absolute;
  top: 0;
  right: 5px;
  margin-top: -4px;
  margin-right: -10px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0)
}

.aplayer .aplayer-info .aplayer-controller .aplayer-time
{
  position: relative;
  right: 0;
  bottom: 4px;
  height: 17px;
  font-size: 11px;
  padding-left: 7px
}

.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner
{
  vertical-align: middle
}

.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon
{
  cursor: pointer;
  transition: all .2s ease
}

.player-content.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon path
{
  fill: #666
}

.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-loop
{
  margin-right: 2px
}

.player-content.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon:hover path
{
  fill: #000
}

.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-menu, .aplayer .aplayer-info .aplayer-controller .aplayer-time.aplayer-time-narrow .aplayer-icon-menu, .aplayer .aplayer-info .aplayer-controller .aplayer-time.aplayer-time-narrow .aplayer-icon-mode
{
  display: none
}

.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap
{
  position: relative;
  display: inline-block;
  margin-left: 3px;
  cursor: pointer !important
}

.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap:hover .aplayer-volume-bar-wrap
{
  height: 40px
}

.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap
{
  position: absolute;
  bottom: 15px;
  right: -3px;
  width: 25px;
  height: 0;
  z-index: 99;
  overflow: hidden;
  transition: all .2s ease-in-out
}

.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap.aplayer-volume-bar-wrap-active
{
  height: 40px
}

.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar
{
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 5px;
  height: 35px;
  background: #aaa;
  border-radius: 2.5px;
  overflow: hidden
}

.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume
{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5px;
  transition: all .1s ease
}

.aplayer .aplayer-info .aplayer-controller .aplayer-loading-icon
{
  display: none
}

.aplayer .aplayer-info .aplayer-controller .aplayer-loading-icon svg
{
  position: absolute;
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite
}

.aplayer .aplayer-lrc
{
  display: none;
  position: relative;
  height: 30px;
  text-align: center;
  overflow: hidden;
  margin: -10px 0 7px
}

.aplayer .aplayer-lrc:before
{
  top: 0;
  height: 10%;
  background: linear-gradient(180deg, #fff 0, hsla(0, 0%, 100%, 0))
}

.aplayer .aplayer-lrc:after, .aplayer .aplayer-lrc:before
{
  position: absolute;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  content: " "
}

.aplayer .aplayer-lrc:after
{
  bottom: 0;
  height: 33%;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .8))
}

.aplayer .aplayer-lrc p
{
  font-size: 12px;
  color: #666;
  line-height: 16px !important;
  height: 16px !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: all .5s ease-out;
  opacity: .4;
  overflow: hidden
}

.aplayer .aplayer-lrc p.aplayer-lrc-current
{
  opacity: 1;
  overflow: visible;
  height: auto !important;
  min-height: 16px
}

.aplayer .aplayer-lrc.aplayer-lrc-hide
{
  display: none
}

.aplayer .aplayer-lrc .aplayer-lrc-contents
{
  width: 100%;
  transition: all .5s ease-out;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  cursor: default
}

.aplayer .aplayer-list
{
  overflow: auto;
  transition: all .5s ease;
  will-change: height;
  display: none;
  overflow: hidden
}

.aplayer .aplayer-list.aplayer-list-hide
{
  max-height: 0 !important
}

.aplayer .aplayer-list ol
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-y: auto
}

.aplayer .aplayer-list ol::-webkit-scrollbar
{
  width: 5px
}

.aplayer .aplayer-list ol::-webkit-scrollbar-thumb
{
  border-radius: 3px;
  background-color: #eee
}

.aplayer .aplayer-list ol::-webkit-scrollbar-thumb:hover
{
  background-color: #ccc
}

.aplayer .aplayer-list ol li
{
  position: relative;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  font-size: 12px;
  border-top: 1px solid #e9e9e9;
  cursor: pointer;
  transition: all .2s ease;
  overflow: hidden;
  margin: 0
}

#handsome_global_player .aplayer .aplayer-list ol li
{
  height: 28px;
  line-height: 28px;
  border-top: none;
  padding: 0 13px;
  margin-top: 3px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px
}

.aplayer .aplayer-list ol li:first-child
{
  border-top: none
}

.aplayer .aplayer-list ol li:hover
{
  background: #efefef
}

.aplayer .aplayer-list ol li.aplayer-list-light
{
  background: #e9e9e9
}

.aplayer .aplayer-list ol li.aplayer-list-light .aplayer-list-cur
{
  display: inline-block
}

.aplayer .aplayer-list ol li .aplayer-list-cur
{
  display: none;
  width: 3px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer
}

#handsome_global_player .aplayer .aplayer-list ol li .aplayer-list-cur
{
  height: 28px;
  top: 0
}

.aplayer .aplayer-list ol li .aplayer-list-index
{
  color: #666;
  margin-right: 12px;
  cursor: pointer
}

.aplayer .aplayer-list ol li .aplayer-list-author
{
  color: #666;
  float: right;
  cursor: pointer
}

.aplayer .aplayer-notice
{
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px;
  border-radius: 4px;
  padding: 5px 10px;
  transition: all .3s ease-in-out;
  overflow: hidden;
  color: #fff;
  pointer-events: none;
  background-color: #f4f4f5;
  color: #909399
}

.aplayer .aplayer-miniswitcher
{
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #e6e6e6;
  width: 18px;
  border-radius: 0 2px 2px 0
}

.aplayer .aplayer-miniswitcher .aplayer-icon
{
  height: 100%;
  width: 100%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  transition: all .3s ease
}

.aplayer .aplayer-miniswitcher .aplayer-icon path
{
  fill: #666
}

.aplayer .aplayer-miniswitcher .aplayer-icon:hover path
{
  fill: #000
}

@-webkit-keyframes aplayer-roll
{
  0%
  {
    left: 0
  }
  to
  {
    left: -100%
  }
}

@keyframes aplayer-roll
{
  0%
  {
    left: 0
  }
  to
  {
    left: -100%
  }
}

@-webkit-keyframes rotate
{
  0%
  {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to
  {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes rotate
{
  0%
  {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to
  {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
