#chatBox{

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 740px;
    height: 550px;
    background: #fff;
    border: none;
    z-index: 99999;
    border-radius: 10px;    overflow: hidden;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* 添加阴影效果 */


	}

	#showBox{
		position: fixed;
		right: 0;
		bottom: 0;
		width: 364px;
		height:42px;
		border: none;
		/*display: none;*/
		z-index: 999;
		
		border-radius: 7px 7px 0px 0px;
		overflow: hidden;
	}
	#chatBox .header,#showBox .header{
		height: 42px;
		background: #C62828;
		color: white;
		position: relative;;
		text-align: center;
		cursor: pointer;
	}

	#sellLinkinfo{
			position: fixed;
			right: 0;
			top: 200px;
			width: 180px;
			/*height:420px;*/
			text-align: center;
			z-index: 9999;
			overflow:hidden;
			border-radius:4px 0px 0px 4px; 
		}
	#sellLinkinfo .zixunbox{
		background: #e10000;
		color: #fff;
	}
	#sellLinkinfo .zixunbox a{
		color: #fff;
		cursor: pointer;
		vertical-align: middle;
		text-decoration: none;
	}
	#sellLinkinfo .zixunbox a img{
		 margin-bottom: 3px;
	}
	   
		#sellLinkinfo .header-box{
			height: 45px;
		    line-height: 45px;
		    font-size: 16px;
		    background: #C62828;
		    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
		}
		/*联系我们*/
		.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;

		}
	.chat-linkbox{
		height: 42px;
		width: 100%;
		text-align: center;
		height: 42px;
		line-height: 42px;
	}
	.chat-linkbox span{
		display: inline-block;
		line-height: 42px;
		font-size: 16px;

	}
	#iframebox{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
		height:100%;
		border: none;
		top:42px;
		
	}
	
	.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;
	}
	.chat-icon-small{
	    width: 20px;
	    height: 20px;
	    background-image: url(https://js.11467.com/Public/static/chat/img/chat.png);
	    background-repeat: no-repeat;
	    background-position: 50% 50%;
	    background-size: 20px;
	    display: inline-block;
	    vertical-align: middle;
	    position: relative;
	    top: -2px;
	}

	.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: #C62828;
	    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;
	}
	
body #sellLinkinfo .swz{
	background:#fe6601;
}
body #sellLinkinfo_hide .swz{
	background:#fe6601;
}
body #sellLinkinfo .tst{
	background:#2547AD;
}
body #sellLinkinfo_hide .tst{
	background:#2547AD;
}
.notification{
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}