.main-container{
	width: 98%;
	margin: auto;
	margin-bottom:60px;
}
.analys-item{
	margin: 10px 0;	
	display: table;
	width: 100%;
	border-bottom: 1px dashed;
	padding-bottom: 5px;	
}
.analys-item:last-child{
	border:none
}
.mian-con2{
	margin-bottom:20px;
}
.item-tip{
	color: #fff;
	width: 80px;
	padding: 5px 0;
	border-radius: 5px;
	text-align: center;
}
.item-content{
	padding: 0 10px;
	text-indent: 32px;
	font-size:16px;
}
.item-health{
	background-color: #00ADC1;
}
.item-job,.item-all{
	background-color: #9BC53F;
}
.item-love{
	background-color: #E84C3D;
}
.item-money{
	background-color: #F2A91C;
}
.item-work{
	background-color: #F87C4B;
}

  .luck-analys-con{
    height:30px;
	margin-top:10px;
  }    
  .luck-analys {
  	padding: 0 5px;
  	background-color: #E84C3D; 	
  	color: #fff;  
  	border-radius: 5px;	
	float:left;
	height:30px;
	line-height:30px;
  }
  .change-time{
  	margin-top:2px;
  	height:25px;
	display: inline-block
  }
  .analys-centent{
  	text-indent: 32px;
  }
 .date-time{
	padding: 5px;
	vertical-align: middle;
	float: left;
	width: 20%;
	font-size:20px;
	margin-left:5px;
 }