@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
body {
    display: block;
    margin: 0;
    font-size: 14px;
    font-family:Arial,"Lucida Grande","Microsoft Yahei","Hiragino Sans GB","Hiragino Sans GB W3",SimSun,"PingFang SC",STHeiti;_font-family:Tahoma,Arial,Helvetica,STHeiti;
    color: #333333;
}
html.hasFontSmoothing-false body{font-family:Arial,SimSun,"Lucida Grande","Hiragino Sans GB","Hiragino Sans GB W3","PingFang SC",STHeiti
}
p,div {
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
button{
    outline: none;
}
img{
    border:0;
    vertical-align:middle
}
.fl{float: left;
}
.fr{float: right;
}
.hide{
    display:none
}
.clearfix{
    *zoom:1
}
.clearfix:after{
    content:'';
    clear:both;
    height:0;
    display:block;
    overflow:hidden
}
ol, ul {
    list-style: none;
}
p{
    margin: 0;
    padding: 0;
}
a {
    text-decoration:none;
    out-line: none;
    color: #333333;
}
.m_r_2 {
    margin-right: 20px;
}
.m_b_2{
    margin-bottom: 20px;
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
}
.top{
    width: 100%;
    height: 100px;
    padding: 20px 0;
    background: #ffffff;
}
.top_fixed {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 3px 6px 0 rgba(67,67,67,.14);
    box-shadow: 0 3px 6px 0 rgba(67,67,67,.14);
    z-index: 999;
}
.top.top_fixed{
    height: 80px;
    padding: 10px 0;
}
.logo,.search,.userBox{
    display: inline-block;
}
.logo{
    height: 60px;
}
.logo img{
    width: 100%;
    height: 100%;
}
.search{
    margin-top: 8px;
}
.search_item {
    position: relative;
    width: 400px;
    height: 44px;
    border-radius: 100px;
    border: 1px solid #d2d2d2;
}
.search_item input {
    width: 310px;
    height: 100%;
    padding-left: 24px;
    font-size: 14px;
    outline: none;
    border: none;
    background: none;
}
.search_item .search_btn {
    position: absolute;
    top: 4px;
    right: 4px;
    display: inline-block;
    width: 90px;
    height: 34px;
    background: #c01820;
    color: #ffffff;
    border-radius: 50px;
    line-height: 34px;
    text-align: center;
    border: #c01820;
}

.user_login{
    border: 1px solid #7ad0f1;
    height: 36px;
    line-height: 36px;
    border-radius: 20px;
    padding: 0;
    margin-top: 14px;
    overflow: hidden;
    font-size: 0;
}
.user_login a{
    display: inline-block;
    width: 60px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #c01820;
    text-align: center;
}
.user_login a:first-child {
    border-right: 1px solid #7ad0f1;
    border-radius: 0;
}
.user_login a:hover{
    background: #dbeff6;
}
.user_success{
    position: relative;
    margin-top: 10px;
    padding: 4px 0;
}
.user_info{
    display: block;
}
.user_img{
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 100%;
}
.user_img img{
    width: 100%;
    height: 100%;
}
.user_name{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.user_success ul{
    position: absolute;
    background: #ffffff;
    top: 44px;
    left: 0;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    border-radius: 2px;
    overflow: hidden;
    z-index: 999;
    display: none;
}
.user_success ul li a{
    display: block;
    width: 120px;
    text-align: center;
    line-height: 30px;
    color: #888888;
}
.user_success ul li a:hover{
    background: #f5f5f5;
    color: #333333;
}
.nav{
    background: #c01820;
}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu:after,#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #menu-button {
    display: none
}

#cssmenu {
    width: auto;
    font-family: open sans,sans-serif;
    line-height: 1;
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #700005;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

#cssmenu>ul>li {
    float: left
}

#cssmenu.align-center>ul {
    font-size: 0;
    text-align: center
}

#cssmenu.align-center>ul>li {
    display: inline-block;
    float: none
}

#cssmenu.align-center ul ul {
    text-align: left
}

#cssmenu.align-right>ul>li {
    float: right
}

#cssmenu.align-right ul ul {
    text-align: right
}

#cssmenu>ul>li>a {
    padding: 15px 40px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

#cssmenu>ul>li:hover>a,#cssmenu>ul>li.active>a {
    color: #ffffff;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 40px;
    background: #700005;
}

#cssmenu>ul>li.has-sub>a::after {
    position: absolute;
    top: 19px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease
}

#cssmenu>ul>li.has-sub:hover>a::after {
    border-color: #ffffff;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 999999;
}

#cssmenu li:hover>ul {
    left: auto
}

#cssmenu.align-right li:hover>ul {
    right: 0
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease
}

#cssmenu ul li:hover>ul>li {
    height: 42px
}
#cssmenu ul ul li a {
    padding: 15px 20px;
    width: 160px;
    font-size: 14px;
    background: #2c9ef6;
    text-decoration: none;
    color: #daedf4;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

#cssmenu ul ul li:hover>a,#cssmenu ul ul li a:hover {
    color: #ffffff;
}

#cssmenu ul ul li.has-sub>a::after {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease
}

#cssmenu.align-right ul ul li.has-sub>a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd
}

#cssmenu ul ul li.has-sub:hover>a::after {
    border-color: #fff
}

.slideBox {
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 35px;
    text-align: center;
    z-index: 1;
}

.slideBox .hd ul li {
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin: 0 4px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.4s ease-in 0s;
}

.slideBox .hd ul li.on {
    background: #ffd200;
    width: 19px;
}

.slideBox .bd {
    position: relative;
    width: 1200px;
    height: 350px;
    margin: 30px auto;
}

.slideBox .bd li {
    overflow: hidden;
}
.slideBox .bd li img {
    width: 100%;
    height: 100%;
}
.recom{
    padding: 30px 0;
}
.rec_title{
    font-size: 20px;
    color: #333333;
    position: relative;
    margin: 0 auto;
    line-height: 32px;
}
.rec_body{
    margin: 20px 0 30px;
    font-size: 0;
    position: relative;
}
.rec_hd {
    text-align: right;
    position: absolute;
    top: -50px;
    right: 0;
}
.rec_hd a{
    display: inline-block;
    width: 28px;
    height: 28px;
    opacity: 0.8;
}
.rec_hd a:hover{
    opacity: 1;
}
.rec_hd .next{
    background: url("../images/icon_le.png");
    background-size: cover;
    margin-right: 10px;
}
.rec_hd .prev{
    background: url("../images/icon_ri.png");
    background-size: cover;
}
.rec_hd ul li{
    display: none;
}
.rec_bd ul li{
    display: inline-block;
    width: 285px;
    height: 190px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 20px;
}

.rec_bd ul li img{
    width: 100%;
    height: 100%;
}
.rec_bd ul li img:hover{
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.rec_bd ul li p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: rgba(0,0,0,.4);
    z-index: 998;
}
.section{
    padding: 30px 0;
}
.sec_title{
    text-align: center;
    font-size: 22px;
    width: 180px;
    font-weight: normal;
    color: #333333;
    margin: 0 auto 30px;
    position: relative;
}
.sec_title:before, .sec_title:after {
    content: '';
    height: 2px;
    width: 8px;
    background: #333;
    position: absolute;
    top: 50%;
    border-radius: 3px;
}
.sec_title:before {
    left: 0;
}
.sec_title:after {
    right: 0;
}
.tabList .tab_hd {
    text-align: center;
    font-size: 0;
    margin-bottom: 20px;
}
.tabList .tab_hd a {
    display: inline-block;
    text-align: center;
    width: 96px;
    height: 32px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    margin: 0 10px;
}
.tabList .tab_hd a.on{
    background: #c01820;
    color: #ffffff;
    border: #c01820;
}
.tabList .tab_bd ul{
    font-size: 0;
    display: block;
}
.tabList .tab_bd ul li{
    display: inline-block;
    width: 224px;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px 20px 10px 0;
    background: #ffffff;
    -webkit-box-shadow:0 0 4px rgba(0,0,0,0.2);
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.tabList .tab_bd ul li:hover {
    -webkit-transform: translate3d(0,-3px,0);
    -moz-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);
    -webkit-box-shadow:0 0 8px rgba(0,0,0,0.2);
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.tabList .tab_bd ul li:nth-child(5n){
    margin-right: 0;
}
.tabList .tab_bd ul li img{
    width: 100%;
    height: 224px;
}
.tabList .tab_bd ul li p{
    font-size: 14px;
    padding: 0 10px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec_more{
    text-align: center;
    margin-top: 20px;
}
.sec_more a{
    display: inline-block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background: #c01820;
    border-radius: 20px;
}
.sec_more a:hover{
    background: #2c9ef6;
}
.bg_black{
    background: #292929;
}
.bg_grey{
    background: #f5f5f9;
}
.link_title{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
}
.link_body{
    font-size: 0;
}
.link_body a{
    display: inline-block;
    font-size: 14px;
    margin: 5px 25px 5px 0;
    color: #666666;
}
.footer{
    padding: 30px 0;
    background: #292929;
    text-align: center;
    color: #aaaaaa;
    font-size: 12px;
}

.footer a{color:#fff;}
.foot_nav{
    font-size: 0;
    margin-bottom: 10px;
}
.foot_nav a{
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #aaaaaa;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    color: #aaaaaa;
}
.foot_nav a:last-child{
    border-right: none;
}
.contentBody{
    background: #f5f5f9;
    font-size: 0;
    padding-bottom: 30px;
}
.con_block{
    display: inline-block;
    vertical-align: top;
}
.w_le{
    width: 880px;
}
.w_ri{
    width: 300px;
}
.con_left{
    background: #ffffff;
    padding: 15px 0;
}
.con_title{
    border-left: 5px solid #c01820;
    padding-left: 14px;
    margin: 0 0 15px;
    height: 25px;
    line-height: 25px;
    font-weight: normal;
    font-size: 16px;
}
.le_list li {
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f9;
    font-size: 0;
}
.con_list ul li:hover{
    background: #f9f9f9;
}
.list_img{
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    overflow: hidden;
}
.le_list .list_img{
    width: 60px;
    height: 60px;
    margin-left: 30px;
}
.list_img img{
    width: 100%;
    height: 100%;
}
.list_info {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    overflow: hidden;
}
.le_list .list_info {
    width: 560px;
    margin-left: 30px;
}
.con_list .list_info h3{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.le_list .list_info h3{
    font-size: 16px;
    line-height: 36px;
    font-weight: normal;
}
.le_list .music_info{
    color: #888888;
    line-height: 36px;
    clear: both;
}
.music_info span{
    float: left;
    margin-right: 18px;
    padding-left: 18px;
}
.related_list li{
    padding: 10px;
    border-bottom: 1px solid #f5f5f9;
    font-size: 0;
}
.related_list li:last-child{
    border: none;
}
.related_list .list_img{
    width: 44px;
    height: 44px;
}
.related_list .list_info {
    width: 195px;
    margin-left: 20px;
}
.related_list .list_info h3{
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}
.related_list .music_info{
    color: #888888;
    line-height: 22px;
    clear: both;
}
.music_info span.admin{
     background: url(../images/i_admin.png) left center no-repeat;
}
.music_info span.player{
    background: url(../images/i_player.png) left center no-repeat;
}
.music_info span.tone{
    background: url(../images/i_tone.png) left center no-repeat;
}
.music_info span.page{
    background: url(../images/i_page.png) left center no-repeat;
}
.music_info span.time{
    background: url(../images/i_time.png) left center no-repeat;
}
.list_play{
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    text-align: center;
}
.list_play i{
    display: none;
    width: 60px;
    height: 60px;
    background: url("../images/play.png");
}
.le_list li:hover i{
    display: inline-block;
}
.paging{
    font-size: 14px;
    text-align: center;
    margin: 30px 0 0;
}
.paging a,.paging span{
    border-radius: 20px;
    padding: 0 11px;
    min-width: 40px;
    box-sizing: border-box;
    background: #fff;
    color: #8c8c8c;
    display: inline-block;
    max-height: 40px;
    line-height: 40px;
    border: 1px #d8dce0 solid;
    margin: 0 2px;
}
.paging a:hover{
    border-color: #c01820;
    color: #c01820;
}
.paging span.current {
    border-color: #c01820;
    background: #c01820;
    color: #ffffff;
}
.paging span:not(.current) {
    cursor: not-allowed;
}
.con_right{
    background: #ffffff;
    font-size: 14px;
    padding: 15px 0;
    margin-bottom: 20px;
}
.ranking_list li{
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ranking_list li span{
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #F2F2F2;
    margin-right: 10px;
}
.ranking_list li span.rank01{
    background: #c01820;
    color: #ffffff;
}
.ranking_list li span.rank02{
    background: #ea9518;
    color: #ffffff;
}
.crumbs {
    line-height: 60px;
    font-size: 12px;
    color: #666666;
}
.crumbs .on {
    color: #c01820;
}
.articleBox{
    background: #ffffff;
    font-size: 0;
    padding: 20px 0;
}
.art_head{
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.ri_title{
    font-size: 16px;
    font-weight: normal;
}
.art_le{
    display: inline-block;
    vertical-align: top;
    width: 300px;
    padding: 0 30px;
    background: #ffffff;
}
.coverImg{
    display: inline-block;
    width: 240px;
    height: 240px;
    border-radius: 2px;
    overflow: hidden;
}
.coverImg img{
    width: 100%;
    height: 100%;
}
.musicInfo{
    font-size: 14px;
    margin-top: 20px;
}
.musicInfo p{
    line-height: 26px;
    color: #888888;
}
.musicInfo p span{
    color: #333333;
}
.musicBtn {
    margin-top: 20px;
    font-size: 0;
    text-align: center;
}
.musicBtn a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.musicBtn .download {
    width: 180px;
    line-height: 46px;
    background: #c01820;
    color: #ffffff;
    font-size: 20px;
    margin-right: 10px;
    border-radius: 100px;
}
.musicBtn .collect {
    width: 46px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #c01820;
    padding: 8px;
    border-radius: 100%;
}
.musicBtn .collect i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/collect.png");
    background-size: cover;
}
.musicBtn .collect.on i {
    background: url("../images/collect_on.png");
    background-size: cover;
}
.art_ri {
    display: inline-block;
    vertical-align: top;
    width: 900px;
    font-size: 14px;
    padding: 0 30px;
}
.ri_nav {
    width: 100%;
    margin-top: 20px;
    background: #f4f4f4;
    z-index: 99;
}
.ri_nav ul li {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
}
.ri_nav ul li.active {
    border-top: 2px solid #c01820;
    font-weight: bold;
    background: #ffffff;
}
.ri_nav ul li.active a{
    color: #c01820;
}
.riItem {
    padding-top: 40px;
}
.riItem h4{
    font-size: 16px;
    font-weight: normal;
    border-left: 5px solid #c01820;
    padding-left: 14px;
    margin: 0 0 15px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 20px;
}
.musicScore{
    border: 1px solid #e5e5e5;
}
.musicScore img {
    width: 100%;
    height: 100%;
}
.like_list li {
    padding: 15px;
    border-bottom: 1px solid #f5f5f9;
    font-size: 0;
}
.like_list .list_img {
    width: 60px;
    height: 60px;
}
.like_list .list_info {
    width: 530px;
    margin-left: 30px;
}
.like_list .list_info h3 {
    font-size: 16px;
    line-height: 36px;
    font-weight: normal;
}
.like_list .music_info {
    color: #888888;
    line-height: 36px;
    clear: both;
}
.like_list li:hover i{
    display: inline-block;
}
.reRelated{
    font-size: 0;
}
.reRelated ul li {
    display: inline-block;
    width: 194px;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px 20px 10px 0;
    background: #ffffff;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.reRelated ul li img {
    width: 100%;
    height: 194px;
}
.reRelated ul li p {
    font-size: 14px;
    padding: 0 10px;
    line-height: 40px;
	height:40px;
	width:194px;
	overflow:hidden;
}
.reRelated ul li:nth-child(4n) {
    margin-right: 0;
}
.le_fixed {
    position: fixed;
    top: 90px;
}
.m_l_30 {
    margin-left: 300px;
}

.title_admin{
    color: #fe9947;
    margin-left: 5px;
    cursor: pointer;
}
.describe{
    font-size: 14px;
    margin-bottom: 20px;
    color: #666666;
}
.screen{
    padding: 0 15px;
    font-size: 0;
}
.screen a{
    display: inline-block;
    padding: 0 15px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 28px;
    margin: 5px;
    color: #666666;
}
.screen a:hover{
    background: #f2f2f9;
}
.screen a.on{
    background: #c01820;
    color: #ffffff;
}
.zt_hd {
    background: #ffffff;
    padding: 10px 15px;
    font-size: 0;
    margin-bottom: 10px;
}
.zt_hd a{
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 28px;
    margin: 5px;
    color: #666666;
}
.zt_hd a.on{
    background: #c01820;
    color: #ffffff;
}
.zt_bd ul li{
    display: inline-block;
    width: 285px;
    height: 190px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px 20px 10px 0;
}
.zt_bd ul li:nth-child(4n){
    margin-right: 0;
}
.zt_bd ul li img{
    width: 100%;
    height: 100%;
}
.zt_bd ul li img:hover{
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.zt_bd ul li p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: rgba(0,0,0,.4);
    z-index: 998;
}
.ztBox{
    font-size: 0;
    padding: 5px 20px;
}
.zt_img{
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 200px;
}
.zt_img img{
    width: 100%;
    height: 100%;
}
.zt_info{
    display: inline-block;
    vertical-align: top;
    width: 620px;
    margin-left: 20px;
    font-size: 13px;
}
.zt_info h3{
    font-size: 16px;
    margin-bottom: 20px;
}
.zt_info p{
    color: #888888;
}
.p_10{
    padding: 0 10px;
}
.m_t_15{
    margin-top: 15px;
}
.tag_list{
    font-size: 0;
}
.tag_list li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    border: 1px solid #dcedfd;
    background: #eff7fe;
    height: 26px;
    line-height: 25px;
    text-align: center;
    margin: 0 5px 5px 0;
    border-radius: 20px;
    font-size: 12px;
}
.tag_list li a{
    color: #c01820;
}
.tag_list li:hover{
     background: #c01820!important;
     border: 1px solid #c01820;
}
.tag_list li:hover a{
    color: #ffffff;
}
.text_blue{
    color: #c01820;
}
.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    z-index: 999;
    display: none;
}
.popupBox{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 0;
    z-index: 1000;
    overflow: hidden;
    display: none;
}
.DownBox{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 0;
    z-index: 1000;
    overflow: hidden;
    display: none;
}
.wxBox{
    position: relative;
    width: 400px;
    height: 530px;
    margin: 120px auto 0;
    border-radius: 3px;
    background-color: #ffffff;
}
.wx_title {
    text-align: center;
    font-size: 18px;
    padding: 50px 0 30px;
}
.ewm_img{
    width: 202px;
    height: 202px;
    display: block;
    margin: 0 auto;
    border: 1px solid #E2E2E2;
}
.ewm_img img{
    width: 100%;
    height: 100%;
}
.ewm_info {
    width: 200px;
    font-size: 13px;
    text-align: center;
    margin: 10px auto 20px auto;
    border: none;
    background: #ffffff;
    color: #666666;
}
.wx_refresh {
    padding-top: 20px;
    color: #c01820;
    display: block;
}
.scanbg {
    padding-left: 118px;
    text-align: center;
}
.scanbg i {
    float: left;
    width: 30px;
    height: 30px;
    background: url(../images/loginscan.png) center no-repeat;
    background-size: cover;
    margin: 5px 0;
}
.scanbg .scantext {
    font-size: 14px;
    margin-left: 45px;
    text-align: left;
    height: 30px;
}
.fork{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("../images/fork.png");
    background-size: cover;
}
.about_le{
    display: inline-block;
    width: 230px;
    background: #ffffff;
    margin-right: 20px;
    border-radius: 3px;
    padding: 30px 0;
    vertical-align: top;
}
.about_ri{
    display: inline-block;
    width: 950px;
    background: #ffffff;
    border-radius: 3px;
    font-size: 14px;
    vertical-align: top;
    padding: 30px;
}
.about_hd a{
    display: block;
    background: #ffffff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    font-size: 14px;
}
.about_hd a.on{
    background: #f5f5f9;
    color: #c01820;
    border-left: 2px solid #c01820;
    font-size: 16px;
}
.about_hd a:hover{
    background: #f5f5f9;
}
.about_bd .about_title{
    font-size: 20px;
    margin-bottom: 20px;
}
.about_bd p{
    color: #888888;
    margin: 10px auto;
}
.about_bd p img{
    margin: 10px auto;
    max-width: 100%;
    overflow: hidden;
}
.about_bd img{
    margin: 10px auto;
    max-width: 100%;
    overflow: hidden;
}
.loginBox .wxBox{
    margin: 50px auto;
    border: 1px solid #e5e5e5;
}
.dlBox{
    position: relative;
    width: 420px;
    margin: 120px auto;
    border-radius: 3px;
    background-color: #ffffff;
}
.dl_title {
    font-size: 18px;
    padding: 20px 30px 20px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #e5e5e5;
}
.dl_body{
    padding: 20px;
}
.body_row{
    font-size: 0;
    line-height: 30px;
}
.le_cell,.ri_cell{
    display: inline-block;
    font-size: 14px;
    color: #888888;
}
.le_cell{
    width: 30%;
}
.ri_cell{
    width: 70%;
    text-align: right;
}
.ri_cell span{
    color: #c01820;
    font-weight: bold;
    margin: 0 10px;
}
.dl_footer{
    text-align: center;
    border-top: 1px solid #e5e5e5;
    font-size: 0;
    padding: 20px 0;
}
.dl_btn{
    font-size: 14px;
    display: inline-block;
    text-align: center;
    min-width: 120px;
    line-height: 36px;
    margin: 0 10px;
    border-radius: 100px;
}
.btn_le{
    background: #c01820;
    color: #ffffff;
    border: 1px solid #c01820;
}
.btn_ri{
    background: #ffffff;
    color: #c01820;
    border: 1px solid #c01820;
}

.statistics{
    width: 1200px;
    margin: 0 auto 30px;
    font-size: 0;
}
.statistics .stat_cell{
    display: inline-block;
    width: 285px;
    margin-right: 20px;
    font-size: 0;
    padding: 20px 40px;
}
.stat_cell:last-child{
    margin-right: 0;
}
.stat_cell i{
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    margin-right: 15px;
}
.stat_cell .stat_info{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}
.stat_info .num{
    font-size: 24px;
}
.statistics .cell_blue{
    border: 1px solid #dcedfd;
    background: #eff7fe;
    color: #c01820;
}
.statistics .cell_green{
    border: 1px solid #e6f9f5;
    background: #f6fdfb;
    color: #1ac577;
}
.statistics .cell_red{
    border: 1px solid #f9e8e9;
    background: #fdf6f7;
    color: #f95660;
}
.statistics .cell_yellow{
    border: 1px solid #fcedd7;
    background: #fffaf3;
    color: #fe9947;
}
.cell_blue i{
    background: url("../images/today.png");
    background-size: cover;
}
.cell_green i{
    background: url("../images/month.png");
    background-size: cover;
}
.cell_red i{
    background: url("../images/total.png");
    background-size: cover;
}
.cell_yellow i{
    background: url("../images/members.png");
    background-size: cover;
}

.side {
    position: fixed;
    width: 78px;
    right: 0;
    top: 50%;
    z-index: 9999;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    border-bottom: 0;
}

.side ul li {
    width: 78px;
    height: 78px;
    float: left;
    position: relative;
    color: #888888;
    font-size: 12px;
    line-height: 38px;
    text-align: center;
    transition: all .3s;
    cursor: pointer
}

.side ul li:hover {
    background-color: #c01820;
    color: #fff
}

.side ul li:hover a {
    color: #fff
}

.side ul li i {
    height: 25px;
    margin-bottom: 1px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 25px;
    margin-top: 14px;
    transition: all .3s
}

.side ul li i.bgs1 {
    background-image: url(../images/right_pic1.png)
}
.side ul li i.bgs2 {
    background-image: url(../images/right_pic2.png)
}

.side ul li i.bgs3 {
    background-image: url(../images/right_pic3.png)
}

.side ul li i.bgs4 {
    background-image: url(../images/right_pic4.png)
}

.side ul li i.bgs6 {
    background-image: url(../images/right_pic6_on.png)
}
.side ul li:hover i.bgs1 {
    background-image: url(../images/right_pic1_on.png)
}
.side ul li:hover i.bgs2 {
    background-image: url(../images/right_pic2_on.png)
}
.side ul li:hover i.bgs3 {
    background-image: url(../images/right_pic3_on.png)
}
.side ul li:hover i.bgs4 {
    background-image: url(../images/right_pic4_on.png)
}
.side ul li .sidebox {
    position: absolute;
    width: 78px;
    height: 78px;
    top: 0;
    right: 0;
    transition: all .3s;
    overflow: hidden
}

.side ul li.sidetop {
    background-color: #c01820;
    color: #fff;
}

.side ul li.sidetop:hover {
    opacity: .8;
    filter: Alpha(opacity=80)
}

.side ul li.sideewm .ewBox.son {
    width: 238px;
    display: none;
    color: #363636;
    text-align: center;
    padding-top: 235px;
    position: absolute;
    left: -240px;
    top: 0;
    background-image: url(../images/leftewm1.jpg);
    background-size: cover;
    border: 1px solid #e0e0e0
}
.side ul li.sideewm .qyBox.son {
    width: 238px;
    display: none;
    color: #363636;
    text-align: center;
    padding-top: 235px;
    position: absolute;
    left: -240px;
    top: 0;
    background-image: url(../images/leftewm2.jpg);
    background-size: cover;
    border: 1px solid #e0e0e0
}
.side ul li.sideetel .telBox.son {
    width: 240px;
    height: 78px;
    display: none;
    color: #fff;
    text-align: left;
    position: absolute;
    left: -240px;
    top: -20px;
    background-color: #c01820;
}

.side ul li.sideetel .telBox dd {
    display: block;
    height: 118.5px;
    overflow: hidden;
    padding-left: 82px;
    line-height: 24px;
    font-size: 18px
}

.side ul li.sideetel .telBox dd span {
    display: block;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    margin-top: 32px;
    font-size: 18px
}

.side ul li.sideetel .telBox dd.bgs5 {
    background: url(../images/right_pic5.png) 28px center no-repeat;
    background-color: #c01820;
}
.side ul li:hover .son {
    display: block!important;
    animation: fadein 1s
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.musicInfo p span.price{color:#f60;font-size:16px;font-weight:bold;}