/*
css reset
*/
html, body, body div, span, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, em, img,
small, strong, dl, dt, dd, ol, ul, li, fieldset, form, label,
article, aside, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    line-height: 1.4;
    font-family: Sans-Serif;
    font-size: 16px;
    color: #333;
    background: #fff;
    min-height:480px;
    overflow-y:hidden;
}
:focus {
    outline: 0;
}
ol, ul {
    list-style: none;
}
a, a:hover {
    color:#333;
	text-decoration: none;
}

/* 公用样式 */
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

header {
    background: #0099FD;
    height: 44px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -mz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #1C729F;
}

header h1 {
    line-height: 45px;
    color:#FFF;
    padding:0 4px;
    font-size:18px;
    font-weight: 800;
    text-align: center;
    width: 82px;
    -webkit-box-flex:1;
    -webkit-flex:auto;
    flex:auto;
}

header .search{
    -webkit-box-ordinal-group: 1;
    -webkit-box-flex:0;
    -webkit-flex:none;
    flex:none;
    padding:0;
}

.common-search {
    width:70px;
    height:44px;
    background: url('../image/mobile/seach_icon_normal2.png') no-repeat 100% 50%;
    background-size: 22px 22px;
    -webkit-box-ordinal-group: 1;
    -webkit-box-flex:0;
    -webkit-flex:none;
    flex:none;
    margin:auto 10px auto 0;
}

header .buttons{
    -webkit-box-ordinal-group: 1;
    -webkit-box-flex:0;
    -webkit-flex:none;
    flex:none;
    width:80px;
}

header .common-download{
    width:80px;
    height:46px;
    line-height:28px;
    background: url('../image/mobile/kehuduan_icon_normal.png') no-repeat 10px 50%;
    background-size: 52px 23px;
}

header .common-download:active{
    background-image: url('../image/mobile/kehuduan_icon_press.png');
}

header.canback .common-download{
    display: none;
}

header .search form{
    position: relative;
    display: none;
}

header .search  .search-wrap-content {
    height: 36px;
    padding: 4px 0;
    width: 100%;
}

header .search  .search-wrap-content input {
    margin:0;
    padding: 0 10px;
    border: 0;
    height: 36px;
    display: block;
    width: 100%;
    line-height: 36px;
    font-size: 18px;
}

header .search  .search-cancel-button {
    position: absolute;
    top:0;
    right:0px;
    display: block;
    background: url('../image/mobile/delete_icon2.png') no-repeat 50% 50%;
    background-size: 20px 20px;
    -webkit-flex:none;
    flex:none;
    height:44px;
    width: 40px;
    outline: none;
}

header .search  .search-cancel-button:focus{
    border: none;
}

header .common-back{
    width:50px;
    height:44px;
    background: url('../image/mobile/back_icon_normal_big.png') no-repeat 50% 50%;
    background-size: 22px 18px;
    cursor: pointer;
}


header.searching .search{
    -webkit-box-ordinal-group: 1;
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1;
    padding:0 10px;
}

header.searching .buttons,
header.searching #title,
header.searching #search-show-button{
    display: none;
}

header.searching .search form{
    display: block;
}

header .search .common-search{
    display: block;
}

.nav{
    background-color: #E5E5E5;
    height:32px;
}

.nav ul{
    background-color: #E5E5E5;
    height:32px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -mz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.nav ul li{
    -webkit-box-ordinal-group: 1;
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1;
    line-height: 30px;
    text-align: center;
}

.nav ul li a{
    display: block;
}

.nav ul li.active{
    background-color: #F9F9F9;
    border-bottom: 1px solid #017FD3;
    color: #0099FD;
    overflow: hidden;
}

.nav ul li.active a{
    display: block;
    border-bottom: 2px solid #0099FD;
}

nav{
    background-color: #E5E5E5;
    height:40px;
    position: relative;
}

nav h1 {
    height: 40px;
    line-height: 40px;
    color:#B3B3B3;
    font-size:16px;
    font-weight: normal;
    text-align: center;
    text-overflow:ellipsis;
    overflow: hidden;
    margin: 0 50px;
}

nav.playing{
    background: #28a3e4;
    height:45px;
    color:#fff;
}

nav.playing #title{
    color:#fff;
    height: 45px;
    line-height: 45px;
}

nav.playing .common-back{
    background-image: url("../image/mobile/common.png");
    background-repeat: no-repeat;
    -webkit-background-size: 121px 350px;
    -moz-background-size: 121px 350px;
    -o-background-size: 121px 350px;
    background-size: 121px 350px;
    background-position: 0 -19px;
    width:22px;
    height:19px;
    margin:12px 0 0 10px;
    cursor: pointer;
}

.content-wrapper {
    position: relative;
    padding-bottom: 10px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width:100%;
    z-index: 10;
}

footer section {
    height:60px;
    background: rgba(24,24,24,.9);
    border-top: 1px solid #666;
    box-shadow: 0px -2px 6px rgba(0,0,0,.3);
    color: #fff;
    display: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

footer section aside, footer section article, footer section span.time{
    height:60px;
}

footer section aside {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

footer section aside img{
    width: 45px;
    height: 45px;
    overflow: hidden;
    margin:8px 8px;
    border-radius: 2px;
}

footer section article {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height:60px;
    overflow: hidden;
    padding:8px 10px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

footer section article span{
    white-space: nowrap;
    text-overflow:ellipsis;
    height:24px;
    line-height: 24px;
    display:block;
}

footer section article span#nowplay-title {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

footer section article span#nowplay-singer {
    font-size: 12px;
    color: #828282;
}

footer .common-download{
    width:44px;
    height:60px;
    background: url('../image/mobile/bottom_download_icon_normal.png') no-repeat 50% 50%;
    background-size: 26px 26px;
    -webkit-box-flex: 0;
    -webkit-flex:none;
    flex:none;
    cursor: pointer;
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
}

footer .common-download:active,
footer .common-download:hover{
    background-image: url('../image/mobile/bottom_download_icon_press.png');
}

footer .common-next{
    width:44px;
    height:60px;
    background: url('../image/mobile/bottom_next_icon_normal.png') no-repeat 50% 50%;
    background-size: 26px 26px;
    -webkit-box-flex: 0;
    -webkit-flex:none;
    flex:none;
    cursor: pointer;
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
}

footer section .common-play{
    width:44px;
    height:60px;
    display: block;
    background: url('../image/mobile/bottom_play_icon_normal.png') no-repeat 50% 50%;
    background-size: 26px 26px;
    -webkit-box-flex: 0;
    -webkit-flex:none;
    flex:none;
    cursor: pointer;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}

footer section .common-play:active,
footer section .common-play:hover{
    background-image: url('../image/mobile/bottom_play_icon_press.png');
}

footer section .pause{
    background-image: url('../image/mobile/bottom_stop_icon_normal.png');
}

footer section .pause:active,
footer section .pause:hover{
    background-image: url('../image/mobile/bottom_stop_icon_press.png');
}

.common-bg {
    background-image: url("../image/mobile/common.png");
    background-repeat: no-repeat;
    -webkit-background-size: 121px 350px;
    -moz-background-size: 121px 350px;
    -o-background-size: 121px 350px;
    background-size: 121px 350px;
}

.common-view-more {
    display: block;
    border-bottom: 1px solid #dadada;
    padding: 10px 0;
    background: #fafafa;
    text-align: center;
    font-size: 16px;
}
.common-view-more:active {
    background: #e8e8e8;
}

.common-download {
    display: block;
    background: url('../image/mobile/download_icon_normal_big.png') no-repeat 50% 50%;
    background-size: 21px 22px;
    width:50px;
    height:50px;
    flex:none;
    -webkit-flex:none;
}

.common-download:active {
    background-image: url('../image/mobile/download_icon_press_big.png');
}

.common-close {
    width: 40px;
    height:40px;
    background-position: -10px -40px;
    border-radius: 3px 3px 0 0;
    background-color: #e8e8e8;
    float: right;
    margin:5px 10px 0 0;
}

/* 歌曲排行类 */
.ranking-ctn a.article, .result-ctn a.article, .singers-list-ctn a.article {
    display:block;
    border-bottom: 1px solid #dadada;
    padding: 5px 0;
    background: #fafafa;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.ranking-ctn a.article:after,.result-ctn a.article:after, .singers-list-ctn a.article:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ranking-ctn a.article:active,.result-ctn a.article:active, .singers-list-ctn a.article:active {
    background: #e8e8e8;
}

.ranking-ctn a.article section, .singers-list-ctn h5 {
    -webkit-box-flex:1;
    -webkit-flex: auto;
    flex: auto;
    display: block;
}

.ranking-ctn a.article span.common-download {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    height:60px;
}

.ranking-item-index, .ranking-item-index-key {
    font-size: 22px;
    color:#999;
    line-height: 58px;
    margin:0 10px;
}

.item-title {

}

.ranking-ctn a.article section.ranking-item-index-key{
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    color:#C66;
}

.ranking-ctn .article section h3 {
    font-size: 16px;
    font-weight:800;
    line-height: 36px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ranking-ctn .article section p {
    height: 20px;
    line-height: 12px;
    font-size: 12px;
    color: #999;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 歌手列表 */
.singers-list-ctn h4, .singers-list-ctn h5, .result-ctn h5 {
    flex:auto;
    -webkit-flex:auto;
}
.common-go-arrow,.singer-avatar {
    flex:none;
    -webkit-flex:none;
}
.singer-avatar {
    width: 54px;
    height: 54px;
    overflow: hidden;
    margin:0 15px 0 10px;
}
.singer-avatar span{
    width: 54px;
    height: 54px;
    overflow: hidden;
    display: block;
    text-align: center;
}
.singers-list-ctn h4, .singers-list-ctn h5, .result-ctn h5 {
    font-size: 16px;
    line-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:60%;
    font-weight: normal;
    color: #5b5b5b;
}
.singers-list-ctn h5, .result-ctn h5 {
    width:80%;
    margin-left: 15px;
    flex:auto;
    -webkit-flex:auto;
}
.common-go-arrow {
    width:44px;
    height:44px;
    background:url('../image/mobile/arrow_icon_normal.png') no-repeat 100% 50%;
    background-size: 25px 25px;
    margin:auto 10px;
}

a:active .common-go-arrow {
    background-image:url('../image/mobile/arrow_icon_press.png');
}

/* 歌手 */
.singer-info {
    margin:15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.singer-info-avatar {
    padding: 5px;
    width: 80px;
    height: 80px;
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #848484;
    overflow: hidden;
    background: #FFF;
    -webkit-flex:none;
    flex:none;
}
.singer-info-avatar span{
    width: 80px;
    height: 80px;
    display: block;
    overflow: hidden;
    text-align: center;
}
.singer-info-list {
    -webkit-flex:auto;
    flex:auto;
    padding: 10px;
}
.singer-info-list h3 {
    font-size: 1.5em;
}
.singer-info-list p {
    margin-top:3px;
    color:#797979;
    font-size: 12px;
}
.search-ring-button{
    display: block;
    background: url('../image/mobile/seach_ring_normal2.png') no-repeat 50% 50%;
    background-size: 44px 45px;
    width:50px;
    height:90px;
    -webkit-flex:none;
    flex:none;
    cursor: pointer;
}

/* 搜索 */
.search-wrap {
    margin:10px;
    border-radius: 2px;
}

.search-ctn .article {
    border-bottom: 1px solid #dadada;
    padding: 5px 0;
}
.search-ctn .article:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.search-ctn .article:active {
    background: #e8e8e8;
}
.search-ctn .article section {
    float: left;
    line-height: 38px;
    margin: 0 10px;
    font-size: 16px;
    font-weight: bold;
}
.search-ctn .article .common-download {
    margin-top: 10px;
}

/* 播放歌曲 */
.song-play-ctn h1 {
    text-align: center;
    font-size: 24px;
    margin-top:10px;
}
.song-play-author {
    font-size: 15px;
    color:#666;
    text-align: center;
}
.song-play-header {
    height:160px;
    width: 160px;
    margin:10px auto;
    position: relative;
}

.song-play-header .search-ring-button{
    position: absolute;
    top:-60px;
    right:-70px;
}

.song-play-cover {
    margin: 0 auto;
    padding: 5px;
    width: 150px;
    height: 150px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: rgba(51,51,51,0.4) 0px 1px 1px;
    box-shadow: rgba(51,51,51,0.4) 0px 0px 5px;
}
.song-play-lyric {
    height: 160px;
    overflow: hidden;
    overflow-y: scroll;
    display: none;
    text-align: center;
    font-size: 15px;
    line-height: 1.8;
}

.song-play-lyric::-webkit-scrollbar {
    height: 12px;
    width: 6px;
    background: #fff;
}

.song-play-lyric::-webkit-scrollbar-thumb {
    background: #fff;
}

.song-play-lyric p{
    font-size: 15px;
    line-height: 1.8;
}
.song-play-lyric  .current{
    color: #36a3e1;
    font-weight: bold;
}
.song-play-body {
    width: 300px;
    margin:0 auto;
    height:85px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.song-play-body .common-download {
    flex:none;
    -webkit-flex:none;
    background-size: 19px 19px;
    width:60px;
    height:73px;
}

.song-play-button-bg, .song-play-style-word, .song-play-style-picture, div.common-download {
    flex:none;
    -webkit-flex:none;
    cursor: pointer;
}
.song-play-button-bg {
    margin-top:13px;
    padding: 5px;
    background: #FFF;
    background: -moz-linear-gradient(top, #e9e8e8 0%, #FFF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e8e8), color-stop(100%,#FFF));
    background: -o-linear-gradient(top, #e9e8e8 0%,#FFF 100%);
    background: linear-gradient(to bottom, #e9e8e8 0%,#FFF 100%);
    -moz-border-radius: 47px;
    -webkit-border-radius: 47px;
    -o-border-radius: 47px;
    border-radius: 47px;
}
.song-play-prev {
    background-position: -73px -107px;
    width:47px;
    height:47px;
}
.song-play-prev:active {
    background-position: -73px -206px;
}
.song-play-next {
    background-position: -73px -60px;
    width:47px;
    height:47px;
}
.song-play-next:active {
    background-position: -73px -156px;
}
.song-play-button-bg-max {
    margin-top:0;
    -moz-border-radius: 73px;
    -webkit-border-radius: 73px;
    -o-border-radius: 73px;
    border-radius: 73px;
}
.song-play-status-play, .song-play-status-pause {
    width:73px;
    height:73px;
}
.song-play-status-play {
    background-position: 0 -60px;
}
.song-play-status-play:active {
    background-position: 0 -204px;
}
.song-play-status-pause {
    background-position: 0 -132px;
}
.song-play-status-pause:active {
    background-position: 0 -277px;
}
.song-play-style-word, .song-play-style-picture {
    width: 20px;
    height: 20px;
    margin:30px 30px 0 0;
}
.song-play-style-word {
    background-position: -66px -20px;
}
.song-play-style-word:active {
    background-position: -66px 0;
}
.song-play-style-picture {
    background-position: -85px 0;
}
.song-play-style-picture:active {
    background-position: -85px -20px;
}
/* 播放进度 */
.song-play-bar-ctn {
    width: 301px;
    height:20px;
    margin:10px auto 20px;
}
.song-play-bar-ctn span {
    float: left;
    font-size: 14px;
    width:45px;
    height:20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
}
.song-play-bar-mask {
    float: left;
    height: 14px;
    width:201px;
    margin:3px 8px 0 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    background: #dfdede;
    background: -moz-linear-gradient(top, #dfdede 0%, #FFF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdede), color-stop(100%,#FFF));
    background: -o-linear-gradient(top, #dfdede 0%,#FFF 100%);
    background: linear-gradient(to bottom, #dfdede 0%,#FFF 100%);
    position: relative;
}
.song-play-bar {
    width:195px;
    height:8px;
    position: relative;
    left:3px;
    top:3px;
}
.song-play-bar-total {
    background: #646362;
    background: -moz-linear-gradient(top, #646362 0%, #a5a5a5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646362), color-stop(100%,#a5a5a5));
    background: -o-linear-gradient(top, #646362 0%,#a5a5a5 100%);
    background: linear-gradient(to bottom, #646362 0%,#a5a5a5 100%);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    width:100%;
    height:8px;
    left:0;
    top:0;
    z-index: 1;
}
.song-play-bar-current {
    background: #7FCDF3;
    background: -moz-linear-gradient(top, #7FCDF3 0%, #66C1F0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7FCDF3), color-stop(100%,#66C1F0));
    background: -o-linear-gradient(top, #7FCDF3 0%,#66C1F0 100%);
    background: linear-gradient(to bottom, #7FCDF3 0%,#66C1F0 100%);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    width:98px;
    height:8px;
    left:0;
    top:0;
    z-index: 10;
}
.song-play-bar-slide {
    position: absolute;
    z-index: 20;
    left:98px;
    top: -5px;
    width:14px;
    height:15px;
    margin-left:-1px;
    background-color: #FFF;
    background-position: -75px -38px;
    border: 1px solid #D5D5D5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.song-play-more {
    height:28px;
    display: block;
    line-height: 28px;
    text-align: center;
    border:#999 solid 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    margin:0 30px;
    background:#FFF;
}

#page > div{
    display:none;
}

#page > div.current{
    display:block;
    width:100%;
}

#page > div.alpha,#page > div.gumma{
    display:none;
}

#page > div.beta{
    display:block;
    -webkit-animation:scale 350ms ease;
}

.scale{
    display:block;
    -webkit-animation:scale 350ms ease;
}

#page > div.gumma{
    display:block;
    -webkit-animation:scale 350ms ease;
}

@-moz-keyframes scale{
    from {
        -moz-transform: scale(0);
    }
    to {
        -moz-transform: scale(1);
    }
}

@keyframes scale{
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@-webkit-keyframes scale{
    from {
        -webkit-transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes scale{
    from {
        -webkit-transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@media all and (min-width:0px){

}


#media-container{

}

#app-down-tip {
    position:fixed;
    z-index:10;
    left:0;
    bottom:0px;
    height:44px;
    width:100%;
    line-height:44px;
    text-align:center;
    vertical-align:middle;
    background:rgba(7,7,7,0.5);
    color:#FFF;
    font-size:14px;
}

#app-down-tip .logo {
    display:inline-block;
    height:35px;
    line-height:35px;
    overflow:hidden;
    text-align:left;
    vertical-align:middle;
    text-indent:40px;
    background-image:url("../image/mobile/logo3.png");
    background-repeat:no-repeat;
    background-color:transparent;
    background-size:contain;
}

#app-down-tip .logo h2,#app-down-tip .logo h3 {
    height:17px;
    line-height:17px;
    font-size:12px;
    font-weight:400;
}

#app-down-tip .logo h2 {
    font-size:16px;
    font-weight:700;
}

#app-down-tip .sp {
    display:inline-block;
    width:1px;
    height:30px;
    line-height:30px;
    vertical-align:middle;
    background-color:#acaba9;
    margin:0 .6em;
}

#app-down-tip .btn {
    display:inline-block;
    width:100px;
    height:30px;
    line-height:28px;
    text-align:center;
    font-size:16px;
    font-weight:700;
    color:#fff;
    background-image:url("../image/mobile/bg_app_down3.png");
    background-repeat:no-repeat;
    background-color:transparent;
}

app-down-tip.a {
    color:#fff
}

#app-down-tip .close {
    display:inline-block;
    width:20px;
    height:20px;
    line-height:20px;
    margin-left:10px;
    vertical-align:middle;
    text-indent:-9999px;
    background-image:url("../image/mobile/icon_x.png");
    background-repeat:no-repeat;
    background-color:transparent;
    background-size:contain;
}

.download-wrap{
    background: #f4f4f4;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    height: 40px;
}

.download-wrap .common-download {
    display: block;
    background: url('../image/mobile/all_download_normal2.png') no-repeat 50% 50%;
    background-size: 90px 19px;
    width:100px;
    height:38px;
    float: right;
    cursor: pointer;
}

.download-wrap .common-download:hover,
.download-wrap .common-download:active{
   background-image: url('../image/mobile/all_download_press2.png')
}

.overlayer{
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
    z-index: 65534;
    position: fixed;
}

.modal{
    width: 90%;
    height: 50%;
    left: 5%;
    top: 25%;
    position: fixed;
    background: #252628;
    border-radius: 10px;
    z-index: 65535;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: none;
}

.modal h1{
    text-align: center;
    padding: 20px;
    color: #fff;
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1;
    line-height: 200%;
    font-size: 24px;
}

.modal h1 .close{
    display: block;
    height: 30px;
    width: 30px;
    background: url('../image/mobile/close.png') no-repeat 50% 50%;
    background-size: 30px 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
}

.modal p{
    padding: 10px;
    text-align: center;
    color: #BEBEBE;
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1;
}

.modal .download{
    display: block;
    background-color: #28A3E4;
    border-radius: 10px;
    height: 40px;
    width: 90%;
    font-size: 16px;
    line-height: 40px;
    margin: 20px auto;
    text-align: center;
    color: #fff;
    -webkit-box-flex:0;
    -webkit-flex:none;
    flex:none;
}

.modal .download:active, .modal .download:hover{
    background-color: #1F95D3;
    color:#0E5F8A;
}

#keywords{
    padding: 10px;
}

#keywords a.keyword{
    display: block;
    float: left;
    width: 50%;
    background-color: #fff;
}

#keywords a.keyword span{
    display: block;
    border:1px solid #ddd;
    padding:4px 4px;
    margin:4px 2px;
    line-height: 30px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
}

#keywords a.keyword:active span{
    color: #C66;
    border-color: #C66;
}

.load-more-status{
    border-bottom:none;
    background: transparent;
    height: 200px;
    line-height: 180px;
}


/* 首页样式 */

.slider {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: auto;
    background-color: #444444;
    overflow: hidden;
    line-height: 0;
}

.slide-item {
    display: block;
    float: left;
    vertical-align: top;
    position: relative;
    width: 100%;
    margin-right: -100%;
    overflow: hidden;
    background-color: #fff;
    line-height: 1;
    left: -100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    -webkit-transition-property: left,height;
    -moz-transition-property: left,height;
    -ms-transition-property: left,height;
    -o-transition-property: left,height;
    transition-property: left,height;
    -webkit-transition-duration: 333ms;
    -moz-transition-duration: 333ms;
    -ms-transition-duration: 333ms;
    -o-transition-duration: 333ms;
    transition-duration: 333ms;
    -webkit-transition-timing-function: cubic-bezier(0.1,0.7,0.7,1);
    -moz-transition-timing-function: cubic-bezier(0.1,0.7,0.7,1);
    -ms-transition-timing-function: cubic-bezier(0.1,0.7,0.7,1);
    -o-transition-timing-function: cubic-bezier(0.1,0.7,0.7,1);
    transition-timing-function: cubic-bezier(0.1,0.7,0.7,1);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.notransition,
.notransition .slide-item {
  -webkit-transition-duration: 0 !important;
     -moz-transition-duration: 0 !important;
      -ms-transition-duration: 0 !important;
          transition-duration: 0 !important;

  -webkit-transition-delay: 0 !important;
     -moz-transition-delay: 0 !important;
      -ms-transition-delay: 0 !important;
          transition-delay: 0 !important;
}

@media screen and (max-width: 640px) {
  .slider {
    width: 100%;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
        -ms-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.slider .active, .albums .active, .hot-singers .singers .active {
    left: 0;
    margin-right: -100%;
    height: auto;
    overflow: visible;
    z-index: 2;
}

.slider .slide-item a{
    width: 100%;
    display: block;
}

.slider .slide-item img{
    width: 100%;
}

.page-control {
    margin: 0 auto;
    display: block;
    clear: both;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -mz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.page-control span{
    display: block;
    -webkit-box-ordinal-group: 1;
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1;
    height: 6px;
    margin: 4px;
    overflow: hidden;
    background-color: #D2D2D2;
}

.page-control span.active{
    background-color: #0099FD;
}

.command-albums{
    margin: 10px 10px;
    overflow: hidden;
}

.flexbox{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -mz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.flexbox-none{
    -webkit-box-ordinal-group: 1;
    -webkit-box-flex:0;
    -webkit-flex:none;
    flex:none;
}

.flexbox-auto{
    -webkit-box-ordinal-group: 1;
    -webkit-box-flex:1;
    -webkit-flex:auto;
    flex:auto;
}

.command-albums .head, .command-songs .head, .hot-singers .head{
    padding: 10px 0 6px 0;
}

.command-albums .head strong, .command-songs .head strong, .hot-singers .head strong{
    -webkit-box-ordinal-group: 1;
    -webkit-box-flex:1;
    -webkit-flex:auto;
    flex:auto;
    color: #4A4A4A;
    font-weight: normal;
    font-size: 16px;
    display: block;
}

.command-albums .head a, .command-songs .head a, .hot-singers .head a{
    -webkit-box-ordinal-group: 1;
    -webkit-box-flex:0;
    -webkit-flex:none;
    flex:none;
    font-size: 16px;
    color: #0099FD;
}

.command-albums .albums{
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.command-albums .albums .album-section{
    width: 100%;
    float: left;
}

.command-albums .albums .album-item{
    display: block;
    float: left;
    white-space: nowrap;
    width: 25%;
}

.command-albums .albums .album-item p{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.command-albums .albums .album-item .album{
    font-size: 16px;
    color: #000;
    padding: 6px 4px;
}

.command-albums .albums .album-item .singer{
    font-size: 14px;
    color: #4A4A4A;
    padding: 4px 4px;
}

.command-albums .albums .album-item .cover{
    text-align: center;
    display: block;
    padding: 0 4px 0 0;
}

.command-albums .albums .album-item img{
    height:auto;
    width: 100%;
    margin: auto;
}

.command-songs {
    margin: 10px 0;
}

.command-songs .head{
    padding: 10px 10px;
}

.tab-nav .tab-item{
    display: block;
    -webkit-box-ordinal-group: 1;
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1;
    text-align: center;
    color: #4A4A4A;
    font-weight: normal;
    font-size: 16px;
    background-color: #eee;
    cursor: pointer;
}

.tab-nav .tab-item span{
    padding:4px;
    display: block;
}

.tab-nav .active{
    background-color: #f7f7f7;
    color: #0099FD;
    border-bottom: 1px solid #017fd3;
}

.tab-nav .active span{
    border-bottom: 2px solid #0099FD;
}

.command-songs  .tab-nav .tab-item:nth-child(2){
    margin: 0 1px;
}

.img-song-list .song-item{
    border-bottom: 1px solid #c9c9c9;
}

.img-song-list .song-item:active{
    background-color: #E5E5E5;
}

.img-song-list .song-item .album{
    -webkit-box-ordinal-group: 1;
    -webkit-box-flex:0;
    -webkit-flex:none;
    flex:none;
    height:48px;
    margin:4px 10px;
    width:48px;
    display: block;
}

.img-song-list .song-item .album img{
    border: 1px solid #ddd;
    width: 100%;
    height: auto;
}

.img-song-list .song-item .meta{
    display: block;
    -webkit-box-ordinal-group: 1;
    -webkit-box-flex:1;
    -webkit-flex:auto;
    flex:auto;
    margin: auto;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.img-song-list .song-item .meta .song{
    color: #000;
    font-size: 14px;
    padding: 0 5px;
    text-overflow:ellipsis;
    overflow: hidden;
    display: block;
}

.img-song-list .song-item .meta .singer{
    color: #4A4A4A;
    font-size: 12px;
    padding: 0 5px;
    text-overflow:ellipsis;
    overflow: hidden;
    display: block;
}

.img-song-list .song-item .meta span{
    display: block;
}

.img-song-list .song-item .download{
    -webkit-box-ordinal-group: 1;
    -webkit-box-flex:0;
    -webkit-flex:none;
    flex:none;
    width:50px;
    margin:auto 0;
}

.rank{
    margin: 10px 10px;
}

.rank .rank-item{
    display: block;
    float: left;
    width: 33.3333333%;
    line-height:1;
}

.rank .rank-item:active img{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.36);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.36);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.36);
}

.rank .rank-item span{
    display: block;
    padding: 0 7px;
    line-height: 1;
}

.rank .rank-item span.cover img{
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.rank .rank-item span.name{
    color: #353535;
    font-size: 14px;
    line-height: 1;
    padding: 2px 0 12px 0;
    text-align: center;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tag-list{
    margin: 10px 0;
}

.tag-list .head{
    display: block;
    color: #289CE7;
    clear: both;
    padding:10px;
}

.tag-list .head strong{
    border-left: 2px solid #289CE7;
    display: inline-block;
    padding: 0px 10px;
    font-size: 20px;
    font-weight: normal;
}

.tag-list .tag-section{
    display: block;
    clear: both;
    overflow: hidden;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.tag-list .tag-section .tag-item{
    display: block;
    float: left;
    width: 25%;
}

.tag-list .tag-section .tag-item span{
    display: block;
    color: #353535;
    text-align: center;
    padding: 10px;
    border: 1px solid #e8e8e8;
    margin-left: -1px;
    margin-top: -1px;
    text-transform: uppercase;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tag-list .tag-section .tag-item:active{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.36);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.36);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.36);
}

.group .hot-singers{
    margin: 0px 10px;
    display: block;
}

.group .hot-singers .singers{
    display: block;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 1;
}

.group .hot-singers .singers .singer-section{
    width: 100%;
    float: left;
}

.group .hot-singers .singer-item{
    float: left;
    width: 20%;
}

.group .hot-singers .singer-item span{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow:ellipsis;
    margin-right: 4px;
    font-size: 14px;
}

.group .hot-singers .singer-section .singer-item:last-child span{

}

.group .hot-singers .singer-item img{
    width: 100%;
}

.group .group-section{
    margin:20px 10px;
}

.group .group-item{
    display: block;
    background:#eee;
    color: #6c6c6c;
    margin:1px 0;
}

.group .group-item span{
    background:transparent url('../image/mobile/arrow_icon_normal.png') no-repeat 100% 50%;
    background-size: 25px 25px;
    color: #6c6c6c;
    display: block;
    margin:0 10px;
    padding:20px 10px;
    font-size: 16px;
}

.group .group-item:active{
    background-color:#E5E5E5;
}

.group .group-item:active span{
    background-image:url('../image/mobile/arrow_icon_press.png');
}

.singer-list{
    margin: 0 0 100px 0 ;
}

.singer-list .singer-item{
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    background:#FFF;
}

.singer-list .singer-item:active{
    background-color:#E5E5E5;
}

.singer-list .singer-item span{
    display: block;
    vertical-align: middle;
}

.singer-list .singer-item .singer-cover{
    text-align: center;
}

.singer-list .singer-item .singer-cover img{
    width: 50%;
    margin: 5px;
}

.singer-list .singer-item .singer-name{
    background:url('../image/mobile/arrow_icon_normal.png') no-repeat 100% 50%;
    background-size: 25px 25px;
    color: #6c6c6c;
    display: block;
    margin:auto 20px;
    font-weight: 800;
}

.singer-list .singer-item:active .singer-name{
    color: #000;
    background-image:url('../image/mobile/arrow_icon_press.png');
}

.ring-list .ring-item{
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    background:#FFF;
    padding:10px 0;
}

.ring-list .ring-item:active{
    background-color: #E5E5E5;
}

.ring-list .ring-item .meta{
    margin:auto 20px;
    display: block;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.ring-list .ring-item .meta .ring{
    font-size: 16px;
    color: #000;
}

.ring-list .ring-item .meta .duration{
    font-size: 12px;
    color: #595959;
    vertical-align: bottom;
}

.ad{
    line-height: 0;
    display: block;
    width: 100%;
    display: none;
    position: relative;
}

.ad .close{
    background-color: transparent;
    cursor: pointer;
    display: block;
    height: 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 7%;
}

.ad img{
    width: 100%;
    cursor: pointer;
}

.hide{
    display: none;
}

.guess-you-like .head{
    color: #4A4A4A;
    border-bottom: 1px solid #c9c9c9;
    clear: both;
    padding: 10px;
    font-weight: normal;
    font-size: 16px;
}

.guess-you-like .head strong{
    font-weight: normal;
}

.song-play-body .common-download{
    background-image: url('../image/mobile/player_download_icon_normal2.png')
}

.song-play-body .common-download:hover,
.song-play-body .common-download:active
{
    background-image: url('../image/mobile/player_download_icon_press2.png')
}

.modal a.download[data-type=ring]{
    background-color:#EB5327;
}

.modal a.download[data-type=ring]:hover{
    color:#FFF;
}

/* search fix by kevan */
.result-ctn h5 {
    padding-top: 5px;
    line-height: normal;
}
.result-ctn h5 span.singer {
    display: block;
    padding-top: 10px;
    font-size: 12px;
    color: #999;
}