#chatBox{
		position: fixed;
		right: 0;
		bottom: 0;
		width: 364px;
		height:420px;
		border: none;
		z-index: 999;
		
	}
	#showBox{
		position: fixed;
		right: 0;
		bottom: 0;
		width: 364px;
		height:42px;
		border: none;
		/*display: none;*/
		z-index: 999;
	}
	#chatBox .header,#showBox .header{
		height: 42px;
		background: #fa210a;
		color: white;
		position: relative;;
	}
	#iframebox{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 364px;
		height:378px;
		border: none;
		
	}
	
	.chat-icon{
		position: absolute;
	    left: 0px;
	    top: 0px;
	    height: 42px;
	    background-image: url(https://js.11467.com/Public/static/chat/img/chat.png);
	    background-repeat: no-repeat;
	    background-position: 50% 50%;
	    width: 42px;
	}
	.chat-icon-2{
		position: absolute;
	    left: 44px;
	    top: 0px;
	    height: 42px;
	    line-height: 42px;
	    background-repeat: no-repeat;
	    background-position: 50% 50%;
	}
	.chat-icon-3{
		position: absolute;
	    right: 34px;
	    top: 0px;
	    height: 42px;
	    background-repeat: no-repeat;
	    background-image: url(https://js.11467.com/Public/static/chat/img/mini.png);
	    cursor: pointer;
	    background-position: 50% 30%;
	    width: 32px;
	    background-size: 20px 20px;
	}
	.chat-icon-4{
		position: absolute;
	    right: 8px;
	    top: 6px;
	    height: 26px;
	    width: 26px;
	    font-size: 26px;
	    cursor: pointer;
	    background-repeat: no-repeat;
	    background-image: url(https://js.11467.com/Public/static/chat/img/large.png);
	    background-position: 50% 50%;
	    background-size: 20px 20px;
	}
	.chat-icon-5{
		position: absolute;
	    right: 8px;
	    top: 6px;
	    height: 26px;
	    width: 26px;
	    font-size: 26px;
	    cursor: pointer;
	    background-repeat: no-repeat;
	    background-image: url(https://js.11467.com/Public/static/chat/img/mini.png);
	    background-position: 50% 50%;
	    background-size: 20px 20px;
	}
#sellLinkinfo{
		position: fixed;
		right: 0;
		top: 200px;
		width: 180px;
		/*height:420px;*/
		text-align: center;
		z-index: 9999;
	}
	#sellLinkinfo .header-box{
		height: 45px;
	    line-height: 45px;
	    font-size: 16px;
	    background: #e10;
	    color: #fff;
	    font-weight: bold;
	    position: relative;
	    cursor: pointer;

	}
	#sellLinkinfo .content-box{
		background: #ededed;
		padding: 5px 4px 10px 10px;
		font-size: 14px;
		text-align: center;

	}
	#sellLinkinfo .content-box .sell-link-item{
		padding: 8px 2px 8px 0px;
		border-bottom: 1px solid #e4e3e3;

	}
	#sellLinkinfo .content-box .wx-box{
		padding: 10px 4px;
		text-align: center;
		border-bottom: none
	}
	.wx-box .wx-code-img{
		width: 150px;
		height: 150px;
	}
	.sell-link-item .qq-link{
		text-decoration: none;
		display: block;
	    clear: both;
	    height: 25px;
	    line-height: 25px;
	    text-indent: 12px;
	    color: #333;
	    width: 100%;
	    background-repeat: no-repeat;
	    background-image: url('http://css.11467.com/img/qq2.gif');
	    background-position: center center;
	    font-size: 12px;
	}
	#sellLinkinfo_hide{
		position: fixed;
	    right: 0px;
	    top: 200px;
	    z-index: 9999;
	    transition: all 0.3s ease;
	    display: none;
	}
	#sellLinkinfo_hide .linkus{
		display: block;
	    box-sizing: border-box;
	    width: 60px;
	    height: 60px;
	    border-radius: 6px;
	    background-color: #fa210a;
	    color: #fff;
	    line-height: 18px;
	    cursor: pointer;
	    text-align: center;
	    position: relative;
	    font-size: 12px;
	    padding: 5px;
	}
	.icon-sell-header{
		    position: absolute;
		    cursor: pointer;
		    top: 0px;
		    right: 5px;
		    background: url(//css.11467.com/img/icon_rl.png) -50px center no-repeat;
		    width: 10px;
		    height: 45px;
	}
/*鑱旂郴鎴戜滑*/
.contact_sell{
margin: 15px 0;
border:1px solid #eee;
overflow: hidden;
}
.contact_sell .contact_sell_item{
width: 33%;
border-right: 1px solid #eee;
float: left;
padding: 10px 15px;
box-sizing: border-box;
text-align: center;
}
.contact_sell .contact_sell_item:last-child{
  border-right:none;
}
.contact_sell .contact_sell_item .name{
font-weight: bold;
font-size: 16px;

}
.contact_sell .contact_sell_item .img_box{
margin-top: 10px;
text-align: center;

}