.container{
    font-size: 0.24rem;
    padding: 0 0.15rem;

}
/* 搜索 */
.search{
    width: 100%;
    height: 0.68rem;
    margin-top: 0.16rem;
    position: relative;
    }
.search input{
    width: 100%;
    height: 0.68rem;
    background:rgba(241,241,241,1);
    opacity:1;
    border-radius:0.17rem;
    padding-left: 0.60rem;
    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.34rem;
}
/* 轮博  */
.swiper-container{
    width: 100%;
    /*height: 2.76rem;*/
    margin-top: 0.16rem;
    border-radius: 0.12rem;
}
.swiper-wrapper img{
	width: 100%;
}
/* 头部导航 */
.header-nav{
    width: 100%;

}
.header-nav>ul{
    width: 100%;
    display: flex;
    flex-wrap:wrap;
}
.header-nav>ul>li{
    width: 20%;
    text-align: center;
    margin-top:0.32rem;
    font-size: 0.24rem;
    color: #666666;
}
.header-nav1{
	color: #666;
	font-size: 0.24rem;
}
.header-nav .nav-img{
    width: 0.9rem;
    height: 0.9rem;
    margin: 0.1rem auto;
}
/* header-ad */
.header-ad{
	width:100%;
	height: 2.0rem;
	margin-top: 0.32rem;
}
.header-ad>img{
	width:100%;
	height: 2rem;
}
/* content */
.content{
	width:100%;
	margin-top: 0.32rem;
}
.content .content-title{
	width:100%;
	text-align: center;
	font-size: 0.16rem;
	color: #666;
	border-bottom: 0.02rem solid rgba(229,229,229,1);
}
.content-title span{
	display: inline-block;
	margin: 0 1rem;
	text-align: center;
	font-size: 0.32rem;
	color: #666;
	height: .6rem;
	font-weight: 800;
}
.content-title .active{
	color: #0F67D6;
	border-bottom: 0.04rem solid #0F67D6;
}
.content-con{
	width:100%;
	display: flex;
	flex-wrap:wrap;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.6rem;
	/* align-items: flex-start; */
	/* justify-content:space-around; */
}
.content-con .content-list{
	width:3.32rem;
	/* height: 50rem; */
	margin-top: 0.3rem;
	/* margin: 1.5rem 0.2rem  0; */
}
.imgbox{
	position: relative;
}
.imgbox span{
	display: inline-block;
	position: absolute;
	bottom: 0.16rem;
	right: 0.16rem;
	color: #fff;
	font-size: 0.24rem;
	background: rgba(0,0,0,0.2);
    padding: 0 0.1rem;
    border-radius: 0.2rem;
}
.content-list img{
	width:3.32rem;
	height: 3.32rem;
	border-radius: .1rem;
}
.content-list h2{
	font-size:0.32rem;
	font-family:PingFang SC;
	color:rgba(51,51,51,1);
	font-weight: 400;
	margin-top: 0.16rem;
}
.content-list p{
	font-size: 0.24rem;
	color: #999;
	line-height: 0.4rem;
	height: 0.4rem;
	margin-top: 0.08rem;
}
.collect-box{
	display: flex;
	justify-content:space-between;
	margin-top: 0.08rem;
	font-size: 0.26rem;

}
.collect-box span{
	display: inline-block;
	/* height: 2.4rem; */
	width: 1.3rem;
	position: relative;
	font-size: 0.26rem;
	color: #666;
	font-size: 0.26rem;

	/* padding-left: 2.5rem; */
}
.collect-box img{
	width: 0.3rem;
	height: 0.3rem;
	vertical-align: middle;
}
.collect-box button{
	position: relative;
	width:1.4rem;
	height:0.48rem;
	font-size: 0.26rem;
	background:rgba(15,103,214,1);
	border-radius:0.24rem;
	color: #fff;
	font-family:PingFang SC;
}
.collect-box button img{
	left: 0.2rem;
}
/* 已收藏 */
.collect-box .collected{
	color: #FFC934;
}
 .collect-box b i{
	display: inline-block;
	width: 0.48rem;
	height: 0.48rem;
	background: url(../../images/mobile/ico_collect_n@2x.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: -0.05rem;
}
.collect-box b{
	position: relative;
	padding-left: 0.48rem;
	display: inline-block;
	height: 0.48rem;
	margin-top: 0.1rem;
}
.collected b{
	color: #FFC934;
	position: relative;
	padding-left: 0.48rem;

}
.collected b i{
	display: inline-block;
	width: 0.48rem;
	height: 0.48rem;
	background: url(../../images/mobile/ico_collect_s@2x.png) no-repeat !important;
	background-size: 100% 100% !important;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: -0.08rem;
}
/* tabbar  */
.tabbar{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.0rem;
	display: flex;
	justify-content: space-around;
	font-size: 0.22rem;
	color: #999;
	background: #fff;
}
.tabbar{
	width: 100%;
	height: 1.0rem;
	display: flex;
	justify-content: space-around;
	text-align: center;
}
.tabbar i{
	display: block;
	width:0.56rem;
	height:0.56rem;
	margin: auto;
}
.tabbar .index{
	background: url(../images/tabbar_icon_home_n@2x.png);
	background-size:100%  100%;
}
.tabbar .center{
	background: url(../images/tabbar_icon_jiepou_n@2x.png);
	background-size:100%  100%;
}
.tabbar .bank{
	background: url(../images/tabbar_icon_test_n@2x.png);
	background-size:100%  100%;
}
.tabbar .my{
	background: url(../images/tabbar_icon_me_n@2x.png);
	background-size:100%  100%;
}
.tabbar .index-c{
	background: url(../images/tabbar_icon_home_s@2x.png);
	background-size:100%  100%;
}
.tabbar .center-c{
	background: url(../images/tabbar_icon_jiepou_s@2x.png);
	background-size:100%  100%;
}
.tabbar .bank-c{
	background: url(../images/tabbar_icon_test_s@2x.png);
	background-size:100%  100%;
}
.tabbar .my-c{
	background: url(../images/tabbar_icon_me_s@2x.png);
	background-size:100%  100%;
}
.topage{
	display: flex;
    align-items: center;
    justify-content: center;
}