.no-data{
	padding:10px;
	text-align:center;
	font-size:14px;
	color:#999;
}
.tips{
	background: rgba(0,0,0,0.3);
	color:#fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 6px 15px;
}
.tips>div{
	overflow: hidden;
}
.tishi img{
	width: 16px;
	color: #fff;
	margin:-1px 2px 0 0;
}
.infos{
	white-space:nowrap;
	width:250px;
}
.cate_list{
	box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.cate_list img{
	width:100%;
	height:210px;
	background:#ccc;
}
.cate_list span{
	width:100%;
	font-size:16px;
	color:#333;
	padding:12px 15px;
}
.cate_list span i{
	background:#e10011;
	color: #fff;
	border-radius: 30px;
	padding: 3px 18px 4px;
	font-size:14px;
}
/*list*/
#panorama{
	background:#ccc;
	height:50vh;	
}
#panorama img{
	width:100%;
	height:50vh;
	background:#ccc;
}
#panorama .swiper-pagination-bullet{
	background:#fff;
	opacity:0.5;	
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;	
}
#panorama .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:#fff;
	opacity:1;
	width:20px;
	border-radius:10px;
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;	
}
.into{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999999;
}
.my-iframe{
	width:100%;
	height:50vh;
}
.list li{
	padding:20px 10px;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
	border-radius:5px;	
}
.left img{
	width:77px;
	height:77px;
	border-radius:5px;	
	background:#ccc;	
}
.right{
	border-left:1px solid #ddd;
	padding:0 5px 0 15px;
}
.right img{
	width:30px;
	height:30px;
	border-radius:50%;
}
/*details*/
.content{
	padding:10px;
}
.title{
	background:#f3f3f3;
	padding:10px;
	border-radius:5px;
}
.title img{
	width:33px;
	height:33px;
	border-radius:50%;
}
.detail p{
	font-size:14px;
	color:#333;
	line-height:1.8;
	margin-bottom:10px;
	text-indent:2em !important;
}
.detail img{
	max-width:100%;
	margin:10px auto;
	display:block;	
}
.play{
	background:url(../img/play.png) no-repeat center center;
	background-size:34px 34px;
	width:40px;
	height:40px;	
	border-radius:50%;
}
.play.active{
	background:url(../img/playing.png) no-repeat center center;	
	background-size:34px 34px;	
}
.play.active .example{
	display:block;
}
/*无缝 滚动*/
/*txt-scroll*/
.txt-scroll{ width: 100%; }
.txt-scroll .scrollbox{ width: 100%; white-space: nowrap; overflow:hidden; transition: all .2s; }
.txt-scroll .txt,
.txt-scroll .txt-clone{ display: inline; position: relative; }

/*播放波纹效果*/
.example {
    position:relative;
    width:40px;
    height:40px;
	display:none;
}
.dot:before{
    content:' ';
    position: absolute;
    z-index:2;
    left:20px;
    top:20px;
    width:0;
    height:0; 
    background-color: #ff4200;
    border-radius: 50%;
}
 
.dot:after {
    content:' ';
    position: absolute;
    z-index:1;
    width:4px;
    height:4px; 
    background-color: #ff4200;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.3) inset;
    -webkit-animation: waveCircle 1.5s ease infinite normal ;
 
    /*-webkit-animation-name: ripple;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease; 
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;*/
}
 
@keyframes waveCircle {
     0% {
      left:18px;
      top:18px;
      width:0;
      height:0;
    }
    100% {
      left:-3px;
      top:-3px;
      opacity: 0;
      width:46px;
      height:46px;
    }
}

.progress{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	height: 4px;
	border-radius: 5px;
	overflow: hidden;
}
.progress i{
	display: block;
	background-color: #E10011;
	width: 0;
	height: 4px;
}