@import url("../layui/css/layui.css");
@import url("//at.alicdn.com/t/c/font_2131141_z1gmmqzrek.css");
.QinMusic-wrap * {
    padding: 0;
    margin: 0;
    border: 0;
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
}
.QinMusic ::-webkit-scrollbar{width: 5px;height: 5px;}
.QinMusic ::-webkit-scrollbar-track{background-color: transparent;}
.QinMusic ::-webkit-scrollbar-thumb{background-color: rgba(0, 0, 0, 0.1);}
.QinMusic ::-webkit-scrollbar-thumb:hover {background-color:rgba(0, 0, 0, 0.3);}
.QinMusic ::-webkit-scrollbar-thumb:active {background-color:rgba(0, 0, 0, 0.3);}

.glass,
.glass:before{background-position: center;background-repeat: no-repeat;background-size: cover;}
.glass{overflow:hidden;position:absolute;left:0;right:0;bottom:0;top:0;z-index: -1;}
.glass:before{content:"";background-image: inherit;position:absolute;left: -180px;right: -180px;bottom: -180px;top: -180px;filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */-webkit-filter: blur(45px); /* Chrome, Opera */-moz-filter: blur(45px);-ms-filter: blur(45px);filter: blur(45px);filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */}

.QinMusic-wrap{position: absolute;left: 0;right: 0;bottom: 0;top: 0;color: black;}
.QinMusic-wrap .qin-song{
	text-align: center;
	font-size: 18px;
	padding-top: 15px;
}
.QinMusic-wrap .qin-singer{
	text-align: center;
	/* margin: auto; */
	margin-top: 10px;
	position: relative;
}
.QinMusic-wrap .qin-singer span{
	position: relative;
	font-size: 12px;
	display: inline-block;
	max-width: 60%;
	opacity: .7;
}
.QinMusic-wrap .qin-singer span,
.QinMusic-wrap .qin-song{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.QinMusic-wrap .qin-singer:after,
.QinMusic-wrap .qin-singer:before{content:"";height: 0;width: 20px;border-top: 1px solid;position: absolute;top: 49%;margin-left: 10px;opacity: .2;}
.QinMusic-wrap .qin-singer:before{
	margin-left: -30px;
}
.QinMusic-wrap .qin-poster{
	margin: 20px 0;
}
.QinMusic-wrap .qin-poster .image{
	width: 200px;
	margin: auto;
	padding-bottom: 190px;
	border-radius: 50%;
	overflow: hidden;
	background-position: center;
	background-size: 205px;
	border: 5px solid rgb(204 204 204 / 50%);
}
.image.layui-anim-rotate {
	-webkit-animation-duration: 10s!important;
	animation-duration: 10s!important;
}
.QinMusic-wrap .qin-lyric{
	position: absolute;
	left: 0;
	right: 0;
	top: 305px;
	bottom: 120px;
	line-height: 45px;
	z-index: 10;
	background-color: inherit;
	color: inherit;
	width: 100% !important;
	-webkit-mask-image: linear-gradient(180deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.6) 12%,#fff 15%,#fff 85%,hsla(0,0%,100%,.6) 88%,hsla(0,0%,100%,0));
}
.QinMusic-list{
    position: absolute;
    z-index: 1000;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: none;
    overflow: hidden;
    color: initial;
}
.QinMusic-list .mask{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: transparent;
}
.QinMusic-list .list-data{
	height: 80%;
	padding: 45px 0 10px 5px;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	background-color: white;
	box-shadow: 0 0 30px 5px rgb(0 0 0 / 30%);
	border-radius: 15px 15px 0 0;
}

.list-tab{
    position: absolute;
    top: 10px;
    left: 0;
    line-height: 30px;
    right: 0;
    padding: 0 10px;
}
.list-tab a{
    display: inline-block;
    padding: 0 5px;
    letter-spacing: 1.3px;
    cursor: pointer;
}
.list-tab a.this{
    border-bottom: 2px solid;
    color: #07c160;
}
.list-tab-content{
    height: 100%;
}
.list-tab-content>div{
    height: 100%;
    display: none;
}
.list-tab-content div.this{
    display: block;
}

.qin-controls{position: absolute;bottom: 0;left: 0;right: 0;/* height: 120px; */padding-top: 5px;z-index: 100;/* background-color: rgba(255, 255, 255, 0.6); */}
.QM-time {
    position: relative;
    overflow: hidden;
    font-size: 12px;
}

.QM-time .slider {
    /* padding: 15px 25px 10px; */
}

.QM-time .currentTime {
    float: left;
    margin-left: 25px;
}

.QM-time .duration {
    float: right;
    margin-right: 25px;
}

.QM-controls {
    width: 100%;
    text-align: center;
    display: flex;
    margin-top: 3px;
    padding: 20px 10px;
}

.QM-controls>span {
    width: 100%;
    cursor: pointer;
    font-size: 25px;
}

.q-slider {
    padding: 15px 10px;
}

.q-slider__inner {
    position: relative;
    height: 2px;
    background-color: rgba(165, 165, 165, 0.5);
}

.q-slider__buffer,.q-slider__track {
    height: 100%;
    background: #07c160;
    width: 0;
    position: absolute;
    bottom: 0;
    z-index: 10;
    border-radius: inherit
}

.q-slider__buffer {
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 5;
}

.q-slider__btn {
    position: absolute;
    right: 0;
    top: 50%;
    width: 28px;
    height: 28px;
    margin-right: -14px;
    margin-top: -14px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.3)
}
.q-slider:hover .q-slider__btn{
	transform:scale(1.3);
}

.q-slider__btn:after {
    content: "";
    pointer-events: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-width: 44px;
    min-height: 44px;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.show {
    display: block!important
}

.q-slider__tip {
    position: absolute;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translate(-50%,-20px);
    transform: translate(-50%,-20px);
    background: #000;
    padding: 4px 6px;
    color: #fff;
    border-radius: 5px;
    line-height: 22px;
    display: none
}

.q-slider__tip:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 12px solid #000;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px
}

.vertical.q-slider {
    padding: 18px 15px;
    height: 100%;
    box-sizing: border-box
}

.vertical .q-slider__inner {
    height: 100%;
    width: 2px
}

.vertical .q-slider__buffer,.vertical .q-slider__track {
    width: 100%;
    height: 0
}

.vertical .q-slider__btn {
    right: 50%;
    top: 0
}

.vertical .q-slider__tip {
    left: 100%;
    -webkit-transform: translate(20px,0);
    transform: translate(20px,0);
    top: 0;
    bottom: auto
}

.vertical .q-slider__tip:after {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-right: 12px solid #000;
    left: -10px;
    top: 50%;
    margin-top: -8px
}

::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    border-radius: 4px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgb(90 90 90 / 0.1);
}

::-webkit-scrollbar-track {
    background: rgba(0,0,0,.02);
}

.lrcText {
    overflow-y: auto;
    height: 100%;
    text-align: center
}

.loadLrc {
    overflow: hidden;
    padding: 60px 0 450px;
}

.defaultLrc {
    text-align: center;
    font-size: 16px;
    display: block;
    margin-top: 35px
}

.loadLrc li {
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: .85;
    line-height: 30px;
}

.loadLrc li.currline {
    color: #4bff7e;
    font-size: 18px;
    opacity: 1;
}

.music_show_btn{
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    background-color: rgb(255 255 255);
    font-size: 24px;
    color: #16baaa;
    box-shadow: 0 0 15px #ccc;
}

.q-menu * {
    padding: 0;
    border: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none
}

.q-menu {
    height: 100%;
    overflow-y: auto
}

.q-menu.light {
    background-color: #f6f6f6;
    color: black
}

.q-menu.dark {
    background-color: #191919;
    color: white
}

.q-menu ul {
    padding-left: 0
}

.q-menu>ul {
    padding: 5px
}

.q-menu li {
    padding-left: 20px;
    line-height: 20px;
    margin: 10px 0;
    position: relative;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.q-menu li.zitem>label {
    font-size: 14px
}

.q-menu li:before {
    content: "\e67a";
    position: absolute;
    left: 0;
    font-size: 14px;
    width: 20px;
    text-align: center;
    display: inline-block;
}

.q-menu li.close:before {
    content: "\e687";
    transform: scale(1)
}

.q-menu li.open:before {
    content: "\e607";
    transform: scale(1)
}

.q-menu li label {
    display: block;
    position: relative
}

.q-menu li.close>ul {
    display: block
}

.q-menu li.open>ul {
    display: none
}

.q-menu .loading {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px
}

.q-menu .currentItem {
    color: #07c160
}

.q-menu .loading:before {
    content: "\e65d"
}

.q-menu .currentItem:before {
    color: inherit;
    content: "\e787";
    transform: scale(1);
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.q-menu li.parcurr:before {
    content: "\e6c5";
    font-size: 16px;
}

.q-menu .later {
    text-align: center;
    padding: 15px 0;
    color: #ccc;
    font-size: 14px
}

.q-menu .anim {
    -webkit-animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-duration: 0.3s;
    animation-fill-mode: both
}

.q-menu .anim-loop {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.q-menu .anim-rotate {
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}


@-webkit-keyframes layui-rl {
	from {
	-webkit-transform:translate3d(100%,0,0)
}
to {
	-webkit-transform:translate3d(0,0,0)
}
}@keyframes layui-rl {
	from {
	transform:translate3d(100%,0,0)
}
to {
	transform:translate3d(0,0,0)
}
}.layui-anim-rl {
	-webkit-animation-name:layui-rl;
	animation-name:layui-rl
}


@-webkit-keyframes layui-lr-close {
	from {
	-webkit-transform:translate3d(0, 0,0);
	opacity:1
}
to {
	-webkit-transform:translate3d(100%,0,0);
	opacity:1
}
}@keyframes layui-lr-close {
	from {
	transform:translate3d(0,0,0)
}
to {
	transform:translate3d(100%,0,0)
}
}
.layui-anim-rl.layer-anim-close {
	-webkit-animation-name:layui-lr-close;
	animation-name:layui-lr-close
}
