html{overflow: visible;}
body{ background:#e4f1f9;width:100%;height:100%}

.loginBox{
	width:659px;
	height:332px;
	background:url(../img/loginbg.png) no-repeat; position:absolute;
	left:50%;
	top:50%;
	margin-left:-330px;
	margin-top:-166px;
	font-family: Microsoft Yahei,Tahoma,Geneva,sans-serif;
}

.sr{ width:320px; position:absolute; right:30px; top:70px;}
.sr dt{ width:45px; height:45px; float:left; text-align:right; padding-right:10px; line-height:30px;}
.sr dd{ width:240px; height:45px; float:left;}
.sr dd .Txt{ width:230px; border:1px solid #79b5ce; border-radius:3px; padding:8px 5px; background-color: transparent}
.sr dd .btn{
	width:105px;
	height:32px;
	border:1px solid #3887dc;
	background:#2d73dd;
	color:#fff;
	font-size:14px;
	text-align:center;
	line-height:20px;
	font-family: Microsoft Yahei,Tahoma,Geneva,sans-serif;
	border-radius:3px;
	cursor:pointer;
}
.sr dd .yzm{ width:115px; float:left; vertical-align:middle; margin-right:5px;}

.newLoginBox{
	width:700px; height:625px; border: 1px solid #d7d7d7; padding:36px 94px;
	position:absolute; left:50%; top:50%; margin-left:-445px; margin-top:-350px; font-family: Microsoft Yahei,Tahoma,Geneva,sans-serif;
}
.newLoginBox_list label{width:180px; height: 45px; text-align: right; line-height: 30px; padding-right:10px; display: inline-block; } 
.newLoginBox_list input{width:200px; }
.newLoginBox_list input.Txt{ width:230px; border:1px solid #d7d7d7; border-radius:3px; padding:8px;}
.newLoginBox_list span{color: #f00; margin-right: 4px;}
.loading-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bottom-div {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: white;
	color: black;
	text-align: center;
	padding: 5px 0;
}
.ipv6-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 14px;
	background-color: #0082ce;
	color: #F1F5F9;
	font-size: 14px;
	border-radius: 0px 4px;
	border-left: 3px solid #8ec320;
	cursor: default;
	transition: background-color 0.3s ease;
}