.tl_bg{
	background-image: url(../images/trainclass1.png);
}
.tl_message{
	width:1400px;
	height:470px;
	min-width:1200px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.tl_image{
	width:550px;
	height:362px;
	margin-top:4.5%;
	margin-left:6.5%;
	position:relative;
}
.tl_image img{
	width:100%;
	height:100%;
}
.tl_tag{
	position:absolute;
	right:0%;
	top:0%;
	width:78px;
	height:31px;
	font-size:16.2px;
	color:white;
	text-align:center;
	line-height:31px;
	border-bottom-left-radius:10%;
	z-index:3;
}
.art_tag{
	background-color:rgb(255,0,102);
}
.tl_detail{
	width:685px;
	height:357px;
	position:absolute;
	left:43.8%;
	top:36px;
	z-index:2;
	background-color:white;
}
.tl_detail_list{
	position:relative;
	width:501px;
	margin-left:46px;
	margin-top:70px;
}
 .tl_detail_list:before{
	content:"";
	position:absolute;
	width:83px;
	height:79px;
	left:-3%;
	top:-68px;
	background-image: url(../images/trainclass4.png);
	background-position:center;
	background-size:cover;
} 
.tl_detail_list:after{
	content:"";
	position:absolute;
	width:83px;
	height:79px;
	left:115%;
	bottom:-40px;
	background-image: url(../images/trainclass3.png);
	background-position:center;
	background-size:cover;
}
.tl_detail_list ul li{
	font-size:14px;
	margin-top:10px;
}
.tl_title{
	color:#604731;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tl_unit{
	padding-left:30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tl_unit:before{
	content:"";
	position:absolute;
	width:15px;
	height:17px;
	left:0px;
	background-image: url(../images/icon_03.png);
	background-position:center;
	background-size:cover;
}
.tl_age_series{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color:#b4b4b4;
}
.tl_teacher{
	padding-left:30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tl_teacher:before{
	content:"";
	position:absolute;
	width:15px;
	height:17px;
	left:0px;
	background-image: url(../images/icon_13.png);
	background-position:center;
	background-size:cover;
}
.tl_applytime{
	padding-left:30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tl_applytime:before{
	content:"";
	position:absolute;
	width:15px;
	height:17px;
	left:0px;
	background-image: url(../images/icon_10.png);
	background-position:center;
	background-size:cover;
}
.tl_traintime{
	padding-left:30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tl_traintime:before{
	content:"";
	position:absolute;
	width:15px;
	height:17px;
	left:0px;
	background-image: url(../images/icon_05.png);
	background-position:center;
	background-size:cover;
}
.tl_site{
	padding-left:30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tl_phone{
	padding-left:30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tl_phone:before{
	content:"";
	position:absolute;
	width:18px;
	height:20px;
	left:0px;
	background-image: url(../images/icon_06.png);
	background-position:center;
	background-size:cover;
}
.tl_age{
	padding-left:30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tl_age:before{
	content:"";
	position:absolute;
	width:19px;
	height:17px;
	left:0px;
	background-image: url(../images/icon_08.png);
	background-position:center;
	background-size:cover;
}
.tl_site:before{
	content:"";
	position:absolute;
	width:15px;
	height:20px;
	left:0px;
	background-image: url(../images/icon_07.png);
	background-position:center;
	background-size:cover;
}
.classApply,.showClass,.login,.downloadCertificate{
	background-color:rgb(236,192,65);
	border:0px solid white;
	width:104px;
	height:39px;
	border-radius:5px;
	color:#604731;
	font-size:16.2px;
	margin-top:20px;
	cursor:pointer;
}
.cantApply{
	background-color:grey;
	border:0px solid white;
	width:104px;
	height:39px;
	border-radius:5px;
	color:white;
	font-size:16.2px;
	margin-top:20px;
	cursor:pointer;
}
.addEvaluate{
	background-color:white;
	border:1px solid #ecc041;
	width:104px;
	height:39px;
	border-radius:5px;
	color:#ecc041;
	font-size:16.2px;
	margin-top:20px;
	cursor:pointer;
}
.Cul_div_default{
	background-color:white;
}
table{
	width:100%;
	background-color:white;
	border-spacing: 0;
    border-collapse: separate;
    padding-left:20px;
    padding-right:20px;
}
table th{
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: 1px solid #ddd;
}
tbody{
	border-bottom: 2px solid #ddd;
}
tbody tr{
	text-align:center;
}
tbody tr:nth-of-type(odd){
	background-color:rgb(249,249,249);
}
tbody tr:hover{
	background-color:rgb(220,220,220);
	cursor:pointer;
}
tbody tr td{
	font-size:14px;
	color:#666667;
	vertical-align: bottom;
	border-top: 1px solid #ddd;
	padding-top:8px;
	padding-bottom:8px;
}
.page{
	margin-top:20px;
	overflow:hidden;
	text-align:center;
	font-size:0px;
}
.page li{
	border:1px solid rgb(215,215,215);
	text-align:center;
	padding:4px 10px;
	display:inline-block;
	cursor:pointer;
	font-size:14px;
	background-color:white;
}
.page li:hover{
	background-color:rgb(228,228,228);
}
.pageinset{
	border:1px solid rgb(215,215,215);
	width:63px;
	height:32px;
	background-color:white;
}
.page:after{
	clear:both;
}
.introduceda{
	padding-top:19px;
	padding-left:28px;
	padding-right:20px;
	padding-bottom:10px;
	width:96%;
	font-size:14px;
}
.star{
	display:inline-block;
	width: 28px;
	height: 26px;
	background-image: url("../images/star.fw.png");
}
.half{
   display: inline-block;
   width: 50%;
   overflow: hidden;
   text-indent:-9999em;
   line-height: 26px;
   text-align: center;
}
}
.allstar{
	display:inline-block;
	width: 28px;
	height: 26px;
	background-image: url("../images/allstar.fw.png");
}
.halfstar{
	display:inline-block;
	width: 28px;
	height: 26px;
	background-image: url("../images/halfstar.fw.png");
	
}
.score{
	margin-left:20px;
	color: #87CC0D;
	font-size: 26px;
}
.box{
	width: 831px;
	height: 323px;
	background: white;
	padding-top: 15px;
	position: fixed;
	top: 200px;
	left: 553px;
	z-index: 9999999;
}
.evaluateTitle{
	color: #656565;
	font-size: 18px;
	margin-left: 22px;
	display: inline-block;
}
.deleteBtn{
	background-image: url("../images/xxx.fw.png");
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	border: none;
	float: right;
	margin-right: 13px;
	cursor: pointer;
}
.evaluateContent{
	width: 775px;
	height: 149px;
	margin-left: 19px;
	margin-top: 26px;
	margin-bottom: 25px;
	background-color: #f8f8f8;
	padding: 15px 0px 0px 15px;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #cccccc;
}
 textarea::-webkit-input-placeholder{
    color:#CBCBCB;
 }
 #hidebg {
    width: 100%;
    height:100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    overflow: hidden;
    background-color: #282828;
    display: none;
    opacity:0.9;
}
.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #4a4947;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}