* {
	box-sizing: border-box;
}

body {
	font-family: Arial, sans-serif;
	margin: 0;
	/* padding: 0 0.24rem;  */
}
a{
	text-decoration: none;
	color: #666;
}

.main {
	position: relative;
	color: #333;
	display: flex;
	flex-direction: column;
	height: 100vh;
	margin: 0 auto;
	overflow: hidden;
}

.bgc {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, #F60 0%, #FFE6C8 100%);
	z-index: 1;
}

.bgc_right {
	width: 6.36rem;
	height: 5.37rem;
	border-radius: 6.36rem;
	background: #FFA846;
	filter: blur(100px);
	position: absolute;
	top: -2.2rem;
	right: -2.7rem;
	z-index: 2;
}


header,
.container,
.tag_wrap {
	position: relative;
}

header,
footer,
.container,
.tag_wrap {
	z-index: 9;
}

@font-face {
	font-family: 'myFont';
	src: url('DingTalkJinBuTi-Regular.ttf');
}

header {
	/* background-color: pink; */
	padding: 0 0.24rem;
	display: flex;
	align-items: center;
	color: white;
	padding-top: 0.1rem;
}

H1 {
	font-family: 'myFont', sans-serif;
	font-weight:bold;
	font-size: 0.38rem;
}

header span {
	display: inline-flex;
	align-items: center;
	background-color: #fff;
	font-size: 0.26rem;
	color: #FF6600;
	padding: 0px 0.10rem;
	line-height: 0.40rem;
	border-radius: 0.06rem;
	margin-left: 0.22rem;
}

header span img {
	width: 0.13rem;
	height: 0.13rem;
	margin-right: 0.08rem;
}

.container {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0.24rem;
	padding-top: 0.12rem;
	padding-bottom: 0.2rem;
	/* background-color: pink; */
	align-content: flex-start;
	flex: 1;
	overflow: scroll;
}

.container::-webkit-scrollbar {
	display: none;
	/* 隐藏滚动条 */
}

.container .card {
	width: 3.4rem;
	background-color: #fff;
	border-radius: 0.20rem;
	font-size: 0.24rem;
	margin-right: 0.22rem;
	margin-bottom: 0.26rem;
}

.container .card:nth-child(2n) {
	margin-right: 0;
}

.card .c_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.28rem 0.20rem;
	padding-left: 0.24rem;
	position: relative;
	overflow: hidden;
}

.card .c_title span {
	font-size: 0.3rem;
	font-weight: 700;
	white-space: nowrap;
	width: 2.2rem;
	overflow: hidden;
	text-overflow: ellipsis;

}

.card .c_title::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -0.01rem;
	background-color: #f60;
	width: 0.08rem;
	height: 0.34rem;
	border-radius: 0 0.08rem 0.08rem 0;

}

.card .c_title a {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	font-size: 0.24rem;
	color: #999999;
}

.card .c_title a img {
	width: 0.08rem;
	height: 0.14rem;
	margin-left: 0.10rem;
}

.list_wrap {
	margin: 0;
	list-style-type: none;
	padding-left: 0;
}

.list_wrap li {
	padding: 0 0.2rem;
	padding-left: 0.46rem;
	margin-bottom: 0.22rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}

.list_wrap li::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.2rem;
	background-color: #C7C7C7;
	width: 0.08rem;
	height: 0.084rem;
	border-radius: 0.08rem;
}

.list_wrap li a {
	font-size: 0.27rem;
	color: #666;
	text-decoration: none;
}

.tag_wrap {
	height: 0.93rem;
	display: flex;
	align-items: center;
	overflow-x: auto;
	flex-wrap: nowrap;
	font-size: 0.26rem;
	color: #555;
	padding: 0 0.24rem;

}

.tag_wrap a {
	text-decoration: none;
	color: #666;
	width: fit-content;
	height: 0.58rem;
	line-height: 0.58rem;
	flex-shrink: 0;
	padding: 0 0.27rem;
	margin-right: 0.24rem;
	border-radius: 100px;
	border: 2px solid #FFF;
	border: 0.02rem solid white;
	background: var(--4, linear-gradient(147deg, #fde6d6 -38.03%, #FFF 53.06%));
}


footer {
	width: 100%;
	height: 1.2rem;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.3rem 0.24rem 0.5rem 0.24rem;
	font-size: 0.28rem;
	color: #999;
}

.search_box {
	position: relative;
	background-color: #f5f5f5;
	width: 3.1rem;
	height: 0.68rem;
	border-radius: 0.68rem;
	line-height: 0.68rem;
	padding: 0 0.3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search_box.r {
	width: 3.42rem;
}

.search_box .search_icon {
	width: 0.28rem;
	height: 0.28rem;
}

.search_box .quest {
	background-color: #F60;
	color: #FFF;
	position: absolute;
	right: 0;
	top: 0;
	width: 1rem;
	height: 0.68rem;
	text-align: center;
	border-radius: 0.68rem;
	font-size: 0.26rem;
}
.search_box input{
	font-size: 0.28rem;
	color: #666;
	width: 2.1rem;
	outline: none;
	border: none;
	background-color: #f5f5f5;

}


footer .gap {
	background-color: #f1f1f1;
	width: 0.03rem;
	height: 0.44rem;

}

.mini{ background:#fff; padding:0.04rem 0.06rem; width:1.1rem; border-radius: 0.1rem;font-size: 0.26rem;margin-left: auto; color:#999;}.mini img{ width:0.32rem; vertical-align: middle;}

.m-footer{ display:none;}
