/* login.html start */
.login_container{
	position: relative;
	background: #FFF;
	height: 100%;
	padding-top: .6rem;
}
.logo {
	display: block;
	width: 2.0rem;
	height: .6rem;
	margin: 0 auto .6rem;
}
.infoInp{
		position: relative;
    width: 100%;
    background: #FFFFFF;
    padding: 0 .3rem;
    box-sizing: border-box;
    border-bottom: 1px solid #E1E2E3;
}
.infoInp div{
    height: 1.1rem;
    line-height: 1.1rem;
    color: #333333;
    font-size: .3rem;
}
.infoInp div:nth-child(1){
    border-bottom: 1px solid #E1E2E3;
}
.infoInp label{
    display: inline-block;
    width: 1.5rem;
}
.infoInp input{
    font-size: .3rem;
    width: 5rem;
}
.login{
		display: block;
    width: 92%;
		height: .88rem;
    margin: 0 auto;
		border-radius: .44rem;
    background: #24CBA9;
    color: #FFFFFF;
    border: 0;
    outline:none;
    font-size: .36rem;
}
.reg {
		display: block;
    width: 92%;
		height: .88rem;
    margin: .4rem auto 0;
		border-radius: .44rem;
		background: #ffffff;
		border: 1px solid #24CBA9;
    color: #24CBA9;
    outline:none;
    font-size: .36rem;
}
a.setpsw{
    float: right;
    padding: .4rem 0;
    margin-right: .3rem;
    font-size: .28rem;
    color: #108EE9;
}
.login_container .signin{
    font-size: .3rem;
    color: #333333;
    text-align: center;
    width: 100%;
    margin: 1.4rem 0 0;
}
.login_container .signin a{
    color: #00C66C;
}
.edition{
		width: 100%;
		line-height: 1.5;
		margin-top: .3rem;
		text-align: center;
    font-size: .28rem;
    color: #999999;
}
.edition a{
    color: #999999;
}

/* login.html end */
/* cardnumber.html start */

.card_number_cont{
    width: 100%;
    font-size: .3rem;
    color: black;
}
.card_number_cont>span{
    display: block;
    margin-top: 0.3rem;
}
.err-tips span {
    font-size: 0.3rem;
    height: auto;
}
.card_number_cont>input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #dbdadb;
    line-height: 0.6rem;
    font-size: 0.3rem;
}
.card_number_cont>button{
		display: block;
		width: 92%;
    height: 0.88rem;
		margin: .6rem auto 0;
		background: rgba(36, 203, 169, .3);
		border-radius: .44rem;
    border: none;
		outline: none;
		font-size: 14px;
    color: #fff;
}
.card_number_cont>button.next{
    background: rgba(36, 203, 169, 1);
}

.shadow{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
}
.shadow>div{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 0.4rem;
}
.info_sec {
	position: relative;
	width: 100%;
	height: 1.08rem;
	padding: 0 .3rem;
	line-height: 1.08rem;
	background: #ffffff;
}
.info_sec span {
	flex: 0 0 1.5rem;
	width: 1.5rem;
	height: auto;
}
.info_sec input {
	flex: auto;
	height: auto;
	font-size: 14px;
}
.tips {
	margin-top: .2rem;
	padding: 0 .3rem;
	line-height: .36rem;
	font-size: .24rem;
	color: #333333;
}
