﻿@charset "utf-8";
.wrap_inner{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
#panda-show {
	background-size: 100% auto;
}

#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 {
	margin: 0 auto;
	position: relative;
}


#panda-show  .swiper-container {
	overflow: visible;
	/* height: 240px; */
}

#panda-show  .swiper-slide {
	position: relative;
	padding:  0px;
}

#panda-show  .swiper-slide img {
	width: 98%;
	margin: 0 auto;
	display: block;
	height: 200px;
	-webkit-transition: all linear 300ms;
	transition: all linear 300ms;
	vertical-align: bottom;
}
#panda-show  .arrow-left {
	position: absolute;
	left:0;
	top: 0;
	width: 58px;
	height: 318px;
	z-index: 15;
}
#panda-show  .arrow-left img{
	width: 100%;
	height: 250px;
}

#panda-show .arrow-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 58px;
	height: 318px;
	z-index: 15;
}
#panda-show  .arrow-right img{
	width: 100%;
	height: 250px;
}
#panda-show .shuffer-line {
	height: 4px;
	width: 100%;
	position: absolute;
	bottom: 0;
	opacity: 1;
	-webkit-transition: all linear 300ms;
	transition: all linear 300ms;
	background-color: #1dd388;
}


#panda-show .stars-info {
	height: 50px;
	text-align: center;
	width: 98%;
	margin: 0 auto;
	color: #000;
	background: #f8f8f8;
}


#panda-show .stars-info .name {
	font-size: 20px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#panda-show .stars-info .intro {
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	margin: 5px 0 30px;
	color: rgba(255,255,255,.7);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


#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;
	margin-right: 8px;
}
@media screen and (max-width: 768px){
	#panda-show .full{
		min-width: 100%;
	}
	#panda-show .full .content{
		width: 100%;
	}
}