body{
	width: 100%;
	overflow: hidden;
	background: #181a1e;
}
/*<!--头部-->*/
.sn-top-contianer{  position: relative;  width: 1200px;  height: 100px;  margin:  0 auto;  z-index: 100;  }
.sn-topLogo-icon{  position: absolute;  left: 0px;  top: 50%;  margin-top: -25px;  width: 130px;  height: 50px;  background: url(/img/static/icon/sn-app_icon_03.png) no-repeat center center;  }
/*<!--nav-->*/
.sn-topNav-content{  width: 100%;  text-align: right;  font-size: 0px;  padding-top: 36px;  }
.sn-nav-item{  font-size: 18px;  line-height: 24px;  color: #ffffff;  margin-left: 50px;  font-weight: 300;  transition: all 0.1s;  -webkit-transition: all 0.1s;  -moz-transition: all 0.1s;  -ms-transition: all 0.1s;  -o-transition: all 0.1s;  }
.sn-nav-item:hover{  color: #77cc32;  }
.sn-top-contianer a{text-decoration: none;}
/*<!--content-->*/
#sn-content{
	width: 1200px;
	height: 600px;
	margin: 0 auto;
	background: url(/img/static/sn-cases-bgImg_03.png) no-repeat  center center;
	position: relative;
}
.sn-cases-iphone{
	width: 562px;
	height: 484px;
	position: absolute;
	right: 12px;
	bottom: 30px;
}
.sn-bgImg-lists{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 300;
	width: 100%;
	height: 100%;
}
.sn-bgImg-list{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	filter:alpha(opacity=0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
/*上一页图片*/
.sn-bgImg-list.sn-prev-active{
	z-index: 30;
}
/*当前显示图片*/
.sn-bgImg-list.active{
	opacity: 1;
	filter:alpha(opacity=100);
	z-index: 20;
}
/*下一页图片*/
.sn-bgImg-list.sn-next-active{
	opacity: 1;
	filter:alpha(opacity=100);
	z-index: 10;
}
.sn-cases-b1{
	background: url(/img/static/sn-cases-b1.png) no-repeat 64px 54px;
}
.sn-cases-b2{
	background: url(/img/static/sn-cases-b2.png) no-repeat 64px 54px;
}
.sn-cases-b3{
	background: url(/img/static/sn-cases-b3.png) no-repeat 64px 54px;
}
.sn-cases-b4{
	background: url(/img/static/sn-cases-b4.png) no-repeat 64px 54px;
}
.sn-cases-b5{
	background: url(/img/static/sn-cases-b5.png) no-repeat 64px 54px;
}
.sn-cases-b6{
	background: url(/img/static/sn-cases-b6.png) no-repeat 64px 54px;
}
.sn-cases-b7{
	background: url(/img/static/sn-cases-b7.png) no-repeat 64px 54px;
}
.sn-iphone-img{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 400;
	width: 100%;
	height: 100%;
	background: url(/img/static/sn-casesIphone-bg_06.png) no-repeat center center;
}
/*<!--精彩赛事文字提示-->*/
.sn-cases-texts{
	width: 500px;
	height: 70px;
	position: absolute;
	bottom: 154px;
	left: 136px;
}
.sn-cases-text{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.sn-cases-text.active{
	display: block;
	animation: flapUp 1s ;
	-webkit-animation: flapUp 1s ;
	-moz-animation: flapUp 1s ;
	-ms-animation: flapUp 1s ;
	-o-animation: flapUp 1s ;
}
.sn-cases-textImg1{
	background: url(/img/static/icon/sn-cases-textImg_02.png) no-repeat right top;
}
.sn-cases-textImg2{
	background: url(/img/static/icon/sn-cases-textImg_05.png) no-repeat right top;
}
.sn-cases-textImg3{
	background: url(/img/static/icon/sn-cases-textImg_07.png) no-repeat right top;
}
.sn-cases-textImg4{
	background: url(/img/static/icon/sn-cases-textImg_09.png) no-repeat right top;
}
.sn-cases-textImg5{
	background: url(/img/static/icon/sn-cases-textImg_11.png) no-repeat right top;
}
.sn-cases-textImg6{
	background: url(/img/static/icon/sn-cases-textImg_13.png) no-repeat right top;
}
.sn-cases-textImg7{
	background: url(/img/static/icon/sn-cases-textImg_16.png) no-repeat right top;
}
/*<!--二维码-->*/
.sn-QrImg{
	position: absolute;
	bottom: 17px;
	right: 76px;
	z-index: 600;
	width: 66px;
	height: 66px;
	background: url(/img/static/icon/sn-cases-icon_01.png) no-repeat 0px -352px;
}
.sn-QrImg:hover .sn-Qr-show{
	opacity: 1;
	filter:alpha(opacity=100);
}
.sn-Qr-show{
	display: block;
	position: absolute;
	bottom: 82px;
	left: 0px;
	width: 112px;
	height: 112px;
	background: url(/img/static/icon/sn-cases-icon_01.png) no-repeat 0px -432px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	opacity: 0;
	filter:alpha(opacity=100);
	
}
/*<!--左右导航栏-->*/
.sn-btn-prev{
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 100;
	width: 42px;
	height: 84px;
	margin-top: -42px;
	cursor: pointer;
	background: url(/img/static/icon/sn-cases-icon_01.png) no-repeat 0px 0px;
}
.sn-btn-prev:hover{
	background: url(/img/static/icon/sn-cases-icon_01.png) no-repeat 0px -170px;
}
.sn-btn-next{
	position: absolute;
	top: 50%;
	right: 0px;
	z-index: 100;
	width: 42px;
	height: 84px;
	margin-top: -42px;
	cursor: pointer;
	background: url(/img/static/icon/sn-cases-icon_01.png) no-repeat 0px -85px;
}
.sn-btn-next:hover{
	background: url(/img/static/icon/sn-cases-icon_01.png) no-repeat 0px -255px;
}
/*<!--底部导航栏-->*/
.sn-pagination{
	position: absolute;
	bottom: 60px;
	z-index: 600;
	width: 100%;
	text-align: center;
	font-size: 0px;
}
.sn-pagination:before{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	content: "";
	width: 800px;
	height: 1px;
	margin-left: -400px;
	background: #dbf4f4;
}
.sn-page-item{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #e9f0ff;
	border-radius: 50%;
	margin: 4px 45px;
	cursor: pointer;
	position: relative;
	z-index: 10;
}
.sn-page-item.active{
	border: 4px solid #50c47f;
	background: #181a1e;
	margin: 0px 41px;
}
.sn-page-item>span.sn-page-Text{
	display: none;
	width: 180px;
	height: 40px;
	box-sizing: border-box;
	padding: 0px 14px;
	line-height: 40px;
	border-radius: 25px;
	background: #50c47f;
	position: absolute;
	top: -62px;
	left: 50%;
	margin-left: -90px;
	cursor: default;
	box-shadow: 0px 0px 7px rgba(81,229,141,0.37);
}
.sn-page-item.active>span.sn-page-Text{
	display: block;	
	animation: flapDown 0.5s ;
	-webkit-animation: flapDown 0.5s ;
	-moz-animation: flapDown 0.5s ;
	-ms-animation: flapDown 0.5s ;
	-o-animation: flapDown 0.5s ;
}
/*下浮动动画*/
@keyframes flapDown{
	0%{
		opacity: 0;
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
	}
	100%{
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
	}
}
@-webkit-keyframes flapDown{
	0%{
		opacity: 0;
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
	}
	100%{
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
	}
}
/*上浮动画*/
@keyframes flapUp{
	0%{
		opacity: 0;
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
	}
	100%{
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
	}
}
@-webkit-keyframes flapUp{
	0%{
		opacity: 0;
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
	}
	100%{
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
	}
}

span.sn-page-Text:after{
	display: block;
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	height: 0px;
	width: 0px;
	margin-left: -10px;
	border-top: 10px solid #50c47f;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
span.sn-page-Text>i{
	display: block;
	font-style:normal ;
	font-size: 16px;
	color: #1d211f;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;/*文字显示省略符号来代表被修剪的文本。*/
	white-space: nowrap;/*文本不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。*/
}
