/* 无数据无网络样式 */
.no_wwl{
	width: 100%;
	height: 100%;
	z-index: 4;
	position: relative;
}
.no_wwl .wwl001{
	width: 100%;
	height: 100%;
	/* height: calc(100% - 5.35rem); */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* background: #fff; */
	background: transparent;
	z-index: 1;
	/* position: fixed; */
	/* top: 2.35rem; */
	/* top: 0; */
	padding-bottom: 0;
}
/* 无网络 */
.no_wwl .full{
	background: #fff;
	z-index: 4;
}
/* 有搜索标题+标签 */
.no_wwl .half_screen{
	top: 3.98rem;
}
.no_wwl .wwl002{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.no_wwl .wwl002 svg{
	height: 3.5rem;
	margin-bottom: 0.6rem;
}
.no_wwl .wwl002 img{
	height: 3.5rem;
	margin-bottom: 0.6rem;
}
.no_wwl .wwl003{
	font-size: 0.8rem;
	color: var(--menu-text-one);
	line-height: 1;
}
.no_wwl .wwl004{
	margin-top: 1.8rem;
	display: flex;
	flex-direction: column;
}
.no_wwl .wwl004 button{
	font-size: 0.8rem;
	line-height: 1;
	color: var(--menu-text-one);
	/* border: 1px solid #d30000; */
	background-color: var(--kpbg-color);
	border-radius: 0.2rem;
	padding: 0.7rem 1.5rem;
	margin: 0.8rem 0 0 0;
}
.no_wwl .wwl004:hover{
	cursor: pointer;
}
.no_wwl .wwl004 button:active{
	opacity: 1;
	color: #000;
	background-color: var(--kpbg-color-active);
	border-color: transparent;
}
.no_wwl .wwl004 button:first-child{
	margin-top: 0;
}
/* 网络不给力 */
.no-network{

}
.no-network .no-network1{
	width: 100%;
	padding: 0.3rem 0.75rem;
	background-color: #f5f5f5;
}
.no-network .no-network2{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 2rem;
	/* background-color: rgba(211,0,0,0.05); */
	border-radius: 0.2rem;
}
.no-network .no-network2 samp{
	/* margin-right: 0.75rem; */
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	overflow: hidden;
	font-size: 0.7rem;
	line-height: 1.4;
	font-family: "PingFang SC","Source Han Sans CN","黑体","微软雅黑","Microsoft YaHei";
	/* color: #d30000; */
	display: -webkit-box;
	word-break: break-all;
}
.no-network .no-network2 img{
	margin: 0 0.75rem;
	width: 0.8rem;
	height: 0.8rem;
}
/* ------------------------------正在加载------------------------------ */
.loader {
	position: relative;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	border: solid rgba(0, 0, 0, 0.2) 0.1rem;
	border-top: solid #0066ff 0.1rem;
	/* border-left: solid rgba(0,0,0,0.2) 5px; */
	animation: loader2Animation 1.5s linear infinite;
	margin-right: 0.5rem;
}
@keyframes loader2Animation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
.no_wwl .wwl005{
	display: flex;
	justify-content: center;
	align-items: center;
}
.no_wwl .wwl005 img{
	height: 3.5rem;
	margin-bottom: 0.6rem;
}
/* ----------------居中弹出提示无网络 ----------------*/
.wwl006{
	background-color: rgba(0,0,0,0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1rem;
	border-radius: 0.35rem;
}
.wwl006 img{
	height: 1.15rem;
	margin-right: 0.35rem;
}
.wwl006 svg{
	height: 1.15rem;
	width: auto;
	margin-right: 0.35rem;
}
.wwl006 span{
	color: #fff;
	font-size: 0.75rem;
}
.wwl007{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 3;
}