@charset "utf-8";

/* 
 *	Kevin Design User Interface 
 *	[KDUI] http://www.kaiwen.design/
 */

@font-face{
	font-family: "Minecraft"; 
	src: url('../font/Minecraft.ttf'); /* IE9*/
	src: url('../font/Minecraft.ttf') format('truetype');
}

.mc{
	font-family: Minecraft !important;
}

body{
	overflow-x: hidden !important;
}

.swiper-container{
	width: 100%;
	height: 100%;
}

.swiper-slide{
	height: 392px;
	color: #fff;
	font-size: 2em;
	background: #fff;
	text-align: center;
	text-shadow: 1px 1px 5px #333;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

	background-size: cover;
	background-position: center;
}

.kdui-page-nav{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 8px;
	background: rgba(255,255,255,.6);
	border: 4px solid rgba(0,0,0,.6);
	transition: background .2s, border .2s;
}

.kdui-page-nav-act{
	background: rgba(255,255,255,1);
	border: 4px solid rgba(0,0,0,.8);
}

.kdui-text-shadow{
	text-shadow: 1px 1px 5px #888;
}

.kdui-paragraph{
	text-indent: 2em;
}

.kdui-btn{
	color: #fff;
	background: none;
	background-image: url("../img/btn_bg.png");

	outline: none;
	padding: 6px 10px;

	border: 6px solid #fff;
	border-radius: 5px;
	border-image-width: 6px;
	border-image-repeat: repeat;
	border-image-slice: 3 3 4 3;
	border-image-source: url('../img/btn.png');
}

.kdui-btn:hover{
	background-image: url('../img/btn_bg_hover.png');
	border-image-source: url('../img/btn_hover.png');
}

.kdui-alert{
	color: #fff;
	background: rgba(20,20,20,.85);

	border: 4px solid #fff;
	border-radius: 16px;
	border-image-width: 6px;
	border-image-repeat: repeat;
	border-image-slice: 4;
	border-image-source: url('../img/alert.png');
}

.kdui-panel{
	color: #fff;
	background: #8b8b8b;

	border: 16px solid #fff;
	border-radius: 10px;
	border-image-width: 16px;
	border-image-repeat: repeat;
	border-image-slice: 32;
	border-image-source: url('../img/panel.png');
}

		
.kdui-middle-logo{
	width: 70%;
	max-width: 500px;
}

.kdui-header{
	width: 100%;
	height: 100vh;

	top: 0;
	z-index: -1;
	position: absolute;

	background-size: cover;
	background-position: 25%;
	background-image: url("../img/header.png");
}

.kdui-header-logo{
	width: 252.4px;

	margin: 32px;
	transition: width .2s, height .2s;
}

.kdui-header-shadow{
	width: 100%;
	height: 64px;

	left: 0;
	bottom: 0;
	position: absolute;

	background:  linear-gradient(rgba(155,212,194,.5), rgba(155,212,194,1));
}

.kdui-toolbox{
	width: 100%;
	box-shadow: 0px 0px 8px #000000;
	height: 56px;
	background: #000000;
	color: #FFFFFF;
}

.kdui-toolbox ul{
	width: 200px;
	margin: 0;
	padding: 0;
	height: 56px;
	float: right;
	margin-right: 80px;
}

.kdui-toolbox ul li{
	float: left;
	width: 100px;
	list-style: none;
	line-height: 56px;
	text-align: center;
	border-left: 1px solid rgba(13,86,58,.2);

	transition: background .3s;
}

.kdui-toolbox ul a:last-child li{
	border-right: 1px solid rgba(13,86,58,.2);
}

.kdui-toolbox a{
	color: #fff;
}

.kdui-toolbox ul a:hover li{
	background: rgba(0,0,0,.1);
}

.kdui-footer-grass{
	margin-top: 100px;
	width: 100%;
	height: 158px;
	background-image: url("../img/grass.png");
	background-position: 60%;
}

.kdui-footer{
	width: 100%;
	color: #fff;
	background-image: url("../img/Soil.png");
}

.kdui-footer-logo{
	width: 140px;
}

.kdui-footer a{
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

@media all and (max-width: 600px){
	.kdui-toolbox ul{
		float: none;	
		margin: auto;
	}
	.kdui-header-logo{
		margin: 24px auto;
		display: block;
	}
}

@media all and (max-width: 800px){
	.kdui-header-logo{
		width: 189.3px;
	}
}
