.yjs-control-floatBar-contain{
	position: fixed;
	top:0;
	right:0;
	height:100%
}
.yjs-control-floatBar-box{
	width   : 38px;
	height: 100%;
	background: #434343;
	position: absolute;
	top:0;
	right:0;
	z-index: 2;
}
.yjs-floatBar{
	right: 0;
	/*height: 140px;*/
	position: absolute;
	cursor: pointer;
	z-index: 9;
	border-top:1px solid #6b6b6b;
}

.yjs-floatBar-right-bottom{
	bottom  : 50px;
}
.yjs-floatBar-vertical{

	top:50%;
	margin-top:-130px;
}

.yjs-floatBar-button{
	width      : 38px;
	height     : 40px;
	line-height: 40px;
	text-align : center;
	color      : #fff;
	position   : relative;
	border-bottom: 1px solid #6b6b6b;
}

.yjs-floatBar .yjs-floatBar-button{
	float:left;
	background: #434343;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
}

.yjs-floatBar .yjs-floatBar-button-active{
	background:#f60
}

.yjs-floatBar .yjs-floatBar-button .float-bar-icon{
    width: 18px;
	height  : 18px;
	display:inline-block;
	background:url(../../images/mc/icon_yjs_control_floatbar.png) no-repeat;
	position:relative;
	top:5px;
	z-index: 20;
}
.yjs-floatBar .yjs-floatBar-button .float-bar-icon-wchar{
	width: 18px;
	height  : 18px;
	display:inline-block;
	background:url(../../images/mc/weixin.png) no-repeat;
}
.yjs-floatBar .yjs-floatBar-button .float-bar-icon-clock{
	background-position: 0 0;
}
.yjs-floatBar .yjs-floatBar-button .float-bar-icon-shopcar{
	background-position: 0 -35px;
}
.yjs-floatBar .yjs-floatBar-button .float-bar-icon-collection{
	background-position: 0 -69px;
}
.yjs-floatBar .yjs-floatBar-button .float-bar-icon-person{
	background-position: 0 -106px;
}
.yjs-floatBar .yjs-floatBar-button .float-bar-icon-edit{
	background-position:  0 -144px;
}
.yjs-floatBar .yjs-floatBar-button .float-bar-icon-totop{
	background-position:  0 -188px;
}
.yjs-floatBar .yjs-floatBar-button-close .float-bar-icon-operate{
	 background-position:  0 -228px;
 }
.yjs-floatBar .yjs-floatBar-button-open .float-bar-icon-operate{
	background-position:  0 -270px;
}
.yjs-floatBar .yjs-floatBar-button .float-bar-icon-robot{
	background-position:  0 -303px;
}
.yjs-floatBar .yjs-floatBar-button .float-bar-icon-yjw{
	background-position:  0 -336px;
}
.yjs-floatBar .yjs-floatBar-button:hover{
	background:#f60;
	border-bottom: 1px solid #f60;
}

.yjs-floatBar-button-tip{
	background: #f60;
	position: absolute;
	z-index:100;
	right:-130px;
	color: #fff;
	top:0;
	width: 80px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	text-align: left;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
}
.yjs-floatBar-button-tip-txt{
	width: 34px;
	height: 34px;
	line-height: 17px;
	position: absolute;
	z-idnex:100;
	left:0;
	display: none;
	font-size: 12px;
	color: #fff;
	top:0;
}
.yjs-floatBar-button-tip a,.yjs-floatBar-button-tip-txt a{
	color: #fff;
}
.yjs-floatBar .yjs-floatBar-button:hover .yjs-floatBar-button-tip{
	right:38px;
}
.yjs-floatBar-right-bottom .yjs-floatBar-button:hover .float-bar-icon{
	background: none;
}
.yjs-floatBar .yjs-floatBar-button:hover .yjs-floatBar-button-tip-txt{
	display: block;
}
.yjs-floatBar .yjs-floatBar-button-close:hover .yjs-floatBar-button-close-txt{
	display: block;
}
.yjs-floatBar .yjs-floatBar-button-open:hover .yjs-floatBar-button-open-txt{
	display: block;
}
.yjs-floatBar .yjs-floatBar-button-open:hover .yjs-floatBar-button-close-txt{
	display: none;
}
.yjs-floatBar .yjs-floatBar-button-close:hover .yjs-floatBar-button-open-txt{
	display: none;
}
.yjs-floatBar-button-tip-list{
	width: 115px;
}
.yjs-floatBar-button-tip-list li{
	border-bottom:1px solid #fff;
	padding:0 10px;
}
.yjs-floatBar-button-tip-list li:hover{
	background: #fe7a22;
}
.yjs-floatBar-button-tip-list li u{
	text-decoration: none;
}
.cart-sup{
	position: absolute;
	top: -4px;
	right: 0;
	background: #f60;
	border:1px solid #f60;
	border-radius: 10px;
	z-index: 10;
}
.cart-sup-sum{
	padding: 1px;
	min-width: 12px;
	border-radius: 10px;
	font:11px/11px verdana;
	overflow: hidden;
}
.yjs-floatBar .yjs-floatBar-button:hover .cart-sup{
	border: 1px solid #f60;
	background: #fff;
	color: #f60;
}