*{margin: 0;padding: 0;}
a{text-decoration: none;display: block;}
i{display: block;font-style:normal;}
img{border:0;vertical-align: middle;}
ol, ul ,li{list-style: none;}
html,body{height:100%;min-width: 1200px;}
body{background-color: #fff;}
table {// border-collapse: collapse;// border-spacing: 0;height: auto;width: auto;}
td,th {padding: 0;}
.clearfix:after{content:".";display:block;height:0;clear:both;overflow:hidden;visibility:hidden;}
.clearfix{*+height:1%;*zoom:1;}
.inner{
    width:1200px;
    margin:0 auto;
    position: relative;
}
.total_box{
    min-height: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display:flex;

    /*添加新年背景*/
    width: 1260px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 10;
}
.fix-sidebar{
    position: relative;
    padding: 70px 0 170px 0;
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}

.header{
    width:100%;
    background-color: #fff;
    z-index: 999;
    position: fixed;
    top:0;
    left:0;
}
.header .logo{
    float: left;
    padding-top:20px;
    width:175px;
    height:50px;
}
.header .logo a{
    width:175px;
    height:30px;
    background:url(../images/logo.png) no-repeat;
    text-indent: -999px;
}
.header .navbar{
    float: left;
    margin-left: 110px;
}
.header .navbar ul li{
    float: left;
    width:75px;
    text-align: center;
}
.header .navbar ul li:first-child{
    width:55px;
    text-align: left;
}
.header .navbar ul li:last-child{
    width:55px;
    text-align: right;
}
.header .navbar ul li a{
    display:inline-block;
    height:30px;
    font:16px/30px "微软雅黑";
    color:#000;
    padding: 20px 0 18px 0;
    border-bottom: 2px solid transparent;
}
.header .navbar ul li.cur a{
    color:#ff3b3c;
}
.header .navbar ul li a:hover{
    color:#ff3b3c;
}
.header .search{
    float: right;
    width:210px;
    padding-top:20px;
    position: relative;
}
.header .search form{
    float: right;
    background-color: #f0f0f7;
    border-radius: 2px;
    padding:5px 10px;
}
.header .search form .input_txt{
    border:0;
    float: left;
    outline: none;
    width:173px;
    height:20px;
    font:12px/20px "微软雅黑";
    color:#6b6b6b;
    background-color: #f0f0f7;
}
.header .search form .input_btn{
    border:0;
    float: left;
    outline: none;
    width:17px;
    height:17px;
    background: transparent url(../images/spirit.png) no-repeat 0 0;
}
.header .search p{
    display:none;
    width:210px;
    height:20px;
    font:12px/20px "微软雅黑";
    color:#ff4040;
    position: absolute;
    left:0;
    bottom:-20px;
}
.header .suggest{
    width:210px;
    position: absolute;
    right: 0;
    top:55px;
    background-color: #f0f0f7;
    border-radius: 2px;
    z-index: 10000;
    display:none;
}
.header .suggest li{
    height:30px;
    padding-left: 10px;
    font:16px/30px "微软雅黑";
    color:#798798;
    cursor: pointer;
}
.header .suggest li:hover{
    text-decoration: underline;
    background-color: #ccc;
    color:#fff;
}
.header .fbg{
    width:100%;
    height:8px;
    position: absolute;
    bottom:-8px;
    left:0;
    z-index: 15;
    background: url(../images/fbg.png) no-repeat;
}

/*专辑公共样式*/
.copy_delete {
    padding: 20px 0;
}
.copy_delete li{
    float: left;
    padding: 9px 10px;
    border: 1px solid #333;
    margin-right: 10px;
}
.copy_delete li a{
    width:100%;
    height:100%;
}
.copy_delete li span{
    float: left;
    display: block;
    height: 14px;
    font:14px/14px "微软雅黑";
    color: #212121;
    margin-right: 8px;
}
.copy_delete li i{
    float: left;
    width: 10px;
    height: 9px;
    margin-top: 3px;
    background: url(../images/spirit.png) no-repeat 0 -265px;
    cursor: pointer;
}
.showcase li{
    float: left;
    width:180px;
    margin-right: 25px;
    margin-bottom: 35px;
}
.showcase li .pic_a{
    display: block;
    width:180px;
    height:180px;
    margin-bottom: 5px;
    background-color: #f0f0f7;
}
.showcase li .pic_a img{
    width:100%;
    height:100%;
}
.showcase li .pic_a:hover{
        box-shadow: 2px 2px 20px #c7cdd4;
}
.showcase li .left{
    display: block;
    float: left;
    width:30px;
}
.showcase li .left p{
    height:20px;
    font:20px/20px "微软雅黑";
    color:#212121;
    margin-bottom: 23px;
}
.showcase li .left i{
    width:20px;
    height:20px;
    background: url(../images/spirit.png) no-repeat -40px -37px;
}
.showcase li:nth-child(1) .left p,.showcase li:nth-child(2) .left p,.showcase li:nth-child(3) .left p{
    color:#ff3b3c;
}
.showcase li:nth-child(1) .left i,.showcase li:nth-child(2) .left i,.showcase li:nth-child(3) .left i{
    background-position: 0 -37px;
}
.showcase li .right{
    display:block;
    float: left;
    width:150px;
}
.showcase li .right a{
    height:24px;
    font:14px/24px "微软雅黑";
    color:#212121;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.showcase li .bigRight a{
    width:180px;
}
.showcase li .right p{
    height:22px;
    font:12px/22px "微软雅黑";
    color:#888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.music_hd{
    height: 56px;
    margin-bottom: 10px;
}
.music_hd h3{
    height: 100%;
    font:16px/56px "微软雅黑";
    color: #212121;
} 
.music_hd h3 i{
    float: left;
    width: 4px;
    height: 16px;
    border-left: 4px solid #ff3b3c;
    margin: 20px 10px 0 0;
}

/*专辑列表页*/
.con_right{
    float: left;
    width: 980px;
    height:100%;
    padding-left:20px;
    background-color: #fff;
}
.con_right .show_box{
    padding-bottom: 40px;
}
.con_right .showcase .current ul{
    width: 1000px;
}
.con_right .showcase .current li{
    margin-right: 20px;
}
/*子页面公共列表*/
.tainer{
    height:100%;
    background-color: #f7f7f7;
}
.nav_bar{
    float: left;
    width:200px;
}
.nav_bar .menu_header{
    padding: 20px;
    background-color: #dedede;
}
.nav_bar .menu_header p{
    float: left;
    height: 14px;
    font:14px/14px "微软雅黑";
    color:#212121;
    font-weight: bold;
}
.nav_bar .menu_header i{
    float: right;
    width: 4px;
    height: 14px;
    border-right: 4px solid #888; 
}
.nav_bar .menus{
    width:100%;
}
.nav_bar .menus li a{
    font: 14px/46px "微软雅黑";
    color:#212121;
    padding-left: 20px;
}
.nav_bar .menus li.cur{
    background-color: #fff;
}

/*专辑页面单独样式*/
.nav_bar .menus .album{
    padding:6px;
}
.nav_bar .menus .album li{
    float: left;
}
.nav_bar .menus .album li a{
    padding:7px;
    font: 12px/14px "微软雅黑";
    color:#212121;
} 


/*返回顶部*/
.rbtn{
    width:40px;
    position: fixed;
    bottom:210px;
    right:20px;
}
.rbtn .topbtn{
    display:none;
    width:40px;
    height:40px;
    position: relative;
}
.rbtn .topbtn a{
    width:40px;
    height:40px;
    background:url(../images/spirit.png) no-repeat -82px  0;
}
.rbtn .topbtn a:hover{
    background-position: -142px 0;
}
/*脚步样式*/
.foot{
    width: 100%;
    /*height: 160px;*/
    background-color: #262626;
    padding-top: 40px;
    margin-top: -170px;
    padding-bottom: 10px;
    position: relative;
    z-index: 10;
    font-size: 12px;
    font-family: "微软雅黑";
}
.relevant,.purchase_channel,.follow_us,.register{
    float: left;
    margin-right: 27px;
}
.foot .inner .foot_public h6{
    height: 34px;
    /*font:14px/34px "微软雅黑";*/
    font-size: 14px;
    line-height: 34px;
    color:#fff;
}
.foot .inner .foot_public span{
    display: block;
    width: 34px;
    border-bottom: 1px solid #fff;
}
.foot .inner .foot_public li{
    float: left;
    margin-right: 40px;
    padding-top:15px;
    position: relative;
}
.foot .inner .foot_public li a{
    width: 100%;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    /*font:12px/12px "微软雅黑";*/
    color:#fff;
}
.foot .inner .foot_public li .youzan_code{
    display:none;
    width:100px;
    height:100px;
    border: 1px solid #b2b1be;
    position: absolute;
    left:50%;
    bottom:25px;
    margin-left: -51px;
    z-index: 998;
    background-color: #fff;
}
.foot .inner .foot_public li .youzan_code img{
    width: 90px;
    height: 90px;
    margin:5px;
}
.foot .inner .foot_public li .youzan_code i{
    border-top:10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    left:50%;
    bottom:-20px;
    margin-left: -10px;
    z-index: 999;
}
.foot .inner .register{
    margin-left: 40px;
    margin-right: 39px;
    width: 340px;
}
.foot .register .pic{
    width: 100%;
    margin-bottom: 10px;
}
.foot .register .pic a{
    text-indent: -9999px;
}
.foot .register .pic a:first-child{
    float: left;
    width: 26px;
    height: 26px;
    margin-right: 20px;
    background: url(../images/spirit.png) no-repeat 0 -294px;
}
.foot .register .pic a:last-child{
    float: left;
    width: 76px;
    height: 26px;
    background: url(../images/spirit.png) no-repeat -46px -294px;
}
.foot .register p{
    width: 100%;
    margin-top: 10px;
    color: #aaa; 
}
.foot .register .filing a{
    display: inline-block;
    color: #aaa;
}
.foot .register .filing a:hover{
    text-decoration: underline;
}
.foot .register .filing img{
    display: inline-block;
    width: 16px;
    height: 16px;
}
.foot .follow_us{
    margin-right: 0;
    position: relative;
}
.foot .follow_us .microblog_code,.foot .follow_us .wechat_code{
    float: left;
    width:60px;
    height:60px;
    box-sizing: border-box;
}
.foot .follow_us .microblog_code{
    margin-right: 20px;
}
.foot .follow_us .microblog_code a{
    display: inline-block;
    width:20px;
    height:16px;
    border: 2px solid #fff;
    padding:20px 19px;
    background: url(../images/microblog.png) no-repeat content-box;
}
.foot .follow_us .wechat_code{
    background-color: #fff;
    padding:2px;
}
.foot .follow_us .wechat_code img{
    display: block;
    width:100%;
    height:100%;
}
.foot .follow_us .statistics{
    position: absolute;
    top:60px;
    left: 0;
    display:none;
}
.follow_us .legal-links {
    margin-top: 75px; 
    clear: both;     
}

.a_text {
    color: #aaaaaa;         
    text-decoration: none;  
    margin-top: 10px;
    margin-right: 20px;    
    display: block;  
    transition: color 0.3s ease; 
}

.a_text:hover {
    color: #ffffff;        
    text-decoration: underline;
}

.a_text:last-child {
    margin-right: 0;
}



/*翻页样式*/
.pageNav{
    height:30px;
    text-align: center;
    padding:20px 0 60px 0;
}
.pageNav .page-box a{
    width:100%;
    height:100%;
}
.pageNav .page-box{
    display:inline-block;
}
.pageNav .page-box ul,.pageNav .page-box .btn1,.pageNav .page-box .btn2{
    float: left;
}
.pageNav .page-box ul li{
    float: left;
    width:30px;
    height:30px;
    text-align: center;
    margin-right: 10px;
}
.pageNav .page-box ul li a{
    line-height: 30px;
    font: 14px/30px "微软雅黑";
    color:#8f8f8f;
}
.pageNav .page-box .btn1,.pageNav .page-box .btn2{
    width:30px;
    height:30px;
}
.pageNav .page-box .btn1{
    margin-right: 10px;
}
.pageNav .page-box span{
    display:block;
    width:7px;
    height:14px;
    margin:0 auto;
    margin-top: 8px;
    background: url(../images/spirit.png) no-repeat;
}
.pageNav .page-box .btn1 span{
    background-position: -36px -153px;
}
.pageNav .page-box .btn1:hover span{
    background-position: -36px -169px;
}
.pageNav .page-box .btn2 span{
    background-position: -53px -153px;
}
.pageNav .page-box .btn2:hover span{
    background-position: -53px -169px;
}
.pageNav .page-box li.cur a{
    background-color: #ff3b30;
    color:#fff;
}
.pageNav .page-box li a:hover{
    background-color: #ff3b30;
    color:#fff;
}

/*签约艺人*/
.shows{
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
}
.remove{
    border-bottom: none;
}
.pics{
    width: 204px;
    height: 204px;
    float: left;
    margin-right: 20px;
}
.pics img{
    width:100%;
    height:100%;
}
.show_txt{
    float: left;
    width:756px;
}
.show_txt .star{
    padding:20px 0 15px 0;
}
.show_txt .star h5{
    float: left;
    height:20px;
    text-align: center;
}
.show_txt .star h5 .starName{
    display: inline-block;
    font:20px/20px "微软雅黑";
    color:#333;
}

.show_txt .star .share{
    float: right;
}
.share p{
    float: left;
    height:16px;
    font:14px/16px "微软雅黑";
    color:#8a9099;
    margin-right: 4px;
}
.share .bdshare-button-style0-16 a{
    margin:0 0 0 6px;
}
.star .small_icon,.stagetxt .agent .small_icon{
    display: inline-block;
    width:16px;
    height:16px;
    margin-left: 10px;
    position: relative;
}
.star .small_icon img,.stagetxt .agent .small_icon img{
    vertical-align: text-top;
    width:100%;
    height:100%;
}
.star .small_wechat_code{
    display:none;
    width: 100px;
    height: 100px;
    border: 1px solid #b2b1be;
    position: absolute;
    left: 50%;
    bottom: 25px;
    margin-left: -51px;
    z-index: 1000;
    background-color: #fff;
}
.star .small_wechat_code img{
    width: 90px;
    height: 90px;
    margin: 5px;
}
.star .small_wechat_code i{
    border-top: 10px solid #b2b1be;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -10px;
}
.star .small_wechat_code i:last-child{
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -19px;
    margin-left: -10px;
}
.stagetxt .agent{
    padding:4px 0;
}
.stagetxt .agent p{
    font:14px/16px "微软雅黑";
    color:#666;
}
.stagetxt .agent p:last-child{
    margin-left:10px;
}
.stagetxt .agent p,.stagetxt .agent .small_icon{
    float: left;
    position: relative;
}
.show_txt .stagetxt .represe_work,.show_txt .stagetxt .represe_work a{
    display: inline-block;
    font:14px/24px "微软雅黑";
    color:#666;
}
.show_txt .stagetxt .txt_ellipsis{
    height:96px;
    margin-top: 8px;
    overflow: hidden;
}
.show_txt .stagetxt .txt_ellipsis .introduce{
    display: block;
    font:14px/24px "微软雅黑";
    color:#666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

/*资讯列表*/
.calendar{
    float: left;
    width:60px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    margin-right: 8px;
}
.calendar p{
    text-align: center;
     color:#414256;
}
.calendar p:nth-child(1){
    height:40px;
    font: 18px/40px "微软雅黑";
    color:#fff;
    background-color: #ff5969;
    background: -webkit-linear-gradient(-60deg, #ff3b30 , #ff634c);
    margin-bottom: 8px;
}
.calendar p:nth-child(2){
    height:14px;
    font: 14px/14px "微软雅黑";
}
.calendar p:nth-child(3){
    height:24px;
    font: 24px/24px "微软雅黑";
    margin-bottom: 4px;
}
.mation_txt{
    float: left;
    width:910px;
}
.mation_txt .mation_tile{
    margin-bottom: 10px;
}
.mation_txt .mation_tile h5{
    float: left;
    height:34px;
    font-weight: normal;
}
.mation_txt .mation_tile h5 a{
    display:block;
    height:34px;
    font: 14px/34px "微软雅黑";
    color:#212121;
}
.mation_txt .mation_tile span{
    display: block;
    float: right;
    height:34px;
    font: 12px/34px "微软雅黑";
    color:#8a9099;
}
.mation_txt .mation_tile span i{
    display: block;
    float: left;
    width:18px;
    height:12px;
    background:url(../images/spirit.png) no-repeat 0 -340px;;
    margin: 12px 6px 0 0;
}
.mation_txt .txt_ellipsis{
    height:48px;
    overflow: hidden;
}
.mation_txt .txt_ellipsis .ellipsis{
    font: 14px/24px "微软雅黑";
    color:#666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.header-right-area {
        float: right;
        display: flex;
        align-items: center;
        height: 70px; 
    }
.header .search {
    float: none !important;
    padding-top: 0 !important;
    width: 210px;
    margin-right: 20px; 
    position: relative;
}
.custom-login-btn {
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-color: #ff3b3c; 
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    font-family: "微软雅黑";
    border-radius: 4px;
    z-index: 1000;
}

.custom-login-btn:hover {
    background-color: #ff5969;
    opacity: 0.9;
}


.login-mask {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 9999; 
}

.login-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    text-align: center;
}

.close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.login-modal h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #212121;
}

.login-input {
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    padding: 0 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; 
    outline: none;
}

.login-submit-btn {
    width: 100%;
    height: 50px;
    background-color: #ff3b3c;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 10px;
}

.login-submit-btn:hover {
    background-color: #ff5969;
}

.login-footer {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}

.login-footer a {
    display: inline; 
    color: #ff3b3c;
}
.user-info-wrap {
        margin-left: 15px;
        position: relative;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

.user-name-box {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
}

.arrow-icon {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #999; 
}

.user-dropdown {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    width: 100px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    text-align: center;
    z-index: 1001;
}

.user-dropdown a {
    display: block;
    padding: 8px 0;
    color: #666 !important;
    font-size: 14px;
    text-decoration: none;
}

.user-dropdown a:hover {
    background-color: #f5f5f5;
    color: #ff3b3c !important;
}

.user-info-wrap:hover .user-dropdown {
    display: block;
}

.user-info-wrap:hover .arrow-icon {
    transform: rotate(180deg); 
}

