﻿@charset 'UTF-8';

/**
 *
 * @authors @silentblue
 * @date    2020-09-27 08:32:30
 *
 */
.robot-chat-box {
    width: 1100px;
    margin: 20px auto;
    overflow: hidden;
}

.chat-skin {
    background: url("web-im-bg.jpg") no-repeat scroll 0 0 / cover;
}

.bgfff {
    background: #fff;
}

.wdth250 {
    width: 250px;
}

.wdth710 {
    width: 710px;
}

.pdlt10 {
    padding-left: 10px;
}

.robot-chat-ui-outer {
    background: #f9f9f9;
    width: 970px;
    margin: 0;
    padding: 15px;
}

.robot-chat-aside,
.robot-chat-main-box,
.robot-chat-main-inner {
    border-radius: 8px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding: 0;
}

.splite {
    width: 10px;
}

.chat-service-nav {
    padding: 23px 20px 0;
}

.chat-service-nav>ul {
    position: relative;
    white-space: nowrap;
}

.chat-service-nav>ul>li {
    display: inline-block;
    float: left;
    height: 46px;
    position: relative;
    width: 33%;
}

.chat-service-nav>ul>li>a {
    border-bottom: 2px solid #d8d8d8;
    bottom: -1px;
    display: block;
    height: 43px;
    position: relative;
    width: 100%;
}

.chat-service-nav>ul>li.chosen>a {
    border-color: #535353;
    transition: all 0.1s;
}

.chat-service-nav>ul>li>a .new-msg-icon {
    background: #ff4e00;
    border-radius: 10000px;
    display: block;
    height: 8px;
    position: absolute;
    right: -4px;
    top: 0;
    width: 8px;
}

.hide {
    display: none !important;
}

.icon-service-public,
.icon-service-search,
.icon--service-popular,
.chat-service-nav>ul>li.chosen>a .icon-service-public,
.chat-service-nav>ul>li.chosen>a .icon-service-search,
.chat-service-nav>ul>li.chosen>a .icon--service-popular {
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    display: block;
    height: 32px;
    width: 32px;
    background: url(icon-robot.png);
}

.icon-service-public {
    background-position: -34px 0;
}

.icon--service-popular {
    background-position: -102px 0;
}

.icon-service-search {
    background-position: -170px 0;
}

.chat-service-nav>ul>li.chosen>a .icon-service-public {
    background-position: 0 0;
}

.chat-service-nav>ul>li.chosen>a .icon--service-popular {
    background-position: -68px 0;
}

.chat-service-nav>ul>li.chosen>a .icon-service-search {
    background-position: -136px 0;
}

.chat-service-container {
    height: 450px;
    overflow: hidden;
    position: relative;
    top: 3px;
    width: 250px;
    transition: all 0.3s linear 0.1s;
    margin-bottom: 15px;
}

.chat-service-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.chat-service-item-title {
    width: 250px;
    height: 36px;
    position: relative;
    overflow: hidden;
    background: #e9f1f6;
}

.robot-itemsbg-2 {
    background: #e9e7d1;
}

.robot-itemsbg-2+ul>a {
    color: #b3af80;
}

.robot-itemsbg-3 {
    background: #73c9c9;
}

.robot-itemsbg-3+ul>a {
    color: #73c9c9;
}

.chat-service-item-title>p {
    font-size: 15px;
    line-height: 34px;
    margin: 0;
    padding-left: 20px;
    color: #6d6d6d;
}

.chat-service-items {
    width: 240px;
    overflow: hidden;
    margin: 10px auto 0;
}

.chat-service-items>a {
    background-color: #fff;
    border: 1px solid #f9f9f9;
    color: #6094d6;
    display: inline-block;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    position: relative;
    /* text-indent:45px; */
    text-align: center;
    width: 118px;
    float: left;
    overflow: hidden;
    border-radius: 3px 0 0 0;
    margin-bottom: 8px;
    transition: all 0.3s linear 0.1s;
}

.chat-service-items>a.bdlt0 {
    border-left: 0;
    border-radius: 0 3px 0 0;
}

.chat-service-items>a:hover {
    color: #9c9c9c;
    background-color: #f9f9f9;
    border: 1px solid #efefef;
}

.chat-service-items>a>i {
    display: inline-block;
    height: 24px;
    left: 10px;
    position: absolute;
    top: 12px;
    transition: all 0.5s;
    width: 24px;
}

.robot-chat-main-inner {
    width: 100%;
    height: auto;
    display: table-cell;
}

/* chaft window */
td {
    word-break: normal;
    white-space: normal;
}

.robot-chat-innerbox {
    width: 710px;
    overflow: hidden;
}

.chatwindow {
    overflow: hidden;
    padding-right: 2%;
    border-bottom: 1px solid #015293;
    height: 68px;
    background: url(lantiao.png) -32px -16px no-repeat;
    position: relative;
}

.chatwindow span {
    display: block;
    font-weight: 600;
    font-size: 24px;
    float: left;
    margin-top: 24px;
    color: #fff;
    margin-left: 15px;
}

.chatwindow img {
    width: 100px;
    transform: rotateY(180deg);
}

.repbox {
    background: #e5effa;
    clear: both;
    padding: 15px;
    font-size: 13px;
    color: #475059;
    margin-left: 16px;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 80%;
    position: relative;
    margin: 0 auto;
    padding-bottom: 18px;
}

.repbox:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(rep.png) no-repeat;
    left: -16px;
    z-index: 9999;
}

.col60 {
    width: 761px;
    float: left;
    height: 100%;
    background: #fff;
    border: 1px solid #dfedf3;
    border-radius: 5px;
}

.conter1 {
    width: 100%;
    height: 400px;
    overflow: auto;
    overflow-y: hidden;
}

.conter2 {
    width: 100%;
    background: #fff;
    height: 117px;
}

.conter2 .inptu_styel1 {
    width: 95%;
    height: 50px;
    padding: 15px 0 10px;
    font-size: 14px;
    line-height: 24px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #79d3f8;
    margin-left: 2%;
    border-bottom: 1px solid #79d3f8;
}

.hfk {
    width: 98%;
    margin: 5px auto;
}

.tx {
    float: left;
    padding-left: 25px;
    font-size: 14px;
}

.tx span {
    font-weight: bold;
    color: #e87d5d;
    font-family: "黑体";
    padding: 3px 5px;
}

.tx span img {
    padding-top: 4px;
}

.fs_button {
    background: #2e6fb8;
    width: 82px;
    height: 32px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}

.tx {
    float: left;
    padding-left: 25px;
    font-size: 14px;
}

.tx span {
    font-weight: bold;
    color: #e87d5d;
    font-family: "黑体";
    padding: 3px 5px;
}

.tx span img {
    padding-top: 4px;
}

.fs_button {
    background: #2e6fb8;
    width: 82px;
    height: 26px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}


.zn_da {
    float: left;
    width: 80%;
    margin: 15px 13px;
    position: relative;
    overflow: visible;
}

.zn_da .pic {
    width: 43px;
    float: left;
}

.zn_da .pic img {
    width: 43px;
}

.zn_da .text {
    width: 80%;
    line-height: 20px;
    float: left;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    color: #333333;
    padding: 10px;
    margin-left: 19px;
}

.zn_da .tip {
    width: 5px;
    height: 8px;
    position: absolute;
    top: 20px;
    left: 58px;
    background: url(sqd_jtnav.png) no-repeat;
}

.zn_wen {
    float: right;
    width: 80%;
    margin: 15px 0px;
    position: relative;
    overflow: visible;
}

.zn_wen .pic {
    width: 43px;
    float: right;
}

.zn_wen .pic img {
    width: 43px;
}

.zn_wen .text {
    line-height: 20px;
    float: right;
    background: #e0f1f9;
    border: 1px solid #b3d7e6;
    border-radius: 5px;
    color: #333333;
    padding: 10px;
    margin-right: 20px;
}

.zn_wen .tip {
    width: 5px;
    height: 8px;
    position: absolute;
    top: 20px;
    right: 58px;
    background: url(sqd_jtnav1.png) no-repeat;
}

.zn_da .text {
    font-size: 14px;
    color: #333333;
    padding-left: 14px;
    line-height: 30px;
}

.zn_da .text h3 {
    color: #666;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}

.zn_da .text .coner {
    width: 100%;
    color: #65a8e5;
    line-height: 22px;
    color: #65a8e5 !important;
    padding: 5px 0 10px;
    border-bottom: 1px dashed #eeeeee;
    display: block;
    overflow: hidden;
}

.zn_da .text .coner p a {
    color: #65a8e5 !important;
    line-height: 22px;
    display: block;
}

.zn_da .text .coner p a:hover {
    color: #df1d1d !important;
}

.col40 {
    width: 424px;
    float: right;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfedf3;
    border-radius: 5px;
}

.zj {
    width: 96%;
    margin: 2% auto;
    padding-right: 3%;
    height: 100%;
}

.zj h2 {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 20px;
    padding-top: 23px;
    color: #2e6fb8;
    margin-left: 5px;
}

.zj h2 img {
    float: left;
    padding-right: 10px;
    width: 20px;
}

.zj .text {
    line-height: 23px;
    color: #666;
    padding-top: 5px;
    font-size: 14px;
    padding-left: 24px;
    border-bottom: 1px solid #e2e2e2;
    padding: 11px;
}

.zj .text span {
    color: #df1d1d;
}

.zj .text ul li {
    padding-left: 10px;
    line-height: 24px;
    font-size: 12px;
    color: #333;
    background: url(sqd_nav.jpg) no-repeat left 12px;
}

.zj .text1 {
    width: 100%;
    margin: 0 auto;
    line-height: 23px;
    color: #666;
    padding-top: 5px;
    font-size: 14px;
    padding-left: 24px;
    border-bottom: 1px dashed #e2e2e2;
    padding: 11px 0;
}

.zj .text1 ul {
    padding-left: 20px;
}

.zj .text1 ul li {
    padding-left: 12px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
    background: url(li_nav6.png) no-repeat left 12px;
}

.zj .text1 ul li a {
    color: #999;
}

.zj .text1 ul li a:hover {
    color: #df1d1d;
}

.zj01 {
    width: 94%;
    margin: 3% auto;
    padding-right: 3%;
    height: 94%;
    position: absolute;
    z-index: 100;
    top: 0;
    background: #fff;
    left: 100%;
}

.zj01 h2 {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding-top: 13px;
    font-weight: bold;
    color: #ff6200;
}

.zj01 h2 img {
    float: left;
    padding-right: 5px;
}

.zj01 .text {
    line-height: 24px;
    color: #333;
    padding-top: 5px;
    padding-left: 24px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
}

.zj01 .text ul li {
    padding-left: 10px;
    line-height: 24px;
    font-size: 12px;
    color: #333;
    background: url(sqd_nav.jpg) no-repeat left 12px;
}

/* 提问 */
.askQbox {
    padding: 0 10px;
    margin-top: 10px;
    height: 125px;
}

.inputbox {
    border-radius: 3px;
    border: 1px solid #d9e8f9;
    background: #f1f7fe;
    height: 40px;
    color: #ccc;
    font-size: 13px;
    padding: 10px;
    width: 98%;
    color: #3c4855;
}

.subBtn {
    background: #015293;
    color: #fff;
    padding: 3px 15px;
    border-radius: 3px;
    float: right;
}

.askQbox p {
    margin-top: 10px;
}

.askQbox p span {
    font-size: 13px;
    color: #6d7b8a;
}

/* 服务 */
.detilbox {
    background: rgba(255, 255, 255, .95);
    width: 100%;
    position: absolute;
    top: 0px;
    right: -900px;
}

.dtlcontit {
    font-size: 16px;
    font-weight: 900;
    text-align: center;
}

.dtlcontt {
    padding: 20px 5px 20px 5px;
    line-height: 26px;
    font-size: 13px;
}

.backbtn {
    display: block;
    height: 28px;
    line-height: 28px;
    position: relative;
    padding-left: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    color: #015293;
}

.backbtn:before {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(arr.png) no-repeat;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
}

.sidetabl {
    border: 1px solid #b3bbcf;
}

.sidetabl td {
    padding: 5px 10px;
    border-bottom: 1px solid #b3bbcf;
    color: #666;
    font-size: 14px;
}

td.tdtit {
    background: #e5effa;
    color: #333;
}