body {
	position: relative;
}

html {
	background: #fff;
}

.loading {
	margin: 50% auto;
}

.imgone {
	position: absolute;
	left: 10%;
	top: 2rem;
	width: 80%;
	height: auto;
	display: none;
}

.imgtwo {
	position: absolute;
	left: 10%;
	top: 2rem;
	width: 80%;
	height: auto;
	display: none;
}

.head {
	width: 100%;
	height: 0.44rem;
}

.head .title {
	height: 0.44rem;
	line-height: 0.44rem;
	text-align: center;
	color: #282828;
	font-size: 0.18rem;
}

.head .return {
	position: absolute;
	width: 0.1rem;
	height: 0.18rem;
	left: 0.15rem;
	top: 0.1rem;
}

.section {
	/*min-height: 5.1rem;*/
	padding: 0 0.15rem;	
}
.section ul li{
	position: relative;
	border-bottom: 1px solid #F0F0F0;
	width: 100%;
	height: 0.6rem;
	display: flex;
	align-items: center;
	background: #fff;
}
.section ul li span{
	position: absolute;
	font-size: 0.15rem;
	color: #aaaaaa;
	width: 26%;
}
.section ul li input{
	height: 100%;
	width: 100% !important;
}
.section input::-webkit-input-placeholder {
  color: #C3C3C3;
}
.section .text,.section .password {
	font-size: 0.14rem;
	border: none;
}

.section .button {
	width: 3.17rem;
	height: 0.45rem;
	border-radius: 0.05rem;
	background-image: linear-gradient(90deg, 
		#de2418 0%, 
		#ff5348 100%), 
	linear-gradient(
		#de2418, 
		#de2418);
	box-shadow: 0px 0.01rem 0.07rem 1px 
	rgba(160, 24, 16, 0.3);
	/*border-radius: 0.22rem;*/
	border: none;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 0.45rem;
	font-size: 0.16rem;
	margin: 0 auto;
	/*margin-top:0.35rem;*/
}

.section .regire{
	padding: 0 0.6rem;
	margin-top: 0.2rem;
}

.section .forget {
	display: block;
	font-size: 0.12rem;
	color: #3385FF;
	text-align: right;
	margin:0.14rem 0.2rem 0.21rem;
}

.section .register {
	color: #2e2e2e;
	font-size: 0.12rem;
}
.section>div:first-of-type{
	margin-top: 0.12rem;
	display: flex;
	justify-content: space-between;
}
.section>div>span{
	font-size: 0.15rem;
	color: #989898;
}
/*微信提示*/
.isWeiXin {
	margin-top: .6rem;
}
.isWeiXin i{
	display: inline-block;
    width: .8rem;
    height: 1px;
    vertical-align: middle;
    background-color: #f4f4f4;
}
.isWeiXin span{
	color: #989898;
	font-size: 0.15rem;
	margin: 0 .1rem;
}
.toWeixin{
	display: block;
    margin: .3rem auto;
}
.isWeiXin>div{
	width: 100%;
}
.isWeiXin p{
	margin: 0 auto;
    padding-left: 0.16rem;
}

.ruLogoInfo{
	padding:0.34rem 0 0.13rem;
	text-align: center;
}
.ruLogoInfo>img{
	margin-bottom: 0.13rem;
	width: 0.9rem;
}
.ruLogoInfo>p{
	font-size: 0.14rem;
	color: #2e2e2e;
}
.shengming{
	margin-top: 1rem;
	text-align: center;
	height: 0.12rem;
	line-height: 0.11rem;
	color: #bdbdbd;
	font-size: 0.12rem;
	position: absolute;
	bottom: 0.73rem;
    left: 0;
	width: 100%;
}
.smxy{
	font-size: 0.12rem;
	color: #055bf9;
}
.section .textTit{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	font-weight: normal;
	color: #de2418;
	font-size: 0.1rem;
	position: absolute;	
	right: 0.15rem;
	/*display: none;*/
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.section .passTit{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight: normal;
	color: #de2418;
	font-size: 0.1rem;
	position: absolute;
	right: 0.15rem;
	bottom: 0.34rem;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	/*display: none;*/
}
.section .passhidd{
	width: 0.22rem;
	/*height: 0.15rem;*/
	height: auto;
	display: none;
    margin-right: 0.2rem;
}
.section .passshow{
	width: 0.21rem;
	/*height: 0.12rem;*/
	height: auto;
    margin-right: 0.2rem;
}
.lasrLI{
	/*margin: 0.17rem 0 0 0;*/
}
.section .textq{
	width: 0.15rem;
	height: 0.15rem;
	display: none;
    margin-right: 0.2rem;
}
