#nav-window {
	position: fixed;
	bottom: 220px;
	right: 2%;
	height: 160px;
	z-index: 100;
	background-color: #fff;
	font-family:arial;
	opacity: 0;

}

.nav-item {
	text-align: center;
	border: 1px solid #ebebeb;
	padding: 3px 5px 0px 5px;
}

.nav-item-contrast {
	text-align: center;
	border: 1px solid #ebebeb;
}

#nav-window .nav-item a {
	color: black;
	text-decoration: none;
	font-family:arial;
}

#nav-window .nav-item a:hover {
	text-decoration: none;
}

.nav-item-img {
	width: 100%;
	height: 50px;
}

.nav-item-img p {
	font-size: 12px;
	font-family: "arial, arial, helvetica, sans-serif";
}

#contrast_word_select .contrast_word_div:hover {
	background-color: #E6F0FE;
	border: 1px;
	border-color: #7DCEFC;
	border-style: groove;
}

#select_data tr:hover {
	text-decoration: none;
	background-color: #E6F0FE;
	width: 180px;
	border: 2px;
	border-color: #7DCEFC;
	border-style: groove;
}

#select_SupplierData tr:hover {
	text-decoration: none;
	background-color: #E6F0FE;
	width: 200px;
	border: 2px;
	border-color: #7DCEFC;
	border-style: groove;
}

#select_ProductData tr:hover {
	text-decoration: none;
	background-color: #E6F0FE;
	width: 200px;
	border: 2px;
	border-color: #7DCEFC;
	border-style: groove;
}

#contrast_data tr:hover {
	text-decoration: none;
	background-color: #daebfd;
	width: 230px;
	border: 2px;
	border-color: #95bce7;
	border-style: solid;
}

.contrast_div_select {
	position: absolute;
	z-index: 10008;
	right: 50px;
	width: 240px;
	background-color: #FCFCFC;
	display: none;
	border: 1px;
	border-color: #F2F8FF;
	border-style: solid;
}

.contrast_product_title {
	background-color: #FFFFFF;
	display: none;
	border: 1px;
	border-color: #D8D8D8;
	border-style: groove;
}

.contrast_select_product {
	overflow: auto;
	float: left;
	height: 371px;
	width: 236px;
}

.contrast_classification_select {
	background-color: #FFFFFF;
	display: none;
	border: 1px;
	border-color: #D8D8D8;
	border-style: groove;
}

.word_select {
	margin-top: 3px;
	float: left;
	height: 367px;
	border: 1px;
	border-right-color: #D8D8D8;
	border-right-style: groove;
}

.contrast_word_div {
	clear: both;
	text-align: center;
	margin-left: -15px;
	width: 25px;
	height: 14px;
	line-height: 14px;
}

.select_single_word {
	clear: both;
	font-size: 10px;
	line-height: 100%;
	text-decoration: none;
}

.contrast_begin {
	margin-top: 10px;
	width: 210px;
	height: 32px;
	background-color: #2489eb;
	color: #fff;
	border: none;
	border-radius: 5px;
}

#change-fontstyle a:hover {
	text-decoration: none;
}

#change-fontstyle {
	height: 27px;
	line-height: 27px;
}

.contrast_div_title {
	z-index: 1;
	height: 45px;
	line-height: 45px;
	background-color: #77C35D;
	border-radius: 8px 8px 0px 0px;
}

.contrast_div_title a:hover {
	text-decoration: none;
}

#contrast_select_font:hover {
	text-decoration: none;
}

.detail_title_content {
	margin-left: -10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13px;
}

.detail_title_line {
	margin-left: -14px;
	width: 236px;
	border: 1px;
	border-bottom-color: #D8D8D8;
	border-bottom-style: groove;
}

<!-- 询价车css -->
.nav-inquiry-cart{
	width:250px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	height:auto;
	z-index: 10008;
	display:none;
	background-color: #fff;
	border: 1px solid #F2F8FF;
}
.nav-inquiry-header{
	width:100%;
	height:40px;
	background-color:#ff7800;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	color:#fff;
	padding:10px;
}
.nav-inquiry-body{
	width:100%;
	height:auto;
}
.nav-inquiry-body .inquiry-product{
	padding:0 10px;
}
.nav-inquiry-footer{
	width:100%;
	margin-top:10px;
	padding-top:10px;
	text-align:center;
}
.nav-inquiry-footer .btn-blue{
	background-color:#2489eb;
}

.internal-chain{
	display:inline-block;
	padding:2px 5px;
	margin-right:10px;
	border:1px solid #2489eb;
	border-radius:3px;
}