.header {
	position: fixed;
	z-index: 9999;
	width: 100%;
	background-color: #F2F2F2;
}
.flex{
	display: flex;
	align-items: center;
}
/* tab切换 */
.tab-box {
	width: 100%;
	border-radius: 10px;
	background-color: #FFF;
	margin-top: 0.52rem;
	padding-top: 10px;
}

.TabList {
	width: 100%;
	display: flex;
	justify-content: space-around;
	border-bottom: 2px solid #D7D7D7;
	padding: 10px 0;
	position: fixed;
	top: 0.52rem;
	z-index: 9999;
	background-color: #FFFFFF;
	box-shadow: 0 0.066667rem 0.133333rem 0 rgba(0, 0, 0, 0.04);
}
.TabList div {
	position: relative;
	
}

.TabList .active {
	font-weight: bold;
}
.TabList .active::after {
    content: " ";
    position: absolute;
    left: 50%;
	transform: translateX(-50%);
    top: 0.35rem;
    width: 0.6rem;
	height: 0.025rem;
	background-color: red;
	border-radius: 0.06rem;
   /* -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); */
}
.swiper-slide img{
	width: 100%;
	height: 2rem;
	border-radius: 5px;
}
.tab-list{
	margin-top: 0.3rem;
}
.tab-box-list{
	padding:25px 15px 15px;
}
 #swiper01 .swiper-pagination-bullet {
  width: 0.066667rem;
  height: 0.066667rem;
  background: #ffffff;
  opacity: 0.5;
  border-radius: 0;
  margin: 0 0.026667rem;
}

#swiper01 .swiper-pagination-bullet-active {
  width: 0.186667rem;
  height: 0.066667rem;
  background: #ffffff;
  opacity: 1;
}
.filter-box{
	justify-content: space-between;
	margin-top: 0.2rem;
}
.filter-box div img{
	width: 0.3rem;
	height: 0.3rem;
	margin-right: 0.1rem;
}
.Cheats{
	color:#00481A;
	font-weight: bold;
}
/* 秘籍列表 */
.Cheats-list{
	margin-top: 0.2rem;
}
.Cheats-list-img img{
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 8px;
}
.Cheats-list-img{
	margin-right: 0.2rem;
}
.Cheats-list-content div img{
	width: 0.24rem;
	height: 0.24rem;
	margin-right: 0.06rem;
}
.Cheats-list-vice{
	margin: 0.15rem 0;
}
.Cheats-list-content{
	justify-content: space-between;
	padding-right: 5px;
}

.recommend-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.recommend-list-first{
	width: 49%;
	border-radius: 5px;
	overflow: hidden;
}
.recommend-img{
	width: 100%;
	
}
.recommend-title{
	margin: 5px 3px;
}
.recommend-time{
	margin-bottom: 0.1rem;
	justify-content: space-between;
}
.recommend-time-img img{
	width: 0.25rem;
	height: 0.25rem;
}
.audio-img{
	width: 0.3rem !important;
	height: 0.3rem !important;
}
.audio-img1{
	width: 0.4rem !important;
	height: 0.4rem !important;
}
.Audiovisual{
	display: none;
}









.tab-list {
	display: none;
}

.start {
	font-weight: 600;
	margin-right: 10px;
	margin-left: 15px;
}

.mulu:first-child {
	border-top: 1px solid #C9C9C9;
	margin-top: 10px;

}

.mulu {
	justify-content: space-between;
	padding: 6px 15px 6px 0;
	border-bottom: 1px solid #C9C9C9;
}

.mulu div img {
	width: .4rem;
	height: .4rem;
}

.recommend-shoping {
	width: 100%;
	margin: 10px 0;
	padding: 10px 15px 0 0;
	border-radius: 15px;
	background-color: #FFFFFF;
}

.tuijian {
	padding: 0 !important;
}

