* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: \5FAE\8F6F\96C5\9ED1,simsun,sans-serif;
}


.ts_mobile {
    display: none;
}
@media screen and (max-width: 768px) {
    .ts_pc {
        display: none;
    }
    .ts_mobile {
        display: block;
    }
    .suspension4rightside {
        display: none!important;
    }
}

.tscomm_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

h2.tscomm_t_h2 {
    font-weight: 100;
    color: #009af3;
    font-size: 29px;
    line-height: 30px;
}

span.tscomm_t_sp1 {
    color: gray;
}

span.tscomm_t_sp2 {
    color: #999;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}
span.tscomm_t_sp2:hover {
    color: #009af3;
}

ul.ts_comm_item1_ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.ts_comm_item1_d2 {
    width: 46px;
    height: 20px;
    border-radius: 10px;
    background: #000000;
    opacity: 0.65;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 7px;
    left: 8px;
}

.ts_comm_item1_d4 {
    width: 75px;
    height: 20px;
    color: #fff;
    font-size: 0;
    position: absolute;
    top: -1px;
    left: -1px;
    background: url(../img/icon_vip.png) no-repeat;
    background-size: 100%;
    border-radius: 12px 0 0 0;
}

.ts_comm_item1_li {
    width: 16.66%;
    height: 205px;
    margin-bottom: 20px;
}

.ts_comm_item1_d1 {
    width: 150px;
    margin: 0 auto;
}
.ts_comm_item1_d1:hover a {
    color: #448DD3;
}

img.ts_comm_item1_i1 {
    width: 150px;
    height: 150px;
    border-radius: 10px;
}

.ts_comm_item1_d3 {
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 8px;
    font-size: 14px;
    line-height: 16px;
    left: 10px;
    padding-left: 18px;
    background: url(../img/icon_play.png) no-repeat;
    background-size: 12px 15px;
    background-position: left center;
    z-index: 1;
}

a.ts_comm_item1_a1 {
    position: relative;
    width: 150px;
    height: 150px;
    display: block;
    overflow: hidden;
}
.ts_comm_item1_a1::after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(transparent,rgba(0,0,0,0.5) 100%);
    border-radius: 10px;
}

a.ts_comm_item1_a2 {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    display: block;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

li.ts_comm_item2_li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

li.ts_comm_item2_li._top1 .ts_comm_item2_a1::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../img/icon_rank_top1.png) no-repeat;
    background-size: 100%;
}
li.ts_comm_item2_li._top2 .ts_comm_item2_a1::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../img/icon_rank_top2.png) no-repeat;
    background-size: 100%;
}
li.ts_comm_item2_li._top3 .ts_comm_item2_a1::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../img/icon_rank_top3.png) no-repeat;
    background-size: 100%;
}


img.ts_comm_item2_i1 {
    width: 90px;
    height: 90px;
    border-radius: 10px;
}

.ts_comm_item2_d2 {
    width: 172px;
    font-size: 14px;
    margin-left: 19px;
}

a.ts_comm_item2_a1 {
    width: 90px;
    height: 90px;
    position: relative;
}
a.ts_comm_item2_a1::after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(transparent,rgba(0,0,0,0.5) 100%);
    border-radius: 10px;
}

.ts_comm_item2_d1 {
    font-size: 12px;
    line-height: 13px;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 3px;
    left: 4px;
    padding-left: 12px;
    background: url(../img/icon_play.png) no-repeat;
    background-size: 8px 10px;
    background-position: left center;
    z-index: 1;
}

a.ts_comm_item2_a2 {
    color: #000;
    display: block;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 13px;
}

.ts_comm_item2_li:hover .ts_comm_item2_a2 {
    color: #448DD3;
}
a.ts_comm_item2_a3 {
    color: #b3b3b3;
    display: block;
    margin-top: 8px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 12px;
}
.ts_comm_item2_a3:hover {
    color: #448DD3;
}

a.ts_comm_item2_a4 {
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
    margin-top: 13px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

a.ts_comm_item2_a4:hover {
    color: #448DD3;
}


span.ts_comm_item2_sp1 {
    background: rgba(102, 102, 102, 0.1);
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 10px;
    text-align: center;
    margin-right: 13px;
    color: #000;
    display: inline-block;
    margin-left: 3px;
}



img.ts_comm_item3_i1 {
    width: 70px;
    height: 70px;
    border-radius: 12px;
}

.ts_comm_item3_li {
    
}

.ts_comm_item3_d0 {
    height: 90px;
    background: rgba(0, 0, 0, 0.06);
    margin-bottom: 10px;
    padding: 10px 33px 10px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.ts_comm_item3_d0:hover .ts_comm_item3_a2 {
    color: #448DD3;
}

a.ts_comm_item3_a2 {
    display: block;
    color: #000;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

a.ts_comm_item3_a3 {
    display: block;
    color: rgba(0,0,0,0.4);
    margin-top: 5px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

a.ts_comm_item3_a3:hover {
    color: #448DD3;
}

.ts_comm_item3_d1 {
    margin-left: 15px;
}


a.ts_comm_item3_a1 {
    height: 70px;
    position: relative;
}

.ts_comm_item3_li._top1 .ts_comm_item3_a1::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../img/icon_rank_top1.png) no-repeat;
    background-size: 100%;
}
.ts_comm_item3_li._top2 .ts_comm_item3_a1::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../img/icon_rank_top2.png) no-repeat;
    background-size: 100%;
}
.ts_comm_item3_li._top3 .ts_comm_item3_a1::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../img/icon_rank_top3.png) no-repeat;
    background-size: 100%;
}

a.ts_comm_item3_a4 {
    display: flex;
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 13px 34px 13px 25px;
    margin-bottom: 2px;
}
li.ts_comm_item3_li:nth-last-child(1) a.ts_comm_item3_a4 {
    border-bottom: none;
}
a.ts_comm_item3_a4:hover {
    color: #448DD3;
}

span.ts_comm_item3_sp1 {
    margin-right: 18px;
    color: #000;
    width: 26px;
    margin-right: 4px;
    text-align: center;
}
span.ts_comm_item3_sp2 {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.ts_comm_nav {
    font-size: 0;
    padding: 22px 0 0;
    width: 650px;
}
span.ts_comm_nav_sp1 {
    margin: 15px 0;
    color: #999;
    font-size: 14px;
    margin-right: 12px;
}

a.ts_comm_nav_a1 {
    color: #000;
    font-size: 14px;
}

a.ts_comm_nav_a1:hover {
    color: #448DD3;
}

span.ts_comm_nav_sp2 {
    color: #999;
    font-size: 14px;
    margin: 0 7px;
}

span.ts_comm_nav_sp3 {
    color: #000;
    font-size: 14px;
}

ul.ts_comm_page_ul1 {
    display: flex;
}


.ts_comm_page {
    display: flex;
    justify-content: center;
}

li.ts_comm_page_li1 {
    width: 30px;
    line-height: 29px;
    text-align: center;
    height: 30px;
    cursor: pointer;
    border: 1px solid #000000;
    color: #000000;
    opacity: 0.2;
    margin: 0 5px;
    font-size: 15px;
}

li.ts_comm_page_li1._active {
    background: #448DD3;
    color: #fff;
    opacity: 1;
    border: 1px solid #448DD3;
    cursor: default;
}

li.ts_comm_page_li1._disabled {
    cursor: default;
    border: none;
}
li.ts_comm_page_li1._default:hover {
    color: #448DD3;
    border-color: #448DD3;
    opacity: 1;
}
.ts_comm_wrap{
    width: 1000px;
    margin: 0 auto 0;
    zoom:1;
    padding-bottom: 80px;
}
.ts_comm_wrap:after {
    display:block; 
    clear:both; 
    content:"."; 
    visibility:hidden; 
    height:0; 
    font-size:0;
}
.ts_comm_main{
    width: 645px;
    float: left;
}
.ts_comm_side{
    width: 299px;
    float: right;
}

.ts_comm_info{
    margin-top: 50px;
    zoom: 1;
    /* display: flex; */
}
.ts_comm_info::after{
    display:block; 
    clear:both; 
    content:"."; 
    visibility:hidden; 
    height:0; 
    font-size:0;
}
.ts_comm_info_d1{
    position: relative;
    width: 170px;
    height: 170px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 29px;
    float: left;
}
.ts_comm_info_d1::before{
    content: "";
    width: 100%;
    height: 50%;
    position:absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(transparent,rgba(0,0,0,0.5) 100%);
}
.ts_comm_info_d1 img{
    width: 100%;
    height: 100%;
}
.ts_comm_info_d1 span{
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 8px;
    font-size: 14px;
    line-height: 16px;
    left: 10px;
    padding-left: 18px;
    background: url(../img/icon_play.png) no-repeat;
    background-size: 12px 15px;
    background-position: left center;
}
.ts_comm_info_d2{
    float: left;
    width: 446px;
}
.ts_comm_info_d2_d1{
    display: flex;
    align-items: center;
    width: 446px;
}
.ts_comm_info_d2_d1_i1{
    height: 20px;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 10px;
    font-style: normal;
    margin:0 7px 0 4px;
    flex-shrink: 0;
}
.ts_comm_info_d2_d1_h31{
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ts_comm_info_d2_d2{
    margin: 19px 0 17px 0;
    font-size: 0;
}
.ts_comm_info_d2_d2 .ts_comm_info_d2_d2_sp1{
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 100%;
    background: url(../img/icon_play2.png) no-repeat;
    background-size: 11px 14.5px;
    padding-left: 19px;
    background-position: 0 center;
    margin-left: 8px;
}
.ts_comm_info_d2_d3{
    margin-bottom: 21px;
    font-size: 0;
    display: flex;
    padding-left: 2px;
    overflow: hidden;
}
.ts_comm_info_d2_d3 a{
    background: rgba(0,0,0,0.06);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    text-align: center;
    padding: 0 14px;
    margin-right: 10px;
    flex-shrink: 0;
}
.ts_comm_info_d2_d4 {
    font-size: 0;
    display: flex;
}
.ts_comm_info_d2_d4 .ts_comm_info_d2_d4_sp1{
    height: 46px;
    background: #448DD3 url(../img/icon_play3.png) no-repeat;
    background-size: 36px 36px;
    background-position: 5px center;
    border-radius: 23px;
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 46px;
    padding: 0 15px 0 46px;
    box-sizing: border-box;
    cursor: pointer;
}
.ts_comm_info_d2_d4 .ts_comm_info_d2_d4_sp1.pause{
    background-image:url(../img/icon_pause.png);
}

img.ts_comm_item4channel_i1 {
    width: 70px;
    height: 70px;
    border-radius: 10px;
}

li.ts_comm_item4channel_li1 {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

a.ts_comm_item4channel_a2 {
    margin-left: 19px;
    color: #000;
    font-size: 14px;
}

a.ts_comm_item4channel_a1 {
    height: 70px;
}


li.ts_comm_item4channel_li1:hover a.ts_comm_item4channel_a2 {
    color: #448DD3;
}

#page{
    display: flex;
    justify-content: center;
    margin: 40px 0;
}
#page p{
    display: flex;
}
#page p a,#page p div,#page p span.cur{
    width: 30px;
    line-height: 29px;
    text-align: center;
    height: 30px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.4);
    margin: 0 5px;
    font-size: 15px;
    display: block;
}
#page p div{
    cursor: default;
    border: none;
}
#page p span.cur{
    background: #448DD3;
    color: #fff;
    border: 1px solid #448DD3;
    cursor: default;
    margin:0;
}
#page p a:hover {
    color: #448DD3;
    border-color: #448DD3;
}

._singerIntro {
    position: relative;
}
._singerIntro .textToogle {
    display: block;
    height: 56px;
    line-height: 90px;
    text-align: right;
    padding: 0 12px;
    background: linear-gradient(transparent,rgba(255, 253, 253, 0.99),#fdfdfd);
    bottom: 0;
    position: absolute;
    width: 100%;
    cursor: pointer;
}
._singerIntro .textToogle:hover {
    color: #448DD3;
}
._singerIntro .textToogle._active {
    bottom: -30px;
    background: linear-gradient(transparent,transparent,rgba(255, 253, 253, 0.99),#fdfdfd);
}



/* 移动端公共样式 */

  


.tsm_comm_typelist {
    width: calc(100vw - 20px);
    position: relative;
    left: -5px;
}

ul.tsm_comm_typelist_ul1 {
    display: flex;
    flex-wrap: wrap;
}

.tsm_comm_typelist_ul1 .tsm_comm_typelist_li1:nth-child(n+8) {
    display: none;
}

.tsm_comm_typelist_ul1._active .tsm_comm_typelist_li1:nth-child(n+8) {
    display: flex;
}
.tsm_comm_typelist_li1._more {
    display: flex!important;
}

li.tsm_comm_typelist_li1 {
    width: 25%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.tsm_comm_typelist_a1 {
    background: rgba(0, 185, 255, 0.05);
    color: #4C4A4A;
    border-radius: 4px;
    font-size: 12px;
    width: 77px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}
.tsm_comm_typelist_a1._more {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tsm_comm_typelist_a1._more::after {
    content: " ";
    background: url(../img/icon_arrowdown.png) no-repeat;
    background-size: 100%;
    width: 6px;
    height: 3px;
    position: relative;
    margin-left: 5px;
}

.tsm_comm_typelist_a1._more._active::after {
    content: " ";
    background: url(../img/icon_arrowdown.png) no-repeat;
    background-size: 100%;
    width: 6px;
    height: 3px;
    position: relative;
    margin-left: 5px;
    transform: rotate(180deg);
}
.tsm_comm_downloadad {
    padding-top: 13px;
}
img.tsm_comm_downloadad_i1 {
    width: 100%;
    border-radius: 8px;
    display: block;
}

a.tsm_comm_downloadad_a1 {
    display: block;
}

.tsm_comm_h2title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

h2.tsm_comm_h2title_h21 {
    font-size: 16px;
}

.tsm_comm_h2title_a1 {
    font-size: 12px;
    line-height: 13px;
    display: flex;
    align-items: center;
    color: #000;
}
.tsm_comm_h2title_a1::after {
    content: " ";
    background: url(../img/icon_arrowdown.png) no-repeat;
    width: 6px;
    height: 3px;
    background-size: 100%;
    transform: rotate(-90deg);
    display: block;
    margin-left: 10px;
}
.tsm_comm_h2title_a1._replacement::after {
    content: " ";
    background: url(../img/icon_replacement.png) no-repeat;
    background-size: 100%;
    width: 12px;
    height: 12px;
    display: block;
}


.tsm_comm_item1 {
    width: calc(100vw - 20px);
    position: relative;
    left: -5px;
}

ul.tsm_comm_item1_ul1 {
    display: flex;
    flex-wrap: wrap;
}

li.tsm_comm_item1_li1 {
    width: 33.33%;
    padding-bottom: 15px;
}

.tsm_comm_item1_d1 {width: 104px;margin: 0 auto;}

@media screen and (max-width: 355px) {
    .tsm_comm_item1_d1 {width: 96px;margin: 0 auto;}
}


img.tsm_comm_item1_i1 {
    width: 104px;
    height: 104px;
    display: block;
    border-radius: 6px;
}
@media screen and (max-width: 355px) {
    img.tsm_comm_item1_i1 {
        width: 96px;
        height: 96px;
        display: block;
        border-radius: 6px;
    }
}


a.tsm_comm_item1_a1 {
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
a.tsm_comm_item1_a1::before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(transparent,rgba(0,0,0,0.5) 100%);
    border-radius: 6px;
}

a.tsm_comm_item1_a1._vip::after {
    content: " ";
    background: url(../img/icon_vip.png) no-repeat;
    background-size: 100%;
    width: 55px;
    height: 16px;
    position: absolute;
    top: -1px;
    left: -1px;
}

span.tsm_comm_item1_sp1 {
    position: absolute;
    bottom: 5px;
    left: 8px;
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
}
.tsm_comm_item1_sp1::before {
    content: "";
    width: 9px;
    height: 11px;
    background: url(../img/icon_play.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    display: block;
    margin-right: 4px;
}

.tsm_comm_item1_sp2 {
    position: absolute;
    top: 2px;
    left: 2px;
    color: #fff;
    font-size: 10px;
    background: #000000b8;
    padding: 2px 6px;
    border-radius: 15px;
}

.tsm_comm_item1_sp3 {
    background: url(../img/icon_vip.png) no-repeat;
    background-size: 100%;
    width: 55px;
    height: 16px;
    position: absolute;
    top: -1px;
    left: -1px;
    font-size: 0;
}

a.tsm_comm_item1_a2 {
    color: #000000;
    font-size: 12px;
    line-height: 17px;
    display: block;
    margin-top: 6px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tsm_comm_foot {
    height: 160px;
    margin-top: 50px;
    background: url(../img/bg_pageend.png) no-repeat;
    background-size: 100% 100%;
}

img.tsm_comm_foot_i1 {
    width: 130px;
    display: block;
    margin: 0 auto;
}

a.tsm_comm_foot_a1 {
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 35px;
    line-height: 31px;
    text-align: center;
    border: 1px solid #1E84E4;
    border-radius: 35px;
    color: #1E84E4;
    font-size: 12px;
    margin-top: 20px;
}


.tsm_comm_titleh1 {
    position: relative;
    border-bottom: 1px solid #ECEDEE;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    background: #fff;
}

span.tsm_comm_titleh1_sp1 {
    position: absolute;
    z-index: 1;
    width: 25px;
    height: 25px;
    background: url(../img/icon_arrowleft.png) no-repeat;
    background-size: 46%;
    background-position: left center;
}

h1.tsm_comm_titleh1_h11 {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin: 0 50px;
    flex: 1;
    font-weight: 400;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.tsm_comm_main {
    padding: 0 15px;
}


.to-top {
	width:2.1429rem;
	height:2.1429rem;
	bottom:4.5rem;
	position:fixed;
	right:.8929rem;
	background:url(../images/index/to_top.png) no-repeat;
	background-size:100%;
	display:none;
	cursor:pointer
}
.top-fixed {
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:120;
    background: #fff;
}
.top-hd {
    width: 100%;
    height: 50px;
    background: #2ca2f9;
    position: relative;
    display: flex;
    align-items: center;
}
.top-hd .logo {
    width: 116px;
    margin-left: 12px;
    display: block;
    height: 26px;
    vertical-align: middle;
    background: url(../img/logo.png) no-repeat;
    background-size: contain;
    position: relative;
    top: auto;
}
.top-hd .download-app {
	display:inline-block;
	vertical-align:middle
}
.top-hd .download-app span {
    height: 27px;
    line-height: 26px;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    color: #fff;
    padding: 0 14px;
    border-radius: 4px;
    margin-left: 12px;
}
.top-hd .btn-search {
    width: 20px;
    height: 20px;
    background: url(../img/search.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 15px;
    right: 12px;
    cursor: pointer;
}
.top-nav {
	width:100%;
	background:#fff;
	height:3.2143rem;
	line-height:3rem;
	box-shadow:0 .1785rem .1785rem 0 #f4f4f4
}
.top-nav.top-index-index {
	box-shadow:none
}
.top-nav ul {
	width:100%;
	padding:0 .7143rem;
	display:-webkit-box;
	display:box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.top-nav li {
	width:20%;
	text-align:center;
	-webkit-box-flex:1;
	box-flex:1
}
.top-nav li a {
	border-bottom:.2143rem solid #fff;
	display:block;
	color:#333;
	font-size:1.1429rem;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.top-nav li.cur a {
	border-bottom:.2143rem solid #33a3f5
}



ul.tsm_comm_typenav {
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 15px 5px;
}

li.tsm_comm_typenav_li1 {
    font-size: 15px;
    color: #000;
    padding: 15px 14px 0;
    display: inline-block;
}

li.tsm_comm_typenav_li1::after {
    content: " ";
    width: 15px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    display: block;
    margin: 8px auto 0;
}
li.tsm_comm_typenav_li1._active {
    font-weight: 600;
}
li.tsm_comm_typenav_li1._active::after {
    content: " ";
    width: 15px;
    height: 4px;
    border-radius: 2px;
    background: #2BA3F9;
    display: block;
    margin: 8px auto 0;
}
.tsm_comm_typenav_li1_a1, .tsm_comm_typenav_li1 a{
    color: inherit;
}

ul.tsm_comm_typenavsort {
    display: flex;
    padding: 4px 0 15px;
}

li.tsm_comm_typenavsort_li1 {
    padding: 8px 15px;
    border-radius: 16px;
    color: #4C4A4A;
    margin-right: 5px;
    font-size: 12px;
}
.tsm_comm_typenavsort_li1_a1, .tsm_comm_typenavsort_li1 a {
    color: inherit;
}
li.tsm_comm_typenavsort_li1._active {
    padding: 8px 15px;
    border-radius: 16px;
    background: rgba(0, 185, 255, 0.05);
    color: #4C4A4A;
    margin-right: 5px;
    font-size: 12px;
}

li.tsm_comm_item2_li1 {
    margin-bottom: 20px;
}

a.tsm_comm_item2_a1 {
    display: flex;
}

img.tsm_comm_item2_i1 {
    width: 104px;
    height: 104px;
    border-radius: 6px;
    margin-right: 14px;
    flex-shrink: 0;
}

h3.tsm_comm_item2_h31 {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

p.tsm_comm_item2_p1 {
    font-size: 12px;
    color: #A6ADB4;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tsm_comm_item2_d2 {
    font-size: 10px;
    color: #A6ADB4;
}

.tsm_comm_item2_d1 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex: 1;
}
.tsm_comm_item2_sp1 {
    padding-left: 12px;
    background: url(../img/icon_play5.png) no-repeat;
    background-size: 9px;
    background-position: left center;
    margin-right: 10px;
}

.tsm_comm_item2_sp2 {
    padding-left: 12px;
    background: url(../img/icon_jishu.png) no-repeat;
    background-size: 9px;
    background-position: left center;
}

ul.tsm_comm_hotnav_ul1 {
    display: flex;
    flex-wrap: wrap;
}

li.tsm_comm_hotnav_li1 {
    width: 25%;
    padding-bottom: 23px;
}

a.tsm_comm_hotnav_a1 {
    display: block;
}

img.tsm_comm_hotnav_i1 {
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 auto;
}

span.tsm_comm_hotnav_sp1 {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #000;
    margin-top: 8px;
}

h3.tsm_comm_allnav_h31 {
    font-size: 12px;
    color: #000;
    opacity: 0.6;
    padding: 0 0 10px;
}

ul.tsm_comm_allnav_ul1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

li.tsm_comm_allnav_li1 {
    width: 25%;
    padding-bottom: 5px;
}

a.tsm_comm_allnav_a1 {
    display: block;
    width: 79px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    font-size: 12px;
}

ul.tsm_comm_ranktopnav_ul1 {
    display: flex;
    justify-content: space-around;
    height: 57px;
    align-items: center;
    border-bottom: 1px solid #ECEDEE;
    background: #fff;
}

.tsm_comm_ranktopnav {}

li.tsm_comm_ranktopnav_li1 {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    padding-top: 10px;
}
.tsm_comm_ranktopnav_li1 a {
    color: inherit;
}

li.tsm_comm_ranktopnav_li1._active::after {
    content: " ";
    width: 15px;
    height: 4px;
    background: #2BA3F9;
    display: block;
    margin: 7px auto 0;
    border-radius: 2px;
}



li.tsm_comm_ranleftnav_li1 {
    width: 100px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #999999;
    position: relative;
}
.tsm_comm_ranleftnav_li1 a {
    color: inherit;
}

li.tsm_comm_ranleftnav_li1._active::before {
    content: " ";
    width: 4px;
    height: 30px;
    background: #2BA3F9;
    position: absolute;
    left: 0;
}

li.tsm_comm_ranleftnav_li1._active {
    background: #fff;
    color: #2BA3F9;
}


li.tsm_comm_rankitem_li1 {
    display: flex;
    margin-bottom: 18px;
}

img.tsm_comm_rankitem_i1 {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    margin-right: 13px;
    flex-shrink: 0;
}

a.tsm_comm_rankitem_a1 {
    display: flex;
    padding: 0 13px;
    align-items: center;
}

h3.tsm_comm_rankitem_h31 {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tsm_comm_rankitem_d1 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.tsm_comm_rankitem_d2 {
    font-size: 10px;
    color: #000;
    margin-top: 8px;
    line-height: 11px;
    opacity: 0.4;
}

.tsm_comm_rankitem_sp2 {
    padding-left: 12px;
    background: url(../img/icon_rank_hot.png) no-repeat;
    background-size: 9px;
    background-position: left center;
    margin-right: 10px;
}
.tsm_comm_rankitem_sp3 {
    padding-left: 12px;
    background: url(../img/icon_rank_amount.png) no-repeat;
    background-size: 9px;
    background-position: left center;
}

/* .tsm_comm_rankitem_sp2 {
    padding-left: 12px;
    background: url(../img/icon_play5.png) no-repeat;
    background-size: 9px;
    background-position: left center;
    margin-right: 10px;
}
.tsm_comm_rankitem_sp3 {
    padding-left: 12px;
    background: url(../img/icon_jishu.png) no-repeat;
    background-size: 9px;
    background-position: left center;
} */

.tsm_comm_rankitem_sp1 {
    width: 18px;
    height: 22px;
    margin-right: 10px;
    flex-shrink: 0;
    text-align: center;
    opacity: 0.4;
    color: #000;
}
.tsm_comm_rankitem_sp1._t1 {
    background: url(../img/icon_rankt1.png) no-repeat;
    background-size: 100%;
    font-size: 0;
    opacity: 1;
}
.tsm_comm_rankitem_sp1._t2 {
    background: url(../img/icon_rankt2.png) no-repeat;
    background-size: 100%;
    font-size: 0;
    opacity: 1;
}
.tsm_comm_rankitem_sp1._t3 {
    background: url(../img/icon_rankt3.png) no-repeat;
    background-size: 100%;
    font-size: 0;
    opacity: 1;
}

ul.tsm_comm_rankitem {
    padding: 20px 0;
    background: #fff;
}

li.tsm_comm_ranktopnav_li1._active {
    color: #000;
    font-weight: 600;
}


li.tsm_comm_ranktopnav_li1::after {
    content: " ";
    width: 15px;
    height: 4px;
    background: #fff;
    display: block;
    margin: 7px auto 0;
    border-radius: 2px;
}