/* Default tab style */

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'stroke7pixeden';
	src: url('../fonts/stroke7pixeden/stroke7pixeden.eot?u58ytb');
	src: url('../fonts/stroke7pixeden/stroke7pixeden.eot?#iefixu58ytb') format('embedded-opentype'),
		url('../fonts/stroke7pixeden/stroke7pixeden.woff?u58ytb') format('woff'),
		url('../fonts/stroke7pixeden/stroke7pixeden.ttf?u58ytb') format('truetype'),
		url('../fonts/stroke7pixeden/stroke7pixeden.svg?u58ytb#stroke7pixeden') format('svg');
}

.tabs {
	position: relative;

	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1em;
}

/* Nav */

/*底部导航菜单*/
.tabs nav a span:nth-child(1) {
	vertical-align: middle;
	padding-top: 0;
}

.tabs nav {
	height: 60px;
	text-align: center;
	box-shadow: 0px 0px 5px rgba(1, 1, 1, 0.3);
}

.tabs nav a span.iconfont {
	font-size: 22px;
	color: #bfc7db;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: flex;
	margin: 0;
	text-align: center;
	align-items: center;
	justify-content: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 20%;
}

.tabs nav a {
	position: relative;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.tabs nav ul li .play {
	border-radius: 50%;
	background-color: #fff;
	width: 80px;
	height: 80px;
	line-height: 62px;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0px -3px 3px rgba(1, 1, 1, 0.3);
}

.tabs nav ul li .play span.iconfont {
	font-size: 40px;
	color: #067173;
	padding-top: 0;
}

.tabs nav a span {
	vertical-align: middle;
	display: block;
	padding-top: 5px;
}

.tabs nav a span.zhibo {
	position: absolute;
	z-index: 90;
	top: 10px;
	color: #067173;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
}

.tabs nav li.tab-current a {
	top: -8px;
}

.tabs nav a:focus {
	outline: none;
}

/* Icons */
.icon::before {
	z-index: 10;
	display: inline-block;
	margin: 0 0em 0 0;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 1.6em;
	font-family: 'stroke7pixeden';
	line-height: 1;
	speak: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-upload::before {
	content: "\e6bb";
}

.icon-tools::before {
	content: "\e605";
}

.icon-plane::before {
	content: "\e625";
}

.icon-joy::before {
	content: "\e6a4";
}

.icon-plug::before {
	content: "\e69a";
}

.icon-home::before {
	content: "\e648";
}

.icon-gift::before {
	content: "\e652";
}

.icon-display::before {
	content: "\e660";
}

.icon-date::before {
	content: "\e660";
}

.icon-config::before {
	content: "\e666";
}

.icon-coffee::before {
	content: "\e669";
}

.icon-camera::before {
	content: "\e6a5";
}

.icon-box::before {
	content: "\e693";
}

/* Content */
.content-wrap {
	position: relative;
}

.content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 1200px;
	text-align: center;
}

.content-wrap section.content-current {
	display: block;
}

.content-wrap section p {
	margin: 0;
	padding: 0.75em 0;
	color: rgba(40, 44, 42, 0.05);
	font-weight: 900;
	font-size: 4em;
	line-height: 1;
}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.no-flexbox nav ul {
	display: block;
}

.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 58em) {
	.tabs nav a.icon span {
		display: none;
	}

	.tabs nav a:before {
		margin-right: 0;
	}
}