@import url(../../../css/sm.css);
@import url(../../../css/public.css);

/*# sourceMappingURL=demo.css.map */
.head{
	height: 1.266rem;
	text-align: center;
	line-height: 1.266rem;
	position: relative;
	color:#000;
	font-size: 0.426rem;
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	border-bottom:1px solid #e1e1e1;
	background-color: #f3f3f3;
	z-index:9999;
}
.user_icon{
	display: block;
	height:1.266rem; 
	width:1.66rem;
	position: absolute;
	right:0rem;
	top:0rem;
	font-size: 0.32rem;
}
.content{margin: 2.532rem 0 0 0;}
.content-inner-box{ position: absolute; top:0rem;bottom:0; width:100%; overflow: hidden;}
.buttons-tab{ z-index:9999;position: absolute; top:1.266rem; width:100%;}
.buttons-tab .button{ height: 1.266rem; font-size: 0.35rem;line-height: 1.266rem; }
.buttons-tab .button.active {
    color: #00cccb;
    border-color: #00cccb;
    z-index: 100;
}
#tabcon-2{display: none;}



.modal{ width: 7rem; margin-left: -3.5rem; color: #000;}
.modal-title{ font-size: 0.4rem;}
.modal-buttons{  
	height: 1.053rem;
    font-size: 0.35rem;
    line-height: 1.053rem;
}
.modal-button{
	height: 1.053rem;
    font-size: 0.35rem;
    line-height: 1.053rem;
    background-color: #fff;
}
.modal-inner{
	background-color: #fff;
	padding: 0.35rem;
}
.content-block{margin:0 auto;padding: 0;color: #646464;}
.card{ margin: 0.33rem;box-shadow:none;}
.card-header, .card-footer{ font-size: 0.363rem;padding: 0.5rem 0.35rem;height: 1.053rem;line-height: 1.053rem;min-height:0.5rem;}
.card-header span:nth-child(1){
	white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    max-width: 85%;
}
.card-header span:nth-child(2){
	color:#ff7f66;
	font-weight: 700;
}

.card-content-inner {
	padding: 0;
    margin: 0 0.35rem 0.35rem 0.35rem;
    font-size: 0.363rem;
    overflow: hidden;
}
.card-footer span:nth-child(2){
	border:1px solid #646464;
	padding: 0 0.3rem;
	border-radius:0.2rem;
	height: 0.63rem;
	line-height: 0.63rem;
}
.card-footer span:nth-child(2).card_foot_btn_1{
	border:1px solid #ff7f66;
	background-color: #ff7f66;
	color:#fff;
}
.card-footer span:nth-child(2).card_foot_btn_2{
	border:1px solid #ff7f66;
	color:#ff7f66;
}
.card-footer span:nth-child(2).card_foot_btn_3{
	border:1px solid #00cccb;
	color:#00cccb;
}
.card-content-inner .p_icon{
	height: 0.666rem;
}
.card-content-inner .p_icon span{
	border-radius:0.05rem;
	padding: 0rem 0.09rem;
	display: inline-block;
}
.card-content-inner .p_icon span.t{
	border:1px solid #00cccb;
	color: #00cccb;
}
.card-content-inner .p_icon span.z{
	border:1px solid red;
	color:red;
}
.card-content-inner .c_l{
	float: left;
	width: 4.4rem;
}
.card-content-inner .c_l div{
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.card-content-inner .c_l div span.key{
	color:#b1b1b1;
}
.card-content-inner .c_l div.div-1{
	margin: 0.25rem 0;	
	color:#ff7f66;
	font-size: 0.463rem;
}
.card-content-inner .c_l div.div-1 label{
	font-size: 0.363rem;
}
.card-content-inner .c_r{
	position: absolute;
	right: 0px;
	bottom:0px;
	text-align: right;
	color:#b1b1b1;
}
.card-content-inner .c_r span{
	color:#ff7f66;
	font-size: 0.48rem;
}

.list-block table{
	width: 100%;
	text-align: center;
}
.list-block table th{ background-color: #7fe6e5; height: 1.466rem; font-size:0.373rem; text-align: center;}
.list-block table td{ height: 1.466rem; font-size:0.363rem; background-color: #fff;}
.list-block table tr.bgcolor td{ background-color: #f3f3f3;}
.infinite-scroll-preloader .preloader{width: 0.7rem; height: 0.7rem;}

#issuingConfirmation .content{
	margin: 1.266rem 0 2.46rem 0;
}
#issuingConfirmation .content .moudle-1{
	border-top:1px solid #e1e1e1;
	background-color: #fff;
	margin: 0.35rem 0;
}
#issuingConfirmation .content .moudle-1 div{
	display: flex;
	justify-content: space-between;
	height: 1.7rem;
	line-height: 1.7rem;
	border-bottom:1px solid #e1e1e1;
	padding: 0 0.35rem;
	font-size: 0.37rem;
}
#issuingConfirmation .content .moudle-1 div input{
	border:none;
	height: 1.2rem;
}
#issuingConfirmation .content .moudle-1 div span:nth-child(1){
	width: 3rem;
}

#issuingConfirmation .content .moudle-1 div span:nth-child(2){
	width: 5.5rem;
}
#issuingConfirmation .content .module-2{
	background-color: #fff;
	font-size: 0.34rem;
	border-bottom:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
	padding-bottom: 0.35rem;
}
#issuingConfirmation .content .module-2 div.tit{
	height: 1.7rem;
	line-height: 1.7rem;
	border-bottom:1px solid #e1e1e1;
	padding-left: 0.35rem;
}
#issuingConfirmation .content .module-2 div.con{
	line-height: 0.8rem;
	padding-left: 0.35rem;
}

.issuingConfirmation_foot{
	position: absolute;
	bottom:0px;
	width:100%;
	height: 2.46rem;
	background-color: #fff;
	text-align: center;
}
.issuingConfirmation_foot div.text{
	margin: 0 0.35rem 0 0;
	height: 1rem;
}
.issuingConfirmation_foot div.text p:nth-child(1){
	float: left;
	width: 10%;
	height: 1rem;
}
.issuingConfirmation_foot div.text p:nth-child(1) span{
	margin-top: 0.307rem;
}
.input-icon {
    height: 0.366rem;
    width: 0.366rem;
}
.issuingConfirmation_foot div.text p:nth-child(2){
	float: left;
	width:90%; 
	height:1rem;
	line-height: 1rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.issuingConfirmation_foot div.btn span{
	display: block;
	float: left;
}
.issuingConfirmation_foot div.text a{
	color:#ff7f66;
}
.issuingConfirmation_foot div.btn{
	height: 1.46rem;
	background:rgba(0,204,203,0.5);
	line-height: 1.46rem;
}
.issuingConfirmation_foot div.btn a{
	width: 100%;
	display: inline-block;
	height: 100%;
	color:#fff;
	font-size: 0.45rem;
}
#toPay .content{
	margin: 1.266rem 0 0 0;
}
#toPay .div-1{
	text-align: center;
	padding: 2rem 0 1rem 0;
}
#toPay .div-1 #prePayment{
	color:#ff7f66;
	font-size: 0.8rem;
}
#toPay .btn{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}
#toPay .btn p{
	width: 100%;
	text-align: center;
	height: 1rem;
	line-height: 1rem;
	border-radius:0.1rem;
}
#toPay .btn p:nth-child(1){
	background-color: #00cccb;
	color:#fff;
}
/* #toPay .btn p:nth-child(2){
	background-color: #ff7f66;
	color:#fff;
} */

.popup{
	height: 65%;
	top:35%;
}
.bar{
	height:1.73rem;
	text-align: center;
	line-height: 1.73rem;
	color:#000;
	font-size: 0.42rem;
	background-color: #fff;
}
.bar a{
	position: absolute;
	right:0rem;
	top:0;
	line-height: 1.73rem;
	color: #666;
	font-size: 0.8rem;
	padding-right: 0.6rem;
}
.bar-nav ~ .content{
	top:0;
	margin: 1.73rem 0 0 0;
}
.popup .fbList div{
	height: 1.42rem;
	line-height: 1.42rem;
	border-bottom:1px solid #e1e1e1;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-size: 0.42rem;
}
.saveInterestBtn{
	position: absolute;
	bottom:1.5rem;
	background: #00cccb;
	border: 1px solid #00cccb;
	color:#fff;
	width: 90%;
	left:5%;
	font-size: 0.42rem;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	border-radius:0.1rem;
}
.popup-fb .success{
	text-align: center;
	color:#00cccb;
	font-size: 0.42rem;
	padding-top: 2rem;
}
.popup-fb .success p:nth-child(1){
	width: 1.466rem;
	height: 1.466rem;
	background: url("../../../images/icon/success_icon.png") no-repeat;
	background-size:100%;
	margin: 0 auto;
	margin-bottom: 0.2rem;
}
#contractContent input{
	border:none;
	height: 1.2rem;
	width: 7.2rem;
}

.actions-modal-group{ margin: 0;}
.actions-modal-button:first-child, .actions-modal-label:first-child,.actions-modal-button:last-child, .actions-modal-label:last-child,.actions-modal-button:first-child:last-child, .actions-modal-label:first-child:last-child{border-radius: 0rem 0rem 0 0;}
.actions-modal-button{ font-size: 0.4rem;color:#646464}
.actions-modal-button.color-danger, .actions-modal-label.color-danger{color:#646464}
.actions-modal-button, .actions-modal-label{ background: #fff;}
.actions-modal-button{ line-height: 1.48rem;}


#applyLoan .content{
	margin: 1.266rem 0 0 0;
	background-color: #fff;
}
.login-box{ width:8.4rem;margin: 0 auto;}
.login-box-list {
	height: 1.466rem;
}
.login-box-list span{ display: block;}
.login-box-list .input-box{
	float:right;
	width: 7.53rem;
	height: 1.466rem;
	border-bottom:1px solid #e1e1e1;
}
.login-box-list .input-box input{
	border: none;
	width: 100%;
	height: 0.866rem;
	margin-top: 0.3rem;
}
.login-box-list span:nth-child(1){
	height:0.666rem;
	width:0.666rem;
	float: left;
	margin-top: 0.4rem;
}
.login-box-list span.icon_1{ 
	background: url("images/loan_icon_1.png") no-repeat;
	background-size:100%;
}
.login-box-list span.icon_2{ 
	background: url("images/loan_icon_2.png") no-repeat;
	background-size:100%;
}
.login-box-list span.icon_3{ 
	background: url("images/loan_icon_3.png") no-repeat;
	background-size:100%;
}
.login-box-list span.icon_4{ 
	background: url("images/loan_icon_4.png") no-repeat;
	background-size:100%;
}
.login-box-list span.icon_5{ 
	background: url("images/loan_icon_5.png") no-repeat;
	background-size:100%;
}
.login-box-list span.icon_6{ 
	background: url("images/loan_icon_6.png") no-repeat;
	background-size:100%;
}
.bottom_phone{
	padding-top: 1rem;
	text-align: center;
	font-size: 0.5rem;
	line-height: 1rem;
}
#applyLoan .foot{
	position: absolute;
	bottom:0px;
	width:100%;
	height: 2.46rem;
	background-color: #fff;
	text-align: center;
}
#applyLoan .foot div.text{
	margin: 0 0.35rem 0 0;
	height: 1rem;
}
#applyLoan .foot div.text p:nth-child(1){
	float: left;
	width: 10%;
	height: 1rem;
}
#applyLoan .foot div.text p:nth-child(1) span{
	margin-top: 0.307rem;
}
.input-icon {
    height: 0.366rem;
    width: 0.366rem;
}
#applyLoan .foot div.text p:nth-child(2){
	float: left;
	width:90%; 
	height:1rem;
	line-height: 1rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#applyLoan .foot div.btn span{
	display: block;
	float: left;
}
#applyLoan .foot div.text a{
	color:#ff7f66;
}
#applyLoan .foot div.btn{
	height: 1.46rem;
	background:rgba(0,204,203,0.5);
	line-height: 1.46rem;
}
#applyLoan .foot div.btn a{
	width: 100%;
	display: inline-block;
	height: 100%;
	color:#fff;
	font-size: 0.45rem;
}
