*{
	padding:0px;
	margin:0px;
}
html{
	background:#FFF;
}
body{
	font:14px Verdana,Arial,Tahoma;
}
img{
	border:none;
}
.hero {
    height: 100vh;
    background-image: url('bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.w900{
	width:900px;margin:0px auto;
	/*position:relative;*/
}
.logo{margin:0px auto;overflow:hidden;width:220px; padding-top:8rem;}
.logo img{width:220px; height:auto;}
.van-cell{
position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 300px;
    padding: 10px 16px;
    overflow: hidden;
    color: #323233;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
	border: none; margin-top:26px; margin-left:295px;border-radius:8px;
}
.van-field__control{
display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #323233;
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: none;
	font-size: 16px;
    resize: none;outline: none;
}
.van-dd{width:880px;margin:0px auto;}
.van-dl22{
    background: url(/img/loginbtn.png) no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 55px;
    border-radius: 27px;
    border: none;
}
.van-dl{/* 横排小图列表 102*70 (仅供首页图文混排列表使用) */
	height:100px;
	padding-left:6px;
	clear:both;
	overflow:hidden;
	width:710px; margin-top:30px; margin-left:90px;
}
.van-dl li{
	display:block;
	padding-top:8px;
	padding-right:8px;
	overflow:hidden;
	float:left;
    background: url(loginbtn.png) no-repeat;
    width:208;
    background-size: 100% 100%;
	margin-right:20px; height:48px; text-align:center; line-height:38px; color:#FFF; font-size:16px; font-weight:bold; letter-spacing:4px
}
.van-dl li input{
	display:block;
	overflow:hidden;
	float:left;
    width:208; height:40px; text-align:center; line-height:40px; color:#FFF; font-size:16px; font-weight:bold; letter-spacing:4px;
	background-color: rgba(255, 255, 255, 0.00001); border:0px;cursor: pointer;
}