﻿/*登录页小桥样式*/
a.faq, a.env-repair {
	display: none;
}

.fixeditems03 {
	display: none;
	position: relative;
}

.tip-box.robotinfo {
	position: absolute;
	margin-top:-74px;
	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 {
	position: fixed;
	right: 10px;
	bottom: 2%;
	z-index: 999;
	margin: 0 0 0 600px
}

.xiaoqiao {
	position: relative;
	height: 94.21px;
	width: 95px;
	margin: 0 auto;
	background-size: 100%;
	cursor: pointer;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../image/robot/xiaoqiao.png);
}