﻿.finance-body{
	border: 1px solid #eaeaea;
	padding: 0px 15px;
	overflow: hidden;
}
.finance-bank-list{
	margin-top: -1px;
}

.finance-bank-item{
	padding: 32px 0;
	height: 64px;
	border-top: 1px dashed #eaeaea;
}
.finance-bank-logo{
	float: left;
	border: 1px solid #eaeaea;
	height: 62px;
	width: 218px;
	text-align: center;
}
.finance-bank-logo img{
	width: 100%;
	height: 100%;
}
.finance-bank-desc{
	float: left;
	margin-left: 30px;
	width: 550px;
}
.finance-bank-title{
	color: #272727;
	font-size: 16px;
	font-weight: bold;
}
.finance-bank-txt{
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}
.finance-bank-operation{
	padding-right: 30px;
	width: 94px;
	height: 64px;
	float: right;
}
.finance-bank-operation-btn{
	width: 94px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	display: block;
	background: #fa7b0a;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
}
.finance-bank-operation-btn:hover{
	text-decoration: none;
	color: #fff;
}
.finance-bank-operation-btn-bottom{
	margin-top: 10px;
}

/* 详情页 */
.finance_detail-crumb{
	margint-top: 30px;
	padding: 10px 0;
	font-size: 12px;
	color: #333333;
}
.finance_detail-crumb a{
	color: #333;
	text-decoration: none;
}
.finance_detail-crumb a:hover{
	color: #333;
	text-decoration: underline;
}
.finance_detail-bank-box{
	border: 1px solid #e7e7e7;
	padding: 30px;
}
.finance_detail-bank-title{
	position: relative;
	padding-bottom: 20px;
	height: 45px;
	border-bottom: 1px solid #e7e7e7;
}
.finance_detail-bank-logo{
	position: absolute;
	left: 0;
	top: 0px;
	width: 160px;
	height: 45px;
	overflow: hidden;
}
.finance_detail-bank-logo img{
	width: 100%;
	height: 100%;
}
.finance_detail-bank{
	color: #272727;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
	width: 100%;
}
.finance_detail-container{
	padding-top: 30px;
}
.finance_detail-col{
	color: #333333;
	font-size: 14px;
	line-height: 32px;
}
.finance_detail-label{
	font-weight: bold;
}
.finance_detail-w320{
	display:  inline-block;
	width: 320px;
}
.finance_detail-list .finance_detail-label{
	float: left;
	display: block;
}
.finance_detail-list dl{
	float: left;
        width: 100%;
	text-indent: 34px;
}
.finance_detail-operation{
	text-align: center;
	padding:  20px 0;
}
.finance_detail-btn{
	width: 94px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	display: inline-block;
	background: #fa7b0a;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
}
.finance_detail-left-btn{
	margin-right: 50px;
}
.finance_detail-btn:hover{
	text-decoration: none;
	color: #fff;
}

/* 弹出框页面 */
.apply-pannel{
	width: 500px;
	padding: 0px 10px;
	height: 248px;
}
.apply-pannel-hint{
	color: #ff5300;
	font-size: 14px;
	padding: 10px 0;
}
.apply-pannel-hint .ico{
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 6px;
	vertical-align: middle;
	background: url('../images/unlogin/finance-dialog-ico.png') no-repeat center top;
}
.apply-pannel-form{
	width: 100%;
}
.apply-pannel-form th, td{
	font-weight: center;
	font-size: 14px;
	text-align: left;
	line-height: 40px;
	color: #333333;
}
.apply-pannel-form th{
	background-color: #e9f5ff;
	border: 1px solid #c7e1f6;
}
.apply-pannel-form td{
	border: 1px solid #e1e1e1;
}
.apply-pannel-label-bg{
	background-color: #f6fbff;
}
.apply-pannel-form td input{
	width: 80%;
	padding-left: 8px;
	line-height: 26px;
	-webkit-appearance: none;
	border:  1px solid #7f9db9;

}
.apply-pannel-form td input:focus{
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	border:  1px solid #7f9db9;
}
.apply-pannel-form .padleft{
	padding-left: 10px;
	text-align: left;
}
.apply-pannel-form .padright{
	padding-right: 10px;
	text-align: right;
}
.apply-pannel-operation{
	text-align: center;
	background-color: #f8f7f7;
	height: 30px;
	line-height: 30px;
	padding: 10px 0;
}
.apply-pannel-operation-btn{
	width: 92px;
	height: 30px;
	line-height: 30px;
	font-size:  12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: inline-block;
	background: #247ac8;
	border-radius: 3px;
	text-decoration: none;
}
.apply-pannel-operation-btn:hover{
	text-decoration: none;
	color: #fff;
}

.box-main.applyPannel{
	border: 0;
}
.applyPannel .box-title{
	background-color: #247ac8;
	color: #fff;
	font-size: 14px;
	line-height: 38px;
	height: 38px;
}
.applyPannel .box-close{
  color: #fff;
  top: 10px;
  right: 16px;
}
.pannel-error{
	color: #ff5300;
	font-size: 14px;
	padding-top: 5px;
}


.clearfix{
	zoom:1;
}
.clearfix:after{
		visibility:hidden;
		display:block;
		font-size:0;
		content:" ";
		clear:both;
		height:0;
}