body{
	cursor: url('../Images/mouseH.cur'),auto;
	margin-top: 51px;
	color: #000;
	font-family: "微软雅黑";
}
.container-box {
    min-height: calc(100vh - 347.16px) !important;
}
a:hover{
	cursor: url('../Images/mouse.cur'),pointer;
}
.navbar{
	margin-bottom: 0;
}
.padding-15{
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 4px 4px 0 0;
}
.margin-left-5{
	margin-left: 5px;
}
.margin-left-10{
	margin-left: 10px;
}
.margin-top-10{
	margin-top: 10px;
}
.margin-bottom-10{
	margin-bottom: 10px;
}
.margin-bottom-0{
	margin-bottom: 0;
}
.text-indent{
	text-indent: 28px;
}
.font-size-12{
	color: #000;
	font-size: 12px;
}
.font-size-14{
	font-size: 14px;
}
.font-size-15{
	font-size: 15px;
	/*font-family: "仿宋";*/
}
.font-size-15-color a{
	color: #222;
	font-size: 13px;
}
.font-size-18{
	font-size: 18px;
}
.font-size-16 a{
	font-size: 16px;
}
.media-object{
	width: 150px;
	height: 120px;
}
.signature{
	font-family: PRISTINA;
}

@media (min-width: 992px){
/* 调整右边块的宽度 */
	.autoWidth{
		margin-left: 3.333333333333332%;
		width: 30%;
	}
}
@font-face{
	font-family: PRISTINA;
	src: url('../Fonts/PRISTINA.TTF');
}
.music {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	border-radius: 50%;
	overflow: hidden;
	z-index: 999;
}
.music img {
	width: 40px;
}

.navbar-right .dropdown-menu .user-info {
	padding: 0 20px;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-pack: start;
	-moz-box-pack: start;
}
.navbar-right .dropdown-menu .avatar {
	width: 26px;
	height: 26px;
	border-radius: 5px;
	float: left;
}

/*主页部分 Start */
.index-list-thumb {
	margin-bottom: 10px;
}
.index-list-content {
	min-height: 40px;
}
.poem {
	font-size: 16px;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	border-radius: 8px;
	box-shadow: 1px 2px 2px 2px #efefef;
	background: url(../Images/poem.png) no-repeat right;
}
.poem .poem_title {
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-weight: 600;
	color: #555;
	border-bottom: 1px inset #eee;
	margin-bottom: 10px;
}
.poem ol {
	padding: 5px 10px 5px 10px;
	list-style-type: none;
}
.poem ol li {
	margin-bottom: 5px;
	color: #999;
	font-size: 14px;
}
.poem #mark {
	color: #468EAF;
	font-weight: 600;
}
.love {
	width: 100%;
	height: 100%;
	box-shadow: 1px 2px 2px 2px #efefef;
	margin-top: 25px;
}
.love .love_title {
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-weight: 600;
	color: #555;
	border-bottom: 1px inset #eee;
	margin-bottom: 10px;
}
.love .list-group {
	padding: 0 8px;
}
.love .index {
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    display: inline-block;
    background-color: #525252;
    color: #fdfdfd;
    border-radius: 5px;
    margin-right: 5px;
}
.love .blue {
    background-color: #2cc5c2;
}
.my-video {
	position: relative;
	width: 100%;
	height: 215px;
	margin-top: 20px;
}
.my-video video {
	position: absolute;
	width: 100%;
	max-width: 400px;
	left: 0;
	right: 0;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	z-index: 1;
}
.my-video video:hover {
	box-shadow: 1px 2px 2px 2px #efefef;
}
.my-video .curtain-top {
	width: 100%;
	max-width: 400px;
	height: 60px;
	position: absolute;
	background: url(../Images/video-top.png) no-repeat;
	background-size: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 999;
}
.wedding {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: rgba(0,0,0,.4);
}
.wedding-image {
	width: 7%;
	position: fixed;
	top: 50%;
	opacity: 0;
    z-index: 997;
}
.wedding-left {
	left: -300px;
	margin-bottom: -100px;
	transform: rotate(-120deg);
	transform-origin: 0px 0px;
	animation: leftRotate 1.5s infinite ease-out;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.wedding-right {
	right: -400px;
	margin-top: -100px;
	transform: rotate(120deg);
	transform-origin: 0px 0px;
	animation: rightRotate 1.5s infinite ease-out;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.wedding-flower {
	width: 5%;
	margin-left: -2.5%;
	margin-top: 8%;
	position: fixed;
	top: 50%;
	left: 50%;
	opacity: 0;
	z-index: 998;
	animation: flowerRotate 8.5s infinite linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 1.5s;
}
.heart {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-left: -12px;
	margin-top: 2%;
	opacity: 0;
    animation: heartRotate 5.5s infinite linear;
	animation-delay: 1.5s;
    z-index: 996;
}
.heart::before,.heart::after {
	position: absolute;
	content: "";
	left: 0px;
	top: 0;
	width: 70%;
	height: 100%;
	background-color: red;
	border-radius: 100% 100% 0 0;
    transform: rotate(-45deg);
}
.heart::after {
    transform: rotate(45deg);
    left: 25.5%;

}
.carousel-inner .item img {
	width: 100%;
}
@keyframes leftRotate {
	100% {
		transform: rotate(0deg);
		top: 50%;
		left: 50%;
		margin-bottom: 0px;
		margin-left: -7%;
		opacity: 1;
	}
}
@keyframes rightRotate {
	100% {
		transform: rotate(0deg);
		top: 50%;
		right: 50%;
		margin-top: 0px;
		margin-right: -7%;
		opacity: 1;
	}
}
@keyframes flowerRotate {
	20% {
		transform: rotate(340deg);
		opacity: 1;
	}
	100% {
		transform: rotate(360deg);
		opacity: 1;
	}
}
@keyframes heartRotate {
	20% {
		width: 30px;
		height: 30px;
		transform: rotate(10deg);
		top: 40%;
		opacity: 1;
	}
	40% {
		width: 25px;
		height: 25px;
		transform: rotate(-10deg);
		top: 30%;
		opacity: 1;
	}
	60% {
		width: 30px;
		height: 30px;
		transform: rotate(30deg);
		top: 20%;
		opacity: 1;
	}
	80% {
		width: 30px;
		height: 30px;
		transform: rotate(-10deg);
		top: 10%;
		opacity: 1;
	}
	100% {
		width: 29px;
		height: 29px;
		transform: rotate(0deg);
		top: -20px;
		opacity: 0.5;
	}
}
/*主页部分 End */
/* 文章分类 */
.text-card{
    /* 半透明底色 + 渐变更自然 */
    background:linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,255,255,.08));
    border:1px solid rgba(255,255,255,.35);
    border-radius:18px;
    /* 关键：模糊背后 */
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    /* 轻柔阴影 */
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
    color:#0b1220;
}
.texts{
	position: relative;
}
.texts .left,.texts .right{
	position: absolute;	
	color: #444;
	font-family: PRISTINA;
	cursor: pointer;
}
.texts .left{
	padding-right: 3px;
	left: 6%;
	top: 16%;
}
.texts .right{
	right: 9%;
	bottom: 10%;
}
.texts img {
    border-radius:18px;
}
.texts .column_protect {
    border-radius:18px;
}

.bs-example{
	position: relative;
	padding: 45px 15px 15px;
	border: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
	background: #fff;
}
.example-after {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.bs-example ul{
	padding: 0 20px;
	list-style: none;
}
.bs-example ul li{
	padding: 0 2px;
	margin: 0 3px;
	display: inline-block;
	width: 49px;
	height: 22px;
}
.bs-example a{
	padding-top: 5px;
	width: 57px;
	height: 22px;
	display: block;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}
.bs-example a:hover{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    color: #fff;
    text-decoration: none;
}

.describe{
	margin-top: 10%;
	line-height: 25px;
	text-align: center;
	color: #fff;
}
.word{
	word-wrap:break-word;
	word-break:break-all;
}
.column_protect{
	display: none;
	position: absolute;
	z-index: 1;
	background: rgba(100,100,100,0.5);
	left: 5px;
	top: 5px;
	overflow: hidden;
}
.path{
    /*background: url(../Images/ph.jpg) no-repeat left 8px;*/
    margin: 10px 0;
    list-style: none;
    padding: 0;
}
.path li{
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	border-bottom: #CCC dotted 1px;
}
.path li a{
	color: #222;
}
.hrlen{
	position:relative;
	top:16px;
	width:40px;
	border:none;
	border-bottom:1.3px solid #888;
	display:inline-block;
}

/*文章详情 Start*/
@media (max-width: 768px){
	.essay-thumb {
		max-height: 200px;
		overflow: hidden;
	}
}
/*文章详情 End*/

/*关于我 S*/
@media (max-width: 768px){
	.about_banner{
		background: url('../Images/about_banner.jpg') no-repeat 75% top #e2ddc7;
		padding-top: 170px;
	}
	.media{
		border-bottom: 1px inset #eee;
		padding-bottom: 8px;
	}
	.media:last-child {
        border-bottom: none;
    }
	.resume{
		font-family: 微软雅黑;
	}
	.topnav {
		width: 100% !important;
	}
}
@media (min-width: 768px){
	.about_banner{
		background: url('../Images/about_banner.jpg') no-repeat center top #e2ddc7;
		padding-top: 50px;
	}
	.media{
		border-bottom: 1px inset #eee;
		padding-bottom: 8px;
	}
	.media:last-child {
        border-bottom: none;
    }
	.resume{
		font-family: 仿宋;
	}
	.topnav {
		width: 98% !important;
	}
}
/*关于我 E*/
/*.footer ul{*/
/*	list-style-type: none;*/
/*}*/
/*.footer ul li{*/
/*	line-height: 25px;*/
/*}*/
/*.footer ul li a{*/
/*	font-size: 13px;*/
/*	color: #555555;*/
/*}*/
/*.footer ul li a:hover{*/
/*	color: #333333;*/
/*}*/
/*.footer .active{*/
/*	font-size: 14px;*/
/*	color: #ED9C28;*/
/*}*/
/*.footer .container{*/
/*	font-size: 12px;*/
/*}*/
.footer {
    /*background: linear-gradient(135deg, #f9f9f9, #ffffff);*/
    background-color: #f8f8f8;
    color: #555;
    padding: 50px 0 20px 0;
    font-size: 14px;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.05);
}

.footer-title {
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
    font-weight: bold;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #555;
    text-decoration: none;
    transition: color 0.3s;
}
.footer-links a:hover {
    color: #007bff; /* 蓝色点缀 */
}

.footer-social a {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    color: #555;
    background: #eee;
    width: 40px;   /* 稍微放大 */
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.footer-social a:hover {
    color: #fff;
    background: #007bff;
    box-shadow: 0 0 8px rgba(0,123,255,0.5);
}

.footer-bottom {
    border-top: 1px solid #ddd;
    margin-top: 25px;
    padding-top: 15px;
    color: #777;
    font-size: 13px;
    background: #fafafa;
}

/* 返回顶部按钮 */
#back-to-top {
    position: fixed;
    bottom: 60px;
    right: 30px;
    background: #007bff;
    color: #fff;
    width: 42px;   /* 稍微加大 */
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    transition: background 0.3s, transform 0.3s;
    z-index: 999;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
#back-to-top:hover {
    background: #0056b3;
    transform: translateY(-3px);
}

/* 免费电话页 Start */
.bgVideo{
	position: relative;
	top: 0;
	left: 0;
    background: #fff;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}
.bgVideo video{
	width: 100%; 
	height: auto; 
	margin-left: 0px; 
	visibility: visible;
	opacity: 0.8;
}
.bgVideo .videoImg{
	display: block;
    background: url(../Images/shaow_bg.png);
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.bgVideo .box{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		z-index: 200;
		margin-left: auto;
		margin-right: auto;
		transform: translateY(-50%);
		/*background: #ccc;*/
	}
@media (min-width: 768px){
	.bgVideo .box{
		width: 40%;
		height: 320px;
	}
	
	.bgVideo .btn-info{
		margin-left: 30px; 
	}
}
@media (max-width: 768px){
	.bgVideo .box{
		width: 60%;
		height: 270px;
	}
	.bgVideo .btn-info{
		margin-left: 10px; 
	}
}
.bgVideo .box_header{
	width: 100%;
	height: 50px;
	text-align: center;
	color: #337AB7;
}
.bgVideo .box_form{
	padding: 0 10px;
}
.bgVideo .form-control{
	background: rgba(255,255,255,0.6);
}
.bgVideo .control-label{
	color: #468847;
}
.bgVideo .code{
	margin-top: 35px;
	margin-bottom: 15px;
}
.bgVideo .reg{
	display: none;
}
/* 免费电话页 End */

/* 领取流量 Start */
.gprs {
	position: relative;
	width: 100%;
	height: 260px;
	background: url(../Images/gprs_bg.jpg) no-repeat #74BFE7;
	background-size: 100%;
}
.gprs .g_center {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
    transform: translateY(-50%);
}
.gprs .g_center .form-tel {
	opacity: 0.8;
}
.gprs .g_center .help-block {
	color: green;
	font-size: 13px;
}
.gprs .gprs_header {
	opacity: 0.8;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
}
/* 领取流量 End */

/* 登录 Start */
@media (max-width: 768px){
	.biadan{
		width:100%;
		margin:0 auto;
		border:1px solid #ccc;
		border-radius: 5px;
		padding:50px;
		padding-top:35px;	
		height: 440px;
		margin-top: 30px;
		margin-bottom: 25px;
	}
	.biadan .login-title{
		font-size: 15px;
		padding-bottom: 5px;
		border-bottom: 1px inset #eee;
	}
}
@media (min-width: 768px){
	.biadan{
		width:60%;
		margin:0 auto;
		border:1px solid #ccc;
		border-radius: 5px;
		padding:50px;
		padding-top:35px;	
		height:400px;
		margin-top: 30px;
		margin-bottom: 25px;
	}
	.biadan .login-title{
		font-size: 20px;
		padding-bottom: 5px;
		border-bottom: 1px inset #eee;
	}
}
.biadan .login-title .login-size{
	border-left: 3px solid #2A64B0; 
	padding-left: 5px;
}
#loadform{
	margin-top: 15px;
}
.biadan .checkbox{
	padding-left: 0;
}
.biadan ul{
	margin-top: 25px;
	margin-left: -25px;
	padding:0px;
}
.biadan ul li{
	float: left;
	list-style: none;
	margin-left: 25px;
	padding: 5px 0;
}
.biadan p{
	color:red;
	margin-left: 10px;
	display: none;
}
.tubiao a{
	color: #333;
	font-size: 17px;
}
.tubiao b {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 3px;
    float: left;
}
.icon_qq{
	background: url('../Images/logo-qq.png') no-repeat center center;
}
.icon_weibo{
	background: url('../Images/logo-weibo.png') no-repeat center center;
}
.icon_baidu{
	background: url('../Images/logo-baidu.png') no-repeat center center;
}
.icon_xiaomi{
	background: url('../Images/logo-xiaomi.png') no-repeat center center;
}
.icon_kaixin{
	background: url('../Images/logo-kaixin.png') no-repeat center center;
}
/* 登录 End */

/* 有声小说 Start */
.audioboock_index {
	position: relative;
	width: 100%;
	height: 260px;
	background: url(../Images/Audiobook.jpg) no-repeat bottom #F5FFFD;
	background-size: 100%;
}
.audioboock_index .g_center {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
    transform: translateY(-50%);
}
.audioboock_index .g_center .form-tel {
	opacity: 0.8;
}
.audioboock_index .g_center .help-block {
	color: green;
	font-size: 13px;
}
.audioboock_index .gprs_header {
	opacity: 0.8;
	margin-bottom: 20px;
	text-align: center;
	color: #2A6496;
}


.search_num {
	height: 30px;
	line-height: 30px;
	background: #fff;
	margin-bottom: 10px;
	padding: 0 10px;
	font-size: 14px;
}
.search_num .sn_num {
	color: red;
}
.audiobook {

}
.audiobook .ab_cover {
	width: 99%;
}
.audiobook .ab_title {
	width: 100%;
	height: 25px;
	display: block;
	line-height: 25px;
}
.audiobook .ab_title a {
	display: block;
	width: 83%;
	height: 25px;
	float: left;
	line-height: 25px;
	overflow: hidden;
}
.audiobook .ab_title a:hover {
	text-decoration: none;
	color: #428BCA;
}
.audiobook .ad_nickname {
	font-size: 12px;
}
.audiobook .ab_info {
	width: 100%;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
}
.audiobook .finished {
	display: block;
	border-radius: 5px;
	color: #fff;
	background: #198B1A;
	font-size: 12px;
	padding: 0px 5px;
	margin-right: 5px;
	float: left;
}
.audiobook .ad_bar {
	height: 20px;
	width: 100%;
	line-height: 20px;
	margin-bottom: 10px;
}
.audiobook span {
	float: left;
	font-size: 12px;
}
.audiobook .ad_bar .ad_bar_play {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../Images/play_count.png) no-repeat left;
	background-size: 100%;
	margin-right: 5px;
}
.audiobook .ad_bar .ad_bar_num {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../Images/num_count.png) no-repeat left;
	background-size: 100%;
	margin-left: 10px;
	margin-right: 5px;
}

.detailContent {
	width: 100%;
	height: 100%;
	background: #FAFAFA;
	overflow: hidden;
	border-radius: 5px;
	padding-bottom: 10px;
}
.detailContent .detail_cl {
	width: 100%;
	height: 100%;
	padding-top: 10px;
	padding-left: 10px;
}
.detailContent .detail_cl .left {
	width: 35%;
	float: left;
	position: relative;
}
.detailContent .detail_cl .left img {
	width: 100%;
}
.detailContent .detail_cl .left .labelEnd2 {
    width: 20px;
    height: 50px;
    display: inline-block;
    background-image: url(../Images/Audiobook_icon.png);
    position: absolute;
    top: 4.5px;
    right: 5px;
}
.detailContent .detail_cl .left .labelEnd2_end {
    background-position: 0px -60px;
}
.detailContent .detail_cl .left .labelEnd2_serialize {
    background-position: 0px 0px;
}
.detailContent .detail_cl .right {
	padding-left: 20px;
	width: 65%;
	float: right;
}
.detailContent .detail_cl .right .detailContent_category{
	margin-top: 10px;
	font-size: 12px;
}
.detailContent .detailContent_playcount {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 32px;
	height: 32px;
}
.detailContent .detailContent_playcount .playBtn {
	float: left!important;
    background-image: url(../Images/btn25px.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.detailContent .detailContent_playcount .playBtn_ing {
    background-position: 0 -189px;
}
.detailContent .detailContent_playcount .playBtn_stop {
    background-position: 0 -109px;
}
.detailContent .detailContent_playcount .detailContent_playcountDetail {
	line-height: 32px;
    height: 32px;
    font-weight: 600;
    font-family: microsoft yahei;
    float: left!important;
    border-left: 1px solid #DDD;
    padding-left: 10px;
    margin-left: 10px;
    display: inline-block;
    color: #666;
}
.detailContent .detailContent_playcount .detailContent_playcountDetail span {
	color: #FF3300;
    font-size: 14px;
}
.detailContent .customSubTitle {
	margin-bottom: 10px;
}
.detailContent .user img {
	width: 60px;
	border-radius: 50%;
	margin-top: 15px;
	float: left;
}
.detailContent .user .user_name {
	width: 200px;
	margin-left: 15px;
	float: left;
	line-height: 60px;
	margin-top: 15px;
}
.detailContent .intro {
	clear: both;
	padding: 0 10px 0 10px;
	text-indent: 28px;
}


.detailList ul {
	width: 100%;
	list-style: none;
	padding-left: 0;
}
.detailList ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px inset #efefef;
	overflow: hidden;
}
.detailList ul li a {
	font-size: 14px;
	color: #444;
	padding-left: 10px;
}
.detailList ul li a:hover {
	color: #428bca;
}
.detailList ul li .play {
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background-image: url(../Images/btn25px.png);
    background-repeat: no-repeat;
    margin-top: 8px;
    background-size: 150%;
}
.detailList ul li .play_stop {
	background-position: 0 -77px;
}
.detailList ul li .play_ing {
	background-position: 0 -137px;
}

.music_player {
	position: fixed;
	bottom: 0;
	z-index: 999;
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,.84);
}
.music_player .player-wrapper {
	height: 100%;
}
.music_player .player-wrapper .btns {
	width: 138px;
	height: 100%;
	float: left;
}
.music_player .player-wrapper .btns .prev {
	width: 15px;
    height: 18px;
    margin: 21px 20px 21px 0;
    background: center no-repeat;
    background-size: cover;
    background-image: url(../Images/prev2x.png);
    float: left;
    cursor: pointer;
}
.music_player .player-wrapper .btns .prev:hover {
	background-image: url(../Images/prev-hover2x.png);
}
.music_player .player-wrapper .btns .play-pause {
	width: 50px;
    height: 50px;
    margin: 5px 0;
    background: center no-repeat;
    background-size: cover;
    float: left;
    cursor: pointer;
}
.music_player .player-wrapper .btns .paused {
    background-image: url(../Images/play2x.png);
}
.music_player .player-wrapper .btns .paused:hover {
	background-image: url(../Images/play-hover2x.png);
}
.music_player .player-wrapper .btns .playing {
    background-image: url(../Images/pause2x.png);
}
.music_player .player-wrapper .btns .playing:hover {
	background-image: url(../Images/pause-hover2x.png);
}
.music_player .player-wrapper .btns .next {
    width: 15px;
    height: 18px;
    margin: 21px 0 21px 20px;
    background: center no-repeat;
    background-size: cover;
    background-image: url(../Images/next2x.png);
    float: left;
    cursor: pointer;
}
.music_player .player-wrapper .btns .next:hover {
	background-image: url(../Images/next-hover2x.png);
}

.music_player .player-wrapper .cover {
    width: 50px;
    height: 50px;
    padding: 2px;
    margin-top: 5px;
    float: left;
    margin-left: 25px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

@-webkit-keyframes rotation{
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}

.cover{
	-webkit-transform: rotate(360deg);
	animation: rotation 3s linear infinite;
	-moz-animation: rotation 3s linear infinite;
	-webkit-animation: rotation 3s linear infinite;
	-o-animation: rotation 3s linear infinite;
}

.music_player .player-wrapper .detail {
	user-select: none;
	width: 50%;
	float: left;
	margin-left: 25px;
	position: relative;
}
.music_player .player-wrapper .detail .program-meta {
	width: 100%;
	height: 23px;
	line-height: 23px;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	padding-top: 3px;
	overflow: hidden;
}
.music_player .player-wrapper .detail .time {
	font-size: 12px;
	float: right;
	color: #ccc;
}
.music_player .player-wrapper .detail .time .play_time {
	color: #E13430;
}
.music_player .player-wrapper .detail .time .total_time {
	color: rgba(255, 255, 255, 0.3);
}
.music_player .player-wrapper .progress-move-bars {
	position: absolute;
	width: 100%;
	padding: 4px 0;
    height: 12px;
    cursor: pointer;
    display: none;
    z-index: 999;
}
.music_player .player-wrapper .progress-bars {
	position: relative;
	width: 100%;
	padding: 4px 0;
    height: 12px;
    cursor: pointer;
}
.music_player .player-wrapper .progress-bars .progress-bar-total {
	position: absolute;
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}
.music_player .player-wrapper .progress-bars .progress-bar-elapsed{
	width: 0%;
	position: absolute;
    border-radius: 2px;
    background-color: #E13430;
    height: 4px;
}
.music_player .player-wrapper .progress-bars .progress-bar-elapsed .progress-bar-handle {
	position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: white;
    top: -6px;
    right: -8px;
}
@media (max-width: 768px){
    .music_player .player-wrapper .detail .program-meta {
        font-weight: 500;
        font-size: 13px;
        padding-top: 5px;
        margin-bottom: 2px;
    }
    .music_player .player-wrapper .detail {
        width: 25%;
        float: left;
        margin-left: 1.5rem;
    }
    .music_player .player-wrapper .cover {
        width: 40px;
        height: 40px;
        padding: 2px;
        margin-top: 10px;
        float: left;
        border: 1px solid #ccc;
        border-radius: 50%;
        margin-left: 0px;
    }
    .music_player .player-wrapper .btns {
        width: 120px;
        height: 100%;
        float: left;
        margin-right: .5rem;
    }
    
    .music_player .player-wrapper .btns .prev {
        width: 12px;
        height: 18px;
        margin: 21px 20px 21px 0;
        background: center no-repeat;
        background-size: cover;
        background-image: url(../Images/prev2x.png);
        float: left;
        cursor: pointer;
    }
    
}
@media (max-width: 320px){
    .music_player .player-wrapper .detail {
        width: 25%;
    }
    .music_player .player-wrapper .detail {
        width: 25%;
        float: left;
        margin-left: 1.5rem;
    }
    .music_player .player-wrapper .cover {
        width: 40px;
        height: 40px;
        padding: 2px;
        margin-top: 10px;
        float: left;
        border: 1px solid #ccc;
        border-radius: 50%;
        margin-left: 0px;
    }
    .music_player .player-wrapper .btns {
        width: 120px;
        height: 100%;
        float: left;
    }
    .music_player .player-wrapper .btns .prev {
        width: 12px;
        height: 18px;
        margin: 21px 20px 21px 0;
        background: center no-repeat;
        background-size: cover;
        background-image: url(../Images/prev2x.png);
        float: left;
        cursor: pointer;
    }
}
@media (min-width: 768px){

}
.music_player .extra-controls {
    float: left;
    display: flex;
    flex-direction: row;   /* 横向排列（默认值，可以省略） */
    align-items: center;   /* 上下居中 */
    gap: 15px;
    position: relative;
    height: 100%;          /* 让它能相对父容器高度居中 */
    margin-right: 1rem;
}

.music_player .control-item {
    position: relative;
}

.music_player .icon-btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    border-radius: 4px;
    background: #fff;
}

.music_player .ios-picker {
    display: none;
    position: absolute;
    bottom: 40px; /* 向上弹出 */
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    max-height: 180px;
    overflow-y: auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    font-size: 14px;
    text-align: center;
    -webkit-overflow-scrolling: touch; /* iOS 惯性滚动 */
    animation: slideUp 0.25s ease;
}

.music_player .ios-picker ul {
    margin: 0;
    padding: 10px 0;
    list-style: none;
}

.music_player .ios-picker li {
    padding: 10px;
    cursor: pointer;
    transition: background 0.2s;
}

.music_player .ios-picker li:hover {
    background: #f2f2f7;
}

@keyframes slideUp {
    from { opacity: 0; transform: translate(-50%, 10px); }
    to { opacity: 1; transform: translate(-50%, 0); }
}

/* 点击icon显示picker */
.music_player .control-item.active .ios-picker {
    display: block;
}
/* 有声小说 End */