
@charset "utf-8";



.contract{
	width: 924px;
	float: left;
	margin-left: 50px;
	text-align: center;
}

.contract div{
	float: left;
}

.contract .SmartFNDBI{
	width: 924px;
	border-bottom: 3px solid #e7e4e3;
}

.contract .SmartFNDBI img{
	width: 100%;
}

.contract .signArea{
	width: -webkit-calc(50% - 40px);
	width: -moz-calc(50% - 40px);
	width: calc(50% - 40px);
	height: 152px;
	margin: 30px 0;
	padding: 0 20px;
	font-size: 14px;
}

.contract .provider{
	width: 50%;
	height: 152px;
	margin: 30px 0;
}

.contract .product{
	width: 100%;
	height: auto;
}

.contract .etc{
	width: 100%;
	height: 450px;
	margin-top: 30px;
}

.contract .provideName{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}

.contract .signArea p{
	width: 100%;
	text-align: right;
	height: 32px;
	display: block;
	float: left;
}

.contract .signArea div{
	width: 100%;
	height: 120px;
	display: block;
	float:left;
	line-height: 100px;
	font-weight: bold;
}

.contract .signArea div p{
	text-align: left;
}


.contract .provider .providerTable{
	width: 100%;
	height: 152px;
	border-collapse: collapse;
	border: 1px solid #231f20;

}

.contract .provider .providerTable tr{
	height: 30px;
}

.contract .provider .providerTable td{
	border: 1px solid #231f20;
	font-size: 8px;
}

.contract .product .productTable{
	width: 100%;
	height: auto;
}

.contract .product .productTable tr{
	height: 25px;
}

.contract .product .productTable tr th{
	background-color: #e7e4e3;
}

.contract .product .productTable tr td, .contract .product .productTable tr th{
	font-size: 8px;
	color: #231f20;
}

.contract .etc .etcTable, .contract .etc .etcTable tr td{
	border:3px double #231f20;
}

.contract .etc .etcTable tr{
	height: 16px;
}

.contract .etc .etcTable tr td{
	text-align: left;
	padding-left: 15px;
	font-size: 10px;
	line-height: 16px;
}

.contract .etc .etcTable tr td p{
	width: 100%;
	text-align: center;
	font-size: 10px;
}

footer{
	display: none;
}





.signCanverback{
	display: none;
	position: fixed;
	top:0;
	background-color: rgba(0,0,0,.7);
	width: 1024px;
	height: 100%;
	z-index: 9;
}

.signCanverWrap{
	display: none;
	position: absolute;
	left: 312px;
	top:200px;
	background-color: #fff;
	width: 400px;
	height: 290px;
	z-index: 99;
}

.signCanverWrap .signCanverHeader{
	width: 100%;
	height: 30px;
	background-color: #e7e4e3;
}

.signCanverWrap .signCanverHeader p{
	width: 150px;
	float: left;
	line-height: 30px;
	font-size: 12px;
	text-indent: 20px;
}

.signCanverWrap .signCanverHeader .signCanverClose{
	width: 20px;
	height: 20px;
	float: right;
	margin: 5px 5px 0 0;
}

.signCanverWrap canvas{
	border: 1px solid #231f20;
	margin: 10px;
	background-color: #fff;
}

.signCanverWrap input{
	width: 100px;
	height: 30px;
	background-color: #231f20;
	color: #fff;
	float: right;
	border: none;
	margin-right: 10px;
}