<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*************************************
*
* 创建日期：2010-9-6
* 制造者：姚常娥
* 概要：
*
*************************************/

/**==通用内容==**/
html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, p, table, caption, tbody, tfoot, thead, tr, th, td, form {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	/*width:100%;*/
}
img, button {
	border:0 none;
}
ul, ol {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
a {
	color:#333;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#db0010;
	text-decoration:underline;
}
input, button, select, textarea {
	font-size:12px;
	vertical-align:middle;
	outline:none;
	border:1px solid #999;
	background:none;
	padding: 0px;
}
button {
	cursor:pointer;
	border:none;
}
li{list-style:none;}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	overflow:hidden;
	visibility:hidden;
}
.clearfix {
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}
.blank10 {
	display:block;
	clear:both;
	height:10px;
	overflow:hidden;
}
.txtRight {
	text-align:right
}
.txtCenter {
	text-align:center
}
.txtLeft {
	text-align:left
}
body {
	background:#fff;
	color:#333;
	margin-right:0px;
	font-family:"宋体", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
}
/****通用样式****/
.js {
	display:none;
}
.topbar, .header, .center, .footer, .tlink {
	width:960px;
	margin:0 auto;
}
.left {
	float:left;
}
.right {
	float:right;
}

.last {
	margin-right:0!important;
	padding-right:0!important;
}
.lastb {
	padding-bottom:0!important;
	margin-bottom:0!important;
}
.lastbg {
	background:none!important;
}
.ggw {
	margin-bottom:10px;
}


.red{color:#DB0010;}
.cgery{color:#818181;}
.cred, a.cred{color:#c00;}
a.cred:hover{color:#db0010;}
.aui_state_highlight{width:64px; height:24px; line-height:24px; background#00c165; color:#fff;}
.divuser{width:160px;}

/*商标申请书企查查*/
.qcc_speical{
    position:relative;
}
.qcc_speical input{
    float:left;
}
.qcc-search-btn,.qcc-search-b-btn{
    width:17%; 
    background:#dcdcdc;
    float:left; 
    margin-left:2%; 
    color:#ffffff; 
    font-size:12px; 
    border-radius:3px; 
    display:inline-block; 
    text-align:center; 
    height:22px; 
    line-height:22px;
}
.qcc-search-btn:hover,.qcc-search-b-btn:hover{
    cursor:pointer;
    color:#ffffff;
}
.qcc_vague_box,.qcc_vague_b_box{
    position:absolute; 
    /*width:198px;*/
    border:1px solid #e1e1e1;
    height:120px;
    z-index:100;
    display:none;
    background:#ffffff;
    top:24px;
	text-align: left;
}
.qcc_vague_box .qcc_items,.qcc_vague_b_box .qcc_items{
    padding:2px 11px 8px;
}
.qcc_vague_box .qcc_items a,.qcc_vague_b_box .qcc_items a{
    font-size:14px;
    color:#333333;
    line-height:22px;
    display:block;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.qcc_vague_box .qcc_items a:hover,.qcc_vague_b_box .qcc_items a:hover{
    cursor:pointer;
}
.qcc_vague_box .qcc_items .loading,.qcc_vague_b_box .qcc_items .loading{
    text-align:center;
}
.qcc_vague_box .qcc_items .loading img,.qcc_vague_b_box .qcc_items .loading img{
    display:block; margin:0 auto;
}
.qcc_vague_box .qcc_items .qcc_comm,.qcc_vague_b_box .qcc_items .qcc_comm{
    overflow-y:scroll; height:110px;
}





















</pre></body></html>