@charset "utf-8";
/*about zyr
 * 内容：贷款-成功案例
 * 2017-8-14
 */
/*页面公用 start*/
.center-nav{
	background: url(../images/public/nav-bg_02.jpg) center bottom no-repeat;
}
.zgw-box{
	min-width: 1200px;
}
.opactity:hover{
	filter:alpha(opacity=85);       /* IE */
	-moz-opacity:0.85;              /* 老版Mozilla */
	-khtml-opacity:0.85;              /* 老版Safari */
	opacity: 0.85;
}
/*页面公用 end*/

/*找顾问内容 start*/
.zbw-bd{
	width: 100%;
}
.zgw-fl{
	width: 900px;
	box-shadow: 0 0 15px rgba(227,230,237,1);
}
.sort-list{
	width:840px ;
	padding: 10px 30px 0;
}
.sort-list li{
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	line-height: 54px;
	font-size: 14px;
	color: #666;
}
.sort-list li span{
	font-weight: bold;
}
.sort-tab a{
	padding: 0 16px;
}
.sort-tab a:hover{color: #10bbb8;}
.sort-tab .cur{color: #10bbb8;}
/*顾问列表 start*/
.zgw-list{padding: 10px 0 15px;}
.zgw-list,.zgw-list>li{width: 100%;}
.list-box{
	width:840px ;
	padding: 20px 0;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
}
.zgw-list>li:last-child .list-box{border-top: none !important;}
.loan-img{
	width: 190px;
	height: 230px;
	overflow: hidden;
	margin-right: 20px;
	text-align: center;
}
.loan-img img{
	display:inline-block;
	*zoom:1;
	*display:inline;
	width: 100%;
	min-height: 230px;
	min-width: 190px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.zgw-list>li:hover>img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.loan-text{
	width: 630px;
	text-align: left;
}
.loan-text p{
	width: 100%;
	line-height: 23px;
	font-size: 14px;
	color: #666;
	position: relative;
}
.loan-text p label{
	width: 210px;
}
.loan-text p span{
	color: #333;
}
.loan-text p font{
	padding-right: 50px;
}
.loan-text p:first-child{
	font-size: 16px;
	color: #333;
}
.loan-text p:first-child{padding-bottom: 8px !important;}
.loan-text p font>i{
	padding-right: 5px;
}
.loan-text p .orang{color: #10bbb8;}

.need-btn{
	position: absolute;
	width: 120px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-radius: 2px;
	background:  #10bbb8;
	font-size: 14px;
	color: #fff;
	top:-13px;
	right: 0;
}
.loan-text p.state-p{
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:6; 
	word-break:break-all; /*支持IE，chrome，FF不支持*/
	word-wrap:break-word;/*支持IE，chrome，FF*/
}
.loan-text p.last-p{
	text-align: right;
}
.loan-text a>i{
	width: 10px;
	height: 6px;
	background-position: -27px -60px;
	margin-left: 10px;
}
.hide-box{
	width:855px;
	overflow: hidden;
	margin: 0 15px 0 30px;
	padding: 20px 0 5px;
	border-bottom: 1px solid #dcdcdc;
}
.hide-box>li{
	width: 260px;
	height: 195px;
	overflow: hidden;
	border-radius: 15px;
	margin-bottom: 15px;
	float: left;
	margin-right:15px;
	overflow: hidden;
	text-align: center;
	border: 5px solid #d1d1d1;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.hide-box>li>img{
	width: 100%;
	min-width: 245px;
}
/*顾问列表 end*/
/*找顾问内容 end*/

/*申请贷款 start*/
.agw-fr{
	width: 260px;
}
.loan-from{
	width: 100%;
	background: #f5f5f5;
	text-align: center;
}
.loan-from h3{
	text-align: center;
 	font-size: 20px;
 	color: #565656;
 	line-height: 22px;
 	padding: 16px 0 18px;
 	font-weight: bold;
}
.input-box,.loan-from button{
	width: 198px;
	margin: 0 auto 10px;
	text-align: left;
	overflow: hidden;
}
.input-box>input{
	width: 186px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #d5d5d5;
	background: #fff;
	padding-left: 10px;
	line-height: 34px;
}
.input-box .name-input{
	width: 82px;
}
.sex-box{
	width: 90px;
}
.sex{
	font-size: 12px;
	color: #333;
	line-height: 34px;
}
.sex>input{
	position: relative;
	top: 2px;
}
.loan-from button{
	height: 46px;
	line-height: 46px;
	background: #10bbb8;
	border-radius: 2px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.loan-from>p{
	font-size: 12px;
	color: #999;
}
.case-box{
	width: 100%;
}
.case-tt{
	width: 100%;
	overflow: hidden;
	padding: 30px 0 10px;
	border-bottom: 1px solid #e5e5e5;
}
.case-tt b{
	float: left;
	font-size: 20px;
	color:#565656;
	padding-left: 15px;
	border-left: 3px solid #13b3b3;
	line-height: 22px;
}
.case-tt a{
	float: right;
	font-size: 14px;
	color: #10bbb8;
}
.case-tt a:hover{text-decoration: underline;}
/*申请贷款 end*/

/*推荐顾问 start*/
.gw-list,.gw-list li{
	width: 100%;
}
.gw-list li{
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.gw-box{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.gw-img{
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-align: center;
	margin-right: 20px;
}
.gw-img img{
	min-width: 100px;
	min-height: 100px;
	width: 100%;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.gw-list li:hover img{
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.gw-text{
	width: 139px;
	text-align: left;
}
.gw-text p:first-child{
	padding-bottom: 8px !important;
	text-overflow: ellipsis !important;
	 white-space: nowrap !important;
	  overflow: hidden !important; 
}
.gw-text p{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	overflow: hidden;
}
.gw-text .busin-text{
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
	word-break:break-all; /*支持IE，chrome，FF不支持*/
	word-wrap:break-word;/
}
.gw-text p b{
	font-size: 16px;
	color: #10bbb8;
}
.gw-text p span{
	font-size: 12px;
}	
.gw-text p span i{
	margin-right: 5px;
}	
.gw-text p font{
	color: #333;
}
.gw-btn{
	width: 100%;
	overflow: hidden;
}
.gw-btn a{
	width: 118px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 2px;
	background: #10bbb8;
	font-size: 14px;
	color: #fff;
	border: 1px solid #10bbb8;
}
.gw-btn a:first-child{
	background: #fff;
	color: #10bbb8;
}
.gw-btn a:first-child:hover{background:#10bbb8 ;color: #fff;}
.psp-list, .psp-list li,.psp-list li a{
	width: 100%;
}
.psp-list li{line-height: 0;}
.psp-list li a{
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #e5e5e5;
	height: 47px;
	line-height: 47px;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	overflow: hidden !important; 
}
.psp-list li a:hover{color: #10bbb8;}
/*推荐顾问 end*/

/*弹窗 start*/
.out{
	display: none;
}
.popup-form{
	width: 595px;
	margin: 0 auto;
}
.popup-form button{
	width: 300px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	color: #fff;
	border-radius: 4px;
	background: #10bbb8;
	font-size: 20px;
	margin: 10px 0 42px;
}
.popup-box{
	width: 656px;
	text-align: center;
	background: #fff;
}
.popup-box h4{
	font-size: 30px;
	color: #333;
	line-height: 90px;
}
.popup-box{
	width: 100%;
	overflow: hidden;
}
.popup-input{
	width: 277px;
	position: relative;
	margin-bottom: 16px;
	text-align: left;
	line-height: 30px;
    z-index: 3;
}
.popup-input>span{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */  
	*display:inline; /* IE6、7 block 元素 */  
	*zoom:1; 
	float: left;
	font-size: 14px;
	color: #666;
}
.popup-input font{
	position: absolute;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	right: 25px;
	top: 0;
}
.popup-input>input{
	width:190px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	border-radius: 4px;
	border:1px solid #929191;
}
.city-box{
	width: 190px;
}
.select-box{
	width:85px;
	height: 30px;
	position: relative;
	z-index: 3;
}
.popup-icon{
	width: 10px;
	height: 6px;
	background-position: -27px -53px;
	position: absolute;
	top: 12px;
	right: 5px;
	z-index: -1;
}
.popup-input input.dummy{
    width: 85px;
  	height: 30px;
  	padding-left: 10px;
    line-height:30px;
	border-radius: 4px;
	border:1px solid #929191;
    text-align: left;
    font-size: 14px;
    vertical-align: middle;
}
#dummydata a {
    height: 35px;
}
#dummydata a:hover {
    background: #10bbb8;
}
.pull-down{
	width: 190px;
}
.pull-down input.dummy {
    width: 192px;
 }
.pull-down i{
 	right: 19px;
 }
.name-input{
 	width: 204px;
 	overflow:hidden ;
 }
.name-input>input{
    width: 85px;
  	height: 30px;
  	padding-left: 10px;
    line-height: 30px;
	border-radius: 4px;
	border:1px solid #929191;
}
 .layui-layer-setwin .layui-layer-ico {
   width: 20px;
   height: 20px;
   background: url(../images/public/close.png) no-repeat;
}
.layui-layer-page .layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: 20px;
    top: 0;
    width: 20px;
    height:20px;
    margin-left: 0;
    background-position: 0 0;
}
.layui-layer-page .layui-layer-setwin .layui-layer-close2:hover {
    background-position: 0 0;
}
.layui-layer-shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	filter:alpha(opacity=40);       /* IE */
	-moz-opacity:0.4;              /* 老版Mozilla */
	-khtml-opacity:0.4;              /* 老版Safari */
	opacity: 0.4;
}
/*弹窗 end*/