@charset "UTF-8";

*{
    padding:0px;
    margin:0px;
}
body{
    font:12px Tahoma, Geneva, sans-serif;
    color:#333;
    background:url('http://js.1ting.com/js.gif') no-repeat;
}
ul{
    list-style:none;
}
a{
    color:#06C;
    text-decoration:none;
}
a:hover{
    color:#F30;
}
/*
.iescrollcolor{
    SCROLLBAR-FACE-COLOR: #CDDEF1;
    SCROLLBAR-HIGHLIGHT-COLOR: #b8d0eb;
    SCROLLBAR-SHADOW-COLOR: #b8d0eb;
    SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
    SCROLLBAR-ARROW-COLOR: #204773;
    SCROLLBAR-TRACK-COLOR: #F9FBFD;
    SCROLLBAR-DARKSHADOW-COLOR: #CDDEF1;
    SCROLLBAR-BASE-COLOR: #b8d0eb
}
*/
img{
    border:0;
}
.head_bg{
    width:100%;
    height:56px;
    background:#D5EFFD url(/v5/r4/player/images/head.gif) left top repeat-x;
}
.head{
    width:960px;
    height:56px;
    margin:0px auto;
}
.head h1.toplogo{
    display:block;
    width:162px;
    height:56px;
    overflow:hidden;
    padding:0px 0px;
    float:left;
}
.head h1.toplogo a{
    display:block;
    width:162px;
    height:56px;
    background:url(/v5/r4/player/images/player_toplogo.png) 0px 0px no-repeat;
    overflow:hidden;
    text-indent:-999em;
}
.head .search{
    height:35px;
    padding-top:12px;
    padding-left:12px;
    float:left;
    position:relative;
    z-index:999;
}
.head .search .option_selected{
    width:76px;
    height:31px;
    background:url(/v5/r4/player/images/head.gif) -132px -123px no-repeat;
    padding-top:4px;
    padding-left:4px;
    float:left;
}
.head .search .option_selected a{
    display:block;
    width:42px;
    height:24px;
    line-height:24px;
    text-align:left;
    padding-left:8px;
}
.head .search .option_list{
    position:absolute;
    left:12px;
    top:43px;
    border:1px solid #1089D1;
    background:#FFF;
    display:none;
}
.head .search .option_list ul{
    width:240px;
    overflow:hidden;
}
.head .search .option_list ul li{
    width:48px;
    height:25px;
    line-height:25px;
    text-align:center;
    float:left;
    border-left:1px solid #EEE;
    margin-left:-1px;
}
.head .search .option_list ul li a{
    display:block;
    width:48px;
    height:25px;
    color:#666;
}
.head .search .option_list ul li a:hover{
    background:#F5FBFE;
}
.head .search .search_box{
    float:left;
    background:url(/v5/r4/player/images/head.gif) 0px -88px repeat-x;
}
.head .search .search_box input{
    width:240px;
    height:15px;
    border:0;
    padding:8px 2px 4px;
    line-height:15px;
    font-size:14px;
    vertical-align:top;
    margin-top:1px;
}
.head .search .search_box button{
    width:68px;
    height:35px;
    vertical-align:top;
    background:url(/v5/r4/player/images/head.gif) -212px -123px no-repeat;
    border:0;
    cursor:pointer;
    overflow:hidden;
    line-height:0px;
    font-size:0px;
    text-indent:-1000em;
}
.head .search .randplay{
    float:left;
    width:103px;
    height:35px;
    background:url(/v5/r4/player/images/head.gif) -177px -158px no-repeat;
    margin-left:2px;
}
.head .search .randplay a{
    width:100px;
    height:32px;
    display:block;
    background:url(/v5/r4/player/images/head.gif) -177px -158px no-repeat;
    overflow:hidden;
    text-indent:-1000px;
}
.head .tlink{
    width:272px;
    height:32px;
    float:right;
    background:url(/v5/r4/player/images/head.gif) right -56px no-repeat;
    margin-top:12px;
    overflow:hidden;
    padding-right:8px;
}
.head .tlink ul{
    padding:8px 0px;
    height:18px;
    line-height:18px;/*18*/
    float:right;
    overflow:hidden;
}
.head .tlink ul li{
    color:#666;
    float:left;
    padding:0px 10px;
    border-left:1px solid #EEE;
    margin-left:-1px;
}
.head .tlink ul li a{
    color:#333;
}
.head .tlink ul li a:hover{
    color:#F30;
}
.main{
    width:960px;
    margin:8px auto 0px;
    position:relative;
    clear:both;
    overflow:hidden;
}

.player{
    width:332px;
    height:544px;
    float:left;
    margin-right:8px;
    background-color:#EDF8FE;
    overflow:hidden;
}
.playact{
    width:332px;
    height:88px;
    background:url(/v5/r4/player/images/player0208.gif) no-repeat;
}
.playact .state{
    width:300px;
    height:24px;
    margin:0px auto;
    overflow:hidden;
    line-height:24px;
    color:#EDF8FE;
}
.playact .state .playedtime,.playact .state .totaltime{
    width:60px;
    height:24px;
    text-align:left;
    float:left;
    font-size:11px;
    letter-spacing:1px;
}
.playact .state .playstate{
    width:180px;
    float:left;
    text-align:center;
}
.playact .state .totaltime{
    text-align:right;
}
.playact .progress{
    width:330px;
    height:8px;
    margin:0px auto;
    overflow:hidden;
    clear:both;
    background:url(/v5/r4/player/images/player0208.gif) 0px -88px no-repeat;
    cursor:pointer;
}
.playact .progress #progress-chanage{
    width:10px;
    height:8px;
    overflow:hidden;
    margin-left:80px;
    cursor:pointer;
}
.playact .action{
    width:320px;
    height:48px;
    margin:0px auto;
    position:relative;
}
.playact .action #play-pause{
    width:40px;
    height:40px;
    position:absolute;
    left:5px;
    top:5px;
}
.playact .action .pause{
    background:url(/v5/r4/player/images/player0208.gif) 0px -96px no-repeat;
}
.playact .action .play:hover{
        background:url(/v5/r4/player/images/player0208.gif) -120px -96px no-repeat;
}
.playact .action .play{
    background:url(/v5/r4/player/images/player0208.gif) -80px -96px no-repeat;
}
.playact .action .pause:hover{
    background:url(/v5/r4/player/images/player0208.gif) -40px -96px no-repeat;
}
.playact .action #music-stop{
    width:32px;
    height:32px;
    position:absolute;
    left:47px;
    top:10px;
}
.playact .action #music-stop:hover{
    background:url(/v5/r4/player/images/player0208.gif) -164px -98px no-repeat;
}
.playact .action #music-pre{
    width:64px;
    height:26px;
    position:absolute;
    left:90px;
    top:12px;
}
.playact .action #music-pre:hover{
    background:url(/v5/r4/player/images/player0208.gif) -81px -136px no-repeat;
}
.playact .action #music-next{
    width:65px;
    height:26px;
    position:absolute;
    left:153px;
    top:12px;
}
.playact .action #music-next:hover{
    background:url(/v5/r4/player/images/player0208.gif) -144px -136px no-repeat;
}
.playact .action .volume{
    width:78px;
    height:8px;
    overflow:hidden;
    position:absolute;
    left:232px;
    top:30px;
    background:url(/v5/r4/player/images/player0208.gif) 64px -136px no-repeat;
    cursor:pointer;
}
.playact .action .volume .volume-chanage{
    width:8px;
    height:8px;
    overflow:hidden;
    margin-left:40px;
    cursor:pointer;
}
.playact .action #volume-max{
    display:block;
    width:16px;
    height:16px;
    overflow:hidden;
    position:absolute;
    top:11px;
    left:295px;
}
.playact .action #volume-max:hover
{
    background:url(/v5/r4/player/images/player0208.gif) -198px -114px no-repeat;
}
.playact .action #volume-min{
    display:block;
    width:16px;
    height:16px;
    overflow:hidden;
    position:absolute;
    top:11px;
    left:231px;
}
.playact .action #volume-min:hover{
    background:url(/v5/r4/player/images/player0208.gif) -198px -98px no-repeat;
}
.tabs{
    width:324px;
    height:27px;
    position:relative;
    z-index:10;
    padding:0px 3px;
    border-left:1px solid #8BB5E4;
    border-right:1px solid #8BB5E4;
    overflow:hidden;
}
.tabs a{
    float:left;
    width:88px;
    height:27px;
    line-height:27px;
    text-align:center;
    text-decoration:none;
    color:#4C618F;
    margin-right:2px;
    background:url(/v5/r4/player/images/player0208.gif) -88px -182px no-repeat;
    overflow:hidden;
}
.tabs a:hover{
    color:#000;
}
.tabs a.selected{
    font-weight:bold;
    color:#222;
    line-height:31px;
    background:url(/v5/r4/player/images/player0208.gif) 0px -182px no-repeat;
}
.lists{
    width:324px;
    height:400px;
    border-left:1px solid #8BB5E4;
    border-right:1px solid #8BB5E4;
    overflow:hidden;
    padding:0px 3px;
    position:static;
    margin-top:-1px;
    z-index:5;
    background-color:#EDF8FE;
}
ul.mlist {
    background:#FFF;
    clear:both;
    posit//ion:relative;
}
ul.mlist li{
    height:21px;
    border-bottom:1px solid #EEE;
    padding:5px 2px 5px 24px;
    overflow:hidden;
    position:relative;
    clear:both;
        background:#fff;
        display:block;
}
ul.mlist li a{
    color:#333;
    text-decoration:none;
}
ul.mlist li input{
    position:absolute;
    left:6px;
    top:9px;
    *left:3px;
    *top:5px;
}
ul.mlist li span.songtitle{
    display:block;
    height:21px;
    line-height:21px;
    overflow:hidden;
}
ul.mlist li span.songtitle small{
    font-size:11px;
    color:#888;
    float:left;
}
ul.mlist li span.songtitle a:hover{
    color:#F00;
    text-decoration:underline;
}
ul.mlist li .action{
    height:15px;
    padding:3px 0px 3px 8px;
    background:#F5FBFE;
    overflow:hidden;
    position:absolute;
    right:0px;
    top:5px;
    visibility:hidden;
}
ul.mlist li .action a{
    width:15px;
    height:15px;
    overflow:hidden;
    font-size:0px;
    line-height:0px;
    margin-right:2px;
    text-indent:-1000px;
    float:left;
    filter:alpha(opacity=60);
    opacity:0.6;
}
ul.mlist li .action a:hover{
    filter:alpha(opacity=100);
    opacity:1.0;
}
ul.mlist li .action a.tofav{
    background:url(/v5/r4/player/images/player0208.gif) 0px -146px no-repeat;
}
ul.mlist li .action a.toplaylist{
    background:url(/v5/r4/player/images/player0208.gif) -15px -146px no-repeat;
}
ul.mlist li .action a.moveup{
    background:url(/v5/r4/player/images/player0208.gif) -30px -146px no-repeat;
}
ul.mlist li .action a.movedown{
    background:url(/v5/r4/player/images/player0208.gif) -45px -146px no-repeat;
}
ul.mlist li .action a.remove{
    background:url(/v5/r4/player/images/player0208.gif) -60px -146px no-repeat;
}
ul.mlist li .action a.toplaylist-succeed,ul.mlist li .action a.toplaylist-succeed:hover{
    background:url(/v5/r4/player/images/player0208.gif) -30px -146px no-repeat;
    filter:alpha(opacity=100);
    opacity:1.0;
    cursor:default;
}
ul.mlist li.playing{
    background:#F7FFCD;
}
ul.mlist li.playing span.songtitle small{
    padding-right:14px;
    background:url(/v5/r4/player/images/player0208.gif) right -98px no-repeat;
}
ul.mlist li.playing span.songtitle,ul.mlist li.playing span.songtitle a{
    color:#390;
}

ul.mlist li.mouseon{
    background:#F5FBFE url(/v5/r4/player/images/player0208.gif) 0px -209px repeat-x;
}
ul.mlist li.mouseon .action{
    visibility:visible;
}
.lists .listbox{
    height:360px;
    overflow:auto;
    position:relative;
    padding:4px 2px;
}

.lists .listaction{
    width:314px;
    height:20px;
    padding:4px;
    border-top:1px solid #8CB6E4;
    overflow:hidden;
    background:#F7FCFF;
    clear:both;
}
.lists .listaction a{
    height:20px;
    border:0;
    overflow:hidden;
    line-height:2000%;
}
.lists .listaction .btn_select{
    width:68px;
    background:url(/v5/r4/player/images/player0208.gif) -166px -162px;
    float:left;
    margin-right:4px;
}
.lists .listaction .btn_tofav{
    width:48px;
    background:url(/v5/r4/player/images/player0208.gif) 0px -162px;
    float:left;
    margin-right:4px;
}
.lists .listaction .btn_toplaylist{
    width:72px;
    background:url(/v5/r4/player/images/player0208.gif) -94px -162px;
    float:left;
    margin-right:4px;
}
.lists .listaction .btn_remove{
    width:48px;
    background:url(/v5/r4/player/images/player0208.gif) -47px -162px;
    float:left;
}
.lists .listaction .btn_addmusic{
    width:72px;
    float:right;
    background:url(/v5/r4/player/images/player0208.gif) -215px -98px;
}
.lists .loading{
    width:240px;
    text-align:center;
    padding-top:120px;
    margin:0px auto;
    color:#5996D9;
}
.lists .loading img{
    vertical-align:middle;
}
.playlist{
    width:322px;
    height:398px;
    overflow:hidden;
    border:1px solid #8CB6E4;
    background-color:#FFF;
}

.historylist{
    width:322px;
    height:398px;
    overflow:hidden;
    border:1px solid #8CB6E4;
    background-color:#FFF;
    display:none;
}

.musicbox{
    width:322px;
    height:398px;
    overflow:hidden;
    border:1px solid #8CB6E4;
    background-color:#FFF;
    display:none;
}
.musicbox dl{
    position:relative;
}
.musicbox dl dt{
    height:27px;
    overflow:hidden;
    background:#EEF7FD;
    border:1px solid #D2EBFB;
    border-top:1px solid #80B5DF;
    position:relative;
}
.musicbox dl dt input{
    position:absolute;
    left:4px;
    top:7px;
    *left:1px;
    *top:3px;
}
.musicbox dl dt span.boxtitle{
    height:27px;
    line-height:27px;
    position:absolute;
    left:24px;
    padding-left:14px;
    background:url(/v5/r4/player/images/player0208.gif) -320px -138px no-repeat;
}
.musicbox dl.open dt span.boxtitle{
    background:url(/v5/r4/player/images/player0208.gif) -320px -116px no-repeat;
}
.musicbox dl dt span.boxtitle a{
    font-weight:bold;
}
.musicbox dl dt span.boxtitle a:hover{
    color:#000;
}
.musicbox dl dt span.boxtitle small{
    font-size:12px;
    color:#777;
}
.musicbox dl dd{
    position:relative;
    padding-top:2px;
    display:none;
}
.musicbox dl.open dd{
    display:block;
}
.playmode{
    width:330px;
    height:21px;
    border-left:1px solid #8BB5E4;
    border-right:1px solid #8BB5E4;
    border-bottom:1px solid #8BB5E4;
    overflow:hidden;
    padding:4px 0px;
}
.playmode ul{
    float:right;
}
.playmode ul li{
    float:left;
    height:21px;
    line-height:21px;
    margin-right:3px;
    overflow:hidden;
}
.playmode a{
    width:32px;
    padding-left:24px;
    float:left;
    color:#069;
    background-image:url(/v5/r4/player/images/player0208.gif);
    background-repeat:no-repeat;
    filter:alpha(opacity=50);
    opacity:0.5;
}
.playmode a:hover{
    color:#069;
    filter:alpha(opacity=100);
    opacity:1;
}
.playmode ul li.loop a{
    background-position:-236px -146px;
}
.playmode ul li.rand a{
    background-position:-236px -166px;
}
.playmode ul li.single a{
    background-position:-236px -186px;
}
.playmode ul li.selected{
    background:url(/v5/r4/player/images/player0208.gif) -178px -186px no-repeat;
}
.playmode ul li.selected a,.playmode ul li.selected a:hover{
    filter:alpha(opacity=100);
    opacity:1;
}

.song{
    width:312px;
    height:474px;
    float:left;
    margin-top:68px;
    border-top:1px solid #98BFEB;
    border-bottom:1px solid #98BFEB;
    background:#FFF;
}
.songinfo{
    height:64px;
    border-left:1px solid #98BFEB;
    border-right:1px solid #98BFEB;
    padding:8px;
    overflow:hidden;
}
.songinfo .albumpic{
    width:74px;
    height:64px;
    float:left;
}
.songinfo .songtitle{
    width:200px;
    height:22px;
    line-height:22px;
    float:left;
    font-size:14px;
    overflow:hidden;
    font-weight:bold;
}
.songinfo .singer,.songinfo .album{
    width:200px;
    height:22px;
    line-height:22px;
    float:left;
    overflow:hidden;
    color:#999;
}
.songinfo .singer a,.songinfo .album a{
    color:#666;
    margin-left:4px;
}
.songinfo a:hover{
    color:#F00;
}
.songact{
    height:36px;
    border-left:1px solid #98BFEB;
    border-right:1px solid #98BFEB;
    background:url(/v5/r4/player/images/songact_hr.gif) center bottom no-repeat;
    overflow:hidden;
    clear:both;
    padding-top:4px;
}
.songact a{
    width:52px;
    height:24px;
    line-height:24px;
    overflow:hidden;
    float:left;
    padding-left:48px;
    font-weight:bold;
}
.songact .fav{
    background:url(/v5/r4/player/images/songact_ico.gif) 24px 4px no-repeat;
    border-right:1px solid #EEE;
}
.songact .down{
    background:url(/v5/r4/player/images/songact_ico.gif) 24px -26px no-repeat;
}
.songact .nice{
    background:url(/v5/r4/player/images/songact_ico.gif) 24px -58px no-repeat;
    border-left:1px solid #EEE;
}
.songact .google1{
    width:90px;
    height:20px;
    overflow:hidden;
    float:left;
    padding:2px 0px;
    padding-left:10px;
    border-left:1px solid #EEE;
}
.share{
    height:16px;
    overflow:hidden;
    clear:both;
    border-left:1px solid #98BFEB;
    border-right:1px solid #98BFEB;
    padding:8px;
    line-height:16px;
    overflow:hidden;
}
.share strong{
    float:left;
    padding:0px 6px;
}
.share a{
    width:16px;
    height:16px;
    float:left;
    margin-right:8px;
    overflow:hidden;
    font-size:0px;
    line-height:2000%;
    overflow:hidden;
    background-image:url(/v5/r4/player/images/share_ico.gif);
    background-repeat:no-repeat;
}
.share a.ico_qq{
    background-position:0px 0px;
}
.share a.ico_baidu{
    background-position:-16px 0px;
}
.share a.ico_kaixin{
    background-position:-32px 0px;
}
.share a.ico_renren{
    background-position:-48px 0px;
}
.share a.ico_douban{
    background-position:-64px 0px;
}
.share a.ico_sina{
    background-position:-80px 0px;
}
.share a.ico_myspace{
    background-position:-96px 0px;
}
.share a.ico_delicious{
    background-position:-112px 0px;
}
.share a.ico_tsohu{
    background-position:-128px 0px;
}
.share a.ico_t163{
    background-position:-144px 0px;
}
.share a.ico_qzone{
    background-position:-160px 0px;
}
.share a.ico_tqq{
    background-position:-176px 0px;
}
.mobile{
    height:30px;
    border-left:1px solid #98BFEB;
    border-right:1px solid #98BFEB;
    background:url(/v5/r4/player/images/mobile_bg.gif) left -30px repeat-x;
    overflow:hidden;
}
.mobile strong{
    width:66px;
    height:30px;
    line-height:30px;
    font-weight:normal;
    padding-left:30px;
    background:url(/v5/r4/player/images/mobile_bg.gif) -56px 0px no-repeat;
    float:left;
}
.mobile input{
    width:150px;
    height:17px;
    border:1px solid #E682B1;
    font-size:12px;
    line-height:17px;
    padding:2px;
    margin:3px;
    float:left;
    color:#666;
}
.mobile button{
    width:48px;
    height:24px;
    border:0;
    background:url(/v5/r4/player/images/mobile_bg.gif) -5px -5px no-repeat;
    font-size:12px;
    float:left;
    margin-top:4px;
}
.lyric{
    height:286px;
    border-left:1px solid #98BFEB;
    border-right:1px solid #98BFEB;
    background:#FBFEFF;
    padding:3px;
    overflow:hidden;
    position:relative;
}
.lyric .lrcact{
    height:26px;
    overflow:hidden;
    padding:4px 8px 0px;
}
.lyric .lrcact{
    height:26px;
    overflow:hidden;
    padding:4px 0px 0px 8px;
}
.lyric .lrcact strong{
    float:left;
    color:#2978CF;
    width:32px;
    height:26px;
    line-height:23px;
}
.lyric .lrcact input{
    font-size:12px;
    float:left;
}
.lyric .lrcact input[type='checkbox']{
    margin: 5px 4px 0 3px;
    *margin:-1px 0 1px 1px;
    _vertical-align:middle;
}
* html .lyric .lrcact input{
    margin:1px 0 0 -2px;
}
.lyric .lrcact label{
    float:left;
    width:48px;
    height:26px;
    line-height:23px;
    color:#777;
    margin-right:12px;
}
.lyric .lrcact a{
    float:left;
    height:26px;
    line-height:23px;
    margin-right:8px;
}
.lyric .lrcbox{
    width:302px;
    height:254px;
    background:#FFF;
    border:1px solid #CFDFF4;
    overflow:hidden;
    text-align:center;
    line-height:25px;
    font-size:14px;
    color:#666;
}
.lyric .lrcbox p{
    height:25px;
    line-height:25px;
}

.addmusic{
    width:308px;
    height:472px;
    background:#FFF;
    border:2px solid #12A5F8;
    position:absolute;
    top:68px;
    left:340px;
    overflow:hidden;
    z-index:2147483646;
}
.addmusic .box_title{
    width:292px;
    height:24px;
    background:#F7FCFF;
    border-bottom:1px solid #EDF8FE;
    overflow:hidden;
    line-height:24px;
    clear:both;
    padding:0px 8px;
}
.addmusic .box_title h3{
    font-size:12px;
    float:left;
}
.addmusic .box_title a.close{
    float:right;
}
.addmusic .search{
    height:30px;
    padding:10px;
    overflow:hidden;
}
.addmusic .search input{
    float:left;
    width:220px;
    height:21px;
    padding:3px;
    border:1px solid #12A5F8;
    font-size:12px;
    line-height:21px;
}
.addmusic .search button{
    width:60px;
    height:29px;
    background:#12A5F8;
    color:#FFF;
    border:0px;
    float:left;
    font-size:14px;
    letter-spacing:4px;
}
.addmusic .musiclist{
    padding:0px 8px;
    display:none;
}
.addmusic .musiclist ul{
    width:292px;
    height:364px;
    border-top:1px solid #DDD;
    overflow:hidden;
}
.addmusic .musiclist ul li{
    height:29px;
    border-bottom:1px solid #EEE;
    line-height:29px;
    overflow:hidden;
    position:relative;
}
.addmusic .musiclist ul li small{
    font-size:11px;
    margin-left:4px;
    color:#999;
}
.addmusic .musiclist ul li a.songtitle{
    color:#666;
}
.addmusic .musiclist ul li a.songtitle:hover{
    color:#F30;
}
.addmusic .musiclist ul li a.addtolist{
    position:absolute;
    top:7px;
    right:1px;
    width:14px;
    height:14px;
    overflow:hidden;
    line-height:2000%;
    background:#FFF url(/v5/r4/player/images/mlist_action.gif) -50px -24px no-repeat;
    border:1px solid #FFF;
}
.addmusic .musiclist ul li a.addtolist:hover{
    background-color:#EDF8FE;
    border:1px solid #BEE7FC;
}
.addmusic .musiclist .pages{
    width:292px;
    height:23px;
    overflow:hidden;
    padding-top:4px;
}
.addmusic .musiclist .pages a{
    display:block;
    width:64px;
    height:21px;
    border:1px solid #529CE7;
    text-align:center;
    line-height:21px;
}
.addmusic .musiclist .pages a:hover{
    background:#529CE7;
    color:#FFF;
}
.addmusic .musiclist .pages a.page_pre{
    float:left;
}
.addmusic .musiclist .pages a.page_next{
    float:right;
}
.addmusic .hotkeyword{
    width:292px;
    height:348px;
    border-top:1px solid #EEE;
    overflow:hidden;
    padding:8px 0px;
    margin:0px auto;
    display:none;
}
.addmusic .hotkeyword h3{
    font-size:12px;
    color:#555;
    line-height:25px;
}
.addmusic .hotkeyword p{
    padding:4px;
}
.addmusic .hotkeyword p a{
    white-space:nowrap;
    line-height:25px;
    margin-right:8px;
    vertical-align:middle;
}
.addmusic .loading{
    width:240px;
    text-align:center;
    padding-top:120px;
    margin:0px auto;
    color:#5996D9;
}
.addmusic .loading img{
    vertical-align:middle;
}

.addmusic_arrow{
    width:9px;
    height:18px;
    overflow:hidden;
    background:url(/v5/r4/player/images/player0208.gif) -287px -99px no-repeat;
    position:absolute;
    left:333px;
    top:488px;
    z-index:2147483647;
}
.nexusmusic{
    width:642px;
    height:230px;
    overflow:hidden;
    background:#EDF8FE;
    padding:4px;
    border:1px solid #D0D7F1;
    float:left;
}
.nexusmusic dl
{
    width:642px;
    height:230px;
    background:#FFF;
    overflow:hidden;
}
.nexusmusic dl dt{
    width:632px;
    height:29px;
    line-height:29px;
    margin:0px auto;
    border-bottom:1px solid #EEE;
    text-indent:4px;
    font-weight:bold;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.nexusmusic dl dt strong{
    color:#F60;
}
.nexusmusic dl dd{
    width:640px;
    margin:0px auto;
}
.nexusmusic dl dd ul{
    width:636px;
    height:164px;
    margin:0px auto;
    padding:4px 0px;
}
.nexusmusic dl dd ul li{
    width:200px;
    height:23px;
    float:left;
    overflow:hidden;
    padding:2px 0px 2px 12px;
    line-height:23px;
}
.nexusmusic dl dd ul li input{
    font-size:12px;
    float:left;
}
.nexusmusic dl dd ul li input[type='checkbox']{
    margin: 5px 4px 0 3px;
    *margin:-1px 0 1px 1px;
    _vertical-align:middle;
}
* html .nexusmusic dl dd ul li input{
    margin:1px 0 0 -2px;
}
.nexusmusic dl dd .action{
    width:632px;
    height:30px;
    margin:0px auto;
    text-align:center;
    overflow:hidden;
    background:#FFF url(/v5/r4/player/images/mlist_action.gif) 0px -70px repeat-x;
}
.nexusmusic dl dd .action p{
    width:216px;
    height:23px;
    display:block;
    margin:0px auto;
    padding-left:6px;
}
.nexusmusic dl dd .action a{
    height:23px;
    border:0px;
    font-size:0px;
    line-height:1000px;
    overflow:hidden;
    background-color:#FFF;
    outline:hidden;
    display:block;
    float:left;
    margin-right:6px;
}
.nexusmusic dl dd .action .btn_select{
    width:70px;
    background:#FFF url(/v5/r4/player/images/mlist_action.gif) 0px -46px repeat-x;
}
.nexusmusic dl dd .action .btn_play{
    width:50px;
    background:#FFF url(/v5/r4/player/images/mlist_action.gif) 0px -23px repeat-x;
    display:none;
}
.nexusmusic dl dd .action .btn_add{
    width:78px;
    background:#FFF url(/v5/r4/player/images/mlist_action.gif) 0px 0px repeat-x;
}
.userbox{
    width:290px;
    height:230px;
    overflow:hidden;
    background:#EDF8FE;
    padding:4px;
    border:1px solid #D0D7F1;
    float:right;
}
.userbox dl
{
    width:290px;
    height:230px;
    background:#FFF;
    overflow:hidden;
}
.userbox dl dt{
    width:280px;
    height:29px;
    line-height:29px;
    margin:0px auto;
    border-bottom:1px solid #EEE;
    text-indent:4px;
    font-weight:bold;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.userbox dl dt strong{
    color:#F60;
}
.userbox dl dd{
    width:288px;
    margin:0px auto;
    padding:8px 0px;
}
.userbox dl dd ul{

}
.userbox dl dd ul li{
    width:72px;
    height:88px;
    float:left;
    overflow:hidden;
    padding-bottom:8px;
}
.userbox dl dd ul li a{
    width:72px;
    height:70px;
    text-align:center;
    display:block;
    cursor:pointer;
}
.userbox dl dd ul li a .userpic{
    display:block;
    width:48px;
    height:48px;
    margin:0px auto;
}
.userbox dl dd ul li a .username{
    display:block;
    width:72px;
    height:22px;
    margin:0px auto;
    line-height:24px;
    text-align:center;
    overflow:hidden;
}
.userbox dl dd ul li span.usercity{
    display:block;
    width:72px;
    height:21px;
    text-align:center;
    overflow:hidden;
    color:#888;
    display:none;
}

.comment{
    width:960px;
    margin:8px auto 0px;

}
.comment .comment_title{
    width:960px;
    height:28px;
    overflow:hidden;
    background:url(/v5/r4/player/images/comment_title_bg.gif) repeat-x;
}
.comment .comment_title h2{
    font-size:14px;
    line-height:28px;
    text-indent:12px;
    color:#FFF;
    float:left;
}
.comment .comment_box{
    width:958px;
    overflow:hidden;
    border:1px solid #8CB6E4;
}
.comment .comment_box iframe{
    width:100%;
}
.toplaylist_tips{
    width:116px;
    height:21px;
    line-height:21px;
    padding:0px 4px 0px 4px;
    border:1px solid #333;
    background-color:#FFD;
    position:absolute;
    z-index:9999;
    display:block;
}
.foot{
    width:960px;
    margin:8px auto 0px;
    padding:8px 0px;
}
.foot p.copyright, .foot p.icp{
    text-align:center;
    line-height:21px;
}
.foot p.copyright a{
    font-weight:bold;
}

a:focus{
    outline:0;
}
#musicbox .remove{
    display:none;
}
