/* ---- theList ---- */
.textList {
    margin-bottom: 12%;
}
.textList li{
    border-bottom: 0.05rem dashed #d5d5d5;
    min-height: 2.25rem;
    line-height: 1.2rem;
    font-size: 0.8rem;
    padding: 0.5rem 0.7rem;
    color: #333;
	background: url(../img/point.gif) left 1rem no-repeat;
	background-size: 0.2rem auto;
}
.textList li:last-child{
    border-bottom: none; 
}
.textList.hasTime li{
	padding-right: 6rem;
	position: relative;
}
.textList.hasTime li span{
	position: absolute;
	top: 0;
	right: 0;
	height: 2.25rem;
	line-height: 2.25rem;
	color: #999;
}
@media screen and (max-width:1024px) {
    .textList li{
		line-height: 1.4rem;
		font-size: 0.9rem;
		background-position: left 1.1rem;
	}
	.textList.hasTime li span{
		height: 2.45rem;
		line-height: 2.45rem;
	}
}
@media screen and (max-width:768px) {
    .textList li{
		line-height: 1.5rem;
		font-size: 1rem;
		background-position: left 1.2rem;
	}
	.textList.hasTime li span{
		height: 2.5rem;
		line-height: 2.5rem;
	}
}
/* ---- theList ---- */
.pager{
	min-height: 2rem;
	text-align: center;
	line-height: 2rem;
	font-size: 0.8rem;
	color: #888;
	margin: 2rem 0 3rem;
}
.pager a{
	height: 2rem;
	line-height: 1.9rem;
	display: inline-block;
	border: 0.05rem solid #cccccc;
	padding: 0 0.75rem;
	font-size: 0.8rem;
	color: #888;
	margin: 0 0.2rem 0.3rem;	
}
.pager a.active{
	border: 0.05rem solid #a59174;
	background: #a59174;
	color: #fff;
	text-decoration: none;
}
.pager a:hover{
	border: 0.05rem solid #a59174;
}
.pager a.disable{
    display: none;
}
@media screen and (max-width:1024px) {
	.pager{
		font-size: 0.9rem;
	}
	.pager a{
		font-size: 0.9em;	
	}
}
/* ---- theList ---- */
.mainBox{
	border: 0.05rem solid #d1c7ba;
	margin-bottom: 5.5%;
}
.mainBox>h1{
	height: 2.25rem;
	line-height: 2.25rem;
	padding: 0 2.62%;
	background: #f3f2ed;
	font-size: 0.8rem;
	color: #806b50;
	position: relative;
}
.queryLogin .mainBox>h1{
	text-align: center;
}
.mainBox>h1 span{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 0.7rem;
	color: #999999;
	padding: 0 2.62% 0 0;
}
.mainBox>.con{
	padding: 1.55% 1.8%;
}
@media screen and (max-width:1024px) {
	.mainBox>h1{
		font-size: 0.9rem;
	}
	.mainBox>h1 span{
		font-size: 0.8rem;
	}
}
@media screen and (max-width:768px) {
	.mainBox>h1{
		font-size: 1rem;
	}
	.mainBox>h1 span{
		font-size: 0.9rem;
	}
}
/* ---- classify ---- */
.classify li{
	border-bottom: 1px solid #d1c7ba;
	margin-bottom: 12px;
	padding: 0 0 14px 135px;
	position: relative;
	line-height: 30px;
	font-size: 16px;
	color: #333;
}
.classify.bigger li{
	padding: 0 0 1.2rem 0;
}
.classify li:last-child{
	margin-bottom: 0;
	padding-bottom: 0px;
	border-bottom: none;
}
.classify li a{
	display: inline-block;
}
.classify li label{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 126px;
	line-height: 30px;
	font-size: 16px;
	color: #806b50;
	text-align: right;
}
.classify.bigger li label{
	position: relative;
	display: block;
	left: auto;
	top: auto;
	width: 100%;
	text-align: left;
	font-size: 1.1rem;
	line-height: 1.8rem;
	margin-bottom: 0.5rem;
}
@media (max-width:1024px) {
	.classify li{
		margin-bottom: 10px;
		padding: 0 0 12px 122px;
		line-height: 28px;
		font-size: 15px;
	}
	.classify li label{
		width: 116px;
		line-height: 28px;
		font-size: 15px;
	}
}
@media (max-width:768px) {
	.classify li{
		margin-bottom: 10px;
		padding: 0 0 10px 114px;
		line-height: 24px;
		font-size: 14px;
	}
	.classify li label{
		width: 110px;
		line-height: 24px;
		font-size: 14px;
	}
}
@media (max-width:520px) {
	.classify li{
		margin-bottom: 8px;
		padding: 0 0 8px 108px;
		line-height: 24px;
		font-size: 12px;
	}
	.classify li label{
		width: 100px;
		line-height: 24px;
		font-size: 12px;
	}
}
@media (max-width:440px) {
	.classify li{
		margin-bottom: 8px;
		padding: 0 0 8px 62px;
		line-height: 24px;
		font-size: 12px;
	}
	.classify li label{
		width:56px;
		line-height: 24px;
		font-size: 12px;
	}
}
/* ---- imageText Style ---- */
.lawTable{
    width: 100%;
    border-collapse: collapse;
}
.lawTable th{
    height: 2.05rem;
    border-bottom: 0.05 solid #ececec;
    font-size: 0.8rem;
    color: #666;
    text-align: center;
    vertical-align: middle;
	line-height: 1rem;
	background: linear-gradient(#f7f7f7,#fff);
}
.lawTable td{
    height: 2.15rem;
    border-bottom: 0.05rem dashed #e5e5e5;
    font-size: 0.8rem;
    color: #666;
    text-align: center;
    vertical-align: middle;
    line-height: 1rem;
    padding:0.1rem;
    word-break: break-all;
}
.lawTable td span.coffee{
    color: #7f6c4f;
}
.lawTable td.title{
    text-align: left;
}
.lawTable td.title a{
    display: inline-block;
    padding: 0 0.3rem 0 0.6rem;
	background: url(../img/point.gif) left 0.5rem no-repeat;
	background-size: 0.2rem auto;
    font-size: 0.75rem;
}
.lawTable td .btn{
    display: inline-block;
    width: 1.5rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.8rem;
    color: #806b50;
    background: #f3f2ed;
    position: relative;
}
.lawTable td .btn::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../img/nav_i.gif) no-repeat;
    background-size: 100% 100%;
}
@media (max-width:1024px) {
    .lawTable th{
        font-size: 0.9rem;
    }
    .lawTable td{
		font-size: 0.9rem;
		line-height: 1.2rem;
    }
    .lawTable td.title a{
        font-size: 0.85rem;
    }
    .lawTable td .btn{
        font-size: 12px;
    }
    .lawTable td .btn::before{
		font-size: 0.9rem;
	}
	.lawTable .hiden{
        display: none;
    } 
}

@media (max-width:768px) {
	.lawTable th{
        font-size: 1rem;
	}
	.lawTable td{
		font-size: 1rem;
		padding: 0.4rem 0.1rem;
		line-height: 1.4rem;
	}
	.lawTable td.title a{
        font-size: 0.95rem;
	}
	.lawTable td .btn::before{
		font-size: 1rem;
	}
}
/* ---- questionBox Style ---- */
.questionBox h2{
	width: 17.33%;
	float: left;
}
.questionBox h2 span{
	display: inline-block;
	min-height: 1.5rem;
	line-height: 1.1rem;
	font-size: 0.7rem;
	color: #806b50;
	padding: 0.2rem 0;
}
.questionBox h1{
	width: 79.83%;
	float: right;
	min-height: 1.9rem;
	line-height: 1.5rem;
	padding: 0.2rem 0;
	font-size: 1.2rem;
	color: #333;
	margin-bottom: 0.9rem;
}
.questionBox p{
	width: 79.83%;
	float: right;
	line-height: 1.5rem;
	font-size: 0.8rem;
	color: #333;
}
.questionBox .time{
	margin-top: 0.9rem;
	border-top: 0.05rem solid #d1c7ba;
	padding: 0.5rem 0;
	line-height: 2rem;
	font-size: 0.7rem;
	color: #999999;
	position: relative;
}
.questionBox .time span{
	position: absolute;
	right: 0;
	top: 0.5rem;
	height: 2rem;
	line-height: 2rem;
	padding: 0 0 0 1.25rem;
	background: url(../img/icon_clock.png) left center no-repeat;
	font-size: 0.7rem;
	color: #999;
}
@media (max-width:1024px) { 
	.questionBox h2{
		width: 100%;
	}
	.questionBox h2 span{
		min-height: 1.5rem;
		line-height: 1.2rem;
		font-size: 0.8rem;
	}
	.questionBox h1{
		width: 100%;
	}
	.questionBox p{
		width: 100%;
		line-height: 1.6rem;
		font-size: 0.9rem;
	}
	.questionBox .time{
		font-size: 0.8rem;
	}
	.questionBox .time span{
		font-size: 0.8rem;
	}
}
@media (max-width:768px) {

	.questionBox h2 span{
		font-size: 0.9rem;
	}
	.questionBox p{
		line-height: 1.7rem;
		font-size: 1rem;
	}
	.questionBox .time{
		font-size: 0.9rem;
	}
	.questionBox .time span{
		font-size: 0.9rem;
	}
	.questionBox .time span i{
		display: none;
	}
}
/* ---- theLawyer Style ---- */
.answerList li{
	padding: 0 0 0.75rem;
	border-bottom: 0.05rem solid #d1c7ba;
	margin-bottom: 0.7rem;
	overflow: hidden;
}
.answerList li:last-child{
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.answerList li .theLawyer{
	width: 17.33%;
	float: left;
}
.answerList li .theLawyer .pic{
	height: 4.1rem;
	width: 100%;
	max-width: 3.75rem;
	border: 0.05rem solid #cecece;
	padding: 0.05rem;
	margin: 0 auto 0.75rem;
}
.answerList li .theLawyer .pic img{
	width: 100%;
	height: 100%;
}
.answerList li .theLawyer p span{
	display: inline-block;
	width: 100%;
	min-height: 1.5rem;
	line-height: 1.1rem;
	padding: 0.2rem 0;
	font-size: 0.7rem;
	color: #806b50;
	word-break: break-all;
}
.answerList li>p{
	width: 79.83%;
	float: right;
	line-height: 1.5rem;
	font-size: 0.8rem;
	color: #333;
	margin-bottom: 0.6rem;
	word-break: break-all;
}
.answerList li .others{
	width: 79.83%;
	float: right;
}
.answerList li .others>div{
	width: 100%;
	overflow: hidden;
}
.answerList li .others span{
	display: block;
	float: right;
	width:8.4rem;
	height: 1.4rem;
	padding: 0 0 0 1.25rem;
	line-height: 1.4rem;
	font-size: 0.7rem;
	color: #999999;
}
.answerList li .others .time span{
	background: url(../img/icon_clock.png) left center no-repeat;
}
.answerList li .others .type span{
	background: url(../img/icon_message.png) left center no-repeat;
	color: #806b50;
}
@media (max-width:1024px) {
	.answerList li .theLawyer p span{
		line-height: 1.2rem;
		font-size: 0.8rem;
	}
	.answerList li>p{
		line-height: 1.6rem;
		font-size: 0.9rem;
	}
	.answerList li .others>div{
		width: 100%;
		overflow: hidden;
	}
	.answerList li .others span{
		font-size: 0.8rem;
	}
}
@media (max-width:520px) {
	.answerList li .theLawyer{
		width:100%;
		float: none;
		overflow: hidden;
		position: relative;
		padding: 0 0 0 4.3rem;
		margin-bottom: 0.5rem;
	}
	.answerList li .theLawyer .pic{
		position: absolute;
		left: 0;
	}
	.answerList li .theLawyer p span{
		line-height: 1.4rem;
		font-size: 0.9rem;
	}
	.answerList li>p{
		line-height: 1.6rem;
		font-size: 1rem;
		width: 100%;
	}
	.answerList li .others{
		width: 100%;
	}
	.answerList li .others>div{
		display: inline;
	}
	.answerList li .others span{
		display: block;
		float: right;
		width:auto;
		font-size: 0.9rem;
	}
	.answerList li .others .time span{
		float: left;

	}
}
/* ---- resolved Style ---- */
.resolvedList li{
	border-bottom: 0.05rem dashed #d5d5d5;
	min-height: 2.25rem;
	line-height: 1.2rem;
	padding: 0.5rem 5rem 0.5rem 1.1rem;
	font-size: 0.8rem;
	color: #333;
	background: url(../img/point.gif) 0.4rem 1rem no-repeat;
	background-size: 0.2rem auto;
	position: relative;
	word-break: break-all;
}
.resolvedList li:last-child{
	border-bottom: none;
}
.resolvedList li span{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 2.2rem;
	line-height: 2.2rem;
	font-size: 0.8rem;
	color: #806b50;
}

@media (max-width:1024px) {
	.resolvedList li{
		line-height: 1.3rem;
		font-size: 0.9rem;
		background-position:0.4rem 1.1rem;
	}
	.resolvedList li span{
		font-size: 0.9rem;
	}
}
@media (max-width:768px) {
	.resolvedList li{
		line-height: 1.4rem;
		font-size: 1rem;
	}
}
/* ---- replyForm Style ---- */
.replyForm{
	padding: 0.5rem;
}
.replyForm textarea{
	border: 0.05rem solid #a9a9a9;
	width: 100%;
	height: 6.1rem;
	line-height: 1.5rem;
	padding: 0 0 0 0.5rem;
	font-size: 0.75rem;
	color: #333;
	margin-bottom: 0.9rem;
}
.replyForm input{
	display: block;
	height: 1.8rem;
	width: 6rem;
	margin: 0 auto;
	border: 0.05rem solid #dedede;
	background: #f3f3f3;
	font-size: 0.8rem;
	color: #7f6c4f;
	outline: none;
}
@media (max-width:1024px) {
	.replyForm textarea{
		font-size: 0.9rem;
	}
	.replyForm input{
		font-size: 0.9rem;
	}
}
@media (max-width:768px) {
	.replyForm textarea{
		line-height: 1.6rem;
		font-size: 1rem;
	}
	.replyForm input{
		font-size: 1rem;
	}
}
/* ---- replyForm Style ---- */
.commentForm{
	padding: 0.5rem;
}
.commentForm h2{
	line-height: 1.2rem;
	font-size: 0.7rem;
	color: #cf2a00;
	margin-bottom: 1rem;
}
.commentForm h2 a{
	font-size: 0.6rem;
	color: #3b3b3b;
	margin-left: 0.3rem;
}
.commentForm .name{
	position: relative;
	height: 1.2rem;
	line-height: 1.2rem;
	padding: 0 0 0 3.5rem;
	margin-bottom: 0.5rem;
}
.commentForm .name label{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 1.2rem;
	line-height: 1.2rem;
	width: 3.4rem;
	font-size: 0.6rem;
	color: #333;
}
.commentForm .name input{
	height: 1.2rem;
	line-height: 1.1rem;
	padding: 0 0.3rem;
	font-size: 0.6rem;
	color: #333;
	width: 100%;
	max-width: 9rem;
	border: 0.05rem solid #a9a9a9;
	background: #fff;
	outline: none;
}
.commentForm textarea{
	border: 0.05rem solid #a9a9a9;
	width: 100%;
	height: 6.1rem;
	line-height: 1.5rem;
	padding: 0 0 0 0.5rem;
	font-size: 0.75rem;
	color: #333;
	margin-bottom: 0.5rem;
}
.commentForm .btns{
	line-height: 1.2rem;
	font-size: 0.6rem;
	color: #333;
	margin-bottom: 0.5rem;
}
.commentForm .tips h3{
	height: 1rem;
	line-height: 1rem;
	font-size: 0.6rem;
	color: #333;
	font-weight: bold;
}
.commentForm .tips p{
	line-height: 1.1rem;
	font-size: 0.6rem;
	color: #333;
}
@media (max-width:1200px) {
	.commentForm h2{
		line-height: 1.4rem;
		font-size: 0.8rem;
	}
	.commentForm h2 a{
		font-size: 0.7rem;
	}
	.commentForm .name{
		height: 1.4rem;
		line-height: 1.4rem;
	}
	.commentForm .name label{
		height: 1.4rem;
		line-height: 1.4rem;
		width: 3.6rem;
		font-size: 0.7rem;
	}
	.commentForm .name input{
		height: 1.4rem;
		line-height: 1.3rem;
		font-size: 0.7rem;
	}
	.commentForm textarea{
		line-height: 1.6rem;
		font-size: 0.8rem;
	}
	.commentForm .btns{
		line-height: 1.4rem;
		font-size: 0.7rem;
	}
	.commentForm .tips h3{
		height: 1.1rem;
		line-height: 1.1rem;
		font-size: 0.7rem;
	}
	.commentForm .tips p{
		line-height: 1.2rem;
		font-size: 0.7rem;
	}
}
@media (max-width:1024px) {
	.commentForm h2{
		line-height: 1.6rem;
		font-size: 0.9rem;
	}
	.commentForm h2 a{
		font-size: 0.8rem;
	}
	.commentForm .name{
		height: 1.6rem;
		line-height: 1.6rem;
		padding-left: 4.4rem;
	}
	.commentForm .name label{
		height: 1.6rem;
		line-height: 1.6rem;
		width: 4rem;
		font-size: 0.8rem;
	}
	.commentForm .name input{
		height: 1.6rem;
		line-height: 1.5rem;
		font-size: 0.8rem;
	}
	.commentForm textarea{
		line-height: 1.8rem;
		font-size: 0.9rem;
	}
	.commentForm .btns{
		line-height: 1.6rem;
		font-size: 0.8rem;
	}
	.commentForm .tips h3{
		height: 1.2rem;
		line-height: 1.2rem;
		font-size: 0.8rem;
	}
	.commentForm .tips p{
		line-height: 1.3rem;
		font-size: 0.8rem;
	}
}
@media (max-width:520px) {
	.commentForm h2{
		line-height: 1.8rem;
		font-size: 0.9rem;
	}
	.commentForm h2 a{
		font-size: 0.9rem;
	}
	.commentForm .name{
		height: 1.8rem;
		line-height: 1.8rem;
		padding-left: 5rem;
	}
	.commentForm .name label{
		height: 1.8rem;
		line-height: 1.8rem;
		width: 4.6rem;
		font-size: 0.9rem;
	}
	.commentForm .name input{
		height: 1.8rem;
		line-height: 1.7rem;
		font-size: 0.9rem;
	}
	.commentForm textarea{
		line-height: 2rem;
		font-size: 1rem;
	}
	.commentForm .btns{
		line-height: 1.8rem;
		font-size: 0.9rem;
	}
	.commentForm .tips h3{
		height: 1.3rem;
		line-height: 1.3rem;
		font-size: 0.9rem;
	}
	.commentForm .tips p{
		line-height: 1.4rem;
		font-size: 0.9rem;
	}
}
/* ---- detailTable Style ---- */
.detailTable{
	width: 100%;
	border: 0.05rem solid #d1c7ba;
	margin-bottom: 4.3%;
}
.detailTable td{
	border: 0.05rem solid #d1c7ba;
	padding: 0.3rem 0.5rem;
	line-height: 1.6rem;
	font-size: 0.8rem;
	color: #333;
	vertical-align: middle;
}
.detailTable tr td:first-child{
	width: 5rem;
	text-align: center;
}
.detailTable td .red{
	color: #bf1818;
}

a.form_btn{
    display: block;
    position: relative;
	width: 100%;
	max-width: 15rem;
    height: 2.7rem;
    line-height: 2.7rem;
    text-align: center;
    font-size: 0.9rem;
    color: #806b50;
	background: #f3f2ed;
	margin: 0 auto;
}
a.form_btn:hover{
    text-decoration: none;
}
a.form_btn::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../img/nav_i.gif) no-repeat;
    background-size: 100% 100%;
}
a.form_btn img{
    height: 1.6rem;
    width: auto;
    margin-right: 0.6rem;
}
.login_tip{
	min-height: 1.9rem;
	font-size: 0.7rem;
	line-height: 1.4rem;
	padding: 0.25rem 0;
	color: #999999;
	text-align: center;
}
.login_tip a{
	color: #806b50;
	text-decoration: underline;
}
@media (max-width:1024px) {
	.detailTable td{
		line-height: 1.6rem;
		font-size: 0.9rem;
	}
	.login_tip{
		font-size: 0.8rem;
	}
}
@media (max-width:520px) {
	.detailTable td{
		font-size: 1rem;
	}
	.detailTable tr td:first-child{
		width: 6rem;
	}
	a.form_btn{
		font-size: 1rem;
	}
	.login_tip{
		font-size: 0.9rem;
	}
}

/* ---- lawyerBox Style ---- */
.lawyerBox {
	padding:0 0 0 4.8rem;
	position: relative;
}
.lawyerBox .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 3.8rem;
	height: auto;
	border: 0.05rem solid #cecece;
	padding: 0.05rem;
	margin-right: 1rem;
}
.lawyerBox .pic img{
	width: 100%;
	height: 100%;
}
.lawyerBox h2{
	line-height: 1.6rem;
	font-size: 1.1rem;
	color: #806b50;
	margin-bottom: 0.7rem;
}
.lawyerBox h2 span{
	display: inline-block;
	padding: 0 0 0 0.8rem;
	background: url(../img/icon_tel.png) left center no-repeat;
	font-size: 0.7rem;
	color: #806b50;
}
.lawyerBox p{
	line-height: 1.2rem;
	padding: 0.3rem 0;
	font-size: 0.8rem;
	color: #333;
}
@media (max-width:1024px) {
	.lawyerBox h2{
		min-height: 3.2rem;
	}
	.lawyerBox h2 span{
		font-size: 0.8rem;
	}
	.lawyerBox {
		padding:0 0 0 6rem;
	}
	.lawyerBox .pic{
		width: 5.2rem;
		height: 6rem;
	}
}
@media (max-width:520px) {
	.lawyerBox h2 span{
		font-size: 0.9rem;
	}
	.lawyerBox p{
		font-size: 0.9rem;
	}
}
/* ---- lawyerBox Style ---- */
.borderHead{
	border-bottom: 1px solid #d1c7ba;
	background: #f3f2ed;
	position: relative;
	height: 48px;
	margin-bottom: 2.38%;
}
.borderHead h1{
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 0;
	height: 22px;
	line-height: 22px;
	border-left: 4px solid #a49073;
	padding: 0 0 0 16px;
	font-size: 22px;
	color: #7f6c4f;
}
@media (max-width:1024px) {
	.borderHead{
		height: 42px;
	}
	.borderHead h1{
		margin-top: -10px;
		height: 20px;
		line-height: 20px;
		border-left: 3px solid #a49073;
		padding: 0 0 0 14px;
		font-size: 20px;
	}
}
@media (max-width:768px) {
	.borderHead{
		height: 36px;
	}
	.borderHead h1{
		margin-top: -9px;
		height: 18px;
		line-height: 18px;
		border-left: 2px solid #a49073;
		padding: 0 0 0 12px;
		font-size: 18px;
	}
}
/* ---- lawyerBox Style ---- */
.lawyerList li{
	padding-bottom: 1.19%;
	border-bottom: 0.05rem solid #d1c7ba;
	margin-bottom: 2.38%;
	padding-left: 7.2rem ; 
	position: relative;
}
.lawyerList li:last-child{
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.lawyerList li .pic{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6.2rem;
}
.lawyerList li .pic>img.phone,
.lawyerList li .pic>a>img.phone{
	width: 100%;
	border: 0.05rem solid #cecece;
	padding: 0.05rem;
	height: auto;
	margin-bottom: 0.4rem;
}
.lawyerList li a.btn{
	display: block;
	height: 1.5rem;
	line-height: 1.5rem;
	background: #f3f2ed;
	text-align: center;
	font-size: 0.7rem;
	color: #806b50;
}
.lawyerList li a.btn img{
	margin-right: 8%;
}
.lawyerList li h1{
	min-height: 2.1rem;
	font-size: 1.1rem;
	line-height: 1.6rem;
	padding: 0.25rem 0;
	color: #806b50;
	margin-bottom: 0.4rem;
}
.lawyerList li h1 span{
	display: inline-block;
	font-size: 0.7rem;
	color: #806b50;
}
.lawyerList li h1 span.tel{
	padding: 0 0 0 0.8rem;
	background: url(../img/icon_tel.png) left center no-repeat;
}
.lawyerList li p{
	min-height: 4.2rem;
	line-height: 1.5rem;
	font-size: 0.8rem;
	color: #333333;
	margin-bottom: 0.3rem;
}
.lawyerList li p.d{
	min-height: auto;
	height: 1.5rem;
	overflow: hidden;
	color: #999999;
}
.lawyerList li p a{
	color: #806b50;
	display: inline-block;
}
@media (max-width:1024px) {
	.lawyerList li a.btn{
		font-size: 0.8rem;
	}
	.lawyerList li h1 span{
		font-size: 0.8rem;
	}

	.lawyerList li p{
		font-size: 0.9rem;
	}
	.lawyerList li p.d{
		height: auto;
	}
}
@media (max-width:520px) {
	.lawyerList li a.btn{
		font-size: 0.9rem;
	}
	.lawyerList li h1 span{
		font-size: 0.9rem;
	}

	.lawyerList li p{
		font-size: 1rem;
	}
}

/* ---- lawFirm Style ---- */
.lawFirm li{
	border-bottom: 0.05rem solid #d1c7ba;
	padding: 0 0 0.7rem;
	margin-bottom: 0.75rem;
}
.lawFirm li h1{
	line-height: 1.5rem;
	font-size: 1.1rem;
	color: #806b50;
	margin-bottom: 0.7rem;
}
.lawFirm li h2{
	line-height: 1.4rem;
	font-size: 0.8rem;
	color: #333333;
}
.lawFirm li p{
	line-height: 1.5rem;
	font-size: 0.8rem;
	color: #333333;
}
.lawFirm li p a{
	color: #806b50;
}
@media (max-width:1024px) {
	.lawFirm li h2{
		line-height: 1.5rem;
		font-size: 0.9rem;
		color: #888;
	}
	.lawFirm li p{
		line-height: 1.6rem;
		font-size: 0.9rem;
	}
}
@media (max-width:520px) {
	.lawFirm li h1{
		font-size: 1.2rem;
		margin-bottom: 0.2rem;
	}
	.lawFirm li h2{
		line-height: 1.6rem;
		font-size: 1rem;
		margin-bottom: 0.6rem;
	}
	.lawFirm li p{
		line-height: 1.7rem;
		font-size: 1rem;
	}
}
/* ---- lawFirm Style ---- */
.lawyerInfor{
	padding:0 0 0 12.5rem;
	position: relative;
	min-height: 16.25rem;
	margin-bottom: 6.4%;
}
.lawyerInfor .photo{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 11rem;
}
.lawyerInfor .photo .pic{
	width: 100%;
	height: 12.5rem;
	border: 0.05rem solid #cecece;
	background: #fff;
	padding: 0.1rem;
	margin-bottom: 0.8rem;
}
.lawyerInfor .photo .pic img{
	width: 100%;
	height: 100%;
}
.lawyerInfor .photo .btn{
	display: block;
	margin: 0 auto 0.3rem;
	height: 1.4rem;
	line-height: 1.4rem;
	width: 100%;
	max-width: 6rem;
	background: #f3f2ed;
	text-align: center;
	font-size: 0.7rem;
	color: #806b50;
}
.lawyerInfor .photo .number{
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	font-size: 0.7rem;
	color: #806b50;
}
.lawyerInfor .infor p{
	line-height: 1.5rem;
	font-size: 0.8rem;
	color: #333333;
	word-break: break-all;
}
@media (max-width:1024px) {
	.lawyerInfor .photo .btn{
		font-size: 0.8rem;
	}
	.lawyerInfor .photo .number{
		font-size: 0.8rem;
	}
	.lawyerInfor .infor p{
		font-size: 0.9rem;
		line-height: 1.7rem;
	}
}
@media (max-width:520px) {
	.lawyerInfor{
		padding:0;
	}
	.lawyerInfor .photo{
		position: relative;
		left: auto;
		top: auto;
		width:7.5rem;
		float: right;
		margin-left: 0.6rem;
		margin-bottom: 0.8rem;
	}
	.lawyerInfor .photo .pic{
		width: 100%;
		height: auto;
		margin-bottom: 0.3rem;
	}
	.lawyerInfor .photo .number{
		display: none;
	}
	.lawyerInfor .photo .btn{
		font-size: 0.9rem;
	}
	.lawyerInfor .photo .number{
		font-size: 0.9rem;
	}
	.lawyerInfor .infor p{
		font-size: 1rem;
		line-height: 1.8rem;
	}
}
/* ---- lawFirm Style ---- */
.detailBox{
	line-height: 1.5rem;
	font-size: 0.8rem;
	color: #333333;
	margin-bottom: 6.4%;
	word-break: break-all;
}
@media (max-width:1024px) {
	.detailBox{
		line-height: 1.8rem;
		font-size: 0.9rem;
	}
}
@media (max-width:520px) {
	.detailBox{
		line-height: 2rem;
		font-size: 1rem;
	}
}
/* ---- lawFirm Style ---- */
.lawyerTeam{
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}
.lawyerTeam li{
	vertical-align: top;
	display: inline-block;
	width: 3.5rem;
	margin-right: 1.8%;
	min-height: 1.5rem;
	line-height: 1.1rem;
	font-size: 0.8rem;
	padding: 0.2rem 0;
	color: #806b50;
}
@media (max-width:1024px) {
	.lawyerTeam li{
		width: 4rem;
		min-height: 1.6rem;
		line-height: 1.2rem;
		font-size: 0.9rem;
	}
}
@media (max-width:520px) {
	.lawyerTeam li{
		width: 4.2rem;
		min-height: 2rem;
		line-height: 1.4rem;
		font-size: 1rem;
		padding: 0.3rem auto;
	}
}
/* ---- queryLogin Style ---- */
.queryLogin{
	width: 47.62%;
}
.queryLogin .login{
    position: relative;
    padding: 1rem 0.7rem;
    margin-bottom: 0rem;
}
.queryLogin .login ul.one{
	min-height: 7rem;
	padding-top: 1.7rem;
}
.queryLogin .login ul.one li{
	margin-bottom: 0px;
}
.queryLogin .login ul li{
    height: 2.5rem;
    width: 100%;
    padding: 0 0 0 0rem;
    margin-bottom: 1rem;
    position: relative;
    line-height: 0;
}
.queryLogin .login ul li.yan{
    padding-right: 5.65rem;
}
.queryLogin .login ul li .text_input{
    width: 100%;
    height: 2.5rem;
    line-height: 2.4rem;
    border: 0.05rem solid #dedede;
    background: #fff;
    outline: none;
    padding: 0 0.5rem;
    font-size: 0.8rem;
    color: #333;
}
.queryLogin .login ul li .sub_bt{
    position: absolute;
    right: 0;
    top: 0;
    border: 0.05rem solid #dedede;
    border-left: none;
    width: 5.65rem;
    height: 2.5rem;
    line-height: 2.4rem;
    outline: none;
    background: #fff;
    font-size: 0.8rem;
    color: #806b50;
    padding: 0;
}
.queryLogin .login .login_btn{
    height: 4.2rem;
    width: 3.3rem;
    border: 0.05rem solid #e0e0e0;
    background: url(../img/login_btn.png) no-repeat;
    background-size: 100% 100%;
    outline: none;
    line-height: 3.25rem;
    text-align: center;
    font-size: 0.9rem;
    color: #806b50;
}
.queryLogin .quickLogon{
    min-height: 1.6rem;
    line-height: 1rem;
    padding: 0.3rem 0rem;
    font-size: 0.8rem;
    color: #dedede;
    text-align: center;
}
.queryLogin .quickLogon a,
.queryLogin .quickLogon span{
    display: inline-block;
    color: #806b50;
}
.queryLogin .quickLogon img{
    width: 0.8rem;
    height: auto;
}
.loginTips{
	font-size: 0.8rem;
	color: #a59274;
	line-height: 1.4rem;
	text-align: center;
	margin: 6% 0 10%;
}
@media (max-width:1024px) {
	.queryLogin .login ul li .text_input{
		font-size: 0.9rem;
	}
	.queryLogin .quickLogon{
		font-size: 0.9rem;
	}

	.queryLogin .quickLogon img{
		width: 0.9rem;
	}
}
@media (max-width:520px) {
	.queryLogin{
		width: 100%;
	}
	.queryLogin .login ul li .text_input{
		font-size: 1rem;
	}
	.queryLogin .quickLogon{
		font-size: 1rem;
	}

	.queryLogin .quickLogon img{
		width: 1rem;
	}
}
/* ---- queryLogin Style ---- */
.userCenter_left{
	width: 10.5rem;
	float: left;
}
.userCenter_right{
	float: right;
	border: 0.05rem solid #e8e6db;
}
.userCenter_left i.close{
	display: none;
}
.userCenter_left h1{
	height: 3.4rem;
	line-height: 3.4rem;
	font-size: 1.1rem;
	color: #fff;
	background: #a49174;
	font-weight: bold;
	text-align: center;
}
.userCenter_left ul.user_nav{
	border-top: 0.05rem solid #e8e6db;
	background: linear-gradient(#fff,#fafaf8);
}
.userCenter_left ul.user_nav li{
	min-height: 2.55rem;
}
.userCenter_left ul.user_nav li a{
	display: inline-block;
	width: 100%;
	min-height: 2.55rem;
	padding-left: 2.2rem;
	border-left: 0.05rem solid #e8e6db;
	border-bottom: 0.05rem solid #e8e6db;
	font-size: 0.9rem;
	line-height: 1.1rem;
	text-align: left;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.userCenter_left ul.user_nav li a:hover,
.userCenter_left ul.user_nav li.active a{
	padding-left: 2rem;
	border-left: 0.25rem solid #d1393a;
	color: #d1393a;
	background: #fff;
	text-decoration: none;
}
.centerNav{
	width: 9.5rem;
	margin-top: 1rem;
}
.centerNav li{
    width: 100%;
    height: 3rem;
    margin-bottom: 0.5rem;
}
.centerNav li a{
    width: 100%;
    height: 3rem;
    padding: 0 0.25rem 0 2.25rem;
    line-height: 1.2rem;
    font-size: 1rem;
    color: #806b50;
    background-color: #f3f2ed;
    background-repeat: no-repeat;
    background-position: 0.5rem center;
    background-size: 1.6rem auto;
    position: relative;
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.centerNav li a:hover{
    text-decoration: none;
}
.centerNav li a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 0.4rem;
    height: 0.4rem;;
    background: url(../img/nav_i.png) no-repeat;
    background-size: 100% 100%;
    line-height: 0;
    font-size: 0;
}
.centerNav li.zixun a{
    background-image: url(../img/nav_zixun.png);
}
.centerNav li.weituo a{
    background-image: url(../img/nav_weituo.png);
}
.centerNav li.yuanzhu a{
    background-image: url(../img/nav_yuanzhu.png);
}
.centerNav li.lvshi a{
    background-image: url(../img/nav_lvshi.png);
}
.centerNav li.wenshu a{
    background-image: url(../img/nav_wenshu.png);
}
.centerNav li.anli a{
    background-image: url(../img/nav_anli.png);
}
.centerNav li.shenqing a{
    background-image: url(../img/nav_shenqing.png);
}
.centerNav li.jieguo a{
    background-image: url(../img/nav_jieguo.png);
}
.centerNav li.dayin a{
    background-image: url(../img/nav_dayin.png);
}
.centerNav li.liucheng a{
    background-image: url(../img/nav_liucheng.png);
}
@media (max-width:768px) {
	.userCenter_left{
		position: fixed;
		width: 50%;
		top: 0;
		left: -100%;
		height: 100%;
		float: auto;
		background: #fff;
		z-index: 99999;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		opacity: 0;
	}
	.userCenter_left.show_nav{
		left: 0%;
		opacity: 1;
	}
	.userCenter_right{
		float: auto;
		border: none;
	}
	.userCenter_left i.close{
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		left: 100%;
		background: rgba(0, 0, 0, 0.3);
		overflow: hidden;
		text-indent: -9999px;
	}
	.userCenter_left h1{
		width: 100%;
		height: 3.4rem;
		line-height: 3.4rem;
		font-size: 1.1rem;
		color: #fff;
		background: #a49174;
		font-weight: bold;
		text-align: center;
	}
	.userCenter_left ul.user_nav{
		width: 100%;
		border-top: 0.05rem solid #e8e6db;
		border-right: 0.05rem solid #e8e6db;
		background: linear-gradient(#fff,#fafaf8);
	}
	.userCenter_left ul.user_nav li{
		min-height: 2.55rem;
	}
	.userCenter_left ul.user_nav li a{
		display: inline-block;
		width: 100%;
		min-height: 2.55rem;
		padding-left: 2.2rem;
		border-left: 0.05rem solid #e8e6db;
		border-bottom: 0.05rem solid #e8e6db;
		font-size: 0.9rem;
		line-height: 1.1rem;
		text-align: left;
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: left;
		justify-content: left;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.userCenter_left ul.user_nav li a:hover,
	.userCenter_left ul.user_nav li.active a{
		padding-left: 2rem;
		border-left: 0.25rem solid #d1393a;
		color: #d1393a;
		background: #fff;
		text-decoration: none;
	}
	.centerNav{
		display: none;
	}
}
/* ---- user Style ---- */
.userHead{
	height: 2.25rem;
	line-height: 2.2rem;
	border-bottom: 0.05rem solid #e8e6db;
	background: linear-gradient(#ffffff,#fcfcfb);
	margin-bottom: 2.5rem;
	padding: 0 2rem;
	font-size: 0.8rem;
	color: #806b50;
	position: relative;
}
.userHead .more{
	position: absolute;
	right: 0.7rem;
	top: 0;
	line-height: 2.2rem;
	font-size: 0.8rem;
	color: #806b50;
}
.userHead .nav_btn{
	display: none;
}
@media (max-width:768px) {
	.userHead{
		font-size: 1rem;
	}
	.userHead .more{
		font-size: 1rem;
	}
	.userHead .nav_btn{
		display: inline;
	}
}
.userCon{
	padding:0 2rem 2rem;
	min-height: 36rem;
}
.userTable{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.6rem;
}
.userTable th{
	height: 2.05rem;
	line-height: 1.2rem;
	padding: 0.4rem 0.2rem;
	border-bottom: 0.05rem solid #e8e6db;
	font-size: 0.8rem;
	color: #666;
	background: linear-gradient(#f4f3ef,#fff);
	text-align: center;
	vertical-align: middle;
}
.userTable td{
	height: 3.3rem;
	line-height: 1.3rem;
	padding: 1rem 0.2rem;
	font-size: 0.9rem;
	color: #d1393a;
	text-align: center;
	vertical-align: middle;
}
.userBox{
	border: 0.05rem solid #e8e6db;
}
.userBox h2{
	height: 2.4rem;
	line-height: 2.4rem;
	background: #f3f2ed;
	padding: 0 1.2rem;
	font-size: 0.8rem;
	color: #806b50;
}
.userBox .con{
	padding: 1rem;
}
.userList{
	margin-bottom: 1.8rem;
}
.userList li{
	line-height: 1.2rem;
	border-bottom: 1px dashed #d5d5d5;
	font-size: 0.8rem;
	color: #333333;
	padding: 0.5rem 6rem 0.5rem 0.8rem;
	background: url(../img/point.gif) left 1rem no-repeat;
	background-size: 0.2rem auto;
	position: relative;
}
.userList li span{
	position: absolute;
	right: 0px;
	top: 0;
	line-height: 2.2rem;
	font-size: 0.8rem;
	color: #806b50;
}
.userForm{
	width: 100%;
	max-width: 29.5rem;
	margin: 0 auto;
}
@media (max-width:1024px) {
	.userList li{
		line-height: 1.4rem;
		font-size: 1rem;
		padding: 0.5rem 6rem 0.5rem 0.8rem;
		background-position: left 1.1rem;
	}
	.userList li span{
		line-height: 2.4rem;
		font-size: 0.9rem;
	}
}
@media (max-width:768px) {
	.userCon{
		padding:0;
		min-height:auto;
	}
}

