.topButtons{
	position:relative;
	height:70px;
	background-color:white;
	border:solid 1px #E1E9F0;
	margin-top: 5px;
}
.radar {
  margin-top: 70px;
  margin-bottom:10px;
}
.radar .radar_con {
/*	margin: 10px 0px;*/
  margin: 0px 0px;
  width: auto;
  height: auto;
  padding: 0px 30px;
  background-color: #FFFFFF;
  padding-top: 42px;
}
.radar .radar_con .con_title {
  margin-bottom: 20px;
}
.radar .radar_con .con_title span {
  font-size: 18px;
  color: #1887E8;
  background: #AAD7FF;
  border-radius: 100px;
  padding: 8px 53px 7px 54px;
}
.radar .radar_con .con_text {
  text-indent: 2em;
  font-size: 15px;
  color: #2E3236;
  margin-bottom: 30px;
}
.radar .radar_con .con_feature {
  font-size: 15px;
  color: #2E3236;
  margin-bottom: 20px;
}
.radar .radar_con .con_feature .glyphicon {
  width: 12px;
  height: 10px;
  margin-right: 10px;
}
.radar .radar_con .feature27 {
  line-height: 27px;
}
.radar .radar_con .radar_img {
  margin-bottom: 24px;
}

.playButton{
	padding-left:30px;
	text-align:left;
	border:0px solid #C8D8DF;
	background-color:#ECF0F1;
	color: #1887E8;
	width:320px;
	height:59px;
	font-size:16px;
	outline:none;
}
.xian{
	width:320px;
	margin:0 auto;
	padding:0px; 
	border-top:1px solid #ddd;
}

.topButton{
	margin-left:25px;
	margin-right:25px;
	width:260px;
	height:40px;
	background:#ffffff;
	border: 2px solid #1887E8;
	border-radius: 12px;
	color:#1887E8;
	outline:none;
	font-size:16px;
	margin-top:15px
}

.topButton:focus{
	background:#1887E8;
	border: 2px solid #1887E8;
	color:#ffffff;
}
.topButton:active{
	background:#1887E8;
	border: 2px solid #1887E8;
	color:#ffffff;
}

.myTable{
	border: 1px solid #B7CDD4;
	border-collapse:collapse;
	margin-bottom:-4px;
}

.myTable_td_header{
	text-align:center;
	height:32px;
	
	
}
.myTable_td{
	text-align:center;
	width:150px;
	height:32px;
	color:#5E5E5D;
	background:#ffffff;
}
.myTable_td_w{
	text-align:center;
	width:240px;
	height:32px;
	color:#5E5E5D;
	background:#ffffff;
}