body{margin:0;padding:0;font-size:14px;color:#666;background:#FFCCCC;}
a{color:#666;text-decoration:none;}
a:hover{color:#e60012;text-decoration:none;}
ul,li,p,form,h1,h2,dl,dt,dd{padding:0;margin:0;}
li{list-style:none;}
h1{cursor:pointer;}
img{border:0;}
.container{width:calc(100% - 20px);margin:0 auto;}
.mt{margin-top:10px;}
.adad{float:left;width:100%;line-height:40px;text-align:center;background:#f3f3f3;}
.adad img{float:left;width:100%;height:100%;}
.player{float:left;width:100%;position:relative;}
.player .aplayer{margin:0;box-shadow:none;border-radius:0;}
#player{width:100%;height:100%;display:none;}
#loading{float:left;width:100%;min-height:66px;color:#666;background:#fff;font-size:12px;line-height:66px;text-align:center}
.playlist{float:left;width:100%;height:400px;background:#fff;border-top:1px #ececec solid;overflow-x:hidden;}
.playlist::-webkit-scrollbar{width:6px;background:#f0f0f0;}
.playlist::-webkit-scrollbar-track{background:#f0f0f0;}
.playlist::-webkit-scrollbar-thumb{height:20px;background:#e3e3e3;}
.playlist .loading{float:left;width:100%;height:100%;background:url(../images/loading.gif) center no-repeat;}
.playlist li{float:left;width:calc(100% - 20px);font-size:13px;height:30px;line-height:30px;padding:5px 10px;overflow:hidden;}
.playlist li:nth-child(2n){background:#f6f6f6;}
.playlist li a.on{color:#ff9999;font-weight:bold;}
.playlist .nonere{float:left;width:calc(100% - 10px);text-align:center;line-height:30px;color:#999;margin:5px;}
.copyright{float:left;width:100%;background:#f9f9f9;border-top:1px #ececec solid;padding:20px 0;color:#888;text-align:center;}
.copyright a{color:#888;}
.copyright a:hover{color:#333;}
.copyright li{float:left;width:100%;line-height:24px;}
.copyright li span{margin:0 10px;}
.copyright .btmenu{float:left;width:100%;height:40px;line-height:40px;}
.copyright .btmenu a{margin:0 8px;}
.layer-tc{float:left;width:calc(100% - 20px);line-height:24px;color:#666;margin:10px;}
@media screen and (min-width:768px){
.container{width:600px;}
.playlist{height:620px;}
}