.detail-body {
	width: 700px;
	float: left;
	margin-top: 10px;
}

.lbspoi-baseinfo-div {
	width: 100%;
	height: 134px;
}

.pro-img-div {
	float: left;
}

.pro-img {
	border: 1px solid #EEE;
	padding: 4px;
}
.pro-baseinfo {
	float: left;
	margin-left: 20px;
}

.pro-name {
	font-weight:bold;
	font-size:14px;
	margin-right:8px;
}

.tab-container {
	clear: both;
	width: 100%;
}

.tab-menu {
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	background-color: #F5F5F5;
	font-size: 12px;
	border: 1px solid #CECECE;
	border-top: 2px solid #EB4735;
}

.tab-menu>li {
	width: 100px;
	float: left;
	text-align: center;
	cursor: pointer;
	border-right: 1px solid #CECECE;
}

.tab-menu>li.active {
	color: #EB4735;
	background-color: #fff;
	height: 31px;
	cursor: auto;
}

#detail-information-div{
	margin-top: 20px;
	color: #333;
}

#detail-intro-div div {
	line-height: 22px;
}

.intro-title {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
}

.intro-content {
	font-size: 12px;
}

#tab-record .today-record {
	margin-top: 30px;
	font-size:  16px;
}

#tab-record .orange {
	font-family: Arial;
	font-size: 32px;
    color: #ff7e56;
}

#tab-record .total-record {
	margin-top: 20px;
	font-size: 14px;
}

#tab-record .gray {
	font-family: Arial;
	font-size: 16px;
	color: #666;
	font-weight: bold;
}

#record-table{
	margin-top: 20px;
}

#tab-record .exam-record{
	margin-top: 20px;
	font-size: 14px;
	line-height: 34px;
}

#exam-table{
	margin-top: 20px;
}

#operate-div{
	margin-top: 15px;
	width: 400px;
}


#operate-div .btn{
	width: 79px;
	height: 29px;
	background: #ED4E3B;
	display: block;
	line-height: 29px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
}

#operate-div .btn.gray{
	background-color: #E3E3E3;
	color: #9C9C9C;
	font-weight: bold;
	cursor: default;
}

#operate-div .practice_btn{
	margin-left: 30px;
	line-height: 40px;
}

#exam-record a:hover{
	text-decoration: none;
}

#total-record a:hover{
	text-decoration: none;
}

#last-exam-recode a:hover{
	text-decoration: none;
}

#operate-div .btn-desc{
}


