html {
    height: 100%;
}

body {
    height: 100%;
    background: url("../images/robotbg.jpg") no-repeat center;
    position: relative;
}

.irbt-content {
    width: 1002px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.irbt-main {
    width: 658px;
    padding: 10px;
    background: #fff;
}

.irbt-head {
    height: 76px;
    padding: 0 18px;
    line-height: 76px;
    background: #4178be;
    position: relative;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

.irbt-head > img {
    margin-top: -4px;
    margin-right: 16px;
    vertical-align: middle;
}

.irbt-head > p {
    padding-left: 108px;
    margin-top: 46px;
    float: left;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.irbt-head ul li {
    float: left;
    width: 80px;
    height: 74px;
    text-align: center;
    line-height: 1;
}

.irbt-head ul li > img {
    display: block;
    margin: 10px auto;
}

.irbt-head ul li:hover {
    background: #328fcf;
    cursor: pointer;
}

.irbt-head ul li.scan-ewm {
    position: relative;
}

.irbt-head ul li.scan-ewm .ewm {
    position: absolute;
    bottom: -150px;
    left: -35px;
    width: 150px;
    height: 150px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 10px 0 #ccc;
    cursor: default;
    display: none;
}

.irbt-head ul li.scan-ewm:hover .ewm {
    display: block;
}

.irbt-head ul li.scan-ewm .ewm img {
    width: 100%;
    height: 100%;
}

.chat-area {
    background-color: #fafafa;
    border: 1px solid #e1e1e1;
    border-top: none;
}

.chat-area-list {
    height: 364px;
    padding: 0 14px;
    overflow: hidden;
}

.chat-ft {
    border-top: 1px solid #e1e1e1;
    background: #fbfbfb;
}

.message-user-info {
    margin: 4px 0 6px;
    color: #333;
}

.message-user-info i {
    font-size: 13px;
    color: #ccc;
    margin-left: 10px;
}

.chat-content.me .message-user-info {
    text-align: right;
}

.chat-content {
    overflow: hidden;
    margin: 30px 0;
}

.chat-content .avatar {
    width: 50px;
    height: 50px;
    background: #fafafa;
}

.chat-content .avatar img {
    vertical-align: bottom;
    width: 100%;
    height: 100%;
}

.chat-content.other .avatar {
    float: left;
}

.chat-content.me .avatar {
    float: right;
}

.chat-content.other .msg-content {
    margin-left: 50px;
    padding-left: 16px;
    padding-right: 56px;
    overflow: hidden;
}

.chat-content.me .msg-content {
    margin-right: 40px;
    padding-right: 16px;
    padding-left: 56px;
    overflow: hidden;
}

.msg-content .bubble {
    line-height: 24px;
    padding: 8px 16px;
    border-radius: 6px;
    position: relative;
}

.msg-content .bubble > ul {
    color: #0068bc;
}

.msg-content .bubble > ul li {
    cursor: pointer;
    padding-right: 20px;
}

.chat-content.other .bubble {
    float: left;
    background: #eeeeee;
}

.chat-content.me .bubble {
    float: right;
    background: #d8e8f9;
}

.msg-content .bubble:after {
    content: "";
    position: absolute;
    top: 4px;
    border-width: 6px;
    border-style: solid;
}

.chat-content.other .bubble:after {
    left: -12px;
    border-color: transparent #eee transparent transparent;
}

.chat-content.me .bubble:after {
    right: -12px;
    border-color: transparent transparent transparent #d8e8f9;
}

.status-wait:before {
    content: "";
    position: absolute;
    left: -26px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: #000;
    background: url("../images/loading.gif") no-repeat center;
    background-size: 100% 100%;
}

.status-error:before {
    content: "";
    position: absolute;
    left: -26px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url("../images/icon-error.png") no-repeat center;
    background-size: 100% 100%;
}

.chat-tool {
    height: 36px;
    padding: 6px 16px;
    overflow: hidden;
}

.chat-tool a {
    float: left;
    height: 100%;
    margin-right: 26px;
    padding-left: 34px;
    padding-right: 8px;
    line-height: 22px;
    cursor: pointer;
    border: 1px solid transparent;
    background-position: 8px center;
    background-repeat: no-repeat;
    border-radius: 6px;
}

.chat-tool a:hover {
    background-color: #fff;
    border-color: #e1e1e1;
}

.chat-tool a.satisfaction {
    background-image: url("../images/icon-satisfaction.png");
}

.chat-tool a.saveRecord {
    background-image: url("../images/icon-save.png");
}

.chat-editor {
    padding-top: 14px;
}

.chat-editor-area {
    width: 100%;
    height: 60px;
    outline: none;
    padding: 0 18px;
    font-size: 14px;
    font-family: " Microsoft YaHei";
    line-height: 24px;
    overflow: auto;
    resize: none;
    vertical-align: top;
    position: relative;
    z-index: 1;
    border: none;
    background: none;
}

.chat-action {
    text-align: right;
    padding: 20px;
}

.chat-action .btn-send {
    display: inline-block;
    width: 80px;
    height: 32px;
    margin-left: 10px;
    background: #4178be;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    color: #fff;
}

.chat-action span {
    color: #999;
}

.irbt-tool {
    width: 334px;
    margin-left: 10px;
}

.irbt-tool-bd {
    background-color: #fff;
}

.common-qusetion {
    height: 360px;
    padding: 22px 12px;
}

.common-qusetion-box {
    height: 100%;
    padding: 16px 20px;
    background-color: #e8e8e8;
}

.common-qusetion-box li {
    color: #4164e7;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 16px;
    cursor: pointer;
}

.common-qusetion-box p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 24px;
}

.irbt-tool-hd {
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: url("../images/hdbg.jpg") no-repeat center;
    color: #fff;
    font-size: 24px;
}

.irbt-tool-hd img {
    vertical-align: middle;
    margin-top: -6px;
    margin-right: 16px;
}

.mt10 {
    margin-top: 10px;
}

.proposal {
    line-height: 118px;
    text-align: center;
    font-size: 20px;
}

.link {
	color: #3a40fc;
}
