@charset "utf-8";
/*about zyr
 * 内容：贷款-贷款问答-问答列表/2级3级+问答详情
 * 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;
}
.page-box {margin: 25px auto 45px;}
.oran{color: #ff7f00;}
/*页面公用 end*/

/*问答列表 start*/
.zbw-bd{
	width: 100%;
	overflow: hidden;
}
.zgw-fl{
	width: 900px;
	box-shadow: 0 0 15px rgba(227,230,237,1);
}
/*类型tab start*/
.casetab-nav{
	width: 840px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	padding-top: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.casetab-nav span{
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 54px;
}
.casetab-list{
	overflow: hidden;
	float: left;
}
.casetab-list li{
	float: left;
	margin-left: 20px;
}
.casetab-list li a{
	text-align: center;
	line-height: 54px;
	font-size: 14px;
	color: #666;
	padding-left: 16px;
}
.casetab-list .case-active a{
	color: #489cff;
}
.casetab-list li a:hover{
	color: #489cff;
}
/*类型tab end*/
.ask-tab{
	margin: 20px 0 0 30px;
	overflow: hidden;
}
.ask-tab>a{
	width: 98px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #dedede;
	font-size: 14px;
	color: #333;
	margin-right: 20px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.ask-tab>a:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #489cff;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.ask-tab a:hover:before, .ask-tab a:focus:before, .ask-tab a:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}
.ask-tab .cur:before{
  -webkit-transform: scale(2);
    transform: scale(2);
}
.ask-tab a:hover{color: #fff;border-color: #489cff;}
.ask-tab .cur{color: #fff;border-color: #489cff;}
.ask-box,.ask-list,.ask-list li{
	width: 100%;
}
.ask-list li{
	line-height: 0;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.ask-list li:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f6faff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.ask-list li:hover:before, .ask-list li:focus:before, .zgw-list li:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.ask-box>p{
	padding: 20px 30px;
	font-size: 16px;
	color: #666;
	padding-top: 18px;
}
.ask-box>p{line-height: 18px;}
.ask-box span{
	width: 124px;
	text-align: center;
	display: block;
	float: left;
}
.ask-box .w490{width: 454px;padding: 0;text-align: left;}
.ask-list li a{
	width: 840px;
	margin: 0 30px;
	border-top: 1px solid #ededed;
}
.ask-list li a span{
	font-size: 16px;
	line-height: 66px;
	color: #333;
}
.ask-list li:hover span{color: #ff7f00;}
.ask-list li a .w490{
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden;
}
.ask-list li:first-child a{border: none;}
/*问答列表 end*/

/*申请贷款 start*/
.agw-fr{
	width: 260px;
}
.loan-from{
	width: 100%;
	height: 300px;
	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: 97px;
}
.sex{
	font-size: 12px;
	color: #333;
	line-height: 34px;
}
.sex>input{
	position: relative;
	top: 2px;
}
.loan-from button{
	height: 46px;
	line-height: 46px;
	background: #489cff;
	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-tt1{padding-top: 0;}
.case-tt b{
	float: left;
	font-size: 20px;
	color:#565656;
	padding-left: 15px;
	border-left: 3px solid #1786ef;
	line-height: 22px;
}
.case-tt a{
	float: right;
	font-size: 14px;
	color: #489cff;
}
.case-tt a:hover{text-decoration: underline;}
/*申请贷款 end*/

/*推荐顾问 start*/
.gw-list,.gw-list li{
	width: 100%;
}
.gw-list li{
	padding: 20px 0;
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
}
.gw-list li:first-child{border: none !important;}
.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: #489cff;
}
.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: #489cff;
	font-size: 14px;
	color: #fff;
	border: 1px solid #489cff;
}
.gw-btn a:first-child{
	background: #fff;
	color: #489cff;
}
.gw-btn a:first-child:hover{background:#489cff ;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: #ff7f00;}
/*推荐顾问 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: #489cff;
	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: 10px;
	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: 0;
	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: #489cff;
}
.pull-down{
	width: 190px;
}
.pull-down input.dummy {
    width: 192px;
 }
.pull-down i{
 	right: 15px;
 }
.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*/


/*问答详情 start*/
.w840{
	width: 840px;
	margin: 0 auto;
	border-bottom: 1px solid #dcdcdc;
}
.matter-box{
	padding: 14px 0 5px;
	text-align: left;
}
.w840>h3{
	font-size: 22px;
	color: #333;
	line-height: 52px;
	margin-bottom: 30px;
}
.w840>h3>i{
	width: 26px;
	height: 26px;
	background-position: 0 -76px;
	position: relative;
	top:4px;
	margin-right: 5px;
}
.w840>p{
	font-size: 16px;
	color: #333;
	line-height:50px;
}
.w840>p>span{
	font-size: 14px;
	color: #666;
	line-height: 42px;
	padding-left: 116px;
}
.w840>p>span:first-child{padding-left: 0 !important;}
/*最佳回答 start*/
.best-box{
	text-align: left;
	position: relative;
	padding: 20px 0 27px;
}
.best-box>h3{
	font-size: 22px;
	color: #489cff;
}
.best-box>h3>i{
	width: 30px;
	height: 37px;
	background-position:-26px -76px ;
	top: 9px;
	margin-right: 10px;
}
.best-box p{
	width: 850px;
}
.best-box p>span{
	padding-left: 110px;
}
.zx-btn{
	width: 120px;
	text-align: center;
	line-height: 36px;
	border-radius: 18px;
	background: #489cff;
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 40px;
}
/*最佳回答 end*/
/*其他回答 start*/
.other-box{
	width: 100%;
	text-align: left;
}
.other-box>p{
	font-size: 22px;
	color: #666;
	line-height: 26px;
    padding: 30px 0 0 30px;
}
.other-list{padding-bottom: 15px;}
.other-list,.other-list li{
	width: 100%;
}
.other-text{
	width: 840px;
	margin: 0 auto;
	border-bottom: 1px solid #dcdcdc;
	padding: 23px 0;
}
.other-text p{
	font-size: 16px;
	color: #333;
	line-height: 26px;
}
.other-text p:first-child{padding-bottom: 6px;}
.other-text p span{
	font-size: 14px;
	color: #666;
	padding-right: 120px;
}
/*其他回答 end*/
/*问答详情  start*/
.matter-box2,.ask-form{border: none;}
.ask-form{text-align: center;line-height: 0;}
.ask-form textarea{
	width:788px;
	padding: 20px 25px;
	height: 258px;
	max-height: 260px;
	overflow: hidden;
	border: 1px solid #b2b2b2;
	text-align: left;
}
.ask-form button{
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #489cff;
	color: #fff;
	font-size: 16px;
	margin: 30px 0 40px;
}
.waiting-box,.waiting-box a{
	width: 100%;
}
.waiting-box{line-height: 0;}
.waiting-box a{
	font-size: 16px;
	color: #666;
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden;
	line-height: 47px;
	border-bottom: 1px solid #e5e5e5;
}
.waiting-box a:hover{color: #ff7f00;}
/*问答详情 end*/
/*推荐顾问 start*/
.tj-box,.tj-list{
	width: 100%;
}
.tj-list{overflow: hidden;padding-bottom: 60px;}
.tj-list li{
	width: 280px;
	height: 300px;
	float: left;
	text-align:center ;
	margin-left: 20px;
	position: relative;
    background: #f7f7f7;
    overflow:hidden ;
}
.tj-list li:first-child{margin-left: 0 !important;}
.member-image {
    border-bottom: 5px solid #489cff;
    transition:all 0.4s;
    height: 204px;
    width: 100%;
    overflow: hidden;
}
.member-image img{
	width: 100%;
	max-width: 100%;
}
.member-info {
    transition:all 0.6s;
}
.member-info h3 {
    padding:15px 0 4px;
    line-height: 33px;
    font-size: 20px;
    color: #333;
    transition: padding-bottom .5s linear;
    transition: padding-bottom .5s linear;
    transition: padding-bottom .5s linear;
}
.member-info h5 {
    font-size:16px;
    line-height: 18px;
    color: #666;
}
.member-info p{
    font-size:16px;
    color: #333;
    line-height: 26px;
    padding-top: 20px;
}
.member-info>a{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #489cff;
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: -50px;
	-webkit-transition: bottom .4s linear;
	-moz-transition: bottom .4s linear;
	transition: bottom .4s linear;
}
.tj-list li:hover .member-image {
    border-bottom: 0;
    border-radius: 0 0 50px 50px;
    height: 81px;
    display: inline-block;
    overflow: hidden;
    width: 120px;
    transition: 0.4s;
}
.tj-list li:hover a{bottom: 0;}
.tj-list li:hover h5{font-size: 14px;}
.tj-list li:hover h3{padding:22px 0 0;}
.tj-list li:hover p{padding:11px 35px 0;}
/*推荐顾问 end*/