﻿@charset "UTF-8";
/**
 * @version $1.1.1$
 */
.leftArea_robotDialog{
	display: none;
	position: absolute;
	left: -426px;
	bottom: 0;
    width: 409px;
    height: 477px;
    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: #4895e9;
}
.robotImage{
    position: absolute;
    bottom: 0;
    left: 5px;
}
.robotTitle{
    padding: 8px 0 7px 99px;
    width: 247px;
    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: #2172c5 url(/Content/images/robotClose.png) no-repeat center center;
}
.showMessage{
    height: 298px;
    width: 409px;
    overflow: auto;
    background: #f8f8f8;
    border-bottom: 1px solid #adadad;
}
.messageCont{
	margin: 16px 10px;
}
.robotTalk{
    margin-bottom: 12px;
}
.robotPortrait{
    float: left;
    display: inline;
    margin-right: 16px;
}
.robotCont{
    float: left;
    display: inline;
    max-width: 160px;
    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: 115px;
    background: #ffffff;
}
.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 #4895e9;
    text-align: center;
}
.operClose{
    background: #fff;
    color: #4895e9;
    cursor: pointer;
}
.operSend{
    color: #fff;
    background-color: #4895e9;  
    margin-left: 8px; 
    cursor: pointer;
}
    