/*=================== Player Style ====================*/
.wrap{
	_display: none;
}
.wrapIn_ie {
    font-family: "Microsoft YaHei","微软雅黑";
    font-size: 20px;
    line-height: 20px;
    margin-top: 100px;
    text-align: center;
}
.wrapIn_ie .androidDownBtn{
	background: none;
}
.wrapIn_ie{
	display: none;
	_display: block;
}
.closeBtn{
    background:url(/assets/sg/images/playerImgs.png) no-repeat right -120px;
    width: 17px;
    height: 17px;
    display: inline-block;
    cursor: pointer;
    float: right;
}
.myradioContent{
    width: 760px;
    margin-left:32px;
}
.logo{
    margin:0 0 0px 0px;
}
.myRadio{
    width:760px;
    height:384px;
}
.myRadio .leftBorder,
.myRadio .rightBorder,
.myRadio .content{
    background:url(/assets/sg/images/playerBg.png) no-repeat;
    width:10px;
    height:384px;
}
.myRadio .rightBorder{
    background-position:-10px 0;
}
.myRadio .content{
    background-position:0 -385px;
    background-repeat: repeat-x;
    width: auto;
    margin: 0 10px;
    height: 338px;
    padding:20px 44px 32px 20px;
}
.audioInfo .scrollbar{
    visibility: hidden;
}
.audioInfo:hover .scrollbar{
    visibility: visible;
}
.speaker{
    float: left;
    width:276px;
    padding: 34px 0 0 25px;
}
.audioInfo{
    width: 328px;
    height: 355px;
    background: #dedbcf;
    padding:7px 7px 8px 30px;
    float: left;
    position: relative;
    display: none;
}
.audioInfo .scrollbar{
    height: 320px;
}
.scrollContent{
    width: 305px;
    height: 305px;
    overflow: hidden;
    padding-bottom: 20px;
}
.scrollContent img{
    max-width: 305px;
    margin: 0 auto;
}
#audioScroll{
    padding-top: 11px;
}
.audioInfo .textCenter{
    line-height: 300px;
    color:#867f6f
}
/*播放右侧显示控制块*/
.controlArea{
    float: right;
    width: 268px;
    padding-top:29px;
}
.InfoScreen,
.lightMask{
    background:url(/assets/sg/images/playerImgs.png) no-repeat;
    width: 240px;
    height:78px;
    position: relative;
    padding: 20px 10px 6px 18px;
    font-family: helvetica;
    cursor: pointer;
}
.InfoScreen.onPause{
    background-position: 0 -480px;
}
.lightMask{
    background-position: 0 -110px;
    width:190px;
    height:95px;
    position:absolute;
    z-index: 2;
    left:8px;
    top:6px;
    padding: 0;
    _background: none;
}
.audioMask{
    display:none;
    color: #fff;
    font-size: 16px;
    line-height: 108px;
    width: 285px;
    height:108px;
    text-align: center;
    position: absolute;
    overflow: hidden;
    left:5px;
    top:5px;
    z-index: 3;
    cursor: pointer;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.audioMask span{
    position: relative;
    white-space: nowrap;
    z-index: 1;
}
.blackMask{
    background: #2d2b27;
    position: absolute;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    opacity: 0.6;
    width: 285px;
    height: 108px;
    top:0;
    left: 0;
}
.raidoName{
    font-size:15px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 18px;
}
.raidoBand{
    font-size: 12px;
    font-weight: bold;
    color:#515151;
    text-align: right;
    padding-right:37px;
}
.radioInfo{
    line-height: 16px;
    padding:4px 0 7px 0 ;
}
.radioInfo dt{
    padding-right:4px;
}
.radioInfo dd{
    width:210px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.progressBar{
    background:#d2cebc ;
    height:3px;
    width:262px;
    margin:22px 0 0 2px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.progressBar .ui-slider-range,
.loadBar{
    background:#bcb8a6;
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    z-index: 2;
}
.loadBar{
    background:#f6f5ec;
    z-index: 1;
}
.playOption{
    text-align: right;
    padding:2px 1px 0 0;
}
.playOption span,
.playOption i{
    vertical-align: top;
}
.restTime{
    color:#867f6f;
    padding-right: 5px;
}
.volume{
    display: inline-block;
    height: 14px;
    padding-top: 2px;
}
.volumeIco{
    background:url(/assets/sg/images/playerImgs.png) no-repeat right 0;
    width: 16px;
    height: 14px;
    display: inline-block;
    cursor: pointer;
}
.volumeIco:hover,
.volumeIco:active{
    background-position: right -20px;
}
.voiceControl {
    width: 0px;
    overflow:hidden;
    display:inline-block;
}
.voiceControl .inner{
    background-color: #b0ac9b;
    border-color: #d9d6c4;
    border-style: solid;
    border-width: 4px 3px;
    width:41px;
    display:block;
    margin: 1px 3px 0 2px;
    height:4px;
    cursor:pointer;
    text-align: left;
}
.voiceControl .ui-slider-range{
    background:#fff;
    height: 4px;
}
/* 功能按键 */
.controlBtns{
    padding-top:21px;
}
.searchFmBtn,
.playNext,
.playBtn,
.listBtn,
.singleListBtn,
.moreBtn{
    background:url(/assets/sg/images/playerImgs.png) no-repeat  0 -220px;
    width:50px;
    height:70px;
    display: inline-block;
    vertical-align: top;
    margin: 34px 5px 0 0;
}
.listBtn:active,
.singleListBtn:active{
    background-position: 0px -300px;
}
.playBtn{
    background-position: -55px -220px;
}
.pauseBtn{
    background-position: -55px -300px;
}
.playNext{
    background-position: -110px -220px;
}
.playNext:active{
    background-position: -110px -300px;
}
.searchFmBtn{
    width: 70px;
    height: 110px;
    background-position:-180px -220px;
    margin:6px 0 0 29px;
    _margin:6px 0 0 20px;
}
.searchFmBtn:active{
    background-position:-260px -220px;
}
.controlBtns a{
    width: 50px;
    height:50px;
    margin-left:2px;
    display: block;
}
.searchFmBtn a{
    width:70px;
    height:70px;
    margin-top:18px;
}
/*分享音频*/
.myRadio .share,
.mainShare{
    float: right;
    margin:-10px 30px 0 0;
    position: relative;
    display: none;
}
.mainShare{
    margin:23px 0 0 0;
}
.mainShare .shareSites{
    top:-12px;
}
.mainShare .shareText{
    color: #c0bcaf;
    font-size: 12px;
}
.shareBtn,
.shareSites a{
    background:url(/assets/sg/images/playerImgs.png) no-repeat  right -50px;
    width: 21px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    margin-top:12px;
}
.shareBtn:hover{
    background-position: right -80px;
}
.shareSites{
    display: inline-block;
    height: 38px;
    overflow: hidden;
    position:absolute;
    text-align: left;
    z-index: 1;
    vertical-align: top;
    left: -130px;
    width: 130px;
}
.shareSites .inner{
    display: block;
    width: 130px;
}
.shareSites a{
    width: 36px;
    height: 36px;
    line-height: 10em;
    margin: 0 7px 0 0;
    vertical-align: middle;
}

.shareSites a span{
    background: none !important;
    line-height: 10em !important;
    font-size: 0 !important;
}
a.share_wx{
    background-position: 0 -390px;
}
a.share_wx:hover{
    background-position: 0 -430px;
}
a.share_sina{
    background-position: -43px -390px;
    display: none;
}
a.share_sina:hover{
    background-position: -43px -430px;
}
a.share_qzone{
    background-position: -129px -390px;
}
a.share_qzone:hover{
    background-position: -129px -430px;
}
a.share_qq{
    background-position: -172px -390px;
}
a.share_qq:hover{
    background-position: -172px -430px;
}
a.share_douban{
    background-position: -86px -390px;
    display: none;
}
a.share_douban:hover{
    background-position: -86px -430px;
}
a.share_renren{
    background-position: -215px -390px;
    display: none;
}
a.share_renren:hover{
    background-position: -215px -430px;
}
/*左侧菜单*/
.leftSlide{
    width:272px;
    padding-right: 17px;
    height: 100%;
    background: url(/assets/sg/images/leftBorder.png) repeat-y right 0;
    position: fixed;
    top: 0;
    left: -244px;
    z-index: 1;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    _display:none;
}
.leftSlide .content{
    height: 100%;
    background: #eceadf;
    position: relative;
}
.searchInput{
    background: url(/assets/sg/images/leftSlide.png) no-repeat 197px -100px;
    border: 1px solid #d1cdbb;
    width:201px;
    height:18px;
    margin-top: 2px;
    padding:4px 7px 6px 10px;
}
.searchInput input{
    border: 0;
    font-size: 11px;
    background: #edeadf;
    width: 180px;
    height:18px;
    color: #867f6f;
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.searchBtn{
    height: 18px;
    width: 17px;
    display:block;
    float: right;
    vertical-align: middle;
    cursor:pointer;
}
.leftSlide.open .arrow{
    background-position: 0 -50px;
}
.leftSlide.open{
    left:0;
}
.leftSlide.open .content{
    padding-left:12px;
}
.leftSlide .arrow{
    background: url(/assets/sg/images/leftSlide.png) no-repeat;
    width:27px;
    height:29px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    _margin-top: 204px;
    cursor: pointer;
    z-index: 10;
}
.openSlide{
    height: 100%;
    position: absolute;
    right: 0;
    width: 31px;
    cursor: pointer;
}
.leftSlide .topContent{
    padding: 42px 61px 19px 0;
}
.radioIcon{
    background: url(/assets/sg/images/leftSlide.png) no-repeat 100px 100px;
    width:17px;
    height:24px;
    display: inline-block;
    margin-bottom: 14px;
}
.listTab{
    width:220px;
    height:36px;
    position: relative;
    margin-bottom: 2px;
}
.listTab a{
    float: left;
    width:109px;
    height:36px;
    line-height:36px;
    text-align: center;
    color: #b7b3a2;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}
.listTab .topArrow{
    background: url(/assets/sg/images/leftSlide.png) no-repeat right 0;
    width: 16px;
    height: 12px;
    position: absolute;
    display: none;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    bottom: -2px;
}
.listTab .splitLine{
    background: #bbbbb4;
    height: 13px;
    border-left: 1px solid #fff;
    width: 1px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 12px;
    margin-left: -1px;
    z-index: 2;
}
.listTab .last{
    width:111px;
}
.listTab a.on .topArrow{
    display: block;
}
.listTab a:hover,
.listTab a.on{
    text-decoration: none;
    color:#867f6f ;
}
.leftScroll{
    width:229px;
    position: relative;
}
.leftScrollBox{
    padding-bottom: 10px;
    overflow: hidden;
}
.loadingText{
    background: url(/assets/sg/images/loading.gif)no-repeat 0 center;
    padding-left: 20px;
    width:55px;
    font-size: 12px;
    color:#908878;
    margin: 0 auto;
}
/*发现电台列表*/
#leftRadioList{
    display: none;
}
.leftListSlide #leftRadioList{
    display: block;
}
.radioList{
    position: relative;
    cursor: pointer;
    width: 220px;
    display: block;
}
.radioList:hover{
    background: #e3ded0;
    text-decoration: none;
}
.radioList img{
    max-width: 50px;
    _width: 50px;
}
.radioInfoBox .radioCover{
    text-align: center;
}
.radioInfoBox img{
    max-width:195px;
    _width:195px;
}
.radioList dl{
    padding:8px 0px 10px 12px;
    position: relative;
}
.radioList .radioCover{
    height: 50px;
    width: 50px;
    overflow: hidden;
    float: left;
    padding-top: 2px;
    position: relative;
}
.radioText{
    float: left;
    padding: 0 0 0 10px;
}
.radioText .radioAuthor{
    color: #a39f8d;
    padding-top: 4px;
}
.radioList .radioName{
    color:#867f6f;
    width:148px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: helvetica;
    font-size:15px;
    vertical-align: middle;
    line-height: 15px;
}
.radioList span.radioNameText{
    font-size: 13px;
    padding-left: 5px;
}
.radioList .radioCnt{
    bottom: 6px;
    color: #a39f8d;
    font-size:9px;
    position: absolute;
    right: 0;
}
.radioCnt .text{
    display: inline-block;
    min-width:28px;
    padding:0 2px;
    text-align: left;
}
.radioList .leftPlayBtn,
.radioList .leftPauseBtn{
    background: url(/assets/sg/images/leftSlide.png) no-repeat  -100px 0px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    top:2px;
    left: 0px;
    display: inline-block;
    margin: 0;
    visibility: hidden;
}
.radioList .leftPlayBtn:active{
    background-position:-100px -50px;
}
.radioList .leftPauseBtn{
    background-position: 0px -150px;
}
.radioCover:hover .leftPlayBtn{
    visibility: visible;
}
.radioList .leftPauseBtn:active{
    background-position: -50px -150px;
}
.leftScroll .jspDrag{
    visibility: hidden;
}
.leftScroll:hover .jspDrag{
    visibility: visible;
}
/*电台详细页*/
.leftRadioSlide .searchInput{
    display: none;
}
.leftRadioSlide  .topContent{
    padding-bottom: 0;
}
#leftRadioInfo{
    display: none;
}
.leftRadioSlide #leftRadioInfo{
    display: block;
}
.leftRadioSlide .radioIcon,
.leftSearchSlide .radioIcon{
    background-position: right -130px;
    width: 73px;
    cursor: pointer;
}
.leftRadioSlide .radioIcon:hover,
.leftSearchSlide .radioIcon:hover{
    background-position: right -170px;
}
.radioInfoBox .radioName{
    font-size: 14px;
    line-height: 19px;
    padding: 22px 0 0 12px;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.radioInfoBox .radioName .radioBand{
    font-size: 18px;
}
.radioInfoBox .radioName span{
    padding-right:10px;
    vertical-align: middle;
}
.radioInfoBox{
    width: 220px;
    color: #867f6f;
}
.radioInfoBox .radioAttr{
    padding-left: 12px;
}
.radioInfoBox .radioAttr img{
    width: 32px;
    height: 32px;
}
.radioInfoBox .radioAttr .avatar{
    width: 32px;
    height: 32px;
    position: relative;
    display: inline-block;
    margin: 0 8px;
}
.radioInfoBox .radioAttr .avatar span{
    background: url(/assets/sg/images/leftThumbMask.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
}
.radioInfoBox .radioAttr .right {
    width: 195px;
    float: left;
}
.radioInfoBox .desc{
    color:#908878;
    font-size: 11px;
    line-height: 16px;
    padding: 5px 0 18px 12px;
}
.radioAttr .left{
    width: 200px;
    height:32px;
    padding: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.audioList{
    width: 220px;
    overflow: hidden;
}
.audioList a{
    padding: 12px 6px 9px 14px;
    display: block;
}
.audioList a:hover{
    background: #d8d5c7;
    text-decoration: none;
}
.audioList a.played{
    background: url(/assets/sg/images/playerCurrent.gif) no-repeat 17px 15px;
    padding-left: 36px;
}
.audioList .left{
    width:150px;
    overflow: hidden;
}
.audioList a.played .left{
    width:135px;
}
.audioList .audioName{
    color:#867f6f;
    font-size: 12px;
    height: 18px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.audioList .aduioTime{
    color:#a7a7a7;
    padding-top: 3px;
}
.audioList .duration{
    color:#b2afaa;
    padding-top: 2px;
}
/*搜索电台或节目*/
#leftSearchList{
    display: none;
}
.leftSearchSlide #leftSearchList{
    display: block;
}
#searchAudioList .audioList{
    margin-top: -2px;
}
.nothing{
    text-align: center;
    padding: 5px 0;
}
/*个人播放器*/
.singlePlay .topNav,
.singlePlayUrl .topNav{
    display: none;
}
.singlePlay .leftSlide .topContent{
    padding-bottom: 6px;
}
.singlePlay #leftRadioInfo,
.singlePlayUrl #leftRadioInfo{
    padding-top: 78px;
}
.singlePlay .topContent .divider,
.singlePlayUrl .topContent .divider{
    margin-top: 9px;
}
.singlePlay .radioIcon,
.singlePlayUrl .radioIcon{
    background-position: -150px 0px;
    margin-bottom: 7px;
}
.singlePlay #leftRadioInfo,
.singlePlayUrl #leftRadioInfo{
    display: block;
}
/*.singlePlay .leftSlide,*/
/*.singlePlayUrl .leftSlide{*/
/*background:none;*/
/*border-right: 1px solid #bfbba8;*/
/*padding-right: 0;*/
/*}*/
.singlePlay .controlBtns,
.singlePlayUrl .controlBtns{
    margin-left:2px;
    padding-top: 2px;
}
.singlePlay .playBtn,
.singlePlayUrl .playBtn,
.singlePlay .playNext,
.singlePlayUrl .playNext{
    margin-left:30px;
}
.singlePlay .myRadio .share,
.singlePlayUrl .myRadio .share{
    margin: -5px 4px 0 0;
}
.moreBtn{
    background-position: right -150px;
    width: 21px;
    height: 21px;
    margin: 48px 0 0 59px;
}
.moreBtn:hover{
    background-position: right -180px;
}
/*底部*/
.downloadLink{
    padding: 10px 0 20px 0;
    margin-top:40px;
    position: relative;
    float: right;
}
.iosDownBtn,
.androidDownBtn{
    background:url(/assets/sg/images/playerImgs.png) no-repeat 0 -600px;
    width: 123px;
    height:39px;
    display: inline-block;
    cursor: pointer;
}
.iosDownBtn{display:none}
.iosDownBtn:hover{
    background-position: 0 -640px;
}
.iosDownBtn:active{
    background-position: 0 -680px;
}
.androidDownBtn{
    background-position: -130px -600px;
}
.androidDownBtn:hover{
    background-position: -130px -640px;
}
.androidDownBtn:active{
    background-position: -130px -680px;
}
.downloadTip{
    background: url(/assets/sg/images/tipImg.png) no-repeat;
    width: 268px;
    height:46px;
    position:absolute;
    top:-34px;
    left:-145px;
}
.closeTip{
    width:18px;
    height:18px;
    display: inline-block;
    right:6px;
    top:4px;
    position: absolute;
    cursor: pointer;
}
.downloadLink{
    display: none;
}
.sougouDown{
    display: block;
}
