body {background:#fcf0e2; margin:0; padding:0; color:#666; font-size:12px; font-weight:300; font-family:-apple-system, PingFang SC, Helvetica Neue, STHeiti, Microsoft Yahei, Tahoma, Simsun, sans-serif}
a{ text-decoration:none}
.bg {height:calc(100vh); width:100%; max-width:640px; margin:0 auto; overflow:hidden; text-align:center; position:relative}
.bg-img{ height:100%; width:100%; position:relative; animation:myfirst 5s; -webkit-animation:myfirst 5s}
@keyframes myfirst {
	from {opacity:0}
	to {opacity:100}
}
@-webkit-keyframes myfirst {
	from {opacity:0}
	to {opacity:100}
}

.btn {position:absolute; width:100%; height:40px; left:0; right:0; bottom:20px; z-index:2}
.btn a {display:block; position:relative; width:150px; height:40px; line-height:40px; text-align:center; font-size:16px; border:2px solid #f9070d; border-radius:40px; background:#ea2126; color:#ffc; margin:0 auto; animation:mysecond 1s infinite alternate; -webkit-animation:mysecond 1s infinite alternate}
@keyframes mysecond {
	from {opacity:0.5}
	to {opacity:0.9}
}
@-webkit-keyframes mysecond{
	from {opacity:0.5}
	to {opacity:0.9}
}

/**/
body.pbd{ background:#fff}
.play-map-box{ position:absolute; z-index:200; width:auto; max-width:640px; margin:0 auto; left:0; top:0; right:0; height:calc(100vh); overflow:hidden; background:#fff}
.play-map { width:100%; height:100%; position:relative; white-space:nowrap; overflow-x:auto; overflow-y:hidden; -webkit-overflow-scrolling:touch}
.play-bg{ width:100%; text-align:center; position:relative; margin-top:0;}
.play-bg img{ position:relative; width:100%; height:auto; margin:0 auto; animation:myfirst 3s; -webkit-animation:myfirst 3s}
.play-bg-loca{ position:absolute; z-index:2px; width:100%; height:100%; left:0; top:0; right:0}
.play-bg-loca span{ position:relative; right:0px; top:-10px; color:#ea2126; font-size:12px; font-weight:900}
.play-bg-loca .iloca{ position:absolute; z-index:1; width:24px; height:24px; font-size:24px; left:0; top:0; color:#ea2126}
.play-bg-loca .iloca0{ left:63%; top:40%}
.play-bg-loca .iloca1{ left:47.5%; top:55%}
.play-bg-loca .iloca2{ left:55%; top:59%}
.play-bg-loca .iloca3{ left:44%; top:58%}
.play-bg-loca .iloca4{ left:27%; top:30%}
.play-bg-loca .iloca5{ left:33%; top:36%}
.play-bg-loca .iloca6{ left:28%; top:54%}
.play-bg-loca .iloca7{ left:32%; top:74%}
.play-bg-loca .iloca8{ left:46%; top:32%}
.play-bg-loca .iloca9{ left:35%; top:16%}
/*.play-bg-loca .iloca10{ left:35%; top:16%}*/
.play-bg-loca .iloca:hover{ color:#36F}
.bluebig { top:calc(100% - 160px)}
.close-icon { position:absolute; right:5px; top:5px; z-index:1; color:#fff; font-size:12px; opacity:0.4; border:1px solid #fff; padding:2px 5px 0 5px; border-radius:20px}	
.closemap{ opacity:0; transition: 2s; -webkit-transition:2s; pointer-events:none}	

/**/
.play-main{ width:auto; max-width:640px; margin:0 auto; height:calc(100vh); position:relative; overflow:hidden; background:#888999}
.player{ padding:20px 30px; border-radius:5px; position:absolute; z-index:100; left:20px; right:20px; bottom:20px; top:20px}
.player{ background-color:rgb(234 33 38 / 80%); box-shadow:0 2px 12px 0 rgb(30 56 111 / 70%); color:#fff }
.player{ animation:three 2s; -webkit-animation:three 2s}
#musicTitle{ font-size:20px; text-align:center; margin:5px 0; margin-bottom:15px}
#musicTitle p{ font-size:14px; text-align:center; margin:4px 0; padding:0; color:rgba(255,255,255,0.8)}
.jindu{ text-align:center; font-size:12px; opacity:0.5}
.jindu span{ margin:0 5px}
.kongjian{ padding:10px 0; text-align:center; font-size:20px; position:relative}
#playMusic{ background:none; border:none; color:#fff; font-size:12px; width:100px; text-align:center; position:relative; top:-5px}
#box{ height:calc(100% - 140px); position:relative; list-style:none; margin:0; padding:0; overflow:scroll}
#box li{ height:44px; line-height:22px; display:block; width:90%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding:10px 5%; margin:0; border-radius:2px}
#box li a{ margin-left:5px; color:#fff; text-decoration:none; font-size:15px}
#box li a p{ margin:0; padding:0; font-size:13px; color:#fff; color:rgba(255,255,255,0.5); text-indent:15px;margin-top: -20px;}
@keyframes three {
	from { opacity:0}
	to { opacity:100}
}
@-webkit-keyframes three{
	from { opacity:0}
	to { opacity:100}
}
/*滚动条美化*/
::-webkit-scrollbar{width:6px;height:6px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:transparent}
::-webkit-scrollbar-track-piece{background-color:transparent}
::-webkit-scrollbar-thumb:vertical{background-color:#fff;border-radius:6px}
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:vertical:active {background-color:#fff}


