*{
	margin: 0px;
	padding:0px;
	text-decoration:none;
	list-style-type: none;
}
body{
	background: #f9f9fa;
}
a{
	-webkit-tap-highlight-color:transparent;
}
.bannner{
	width: 100%;
	display: flex;
}
.bannner img{
	width: 100%;
}
.width1200{
	width: 100%;
	margin: 0.3rem auto;
}
.ellip{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.content-c{
	width:  auto !important;
	font-size: 0.18rem;
	padding: 0.56rem 0.25rem;
	position: relative;
	margin-top:0.3rem;
	background: #FFFFFF;
}
.content-c p{
	line-height: 0.3rem;
}
.text{
	text-indent:0.36rem;
}
.content-c img{
	position: absolute;
	top:0.3rem;
	left: 0px;
	width:0.55rem;
	height: 0.49rem;
}
.text-color{
	background: #b18503;
	color: #fff;
	margin-top: 0.3rem;
}
.brand{
	border-top: 1px solid #ebe3c9;
	padding: 0 0.5rem;
}
.brand-c{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
	
.brand-n{
	width:2.9rem;
	height: 3.1rem;
	border: 1px solid #b18503;
	margin-bottom: 0.2rem;
	display: inline-block;
	margin-right: 0rem;
	background: #FFFFFF;
}
.brand-n a{
	display: block;
	height: 4.1rem;
}
.brand-img{
	width: 100%;
	height: 2.00rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.brand-img img{
	width: 2rem;
	height: 2rem;
}
.introduce{
	border-top: 1px solid #b18503;
    align-items: center;
	color: #181818;
	font-size: 0.16rem;
	padding: 0.22rem 0.06rem;
}
.introduce p{
	line-height: 0.28rem;
}
.footer{
	width: 100%;
	height:auto;
	padding: 0.10rem 0rem;
	background: #181818;
	display: flex;
	align-items: center;
/* 	position: fixed;
	bottom: 0rem;
	left: 0rem; */
}
.footer-c{
	background: #181818;
	padding: 0 0.2rem;
}
.footer-c p{
	font-size:0.14rem;
	text-align: center;
	color: #ffffff;
	line-height: 0.3rem;
}
.back{
	width: 100%;
	height: 100%;
	position:fixed;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	display: none;
}
.popup{
	width: 7rem;
	height: auto;
	border-radius: 0.3rem;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -3.8rem;
	margin-left: -3.5rem;
	background: #FFFFFF;
	display: none;
	padding-bottom:0.2rem;
}
.popup img{
	width: 2rem;
	height: 2rem;
}
.popup h3{
	padding: 0 0.2rem;
	font-size: 0.24rem;
}
.details-c-p{
	padding: 0 0.2rem;
	font-size: 0.14rem;
}
.brandn-img{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0.2rem 0rem;
	
}
.brandn-img p{
	width: 100%;
	font-size: 0.18rem;
	text-align: center;
}
.xa{
	position: absolute;
	width: 0.5rem;
	height: 0.5rem;
	border: 1px solid #B18503;
    border-radius: 50%;
	right: 0.2rem;
	top: 0.1rem;
	cursor:pointer
}
.x{
	position: absolute;
	font-size: 0.56rem;
	right: 0.01rem;
	top: -0.15rem;
	transform:rotate(45deg);
}