* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Microsoft YaHei', sans-serif;
    background-color: #f5f5f5;
    color: #333;
}
.header {
    background-color: #000;
    color: white;
    text-align: center;
    padding: 20px 0 0 0;
    position: relative;
}
.logo {
    /*width: 40px;*/
    margin-bottom: 10px;
}
.search-container {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}
.search-input {
    width: 100%;
    padding: 10px 40px 10px 15px;
    border-radius: 20px;
    border: none;
    outline: none;
    font-size: 16px;
}
.search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.content {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 30px;
}
.title {
    text-align: center;
    font-size: 24px;
    margin: 20px 0;
    color: #333;
}
.song-list {
    list-style: none;
}
.song-item {
    padding: 5px 0;
 
    display: flex;
    align-items: center;
   
}
.song-item:before {
    content: '•';
    margin-right: 10px;
    color: #999;
}
.song-link {
    text-decoration: none;
    color: #333;
    flex: 1; 
    display: block;
    max-width:100% ;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.bg{ padding: 50px 40px;
    background: url('/template/default/images/bg.png');
    background-size: cover;
}

.load-more {
    display: inline-block;
    margin: 0 auto;

    padding: 8px 20px;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 25px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s ease;
}



.loading {
    text-align: center;
    padding:10px 20px;
    color: #999;
    display: none; margin: 0 auto;
}

.no-more {
    text-align: center;
    padding:10px 20px;
    color: #999;
    display: none; margin: 0 auto;
}
.center{text-align: center; margin: 0 auto;}




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Microsoft YaHei', sans-serif;
    background-color: #fff;
    color: #333;
}
.header {
    background-color: #000;
    color: white;
    text-align: center;
    padding: 20px 0 0 0;
    position: relative;
}
.logo {
    /*width: 40px;*/
    margin-bottom: 10px;
}
.back-button {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.song-header {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #efefef;
    padding: 20px;
 
    
}
.song-title-container {
    flex: 1;
}
.song-title {
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
}
.song-info {
    color: #666;
    font-size: 14px;
}
.play-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #efefef;
    color: white;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    margin-left: 20px;
    transition: all 0.3s ease;
}
.play-button:hover {
 
}
.play-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #efefef;
    color: #333;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-left: 10px;
    cursor: pointer;
}
.sheet-container {
    background-color: white;


    
}
.sheet-container  img{ max-width: 100%;height:auto}

@font-face {
	font-family:hermiticon;src:url(../../fonts/hermiticon.eot?cez6o0);src:url(../../fonts/hermiticon.eot?#iefixcez6o0) format('embedded-opentype'),url(../../fonts/hermiticon.ttf?cez6o0) format('truetype'),url(../../fonts/hermiticon.woff?cez6o0) format('woff'),url(../../fonts/hermiticon.svg?cez6o0#hermiticon) format('svg');font-weight:400;font-style:normal
}

.hermit {
	overflow: hidden;
	background: #fff;
	margin-bottom: 20px;
	border: 1px solid #dedede;
	-webkit-user-select: none;
	-moz-user-select: none;
	font: 13px/1.5 calluna-sans,"Helvetica Neue",Helvetica,Hiragino Sans GB,Microsoft JhengHei,WenQuanYi Micro Hei,sans-serif;
	text-indent: 0
}

.hermit,.hermit * {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box
}

.hermit-clear:after,.hermit-clear:before {
	display: table;
	content: ""
}

.hermit-clear:after {
	clear: both;
	overflow: hidden
}

.hermit-clear {
	zoom: 1
}

.hermit-detail span {
	-webkit-animation: animFlipFront .4s linear;
	-moz-animation: animFlipFront .4s linear;
	animation: animFlipFront .4s linear
}

.hermit-box {
	padding: 10px 13px;
	height: 70px;
	font-size: 14px;
	line-height: 16px;
	position: relative;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.08);
	box-shadow: 0 1px 10px rgba(0,0,0,.08)
}

.hermit-cover {
	width: 65px;
	float: left;
	position: relative
}

.hermit-info {
	margin-left: 75px
}

.hermit-title {
	font-size: 15px;
	height: 24px;
	overflow: hidden
}

.hermit-author {
	font-size: 14px;
	color: #999
}

.hermit-author,.hermit-duration,.hermit-title {
	line-height: 24px
}

.hermit-controller {
	height: 24px;
	position: relative
}

.hermit-additive {
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	width: 130px;
	height: 24px;
	background: #fff
}

.hermit-cover-image {
	width: 65px;
	height: 65px;
	padding: 0!important;
	margin: 0!important;
	border: none!important;
	box-shadow: none
}

.hermit-duration,.hermit-listbutton,.hermit-volume {
	display: inline-block
}

.hermit-duration {
	height: 24px
}

.hermit-button,.hermit-listbutton,.hermit-volume {
	speak: none;
	cursor: pointer;
	font-family: hermiticon;
	text-transform: none;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.hermit-listbutton,.hermit-volume {
	color: #666;
	width: 20px;
	height: 24px;
	line-height: 24px;
	font-size: 17px
}

.hermit-listbutton {
	position: relative
}

.hermit-button {
	text-align: center;
	vertical-align: middle;
	position: absolute;
	width: 28px;
	height: 28px;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	left: 50%;
	top: 50%;
	margin-left: -16px;
	margin-top: -16px;
	background: rgba(0,0,0,.15);
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 1px rgba(0,0,0,.2)
}

.hermit-volume {
	right: 20px
}

.hermit-button:before {
	content: "\e01b";
	font-size: 20px;
	line-height: 28px
}

.hermit-button.playing:before {
	content: "\e018";
	font-size: 18px
}

.hermit-listbutton:before {
	content: "\e20e"
}

.hermit-prevbutton:before {
	content: "\e028"
}

.hermit-nextbutton:before {
	content: "\e027"
}

.hermit-listbutton:after {
	position: absolute;
	content: '';
	right: -2px;
	top: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: transparent;
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-ms-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}

.hermit-unexpand-1 .hermit-listbutton:after,.hermit.unexpand .hermit-listbutton:after {
	opacity: 1;
	background-color: #f60001
}

.hermit-unexpand-1.unexpand .hermit-listbutton:after {
	opacity: 0
}

.hermit-volume:before {
	content: "\e033"
}

.hermit-volume.muted:before {
	content: "\e031"
}

.hermit-prosess {
	height: 3px;
	background-color: #ddd;
	cursor: pointer;
	position: relative;
	z-index: 1;
	margin: 10px 0 5px
}

.hermit-loaded {
	position: absolute;
	height: 3px;
	z-index: 5;
	left: 0;
	top: 0;
	background-color: #ccc
}

.hermit-prosess-bar {
	height: 3px;
	width: 0;
	background-color: #5895be;
	position: relative;
	z-index: 10
}

.hermit-prosess-after {
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border: 1px solid #5895be;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	top: 0;
	right: 0;
	margin-top: -4px;
	margin-right: -10px
}

.hermit-list {
	height: auto;
	max-height: 410px;
	overflow-y: auto
}

.hermit-fullheight-1 .hermit-list {
	height: 100%;
	max-height: 100%
}

.hermit-fullheight-1.unexpand .hermit-list,.hermit-unexpand-1 .hermit-list,.hermit.unexpand .hermit-list {
	height: 0;
	max-height: 0
}

.hermit-fullheight-1.hermit-unexpand-1.unexpand .hermit-list,.hermit-unexpand-1.unexpand .hermit-list {
	height: 100%;
	max-height: 100%
}

.hermit-unexpand-1 .hermit-box,.hermit.unexpand .hermit-box {
	box-shadow: none
}

.hermit-song {
	border-top: 1px solid #e5e5e5;
	cursor: pointer;
	font-size: 15px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.hermit-deactive, .hermit-deactive .hermit-song-author {
	color: #ccc
}

.hermit-song-index {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	text-align: center;
	color: #999;
    filter: grayscale(100%);
    background-image: url(../../images/playing.png);
}

.hermit-song-title {
	display: block;
	margin-left: 40px;
	margin-right: 55px
}

.hermit-song-author {
	color: #777;
	padding-left: 5px
}

.hermit-song-duration {
	position: absolute;
	top: 0;
	right: 15px;
	color: #888;
	font-size: 14px
}

.hermit-song.selected,.hermit-song:hover {
	background-color: #f8f8f8
}

.hermit-song.selected .hermit-song-index {
	width: 38px;
	text-indent: -999em;
	background-image: url(../../images/playing.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 16px
}

.hermit-song.selected.paused .hermit-song-index {
	background-image: url(../../images/playing.png)
}

.hermit-default .hermit-prosess-after:hover,.hermit-default .hermit-prosess-bar {
	background-color: #5895be
}

.hermit-default .hermit-prosess-after {
	border-color: #5895be
}

.hermit-blue .hermit-prosess-after:hover,.hermit-blue .hermit-prosess-bar {
	background-color: #5cb85c
}

.hermit-blue .hermit-prosess-after {
	border-color: #5cb85c
}

.hermit-blue .hermit-song.selected .hermit-song-index {
	background-image: url(../../images/playing_blue.gif)
}

.hermit-blue .hermit-song.selected.paused .hermit-song-index {
	background-image: url(../../images/playing_blue.png)
}

.hermit-yellow .hermit-prosess-after:hover,.hermit-yellow .hermit-prosess-bar {
	background-color: #f0ad4e
}

.hermit-yellow .hermit-prosess-after {
	border-color: #f0ad4e
}

.hermit-yellow .hermit-song.selected .hermit-song-index {
	background-image: url(../../images/playing_yellow.gif)
}

.hermit-yellow .hermit-song.selected.paused .hermit-song-index {
	background-image: url(../../images/playing_yellow.png)
}

.hermit-red .hermit-prosess-after:hover,.hermit-red .hermit-prosess-bar {
	background-color: #dd4b39
}

.hermit-red .hermit-prosess-after {
	border-color: #dd4b39
}

.hermit-red .hermit-song.selected .hermit-song-index {
	background-image: url(../../images/playing_red.gif)
}

.hermit-red .hermit-song.selected.paused .hermit-song-index {
	background-image: url(../../images/playing_red.png)
}

.hermit-pink .hermit-prosess-after:hover,.hermit-pink .hermit-prosess-bar {
	background-color: #f489ad
}

.hermit-pink .hermit-prosess-after {
	border-color: #f489ad
}

.hermit-pink .hermit-song.selected .hermit-song-index {
	background-image: url(../../images/playing_pink.gif)
}

.hermit-pink .hermit-song.selected.paused .hermit-song-index {
	background-image: url(../../images/playing_pink.png)
}

.hermit-purple .hermit-prosess-after:hover,.hermit-purple .hermit-prosess-bar {
	background-color: orchid
}

.hermit-purple .hermit-prosess-after {
	border-color: orchid
}

.hermit-purple .hermit-song.selected .hermit-song-index {
	background-image: url(../../images/playing_purple.gif)
}

.hermit-purple .hermit-song.selected.paused .hermit-song-index {
	background-image: url(../../images/playing_purple.png)
}

.hermit-black.hermit {
	border-color: #ccc
}

.hermit-black.hermit,.hermit-black.hermit .hermit-additive,.hermit-black.hermit .hermit-song-duration {
	background: 0 0;
	color: #ccc
}

.hermit-black.hermit .hermit-additive,.hermit-black.hermit .hermit-listbutton,.hermit-black.hermit .hermit-volume {
	color: #ccc
}

.hermit-black.hermit .hermit-song {
	border-top-color: #ccc
}

.hermit-black .hermit-box {
	background: 0 0
}

.hermit-black .hermit-button {
	border-color: #fff
}

.hermit-black .hermit-button:before {
	color: #fff
}

.hermit-black .hermit-song.selected,.hermit-black .hermit-song:hover {
	background: #444;
	background: rgba(51,51,51,.3)
}

.hermit-ios .hermit-volume {
	display: none
}

@-ms-viewport {
	width:device-width
}

@viewport {
	width:device-width
}

@media screen and (max-width:768px) {
	.hermit-listbutton {
		font-size: 20px
	}

	.hermit-song {
		height: 44px;
		line-height: 44px
	}

	.hermit-list {
		max-height: 450px
	}

	.hermit-loaded,.hermit-prosess,.hermit-prosess-bar {
		height: 4px
	}

	.hermit-prosess-after {
		width: 12px;
		height: 12px;
		margin-top: -5px
	}
}