body{
	background: white;
}
/*头部*/
.head-wrap{
	position: relative;
	padding:.48rem .36rem 0 .36rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo-wrap{
	display: flex;
	align-items: center;
}
.logo-wrap>img{
	width: .88rem;
	height: .88rem;
	margin-right: .24rem;
}
.logo-wrap>span{
	font-size: .36rem;
	color: #37a2f2;
}
.head-wrap>a{
    display: block;
    padding: .2rem;
}
.head-wrap>a>img{
	width: .36rem;
	height: .36rem;
}
.menu-wrap{
	font-size: .32rem;	
}
.menu-wrap>div{
	padding:.32rem .3rem .2rem .48rem;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
}
.txtgray{
    color: #999;
}
.txtblack{
	color: #333;
}
/*轮播图*/
.item-igs{
    position: relative;
    width: 100%;
    padding: .1rem;
    box-sizing: border-box;
}
#show{
    position: relative;
    width: 100%;
    height: 3.6rem;
}
.ig>img{
    width: 100%;
}
.ig{
    position:absolute;
}
.dot{
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .16rem;
}
.dotPink{
    background-color:#37a2f2;
}
.dotWhite{
    background-color: white;
}
.dotGray{
    background-color: #ccc;
}
.dot li{
    width: .1rem;
    height: .1rem;;
    margin-left: .08rem;;
    border-radius:50%;
    float:left;
    cursor:pointer;
}
/*更多偶像/偶像版块*/
.idol-wrap {
    position: relative;
    width: 100%;
    padding: .36rem;
    box-sizing: border-box;
  }
  .idol-wrap a {
    display: block;
    cursor: pointer;
  }
  .idol-wrap .f-img {
    width: 1.5rem;
    height: 2rem;
    margin-right: .36rem;
    border-radius: 5px;
  }
  .idol-wrap .f-wrap {
    width: 5.04rem;
    position: absolute;
    display: inline-block;
  }
  .idol-wrap .f-wrap>h1 {
    font-size: .32rem;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: .02rem .36rem .18rem 0;
    text-align: left;
  }
  .idol-wrap .f-wrap .f-time {
    background-color: rgb(79, 206, 248);
    display: inline-flex;
    border-radius: 100px;
    padding: .08rem .16rem;
    box-sizing: border-box;
    color: white;
    font-size: .18rem;
  }
  .idol-wrap .f-wrap .f-txt {
    font-size: .28rem;
    color: #999999;
    margin: .18rem .12rem 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: .8rem;
  }
  /*底部*/
  .foot-tab{
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    background-color: white;
    height: .98rem;
    position: fixed;
    display: flex;
    align-items: center;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 12;
}
.foot-tab>div,.foot-tab>div>a{
    width: 33.3%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .34rem;
    cursor: pointer;
}
.foot-tab>div>a{
    width: 100%;
    font-size: .34rem;
}
.foot-tab .btn-center>img{
    width: 1.02rem;
    height: .74rem;
}
/*.foot-tab .btn-center .center-bg{
    position: absolute;
    width: 3.6rem;
    height: 2.36rem;
    background:url(../icons/icon_yun_1102.png) no-repeat center;
    background-size: 100%;
    bottom: 1.22rem;
} */