.global-toolbar {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9990;
	width: 0;
	height: 100%;
	border-left: 6px solid #333333;
	-webkit-transition: right .3s ease-in-out 0s;
    -moz-transition: right .3s ease-in-out 0s;
    transition: right .3s ease-in-out 0s;
}
.global-toolbar.cur{
	right: 270px;
}
.toolbar-middle{
	position: absolute;
	top: 40%;
	right: 0;
}
.toolbar-middle .toolbar-ico{
	position: relative;
	background-color: #333333;
	margin-top: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	cursor: pointer;
	width: 36px;
	height: 35px;
}
.toolbar-middle .toolbar-ico>i{
	position: relative;
	display: inline-block;
	background-image: url('../images/menu_right/toolbar.png');
	background-repeat: no-repeat;
	z-index: 2;
	width: 36px;
	margin-top: 10px;
	background-position: 9px 0px;
    height: 17px;
}
.toolbar-middle .toolbar-ico>em{
	position: absolute;
	display: inline-block;
	background-color: #333333;
	height: 35px;
	width: 62px;
	top: 0px;
	left: 0;
	text-align: center;
	padding-left: 2px;
	line-height: 35px;
	font-style: normal;
	font-size: 12px;
	color: #fff;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	z-index: -1;
	-webkit-transition: left .3s ease-in-out .1s;
	-moz-transition: left .3s ease-in-out .1s;
	transition: left .3s ease-in-out .1s;
}
.toolbar-middle .toolbar-ico:hover{
	background-color: #ff4200;
}
.toolbar-middle .toolbar-ico:hover em{
	background-color: #ff4200;
	left: -60px;
}
.toolbar-middle .toolbar-ico.online-service{
	height: 91px;
	padding-bottom: 13px;
	margin-bottom: 100px;
}
.toolbar-middle .toolbar-ico.online-service>em{
	position: relative;
    height: 60px;
    display: inline-block;
    width: 12px;
    padding: 0 12px;
    line-height: 14px;
    font-size: 12px;
    color: #fff;
    left: 0px;
    z-index: 99;
    margin-top: 5px;
}
.toolbar-middle .toolbar-ico.my-collection>i{
	height: 17px;
	background-position: 9px -19px;
}
.toolbar-middle .toolbar-ico.my-history>i{
	height:18px;
	background-position: 9px -41px;
}
.toolbar-middle .toolbar-ico.my-message>i{
	height: 19px;
	background-position: 9px -173px;
	margin-top: 7px;
}
.toolbar-middle .toolbar-ico.my-message>i.cur{
	height: 19px;
	background-position: 9px -64px;
	margin-top: 7px;
}
.toolbar-middle .toolbar-ico.my-message:hover i{
	background-position: 9px -173px;
}

.toolbar-bottom{
	position: absolute;
	bottom: 15px;
	right: 0;
}
.toolbar-bottom .toolbar-ico{
	position: relative;
	background-color: #333333;
	margin-top: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	cursor: pointer;
	width: 36px;
	height: 35px;
}
.toolbar-bottom .toolbar-ico>i{
	position: relative;
	display: inline-block;
	background-image: url('../images/menu_right/toolbar.png');
	background-repeat: no-repeat;
	z-index: 2;
	width: 36px;
	margin-top: 10px;
}
.toolbar-bottom .hide {
	display: none;
}
.toolbar-bottom .toolbar-ico:hover{
	background-color: #ff4200;
}
.toolbar-bottom .toolbar-ico.go-top>i{
	height: 7px;
	background-position: 10px -87px;
	margin-top: 13px;
}
.toolbar-bottom .toolbar-ico.code>i{
	height: 20px;
	background-position: 10px -97px;
	margin-top: 10px;
}
.toolbar-bottom .toolbar-ico.code.cmbc-card>i,
.toolbar-bottom .toolbar-ico.code.wechat>i{
    height: 16px;
    background-position: 8px -195px;
    margin-top: 10px;
}
.toolbar-bottom .toolbar-ico.code.cmbc-card>i {
	background-image: url("https://cdn.55haitao.com/bbs/data/attachment/deal/20190225190703703.png");
	background-position: center;
	background-size: contain;
}
.toolbar-bottom .toolbar-ico.feedback>i{
	height: 16px;
	background-position: 10px -116px;
	margin-top: 9px;
}
.toolbar-bottom .toolbar-ico>em{
	position: absolute;
	display: inline-block;
	background-color: #333333;
	height: 35px;
	width: 62px;
	top: 0px;
	left: 0;
	text-align: center;
	padding-left: 2px;
	line-height: 35px;
	font-style: normal;
	font-size: 12px;
	color: #fff;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	z-index: -1;
	-webkit-transition: left .3s ease-in-out .1s;
	-moz-transition: left .3s ease-in-out .1s;
	transition: left .3s ease-in-out .1s;
}
.toolbar-bottom .toolbar-ico:hover{
	background-color: #ff4200;
}
.toolbar-bottom .toolbar-ico:hover em{
	background-color: #ff4200;
	left: -60px;
}

.toolbar-bottom .toolbar-ico.code p{
	position: absolute;
	width: 128px;
	height: 159px;
	border: 1px solid #e5e5e5;
	top: -139px;
	left: -160px;
	padding: 15px;
	background-color: #fff;
	display: none;
	cursor: default;

}
.toolbar-bottom .toolbar-ico.code.down p{
	left: -237px;
	top: -150px;
	padding: 0;
	width: 235px;
	height: 184px;
}
.toolbar-bottom .toolbar-ico.code:hover p{
	display: block;
}
.toolbar-bottom .toolbar-ico.code p .code{
	display: block;
	width: 128px;
	height: 128px;
	line-height: 128px;
	text-align: center;

}
.toolbar-bottom .toolbar-ico.code p .code img{
	vertical-align: middle;
	max-height: 128px;
	max-width: 128px;
}
.toolbar-bottom .toolbar-ico.code p .code.down img{
	max-width: 400px;
	max-height: 333px;
}
.toolbar-bottom .toolbar-ico.code p .code.down .zg-android{
	position: absolute;
	display: block;
	width: 130px;
	height: 26px;
	left: 235px;
	top: 286px;
}
.toolbar-bottom .toolbar-ico.code p .code.down .zg-ios{
	position: absolute;
	display: block;
	width: 130px;
	height: 26px;
	left: 235px;
	top: 250px;
}
.toolbar-bottom .toolbar-ico.code p .code.down .ht-android{
	position: absolute;
	display: block;
	width: 102px;
	height: 30px;
	left: 122px;
	top: 142px;
}
.toolbar-bottom .toolbar-ico.code p .code.down .ht-ios{
	position: absolute;
	display: block;
	width: 102px;
	height: 30px;
	left: 12px;
	top: 142px;
}
.toolbar-bottom .toolbar-ico.code p .text{
	color: #000;
	font-size: 14px;
	display: block;
	margin-top: 15px;
}
.toolbar-bottom .toolbar-ico.code.cmbc-card p .text,
.toolbar-bottom .toolbar-ico.code.wechat p .text{
	width: 158px;
	margin-left: -8px;
}
.toolbar-bottom .toolbar-ico.code.cmbc-card p .text {
	text-align: center;
}
.toolbar-bottom .toolbar-ico.code p .mask{
	display: block;
	position: absolute;
	top: 149px;
	right: -8px;
	width: 9px;
	height: 13px;
	background-image: url('../images/menu_right/toolbar.png');
	background-position: 0 -135px;
}
.toolbar-bottom .toolbar-ico.code.down p .mask{
	top: 256px;
}

.collection-hide{
	position: relative;
	width: 270px;
	height: 100%;
	background-color: #efefef;
}
.collection-hide .title{
	padding: 15px;
	font-size: 14px;
	color: #666666;
	position: relative;
	z-index: 1;
}
.collection-hide .title .name{
	display: inline-block;
	float: left;
}
.collection-hide .title .btn-close{
	display: inline-block;
	background-image: url('../images/menu_right/toolbar.png');
	background-position: 0 -149px;
	float: right;
	width: 10px;
	height: 10px;
	margin-top: 6px;
	cursor: pointer;
	position: static;
}
.collection-hide .menu{
	width: 100%;
	height: 39px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.collection-hide .menu li{
	float: left;
	display: inline-block;
	width: 90px;
	height: 36px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	color: #666666;
}
.collection-hide .menu li.cur{
	color: #ff4200;
	border-bottom: 3px solid #ff4200;
}

.collection-hide .content-lists.youhui{
	position: relative;
	width: 243px;
	margin: 0 auto;
}
.collection-hide .content-lists.shops{
	position: relative;
	width: 253px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

.collection-hide .content-lists.youhui li{
	position: relative;
	width: 100%;
	height: 80px;
	background-color: #fff;
	margin-top: 20px;
	border: 1px solid transparent;
	font-size:0;
}
.collection-hide .content-lists li:hover{
	border: 1px solid #ff4200!important;
}
.collection-hide .content-lists.youhui li .pic-box{
	float: left;
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
}
.collection-hide .content-lists.youhui li .pic-box img{
	max-height: 80px;
	max-width: 80px;
	vertical-align: middle;
}
.collection-hide .content-lists.youhui li .rightside{
	float: left;
	margin-left: 15px;
}
.collection-hide .content-lists.youhui li .rightside span{
	display: block;
	font-size:12px;
	width: 132px;
	overflow: hidden;
	margin-top: 8px;
}
.collection-hide .content-lists.youhui li .rightside span a{
	color: #666;
}
.collection-hide .content-lists.youhui li .rightside .wenzi{
	height: 35px;
	overflow: hidden;
	line-height: 17px;
}
.collection-hide .content-lists.youhui li .rightside .brand a{
	display: inline-block;
	height: 24px;
}
.collection-hide .content-lists.youhui li .rightside em{
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
}
.collection-hide .content-lists.youhui li .rightside em img{
	max-height: 24px;
	max-width: 24px;
}
.collection-hide .content-lists.youhui li .rightside i{
    display: inline-block;
    font-style: normal;
    font-size: 12px;
    color: #71a3bd;
    vertical-align: middle;
    margin-left: 0px;
    overflow: hidden;
    width: 124px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.collection-hide .content-lists li .btn-close{
	display: block;
	position: absolute;
	width: 11px;
	height: 11px;
	background-image: url('../images/menu_right/toolbar.png');
	background-position: 0px -161px;
	top: 0;
	right: 0;
	display: none;
	cursor: pointer;
}
.collection-hide .content-lists li:hover .btn-close{
	display: block;
}
.collection-hide .see-more{
	font-size: 12px;
	text-align: center;
	margin-top: 50px;
	padding-bottom: 50px;
}
.collection-hide  .see-more a{
	color: #666;
}
.collection-hide .content-lists .nothing-col{
	color: #666;
	font-size: 14px;
	text-align: center;
	margin-top: 50px;
}

/*商家*/
.collection-hide .content-lists.shops li{
	position: relative;
	float: left;
	width: 118px;
	height: 118px;
	background-color: #fff;
	margin-top: 20px;
	border: 1px solid transparent;
	font-size:0;
	margin-left: 5px;
}
.collection-hide .content-lists.shops li .pic-box{
	display: block;
	height: 76px;
	width: 100%;
	line-height: 76px;
	text-align: center;
}
.collection-hide .content-lists.shops li .pic-box img{
	max-height: 30px;
	max-width: 100px;
	vertical-align: middle;
}
.collection-hide .content-lists.shops li .used{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #999;
	text-decoration: line-through;
}
.collection-hide .content-lists.shops li .now{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ff4200;
	font-weight: bold;
}

.collection-hide .list.shops .nothing-col {
	color: #666;
	font-size: 14px;
	text-align: center;
	margin-top: 50px;
}
.collection-hide .list.shops .see-more {
	font-size: 12px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 55px;
}
.collection-hide .list.shops .see-more a {
	color: #666;
}

/*转运*/
.collection-hide .content-lists.transfer{
	position: relative;
	width: 233px;
	margin: 0 auto;
}
.collection-hide .content-lists.transfer li{
	position: relative;
	width: 100%;
	height: 127px;
	background-color: #fff;
	margin-top: 20px;
	border: 1px solid transparent;
	font-size:0;
}
.collection-hide .content-lists.transfer li .pic-box{
	float: left;
	display: block;
	height: 62px;
	width: 159px;
	line-height: 62px;
	text-align: center;
}
.collection-hide .content-lists.transfer li .pic-box img{
	max-height: 62px;
	max-width: 159px;
	vertical-align: middle;
}
.collection-hide .content-lists.transfer li .btn-box{
	float: right;
	margin-right: 10px;
	margin-top: 12px;
}
.collection-hide .content-lists.transfer li .btn a{
	display: block;
	font-size: 12px;
	width: 40px;
	height: 18px;
	color: #fff;
	background-color: #08aefc;
	text-align: center;
	line-height: 18px;
	border-radius: 3px;
	margin-top: 5px;
}
.collection-hide .content-lists.transfer li .btn:first-child a{
	background-color: #ff4200;
}
.collection-hide .content-lists.transfer li .btn a:hover{
	color: #fff!important;
}
.collection-hide .content-lists.transfer li .text{
	font-size: 12px;

	padding: 10px;
	border-top: 1px dashed #dcdcdc;
	margin-top: 10px;
	height: 22px;
	overflow: hidden;
}
.collection-hide .content-lists.transfer li .text a{
	color: #666;
}
.collection-hide .list{
	padding-top: 88px;
  	top: -88px;
  	box-sizing: border-box;
	min-height: 1px;
	position: relative;
	transition: all 3s;
	overflow: hidden;
	height: 100%;
}
.collection-hide .list .listinner{
	height: 100%;
	overflow: auto;
	position: relative;
}
.collection-hide.hide{
	display: none;
}



