.container{
    font-size: 0.28rem;
	/* padding: 0 1.5rem; */
	padding-bottom: 1.6rem;
	
}
/* 搜索 */
.search-wrap{
	width: 100%;
	height: 1rem;
	background-color: #fff;
	position: fixed;
    left: 0;
	top: 0;
	z-index: 999;
}
.search{
    width: 93%;
    height: 0.68rem;
    position: relative;
	margin:0.16rem 0.3rem 0;
	
    }
.search input{
    width: 100%;
    height: 0.68rem;
    background:rgba(241,241,241,1);
    opacity:1;
    border-radius:0.34rem;
    padding-left: 0.6rem;
    box-sizing: border-box;
}
.search img{
    position: absolute;
    top: 0.1rem;
    left: 0.1rem;
    width: 0.48rem;
    height: 0.48rem;
    background:rgba(241,241,241,1);
    opacity:1;
    border-radius:0.32rem;
}
/* content */
.content{
	width: 100%;
	font-size: 0.32rem;
	display: flex;
	justify-content: flex-end;
	margin-top: 0.3rem;
	height: 100vh;
	margin-bottom: 1.2rem;
	margin-top: 1.1rem;
}
.content .content-l{
	width: 2.4rem;
	height: 100%;
	position: fixed;
	left: 0;
	/* overflow-x: scroll; */
	overflow-y: scroll;
	padding-bottom: 2.5rem;
}
.content-l ul{
	/* margin-bottom: 1.6rem; */
	max-height: 79vh;
	overflow-y: scroll;
}
.content-l ul li{
	text-align: center;
	background:rgba(246,246,246,1);
	box-sizing: border-box;
}
.content-l ul li p{
	font-size:0.28rem;
	color:rgba(102,102,102,1);
}
.content-l ul li span{
	font-size:0.24rem;
	color:rgba(153,153,153,1);
}
.solution-avtive{
	background: #96c1f8 !important;
	border-left: 0.08rem solid #0F67D6;
}

.content .content-r{
	width: 4.4rem;
	height: 10rem;
}
.solution-con{
	width: 100%;
}
.imgbox{
	width: 100%;
	min-height: 1.6rem;
	position: relative;
	border-radius: 0.1rem;
	overflow: hidden;
}
.imgbox img{
	width: 100%;
	height: 100%;
}
.imgbox span{
	position: absolute;
	left: 0.16rem;
	bottom: 0.16rem;
	display: inline-block;
	width:1.2rem;
	height:0.44rem;
	font-size: 0.22rem;
	text-align: center;
	line-height: 0.44rem;
	color: #fff;
	font-weight:400;
	background: rgba(255,255,255,0.3);
    padding: 0 0.1rem;
    border-radius: 0.2rem;
}
.solution-con>s>p{
	display: flex;
	justify-content: space-between;
	line-height: 0.4rem;
	margin :0.3rem 0;
}
.solution-con>s>p>span:nth-of-type(1){
	font-size:0.28rem;
	font-weight:bold;
	color:rgba(51,51,51,1);
	display: inline-block;
	width: 60%;
}
.solution-con>s>p>span:nth-of-type(2){
	font-size:0.24rem;
	color:rgba(153,153,153,1);
}
.catalog{
	width: 95%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.catalog div{
	width: 1.9rem;
	height: .9rem;
	background: #FFC934;
	text-align: center;
	border-radius:0.08rem;
	margin-bottom: 0.2rem;
}
.catalog div p{
	font-size:0.28rem;
	line-height:0.6rem;
	color:rgba(51,51,51,1);
	margin-top: 0.14rem;
}
.catalog div span{
	font-size:0.24rem;
	color:rgba(255,255,255,1);
}
/* 余额不足 */
.tooltip-isbuy{
	width:100%;
	height:100vh;
	background:rgba(4,4,15,0.4);
	opacity:1;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.tooltip-isbuy .tooltip-isbuy-box{
	width:5.4rem;
	height:2.8rem;
	background:rgba(255,255,255,1);
	opacity:1;
	border-radius:0.24rem;
	margin: 4.96rem auto;
	overflow: hidden;
}
.tooltip-isbuy-box span{
	display: inline-block;
	width:100%;
	height: 1.98rem;
	/* line-height: 9.9rem; */
	text-align: center;
	font-size: 0.36rem;
	color: #333;
	border-bottom: 0.02rem solid rgba(229,229,229,1);
	padding: 0.46rem 0.74rem 0;
	box-sizing: border-box;
}
.tooltip-isbuy-box button{
	width: 49%;
	height: 0.8rem;
	background: #fff;
	color: #2878FF;
	font-size: 0.34rem;
	font-family: "PingFang SC";
}
.tooltip-isbuy-box button:nth-of-type(1){
	border-right: 1 solid rgba(229,229,229,1);
	color: #333;
}