* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

html,
body {
    height: 100%;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    background: #f2f2f2;
    -webkit-overflow-scrolling: touch;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

a img {
    border: 0;
}
img{
	display:block;
	width:100%;
}
a {
    text-decoration: none;
}

ul {
    list-style: none;
}
.swiper-pagination-bullet{
	background-color:#e2e6ea;
	border-radius:0;
	height:3px;
	opacity: 1;
	width:10px;
}
.swiper-pagination-bullet-active{
	background-color:#ff6e00;
}
.swiper-container-horizontal>.swiper-pagination{
	bottom:52px;
}
.play-icon{
    background: url('/Vroom/public/vroom/newsong/images/play-icon.png');
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    height:80px;
	margin-left: -35px;
    margin-top: -70px;
    position: absolute;
    left: 50%;
    top: 50%;
    width:80px;
}
.song-name{
	background:#fcfcfc url('/Vroom/public/vroom/newsong/images/song-bg.png');
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #141414;
    margin: 0 6px;
    margin-top: -42px;
    padding: 14px 15px;
    overflow: hidden;
	position: relative;
    z-index: 2;
}
.song-only{
	border: 1px solid #fd4900;
	font-size:10px;
	height:16px;
	line-height:16px;
	margin: 3px 5px 0 0;
	padding:0 2px;
}
.song-legal{
	border: 1px solid #1ebf48;
	color:#1ebf48;
	font-size:10px;
	height:16px;
	line-height:16px;
	margin-top:3px;
	padding:0 2px;
}

.song-bg{
	background-color:#fcfcfc;
	color:#141414;
}
.song-price{
	border-bottom:1px solid #e6e6e6;
	margin:0 20px;
	padding-bottom:15px;
}
.detail-price{
	color:#141414;
	font-size:26px;
	position:relative;
}
.song-payNum{
	color:#898989;
}
.song-state{
    background-image: url('/Vroom/public/vroom/newsong/images/tick-icon.png');
    background-repeat: no-repeat;
    background-size:12px;
    background-position: 20px 11px; 
	border-bottom: 1px solid #d2d2d2;
	font-size:11px;	
	padding:10px 0 10px 38px;
}
.song-info{
	background-color:#fff;
	border-bottom:1px solid #d2d2d2;
	border-top:1px solid #d2d2d2;
	margin:15px 0;
	padding:15px 0;
}
.song-moment{
	background-color:#fff;
	border-top:1px solid #d2d2d2;
	margin-bottom:47px;
	padding:15px 0;
    position: relative;
	z-index: 1;
}
.song-title{
    border-left: 3px solid #ff6e00;
    margin: 0 0 12px 11px;
	padding-left: 5px;
}
.song-detail{
	color:#898989;
	font-size:13px;
	line-height:23px;
	padding:0 20px;
}
.song-poetry{
	text-align:center;
}
.song-firstP{
	text-indent: 24px;
}
.song-poster{
	padding:15px 0;
}
.song-ball{
	padding-left:12px;
	position:relative;
}
.song-ball:before{
	content:"";
	position:absolute;
	left:-1px;
	top:3px;
	border-radius:100%;
	background-color:#ff6e00;
	height:8px;
	width:8px;
}
.song-warn{
	color:#727272;
	font-weight:bold;
}
.song-phone{
	color:#59b1fc;
}
.moment-img{
	padding: 0 20px;
}
.moment-img img:not(:last-child){
	margin-bottom:15px;
}
.wrap-footer{
	background-color:#fff;
	border-top: 1px solid #e6e6e6;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	z-index:2;
}
.footer-btn{
	background-color:#ccc;
	border-radius: 8px;
	color:#fff;
	font-size: 18px;
	height:50px;
	line-height:50px;
	margin: 7.5px 58px;
	text-align: center;
}
.footer-btn.active{
	background-color:#ff6e00;
}

/* 弹框 */
.puShuDialog{
	position: fixed;
  	z-index: 1040;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	background: rgba(0, 0, 0, 0.7); 
}
.puShuDialog-wrap{
    background-color: #fff;
    border-radius:10px;
	height: 310px;
	margin-left:-145px;
	margin-top:-155px;
	padding: 12px 0 20px;
    position: absolute;
    left:50%;
    text-align:center;
    top:45%;
    width: 290px;
}
.puShuDialog-wrap{

}
.puShuDialog-icon{
	margin: 0 auto;
	width:40%;
}
.puShuDialog-mainTip{
	font-size:21px;
	padding:15px;
}
.puShuDialog-tipDetail{
	color:#898989;
	font-size:13px;
	padding:0 20px;
}
.puShuDialog-btn{
    background-color: #ff6e00;
    border-radius: 5px;
    bottom: 20px;
    color: #fff;
    height: 38px;
    line-height: 38px;
	left: 50%;
    margin-left: -70px;
    position: absolute;
    width: 140px;
}
.puShuDialog-close{
    border-radius: 100%;
    border: 1px solid #fff;
    display: block;
    padding:12px;
    position: absolute;
	right: 5px;
    top: -35px;
}
.puShuDialog-close:before{
	content:"";
	position:absolute;
	top:5px;
	background-color:#fff;
	height:15px;
	width:1px;
	-webkit-transform:rotate(45deg);
			transform:rotate(45deg);
}
.puShuDialog-close:after{
	content:"";
	position:absolute;
	left:5px;
	background-color:#fff;
	height:1px;
	width:15px;
	-webkit-transform:rotate(-315deg);
			transform:rotate(-315deg);
}

#dialog-toast {
    font-size: 16px;
    position: fixed;
    z-index: 1080;
    top: 40%;
    left: 50%;
    min-width: 55%;
    max-width: 65%;
    padding: 0.64rem;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -webkit-animation: toast 2.2s ease;
    animation: toast 2.2s ease;
    text-align: center;
    word-wrap: break-word;
    opacity: 1;
    color: #fff;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.7);
}
.colorf{
	color:#ff6e00;
}
.fl{
	float: left;
}
.fs{
	font-size:12px;
}
.fm{
	font-size:16px;
}
.pb20{
	padding-bottom:12px;
}
.none{
	display:none;
}
video{
	width:1px;
	height:1px;
	opacity:0;
}
.video-active{
	height:230px;
	opacity:1;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	width:640px;
	margin-top:-150px;
	z-index:1050;
}
.pop_bg{
	z-index:1041;
}
