@CHARSET "UTF-8";
.log_main{
	width: 97.6%;
    background-color: white;
    margin:30px 20px 30px 20px;
	padding: 20px;
}
a, address, b, big, blockquote, body, center, cite, code, dd, del, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var{  
    /*padding: 0;  
    margin: 0; */ 
}  
.log_main #tab a,
.log_main #tab ul{  
    color: black;  
    text-decoration: none;  
	padding: 0;  
    margin: 0;  
}  
.log_main #tab ul{  
    list-style: none;  
}    
.log_main #tab{  
    width: 100%;    
    border: 1px solid #ddd;  
    box-shadow: 0 0 2px #ddd;   
    /*处理超出的内容*/  
    overflow: hidden;  
}  
.log_main #tab #tab-header{  
    background-color: #F7F7F7;  
    height: 40px;  
    text-align: center;  
    position: relative;  
}  
.log_main #tab #tab-header ul{  
    width: 100%;  
    position: absolute;  
    left: -1px;  
}  
.log_main #tab #tab-header ul li{  
    float: left;  
    width: 120px;  
    height: 40px;  
    line-height: 40px;  
    padding: 0 1px;  
	cursor: pointer;
	font-size: 16px;
}  
.log_main #tab #tab-header ul li.selected{  
    font-weight: bolder;  
    padding: 0;  
	border: 0px;
	background-color: #43be48;
    color: white;
}  
.log_main #tab #tab-header ul li:hover{  
    /*color: #337ab7;  */
}  
.log_main #tab #tab-content{
	margin-top: 20px;
}
.log_main #tab #tab-content .dom{  
    display: none;  
	padding: 0px 15px;
}  
.log_main #tab #tab-content .dom ul li{  
    float: left;  
    margin: 15px 10px;  
    width: 225px;  
}  
.log_main #tab #tab-content .dom ul li a:hover{  
    color: orange;  
}
.log_main #tab .nowlog,
.log_main #tab .historylog{
	font-size: 18px;
	font-weight: unset;
}
.log_main #tab .nowlog .timecss,
.log_main #tab .historylog .timecss{
	font-weight: bold;
}

/* 调整芯片日志标签的宽度 */
.log_main #tab #tab-header ul li[data-dom="3"],  /* 当前芯片日志标签（data-dom=3） */
.log_main #tab #tab-header ul li[data-dom="4"] { /* 历史芯片日志标签（data-dom=4） */
    width: 150px;  /* 目标宽度 */
}










