/*登錄頁*/

.sign {
	    width: 100%;
    height: 100%;
    background: #F4F4F4;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

header {
	width: 100%;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	margin-top: 2.5%;
	margin-bottom: 15.6%;
	color: #666;
}

a.on {
	border-bottom: 1px solid #EB5120;
}
.one{
	width:80%;
    margin: 0 auto;
}
.p1 {
	width: 100%;
   
    height: 2.7rem;
	/* border: 1px solid #666; */

	position: relative;
}

.p2 {
	width: 100%;
    
    height: 2.7rem;
	/* border: 1px solid #666; */

	position: relative;
}

.p1 input {
	width: 100%;
	height: 100%;
	display: block;
	outline: none;
	/* border: none; */
	font-size: 1rem;
}

.p2 input {
	width: 68%;
	float:left;
	height: 100%;
	display: block;
	outline: none;
	/* border: none; */
	font-size: 1rem;
}
.input1,.input2{
	text-indent: 2.66rem;
}
.send {
	float:right !important;
	width: 6.8rem  !important;
	height: 3rem  !important;
	line-height: 0.72rem  !important;
	color: #0099cc  !important;

	font-size: 1rem  !important;
}

.login {
	/* width: 13rem; */
	/* height: 4rem; */
	/* margin: 0 auto; */
	text-align: center;
	border-radius: 0.05rem;
	margin-top: 5.4%;
}
.login button{
	width: 22rem;
	height: 3rem;
	margin: 0 auto;
	background: #0099cc;
	text-align: center;
	border: none;
	outline: none;
	font-size: 2rem;
	color: #fff;
	line-height: 3rem;
}
.span1 {
	display: block;
	position: absolute;
	width: 2.38rem;
	height: 2.5rem;
	overflow: hidden;
	background: url(../resource/assets/po.png) no-repeat left top;
	background-size: 100%;
	left: 0.22rem;
	top: 0.3rem;
}

.span2 {
	display: block;
	position: absolute;
	width: 2.38rem;
	height: 2.5rem;
	overflow: hidden;
	background: url(../resource/assets/po.png) no-repeat left top;
	background-size: 100%;
	background-position-y: bottom;
	left: 0.22rem;
	top: 0.2rem;
}

input::-webkit-input-placeholder {
	font-size: 1rem;
	color: #999;
}

.logo {
	width: 9.8rem;
	height: 2.86rem;
	margin: 0 auto;
	margin-top: 27.2%;
}

.logo img {
	width: 100%;
	height: 100%;
}

.texts,
.texts1 {
	width: 100%;
	height: 0.38rem;
	font-size: 1rem;
	color: red;
	line-height: 0.38rem;
	padding-left: 1.05rem;
	opacity: 0;
}

.offline {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
}
.error {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
}