

#panda-show {
	
}

#panda-show .shuffer-title {
	height: 70px;
	padding-top: 12px;
	text-align: center;
	box-sizing: border-box;
}

#panda-show  .full {
	width: 100%;
	overflow: hidden;
	min-width: 1000px;
}

#panda-show  .content {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

@media screen and (min-width:1400px) {
	#panda-show	.content {
		width: 100%;
	}
	
}

@media screen and (min-width:1660px) {
	#panda-show	.content {
		width: 100%;
	}
}

#panda-show  .cover-left {
	width: 2000px;
	position: absolute;
	left: -2000px;
	top: 0;
	height: 240px;
	z-index: 10;
}

#panda-show  .cover-right {
	width: 2000px;
	position: absolute;
	right: -2000px;
	top: 0;
	height: 240px;
	z-index: 10;
}

#panda-show  .swiper-container {
	overflow: visible;
	height: 550px;
}

#panda-show  .swiper-slide {
	position: relative;
    width: 265px !important;
    height: 326px !important;
    margin-right: 40.7px;
    border-radius: 10px;
    background: rgba(255,255,255,0.7);
    overflow: hidden;
}

#panda-show  .swiper-slide img {
	max-width: 100%;
	opacity: 0.7;
	-webkit-transition: all linear 300ms;
	transition: all linear 300ms;
}

#panda-show  .swiper-slide  a:hover img {
	opacity: 1;
}

#panda-show  .arrow-left {
	background: url(../images/arrowl.png) no-repeat left top;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -130px;
	width: 35px;
	height: 80px;
	z-index: 999999999;
}

#panda-show .arrow-right {
	background: url(../images/arrows.png) no-repeat right top;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -130px;
	width: 35px;
	height: 80px;
	z-index: 999999999;
}
/**/
#panda-show .shuffer-line {
	
	width: 100%;
	position: absolute;
	bottom: 0;
	opacity: 1;
	-webkit-transition: all linear 300ms;
	transition: all linear 300ms;
	
}

#panda-show a:hover .shuffer-line {
	height: 326px;
    background-color: #fff;
    opacity: 1;
}

#panda-show .stars-info {
	height: 326px;
	position: absolute;
	padding-top: 50px;
	bottom: 0;
	text-align: center;
	width: 100%;
	-webkit-transition: all linear 250ms;
	transition: all linear 250ms;
	color: #333;
}

#panda-show a:hover .stars-info {
	height: 326px;
	border-bottom: 0 none;
}

#panda-show .stars-info .name {
	font-size: 33px;
    color: #ba2a21;
	font-weight:bold;
	line-height: 33px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#panda-show a:hover .stars-info .name {
	margin: 0;
}

#panda-show .stars-info .intro {
	padding: 25px 20px;
	font-size: 16px;
	line-height: 30px;
	text-align:left;
	margin: 5px 0 30px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	
}

#panda-show .stars-info .icon-shuffer-live {
	position: absolute;
	left: 50%;
	bottom: 38px;
	width: 29px;
	height: 9px;
	margin-left: -15px;
	background: url(../images/live.png) no-repeat;
	opacity: 1;
	-webkit-transition: all linear 250ms;
	transition: all linear 250ms;
}

#panda-show a:hover .stars-info .icon-shuffer-live {
	opacity: 0;
}

#panda-show .stars-info .number {
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all linear 250ms;
	transition: all linear 250ms;
	height: 20px;
	line-height: 20px;
	width: 100%;
	position: absolute;
	bottom: 8px;
	left: 0;
}

#panda-show .stars-info .number i {
	width: 16px;
	height: 12px;
	display: inline-block;
	background: url(../images/eye.png) no-repeat center;
	margin-right: 8px;
}
@media screen and (min-width:1366px) {
	#panda-show	.content {
		width: 100%;
	}
	#panda-show .swiper-slide {
    position: relative;
    width: 230px !important;
    height: 326px !important;
    margin-right: 40.7px;
    border-radius: 10px;
    background: rgba(255,255,255,0.7);
    overflow: hidden;
}
}
