.login{width: 100%; max-width: 600px; margin-left: auto; margin-right: auto; height: 100%; font-size: 0.4rem;}
.welcome{width: 100%; padding: 1.5rem 0 1.8rem;}
.login-inp{margin: 0 0.8rem 0.48rem 0.8rem;}
.login-txt{float: right; position: relative; top: 3px; color:#666; text-decoration:none;}
.submit {display: block; text-align: center; line-height: 0.9rem; color: #fff;font-size: 0.48rem;width: 100%; background-color: #000; border:none; outline: none; cursor: pointer; border-radius: 0.15rem;}
.input {
	color:#000000;
	background-color:transparent;
	outline: none;
	width: 100%;
	height: 1.2rem;
	border: 1px solid #8E8E8E;
	box-sizing: border-box;
	border-radius: 0.15rem;
	position: relative;
	padding-left: 1.36rem;
	font-size: 0.43rem;
}
.ax-pos-left {
  line-height: 1.2rem;
  width: 1.1rem;
  padding-left: 0.48rem;
  overflow: hidden;
  position: absolute;
  left: 0.28rem;
  top: 0.23rem;
  z-index: 2;
}
.d_1 {position: relative; margin: 0 0.8rem 0.25rem 0.8rem;}
.login-form	{
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}
.tip {
    text-align: center; 
    color: red; 
    display: none; 
    margin-left: 0.8rem; 
    margin-right: 0.8rem;
    margin-bottom: 0.07rem;
}