* {
	margin: 0;
	padding: 0;
	color: #3D3D3D;
}

a img {
	border: 0;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
	list-style: none;
}

input {
	outline: none;
}

.clear {
	clear: both;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

body {
	background-image: url('../img/bg.png');
	background-position: center top;
	background-size: cover;
	/* background-color: #031443; */
}

.title img {
	width: 8.8rem;
	height: 0.5rem;
	position: fixed;
	top: 1.8rem;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;

}

.login {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 4.8rem;
	height: 4.03rem;
	background: #ffffff;
	border-radius: 12px 12px 12px 12px;
	box-shadow: 2.5px 4.33px 10px 5px rgba(213, 225, 239, 0.50);
}

.login .label {
	background: #f2f6f9;
	line-height: 0.6rem;
	font-size: 0.28rem;
	color: #378FB8;
	font-weight: bold;
	border-radius: 12px 12px 0 0;
	text-align: center;
}

.line {
	margin: 0.5rem auto 0;
	width: 3.8rem;
	height: 0.5rem;
	background: #ffffff;
	border: 1px solid #e9eaec;
	display: flex;
	align-items: center;
}

.login .line input{
	width: 100%;
	height: 100%;
}
.line img {
	width: 0.19rem;
	height: 0.19rem;
	margin: 0 0.2rem;
}

.line input {
	border: none;
}

.line input:active {
	border: none;
}

.change {
	font-size: 0.16rem;
	display: flex;
	align-items: center;
	padding: 0.2rem 0.5rem;
}

.change img {
	width: 0.24rem;
	height: 0.24rem;
	margin-right: 0.1rem;
}
.btn{
	width: 3.8rem;
	line-height: 0.50rem;
	margin: 0.5rem auto 0;
	color: #fff;
	text-align: center;
	background: #378fb8;
	font-size: 0.18rem;
}

.ba{
	color: #676a6c;
	padding-left: 20px;
	position: fixed;
	bottom: 0.1rem;
	left: 50%;
	font-size: 0.14rem;
	transform: translateX(-50%);
}