@charset "utf-8";
<style>
	.boan_ptr{
		font-size: 12px;
		vertical-align: top;
		display: inline-block;
		width: 100%;
	}
	
	
	.try-end-fold-page{
	   
	}
	
	.boan_ptr .cc{
		height: 200px; 
		display: block;
		position:relative;
		text-align: center;
		margin-top:-100px;
		box-sizing: border-box;
		bottom: 0;
		z-index: 140;
		width: 100%;
		background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,.99),hsla(0,0%,100%,.95),hsla(0,0%,100%,0));
		background-image: -webkit-linear-gradient(90deg,#fff,hsla(0,0%,100%,.99),hsla(0,0%,100%,.95),hsla(0,0%,100%,0));
		background-color: #fff 0;
	}
	.boan_ptr .try-end-fold-page .fold-page-content {
		padding-top: 80px;
		margin-bottom: 16px;
	}
	.boan_ptr .try-end-fold-page .info {
		font-size: 13px;
		color: #999;
		text-align: center;
		margin-top: -7px;
	}
	
	.boan_ptr .try-end-fold-page .title {
		font-size: 16px;
		color: #222;
		text-align: center;
	}
	.boan_ptr .try-end-fold-page .bottom-edge {
		margin-bottom: 6px;
	}
	
	.boan_ptr .pay-text-link-container {
		position: relative;
		display: inline-block;
		margin-bottom: 16px;
		text-align: center;
		font-size: 18px;
		color: #f7603e;
		letter-spacing: 0;
		cursor: pointer;
	}
	
	.boan_ptr .pay-text-link-container .amount {
		margin-left: -5px;
		margin-right: 5px;
	}
	.boan_ptr .pay-text-link-container .read-detail:after {
		content: "";
		position: absolute;
		top: 5px;
		width: 20px;
		height: 20px;
		background-repeat: no-repeat;
		background-image: url(../img/go-to-link.png);
		background-image: url(../img/go-to-link.svg),none;
		background-position: 100% 50%;
	}
	
	.pay-text-link-container .price-amount {
		margin-top: 8px;
		font-size: 12px;
		color: #666;
	}
	
	.boan_ptr .listitem{
		width:7.7%;
		height:48px;
		float:left;
		text-align:center;
		background-color:transparent;
	}
	.boan_ptr .listitem img{
		padding: 2px;
		width: 48px;
		height: 48px;
		background: #FFF;
		border: 1px solid;
		  border-top-color: currentcolor;
		  border-right-color: currentcolor;
		  border-bottom-color: currentcolor;
		  border-left-color: currentcolor;
		border-color: #F2F2F2 #CDCDCD #CDCDCD #F2F2F2;
	
	}
	
	.boan_ptr .listspc{
		width:2.4%;
		height:30px;
		float:left;
		background-color:white;
	}
	
	.boan_ptr .unlinetext{
		font-size:14px;
		line-height:15px;
		opacity:0.6;
		text-align: center;
	}
	.boan_ptr .unlinetext .line{
		display:inline-block;
		width:36px;
		border-top:1px solid #ccc;
	}
	.boan_ptr .unlinetext .txt{
		color:#686868;
		padding:0px 10px;
		vertical-align:middle;
	}
	
</style>