* {
	box-sizing: border-box;
}

html,
body {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	font-size: 10px;
}

body {
	background: url(/images/bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

.content {
	background-size: cover;
	height: 100%;
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 100%;
}

.lang {
	position: absolute;
	top: 10px;
	right: 100px;
}

.lang .dropdown>button {
	border-color: transparent;
	background-color: transparent;
	color: white;
}

.lang .caret {
	margin-left: 5px;
}

.logo {
	/*animation: logo-entry 2s ease-in;*/
	/*width: 100%;*/
	/*margin: 0 auto;*/
	/*position: relative;*/
	/*z-index: 40;*/
}

.logo h1 {
	animation: text-glow 2s ease-out infinite alternate;
	font-family: 'Ubuntu', sans-serif;
	color: #00a4a2;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: bold;
	position: absolute;
	text-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 30px #000, 0 0 40px #000, 0 0 50px #000, 0 0 60px #000, 0 0 70px #000;
	top: 50px;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 0px;
}


/*.logo h1:before {
				animation: before-glow 2s ease-out infinite alternate;
				border-left: 535px solid transparent;
				border-bottom: 10px solid #00a4a2;
				content: ' ';
				height: 0;
				position: absolute;
				right: -74px;
				top: -10px;
				width: 0;
			}
			
			.logo h1:after {
				animation: after-glow 2s ease-out infinite alternate;
				border-left: 100px solid transparent;
				border-top: 16px solid #00a4a2;
				content: ' ';
				height: 0;
				position: absolute;
				right: -85px;
				top: 24px;
				transform: rotate(-47deg);
				width: 0;
			}*/

.login form {
	/*animation: form-entry 1.5s ease-in-out;*/
	/*background: #111;*/
	/*background: linear-gradient(#004746, #111111);*/
	/*border: 6px solid #00a4a2;*/
	/*box-shadow: 0 0 15px #00fffd;*/
	/*border-radius: 5px;*/
	/*display: inline-block;*/
	/*height: 220px;*/
	margin: 20px auto 0;
	/*position: relative;*/
	/*z-index: 4;*/
	/*width: 500px;*/
	/*transition: 0.5s all;*/
}

.login form:hover {
	/*border: 6px solid #00fffd;*/
	/*box-shadow: 0 0 25px #00fffd;*/
	/*transition: 0.5s all;*/
}

.login input {
	background: #ffde00;
	/*border: 1px solid #444;*/
	/*border-radius: 5px;*/
	/*box-shadow: 0 2px 0 #000;*/
	border: none;
	color: #888;
	display: block;
	font-family: 'Cabin', helvetica, arial, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	height: 40px;
	margin: 20px auto 10px;
	padding: 0 10px;
	text-shadow: 0 -1px 0 #000;
	width: 400px;
}

.login input:focus {
	/*animation: box-glow 1s ease-out infinite alternate;*/
	/*background: #0B4252;*/
	/*background: linear-gradient(#333933, #222922);*/
	/*border-color: #00fffc;*/
	/*box-shadow: 0 0 5px rgba(0, 255, 253, 0.2), inset 0 0 5px rgba(0, 255, 253, 0.1), 0 2px 0 #000;*/
	/*color: #efe;*/
	/*outline: none;*/
}

.login input:invalid {
	/*border: 2px solid red;*/
	/*box-shadow: 0 0 5px rgba(255, 0, 0, 0.2), inset 0 0 5px rgba(255, 0, 0, 0.1), 0 2px 0 #000;*/
}

.login button {
	/*animation: input-entry 1.5s ease-in;*/
	background: #222;
	background: linear-gradient(#333333, #222222);
	box-sizing: content-box;
	border: 1px solid #444;
	border-left-color: #000;
	border-radius: 5px;
	box-shadow: 0 2px 0 #000;
	color: #fff;
	display: block;
	font-family: 'Cabin', helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin: 20px auto;
	padding: 0;
	position: relative;
	text-shadow: 0 -1px 0 #000;
	width: 400px;
	transition: 0.5s all;
}

.login button:hover,
.login button:focus {
	background: #0C6125;
	background: linear-gradient(#393939, #292929);
	color: #00fffc;
	outline: none;
	transition: 0.5s all;
}

.login button:active {
	background: #292929;
	background: linear-gradient(#393939, #292929);
	box-shadow: 0 1px 0 #000, inset 1px 0 1px #222;
	top: 1px;
}

.login .fade-box {
	/*animation: input-entry 1.5s ease-in;*/
	z-index: 4;
}

.outer-circle {
	animation: outer-circle 2s linear infinite, circle-entry 3s ease-in-out;
	background: #000;
	border-radius: 50%;
	border: 10px solid #00a4a2;
	box-shadow: 0 0 0 2px black, 0 0 0 6px #00fffc;
	height: 500px;
	width: 500px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -250px;
	overflow: hidden;
	opacity: 0.4;
	z-index: -3;
}

.inner-cirlce {
	background: #000;
	border-radius: 50%;
	border: 36px solid #00fffc;
	height: 460px;
	width: 460px;
	margin: 10px;
}

.inner-cirlce:before {
	content: ' ';
	width: 240px;
	height: 480px;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
}

.inner-cirlce:after {
	content: ' ';
	width: 480px;
	height: 240px;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
}

.hexagons {
	animation: logo-entry 2s ease-in;
	color: #000;
	font-size: 52px;
	font-size: 5.1rem;
	letter-spacing: -0.2em;
	line-height: 0.7;
	position: absolute;
	text-shadow: 0 0 6px #00fffc;
	top: 310px;
	width: 100%;
	transform: perspective(600px) rotateX(60deg) scale(1.4);
	z-index: -3;
}

@keyframes logo-entry {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes text-glow {
	0% {
		color: #00a4a2;
		text-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 30px #000, 0 0 40px #000, 0 0 50px #000, 0 0 60px #000, 0 0 70px #000;
	}
	100% {
		color: #00fffc;
		text-shadow: 0 0 20px rgba(0, 255, 253, 0.6), 0 0 10px rgba(0, 255, 253, 0.4), 0 2px 0 #000;
	}
}

@keyframes before-glow {
	0% {
		border-bottom: 10px solid #00a4a2;
	}
	100% {
		border-bottom: 10px solid #00fffc;
	}
}

@keyframes after-glow {
	0% {
		border-top: 16px solid #00a4a2;
	}
	100% {
		border-top: 16px solid #00fffc;
	}
}

@keyframes form-entry {
	0% {
		height: 0;
		width: 0;
		opacity: 0;
		padding: 0;
	}
	20% {
		height: 0;
		border: 1px solid #00a4a2;
		width: 0;
		opacity: 0;
		padding: 0;
	}
	40% {
		width: 0;
		height: 220px;
		border: 6px solid #00a4a2;
		opacity: 1;
		padding: 0;
	}
	100% {
		height: 220px;
		width: 500px;
	}
}

@keyframes box-glow {
	0% {
		border-color: #00b8b6;
		box-shadow: 0 0 5px rgba(0, 255, 253, 0.2), inset 0 0 5px rgba(0, 255, 253, 0.1), 0 2px 0 #000;
	}
	100% {
		border-color: #00fffc;
		box-shadow: 0 0 20px rgba(0, 255, 253, 0.6), inset 0 0 10px rgba(0, 255, 253, 0.4), 0 2px 0 #000;
	}
}

@keyframes input-entry {
	0% {
		opacity: 0;
	}
	90% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes circle-entry {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 0.4;
	}
}

@keyframes outer-circle {
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.icon-loading {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px
}

.icon-loading {
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.icon-loading:before {
	content: "\f021";
}

.ver {
	text-shadow: #FF0000 0 0 10px;
	color: white;
	font-size: 18px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-style: oblique;
}





















 	复盘，赋能，加持，沉淀，倒逼，落地，串联，协同，反哺，兼容，包装，
 	重组，履约，响应，量化，布局，联动，细分，梳理，输出，加速，共建，
 	支撑，融合，聚合，集成，对标，聚焦，抓手，拆解，抽象，摸索，提炼，
	打通，打透，吃透，迁移，分发，分装，辐射，围绕，复用，渗透，扩展，
	开拓，皮实，共创，共建，解耦，集成，对齐，拉齐，对焦，给到，拿到，
	死磕，感知度，方法论，组合拳，引爆点，点线面，精细化，差异化，平台化，
	结构化，影响力，耦合性，使捷性，一致性，端到端，短平快，护城河，体验感，颗粒度。







