h1{
	font-size: .36rem;
	text-align: center;
	line-height: .36rem;
	font-weight: bold;
	margin: .48rem 0 .2rem 0;
}
.goMoreIdol,.open-idol-life>div{
	position: relative;
	width: 1.5rem;
	height: .66rem;
	border-radius: 5px;
	background-color: #ebf6fe;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: .8rem;
}
.goMoreIdol a,.open-idol-life a{
	color: #37a2f2;
	font-size: .28rem;
}
h2,p{
	font-size: .28rem;
	text-align: center;
}
h2{
	color: #dedede;
	margin-top: .19rem;
}
p{
	color: #999;
	margin: .36rem 0 .66rem;
}
.idol-head-img{
	padding: .1rem;
	box-sizing: border-box;
}
.idol-head-img>img{
	width: 100%;
	height: auto;
}
/*偶像红色模块*/
.red-idol-wrap{
	background-color: #fa7298;
	padding: .88rem .36rem;
	box-sizing: border-box;
	margin-top: .78rem;
}
.white-txt-box h1,.white-txt-box p{
	color: white;
}
.white-txt-box h2{
	color: white;
	opacity: .3;
}
.idol-phone-img{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.idol-phone-img>.idol-img>img:nth-child(1){
	width: 2.5rem;
}
.idol-phone-img>.idol-img>img:nth-child(2){
	width: 2.96rem;
	margin: .88rem 0;
}
.idol-phone-img>.idol-img>img:nth-child(3){
	width: 2.44rem;
}
.idol-phone-img>img{
	width: 3.3rem;
	height: 6.6rem;
}
/*数字模块*/
.number-wrap{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 1.07rem 0 .64rem 0;
}
.number-wrap>img{
	width: auto;
	height: .645rem;
}
.number-wrap>h1{
	font-weight: bold;
	margin: .36rem 0 .28rem 0;
}
.number-wrap>p{
	line-height: .38rem;
	margin: 0;
}
/*数字模块 end*/
.novel-img-wrap{
	padding: 0 .1rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.novel-img-wrap>img{
	width: 32%;
}
.novel-img-wrap>img:nth-child(2){
	margin: 0 .1rem;
}
.price-img-wrap{
	padding: 0 .36rem;
	box-sizing: border-box;
}
.price-img-wrap>img{
	width: 100%;
}
.price-img-wrap>img:nth-child(2){
	margin: .24rem 0;
}
/*开启我的偶像生涯*/
.open-idol-life{
	position: relative;
	padding: 1.08rem .36rem;
	box-sizing: border-box;
}
.open-idol-life>div{
	width: 100%;
	height: .88rem;
}
.about-img{
	position: relative;
	padding:.08rem .12rem .46rem .12rem;
	box-sizing: border-box;
}
.about-img>img{
	width: 100%;
	height: auto;
}
section{
	padding:0 .36rem 1.5rem .36rem;
	box-sizing: border-box;
	padding-top: 0;
}
section div{
	font-size: .28rem;
}
.activite {
	width: 100vw;
    height: 3.6rem;
	overflow: hidden;
	position: relative;
	z-index: 5;
}
.activite-box {
    width: 100%;
	white-space: nowrap;
	transform: translateX(-47.5%);
	transition-duration: 1s;
}
.activite-box img{
    width: 4.5rem;
    height: 2.8rem;
    display: inline-block;
}
.img-left {
    opacity: 0.7;
}
.img-center {
    margin: 0 .46rem;
}
.img-right {
    opacity: 0.7;
}
#touchBox {
	position: absolute;
	top: 14rem;
	width: 74%;
	left: 50%;
	margin-left: -37%;
	height: 8rem;
	z-index: 10;
}