@charset "utf-8";
/* CSS Document */

body {
	font-family: "ClearSans_Light", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 0 ;
	color: #000;
}
div{
	background-repeat: no-repeat;
}

/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 移除上方邊界可以解決邊界可能從其包含的 Div 逸出的問題。剩餘的下方邊界可以保持 Div 不與接在後面的元素接觸。 */
	padding: 0;
	margin: 0;
	padding-right: 5px;
	padding-left: 5px; /* 將欄位間隔加入至 Div 內元素的兩側 (而不是 Div 本身)，即可不需執行任何方塊模型的計算作業。具有側邊欄位間隔的巢狀 Div 也可當做替代方法。 */
}
a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;
}

/* ~~ 網站連結的樣式設定必須保持此順序，包括建立滑過 (Hover) 效果的選取器群組在內。~~ */
a:link {
	color:#414958;
	text-decoration: none; /* 除非您要設定非常獨特的連結樣式，否則最好提供底線，以便快速看出 */
}
a:visited {
	color: #4E5869;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none;
}

.normal_bar .kdan_icon{
	background: url(../images/menu/kdanlogo_01.svg) no-repeat;
}
.normal_bar .menu_right div:nth-child(1){
	background: url(../images/menu/btn_more01.svg);
}
.top_bar .menu_right div:nth-child(1){
	background: url(../images/menu/btn_more02.svg);
}
.normal_bar .menu_right a[title="facebook"] div{
	background: url(../images/menu/btn_facebook01.svg);
}
.normal_bar .menu_right a[title="twitter"] div{
	background: url(../images/menu/btn_twitter01.svg);
}

.container{
	position: relative;
	width: 100%;
	max-width: 1100px;
}
.div_text {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
}

.normal_bar{
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Banner and Top info */
.top_area{
	background: url(../images/index/kdan_bg@2x.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
	min-height: 780px;
}
header .video{
	color: #fff;
}
header .video h2{
	position: relative;
	font-size: 4.9em;
	margin-top: 230px;
	text-align: center;
}
header .watch_video{
	display: block;
    width: 21%;
    min-width: 200px;
    font-size: 1.5em;
    text-align: center;
    padding: 5px;
    margin: 50px auto 0;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border: 2px solid #ffffff;
	letter-spacing: 0px;
	transition:all 0.3s;
	cursor: pointer;
	color: #fff;
}
.watch_video .icon-play{
	position: relative;
	font-size: 1.3em;
    top: 5px;
    margin-right: 11px;
}
header .video_hover{
	background: #fff;
	color: #000;
}
.video_hover .icon-play{
	color: #000;
}
/*.video_content{
	display: none;
	position: fixed;
	background-color: rgba(00,00,00,0.8);
	background-size: 100%;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	top: 0;
	left: 0;
	transition: display 0.7s;
}*/
.lightbox_content{
	position: relative;
	background-color: #fff;
	display: block;
	padding: 0;
	width: 100%;
    max-width: 800px;
    height: 100%;
    max-height: 515px;
    top: 50%;
    left: 50%;
}

.index_slogan h1{
	font-family: "ClearSans_Thin";
	font-size: 4em;
	text-align: center;
	margin: 65px auto 40px;
}
.index_slogan h2{
	font-family: "ClearSans_Light";
	font-size: 1.4em;
	text-align: center;
	color: #858585;
	width: 70%;
	margin: 0 auto 90px;
	line-height: 1.4em;
}

/* Index nav */
.index_nav{
	position: relative;
	background: #94d000;
	min-height: 65px;
}
.index_nav div{
	height: 65px;
}
.index_nav ul{
	float: right;
	font-size: 1.7em;
	height: 100%;
}
.index_nav ul li:first-child{
	border-left: 1px solid #fff;
}
.index_nav ul li{
	float: left;
	padding: 18px 25px 0;
	border-right: 1px solid #fff;
	height: 100%;
	color: #595757;
	cursor: pointer;
	transition:color 0.3s;
}
.index_nav ul li:hover{
	color: #ffffff;
}

/* index app introduct */
.app_total_introduce{
	position: relative;
	background: #d1c6b1;
	width: 100%;
	overflow: hidden;
}
.icon_pos{
	display: inline-block;
	position: relative;
	float: left;
	width: 120px;
	margin: 30px 0 0 35px;
	overflow: hidden;
}
.app_info{
	display: inline-block;
	position: relative;
	margin: 10px 0 0 22px;
	min-height: 210px;
	max-width: 60%;
}
.app_info h2{
	font-family: "ClearSans_Bold";
	font-size: 3em;
	margin-top: 40px;
}
.app_info h3{
	font-size: 1.5em;
	line-height: 1.2em;
	margin-top: 5px;
}
.app_info span{
	font-family: "ClearSans_Regular";
	display: inline-block;
	padding: 5px 25px;
	font-size: 1.7em;
	color: #ffffff;
	background: #00a89b;
	margin-top: 30px;
	border: 3px solid #fff;
	border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	transition:background 0.3s;
}
.app_info span:hover{
	background: #99cc33;
}
.app_nl_brush{
	position: absolute;
	top: 60px;
	left: 0;
}
.app_ad_brush{
	display: none;
	position: absolute;
	top: 0px;
	right: 20vw;
}
.app_total_introduce .owl-controls{
	width: 100%;
	position: absolute;
	top: 50%;
}
.app_screenshot{
	display: block;
	margin: 0px auto;
	width: 100%;
	overflow: hidden;
}

.app_total_introduce .owl-theme .owl-controls .owl-buttons div{
	position: absolute;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	transition:background 0.3s;
}
.app_total_introduce .owl-theme .owl-controls .owl-buttons .owl-prev{
	background: url(../images/index/btn_back01.svg);
	left: 0px;
}
.app_total_introduce .owl-theme .owl-controls .owl-buttons .owl-prev:hover{
	background: url(../images/index/btn_back02.svg);
}
.app_total_introduce .owl-theme .owl-controls .owl-buttons .owl-next{
	background: url(../images/index/btn_next01.svg);
	right: 20px;
}
.app_total_introduce .owl-theme .owl-controls .owl-buttons .owl-next:hover{
	background: url(../images/index/btn_next02.svg);
}

/* index see more */
.see_more_apps{
	/*display: none;*/
	position: relative;
	background: #4c4c4c;
	height: 220px;
	text-align: center;
	color: #ffffff;
	z-index: 3;
}
.see_more_apps .container a strong{
	display: inline-block;
	font-family: "ClearSans_Regular";
	font-weight: 500;
	font-size: 3em;
	margin-top: 70px;
	padding: 5px 50px;
	border: 3px solid #99cc33;
	border-radius: 40px 40px 40px 40px;
	-moz-border-radius: 40px 40px 40px 40px;
	-webkit-border-radius: 40px 40px 40px 40px;
	transition:background 0.3s;
	color: #fff;
}
.see_more_apps .container a strong:hover{
	background: #99cc33;
}
.semi_circle{
	position: relative;
	display: block;
	background: #4c4c4c;
	border-radius: 0 40px 40px 40px;
	height: 80px;
	width: 80px;
	margin: 0 auto;
	top: -58px;
	z-index: 0;
}

/* index store intro */
.store_intro{
	background: url(../images/index/index_banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	text-align: center;
}
.store_intro h2{
	font-family: "ClearSans_Light";
    font-size: 5em;
    text-transform: uppercase;
    margin-top: 42px;
}
.store_intro h3{
	position: relative;
	font-family: "ClearSans_Light";
	font-size: 1.5em;
	color: #373737;
	line-height: 1.2em;
	width: 60%;
	margin: 0 auto;
	margin-top: 30px;
}
.store_intro p{
	margin-top: 30px;
}
.store_intro p a{
	position: relative;
    font-family: "ClearSans_Medium";
    font-size: 1.5em;
    text-transform: uppercase;
    color: #f39800;
    padding-bottom: 5px;
    padding: 4px 15px;
    border: 2px solid #f39800;
    border-radius: 25px;
    -moz-border-radius: 25px;
	-webkit-border-radius: 25px;
    transition: background-color 0.3s;
}
.store_intro p a:hover{
	background-color: #f39800;
    color: #fff;
}
.store_intro p img{
	width: 50px;
}

/* index kdan cloud */
.kdan_cloud_intro{
	background: url(../images/index/cloud_bgall.jpg) no-repeat;
	position: relative;
	background-size: cover;
	background-position: 0 0;
	overflow: hidden;
	color: #fff;
	text-align: center;
	z-index: 3;
}
.kdan_cloud_intro_1{
	padding-bottom: 3%;
}
.kdan_cloud_intro_2{
	display: none;
	padding-bottom: 3%;
}
.cloud_bg_pic1{
	position: absolute;
	width: 100%;
	height: 100%;
	margin-top: 17px;
	z-index: -2;
}
.kdan_cloud_logo{
	width: 200px;
	display: block;
	position: relative;
	margin: 105px auto 0;
}
.arror_aniamte{
	position: relative;
	background: url(../images/index/arrow_down.png) no-repeat;
	width: 30px;
	height: 80px;
	margin: 30px auto 0px;
	animation: arrow 1s steps(30) infinite;
	-webkit-animation: arrow 1s steps(30) infinite;
}
@keyframes arrow{
	100%{ background-position: 0 -2400px; }
}
@-webkit-keyframes arrow{
	100%{ background-position: 0 -2400px; }
}
.kdan_cloud_intro_1 h2{
	font-family: "ClearSans_Thin";
	font-size: 4.5em;
	margin-top: 50px;
	line-height: 0.9em;
}
.kdan_cloud_intro_1 h3{
	font-family: "ClearSans_Thin";
	font-size: 2.3em;
	margin-top: 15px;
}
.kdan_cloud_intro_1 p{
	display: inline-block;
	font-family: "ClearSans_Medium";
	font-size: 1.4em;
	text-transform: uppercase;
	padding: 4px 15px;
	border: 2px solid #fff;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	transition:all 0.3s;
	margin-top: 32px;
	cursor: pointer;
	color: #fff;
}
.kdan_cloud_intro_1 p:hover{
	color: #00a89b;
	background: #fff;
}
.people_animate{
	position: relative;
	background: url(../images/index/store_bg_box.png) no-repeat;
	background-size: 100%;
	background-position: bottom;
	width: 1100px;
	height: 313px;
	margin: 100px auto 0;
}
.people_format{
	position: absolute;
	width: 154px;
	height: 154px;
	background-repeat:no-repeat;
	animation: peoples 1.5s steps(15) infinite;
	-webkit-animation: peoples 1.5s steps(15) infinite;
}
.people_animate .people_1{
	background-image:url(../images/index/p1.png);
	bottom: -9px;
    left: 794px;
}
.people_animate .people_2{
	background-image:url(../images/index/p2.png);
	bottom: 68px;
    left: 212px;
}
.people_animate .people_3{
	background-image:url(../images/index/p3.png);
	bottom: 100px;
    left: 17px;
}
.people_animate .people_4{
	position: absolute;
	width: 154px;
	height: 154px;
	background-repeat:no-repeat;
	animation: peoples_4 1.5s steps(10) infinite;
	-webkit-animation: peoples_4 1.5s steps(10) infinite;
	background-image:url(../images/index/p4.png);
	bottom: 44px;
    left: 560px;
}
.people_animate .people_5{
	position: absolute;
	width: 103px;
	height: 103px;
	background-repeat:no-repeat;
	animation: peoples_5 1.5s steps(15) infinite;
	-webkit-animation: peoples_5 1.5s steps(15) infinite;
	background-image:url(../images/index/p5.png);
	bottom: 63px;
    left: 548px;
}
@keyframes peoples{
	100%{ background-position: -2310px 0; }
}
@-webkit-keyframes peoples{
	100%{ background-position: -2310px 0; }
}
@keyframes peoples_4{
	100%{ background-position: -1540px 0; }
}
@-webkit-keyframes peoples_4{
	100%{ background-position: -1540px 0; }
}
@keyframes peoples_5{
	100%{ background-position: -1545px 0; }
}
@-webkit-keyframes peoples_5{
	100%{ background-position: -1545px 0; }
}
/* width 1100px rwd */
@media screen and (max-width: 1100px){
	.people_animate{
		background-size: 100%;
		background-position: bottom;
		width: 100%;
		max-width: 768px;
		height: 224px;
		margin: 50px auto 0;
	}
	.people_animate .people_1{
		bottom: -14px;
    	left: 529px;
	}
	.people_animate .people_2{
		bottom: 48px;
    	left: 111px;
	}
	.people_animate .people_3{
		bottom: 61px;
    	left: -11px;
	}
	.people_animate .people_4{
		bottom: 18px;
		left: 353px;
	}
	.people_animate .people_5{
		bottom: 20px;
    	left: 358px;
	}
}
.cloud_info_list_1{
	position: relative;
	width: 70%;
	margin: 0px auto 0;
	overflow: hidden;
}
.cloud_info_list_1 img{
	position: relative;
	float: right;
	width: 10%;
}
.cloud_info_list_1 article{
	position: relative;
	font-family: "ClearSans_Medium";
	float: right;
	width: 80%;
	text-align: left;
	margin-left: 4%;
	margin-top: 3%;
}
.cloud_info_list_1 article h3{
	font-size: 1.6em;
	padding-left: 7%;
	text-transform: uppercase;
}
.cloud_info_list_1 article h3 span{
	position: absolute;
    font-family: "ClearSans_Thin";
    font-size: 5.9rem;
    top: -10px;
    left: 0;
}
.cloud_info_list_1 article p{
	font-family: 'ClearSans_Light';
	font-size: 1.3em;
	line-height: 19px;
	width: 80%;
	padding-left: 7%;
	margin-top: 8px;
}
.cloud_info_list_2{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 45px;
	overflow: hidden;
}
.cloud_info_list_2 img{
	position: relative;
	float: left;
	width: 40%;
}
.cloud_info_list_2 article{
	position: relative;
	font-family: "ClearSans_Medium";
	float: right;
	width: 55%;
	text-align: left;
	margin-left: 4%;
	margin-top: 4%;
}
.cloud_info_list_2 article h3{
	font-size: 1.6em;
	padding-left: 7%;
	text-transform: uppercase;
}
.cloud_info_list_2 article h3 span{
	position: absolute;
	font-family: "ClearSans_Thin";
    font-size: 5.9rem;
    top: -10px;
    left: 0;
}
.cloud_info_list_2 article p{
	font-family: "ClearSans_Thin";
	font-size: 1.3em;
	line-height: 19px;
	width: 80%;
	padding-left: 7%;
	margin-top: 8px;
}
a .get_started{
	display: inline-block;
	position: relative;
	font-family: "ClearSans_Regular";
	font-size: 3em;
	margin: 80px auto 0;
	padding: 2px 10px 2px 10px;
	letter-spacing: 0.2em;
	border: 2px solid #fff;
	transition:all 0.3s;
	color: #fff;
}
a .get_started:hover{
	background: #fff;
	color: #00a89b;
}
.kdan_cloud_intro_2 h4{
	clear: both;
	display: block;
	font-family: "ClearSans_Light";
	width: 45%;
	width: 34%;
    font-size: 1.4em;
    line-height: 21px;
	text-align: center;
	margin: 15px auto 0;
}

/* index anizone */
.anizone_intro, .anizone_intro .container{
	background: #efefef;
	min-height: 750px;
}
.anizone_intro .container{
	background: url(../images/index/pic_dog.png) no-repeat;
	background-size: 70%;
	background-position: bottom right;
	z-index: 3;
}
.anizone_intro h2{
	position: relative;
	font-family: "ClearSans_Thin";
	font-size: 3.9em;
	text-transform: uppercase;
	margin-top: 60px;
}
.anizone_logo{
	width: 35%;
	margin-top: 20px;
}
.anizone_content{
	font-family: "ClearSans_Light";
	font-size: 1.3em;
	color: #727171;
	width: 60%;
	margin-top: 20px;
}
.anizone_link{
	margin-top: 30px;
}
.anizone_link a{
	font-family: "ClearSans_Regular";
	font-size: 1.2em;
	color: #99cc33;
}
.anizone_link a:hover{
	text-decoration: underline;
}
.anizone_link span{
	display: inline-block;
	padding: 5px 25px;
	font-size: 1.7em;
	color: #ffffff;
	background: #00a89b;
	border: 3px solid #fff;
	border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	transition:background 0.3s;
	margin-right: 10px;
}
.anizone_link span:hover{
	background: #99cc33;
}
.anizone_pic_info{
	position: relative;
	margin-top: 80px;
	width: 40%;
	min-width: 250px;
	overflow: hidden;
}
.anizone_pic_info img{
	float: left;
	width: 45%;
	margin-left: 10%;
}

.anizone_pic_info img:nth-child(1){
	width: 32%;
}


/* ianimate */
.ianimate{
	display: none;
	background-color: #ecebe9;
	min-height: 600px;
}
.ianimate .container{
	background-image: url(../images/index/ianimate/ianimagic2015_bg01.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position: center center;
	overflow: hidden;
}
.title_logo{
	display: block;
	margin: 5% auto;
}
.ianimate_info{
	position: relative;
	overflow: hidden;
	margin-top: 5%;
	text-align: center;
	list-style: none;
}
.ianimate_info li{
	display: inline-block;
	float: left;
	margin-left: 5%;
	width: 45%;
}
.ianimate_info li:nth-child(1) img{
	max-width: 350px;
	width: 100%;
	float: right;
}
.ianimate_info li:nth-child(2) img{
	margin-left: 25%;
	max-width: 120px;
}
.ianimate_info li:nth-child(2){
	text-align: left;
}
.ianimate_info h2{
	font-family: "ClearSans_Bold";
    font-size: 1.7em;
    margin-top: 25px;
}
.ianimate_info h3{
	font-family: "ClearSans_Light";
	font-size: 1.5em;
	margin-top: 10px;
	width: 80%;
}
a.find_more{
	display: block;
    font-family: "ClearSans_Medium";
    background-color: #00a89b;
    color: #fff;
    font-size: 1.4em;
    padding: 10px 15px;
    border: 2px solid #fff;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    text-align: center;
	width: 80%;
	max-width: 250px;
	margin: 8% auto;
	transition: all 0.3s;
}
a.find_more:hover{
	background-color: #fff;
    color: #00a89b;
}



/* width 768px rwd */
@media screen and (max-width: 768px){
	.normal_bar{
		background: #fff;
		z-index: 99;
		-webkit-box-shadow: 0px -2px 30px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px -2px 30px 0px rgba(0,0,0,0.75);
		box-shadow: 0px -2px 30px 0px rgba(0,0,0,0.75);
	}
	.normal_bar .kdan_icon{
		background: url(../images/menu/kdanlogo_02.svg) no-repeat;
	}
	.normal_bar .menu_right div:nth-child(1), .top_bar .menu_right div:nth-child(1){
		background: url(../images/menu/btn_more02.svg);
	}
	.normal_bar .menu_right a[title="facebook"] div{
		background: url(../images/menu/btn_facebook02.svg);
	}
	.normal_bar .menu_right a[title="twitter"] div{
		background: url(../images/menu/btn_twitter02.svg);
	}
	.normal_bar .kdan_icon{
		background: url(../images/menu/kdanlogo_02.svg) no-repeat;
	}
	.top_bar .kdan_icon{
		display: inline-block;
		background: url(../images/menu/kdanlogo_02.svg) no-repeat;
		width: 115px;
		height: 50px;
		margin-top: 10px;
	}
	.top_bar .menu_list_bg{
		z-index: 12;
	}
	.top_area{
		background: url(../images/index/kdan_bg_768.jpg) no-repeat;
		background-size: cover;
		background-position: 50%;
		height: 740px;
	}
	header .video h2{
		margin-top: 200px;
		font-size: 4em;
	}
	.index_slogan h1{
		font-size: 3em;
		margin: 50px auto 30px;
	}
	.index_slogan h2{
		width: 90%;
		font-size: 1.5em;
		margin: 0 auto 30px;
	}
	.index_nav ul{
		font-size: 1.4em;
	}
	.index_nav ul li{
		padding: 22px 10px 0;
	}
	.app_total_introduce{
		min-height: 0;
	}
	.see_more_apps{
		height: 200px;
	}
	.icon_pos{
		display: block;
	    float: none;
	    width: 15%;
	    margin: 30px auto 10px;
	}
	.app_info{
		display: block;
		margin: 0 auto;
		min-height: 150px;
	}
	.app_info h2 {
		font-size: 2.5em;
		text-align: center;
		margin-top: 12px;
	}
	.app_info h3{
		font-size: 1.2em;
		text-align: center;
		margin-top: 12px;
	}
	.app_info span{
		display: block;
		width: 170px;
		margin: 20px auto 0;
		text-align: center;
	}
	.app_ad_brush{
		right: 10%;
	}
	.store_intro{
		background: url(../images/index/store_bg_768.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50%;
		text-align: center;
		height: 600px;
	}
	.store_intro h2{
		margin-top: 40px;
    	font-size: 4.5em;
	}
	.store_intro h3{
		margin-top: 15px;
	}
	.cloud_bg_pic1{
		background-size: 57%;
	}
	.cloud_info_list_1, .cloud_info_list_2{
		width: 90%;
	}
	.kdan_cloud_intro_1 h2{
		font-size: 4.6em;
	}
	.cloud_info_list_1 img{
		width: 15%;
	}
	.cloud_info_list_1 article{
		width: 70%;
		margin-left: 8%;
	}
	.cloud_info_list_1 article h3 span, .cloud_info_list_2 article h3 span{
		left: -5%;
	}
	.cloud_info_list_2 img{
		float: none;
		width: 60%;
	}
	.cloud_info_list_2 article{
		width: 70%;
		margin-left: 8%;
		margin-top: 40px;
	}
	.people_animate{
		display: none;
	}
	.kdan_cloud_intro_2 h4{
		width: 75%;
		letter-spacing: 0.1em;
		line-height: 1.4em;
	}
	.anizone_intro h2{
		margin-top: 55px;
	}
	.anizone_logo{
		width: 45%;
		margin-top: 20px;
	}
	.anizone_content{
		width: 70%;
	}
	.anizone_link{
		margin-top: 30px;
	}
	.anizone_intro, .anizone_intro .container{
		background-size: 67%;
	}
	.anizone_pic_info{
		margin-top: 30px;
	}
	.ianimate_info li{
		float: none;
		width: 80%;
		margin: 10% 0 0 0;
	}
	.ianimate_info li:nth-child(1) img{
		float: none;
	}
	.ianimate_info li:nth-child(2) img{
		display: block;
		float: none;
		margin: 0 auto;
	}
	.ianimate_info h2, .ianimate_info h3{
		text-align: center;
		width: 100%;
		padding: 0 5%;
	}

}

/* width 480px rwd */
@media screen and (max-width: 480px){
	.people_animate{
		display: none;
	}
	.top_area{
		background: url(../images/index/kdan_bg_480.jpg) no-repeat;
		background-position: 50% 0%;
	}
	.app_total_introduce .owl-theme .owl-controls .owl-buttons .owl-next, .app_total_introduce .owl-theme .owl-controls .owl-buttons .owl-prev{
		width: 40px;
		background-repeat: no-repeat;
	}
	.see_more_apps{
		height: 140px;
	}
	.semi_circle{
		width: 50px;
		height: 50px;
		top: -40px;
	}
	header .video h2{
		font-size: 3.5em;
		margin-top: 55%;
	}
	.index_slogan h1{
		font-size: 2.5em;
		margin: 50px auto 0px;
	}
	.index_slogan h2{
		font-size: 1.2em;
		margin-top: 30px;
		content: "In boosting productivity and creativity, there is no substitute for Kdan apps. Supplement with Kdan's Cloud services to spread your ideas with ease.";
	}
	.index_nav .container{
		padding: 0;
	}
	.index_nav ul{
		width: 100%;
		float: none;
		font-size: 1em;
	}
	.index_nav ul li{
		width: auto;
		margin-left: 0px;
		text-align: center;
		width: 25%;
		/* width: 32%; */
		padding: 6% 0 0 0;
	}
	.index_nav ul li:first-child{
		border-left: none;
		margin-left: 0px;
	}
	.index_nav ul li:nth-child(4){
		border-right: none;
	}
	.icon_pos{
		width: 80px;
	}
	.app_nl_brush{
		top: 30px;
		width: 40%;
	}
	.app_ad_brush{
		width: 90%;
	}
	.app_info{
		min-height: 170px;
	}
	.app_info span{
		margin: 10% auto 0;
	}
	.see_more_apps .container a strong{
		width: 70%;
		padding: 5px 2%;
		font-size: 2em;
		margin-top: 12%;
	}
	.store_intro{
		background: url(../images/index/store_bg_480.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50%;
		height: 600px;
	}
	.store_intro h2{
		margin-top: 3%;
		letter-spacing: 0px;
		font-size: 3em;
	}
	.store_intro h3{
		font-size: 1.3em;
	}
	.kdan_cloud_intro_1 h2{
		font-size: 2.6em;
		margin-top: 30px;
	}
	.kdan_cloud_intro_1 h3{
		font-size: 1.3em;
	}
	.kdan_cloud_intro{
		background: url(../images/index/cloud_bgall_480.jpg) no-repeat;
	}
	.cloud_info_list_1 img{
		position: absolute;
		float: none;
		top: 0px;
		left: 40%;
		width: 27%;
	}
	.cloud_info_list_1 article, .cloud_info_list_2 article{
		float: none;
		width:100%;
	}
	.kdan_cloud_intro_2 .cloud_info_list_1:first-child{
		padding-top: 50%;
	}
	.cloud_info_list_1 article p, .cloud_info_list_2 article p{
		line-height: 16px;
	}
	.cloud_info_list_1 article h3, .cloud_info_list_1 article p{
		padding-left: 8%;
		padding-top: 4%;
	}
	.cloud_info_list_1 article h3 span, .cloud_info_list_2 article h3 span{
		left: -8%;
	}
	.cloud_info_list_2 img{
		width: 220px;
	}
	.get_started{
		font-size: 2.2em;
	}
	.kdan_cloud_intro_2 h4{
		width: 100%;
		font-size: 1.2em;
		line-height: 15px;
	}
	.anizone_content{
		width: 90%;
	}
	.anizone_intro h2{
		font-size: 3em;
	}
	.anizone_logo{
		width: 250px;
	}
	.anizone_pic_info{
		width: 100%;
	}
	.kdan_cloud_logo{
		width: 120px;
		margin: 80px auto 0;
	}
	.anizone_pic_info img{
		width: 38%;
		margin-left: 11%;
	}
	.anizone_intro, .anizone_intro .container{
		background-size: 94%;
	}
	.anizone_pic_info img:nth-child(1){
		width: 27%;
	}
	.title_logo{
		margin-top: 15%;
	}
	.ianimate_info li{
		width: 100%;
	}
	.ianimate_info h2, .ianimate_info h3{
		margin-top: 10%;
	}
}




/* width other rwd */
@media screen and (max-width: 650px){
	.anizone_intro, .anizone_intro .container{
		background-size: 85%;
	}
}
/* width 380px rwd */
@media screen and (max-width: 380px){
	.index_nav ul li{
		padding: 7% 0 0 0;
	}
}








