*{
	margin:0;
	padding:0;
	
}
html,body{
	width:100%;
	height:100%;
}
.wrapper{
	/* height:912px; */
	height:90%;
}
.l-wrapper{
	width:80%;
	height:100%;
	background-color:white;
}
.img-container{
	width:100%;
	height:100%;
}
.left{
	float:left;
}
.right-btn{
}
.left-btn,.right-btn{
	width:5%;
	height:100%;
	float:left;
	position:relative;
	top:0;
	text-align:center;
}
.img-wrapper{
	width:90%;
	height:100%;
	text-align:center;
	float:left;
}
.img-wrapper:after{
	display:inline-block;
	width:0;
	height:100%;
	vertical-align:middle;
	content:""
}
.img-wrapper>img{
	width:auto;
	height:auto;
	display:inline-block;
	max-width:90%;
	max-height:90%;
	vetical-align:middle;
}
.button-prev,.button-next{
	max-width:40px;
	max-height:72px;
	position:absolute;
	top:45%;
}
.button-prev img,.button-next img{
	width:100%;
	
}
.r-wrapper{
	width:20%;
	height:100%;
	max-height:100%;
	/* overflow:auto; 0829*/
}
.intro-container{
	width:100%;
	    margin-left: 5px;
	padding:20px 10px 0 10px;
	background-color:white;
}
.intro-name{
	color:#97110F;font-size:18px;font-weight:700;margin:0 0 5px
}
/* 0827 */
.swiper-button-prev{
	background-image:url('../../images/competition/gray-left0817.png')!important;
}
.swiper-button-next{
	background-image:url('../../images/competition/gray-right0817.png')!important;
}