.mainContainer {
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url(../Image/index/3-b.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-y: auto;
	text-align: center;
	padding-bottom: 50px;
}
.contentContainer {
	margin: 0 auto;
	font-size: 0;
	padding-bottom: 400px;
	position: relative;
}
h1 {
	font-size: 30px;
	color: #454545;
	letter-spacing: 2px;
	text-align: left;
	padding: 40px 20px 20px 20px;
	text-shadow: 0 2px 3px rgba(0,0,0,.3);
}
.systemIntro {
	font-size: 12px;
	line-height: 20px;
	color: #454545;
	letter-spacing: 2px;
	text-align: justify;
	padding: 5px 20px;
	background-color: rgba(255, 255, 255, 0.6);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.evaluationList {
	position: absolute;
	left: 0;
	bottom: 70px;
	text-align: left;
	overflow-x: auto;
	width: 100%;
/*	height: 350px;*/
	height: 260px;
}
.evaluationList li {
	position: relative;
	display: inline-block;
	width: 200px;
	background-color: #26B4B6;
	text-align: left;
	margin-left: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,.3);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	top: 0;
	cursor: default;
	vertical-align: middle;
	margin-top: 20px;
}
.evaluationList li:hover {
	box-shadow: 0 3px 12px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 3px 12px rgba(0,0,0,.6);
  -moz-box-shadow: 0 3px 12px rgba(0,0,0,.6);
	top: -10px;
}
.evaluationList li>img {
	position: absolute;
	right: 8px;
	top: 8px;
}
.evaluationList .type {
	color: #FFF;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 10px;
}
.evaluationList .packName {
	color: #FFF;
	font-size: 20px;
	margin-top: 10px;
	margin-left: 10px;
}
.evaluationList .packInfo {
	margin-top: 20px;
	padding: 10px;
	background-color: #23A5A7;
}
.evaluationList .packInfo>div {
	display: inline-block;
	min-width: 90px;
}
.evaluationList .packInfo>div span:first-child {
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	display: block;
}
.evaluationList .packInfo>div span:last-child {
	font-size: 14px;
	color: #FFF;
	display: block;
	margin-top: 20px;
}
.evaluationList .introduction {
	font-size: 14px;
	line-height: 20px;
	min-height: 80px;
	color: #FFF;
	letter-spacing: 1px;
	margin: 17px 10px 0 10px;
	text-align: justify;
	display: none;
}
.evaluationList li a {
	background-color: #FFF;
	letter-spacing: 2px;
	font-size: 14px;
	padding: 10px 0;
	color: #26B4B6;
	display: block;
	text-align: center;
	margin: 30px auto 0 auto;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	-ms-border-radius: 17px;
	-o-border-radius: 17px;
	border-radius: 17px;
	margin: 20px 40px;
	width: 120px;
	cursor: pointer;
}
.evaluationList .checkMyReport {
	display: inline-block;
	margin: 20px 20px 0 20px;
	vertical-align: middle;
}
.evaluationList .checkMyReport li {
	cursor: pointer;
	margin: 0!important;
}
.lockPack .packInfo {
	text-align: center;
}
.lockPack .packInfo i {
	font-size: 30px;
	color: rgba(255, 255, 255, 0.8);
	display: block;
}
.lockPack .packInfo span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	display: block;
	margin-top: 10px;
}
.evaluationList .lockPack a {
	background-color: rgba(255, 255, 255, 0.5);
	cursor: not-allowed;
}
.report {
	background-color: #885EC4!important;
}
.chart {
	margin-top: 20px;
	height: 74px;
	padding: 0 26px;
	background-color: #845CBF;
	background-image: url(../Image/Background/chart_background.png);
	background-size: contain;
	background-position: center center;
}
.reportAge {
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	letter-spacing: 1px;
	margin: 17px 20px 0 20px;
	text-align: justify;
	height: 80px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.doneList {
	height: 30px;
	width: 120px;
	margin: 22px 40px;
}
.doneList>div {
	height: 30px;
	width: 30px;
	display: inline-block;
	margin-right: 15px;
	position: relative;
}
.doneList>div:last-child {
	margin-right: 0;
}
.doneList>div img {
	width: 30px;
	height: 30px;
}
.doneList>div i {
	font-size: 14px;
	color: #FFDE74;
	position: absolute;
	right: -1px;
	bottom: -1px;
	display: inline-block;
	width: 14px;
	height: 14px;
	text-align: center;
	text-shadow: 0 0px 8px rgba(0,0,0,.6);
}
.seeMoreOnPhone {
	position: absolute;
	right: 20px;
	bottom: 324px;
	font-size: 12px;
	color: #353535;
/*	text-shadow: 0 2px 3px rgba(0,0,0,.3);*/
}
@media only screen and (min-height: 1000px) {
	h1 {
		margin-top: 100px;
	}
	.systemIntro {
		font-size: 14px;
		line-height: 28px;
		padding: 20px;
	}
	
}
@media only screen and (min-width: 700px) {
	.seeMoreOnPhone {
		display: none;
	}
}




