/**
 *
 * 音乐搜索器 - CSS 文件
 *
 * @author  MaiCong <i@maicong.me>
 * @link    https://github.com/maicong/music
 * @since   1.5.4
 *
 */

html {
  font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Microsoft YaHei', 'PingFang SC',
    'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell',
    'Fira Sans', 'Droid Sans', 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  height: 100%;
}
body {
  font-family: Cambria, Georgia, serif;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.toggle-mini{
    position:absolute;
    margin-top:-60px;
    left: 50%;
    transform: translateX(-50%);
    display:none;
    transition: all .3s;
}
._height{
    height:505px !important;
    /*background-color: rgba(255, 255, 255, .8);*/
}
._height p{
    transform: scale(1.15);
    /*letter-spacing: 1px;*/
}
.toggle-mini a{
    padding:0;
    width:50px;
    height:50px;
    background-color:#ffffff00;
    border:1px solid #0e90d2;
    color:#0e90d2;
    font-size:24px;
    font-weight: 400;
    text-align: center;
    line-height:48px;
    border-radius:50%;
    transition: all 2s;
}
.toggle-mini a:hover {
    color:#fff;
    background: #0e90d2;
    border:1px solid #0e90d2;
    transform: rotate(720deg);
}
.lrc-toggle-mini{
    margin-left:55px;
    opacity: .3;
    transition: all .3s;
}
.lrc-toggle-mini:hover{
    opacity: 1;
}
.lrc-mini{
    position:fixed !important;
    left: 60px !important;
    bottom:46px !important;
    width:500px !important;
    background-color:rgba(233, 233, 233, 0.85) !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 5px 0 rgba(0, 0, 0, 0.1) !important;
    overflow:hidden !important;
    z-index:10 !important;
    cursor: pointer !important;
    transition: all .3s ease;
}
.controller-mini{
    position:fixed !important;
    align-items: center;
    left: -190px;
    bottom:120px !important;
    width:200px !important;
    height:30px !important;
    padding:0 10px;
    background-color:rgba(233, 233, 233, 0.85) !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 5px 0 rgba(0, 0, 0, 0.1) !important;
    border-radius:0 15px 15px 0;
    z-index:10 !important;
    transition: all .2s ease;
}
.left_radius{
    left:0px;
    border-radius:0 0 15px 0;
}
.left-0{
    left:0;
}
.controller-mini:hover {
    left: 0 !important;
}
.controller-mini .aplayer-bar-wrap{
    margin:0 0 10px 0 !important;
}
.controller-mini .aplayer-time-inner{
    position:absolute;
    line-height:10px;
    top:8px;
    left:-118px;
    width:80px;
}
.list-mini{
    position:fixed !important;
    left: 0px !important;
    bottom:182px;
    width:220px !important;
    /*height:500px !important;*/
    background-color:rgba(233, 233, 233, 0.85) !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 5px 0 rgba(0, 0, 0, 0.1) !important;
    border-radius:0 15px 0 0 !important;
    z-index:1 !important;
    transition: all .3s ease;
}
._bottom{
    bottom:150px !important;
}
.aplayer-more-mini{
    position:fixed !important;
    left: 0px !important;
    bottom:150px !important;
    width:200px !important;
    /*height:500px !important;*/
    background-color:rgba(233, 233, 233, 0.85) !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 5px 0 rgba(0, 0, 0, 0.1) !important;
    z-index:1 !important;
}
.miniBox{
    position:fixed;
    display: none;
    height:60px;
    left: -60px;
    bottom:46px;
    z-index:1;
    transition: all .3s ease;
}
.miniBox:hover {
    left: 0 !important;
}
.mini-body{
    width:60px;
    height:60px;
    background: rgba(233, 233, 233, 0.85);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.mini-switch{
    position: absolute;
    right: -18px;
    bottom: 0;
    height: 100%;
    background: #0e90d250;
    width: 18px;
    border-radius: 0 8px 8px 0;
    transition: right .3s ease;
}
._right{
    right:-518px;
}
.mini-switch button{
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    opacity: .8;
    vertical-align: middle;
    padding: 0;
    font-size: 12px;
    margin: 0;
    display: inline-block;
}
.mini-switch button path{
    fill: #0e90d2;
}
.mini-switch:hover {
    background-color: #0e90d2;
}
.mini-switch:hover path {
    fill: #fff;
}
.mini-pic{
    position: relative;
    float: left;
    background-size: cover;
    background-position: 50%;
    transition: all .3s ease;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #000;
}
.mini-pause{
    position: absolute;
    border-radius: 50%;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 1px 3px #f2f2f2;
    transition: all .1s ease;
    width: 10px;
    height: 10px;
    border:1px solid #9e9e9e;
    background-color: #c6c6c7;
    /*background: url(../img/cd_center.png) no-repeat center;*/
    /*background-size:400%;*/
    right: 50%;
    bottom: 50%;
    margin: 0 -5px -5px 0;
}
.rotate {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    animation: rotation 5s linear infinite;
    -moz-animation: rotation 5s linear infinite;
    -webkit-animation: rotation 5s linear infinite;
    -o-animation: rotation 5s linear infinite;
    box-shadow: 0 0 5px 2px #999 !important;
    &:hover {
        animation-play-state: paused;
    }
}
@keyframes rotation {
    from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    }
    to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes rotation {
    from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    }
    to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    }
}
@-moz-keyframes rotation {
    from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    }
    to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    }
}
/* 歌词 */
.aplayer .aplayer-lrc:after,
.aplayer .aplayer-lrc:before {
    display: none !important;
}
.aplayer .aplayer-lrc p {
    font-weight: 700 !important;
    font-size: 15px !important;
    opacity: 1 !important;
}
.aplayer .aplayer-lrc p.aplayer-lrc-current {
    font-size: 18px !important;
    color: #FF5722 !important;
    opacity: 1 !important;
}
.aplayer .aplayer-lrc {
    text-shadow: none !important;
    margin: -23px 0 0 !important;
}

.am-topbar {
  top:0;
  margin-bottom: 0px !important;
  transition: all .3s ease;
}
.header-hide{
    top:-51px;
    transition: all .3s ease;
    &:hover{
        top:0;
    }
}
.arrow-hide {
    position:absolute;
    width:40px;
    height:100px;
    text-align: center;
    top:-100px;
    right:100px;
    background: linear-gradient(35deg, transparent 22px, #0e90d2 22px, #66cccc 100%) bottom left, linear-gradient(325deg, transparent 22px, #0e90d2 22px, #0e90d2 100%) right bottom;
    transition: all .3s ease;
    opacity: .3;
    &:hover{
        opacity: 1 !important;
    }
}
.arrow-show{
    top:51px;
    transition: all .3s ease;
    &:hover .htmlScreen,&:hover .headerThumbTack{
        visibility:visible !important;
    }
}
.htmlScreen{
    visibility:hidden;
    width:20px;
    height:20px;
    text-align: center;
    /*line-height:20px;*/
    /*border:1px solid #ffffff80;*/
    border-radius:4px;
    margin:15px auto;
    cursor:pointer;
    transition: all .3s ease;
    &:hover{
        scale: 1.5;
    }
}
.headerThumbTack{
    visibility:hidden;
    width:20px;
    height:20px;
    text-align: center;
    /*line-height:20px;*/
    /*border:1px solid #ffffff80;*/
    border-radius:4px;
    margin:15px auto;
    cursor:pointer;
    transition: all .3s ease;
    &:hover{
        scale: 1.5;
    }
}
@media only screen and (max-width:640px){
    .nomob{
        display: none !important;
    }
    .lrc-mini{
        bottom:70px !important;
        width:calc(100% - 78px) !important;
    }
    /*.mini-switch{*/
    /*    transition: all 0s ease;*/
    /*}*/
    ._right{
        position:fixed;
        height:60px;
        bottom:70px;
        right:0;
    }
    .controller-mini{
        bottom:140px !important;
    }
    .controller-mini-bottom{
        bottom:70px !important;
    }
    .list-mini{
        bottom:202px !important;
    }
    .list-mini-bottom{
        bottom:132px !important;
    }
    ._bottom{
        bottom:170px !important;
    }
    ._bottom_footer{
        bottom:100px !important;
    }
    .aplayer-more-mini{
        bottom:170px !important;
    }
    .aplayer-more-mini-bottom{
        bottom:100px !important;
    }
    .miniBox{
        bottom:70px;
    }
    .aplayer-music{
        margin-top:-13px !important;
    }
    .aplayer .aplayer-lrc p {
        font-size: 13px !important;
    }
    .aplayer .aplayer-lrc p.aplayer-lrc-current {
        font-size: 14px !important;
    }
    .aplayer-time-inner{
        position:absolute;
        line-height:10px;
        top:14px;
        left:-118px;
        width:80px;
    }
    .controller-mini .aplayer-time-inner{
        left:-133px;
    }
    .arrow-hide {
        right:20px;
    }
}
@media only screen and (min-width:640px){
    .aplayer.aplayer-withlrc .aplayer-pic {
      width: 120px !important;
      height: 120px !important;
      -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .5);
      box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .5);
      cursor: pointer;
    }
    .aplayer.aplayer-withlrc .aplayer-info {
      margin-left: 120px !important;
      height: 120px !important;  
    }
}

.footer-hide-bottom{
    bottom:0 !important;
}
.controller-mini-bottom{
    bottom:74px !important;
}
.list-mini-bottom{
    bottom:136px !important;
}
.aplayer-more-mini-bottom{
    bottom:104px !important;
}
._bottom_footer{
    bottom:104px !important;
}
a {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.am-btn,#j-input{
    opacity: .8;
}
.about {
  background: rgba(255, 255, 255,0);
  color: #7f8c8d;
}
.about-color {
  color: #34495e;
}
.about-title {
  font-size: 180%;
  text-align: center;
}
.main {
  margin: 60px 0;
}
.music-tabs > li > a {
  padding: 0.5em 1em;
  cursor: pointer;
}
.music-main {
  display: none;
}
.music-main input {
  text-overflow: ellipsis;
}
.music-main input:focus,
.music-main input:hover {
  background: #eee;
  border-color: #ccc;
  color: #222;
}
.music-type .am-radio-inline,
.music-type label {
  color: #7f8c8d;
}
.music-type .am-icon-unchecked,
.music-type .am-icon-checked {
  color: #0e90d2;
}
.music-tips {
  margin-top: 50px;
}
.music-tips blockquote {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
  font-size: 14px;
  margin-top: 30px;
}
.music-tips p span {
  display: inline-block;
  min-width: 50px;
}
.music-tips p b {
  font-weight: 500;
  color: #c7254e;
}
.music-overflow {
  max-height: 200px;
  overflow: hidden;
}
.music-more {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: #666;
  background: #eee;
  cursor: pointer;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  transition: all .3s ease;
}
.footer-hide{
    bottom:-200px;
    transition: all .3s ease;
    &:hover{
        bottom:0;
    }
}
.footer p {
  color: #7f8c8d;
  margin: 0;
  padding: 15px;
  text-align: center;
  background: #2d3e50;
}
.footer p a {
  color: #7f8c8d;
}
.footer p a:hover {
  color: #bbb;
}
.footer a {
  text-decoration: underline;
}
.am-alert {
  display: none;
}
/*.am-popup-bd {*/
/*  height: 100%;*/
/*}*/
.aplayer {
  padding: 10px !important;
  margin: 0 !important;
  border: 1px solid #ccc;
  opacity: .8 !important;
}
.aplayer .aplayer-info .aplayer-music .aplayer-title{
    font-size: 14px !important;
    color: #555 !important;
}
/*.aplayer .aplayer-info .aplayer-music .aplayer-author {*/
/*  font-size: 12px !important;*/
/*  color: #555 !important;*/
/*}*/

.aplayer .aplayer-list ol li .aplayer-list-index {
  /*display: inline-block;*/
  /*width: 20px;*/
  text-align: right;
}
/*.aplayer .aplayer-lrc {*/
/*  height: 60px !important;*/
/*}*/
.aplayer .aplayer-lrc p {
  color: #0e90d2 !important;
}
.aplayer .aplayer-more {
  position: relative;
  font-size: 12px;
  padding: 8px 10px;
  margin-top: 10px;
  text-align: center;
  color: #888;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.aplayer .aplayer-more:hover,
.aplayer .aplayer-more:active {
  color: #0e90d2;
}
.aplayer.aplayer-withlist .aplayer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 0 !important;
}
.aplayer.aplayer-withlist .aplayer-list {
  height: auto !important;
  padding-top: 20px;
  -webkit-transition: none;
  transition: none;
}
.aplayer.aplayer-withlist .aplayer-list-hide {
  padding: 0;
}
/*轮播*/
#m_bgctrl_wrp {
    display:none;
    position: fixed;
    zoom: 1;
    left: -130px;
    margin-left: -180px;
    top: 51px;
    z-index: 999;
    transition: all .3s ease;
}
#m_bgctrl_wrp:hover {
    left: 180px !important;
}
#m_bgctrl {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(4px);
    position: relative;
    height: 32px;
    padding: 5px 5px 5px 0;
    opacity: 0.7;
    background: url(../img/4a05e013dfa8602852e5145d43fc5205.png);
    border-radius: 100px;
}
#m_bgctrl:hover {
    opacity: 1;
    background: url(../img/4a05e013dfa8602852e5145d43fc5205.png);
}
#m_bgctrl .info {
    overflow: hidden;
    display: block;
    float: left;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    -webkit-transition: 0.3s all;
}
#m_bgctrl .info {
    font-size: 12px;
}
#m_bgctrl .info a {
    color: white;
    display: block;
    float: left;
    text-align: center;
    font-size: 11px;
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 10px;
    margin-right: 5px;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
}
#m_bgctrl i {
    cursor: pointer;
    display: block;
    margin: 0 auto 0 5px;
    float: left;
    width: 22px;
    height: 22px;
    background: url(../img/bacd85f06c2d23f32355ca1c0ae8834a.png) left center no-repeat;
}
#m_bgctrl .locker {
    background: url(../img/e4d97f8858aa4c74fefa852948083da2.png) center no-repeat;
}
#m_bgctrl .next {
    background-position: right center;
}
.am-topbar-inverse,.am-btn-secondary,.am-active .am-btn-secondary.am-dropdown-toggle,ul.am-dropdown-content>.am-active>a {
    background: linear-gradient(35deg, transparent 22px, #0e90d2 22px, #66cccc 100%) bottom left, linear-gradient(325deg, transparent 22px, #0e90d2 22px, #0e90d2 100%) right bottom;
    border-color:#fff;
}
.am-btn-secondary,.am-active .am-btn-secondary.am-dropdown-toggle{
    border:none;
}