<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.main{
	background-image: url(../images/login_img2.png);
	background-position: center;
	width: 100%;
	height: 660px;
	background-repeat: no-repeat;
	margin-top: 50px;
	background-size: 100% 100%;
}
.main_con{
	width: 1220px;
	margin:0 auto;
}
.main_left{
	margin-top: 200px;
}
.login_item{
	width: 432px;
	height: 500px;
	background-color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	padding:30px 45px 50px;
}
.item_logo{
	text-align: center;
}
.item_title{
	margin-top: 30px;
}
.title_h1{
	font-size: 30px;
	color: #000000;
}
.title_span{
	font-size: 14px;
	color: #adb7c7;
	margin-top: 5px;
}
.login_item input{
	height: 30px;
	border:0px;
	border-bottom: 1px solid #edf1f4;
	width: 100%;
	outline: none;
	font-size: 14px;
	padding-right: 25px;
	box-sizing: border-box;
}
input::placeholder{
	color: #99a7bf;
}
.name_input{
	margin-top: 35px;
	position: relative;
}
.name_icon{
	position: absolute;
	right: 0px;
	top: 5px;
}
.card_input{
	margin-top: 35px;
	position: relative;
}
.card_icon{
	position: absolute;
	right: 0px;
	top: 5px;
}
.item_button{
	margin-top: 70px;
	text-align: center;
}
.item_button a{
	display: inline-block;
	width: 340px;
	height: 50px;
	border-radius: 10px;
	background-color: #1c6df3;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
.main_right{
	width: auto;
}
.main_left{
	width: auto;
}

.tip{
	width: 100%;
	position: fixed;
	left: 0;
	top:0;
	background-color: #0341a7;
	display: none;
}
.tip_con{
	width: 600px;
	height: 400px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	margin:0 auto;
	position: relative;
}
.tip_title{
	font-size: 24px;
	color: #333333;
	padding-top: 35px;
}
.tip_img{
	margin-top: 35px;
}
.tip_span{
	font-size: 16px;
	color: #333333;
	margin-top: 25px;
}
.tip_a a{
	font-size: 14px;
	color: #999999;
}
.tip_a{
	margin-top: 5px;
}
.tip_p{
	font-size: 14px;
	color: #666666;
	margin-top: 25px;
}
.tip_btn a{
	display: inline-block;
	width: 100px;
	height: 36px;
	box-sizing: border-box;
	border:1px solid #cccccc;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #cccccc;
}
.tip_btn{
	margin-top: 30px;
}
.tip_exit{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.top{
	height: 180px;
}
.main_con{
	padding:0px;
}
.top_con{
	padding-top: 55px;
}
.main_left{
		margin-top: 80px;
}
.main_right{
	margin-top: 75px;
}

.not_null{
	position: relative;
}
.not_null .tip_waring{
	position: absolute;
	left: 0;
	bottom:-20px;
	font-size: 14px;
	color: #ff0000;
	display: none;
}

.not_null .tip_waring2{
	position: absolute;
	left: 0;
	bottom:-20px;
	font-size: 14px;
	color: #ff0000;
	display: none;
}</pre></body></html>