﻿.sidebar {
	width: 300px;
	float: left;
	margin-top: 2px;
	padding-left: 55px;
	padding-right: 30px;
}


.fixeditems03 {
	margin:0 20px 0 0;
	display: none;
}

.tip-box.robotinfo {
	position: absolute;
	margin-top:-62px;
	margin-left:-174px;
	z-index: 999;
	background: #fff;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 10px;
	width: 145px;
	display: none;
	box-shadow: initial;
	text-align: left;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}

.tip-box:before, .tip-box:after {
	position: absolute;
	width: 0;
	height: 0;
	content: '';
	bottom: inherit;
	left: 100%;
	font-size: 0;
	top: 50%;
	margin-top: -10px
}

.tip-box:before {
	border: 8px dashed transparent;
	border-left-color: #d7d7d7;
	border-left-style: solid
}

.tip-box:after {
	border: 7px dashed transparent;
	border-left-color: #fff;
	border-left-style: solid
}

.tip-box span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 170px;
	color: #333;
}

.robot {
	z-index: 999;
	float:right;
	margin-right:10px
}

.xiaoqiao {
	height: 70px;
	width: 70.59px;
	background-size: 100%;
	cursor: pointer;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/xiaoqiao.png);
}