#login{
	width: 100%;
	height:100%;
	overflow-y: scroll;
	background: #0A0F29;
	display: flex;
	justify-content: center;
}
.main{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.logomainBox{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.8rem;
	font-size: 0.24rem;
	color: #FFFFFF;
	line-height: 0.4rem;
}
.logomain{
	width: 2rem;
	height: 2rem;
}
.sameInput{
	width: 4.8rem;
	height: 0.84rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.02rem solid #484C61;
}
.sameInput>input {
	width: 85%;
	height: 0.8rem;
    outline: none;
    line-height: normal;
    font-size: 0.28rem;
    color: #FFFFFF;
}
.sameInput>img {
    width: 0.3rem;
    height: 0.3rem;
}
.click{
	width: 4.8rem;
    height: 0.84rem;
    background-image: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: 100% 0.84rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.3rem;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 0.05rem;
    margin-top: 1rem;
}
.click>img {
    width: 0.36rem;
    height: 0.36rem;
    margin-left: 0.1rem;
}
