.layout{
	width: 7.5rem;
	margin: 0 auto;
	position: relative;
	min-height: 100vh;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.login .hd{
	height:4.3rem;
	position: relative;
}
.login .hd h1{
	font-size: 0.46rem;
	line-height: 1.7;
	color: #ffffff;
	padding:0 0.58rem ;
	position: absolute;
	left: 0;right: 0;
	top: 40%;z-index: 1;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%); 
}
.login .bd{
	padding: 0 0.58rem;
}
.login .bd h2{
	font-size:0.4rem ;
	line-height: 1.6;
	color: #008acd;
	margin-bottom: 0.4rem;
	font-weight: bold;
}
.login .bd li{
	border-bottom: 1px solid #ececec;
	padding-left:0.5rem ;
	background-size:0.28rem auto !important ;
	margin-bottom: 0.15rem;
}
.login .bd li .txt{
	height: 0.8rem;
	width: 100%;
	border: none;
	background: none;
	font-size:0.29rem ;
	color: #333;
}
.login .bd .btn{
	margin: 1rem 0 0.3rem;
	width: 100%;line-height: 0.9rem;
	border-radius: 0.5rem;
	font-size: 0.34rem;
	color: #fff;border: none;
	background: linear-gradient(to right,#1dcdf8,#0492d2);
}
.login .bd .fta{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.3rem;
}
.login .bd .fta a{
	display: block;
	font-size: 0.29rem;
	line-height: 0.5rem;
	color: #999999;
}

.denglu .hd{
	height: 2.2rem;
}
.denglu .hd h1{
	position: static;
	transform:translateY(0%);
	-ms-transform:translateY(0%);  /* IE 9 */
	-moz-transform:translateY(0%);     /* Firefox */
	-webkit-transform:translateY(0%); /* Safari 和 Chrome */
	-o-transform:translateY(0%); 
	text-align: center;padding-top: 0.15rem;
}
.denglu .bd li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.denglu .bd{
	margin-top: 0.5rem;
}
.denglu .bd li label{
	line-height: 0.8rem;
	font-size:0.29rem ;
	color: #333333;width: 4em;
}
.denglu .bd li .txt{
	text-align: right;
}
.denglu .bd li .sels{
	box-sizing: border-box;background-color: transparent;outline: 0;
	-webkit-appearance: none;padding-right: 0.38rem;direction: rtl;
	background: url(../images/icon4.png) no-repeat right center/0.11rem auto;
}
.bodx{
	padding: 0 0.58rem;
}

.bodx .bhd ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bodx .bhd li{
	width: 2.8rem;
	border-bottom: 1px solid #e7e7e7;
}
.bodx .bhd li .sels{
	box-sizing: border-box;background-color: transparent;outline: 0;
	-webkit-appearance: none;
	width: 100%;color: #333;
	border: none;
	font-size: 0.29rem;
	line-height: 0.85rem;
	height: 0.85rem;
	background: url(../images/icon5.png) no-repeat right center/0.22rem auto;
}
.table table{
	margin-top: 0.8rem;
	background: #cbe8f6;
	width: 100%;
}
.table table td,
.table table th{
	background: #dcf4ff;
	padding: 0.15rem 0.15rem;
	font-size: 0.2rem;
	line-height: 1.6;
	color: #333333;
	min-width: 4em;
}
.table table th{
	color: #008acd;
	text-align: center;
}
.time{
	position: relative;
}


/* 新增 */
.hd .next,
.hd .prev{
	position: absolute;z-index: 11;
	left: 0.3rem;top: 0.3rem;
	font-size: 0.28rem;
	line-height: 1.2;
}
.hd .prev a,
.hd .next a{
	color: #fff;
}
.hd .prev{
	left: auto;right: 0.3rem;
}