﻿/* css-reset css样式重置 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: middle;
}
/* 清除浮动 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix:before {
	content: "\0020";
	display: block;
	clear: both;
	height: 0;
	line-height: 0
}
.clear {
	clear: both;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.color-red {
	color: #f00;
}
.color-blue {
	color: #4895e9;
}
.blue-btn {
	background: #4895e9;
	border-radius: 4px;
	color: #fff;
	transition: background-color 0.2s ease-out;
}
.blue-btn:hover {
	background: #3569cc;
}
.gray-btn {
	background: #f4f4f4;
	border-radius: 4px;
	color: #666;
	transition: background-color 0.2s ease-out;
}
.gray-btn:hover {
	background: #d5d5d5;
}
/* input输入框onfocus时的边框 */
.uform_input.blue-border {
	border: 1px solid #4895e9;
}
/* 右边固定区域 */
.leftArea {
	position: fixed;
	z-index: 99;
	right: 8px;
	bottom: 38px;
}
.leftArea .leftArea_qrCode {
	background: #fff;
	display: none;
}
.leftArea .leftArea_qrCode img {
	display: block;
	margin-bottom: 8px;
}
.leftArea .leftArea_qrCode p {
	font-size: 12px;
	font-family: "微软雅黑";
	color: #333;
	line-height: 16px;
	text-align: center;
}
.leftArea .leftArea_returnTop {
	margin: 0 0 0 18px;
}
.leftArea .leftArea_returnTop img {
	display: block;
	margin-top: 8px;
	cursor: pointer;
}
/**
 * @version $1.1.1$
 */
.leftArea_robotDialog {
	display: none;
	position: absolute;
	left: -426px;
	bottom: 0;
	width: 409px;
	height: 317px;
	box-shadow: 1px 3px 1px 1px #777777;
	-moz-box-shadow: 1px 3px 1px 1px #777777;
	-webkit-box-shadow: 1px 3px 1px 1px #777777;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.robotHeader {
	position: relative;
	width: 409px;
	height: 63px;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	background-color: #32b9ab;
}
.robotImage {
	position: absolute;
	bottom: 0;
	left: 5px;
}
.robotTitle {
	padding: 8px 0 7px 19px;
	width: 327px;
	color: #fff;
}
.robotTitle h3 {
	height: 28px;
	line-height: 28px;
	font-size: 20px;
	font-weight: normal;
}
.robotTitle p {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}
.robotClose {
	width: 63px;
	height: 63px;
	cursor: pointer;
	border-radius: 0 6px 0 0;
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	background: #037a6e url(../right_mes/robotClose.png) no-repeat center center;
}
.showMessage {
	height: 198px;
	width: 409px;
	overflow: auto;
	background: #f8f8f8;
	border-bottom: 1px solid #adadad;
}
.messageCont {
	margin: 36px 10px 6px;
}
.robotTalk {
	margin-bottom: 12px;
}
.robotPortrait {
	float: left;
	display: inline;
	margin-right: 16px;
}
.robotCont {
	float: left;
	display: inline;
	max-width: 220px;
	padding: 11px 20px;
	background: #e5e5ea;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}
.robotCont span {
	display: inline-block;
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	word-break: break-all;
}
.questionerTalk {
	margin-bottom: 12px;
}
.questionerCont {
	float: right;
	display: inline;
	max-width: 216px;
	padding: 15px 20px;
	margin-right: 0;
	background: #4895e9;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}
.questionerCont.beginStyle {
	float: left;
	width: 0;
}
.questionerCont.endStyle {
	float: right;
	padding: 15px 20px;
	width: auto;
}
.questionerCont span {
	display: inline-block;
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}
.inputMessage {
	position: relative;
	width: 409px;
	height: 55px;
	background: #ffffff;
	/* border: #ccc 1px solid; */
	box-shadow: 1px 3px 1px 1px #777777;
	-moz-box-shadow: 1px 3px 1px 1px #777777;
	-webkit-box-shadow: 1px 3px 1px 1px #777777;
	border-radius: 6px;


	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.inputMessage textarea {
	width: 385px;
	height: 91px;
	padding: 12px;
	outline: 0;
	border: 0;
	font-family: "宋体";
	font-size: 12px;
	resize: none;
}
.operButtons {
	position: absolute;
	right: 10px;
	bottom: 8px;
}
.operButtons span {
	display: inline-block;
	width: 83px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #32b9ab;
	text-align: center;
}
.operClose {
	background: #fff;
	color: #4895e9;
	cursor: pointer;
}
.operSend {
	color: #fff;
	background-color: #32b9ab;
	margin-left: 8px;
	cursor: pointer;
}
.showMessage input{
	width: 140px;
	height:20px;
	border:#ccc 1px solid;
}
.showMessage textarea{
	width: 205px;
	height:70px;
	border:#ccc 1px solid;
}