@charset "utf-8";
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.clearfix:before,.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
html,
body {
	margin: 0;
	padding: 0;
	font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	color: #5f5f5f;
	position: relative;
	width: 100vw;
	min-height: 100vh;
	overflow-x: hidden;
	font-size: 10px;
}
a {
	text-decoration: none;
	outline: none;
}
img,
input {
	border: 0;
	max-width: 100%;
	vertical-align: middle;
	margin: 0;
	padding: 0
}
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
button {
	margin: 0;
	padding: 0;
	list-style: none
}

.DownApp-home-layer-box{
    width: auto;
    height: auto;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    z-index: 998;
}
.DownApp-layer-zhez{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0 ;
    left: 0;
    background: rgba(0,0,0,.4);
    
}
.DownApp-layer-box{
	width: 680px;
	height: 490px;
	border-radius:8px ;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0 3px 3px rgba(0,0,0,.3);
    border: 10px solid rgba(0,0,0,.7);
	position: absolute;
	top: 50%;
	margin-top: -245px;
	left: 50%;
	margin-left: -340px;
	z-index: 999;
}
.D-layer-title{
	width: 100%;
	height: 30px;
	background: url(../images/D_layer_title_bg.png) repeat;
	position: relative;
}
.D-layer-title h2{
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	line-height: 30px;
	font-weight: 400;
}
.D-layer-title i{
	width: 30px;
	height: 30px;
	background: url(../images/D_layer_close_btn.png) no-repeat center;
	background-size: 20px;
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -15px;
	right:5px ;
	cursor: pointer;
}
.D-layer-container{
	width: 100%;
	height: 440px;
	background: #FFFFFF;
	padding: 25px 60px;
}
.D-layer-container p{
	font-size: 16px;
	line-height: 24px;
	color: #424242;
}
.D-layer-container p a{
	color: #ff0a0a;
}
.D-layer-QR-code{
	margin: 15px auto 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.D-layer-QR-code ul li{
	width: 50%;
	display: inline-block;
	float: left;
	padding: 0 45px;
}
.D-layer-QR-code ul li img{
	width: 100%;
}
.D-layer-QR-code ul li span{
	display: block;
	color: #0c0c0c;
	font-size: 16px;
	width: 100%;
	padding-left: 30px;
	line-height: 30px;
	position: relative;
}
.D-layer-QR-code ul li i{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.D-layer-QR-code ul li i.QR-code-iphone{
	background: url(../images/D_IOS.png) no-repeat center;
	background-size: 100%;
}
.D-layer-QR-code ul li i.QR-code-android{
	background: url(../images/D_android.png) no-repeat center;
	background-size: 85%;
}
.iphone-learn-down{
	width: 225px;
	height: 55px;
	border: 2px solid #592c75;
	display: block;
	margin: 15px auto 0;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 55px;
	background: url(../images/D_btn_bg.png) repeat center;
	border-radius: 10px;
}
.D_central,.D_L_top,.D_L_bottom,.D_L_QR_code{
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.D_central{
	width: 1000px;
	background:#FFFFFF;
}
.D_L_top h2{
	font-size: 35px;
	color:#424242;
	text-align: center;
	line-height: 120px;
	font-family: "微软雅黑";
}
.D_L_top p{
	width: 100%;
	padding: 0 70px;
	line-height: 35px;
	font-size: 20px;
	color: #424242;
	font-weight: normal;
}
.D_L_top p a{
	color: #ff0a0a;
}
.D_L_QR_code{
	margin-top: 50px;
}
.D_L_QR_code img{
	width: 260px;
	height: 260px;
	margin: 0 auto;
	display: block;
}
.D_L_QR_code span{
	display: block;
	color: #0c0c0c;
	font-size: 30px;
	width: 100%;
	padding-left: 60px;
	line-height: 80px;
	position: relative;
	width: 320px;
	text-align: center;
	margin: 0 auto;
}
.D_L_QR_code i{
	display: block;
	width: 60px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/D_IOS.png) no-repeat center;
	background-size: 80%;
}
.D_L_bottom{
	padding-bottom: 30px;
}
.D_L_bottom li{
	width: 33.333%;
	display: inline-block;
	float: left;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
}
.D_L_bottom li img{
	width: 283px;
	display: block;
	margin: 0 auto;
}