﻿/*********************************************
 * index CSS
 *
 * @author dingh
 * @date 2021-04-25
 *********************************************/
.fd-layout.fd-robot-layout .fd-header {
    position: fixed;
    top: 0;
}
.fd-layout.fd-robot-layout .fd-layout-center {
    min-height: calc(100% - 95px);
    padding-top: 95px;
    box-sizing: border-box;
}
.fd-robot-layout .fd-menu li.fd-menu-item {
    padding-top: 9px;
}
.fd-robot {
    width: 1015px;
    height: 600px;
    margin: 20px auto 0;
    border-radius: 6px;
    box-shadow: 0 2px 10px #e6e7e4;
    background-color: #fff;
}
.fd-scroll {
    height: calc(100% - 190px);
    border-top-left-radius: 6px;
}
.fd-scroll.aty-scroll .aty-scroll-area {
    min-height: 100%;
}
.fd-robot .fd-talk {
    width: 702px;
    height: 100%;
}
.fd-robot .fd-text {
    width: 313px;
    height: 100%;
    padding: 15px 16px 10px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    box-sizing: border-box;
    background-color: #f5f8fa;
}
.fd-robot .fd-cur-msg {
    padding: 15px 30px 46px 27px;
}
.fd-robot .fd-cur-msg .fd-sys-msg,
.fd-robot .fd-cur-msg .fd-user-msg {
    margin-bottom: 30px;
}

.fd-robot .fd-cur-msg .fd-sys-msg .fd-sys-img {
    width: 78px;
}
.fd-robot .fd-cur-msg .fd-sys-msg .fd-sys-con,
.fd-robot .fd-cur-msg .fd-user-msg .fd-user-con {
    position: relative;
    width: fit-content;
}
.fd-robot .fd-replay-text p {
    line-height: 28px;
}
.fd-robot .fd-replay-text .fd-text-item {
    color: #026dc6;
}
.fd-robot .fd-replay-text .fd-text-light {
    color: red;
}
.fd-robot .fd-replay-text .fd-text-spe {
    padding-left: 6px;
    font-weight: 700;
    color: #333;
}
.fd-robot .fd-replay-text .fd-text-spe span {
   color: #026dc6;
}
.fd-robot .fd-cur-msg .fd-sys-msg .fd-sys-img {
    width: 78px;
}

.fd-robot .fd-cur-msg .fd-sys-msg .fd-sys-con,
.fd-robot .fd-cur-msg .fd-user-msg .fd-user-con {
    position: relative;
    /*width: fit-content;*/
    width: calc(100% - 78px);
    max-width: 567px;
    padding: 16px 23px 16px;
    margin-top: 30px;
    border-radius: 8px;
    word-break: break-all;
    background-color: #f0f8ff;
    border: 1px solid #d0e8fb;
}
.fd-robot .fd-cur-msg .fd-user-msg .fd-user-con {
    width: fit-content;
}
.fd-robot .fd-cur-msg .fd-sys-msg .fd-sys-con.fd-first-con p {
    line-height: 28px;
}
.fd-robot .fd-cur-msg .fd-sys-msg .fd-sys-con.fd-first-con .fd-keywords a {
    margin-right: 20px;
    color: #026dc6;
}
.fd-robot .fd-cur-msg .fd-sys-msg .fd-sys-con.fd-first-con .fd-keywords {
   margin-top: 8px;
}
.fd-robot .fd-cur-msg .fd-sys-msg .fd-sys-con.fd-first-con .fd-keywords a:hover {
    text-decoration: none;
}
.fd-robot .fd-cur-msg .fd-sys-msg .fd-sys-con:before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 23px;
    height: 16px;
    top: -9px;
    left: -10px;
    background: url(../img/sys-arrow.png) no-repeat center center;
}
.fd-robot .fd-cur-msg .fd-user-msg .fd-user-img {
    width: 89px;
    text-align: right;
}
.fd-robot .fd-cur-msg .fd-user-msg .fd-user-con {
    border: none;
    color: #fff;
    background-color: #016ec6;
}
.fd-robot .fd-cur-msg .fd-user-msg .fd-user-con:before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 23px;
    height: 16px;
    top: -9px;
    right: -9px;
    background: url(../img/user-arrow.png) no-repeat center center;
}

.fd-robot .fd-cur-msg .fd-time {
    color: #999;
    text-align: center;
}

.fd-robot .fd-input-msg {
    height: 173px;
    padding: 11px 14px 13px;
    border-top: 1px solid #d9d9d9;
    box-sizing: border-box;
}
.fd-robot .fd-input-msg .fd-textarea .aty-textarea {
    height: 97px;
    background-color: #f9f9f9;
}
.fd-robot .fd-input-msg .fd-enter {
    margin-top: 12px;
    text-align: right;
    color: #999;
}
.fd-robot .fd-input-msg .fd-enter .aty-btn {
    margin-left: 10px;
}


.fd-robot .fd-text .fd-title {
    position: relative;
    height: 23px;
    padding-left: 10px;
    margin-bottom: 35px;
    line-height: 23px;
    font-size: 16px;
    font-weight: 700;
    color: #074fa1;
    box-sizing: border-box;
}
.fd-robot .fd-text .fd-title:after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 3px;
    height: 23px;
    left: 0;
    top: 0;
    background-color: #084fa0;
}
.fd-robot .fd-text p {
    margin-bottom: 30px;
    padding: 0 7px 0;
    line-height: 30px;
    color: #444;
}
