/* 启动页 */
.initial {
	width: 100%;
	height: auto;
	max-width: 640px;
	margin: 0 auto;
	background: url(../img/welcome-bg.jpg) no-repeat center top;
	background-size: 100% auto;
	overflow-y: auto;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
.initial .date-box {
    width: 3.2rem;
    height: 1.4rem;
    text-align: center;
    line-height: 1.4rem;
    background-color: rgba(0,0,0,.65);
    border-radius: .25rem;
    font-size: .65rem;
    color: #fff;
    position: absolute;
    bottom: 2.8vh;
    right: .3rem;
}
/* .initial .date-box {
    width: 3.7rem;
    height: 1.65rem;
    background: url(../img/pass-btn.png);
	background-size: 100% 100%;
	border-radius: .6rem;
    font-size: .65rem;
    color: #fff;
    position: fixed;
    bottom: 18.6vh;
    right: .4rem;
}
.initial .date-box span{
	display: block;
	width: 3.7rem;
	height: 1.65rem;
	text-align: right;
	line-height: 1.7rem;
	padding: 0 1.1rem;
	font-size: .7rem;
	color: #fff;
	font-weight: 500;
} */
.initial .wel-desc{
	width: 17.2rem;
	position: fixed;
	bottom: 6vh;
	left: .75rem;
}



/*横线 下*/
.line-top:before {
	background-color: rgba(85, 85, 90, .15);
}
/*竖线 左*/
.line-left:before {
	background-color: rgba(85, 85, 90, .15);
}

.index-con{
	display: none;
	width: 100%;
    height: auto;
	max-width: 640px;
	margin: 0 auto;
	background: #F2F1EC url(../img/index-bg.jpg) no-repeat center top;
	background-size: 100% auto;
    /* overflow-y: auto; */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/* .index-con .yzg-desc{
	width: 4.45rem;
	position: fixed;
	top: 2.4rem;
	right: .9rem;
	z-index: 5;
} */

.index-con .yzg-desc .yzg-logo{
	width: 4.1rem;
	position: absolute;
	right: .75rem;
	top: .8rem;
	z-index: 7;
}
.index-con .yzg-desc .name{
	width: 4.1rem;
	position: absolute;
	right: .8rem;
	top: 2.3rem;
	z-index: 7;
}

.index-con .ind-nav{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 7.2rem .9rem .2rem;
	/* background-color: #F2F1EC; */
	background-image: linear-gradient(0deg, rgba(242, 241, 236, 1), rgba(242, 241, 236, 1) 49%, rgba(242, 241, 236, 0)); 
	position: absolute;
	left: 0;
	bottom: 3.4vh;
	z-index: 9;
}

.index-con .ind-nav .navList{
	flex-wrap: wrap;
}
.ind-nav .navList li{
	display: block;
	width: 25%;
}
.ind-nav .navList li a{
	display: block;
	width: 100%;
	height: 3.5rem;
	padding: .5rem 0;
}
.ind-nav .navList li .nav-img{
	width: 3rem;
	height: 2.5rem;
	margin: 0 auto;
}
.index-con .fot-img{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
}

.sub-fac{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	bottom: 0vh;
	z-index: 9;
}
.sub-fac .img-box{
	width: 100%;
	padding: .2rem 0;
	/* margin: .4rem auto;	 */
}
.sub-fac .foot-btn{
	width: 100%;
	padding: 0 .9rem;
	position: fixed;
	left: 0;
	bottom: 0vh;
	z-index: 9;
}
.sub-fac .foot-btn .a-btn1{
	float: left;
	display: block;
	width: 11.3rem;
	height: 1.3rem;
	margin: 0 .5rem 0 0;
	/* margin: 0 auto; */
	font-size: 0;
}
.sub-fac .foot-btn .a-btn2{
	float: left;
	display: block;
	width: 5rem;
	height: 1.2rem;
	font-size: 0;
}
