.loginF{
	width: 66%;
	margin: 0 auto;
}
.loginIcon{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0.6rem;
}

.inputBox{
	width: 100%;
    margin: 0 auto;
    border-radius: 0.8rem;
    background: #f5f5f5;
    margin-top: 0.16rem;
    position: relative;
}
.inputImg{
	width: 0.4rem;
	margin-top: 0.2rem;
	margin-left: 0.44rem;
	margin-right: 0.3rem;
}
input{
	border: none;
	outline: none;
	background: #f5f5f5;
}
.loginInput{
	display: block;
	line-height:0.8rem!important;
	width: 60%!important;
}
.eyes_box{
	width: 0.4rem;
	position: absolute;
    right: 0.44rem;
    top: 0.2rem;
    cursor: pointer;
}
/*忘记密码*/
.forgetPssword{
	text-align: right;
	color: #FC4F4F;
	/*margin-top: 0.3rem;*/
	height: 1rem;
	cursor: pointer;
	line-height: 1rem;
}
.loginBtn{
	text-align: center;

background:linear-gradient(90deg,rgba(255,122,46,1),rgba(255,57,98,1));
    border: none;
    width: 100%;
    line-height: 0.88rem;
    font-size: 0.36rem;
    border-radius: 0.5rem;
    /*margin-top: 0.72rem;*/
    cursor: pointer;
}
.regsiterBox{
	position: relative;
	height: 0.84rem;
}

.center{
    position: absolute;
    left: 50%;
    top: 0.3rem;
    margin-left: -1.2rem;
    }
.loginSFImg{
	width: 33.3%;
	padding: 0.6rem 0;
}
.loginSFImg img{
	width: 0.6rem;
	margin:0 auto;
}
/*快捷登录*/
.codeBtn{
	position: absolute;
    right: 0;
    line-height: 0.8rem;
    padding: 0 0.1rem;
    border-bottom-right-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
    width: 1.7rem;
    box-sizing: border-box;
    cursor: pointer;
}
/*获取验证码*/
.codeBtns{
	background: #eee;
	color: #FF8282;
}

.xieyi{
	/*color: #42bab6;*/
	color: #FC4F4F;
}
.xieyiBox{
	padding: 0.94rem 0;
}
/*注册手机号国家*/
#showUserPicker{
	cursor: pointer;
}
.icon_arrow{
	width: 0.4rem;
    margin-top: 0.06rem;
}
.nationPhone{
	margin-left: 0.1rem;
}
button{
	border: none!important;
	outline: none;
	cursor: pointer;		
}
.mui-poppicker-header .mui-btn{
	background: #FC4F4F!important;
	color: #fff;
}

/*找回密码*/
.changePassw{
	text-align: center;
    color: #fff;
    line-height: 0.88rem;
    font-size: 0.36rem;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
/*绑定手机号*/
/*正名*/
.zM{
	text-align: center;
	color:#6e6e6e;
}
.botLiJie{
	text-align: center;
	color:#ED3D3D;
	font-size: 0.36rem;
	margin-top: 0.72rem;
    margin-bottom: 0.3rem;
}
.onlineFa{
	text-align: center;
	color: #666;
}
/*输入框提示字颜色*/
::-webkit-input-placeholder { /* WebKit browsers*/ 
　　color:#999999!important;
　　}
:-moz-placeholder {  /* Mozilla Firefox 4 to 18*/ 
　　　color:#999999!important;
　　}
::-moz-placeholder {  /* Mozilla Firefox 19+*/ 
　　color:#999999!important;
　　}
:-ms-input-placeholder { /* Internet Explorer 10+*/ 
　　color:#999999!important;
}

 
@media screen and (min-width: 800px) {
	.changePassw{
		width: 750px;
		left:50%;
		margin-left: -375px;
		line-height: 1.2rem;
	}
	/*.loginIcon{		
		padding: 1.1rem 0 1rem;
	}*/
	.loginSFImg{		
		padding: 0.8rem 0;
	}
}