.lawyer-tabs-bar-fixedtop .choice-condition-bar {
	top: 2.2rem;
}

.choice-condition-conts {
	top: 4.38rem;
}
.lawyer-tabs-bar-fixedtop.pt-top44 {
	padding-top: 2.2rem;
}
.lawyer-tabs-bar-fixedtop .choice-condition-bar:before {
	content: "";
	position: absolute;
	top: 0rem;
	right: 0;
	left: 0;
	z-index: 1;
	height: 0.4rem;
	background-color: #fff;
}
.choice-condition .item {
	width: 48%;
}
.choice-condition .item4 {
	width: 48%;
}

.recommend-law-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1%;
}
.recommend-law-list>li{
    width: 49%;
}
.recommend-law-list .lawyer-card .lawyer {
    height: 2.2rem;
    padding-left: 3.12rem;
}
.recommend-law-list .lawyer-card .lawyer .photo {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.4rem;
}
.recommend-law-list .lawyer-card .skill {
	line-height: 0.75rem;
	color: #111f34;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.recommend-law-list .lawyer-card .handle {
	padding-left: 0;
	justify-content: center;
}
.lawyer-card .handle .handle-btn {
	margin-left: 0rem;
	width: 5.68rem !important;
}
.lawyer-card .handle .handle-btn.ask {
	background-color: #ccc;
}
.lawyer-card .handle .handle-btn.ask:hover {
	background-color: #ccc;
}
.lawyer-card .handle .handle-btn.ask:active {
	background-color: #ccc;
}
.lawyer-card .handle .handle-btn {
	border: none !important;
}
.recommend-law-list .askChoose .lawyer-card .handle .handle-btn.ask {
	background-color: #316e9d !important;
}
.sendTotalDataId {
	width: 4.5rem;
	height: 4.4rem;
	position: fixed;
	bottom: 4rem;
	right: 50%;
	transform: translateX(50%);
	z-index: 600;
	display: block;
	user-select: none;
	-webkit-user-drag: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.4rem;
	padding: 4px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.89);
	box-shadow: 0 0 5px #eee;
	display: none;
	text-align: center;
	animation: sc 2s infinite linear;
}
.sendTotalDataId img {
	text-align: center;
	user-select: none;
	-webkit-user-drag: none;
	width: 2.3rem;
	height: auto;
	margin-top: 0.3rem;
}
.sendTotalDataId .txt {
	margin-top: 0.5rem;
	font-weight: bold;
	font-size: 12px;
	font-family: 黑体;
	display: block;
	user-select: none;
	-webkit-user-drag: none;
}
@keyframes sc {
	0% {
		transform: translateX(50%) scale(1);
	}

	50% {
		transform: translateX(50%) scale(0.8);
	}

	100% {
		transform: translateX(50%) transform: scale(1);
	}
}
.layui-layer-loading-2:after, .layui-layer-loading-2:before{
    border: none !important;
}


.my-collect{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 100px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 0.34rem 1.625rem;
    font-size: .685rem;
    color: #636874;
    background-color: #ffffff;
    border-color: #f3f4f6;
    text-align: center;
    border-width: 2px;
}
.my-collect-checked{
    background-color: #316e9d;
    color: #fff;
}
.my-collect-checked:hover{
    color: #fff !important;
}

.recommend-law-list .lawyer-card .photo .online {
    position: absolute;
    left: 0.4rem;
    top: 2.15rem;
    padding: 0 0.2rem;
    height: 0.8rem;
    line-height: 0.75rem;
    background-color: #f2b52d;
    border-radius: 0.4rem;
    color: #fff;
    font-size: 0.45rem;
    font-weight: bold;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.lawyer-basicinfo .photo .online{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding: 0 0.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: #316e9d ;
    color: #fff;
    border-radius: 0.4rem;
    color: #fff;
    font-size: 0.5rem;
    font-weight: bold;
    white-space: nowrap;
}

.search-bar{
    padding: 0.6rem 0.6rem 0.6rem 0.6rem;
        margin-right: 0;
} 

.choose-search-bar {
    padding: 0.6rem 0rem 0.6rem 0rem;
    /*right: 0.7rem;*/
}
    


.authentication-law-tips {
    height: auto;
    border-radius: 0.6rem;
    overflow: hidden;
}
.authentication-law-tips .choose-top-pic{
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0.6rem;
    display: block;
}
