/************************************** 列表 **************************************/
.agentListContainer #hui-load-more,.agentListContainer .hui-list{
	background-color: transparent;
}
.agentListBox .agentList li{
	background: #FFFFFF;
	box-shadow: 0 0.01rem 0.04rem 0 rgba(0,0,0,0.13);
	border-radius: 0.04rem;
	overflow: hidden;
	padding: 0.2rem 0.26rem;

	/*margin: 0 0.3rem;*/
	margin-bottom: 0.2rem;
	position: relative;
}
.agentListBox .agentList li>a.link{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: red;
	width: 85%;
	margin-right: 0.5rem;
	opacity: 0
}
.agentListBox .agentList li .pic{
	width: 0.86rem;
	height: 0.86rem;
	float: left;
	margin-right: 0.3rem;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
}
.agentListBox .agentList li .txt{
	float: left;
	width: 5.22rem;
}
.agentListBox .agentList li .txt>div{
	position: relative;
}
.agentListBox .agentList li .txt>div h3{
	font-size: 0.32rem;
	color: #303030;
	line-height: 0.45rem;
	margin-bottom: 0.03rem;
	font-weight: normal;
}
.agentListBox .agentList li .txt>div p{
	font-size: 0.22rem;
	color: #979797;
	line-height: 0.3rem;

}
.agentListBox .agentList li .txt>div  img{
	position: absolute;
	width: 0.5rem;
	height: 0.5rem;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.agentListBox .agentList li .txt>p{
	font-size: 0.24rem;
	color: #666;
	margin-top: 0.2rem;
	overflow: hidden;
}
.agentListBox .agentList li .txt>p a{
	color: #666;
	font-size: 0.24rem;
}

.agentListBox .agentList li .txt>p a.rt i{
	width: 0.11rem;
	height: 0.18rem;
	display: inline-block;
	background: url('../images/agent_list_button_right.png');
	background-size: 100%;
	margin-left: 0.1rem;

}
/*筛选*/
/*.grade-eject, .sort-eject, .brand-eject, .more-eject, .type-eject{*/
/*width: 100%;*/
/*height: 50%;*/
/*position: absolute;*/
/*top: 0.8rem;*/
/*z-index: 5;*/
/*display: none;*/
/*}*/



/************************************** 网店 **************************************/
.minheight{
	min-height: 4.67rem;
}
#noi{
	display: inline-block;
	background: #2A2C40 0.06rem 0.05rem;
	background-size: 0.24rem 0.24rem;
	border-radius: 0.18rem;
	padding-left: 0.16rem;
	font-size: 0.2rem;
	height: 0.36rem;
	color: #fff;
	font-weight: normal;
	padding-right: 0.1rem;
	line-height: 0.36rem;
	margin-left: 0.28rem;
}
.topBakground{
	height: 3.58rem;
	background: url('../images/black.png')no-repeat center/cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
/*名片*/
.agentCardBox .agentCard {
	display: flex;
	background: url('../images/bg.png')  center/cover no-repeat;
	background-origin: border-box;
	border-radius: 0.2rem;
	/*background-size: 100%;*/
	padding: 0.3rem 0.36rem 0.45rem;
}
.agentCard .container{
	flex: 1;
	margin-left: 0.63rem;

}
.agentCardBox .agentCard .pic{
	/*float: left;*/
	display: inline-block;
	width: 1.7rem;
	height: 1.7rem;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
	border: 0.04rem solid #FFFFFF;
}
.agentCardBox .agentCard .txt{
	position: relative;
	display: block;
}
.agentCardBox .agentCard .txt p.line{
	width: 3.9rem;
	height: 0.01rem;
	margin-top: 0.23rem;
	border-top: solid #DF2C34 1px;
}

.agentCardBox .agentCard .contact{
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 0.4rem 0 0 0;
}
.agentCardBox .agentCard .contact .phone, .agentCardBox .agentCard .contact .message {
	display: inline-block;
	width: 1.8rem;
	height: 0.8rem;
	border-radius: 0.1rem;
	font-family: PingFangSC-Regular;
	font-size: 0.28rem;
	text-align: center;
	line-height: 0.8rem;
	color: #FFFFFF;
}
.agentCardBox .agentCard .contact .phone{
	background-image: linear-gradient(90deg, #FF6F2E 0%, #EF4C36 100%);
	margin-right: 0;
}
.agentCardBox .agentCard .contact .message{
	background-image: linear-gradient(-90deg, #FF9602 2%, #FCB71B 100%);
}
.agentCardBox .agentCard .txt h4{
	font-size: 0.4rem;
	color: #020433;
	line-height: 0.56rem;
	position: relative;
	margin-bottom: 0.24rem;
	font-weight: bold;
}
.agent-name {
	margin-right: 0.28rem;
	color: #020433;
	font-size: 0.4rem;
	line-height: 0.56rem;
	font-weight: bold;
}
.agent-name.is-long-name {
	font-size: 0.32rem;
}
.agent-name.is-long-name::after {
	content: '...';
}
.agentCardBox .agentCard .txt h4 i{
	display: inline-block;
	background: #2A2C40 url('../images/icon.png')no-repeat 0.07rem 0.05rem;
	background-size: 0.24rem 0.24rem;
	border-radius: 0.18rem;
	padding-left: 0.36rem;
	font-size: 0.2rem;
	height: 0.36rem;
	color: #fff;
	font-weight: normal;
	padding-right: 0.1rem;
	line-height: 0.36rem;
	vertical-align: middle;
	margin-bottom: 0.05rem;
}
.agentCardBox .agentCard .txt p,.agentCardBox .txt p a{
	font-size: 0.28rem;
	line-height: 0.4rem;
	color: #404B69;
}
.agentCardBox .agentCard .txt p:nth-of-type(2) a{
	margin-top: 0.1rem;
	font-style: unset;
	display: block;
}
.agentCardBox .agentCard .txt p:nth-of-type(2) a span{
	text-decoration: underline;
}
.listBox .orderThem {
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	position: absolute;
	text-align: center;
	line-height: 0.8rem;
	top: 10.5rem;
	right: 0.3rem;
	border: 1px solid #D3D3D3;
}
/*数据*/
.agentCardList ul{
	display: flex;
	padding: 0.4rem  0 0.36rem 0;
}
.agentCardList ul li{
	width: 33.3333%;
	position: relative;

}

.ulAll{
	display: flex;
	justify-content: space-between;
	padding: 0 0.35rem;
}
.ulAll a{
	display: block;
	font-size: 0.28rem;
	font-weight: normal;
	color: #979797;
	position: relative;
	line-height: 0.9rem;
	height: 0.9rem;
	font-family: PingFangSC-Regular;
}
.ulAll a h2 {
	font-size: 0.28rem;
	font-weight: normal;
	color: #979797;
	line-height: 0.9rem;
	height: 0.9rem;
}
.ulAll a.focus{
	color: #e03b36;
}
.ulAll a.focus::before{
	content: '';
	width: 0.6rem;
	height: 0.04rem;
	background-color: #e03b36;
	position: absolute;
	bottom: 0;
	left: 50%;
	border-radius: 0.04rem;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.officeWwitch{
	display: flex;
	padding: 0 0.3rem;
	justify-content: space-between;
	border-bottom: 1px solid #f0f0f0;
}
.officeWwitch p{
	float: left;
	width: 50%;
	text-align: center;
}
.officeWwitch p a{
	display: block;
	font-size: 0.28rem;
	font-weight: normal;
	color: #979797;
	position: relative;
	line-height: 0.9rem;
	height: 0.9rem;
	font-family: PingFangSC-Medium;
}
.officeWwitch p.focus a{
	color: #030303;
	font-weight: bold;
}
.officeWwitch p.focus a::before{
	content: '';
	width: 0.6rem;
	height: 0.04rem;
	background-color: #e03b36;
	position: absolute;
	bottom: 0;
	left: 50%;
	border-radius: 0.04rem;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.agent_factoryWitch>p{
	/*width: 33.333%;*/
	flex: 1;
}
.agentCardList ul li a{
	display: block;
	text-align: center;
}
.agentCardList ul li a.focus{
	color: #030303;
}
.agentCardList ul li a h3{
	line-height: 0.67rem;
	font-size: 0.48rem;
	color: #333;
	margin-bottom: 0.18rem;
}
.agentCardList ul li a p{
	font-family: PingFangSC-Medium;
	color: #979797;
	letter-spacing: 0;
	font-size: 0.28rem;
	line-height: 0.33rem;
	position: relative;
	padding-right: 0.2rem;
	display: inline-block;
}
.agentCardList ul li a p i{
	width:0.11rem ;
	height: 0.2rem;
	display: inline-block;
	background:url("../images/agent_store_information_button_right.png") no-repeat;
	background-size: 100%;

	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.1rem;
}
.footer-bar {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	height: 1.2rem;
	box-shadow: 0 -4px 8px 0 rgba(2,4,51,0.08);
	background-color: #FFFFFF;
	text-align: center;
}
.footer-bar-btn {
	display: inline-block;
	width: 3rem;
	height: 0.9rem;
	margin-top: 0.15rem;
	border: 1px #F25C64 solid;
	border-radius: 0.1rem;
	color: #404B69;
	font-size: 0.38rem;
	text-align: center;
	line-height: 0.9rem;
}
.footer-bar-btn:not(:last-child) {
	margin-right: 0.4rem;
}
.footer-bar-btn.call {
	border: none;
	background-image: linear-gradient(90deg, #FF6F2E 0%, #EF4C36 100%);
	border-radius: 0.1rem;
	color: #FFFFFF;
}
