﻿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; text-align:center; position:relative}

.bg img {width:auto; height: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}
}

.bg .btn {position:absolute; width:100%; height:40px; left:0; right:0; bottom:20px}

.bg .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-header{ height:50px; line-height:50px; text-align:center; font-size:18px; color:#fff; background:#ea2126; position:absolute; left:0; top:0; right:0; z-index:100;  background-image:linear-gradient(#fa5f3b, #ea2126)}
.play-main{ width:auto; max-width:640px; margin:0 auto; height:calc(100vh); position:relative; overflow:hidden}
.play-bg{ width:100%; text-align:center; position:relative}
.play-bg-img{ position:relative; width:100%; margin:0 auto; margin-top:10px}
.play-bg-img img{ width:100%;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 .iloca{ position:absolute; z-index:1; width:24px; height:24px; font-size:24px; left:0; top:0; color:#ea2126}
.play-bg-loca .iloca0{ left:35%; top:80%}
.play-bg-loca .iloca1{ left:60%; top:20%}
.play-bg-loca .iloca2{ left:30%; top:30%}
.play-bg-loca .iloca3{ left:40%; top:40%}
.play-bg-loca .iloca4{ left:50%; top:50%}
.play-bg-loca .iloca5{ left:60%; top:60%}
.play-bg-loca .iloca6{ left:30%; top:50%}
.play-bg-loca .iloca7{ left:40%; top:30%}
.play-bg-loca .iloca8{ left:48%; top:46%}
.play-bg-loca .iloca9{ left:50%; top:25%}
.play-bg-loca .iloca10{ left:60%; top:15%}
.play-bg-loca .iloca:hover{ color:#36F}
/**/
.player{ width:75%; max-width:600px; height:50%; margin:0 auto; padding:20px 30px; border-radius:5px; position:absolute; z-index:100; left:5%; right:5%; bottom:-10px}
.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}
@keyframes three {
	from { bottom:-400px}
	to { bottom:-10px}
}
@-webkit-keyframes three{
	from { bottom:-400px}
	to { bottom:-10px}
}
/*滚动条美化*/
::-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}