*{
	padding: 0;
	margin: 0;
	font-size: 14px;
}
body {
    max-width: 500px;
    margin: auto;
    overflow: hidden;
    position: relative;
}
img{
	max-width: 100%;
}

.content {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow:auto;
    background-color: #000;
    background-image: url(./image/2.png);
    background-size:   100% auto;
    background-repeat: no-repeat;
    background-position: top;
}
.view{
	text-align: center;
	width: 90%;
	margin: auto;
	padding-bottom: 50px;
}
.title{
	width: 150px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.left{
	text-align: left;
}
.form{
	margin-top: 20px;
}
.top {
	margin-top: 10px;
}
.input input{
	border:none;
	color: #fff;
	outline: none;
	background-color: transparent;
    background-image: url(./image/4.png);
    background-size: contain;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    line-height: 52px;
    text-indent: 40px;
}
.submit{
	text-align: center;
	margin-top: 10px
	
}
.openview{
	position: absolute;
	top: 0;
}