.mb-body {
	min-height: 640px;
}
.mb-device-type-body{
	border: 1px solid #ccc !important;
}
.mb-device-type-item-14{
	width: 436px;
    float: left;
    margin-top: 145px;
    margin-left: 30px;
}
.mb-device-type-item-16{
	width: 436px;
    float: right;
    margin-top: 145px;
    margin-right: 30px;
}
.mb-device-type-img{
	padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 4px solid rgb(255,255,255);
}
.mb-device-type-img:hover{
	border: 4px solid rgb(0,153,255);
}
.mb-device-type-text{
	width: 100%;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: black;
}
.mb-table {
	width: 100%;
}
.mb-list {
	background: #eee;
    width: 224px;
    border: 1px solid #ccc;
	padding: 1px;
	vertical-align: top;
}
.mb-details {
	
}

ul.mb-title {
	border: 1px solid #ccc;
	height: 40px;
	position: relative;
	padding: 3px 10px;
	margin-bottom: 8px;
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    background: #fff;
}
ul.mb-title li {
	float: left;
}
ul.mb-title li.icon img {
	width: 36px;
	height: 36px;
	vertical-align: text-top;
	margin-right: 10px;
}
ul.mb-title li.title {
	line-height: 40px;
	font-size: 14px;
}
.df-btn-tab {
	display: inline-block;
	padding: 3px 8px;
	border: 1px solid #ccc;
	color: #333;
}
.df-btn-tab:hover {
	color: #333;
}
.df-btn-tab.selected{
	color: #fff;
	background: #0086d0;
	border: 1px solid #0086d0;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.df-btn-tab.selected:hover {
	color: #fff;
}
.mb-body .div-whole .sub-content {
/* 	overflow: auto; */
}

pre span, pre table {
	white-space: normal;
}
