.loan
{
	width: 95%;
	background:linear-gradient(32deg, #03418e 0%, #008c57 100%);
	margin: 10px auto 0;
	padding: 15px 0;
	border-radius: 10px;
	-moz-box-shadow:0px 2px 4px #c5c5c5; 
	-webkit-box-shadow:0px 2px 4px #c5c5c5; 
	box-shadow:0px 2px 4px #c5c5c5;
}

.loan .state
{
	text-align: right;
}

.loan .state span
{
	color: #e1cd94;
	border: solid 1px #e1cd94;
	background-color: #fefaef;
	padding: 0 4px;
}

.loan_box
{
	padding: 10px 0 ;
}


.loan_box div:nth-of-type(1)
{
	text-align: left;
}

.loan_box div:nth-of-type(2)
{
	text-align: center;
}

.loan_box div:nth-of-type(3)
{
	text-align: right;
}

.rll_number
{
	color: #f01f1f;
	font-size: 25px;
}

.jksj_number,.jkje_number
{
	font-size: 22px;
}

.rll_symbol
{
	color: #f01f1f;
	font-size: 10px;
}

.jksj_symbol,.jkje_symbol
{
	font-size: 10px;
	color: #c2c2c2;
}

.loan_title
{
	font-size: 15px;
	color: #c2c2c2;
}

.loan_btn
{
	text-align: right;
}

.loan_btn span
{
	background: #e1cd94;
	color: #ffffff;
	padding: 2px 5px;
	margin: 0 2px;
	border-radius: 2px;
}


.loan-info-title{
	margin: 10px 0 0 0;
}
.loan-info-title span:nth-of-type(1){
	color: #e1cd94;
}

.am-popup-inner {
	background-color: #f7f7f7 !important;
}


.am-popup-bd {
    /* padding: 0 !important; */
	/* background: none !important; */
}

.loan_state_box
{
	text-align: center;
	font-size: 14px;
	color: #c2c2c2;
	margin: 20px 0;
}
.loan_state_box>div{
	padding: 0 !important;
	position: relative;
}
.loan_state_box>div>div{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.loan_state_box>div:nth-of-type(1)>div:nth-of-type(2){
	overflow: hidden;
	text-align: right;
}

.point{
	position: absolute;
	top: 0;
	right: 0;
	bottom:0;
	left: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ffffff;
	border: solid 2px #c2c2c2;
	z-index: 1;
}

.line{
	position: absolute;
	top: 0;
	right: 0;
	bottom:0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 2px;
    border: solid 1px #c2c2c2;
}

.line_left{
	position: absolute;
	top: 0;
	right: 0;
	bottom:0;
	/* left: 0; */
	margin: auto;
	width: 50%;
	height: 2px;
    border: solid 1px #c2c2c2;
}

.line_right{
	position: absolute;
	top: 0;
	/* right: 0; */
	bottom:0;
	left: 0;
	margin: auto;
	width: 50%;
	height: 2px;
    border: solid 1px #c2c2c2;
}

.represent{
	min-height: 80px;
}

.status_-1,.status_0
{
	color: #0c7cb5;
}

.status_-1 .point,
.status_0 .point
{
	border: solid 2px #0c7cb5;
}


.status_-1 .line_left,
.status_0 .line
{
	border: solid 1px #0c7cb5;
}




#loan_p .topline
{
	width: 95%;
	background: #929292;
	height: 10px;
	border-radius: 10000px;
	margin: 20px auto 0;
	box-shadow: inset 0 0 10px black;
}

#loan_p .sq_box
{
	width: 92%;
	background: #ffffff;
	margin: -5px auto 0;
	padding: 10px 0;
	box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.24);
}

#loan_p .bottomline
{
	width: 92%;
	height: 10px;
	margin: -1px auto 0px;
	background-image: url("../img/bottom_line.png");
	background-size: auto 100%;
}


#loan_p .rll_number
{
	color: #f01f1f;
	font-size: 30px;
}

#loan_p .jksj_number,#loan_p .jkje_number
{
	font-size: 25px;
}

#loan_p .rll_symbol
{
	color: #f01f1f;
	font-size: 10px;
}

#loan_p .jksj_symbol,#loan_p .jkje_symbol
{
	font-size: 10px;
	color: #c2c2c2;
}

#loan_p .p_u_info
{
	width: 90%;
	padding: 10px 0;
}

#loan_p .p_u_info>div:nth-of-type(1)
{
	font-weight: bold;
	color: rgba(0, 0, 0, 0.45);
	text-align: left;
}

#loan_p .p_u_info>div:nth-of-type(2)
{
	text-align: left;
	padding: 5px 10px;
	border-left: solid 2px #bf2222;
      font-size: 12px;
}
