* {
    margin: 0;
    padding: 0;
}

body,
html {
    min-width: 1200px;
    background: #f2f2f2;
}
/* 智能问答 */
.znwd-box {
    width: 780px;
    height: 748px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
}
/* 对话 */
#message {
    padding: 0 20px 0 40px;
    height: 625px;
    overflow-y: auto;
    overflow-x: hidden;
}
@keyframes fadeInLeft{
    0% { opacity:0; -webkit-transform:translate3d(-100%,0,0); transform:translate3d(-100%,0,0) }
    to { opacity:1; -webkit-transform:none; transform:none }
}
/* 提问 */
.dialog {
    overflow: hidden;
    padding-right: 30px;
    /* background: url(../images/man.png) no-repeat right; */
    background-size: 9%;
    position: relative;
    margin: 10px 0px;
    /* height: 50px; */
    animation-duration: 1s;
    animation-name: fadeInRight;
}
.dialog .triangle2 {
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    right: 15px;
    background: url(../images/znwd_icon_user.png) no-repeat;
    z-index: 1;
    top: 0;
    background-size: 100%;
}
.dialog .center {
    float: right;
    background: #bfdfff;
    color: #FFF;
    font-size: 14px;
    line-height: 28px;
    margin: 18px 0px;
    padding: 5px 17px 5px 10px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}
.dialog .onoff {
    right: 0;
    height: 100%;
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    margin-top: 10px;
    background: url(../images/znwd_icon_show.png) no-repeat 0px 2px;
    position: absolute;
    top: 0px;
    left: -23px;
}
.center a {
    color: #333333;
}
.trangle2 {
    display: none;
    width: 20px;
    height: 27px;
    background: url(../images/triangleRight.png) no-repeat;
    position: absolute;
    right: -10px;
    top: 3px;
    background-position: -6px;
}
/* 回复 */
.dialog_tab{
    background: #FFFFFF;
    /* border: 1px solid #e1e1e1; */
    padding: 10px 12px;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    margin-right:41px;
    margin-left: 20px;
    border-radius: 10px;
    position: relative;
    width:65%;
    max-width:100%;
    animation-name: fadeInLeft;
    animation-duration: 2s;
    font-size: 14px;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.1);
}
.right_arrow {
    width: 35px;
    height: 35px;
    position: absolute;
    left: -40px;
    top: -20px;
    background: url(../images/znwd_icon_robot.png) no-repeat right;
    background-size: 100%;
    z-index: 3;
}
.triangle{
    display: none;
    width: 22px;
    height: 27px;
    /* background: url(../images/triangle.png) no-repeat; */
    position: absolute;
    left: -13px;
    top: 2px;
}

/* 内容 */
.tab2_title {
    width: 100%;
}
.tab2_top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d5d5d5;
}
.tab2_top span{
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

.tab2_content {
    width: 100%;
    height: auto;
    line-height: 29px;
    overflow: hidden;
}
.dialog_tab p span {
    color: #cd3e45;
    text-overflow: ellipsis;
}
.tab2_content p {
    color: #333;
    /* font-weight: 600;
    font-size: 15px; */
    /* border-bottom: 1px dashed #eee; */
    /* line-height: 40px; */
}
.dialog_tab>ul>li {
    border-bottom: 1px dashed #eee;
    line-height: 34px;
    /* padding-top: 5px; */
    background: url(../images/znwd_icon_libg.png) no-repeat left;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
}
.dialog_tab>ul>li:nth-child(1){
    border-top: 1px dashed #eee;
    margin-top: 10px;
}
.list_info_tab .tab2_content .news li:nth-child(1){
    border-top: 1px dashed #eee;
    margin-top: 10px;
}
.dialog_tab li a {
    display: inline-block;
    /* width: 80%; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
li .bszn {
    color: #387dbf;
    display: inline-block;
    flex-shrink: 0;
}
.dialog_tab li button {
    background: 0 none;
    outline: none;
    border: 0 none;
    /* float: left; */
    cursor: pointer;
    font-size: 14px;
    line-height: 19px;
    color: #333;
    font-family: "Microsoft YaHei";
    padding: 0!important;
    /* width: 80%; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    /* margin-right: 10px; */
    border-bottom: 1px;
}
.dialog_tab > p {
    line-height: 32px;
    font-size: 14px;
}
/* 更多的回答 */
.wntj {
    margin-bottom: 25px;
    position: absolute;
    left: 1px;
    bottom: -80px;
    display: inline-block;
    color: #0d89e1;
    font-size: 15px;
    font-weight: 900;
}
.wntj > span {
    margin-right: 25px;
    padding: 0 15px;
    line-height: 30px;
    color: #666 !important;
    text-align: center;
    border: 1px solid #dcdfe6;
    border-radius: 20px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* 回答 */
.c_text {
    height: 80px;
    line-height: 26px;
    color: #666;
    overflow: hidden;
}
.more-dan {
    color: #50a2ff ;
    cursor: pointer;
    line-height: 20px ;
    width: 92% ;
    text-align: left ;
}

/* 欢迎 */
.welcome-dialog {
    margin-top: 40px;
    margin-bottom: 35px;
    width: 400px;
    display: block;
}
/* 提问下栏 */
.znwd-box .con-l-b {
    margin: 0 3%;
    margin-bottom: 15px;
    background-color: #f4f4f4;
    position: absolute;
    bottom: -10px;
    width: 94%;
    height: 91px;
    border-radius: 100px;
}
#msgCon {
    margin-top: 13px;
    margin-left: 23px;
    padding-left: 60px;
    width: 95%;
    height: 65px;
    line-height: 62px;
    color: #666;
    font-size: 14px;
    float: left;
    border: 0;
    border-radius: 100px;
    overflow: auto;
    outline: none;
    resize: none;
    box-sizing: border-box;
    background: #fff url(../images/znwd_icon_pencil.png) no-repeat;
    background-position: 25px 20px;
    background-size: 2%;
}
#sendMess {
    width: 60px;
    height: 60px;
    font-size: 16px;
    position: absolute;
    top: 21px;
    right: 31px;
    border: 0;
    cursor: pointer;
    background: url(../images/znwd_icon_fs.png) no-repeat;
    background-size: 80%;
}



