@charset "utf-8";
* {
    margin: 0; padding: 0;
	font-family: 'PingFang SC', "SimHei", Arial ,"SimSun";
	-webkit-tap-highlight-color: transparent;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,em,img,q,small,strong,sub,sup,b,i,dl,dt,dd,ol,ul,li,form,label,table,tbody,tfoot,thead,tr,th,td,article,canvas,details,footer,header,menu,nav,section,summary,time,audio,video {
	border: 0; outline: 0;	vertical-align: baseline;
	background-color: transparent;
}
html, body{
    font-size: 16px;
}
html{
    background-image: url(../img/bg.png);
    background-color: #fff;
}
body {
	width: 100%; min-width: 1060px;
	line-height: 1; overflow-x: auto;
}
a {
    vertical-align: baseline; text-decoration: none;
    border: 0; color:#4F4F5A;
	background: transparent;
}
table {
	border-collapse:collapse; border-spacing:0; border: 0;
}
th, td {
    border: 0;
}
input, select {
    vertical-align: middle;
}
img {
    border:0; vertical-align: middle;
    display: inline-block;
}
ul{
    margin: 0; padding: 0; list-style: none;
}
ul > li {
	list-style-type: none;
}
input, textarea{
    margin: 0; padding: 0; border: 0;
    font-size: 1em; font-weight: normal; outline: none;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance:none;
}
input[type="number"] {
	-moz-appearance: textfield;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
	display:none;
}
select {
    appearance: none; -moz-appearance: none; -webkit-appearance: none;
    cursor: pointer;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
	color:#999;
}

.boxsize {
    -moz-box-sizing: border-box; -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box; box-sizing: border-box;
}

.paddingbottom40{
    padding-bottom: 40px;
}

.oveflow_y{
    overflow-y: auto;
}

.width1060{
    width: 1060px; margin: 0 auto;
}

/* header */
header{
    height: 60px;
    border-bottom: 1px solid #D9D9D9;
}
.logo{
    float: left; height: 43px; padding-top: 17px;
}
.logo a{
    height: 26px; line-height: 26px; display: inline-block;
    padding-left: 110px;
    font-size: 18px; color: #323C31;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 104px 25px;
}
.header_search{
    float: right; height: 34px; padding-top: 13px;
}
.header_search dt{
    float: left; width: 238px; height: 34px;
    padding-left: 42px;
    box-shadow: 0px 1px 3px 0px rgba(57, 15, 15, 0.19);
    border-radius: 20px 0 0 20px;
    background-position: 16px center;
    background-image: url(../img/svg/search_tag.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-color: #fff;
}
.header_search dt input{
    width: 95%; height: 34px; line-height: 34px;
    font-size: 14px; color: #9A9A9A;
}
.header_search dd{
    float: left; width: 60px; height: 34px;
}
.header_search dd input{
    width: 100%; height: 34px; cursor: pointer;
    border-radius: 0px 20px 20px 0px;
    background-repeat: no-repeat;
    background-position: 17px center;
    background-image: url(../img/svg/search.svg);
    background-size: 21px 20px;
    background-color: #871F20;
}

.header_search > ul{
    width: 238px;
    display: block !important; border: 0 !important;
    position: absolute; left: 0; top: 34px;
    -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    background-color: #fff;
}
.header_search > ul > li a{
    height: 32px; line-height: 32px; padding: 0 10px !important; display: block;
    border: 0 !important;
    font-size: 14px; color: #9A9A9A !important;
}
.header_search > ul > li a.ui-state-active{
    margin: 0 !important;
    background-color: transparent !important;
}
.header_search > ul > li a:hover{
    background-color: #f8f8f8 !important;
}

/* navigation */
nav > ul{
    height: 50px;
}
nav > ul > li{
    float: left; width: 80px; height: 46px; margin-right: 42px;
    position: relative;
}
nav > ul > li > a{
    line-height: 46px; display: block; text-align: center;
    padding-bottom: 4px;
    font-size: 16px; font-weight: bold;
}
nav > ul > li > a:hover{
    color:#871F20;
}
nav > ul > li.active{
    border-bottom: 4px solid #871F20;
    padding-bottom: 0 !important;
}
nav > ul > li.active > a{
    font-size: 18px; font-weight: bold;
}
nav > ul > li:last-child{
    margin-right: 0 !important;
}
nav > ul > li > ul{
    width: 100px; display: none;
    position: absolute; left: -10px; top: 50px; z-index: 200;
    background-color: rgba(0, 0, 0, 0.75);
}
nav > ul > li > ul > li{
    padding: 6px 0;
}
nav > ul > li > ul > li > a{
    line-height: 20px; display: block;
    padding: 0 5px; text-align: center;
    font-size: 14px; color: #fff;
}
nav > ul > li:hover > ul{
    display: block;
}

.crumbs{
    height: 20px; line-height: 20px; margin: 25px 0 30px 0;
    padding-left: 22px;
    font-size: 12px; color: #fff;
    background: url(../img/svg/home.svg) no-repeat left center;
    background-size: 14px 12px;
}
.crumbs a{
    font-size: 12px; color: #fff;
}
.crumbs span{
    padding: 0 5px;
}

.page_left{
    float: left; width: 780px;
}
.list_tit{
    height: 30px; line-height: 30px; padding-left: 15px; margin-bottom: 20px;
    position: relative;
    font-size: 22px; font-weight: bold; color: #40404C;
}
.list_tit::before{
    content: ' ';
    width: 5px; height: 16px;
    position: absolute; left: 0; top: 7px;
    background-color: #010100;
}
.list_tit a{
    float: right; line-height: 30px; padding-right: 14px;
    font-size: 14px; font-weight: normal; color: #72727B;
    background: url(../img/svg/arrowright.svg) no-repeat right center;
    background-size: 6px 10px;
}
.list_tit span{
    padding-left: 10px;
    font-size: 20px; font-weight: normal; color: #A8A8B0;
}

.list_cover{
    overflow-y: auto;
}
.list_cover li{
    float: left; width: 140px; margin: 0 20px 40px 0;
}
.list_cover li a{
    display: block; cursor: pointer; position: relative;
}
.list_cover li img{
    width: 140px; height: 140px; display: block;
    border-radius: 8px;
}
.list_cover li .read{
    width: 53px; height: 20px; line-height: 20px; padding-left: 27px;
    position: absolute; left: 0; top: 120px; z-index: 3;
    border-radius: 0px 8px 0px 8px;
    font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #fff;
    background: url(../img/svg/headset.svg) no-repeat 9px center;
    background-size: 12px 12px;
    background-color: #363F37;
}
.list_cover a::before{
    content: '';
    width: 40px; height: 40px; display: none;
    position: absolute; left: 50px; top: 50px; z-index: 2;
    background: url(../img/svg/play.svg) no-repeat center center;
}
.list_cover a::after{
    content: '';
    width: 140px; height: 140px; border-radius: 8px; display: none;
    position: absolute; left: 0; top: 0; z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}
.list_cover li .tit{
    line-height: 20px; margin-top: 8px;
    font-size: 14px; color: #40404C;
    white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}
.list_cover li a:hover::before,
.list_cover li a:hover::after{
    display: block;
}
.list_cover li:nth-child(5n){
    margin-right: 0;
}

.page_right{
    float: right; width: 242px;
}
.side_tit{
    height: 30px; line-height: 30px; margin-bottom: 20px;
    font-size: 22px; font-weight: bold; color: #40404C;
}
.side_song{
    overflow-y: auto;
}
.side_cover{
    height: 80px; margin-bottom: 16px;
    background: url(../img/sidebar1.png) no-repeat center center;
    background-size: 100% auto;
}
.side_cover a{
    height: 70px; display: block;
    padding: 10px 0 0 12px;
}
.side_cover_pic{
    float: left; width: 60px; margin-right: 15px; position: relative;
}
.side_cover_pic img{
    width: 60px; height: 60px;
    border-radius: 4px;
}
.side_cover_pic span{
    display: block;
    position: absolute; left: 0; top: 0;
    height: 15px; line-height: 15px; padding-left: 2px; z-index: 2;
    font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #fff;
}
.side_cover_pic::before{
    content: ' ';
    width: 20px; height: 20px;
    position: absolute; left: 0; top: 0; z-index: 1;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left top;
}
.side_cover:nth-child(1) .side_cover_pic::before{
    background-image: url(../img/svg/jiaobiao_1.svg);
}
.side_cover:nth-child(2) .side_cover_pic::before{
    background-image: url(../img/svg/jiaobiao_2.svg);
}
.side_cover:nth-child(3) .side_cover_pic::before{
    background-image: url(../img/svg/jiaobiao_3.svg);
}
.side_cover_detail .side_cover_pic::before{
    display: none !important;
}
.side_cover_tit{
    float: left; width: 143px;
}
.side_cover_tit .tit{
    line-height: 20px; margin: 9px 0 6px 0;
    font-size: 14px; color: #40404C;
    white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}
.side_cover_tit .read{
    height: 20px; line-height: 20px; padding-left: 27px;
    font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #AEAFB6;
    background: url(../img/svg/headset_gray.svg) no-repeat 9px center;
    background-size: 12px 12px;
}
.side_item{
    height: 30px;
}
.side_item a{
    display: block; overflow-y: auto;
}
.side_item p:nth-child(1){
    float: left; width: 30px; line-height: 30px;
    font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #AEAFB6;
}
.side_item p:nth-child(2){
    float: left; width: 212px; line-height: 30px;
    font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #AEAFB6;
}

/* index */
.home_swiper {
    width: 100%; height: 303px; margin-bottom: 40px;
    overflow: hidden;
}
.home_swiper .swiper-slide{
    min-width: 1060px; height: 303px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.home_swiper .swiper-pagination-bullets{
    width: 190px !important; height: 30px !important; margin-left: -95px;
    left: 50% !important; border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: rgba(216, 216, 216, 0.4) !important;
}
.home_swiper .swiper-pagination-bullet {
    opacity: 1 !important;
    background: rgba(233, 235, 235, 0.8) !important;
}
.home_swiper .swiper-pagination-bullet-active{
    width: 14px !important; height: 14px !important;
    background: rgba(255, 255, 255, 0.8) !important;
}
.home_sort{
    margin-bottom: 40px;
    overflow-y: auto;
}
.home_sort li{
    float: left; width: 80px; padding-top: 94px; padding-right: 12px;
    margin-right: 46px;  position: relative;
}
.home_sort li a{
    display: block;
}
.home_sort li img{
    width: 80px; height: 80px; display: block;
    position: absolute; left: 0; top: 0; z-index: 2;
    border-radius: 8px;
}
.home_sort li span{
    height: 20px; line-height: 20px; display: block !important; text-align: center;
    white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
    font-size: 14px;
}
.home_sort li::after{
    content: ' ';
    width: 64px; height: 64px;
    position: absolute; right: 0; top: 8px; z-index: 1;
    border-radius: 32px;
    background-color: #090909;
}
.home_sort li:last-child{
    margin-right: 0 !important;
}

.list_banner{
    min-width: 1060px; height: 303px; margin-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.mp3player_lay{
    height: 600px; margin-bottom: 40px;
    background: url(../img/audio_bg.jpg) repeat-x top center;
    background-color: #000;
}
.mp3player{
    float: left; width: 444px; height: 459px; padding: 16px 0 0 16px;
    background: url(../img/audioplayer_bg.png) no-repeat left center;
}
.mp3player_cover{
    position: relative;
}
.mp3player_cover img{
    width: 444px; height: 270px;
    border-radius: 20px 20px 0 0;
}
.mp3player_tit{
    line-height: 30px; margin: 10px 20px 0 20px; padding-bottom: 5px; text-align: center;
    white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
    font-size: 22px; color: #010100;
}
.mp3player_sort{
    line-height: 22px; text-align: center;
    font-size: 12px; color: #8F8F8F;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}

#audio_progress {
    margin: 10px auto 10px auto; width: 334px; height: 4px;
    clear: none; border: 0 !important; border-top: 1px solid #d7d7d7 !important;
    border-radius: 2px;
    background-color: #fff;
}
#audio_progress .ui-slider-range { background: #871f20; }
#audio_progress .ui-slider-handle {
    width: 12px; height: 12px; margin-top: -8px;
    border-radius: 8px; border: 2px solid #fff;
    top: 50%;
    background-color: #871f20;
}

.audio_timeline{
    margin: 0 auto; width: 334px; height: 20px; line-height: 20px;
    font-size: 12px; color: #8f8f8f;
    font-family: Arial, Helvetica, sans-serif;
    overflow-y: auto;
}
.audio_timeline dt{
    float: left;
}
.audio_timeline dd{
    float: right;
}

.mp3player_control{
    width: 444px;
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.mp3player_control li{
    float: left; cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.mp3player_control li:nth-child(1){
    width: 13px; height: 11px; margin-right:17px;
    background-image: url(../img/svg/player_reset.svg);
}
.mp3player_control li:nth-child(2){
    width: 40px; height: 40px;
    background-image: url(../img/svg/player_prev.svg);
}
.mp3player_control li:nth-child(3){
    width: 59px; height: 59px; margin: 0 12px;
    background-image: url(../img/svg/player_stop.svg);
}
.mp3player_control li:nth-child(4){
    width: 40px; height: 40px;
    background-image: url(../img/svg/player_next.svg);
}
.mp3player_control li:nth-child(5){
    width: 13px; height: 12px; margin-left:17px;
    background-image: url(../img/svg/player_music.svg);
}
.mp3player_control li.play{
    background-image: url(../img/svg/player_play.svg) !important;
}

.mp3_content{
    float: right; width: 450px; height: 435px; margin-top: 15px;
}
.detail_swiper{
    height: 100%;
}
.detail_swiper .swiper-slide {
    height: auto; padding-right: 10px;
    -webkit-box-sizing: border-box; box-sizing: border-box;
}
.detail_swiper .swiper-scrollbar{
    background: rgba(255, 255, 255,.25) !important;
}
.detail_swiper .swiper-scrollbar-drag{
    background: rgba(255, 255, 255,.5) !important;
}

.wordsize{
    height: 30px; line-height: 30px; margin-bottom: 20px;
    font-size: 14px; color: #40404C;
}
/* .detail_content{
    margin-bottom: 30px;
} */
.detail_content,
.detail_content div,
.detail_content p{
    line-height: 24px;
    font-size: 14px; color: #fff !important;
}
.page_content,
.page_content div,
.page_content p{
    line-height: 24px;
    font-size: 16px; color: #40404C;
}
/* .detail_content_mini{
    max-height: 250px; position: relative; overflow-y: hidden;
} */
/* .detail_content_more{
    margin-bottom: 40px; text-align: center;
}
.detail_content_more a{
    width: 100px; height: 30px; display: inline-block;
    position: relative;
    border: 1px solid #9B9893;
}
.detail_content_more a::before{
    content: '';
    width: 94px; height: 24px; border: 1px solid #D1CEC7;
    position: absolute; left: 2px; top: 2px;
    font-size: 14px;
}
.detail_content_more span{
    line-height: 30px; padding-right: 15px;
    display: inline-block;
    font-size: 12px; color: #363F37;
    background: url(../img/svg/arrowdown.svg) no-repeat right center;
    background-size: 10px 5px;
} */
.detail_songs{
    margin-bottom: 40px;
    border-top: 1px solid #E8E8E8;
}
.detail_songs ul{
    height: 44px; padding-left: 20px; cursor: pointer;
    border-bottom: 1px solid #E8E8E8;
}
.detail_songs li{
    float: left; height: 44px; line-height: 44px;
    -moz-box-sizing: border-box; -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box; box-sizing: border-box;
}
.detail_songs li:nth-child(1){
    width: 45px;
}
.detail_songs li:nth-child(2){
    width: 520px;
}
.detail_songs li:nth-child(3){
    width: 70px; margin-right: 40px;
    font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #A3A3AC;
}
.detail_songs li:nth-child(4){
    width: 85px; padding-left: 27px;
    font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #A3A3AC;
    background: url(../img/svg/headset_gray.svg) no-repeat 9px center;
    background-size: 12px 12px;
}

.list_nonedata{
    height: 100px; line-height: 100px; text-align: center;
    font-size: 16px; color: #918C8C;
}

.sitemap_lay{
    margin-bottom: 30px;
}
.sitemap_title{
    height: 150px; line-height: 150px; text-align: center;
    font-size: 36px; font-weight: bold;
    background-color: #fff;
}
.sitemap_item{
    float: left; width: 100px; padding-right: 20px;
    margin-top: 40px;
}
.sitemap_item h3{
    line-height: 42px;
    font-size: 20px; font-weight: bold;
}
.sitemap_item li{
    line-height: 24px; margin-bottom: 5px;
    font-size: 14px;
}

.pages{
    height: 42px; overflow: hidden;
}
.pagination{
    height: 42px; text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.pagination li{
    float: left; width: 42px; margin: 0 2px;
}
.pagination li a,
.pagination li span{
    width: 40px; height: 40px; line-height: 40px; display: inline-block;
    border: 1px solid #E8E8E8; border-radius: 4px;
    font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #A3A3AC;
    background-color: #fff;
}
.pagination .a_first,
.pagination .a_last{
    display: none;
}
.pagination .a_prev,
.pagination .a_next{
    text-indent: -9999px !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 6px 10px;
    background-image: url(../img/svg/arrowright.svg);
}
.pagination .a_prev{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}
.pagination .active span{
    border-color: #531717; color: #fff;
    background-color: #531717;
}

.detail_pages{
    height: 42px; text-align: center; overflow: hidden;
}
.detail_pages a,
.detail_pages span{
    width: 40px; height: 40px; line-height: 40px; display: inline-block;
    border: 1px solid #E8E8E8; border-radius: 4px;
    font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #A3A3AC;
    background-color: #fff;
}
.detail_pages a:hover{
    color: #531717;
}
.detail_pages .prev,
.detail_pages .next{
    text-indent: -9999px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 6px 10px;
    background-image: url(../img/svg/arrowright.svg);
}
.detail_pages .prev{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}
.detail_pages a.active{
    border-color: #531717; color: #fff;
    background-color: #531717;
}

/* footer */
footer{
    padding: 40px 0 20px 0;
}
.footer_menu{
    line-height: 20px; text-align: center; margin-bottom: 8px;
    font-size: 14px; color: #918C8C;
}
.footer_menu a{
    color: #918C8C;
}
.footer_menu span{
    margin: 0 5px; display: inline-block;
    color: #D8D8D8;
}
.copyright{
    line-height: 20px; text-align: center;
    font-size: 14px; color: #918C8C;
}
.copyright a{
    color: #918C8C;
}

/* @media screen and (max-width: 1280px){
} */