.nav {
	width: 66%;
	margin: 0 auto;
	line-height: 1.5rem;
	height: 1.47rem;
}

.nav img {
	vertical-align: middle;
	width: .74rem;

}

.nav h1 {
	display: inline;
	font-size: .5rem;
	color: #0b1844;
	font-weight: initial;
	vertical-align: middle;
}

.backstage {
	font-size: .27rem;
	text-align: right;
	float: right;
	font-weight: 300;
	background: url(../images/getInto.png)no-repeat 0.2rem 0.07rem;
	background-size: 14% 70%;
	width: 2.3rem;
	height: .36rem;
	line-height: .36rem;
	margin-right: 1rem;
	margin-top: .7rem;
}

.backstage a {
	color: #052544;
}
.backstage:hover{
	background: url(../images/getInto1.png)no-repeat 0.2rem 0.07rem;
	background-size: 14% 70%;
}
.backstage a:hover {
	color: #143490;
}

.content {
	width: 100%;
	height: calc(100% - 2.4rem);/*166px*/
	/* height: 9.2rem; 10.88rem*/
	background: blue;
	background: url("../images/logoBG.png")no-repeat;
	background-size: 100% 100%;
	background-position: 50%;
}

.center {
	width: 66%;
	margin: 0 auto;
	/* padding-top: 1.8rem; */
}
.centerImg{
	width: 8.7rem;
	height: 8.7rem;
	margin-top: .5rem;
	display: inline-block;
}
.centerImg img{
	width: 100%;
	height: 100%;
}
.logobox {
	width: 5.8rem;
	height: 5rem;
	float: right;
	border: 1px solid #13f0ee;
	border-radius: 10px;
	text-align: center;
	color: #FFF;
	box-shadow: inset 0px 0px 123px -8px #244782;
	position: relative;
	margin-top: 1.7rem;
	margin-right: .6rem;
}

.logobox h2 {
	font-size: .4rem;
	font-weight: normal;
	margin-top: .5rem;
}

.Login {
	margin-top: .37rem;
}

.Middletext {
	border: none;
	margin: 0 26px;
	font-size: .2rem;
}

.leftLine {
	width: 1rem;
	height: .05rem;
	display: inline-block;
	border-top: 2px solid #9bcbd1;
}

form {
	width: 80%;
	height: 2.3rem;
	margin: .35rem auto;
}

form li {
	line-height: .6rem;
	border: 1px solid #FFF;
	border-radius: 10px;
}

form li:nth-child(3) {
	margin-top: .35rem;
}

input:-webkit-autofill {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #fff;
}

input::-webkit-input-placeholder {
	/* WebKit browsers */
	font-size: 0.2rem;
}

input[type="text"],
input[type="password"] {
	width: 80%;
	height: .6rem;
	color: #FFF;
	font-size: 0.2rem;
	outline: 0;
	background: 0;
	border: 0;
}

.user {
	background: url(../images/login_ico1.png) no-repeat .16rem 0.1rem;
	margin: .1rem;
	height: .5rem;
	width: .5rem;
	display: block;
	float: left;
	background-size: 55% 55%;
}

.icon {
	background: url(../images/login_ico2.png) no-repeat .16rem 0.15rem;
	height: .5rem;
	width: .5rem;
	display: block;
	float: left;
	margin: .1rem;
	background-size: 55% 55%;
}

.Tips {
    float: left;
    width: 41%;
    margin: .16rem 0 0 0;
    color: white;
    display: none;
    margin-left: 0;
    font-size: 0.2rem;
    text-align: left;
    padding-left: .14rem;
}

.Tips label input[type="checkbox"] {
	width: .18rem;
	height: .18rem;
	display: inline-block;
	text-align: center;
	vertical-align: unset;
	line-height: .2rem;
	position: relative;
	margin-right: .05rem;
}

.Tips label input[type="checkbox"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	border: 1px solid #d9d9d9
}

.Tips label input[type="checkbox"]:checked::before {
	content: "\2713";
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border: 1px solid red;
	color: red;
	font-size: .2rem;
	font-weight: bold;
}
.lr_tips{
	position: absolute;
	left: .9rem;
	bottom: .38rem;
	height: .3rem;
	width: 70%;
	color: #da3232;
	/* overflow: hidden; */
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	text-align: left;
	font-size: 0.15rem;
	/* width: 3.8rem; */
}


.but {
	width: 100%;
	text-align: center;
	line-height: .7rem;
	color: #fff;
	border-radius: 10px;
	font-size: .36rem;
	margin-top: .7rem;
	background: none;
	box-shadow: inset 0px 0px 50px -8px #244782;
	border: none;
	border: 1px solid #13f0ee;
}

.but:hover {
	cursor: pointer;
	background: #1348ab;
}

/* 禁用 */
.notclickn{
	cursor: no-drop !important;
}

.again {
	width: 80%;
	height: .4rem;
	line-height: .4rem;
	position: absolute;
	top: 1.3rem;
	left: 0;
	right: 0;
	margin: auto;
	color: rgb(253, 8, 8);
	font-size: .2rem;
	background: #fff;
	border: 1px solid red;
	display: none;
}

.again img {
	vertical-align: middle;
	width: 5%;
}

.footer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: .7rem;
	font-size: .29rem;
}

.footer iframe {
	width: 100%;
	height: .4rem;
}
