a{cursor: pointer;}
.window{
	position: fixed;
	left: 50%;
	top: 50%;
	width: 1000px;
	height: 500px;
	background: #000;
	display: none;
	z-index: 100;
	background: #252c34;
	border-radius: 12px;
}

.window .window_title{
	height: 36px;
	line-height: 36px;
	color: #fff;
}

.window h2{
	text-indent: 24px;
	font-size: 16px;
}

.close_window{
	position: absolute;
	right: -6px;
	top: -6px;
	width: 36px;
	height: 36px;
	border-radius:8px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 26px;
	cursor: pointer;
	z-index: 100;
}

.close_window:hover{
	color: #c5c5c9;
}

.top{
	position: absolute;
	right: 3px;
	top: 24px;
	width: 50px;
	height: 20px;
	background: url(../img/common/top.png) no-repeat;
	overflow: hidden;
}

.bottom{
	position: absolute;
	right: 3px;
	bottom: 24px;
	width: 50px;
	height: 20px;
	background: url(../img/common/bottom.png) no-repeat;
	overflow: hidden;
}

/*最新产品*/
.f{
	margin-top:4px;
	float: left;
	width: 32px;
	margin-right:6px;
	height: 16px;
	overflow: hidden;
	border:2px solid #252C34;
}
.f_active{border-color: #000;}
.yellow{background: #F2E136;}
.green{background: #85EB24;}
.white{background: #EFEFF4;}
.blue{background: #46B3E6;}
.red{background: #FF737A;}
.k9_left{
	width: 450px;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 500px;
	z-index: 1;
}
.k9_right{
	width: 500px;
	position: absolute;
	right: 0;
	top: 26px;
	height: 430px;
	z-index: 1;
	overflow-y: auto; 
}
.k9_max{
	position: absolute;left: 0;top: 38px;
}
.k9_min{
	width: 58px;
	position: absolute;
	right: 0;
	bottom: 70px;
	height: 360px;
	overflow: hidden;
}
.k9_min img{
	background: #fff;
	width: 58px;
	height: 58px;
	overflow: hidden;
	border-radius:5px;
	margin-bottom:14px;
	cursor: pointer;
}
.k9_min ul{
	position: absolute;
	left: 0;top: 0;
}
.border{
	border-bottom: 1px solid #666;
}
.k9_title{
	height: 24px;
	line-height: 24px;
	font-size: 22px;
	color: #658AC6;
	font-weight: 900;
	padding-top: 16px;
}
.list,.ThatBox h2{
	color: #658AC6;
	font-size: 14px;padding: 6px 0;
	position: relative;z-index: 1;
	height: 26px;line-height: 26px;
}
.list span,.ThatBox h2 span{float: left;}
.list_text,.ThatBox p{color: #fff;line-height: 22px;padding-right: 24px;}
.g{width: 31px;height: 26px;
	background: url(../img/common/g.png) no-repeat;
	position: absolute;
	right: 6px;
	top: 0;
	cursor: pointer;
}
.price{
	height: 26px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 6px;
	font-size: 14px;
}
