.agent-box{
	padding-left: .4rem;
	position: absolute;
    left: 0;
    top: .9rem;
    bottom: 0;
    overflow: auto;
    right: 0;
}
.agent-box li{
	padding-top: .3rem;
	padding-bottom: .3rem;
	display: flex;
}
.agent-photo{
	width: .8rem;
	height: .8rem;
	position: relative;
	border-radius: .04rem;
	overflow: hidden;
	margin-right: .2rem;
}
.agent-photo img{
	width: 100%;
	height: 100%;
	background: url(../../images/common/jjrDefault.png) no-repeat center;
    background-size: cover;
}
.agent-mask{
	position: absolute;
	left: 0;
	bottom: 0;
	width: .8rem;
	height: .26rem;
	background:rgba(86,188,85,.6);
	text-align: center;
	line-height: .26rem;
	color: #fff;
	font-size: .16rem;
	background: url(../../images/common/renzheng.png) no-repeat center;
    background-size: cover;
}
.agent-info{
	width: 3.9rem;
}
.agent-name{
	display: flex;
	align-items: center;
}
.agent-name b{
	margin-right: .08rem;
	font-size: .3rem;
	color: #333;
	line-height: .5rem;
	font-weight: bold;
}
.agent-card{
	margin-right: .08rem;
	width: .41rem;
	height: .28rem;
	background: url(../../images/pages/agentlist/card1.png) no-repeat;
	background-size: .41rem .28rem;
}
.agent-comp{
	margin-right: .08rem;
	padding: 0 .1rem;
	height: .28rem;
	background:linear-gradient(140deg,rgba(255,255,255,1) 0%,rgba(234,239,247,1) 100%);
	border-radius: .04rem;
	border: 1px solid rgba(134,154,187,1);
	color: #869abb;
	line-height: .28rem;
	font-weight: bold;
	font-size: .18rem;
}
.agent-cert{
	width: .2rem;
	height: .18rem;
	background: url(../../images/pages/agentlist/card2.png) no-repeat;
	background-size: .2rem .18rem;
}
.agent-info p{
	padding-top: .03rem;
	font-size: .18rem;
	color: #999;
	line-height: .22rem;
}
.agent-talk{
	width: .7rem;
	height: .7rem;
	margin-right: .38rem;
	background: url(../../images/pages/agentlist/talk.png) no-repeat;
	background-size: .7rem .7rem;
	margin-top: .04rem;
}
.agent-call{
	width: .7rem;
	height: .7rem;
	background: url(../../images/pages/agentlist/call.png) no-repeat;
	background-size: .7rem .7rem;
	margin-top: .04rem;
}
.no-data{
    width: 4.85rem;
    height: 3.5rem;
    margin:2rem auto 0;
    background: url(../../images/common/empty-bg.png) no-repeat center;
    background-size: cover;
}