body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#share-box {
	padding: 20px;
	color: #000;
	font-family: '微软雅黑'
}
#share-box h3 {
	font-size: 22px;
	text-align: center;
	font-weight: 400;
	margin: 0 auto;
	line-height: 40px
}
#card-box {
	width: 80%;
	display: table;
	margin: 20px auto
}
#card-box .qrcode {
	width: 221px;
	height: 221px;
	display: table-cell;
	vertical-align: middle
}
#card-list {
	display: table-cell;
	vertical-align: middle;
	list-style: none
}
#card-list li {
	margin: 10px 0;
	font-size: 16px
}
#card-list li a {
	text-decoration: none;
	margin-left: 10px;
	display: inline-block
}
#card-box+h3 {
	padding: 20px 0;
	border-top: 1px dashed #e4e4e4
}
#share-list {
	text-align: center
}
#share-list a {
	display: inline-block;
	width: 72px;
	outline: 0;
	text-decoration: none;
	margin: 0 15px;
	cursor: pointer
}
#share-list a:before {
	content: '';
	display: block;
	width: 72px;
	height: 72px;
	background-image: url(../skin/share.jpg);
	background-repeat: no-repeat;
	background-position: 0 0
}
#share-list a#shareSina:before {
	background-position: -72px 0
}
#share-list a#shareQQ:before {
	background-position: -144px 0
}
#share-list a#shareWeibo:before {
	background-position: -216px 0
}
#share-list a#shareRR:before {
	background-position: -288px 0
}
#share-list a#shareCopy:before {
	background-position: -360px 0
}
#help-img {
	display: block;
	margin: 20px auto
}
#window-content .video {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	top: 20%;
	z-index: 1000003;
	background-color: #000;
	border: 2px solid #014578
}
#window-content .video .jwplayer {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000
}
#window-content .video .alt {
	padding-top: 56.25%
}
.bounceIn {
	-webkit-animation-name: bounceIn .5s ease;
	animation-name: bounceIn .5s ease
}
