body {
	background: #EEF5FC;
}
* {
	margin: 0;padding: 0;
	box-sizing: border-box;
}
#main {
	width: 100vw;
	height: 100vh;
	background: #fff;
	padding-top: 50px;
}

.ub-loginTitle {
	text-align: center;
	font-weight: 600;
	font-size: 22px;
}
.ub-loginTitleB {
	position: absolute;
	top: 75px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	margin: auto;
}
.ub-loginZ {
	position: relative;
	margin: auto;
	width: 95%;
	height: 75%;
	margin-top: 170px;
	background: #fff;
	border-radius: 8px;
	padding: 1px;
}
.ub-loginContent {
	width: 100%;
	position: relative;
	margin-top: 30px;
}
.ub-loginContent>.ub-loginInput {
	width: 90%;
	margin: auto;
	position: relative;
}
.ub-loginBaneer {
	position: absolute;
	top: 0;
	width: 100%;
}
.ub-loginBaneer img {
	width: 100%;
	height: auto;
	z-index: -1;
}
.ub-loginContent>.ub-loginInput input {
	width: 100%;
	padding: 15px 20px 15px 30px;
	margin-top: 15px;
	background: #F2F6FC;
	border: 1px solid #D3E0FF;
	border-radius: 5px;
	font-size: 16px;
	box-shadow: none;
}
.ub-account,
.ub-password{
	position: relative;
	width: 100%;
}
.ub-account img,
.ub-password img{
	width: 20px;
	position: absolute;
	top: 29px;
	left: 5px;
}
input::-webkit-input-placeholder { 
/* WebKit browsers，webkit内核浏览器 */
color: #666666; 
box-shadow: none;
} 
input:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #666666; 
box-shadow: none;
} 
input::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #666666; 
box-shadow: none;
} 
input:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #666666; 
box-shadow: none;
}
.ub-loginContent>.ub-loginInput>a {
	display: block;
	font-size: 15px;
	margin-top: 10px;
	color: #888888;
	text-align: right;
	position: absolute;
	right: 0;
}
.ub-loginContent>.ub-loginInput>p {
	color: #ccc;
	font-size: 12px;
	margin-top: 10px;
}
.ub-loginSwitch1 {
	width: 85%;
	position: absolute;
	top: 220px;
	left: 0;
	right: 0;
	margin: auto;
}

.ub-loginSwitch2 {
	width: 85%;
	position: absolute;
	top: 300px;
	left: 0;
	right: 0;
	margin: auto;
}
.ub-loginSwitch3 {
	width: 85%;
	position: absolute;
	top: 260px;
	left: 0;
	right: 0;
	margin: auto;
}

/* .weui-btn_default {
	width: 80%;
	background: #fff;
	border: 1px solid #169bd5;
	padding: 4px;
	color: #169bd5 !important;
} */
.ub-loginPassword {
	width: ;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ub-loginPassword>input {
	width: 60%;
	padding: 15px 20px;
	margin-top: 20px;
	background: #F2F6FC;
	border-radius: 5px;
	border: 1px solid #D3E0FF;
	box-shadow: none;
}
.ub-loginPassword>a {
	width: 40%;
	margin-left: 10px;
	/* background: ; */
	padding: 11px 10px;
	font-size: 14px;
	margin-top: 20px;
	background: #F2F6FC;
	border-radius: 5px;
	border: 1px solid #D3E0FF;
	color: #0066FF;
	font-weight: 500;
}
.ub-loginSwitch3>.weui-btn_primary,
.ub-loginSwitch2>.weui-btn_primary {
	width: 100%;
	background-color: #1275FF;
	padding: 6px;
	border-radius: 5px;
	color: #fff;
}
.ub-loginSwitch1>.weui-btn_primary,
.ub-loginSwitch1>.weui-btn_default{
	width: 100%;
	background-color: #1275FF;
	padding: 6px;
	border-radius: 5px;
	color: #fff;
}
.ub-loginSwitch {
	width: 100px;
	margin: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	color: #888888;
	font-size: 15px;
}
.ub-loginSwitch>img {
	width: 20px;
	margin-right: 5px;
}
@media (min-width: 310px)  { 
	.ub-loginPassword>a {
		width: 51%;
	}
}