.bg-F3F6FA{background-color: #F3F6FA;}
.login-logo img{
	width:6.22rem;
	height:1.18rem;
    z-index: 100;
}
.icon-1{
    background: url("../images/page/page-icon.png") no-repeat;
}
.mt102{margin-top: 1.02rem;}
.mb20{margin-bottom:.2rem}
.login-logo{padding-top: 1.4rem;}
.login-info .input-box{
	padding-top:.25rem;
    width: 100%;
    height:.8rem;
    border: .01rem solid #a2a5ae;
    border-radius: .05rem;
    box-sizing: border-box;
}
.login-info{
    width: 78.7%;
    margin: 1.02rem auto 0;
}
.pb20{padding-bottom:2rem;}
.f1,.f2{
    width:.36rem;
    height:.36rem;
    margin-left: .20rem;
}
.f1 img,.f2 img{width:100%;}


.f3,.f4,.f5{
    width:.32rem;
    height:.32rem;
    float:left;
   
}
.f3{
    background: url("../images/page/info-icon1.png") no-repeat center center;
     background-size:100% 100%;
}
.f4{
    background: url("../images/page/info-icon2.png") no-repeat center center;
      background-size:100% 100%;
}
.f5{
     background: url("../images/page/info-icon3.png") no-repeat center center;
      background-size:100% 100%;
}
.f6,.f7{
    width:.22rem;
    height:.32rem;
}
.f6{margin-left: 1.66rem;
 background: url("../images/page/leftArrows-icon.png") no-repeat center center;
      background-size:100% 100%;
}
.f7{
     background: url("../images/page/rightArrows-icon.png") no-repeat center center;
      background-size:100% 100%;
    margin-right: 1.66rem;
}
.login-info input{
	top:.0rem;
	width:4.9rem;	
	left:.6rem;
	position:absolute;
    font-size: .28rem;
    height: .74rem;
    line-height: .70rem;
    box-sizing:border-box;
    border: none;
    outline: none;
    padding:.1rem .1rem 0;
    color: #5f5f6b;
}
.login-info .submit{
	display:inline-block;
	width:5.9rem;
	height:.88rem;
	line-height:.88rem;
	color:#FFF;
	border-radius:.1rem;
	background-color:#ef4335;
	text-align:center;
	font-size:.34rem;
}
.login-bg{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	min-height:100%;
	 background: url("../images/front-logo/login-bg.png") no-repeat center center;
	background-size: 100% 100%;
}
.login-info .submit input[type='button']{
	display:inline-block;
	width:100%;
	height:100%;	
	top:0;
	left:0;
	opacity:0;
}
.login-info input::-webkit-input-placeholder{
    color: #5f5f6b;
}
:-moz-placeholder {
    color: #5f5f6b;
}
::-moz-placeholder {
    color: #5f5f6b;
}
:-ms-input-placeholder {
    color: #5f5f6b;
}
footer{
    height:1rem;
    font-size: .28rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    border-top: 1px solid #ddd;
    background: #FAFAFA;
}
footer div {
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

footer div a {
    display: block;
    height: 1rem;
    line-height: 1rem;
    color: #4b4a4b;
    border-right:1px solid #afafaf;
}

footer div a.active{
	color: #ff7400;
    font-weight:800;
   
}
.pt30{padding-top:.3rem;}
.pb30{padding-bottom:.3rem;}