body{
	background-color: #f0eff5;
}
.topSession{
	/*background-color: #ffffff;*/
	margin-top: 45px;
}
.topSession .title{
	font-size: 18px;
	line-height: 24px;
	padding: 12px 16px;
	/*border-bottom: 1px solid #c8c7cc;*/
}
.myMain{
	padding: 5%;
	padding-top: 0;
}
.evaBox{
	margin-bottom: 20px;
	border-radius: 3px;
	background-color: #ffffff;
	overflow: hidden;
}
.evaBox .tit{
	background-color: #F6F6F6;
	color: #024A00;
	font-size: 18px;
	padding-left: 12px;
	line-height: 40px;
}
.evaBox .cont{
	padding: 20px 12px;
	font-size: 14px;
	line-height: 22px;
}
.areaCondition .cont{
	line-height: 20px;
}
.evaBox .cont .ses{
	margin-bottom: 24px;
	position: relative;
}
.evaBox .cont .ses:after{
	content: "";
	display: block;
	clear: both;
}
.evaBox .cont .ses:last-child{
	margin-bottom: 0px;
}
.evaBox .cont .ses > div{
	float: left;
}
.evaBox .l{
	margin-right: 3%;
    width: 21%;
}
.evaBox .c{
	border: 1px solid #09BB07;
    height: 20px;
    margin-right: 3%;
    width: 56%;
}
.evaBox .r{
	width: 16%;
}
.evaBox .c .c_inner{
	background-color: #09BB07;
	width: 0%;
	height: 18px;
}

.areaCondition .cont .ses {
	padding-left: 41%;
}
.areaCondition .l{
	left: 0;
    line-height: 18px;
    position: absolute;
    width: 38%;
}
.areaCondition .c{
	width: 77%;
	border:none;
}
.areaCondition .r{
	width: 15%;
}
.areaCondition .starBg{
	width:20px;
	margin-right: 4px;
	background: url(../images/starGrey.png) no-repeat;
	height: 20px;
	background-size: 100%;
	float: left;
}
.areaCondition .starBg:last-child{
	margin-right: 0px;
}
.areaCondition .starBg .star{
	background: url(../images/app_n/btn_star_minsmall_blue@2x.png) no-repeat;
	width: 0;
	height: 100%;
	background-size: 20px 20px;
}

.companion .l{
	width:10%;
}
.companion .c{
	width:73%;
	border:none;
}
.companion .r{
	width:10%;
}

.bottom{position: fixed;bottom:0;width:100%;z-index:10;background:#e1e1e1;border-top:1px #909090 solid;display:none;}
.bottom img{position:relative;top:2px;width: 20px;}
.bottom a {display:block;width: 100%;height:44px;text-align:center;padding:10px;border:none;font-size:1.125em;background:#e1e1e1;color:#646464;}

.tipsbottom{
    border-bottom: 1px solid #c7c8cc;
}




