/* For App download page */
	#down_up{
		height: 535px;
  		padding-top: 200px;
		background-repeat: no-repeat;
  		background-size: cover;
	}
	#down_up .down_logo{
		text-align: center;
	}
	#down_up .down_desc{
		overflow: hidden;
	    width: 900px;
	    margin: 0 auto;
	    margin-top: 60px;
	    left: 0;
	    right: 0;
	    text-align: center;
	    position: relative;
	}
	#down_up .down_btn{
		width: 550px;
  		margin: 0 auto;
  		overflow: hidden;
  		margin-top: 50px;
  		font-family: "Open-Sans";
	}
	#down_up .down_btn .down_btn_logo{
		width: 30%;
  		height: 100%;
  		float: left;
  		text-align: center;
	}
	#down_up .down_btn .down_btn_logo img{
		  width: 55%;
	      position: relative;
	      top: 14px;
	}
	#down_up .down_btn .down_btn_desc{
		width: 69%;
	    position: relative;
	    top: 11px;
	    float: right;
	    text-align: left;
	}
	#down_up .down_btn .down_btn_desc p{
		color: white;
        margin: 0px;
        line-height: 23px;
	}
	#down_up .down_btn .down_btn_desc .desc_mian{
		font-size: 14px;
	}
	#down_up .down_btn .down_btn_desc .desc_append{
		font-size: 22px;
	}
	#down_up .down_btn .down_btn_ios{
		float: left;
		width: 250px;
	    height: 70px;
	    border: solid 2px white;
	}
	#down_up .down_btn .down_btn_android{
		float: right;
		width: 250px;
	    height: 70px;
	    border: solid 2px white;
	}
	#down_up .down_btn .down_btn_android:hover, #down_up .down_btn .down_btn_ios:hover{
		background-color: rgba(255,255,255,0.3);
		cursor: pointer;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
		-webkit-transition:all 0.3s ease 0s;
		-o-transition:all 0.3s ease 0s;
	}
	#down_up .down_desc .down_desc_avatar{
		float: left;
		position: relative;
  		top: 5px;
	}
	#down_up .down_desc .down_desc_avatar img{
		height: 60px;
		width: 60px;
		border-radius: 50%;
	}
	#down_up .down_desc .down_desc_para{
		font-family: "Open-Sans-Light-Italic";
	    float: right;
	    width: 813px;
	    color: white;
	    text-align: left;
	    font-size: 22px;
	    font-style: italic;
	    line-height: 28px;
	}
   	#down_up .down_logo img{
		height: 80px;		
	} 
	#down_up .barcode p{
	    color: white;
	    font-family: "Open-Sans";
	} 
	#down_up .barcode{
		text-align: center;
		margin: 0 auto;
	    width: 22%;
	    color: white;
	    margin-top: 60px;
	    font-family: "Open-Sans";
	} 
	#down_up .barcode img{
		width: 180px;
	} 

	#down_down{
		height: 900px;
	    text-align: center;
	    padding-top: 70px;
	    background-color: #f2f2f2;
	    color: #222222;
	}  
	#myFocus .down_down_title{
		width: 1000px;
		margin: 0 auto;
  		text-align: center;
  		margin-bottom: 20px;
	}
	#myFocus .down_down_desc{
		width: 1000px;
		margin: 0 auto;
  		text-align: center;
  		margin-bottom: 40px;
	}
	#myFocus .down_down_title p{
		font-size: 36px;
		font-family: "Open-Sans";
	}
	#myFocus .down_down_desc p{
		margin-top: 30px;
		width: 85%;
		margin: 0 auto;
		font-family: "Open-Sans-Light-Italic";
		font-size: 18px;
	}
	#myFocus{
		width: 1024px;
	    margin: 0 auto;
	    height: 800px;
	    margin-top: 60px;
	} 
	/*========= mF_kdui.css ========*/
	.mF_kdui{ background:#f2f2f2; position:relative;}
	.mF_kdui .loading{ position:absolute; width:100%; height:100%; background:#fff; z-index:9;}
	.mF_kdui .pic{position:absolute;z-index:1;width:100%;height:100%; overflow:hidden;}
	.mF_kdui .pic li{ position:absolute; top:0; display:none;width: 1024px;}
	.mF_kdui .pic li img{width: 1024px;}
	.mF_kdui .txt{position:absolute;z-index:2; top:12px;left:12px; width:200px;}
	.mF_kdui .txt li{position:absolute;top:0;width:100%; padding:12px; display:none;opacity: 0;}
	.mF_kdui .txt li a{position:relative;z-index:1;display:block;color:#fff;font-size:14px;font-weight:bold;text-decoration:none; font-family: RobotoDraft,Roboto,"Helvetica Neue",Helvetica,"Segoe UI","Microsoft YaHei",arial,sans-serif;}/*标题样式*/
	.mF_kdui .txt li b{position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:#000;filter:alpha(opacity=20);opacity:0.2; border-radius:5px;}
	.mF_kdui .txt li p{color:#fff;}
	.mF_kdui .dot{position:absolute; z-index:3;bottom:8px;left:0;width:100%;text-align:center;}
	.mF_kdui .dot li{ display:inline-block;margin:0 3px;*display:inline;*zoom:1; width:16px;height:16px; background:url(/images/dots.png); cursor:pointer;}
	.mF_kdui .dot li.current{background-position: 0 -16px;}
	.mF_kdui .prev,.mF_kdui .next{ visibility:hidden; opacity:0; position:absolute; z-index:9;bottom:48%; left:30px; cursor:pointer; background-size: 30px;background-repeat: no-repeat; background-image:url(/images/slider-arrows-left.png); width:50px; height:90px;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;}
	.mF_kdui .next{ left:auto;right:30px;background-size: 30px; background-image:url(/images/slider-arrows-right.png);background-repeat: no-repeat;}
	.mF_kdui .prev:hover,.mF_kdui .next:hover{opacity:1;}
	.mF_kdui .arr-hover{ visibility:visible; opacity:0.5;}
	/*========= mF_kdui.css ========*/



