@charset "utf-8";

/*去掉iPhone、iPad默认按钮样式 */
input[type="text"],input[type="button"], input[type="submit"], input[type="reset"], input[type="email"], input[type="tel"] {
-webkit-appearance: none;
}
a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0.5); outline: none;}

/*幸福钱h5注册页*/
body{
    background:#fffbf2;
}
.items{
    width:100%;
}
.banner{
	max-width: 750px;
	margin: 0 auto;
}
.banner img{
	width: 100%;
	display: block;
}

/*表单*/
.xfqb-login-errorbg{
	margin: 0.13rem auto .15rem;
	width: 3.27rem;
    border-radius: .22rem;
    display: none;
    overflow: hidden;
}
.xfqb-login-main-errorbox{
	padding: .1rem 0;
    text-align: left;
    margin-bottom: 0;
}
.err-info{
	font-size: .15rem;
	line-height: 1;
}
.alert-danger{
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger img{
	float: left;
	margin-left: .21rem;
	margin-right: .05rem;
	width: .15rem;
    height: auto;
}
.alert-success{
	background-color: #dff0d8;
	border-color: #dff0d8;
	color: #468847;
	padding: .1rem 0;
	font-size: .15rem;
	margin: 0.13rem auto .15rem;
	width: 3.27rem;
	margin-top: 0.13rem;
	border-radius: .1rem;
	display: none;
	overflow: hidden;
}
.success-icon{
	margin-left: .2rem;
	margin-right: .05rem;
	width: .18rem;
	height: .18rem;
	border-radius: .18rem;
	background: #468847;
	line-height: .183rem;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: .12rem;
	font-weight: bold;
	font-family: "微软雅黑";
}
.xfqb-register-form{
	margin: 0 auto;
	width: 3.27rem;
}
.xfqb-register-form input[name="phonenum"]  ,.xfqb-register-form input[name="password"] ,.xfqb-register-form input[name="prCode"]{
	padding-left: .49rem;
	font-size: .15rem;
	width: 100%;
	height: .44rem;
	border: 1px solid #cfcfcf;
	border-radius: .22rem;
	background-color: #fff;
}
.xfqb-register-form input[type="tel"]{
	background-image: url(../img/phone.png);
	background-repeat: no-repeat;
	background-size: .24rem .24rem;
	background-position: .15rem center;
}
#getCodeBtn{
	cursor: pointer;
}
.xfqb-register-form input[name="idfyCode"] ,.xfqb-register-form input[name="password"] ,.xfqb-register-form input[name="prCode"]{
	background-image: url(../img/lock.png);
	background-repeat: no-repeat;
	background-size: .24rem .24rem;
	background-position: .15rem center;
	margin-top: .15rem;
}
.xfqb-login-coderow{
	display: flex;
	flex-flow: row;
}
input{
	box-sizing: border-box;
}
.xfqb-code-div{
	flex: 6.5;
}
.xfqb-register-form input[name="idfyCode"]{
	padding-left: .49rem;
	font-size: .15rem;
	width: 100%;
	height: .44rem;
	border: 1px solid #cfcfcf;
	border-radius: .22rem;
	background-color: #ffffff;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.getCodeBtn-div{
	flex: 3.5;
}
#getCodeBtn{
	width: 100%;
	margin-top: .15rem;
	font-size: .15rem;
	color: #ffffff;
	background-color: #0497ed;
	border: 1px solid #0497ed;
	border-left: none;
	height: .44rem;
	border-bottom-right-radius: .22rem;
	border-top-right-radius: .22rem;
}
/*图形验证码位置*/
.regValidCodeBox{
	display: none;
}
.position{
	position: relative;
}
.xfqb-img-position{
	position: absolute;
	top: .25rem;
	right: .2rem;
	width: .6rem;
	height: .2rem;
	background: #fcf3e4;
	overflow: hidden;
}

.pull-left{
	font-size: .12rem;
	color: #999999;
}
.pull-left a{
	color: #1465db;
}

/*palceholder字体颜色*/
::-webkit-input-placeholder { /* WebKit browsers */
color: #cccccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #cccccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #cccccc;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #cccccc;
}

.login-btn{
	margin-top: .15rem;
	margin-bottom: .15rem;
	font-size: .16rem;
	width: 100%;
	height: .44rem;
	border: none;
	color: #fff;
	border-radius: .22rem;
	cursor: pointer;
	background: -webkit-linear-gradient(#0794ed, #1161da); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#0794ed, #1161da); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#0794ed, #1161da); /* Firefox 3.6 - 15 */
	background: linear-gradient(#0794ed, #1161da); /* 标准的语法 */
}
.xfqb-login-autologinbox{
	line-height: 1;
	padding-bottom: .05rem;
}

/*注册成功弹窗*/
.register-success{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffdeb1;
	z-index: 99;
	background: rgba(0,0,0,.7);
	display: none;
}
.register-suc-tip{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3.27rem;
	padding-top: .479rem;
	margin-left: -1.635rem;
	margin-top: -1.144rem;
	background-color: #0497ed;
	color: #fff;
	text-align: center;
	border-radius: 1em;
}
.register-suc-tip p{
	font-size: .24rem;
	line-height: 1;
	padding-bottom: .2rem;
	padding-left: .1rem;
	padding-right: .1rem;
}
.register-suc-tip p:nth-child(2){
	font-size: .15rem;
	line-height: 1;
	padding-bottom: .1rem;
	padding-left: .1rem;
	padding-right: .1rem;
}
.jump{
	width: 1.27rem;
	height: .44rem;
	background-color: #FCF3E4;
	color: #0497ed;
	font-size: .16rem;
	margin: .2rem auto .479rem;
	border-radius: .22rem;
	text-align: center;
	line-height: .44rem;
	border: none;
}


/*下载按钮*/
.download{
	display: block;
	width: 3.27rem;
	height: .44rem;
	background-color: #e37818;
	color: #fff;
	font-size: .16rem;
	margin: .34rem auto .27rem;
	border-radius: .22rem;
	text-align: center;
	line-height: .44rem;
	border: none;
}

/*备案号*/
footer{
	padding-top: .3rem;
}
.copyright{
	width: 100%;
	text-align: center;
	font-size: .1rem;
	color: #999999;
}
.copyright p{
	line-height: 1;
}
.copyright p:nth-child(1) , .copyright p:nth-child(2){
	margin-bottom: .1rem;
}
.copyright p:last-child{
	margin-bottom: .25rem;
}


/*Android.html页*/
.AndroidBox{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,0,0,.8);
	color: #fff;
	z-index: 999;
	display: none;
}
.AndroidBox p{
	font-size: .24rem;
	text-align: left;
    width: 65%;
    margin: 0 auto;
    line-height: .7rem;
}
.imgBox{
	width: 100%;
	height: 1.6rem;
	padding-right: .15rem;
	overflow: hidden;
}
.imgBox img{
	width: 100%;
}
.AndroidBoxContent{
	position: absolute;
	top: 1.5rem;
	left: 0;
	width: 100%;
	height: 100%;
}
.AndroidBoxContent span.number{
	display: inline-block;
	width: .3rem;
	height: .3rem;
	border-radius: .3rem;
	background: #e36418;
	color: #fff;
	text-align: center;
	line-height: .3rem;
	margin-right: .2rem;
	font-size: .2rem;
}
/*ios.html页面*/
.iosBox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,.7);
	overflow: hidden;
}
.iosImgBox{
	position: absolute;
	right: .1rem;
	top: 0;
	width: 69.6%;
}
.iosImg img{
	width: 100%;
}


/*
 * 
 *下载页download.html样式 
 * 
 */
.flex{
	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
  	align-items: center;
  	flex-direction: column;
  	height: 100%;
  	background: rgba(227,100,24,.2);
}
.flexContent ,.headerBox ,.footerBox{
	flex: 1;
	text-align: center;
}
.happy-logo{
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 auto;
	border-radius: 15px;
	margin-bottom: 10px;
	
}
.flexContent button{
	display: none;
    width: 2.5rem;
    height: .44rem;
    background-color: #e37818;
    color: #fff;
    font-size: .16rem;
    margin: .25rem .1rem;
    border-radius: .22rem;
    text-align: center;
    line-height: .44rem;
    border: none;
    cursor: pointer;
}


/*手机号码输错次数过多*/
.countfixed{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffdeb1;
    z-index: 99;
    background: rgba(17,97,218,.7);
    display: none
}
.countfixedcon{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 3rem;
    padding-top: .479rem;
    padding-bottom: .479rem;
    padding-left: .2rem;
    padding-right: .2rem;
    margin-left: -1.5rem;
    margin-top: -1.144rem;
    background-color: #fff;
    color: #0794ed;
    text-align: center;
    border-radius: 1em;
}
.countfixedcon p{
	font-size: .2rem;
}
.countDownload{
	width: 1.2rem;
    height: .4rem;
    background-color: #0794ed;
    color: #fff;
    font-size: .2rem;
    margin-top: .34rem;
    margin-right: .1rem;
    border-radius: .22rem;
    text-align: center;
    line-height: .4rem;
    border: none;
}
.close{
	background: #bbb;
    width: 1.2rem;
    height: .4rem;
    color: #fff;
    font-size: .2rem;
    margin-top: .34rem;
    border-radius: .22rem;
    text-align: center;
    line-height: .4rem;
    border: none;
}






/*
 * 
 * 修改后版本添加的样式
 * 
 * 
 */
/*简介*/
.profile{
    margin: 0 auto;
    padding-top: .1rem;
    width: 3rem;
}
.profileContent{
	display: flex;
	justify-content: space-between;
	margin-bottom: .15rem;
}
.profileConLeft{
	flex: 1.15;
}
.profileConRight{
	flex: 5;
	padding-left: .2rem;
}
.profileConRight h1{
	color: #333333;
	font-size: .22rem;
}
.profileConRight p{
	color: #666666;
	font-size: .14rem;
}

/*了解App*/
.understandApp{
	margin: 0 auto;
    padding-top: .1rem;
    width: 3rem;
}
.appContent{
	display: flex;
	margin-top: .15rem;
}
.appContentLeft-1,.appContentRight-2{
	flex: 1.5;
}
.appContentRight-1,.appContentLeft-2{
	flex: 2;
}
.appContentRight-1{
	padding-left: .15rem;
}
.appContentLeft-2{
	padding-right: .15rem;
}
.appContent p{
	font-size: .14rem;
	color: #6aa6fc;
	padding-top: .37rem;
}

/*footer*/
.safety{
	text-align: center;
	font-size: .12rem;
	color: #666666;
	line-height: .3rem;
}

/*底部下载按钮*/
.footerBtn{
	height: .6rem;
	width: 100%;
	background: -webkit-linear-gradient(#0794ed, #1161da); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#0794ed, #1161da); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#0794ed, #1161da); /* Firefox 3.6 - 15 */
	background: linear-gradient(#0794ed, #1161da); /* 标准的语法 */
}
.footerBtn .downloadApp{
	width: 100%;
	height: .6rem;
	margin-bottom: -5px;
	padding-bottom: 2px;
	line-height: .6rem;
	font-size: .18rem;
	font-weight: bold;
	border: none;
	color: #fff;
	background: -webkit-linear-gradient(#0794ed, #1161da); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#0794ed, #1161da); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#0794ed, #1161da); /* Firefox 3.6 - 15 */
	background: linear-gradient(#0794ed, #1161da); /* 标准的语法 */
}


/*pc弹窗*/

.regSuccessPc{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffdeb1;
    z-index: 99;
    background: rgba(0,0,0,.7);
    display: none;
}
.regSuccessPcCon{
	position: absolute;
    top: 35%;
    left: 50%;
    width: 3.27rem;
    padding-top: .479rem;
    padding-bottom: .479rem;
    margin-left: -1.635rem;
    margin-top: -1.144rem;
    background-color: #0497ed;
    color: #fff;
    text-align: center;
    border-radius: 1em;
}
.regSuccessPcCon p{
	font-size: .24rem;
    line-height: 1;
    padding-bottom: .2rem;
    padding-left: .1rem;
    padding-right: .1rem;
}
.regSuccessPcCon p:nth-child(2) {
    font-size: .15rem;
    line-height: 1;
    padding-bottom: .1rem;
    padding-left: .1rem;
    padding-right: .1rem;
}
.downloadCode{
	width: 100%;
	margin: .1rem auto 0;
	padding-left: .3rem;
	padding-right: .3rem;
}
.downloadCode img{
	display: block;
	width: 100%;
}