﻿/********************全局样式********************/
/**********基本样式**********/
body{
	font-size:16px;
	background-color:#e4007f;
	color:#fff;
	cursor:crosshair;
	margin:0 auto;
	max-width:960px;
	padding:0.5em;
}
h1,h2,h3,h4,h5,h6{
	color:#fff;
}
a:link,a:visited{
	color:#0ff;
}
a:hover,a:active{
	color:#0f0;
}
/*::selection{
	background-color:#ff0;
	color:#00f;
	text-shadow:none;
}*/
.red{
	color:red;
	background-color:#ff0;
}
/**********布局设置**********/

/**********顶部样式**********/
header{
	margin:0 auto;
}
header img{
	width:100%;
	max-width:500px;
}
/**********导航样式**********/

/**********底部样式**********/
footer li{
	font-size:.8em;
}
#footnav section{
	display:inline-block;
}
#footnav section:not(:last-child):after{
	content:" | ";
}
/**********其他样式**********/
#content{
	line-height:1.5em;
}
h1{
	font-size:2.4em;
	margin-top:0.5em;
}
h2{
	font-size:2em;
	text-align:center;
}
h3{
	font-size:1.6em;
}
h4{
	font-size:1.2em;
}
.list{
	width:50%;
	float:left;
}
rt{
	font-size:.5em;
}
.lyric{
	display:block;
	width:100%;
	min-height:2.25em;
	/*vertical-align:bottom;*/
}
.webver,.pdfver{
	margin-bottom:1em;
}
#jplyrics,#rmlyrics{
	margin:1em auto;
}
#jplyrics,#rmlyrics{
	line-height:2.25em;
}
.webver{
	clear:left;
}
.test{
	text-decoration:underline;
}
.delete{
	text-decoration:line-through;
}
.part{
	color:#ff0;
}
#printver{
	display:none;
}
/********************歌词样式********************/
#lyrics{
	display:flex;
	flex-direction:column;
}
#lyrics span{
	display:block;
}

.jplyrics{
	line-height:1em;
}
.rmlyrics{
	line-height:1em;
}
.cnlyrics{
	line-height:1em;
	margin-bottom:.5em;
}
.konghang{
	line-height:.3em;
}
/********************大屏样式********************/
@media screen and (min-width:720px){
/**********顶部样式**********/
body{
	font-size:20px;
}
header{
	max-height:180px;
}
header img{
	width:25%;
	max-width:240px;
}
/**********布局设置**********/
.webver,.pdfver{
	float:left;
	width:50%;
}
#jplyrics,#rmlyrics{
	float:left;
	width:50%;
}
.lyricnav{
	display:none;
}
}
/********************小屏样式********************/
/**********基本样式**********/
@media screen and (max-width:719px) and (min-width:360px){
#content{
	line-height:2em;
}
/**********布局设置**********/

.lyricnav span{
	display:inline-block;
	width:calc(25% - 0.25em);
	text-align:center;
}

.list div{
	width:100%;
}
.webver,.pdfver{
	float:none;
	clear:both;
}
/**********顶部样式**********/
}
/********************小屏样式********************/
/**********基本样式**********/
@media screen and (max-width:359px){
.list{
	width:100%;
	float:none;
}
/**********顶部样式**********/
}