@charset "utf-8";
/* 代码整理：懒人之家 lanrenzhijia.com */

.contact-bar {
	position:fixed;
	bottom:0;
	right:10px;
	width:234px;
	overflow:hidden;
	z-index:9999;
}

.contact-bar .cb-btn {
	float:left;
	position:relative;
	height:23px;
	font-size:12px;
	background:url(../images/b_i_box_bg.jpg) no-repeat;
	
}
.contact-bar .cb-btn:hover{ cursor:pointer;}
.contact-bar .cb-btn-selected, .contact-bar .cb-btn-selected:hover, .contact-bar .cb-btn-selected.cb-btn-hover {
	background-image:none;
	background-color:#232423;
	-moz-box-shadow:inset 0 5px 20px black;
	-webkit-box-shadow:inset 0 5px 20px black;
	box-shadow:inset 0 5px 20px black
}
.contact-bar .cb-btn.cb-chat, .contact-bar .cb-btn.cb-phone {
	width:234px
}

.contact-bar .cb-btn-selected.cb-chat {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0
}
.contact-bar .cb-chat .cb-btn-text {
	background:url(../images/cb-icon-livechat.html) no-repeat 12px 14px
}
.contact-bar .cb-phone .cb-btn-text {
	background:url(../images/cb-icon-phone.html) no-repeat 14px 11px
}
.contact-bar .cb-btn-text {
	float:left;
	height:38px;
	padding-left:40px;
	font-weight:bold
}
.contact-bar .cb-kb, .cb-twitter, .cb-facebook {
	width:40px;
	text-indent:-3000em
}
.contact-bar .cb-kb span, .contact-bar .cb-twitter span, .contact-bar .cb-facebook span {
	float:left;
	width:100%
}
.contact-bar .cb-kb span {
	background:url(../images/cb-icon-kb.html) no-repeat center center
}
.contact-bar .cb-twitter span {
	background:url(../images/cb-icon-twitter.html) no-repeat center center
}
.contact-bar .cb-facebook span {
	background:url(../images/cb-icon-facebook.html) no-repeat center center
}
.cb-status {
	position:absolute;
	right:0;
	width:10px;
	height:10px;
	margin:15px 10px 16px 0
}
.cb-online {
	background:url(../images/cb-status-online.html) no-repeat center center
}
.cb-offline {
	background:url(../images/cb-status-offline.html) no-repeat center center
}
.cb-popup {
	z-index:9998;
	position:fixed;
	bottom:30px;
	right:10px;
	width:234px;
	background-color:#FFF;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-moz-box-shadow:0 1px 10px rgba(0, 0, 0, 0.36);
	-webkit-box-shadow:0 1px 10px rgba(0, 0, 0, 0.36);
	box-shadow:0 1px 10px rgba(0, 0, 0, 0.36);
	font-family:Arial, Helvetica, sans-serif;
}
.cb-popup-toolbar {
	width:234px;
	height:25px;
	background:url(../images/b_i_box_h3.jpg) no-repeat;
	line-height:10px;
}
.cb-popup-close {
	font-size:18px;
	font-weight:bold;
	position:absolute;
	right:0;
	top:0
}
.cb-popup-close:hover {
	cursor:pointer
}
.cb-popup-inner {
	padding:50px 0;
	width:400px;
	text-align:center
}

.cb-popup.call-us {
	height:168px
}
.cb-popup.chat-invitation .cb-popup-close {
	width:28px;
	height:25px;
	z-index:99999
}
.cb-popup #eye-catcher {
	float:left;
	width:227px;
	border:1px solid #080808;
	border-top:none;
	padding:5px 0 0 5px;
}
.cb-popup #eye-catcher a {
	background:url(../images/livechat.html) no-repeat;
	height:170px;
	width:400px;
	display:block;
	text-indent:-999em
}
.cb-popup p {
	color:#999
}
.cb-popup .cb-btn {
	text-align:center;
	border:1px solid #043b8f;
	color:#FFF;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
	background-color:#49bae3;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgb(73,186,227)), to(rgb(42,73,180)));
	background-image:-webkit-linear-gradient(top, rgb(73,186,227), rgb(42,73,180));
	background-image:-moz-linear-gradient(top, rgb(73,186,227), rgb(42,73,180));
	background-image:-o-linear-gradient(top, rgb(73,186,227), rgb(42,73,180));
	background-image:-ms-linear-gradient(top, rgb(73,186,227), rgb(42,73,180));
	background-image:linear-gradient(top, rgb(73,186,227), rgb(42,73,180));
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#49bae3', EndColorStr='#2a49b4');
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:inset 0 1px 2px #25daee;
	-webkit-box-shadow:inset 0 1px 2px #25daee;
	box-shadow:inset 0 1px 2px #25daee;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.5)
}
.cb-btn.cb-btn-first {
	margin-left:0
}
.cb-btn.cb-btn-last {
	margin-right:0
}
.cb-form .cb-btn {
	width:100%
}
.cb-popup .contact-phone {
	font-size:30px;
	font-weight:bold;
	line-height:1;
	margin-bottom:.25em
}

.cb-top-text{ width:196px; height:auto; border:1px solid #cdcdcd; font-size:11px; color:#666; padding:3px 12px;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); margin-bottom:8px;}

#eye-catcher dl{ margin-bottom:5px;}
#eye-catcher dl dt{ font-size:11px; line-height:20px; color:#333;}
#eye-catcher dl dt span{ color:#f00;}
#eye-catcher dl dd input[type=text]{ width:220px; height:21px; line-height:21px; border:1px solid #cdcdcd;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset; font-size:11px;}
#eye-catcher dl dd textarea{ width:220px; max-width:220px; height:38px; border:1px solid #cdcdcd;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset; font-size:11px;}
#eye-catcher dl dt input[type=submit]{ font-family:Arial, Helvetica, sans-serif; font-size:11px; width:64px; height:21px; line-height:21px; text-align:center; color:#888; font-weight:bold; background:#e8e8e8; border:1px solid #d8d8d8;border-radius: 3px; margin-top:6px; font-size:11px;}
#eye-catcher dl dt input[type=submit]:hover{ cursor:pointer; border:1px solid #000;}
#eye-catcher form{ overflow:hidden; padding-bottom:50px;}



/* 代码整理：懒人之家 lanrenzhijia.com */