@charset "utf-8";

/* CSS Document */
/* 公共部分 */
div,
p,
ul,
li,
a,
img {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.text_hide {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


#helpDialog,
#userDialog,
#mzsmDialog,
#feedDialog,
#customerDialog,
#messageBox,
#regionDialog,
#quitDialog {
    z-index: 999;
    position: absolute;
}

#feedDialog {
    left: calc((100% - 500px) / 2);
    top: calc((100% - 315px) / 2);
}

/* 烟台 */
/* 对话小三角 */
.robotAnswer {
    position: relative;
    margin-left: 16px;
}

.robotAnswer::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 16px;
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: transparent #F5FAFF transparent transparent;
    z-index: 10;
    display: none;
}

.has_mzsm_answer::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 12px;
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: transparent #E3F0FF transparent transparent;
    z-index: 10;
}

.has_mzsm_answer_1::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 15px;
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: transparent #E3F0FF transparent transparent;
    z-index: 10;
}

.has_mzsm_answer_2::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 15px;
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: transparent #FFF0F0 transparent transparent;
    z-index: 10;
}

.has_mzsm_answer_3::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 15px;
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: transparent #EBFAF8 transparent transparent;
    z-index: 10;
}

.has_mzsm_answer_4::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 15px;
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: transparent #FFF5EB transparent transparent;
    z-index: 10;
}

#userDialog .userCont {
    height: 60%;
}

.markdown-container * {
    font-size: 16px !important;
}

body {
    /* background-image: url(img/yt_bg.png);
    background-repeat: repeat-y;
    background-position: top center; */
    padding: 0;
    height: auto;
    background: url(img/jn_bg.png) no-repeat top center;
    background-attachment: fixed;
    position: relative;
}

.robot {
    max-width: 1440px;
    width: 1440px;
    justify-content: space-between;
    /*height: 750px;*/
    height: 860px;
    overflow: visible;
    background: transparent;
    padding-bottom: 50px;
}




.xwdtLi {
    font-size: 16px;
    margin-bottom: 0;
    background: #fff;
    margin-top: 10px;
}

.know_more {
    margin-top: 20px;
}

.xwdtLi-title {
    color: #1677FF !important;
}

.yt_top {
    height: 143px;
    padding: 43px 0 42px 0;
    display: flex;
    justify-content: space-between;
}

.logo {
    margin-left: 16px;
    margin-top: 4px;
    margin-right: 26px;
}

.yt_top_right {
    display: flex;
    height: 23px;
    margin-top: 58px;
}

.yt_top_right li {
    height: 23px;
    border: 1px solid #5cabfb;
    border-radius: 13px;
    background: #fff;
    font-size: 14px;
    line-height: 23px;
    padding: 0 8px;
    margin-left: 9px;
    color: #5cabfb;
}

.yt_top_right li a {
    color: #5cabfb;
}

.yt_top_right li.fzgn_bt_ls {
    padding-left: 25px;
    background: #fff url("img/jn_ls.png") 7px center no-repeat;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.yt_top_right li.fzgn_bt_xf {
    padding-left: 25px;
    background: #fff url("img/jn_xf.png") 7px center no-repeat;
    cursor: pointer;
}

.yt_top_right li.fzgn_bt_zh {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yt_top_right li.fzgn_bt_zh a {
    cursor: pointer;
}

.yt_top_right li a {
    position: relative;
    width: 24px;
    text-align: center;
}

.yt_top_right li a.zt_hover {
    color: #1d69b5;
    font-weight: 600;
}

.yt_top_right li a.zt_mr:after {
    content: "";
    position: absolute;
    background: #5cabfb;
    width: 1px;
    height: 9px;
    left: 0;
    top: 7px;
}

.yt_top_right li a.zt_mr:before {
    content: "";
    position: absolute;
    background: #5cabfb;
    width: 1px;
    height: 9px;
    right: -1px;
    top: 7px;
}

.yt_lsdh {
    font-size: 14px;
    color: #666666;
}

.deleteAllImg {
    cursor: pointer;
}

.cardLi-source {
    padding-left: 4px;
}

.delete_all {
    width: 14px;
    height: auto;
    margin-right: 7px;
    margin-top: -2px;
}

.close_lsdh {
    margin-left: 24px;
    margin-top: 8px;
    cursor: pointer;
}


#left {
    width: 343px;
    height: 100%;
    box-shadow: #c8e1f9 0 0 8px 2px;
    border-radius: 15px;
    background: #fff;
}

/*泉小智*/
.jn_jqr {
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    /*background: url("img/jn_znjqr.png") 17px 63px no-repeat;*/
    background: url(img/jn_znjqr.gif) 34px 62px no-repeat;
    background-size: 128px auto;
    min-height: 300px;
    position: relative;
}

.jn_jqr_ts {
    box-sizing: border-box;
    position: absolute;
    right: 15px;
    top: 30px;
    background: url("img/jn_ts_bg.png") center no-repeat;
    width: 176px;
    height: 165px;
    display: flex;
    padding: 18px 15px 0 29px;
    flex-direction: column;
}

.jn_jqr_ts>span:nth-child(1) {
    font-size: 18px;
    font-weight: 600;
    color: #156bdb;
    text-align: justify;
    height: 22px;
    line-height: 22px;
    margin-bottom: 5px;
}

.jn_jqr_ts>span:nth-child(2) {
    font-size: 12px;
    color: #156bdb;
    text-align: justify;
    line-height: 14px;
    margin-bottom: 12px;
}

.jn_jqr_ts>span:nth-child(3) {
    font-size: 12px;
    color: #5e8cc9;
    text-align: justify;
    line-height: 16px;
}

.jn_jqr_ts>span:nth-child(3) img {
    margin-bottom: 2px;
}

#right {
    width: 1084px;
    box-shadow: #c8e1f9 0 0 8px 2px;
    border-radius: 15px;
}

.rightDiv {
    background: #ffffff;
    padding: 0;
    position: relative;
    border-radius: 15px;
    scroll-behavior: smooth;
    /* 添加平滑滚动效果 */
    transition: all 0.3s ease;
}

.fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

#fullscreenButton {
    cursor: pointer;
    border: none;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 20px;
    right: 40px;
    display: none;
}

#topCard {
    /* background: url(img/yt_AI.png) no-repeat top right 20%; */
    /* position: relative; */
    display: none;
}

.yt_AI {
    position: absolute;
    top: 20px;
    right: 80px;
}

#topCard .card {
    margin: 0;
    padding: 0;
    background: none;
    background-image: linear-gradient(180deg, #C9E6FF 1%, #c9e6ff00 100%);
    border: 4px solid #ffffff80;
    border-radius: 16px;
}

.yt_history {
    height: 32px;
    overflow: hidden;
    margin-bottom: 13px;
    /* position: relative; */
}

/*.yt_history_tit {*/
/*    width: 102px;*/
/*    height: 32px;*/
/*    border: 1px solid #D0DDFF;*/
/*    border-radius: 6px;*/
/*    line-height: 30px;*/
/*    cursor: pointer;*/
/*    background: url(img/yt_history.png) no-repeat 10px center #fff;*/
/*    text-align: center;*/
/*    padding-left: 26px;*/
/*    color: #333;*/

/*}*/
/*.history_active{*/
/*    background: url(img/yt_history_active.png) no-repeat 10px center #1677FF;*/
/*    color: #fff;*/

/*}*/
.lsdh_div .listBox {
    /* margin-bottom: 0;
    background: #fff;
    min-height: 50px;
    position: absolute;
    top: 52px;
    left: 40px;
    width: 100%;
    max-height: 230px;
    overflow-y: auto;
    width: calc(100% - 300px);
    padding: 20px;
    padding-top: 0;
    z-index: 999; */
    width: 100%;
    height: 100%;
    overflow-y: auto;
    margin-top: 10px;
    margin-bottom: 0;
}

.lsdh_div .history {
    background: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lsdh_div .history .historyLi {
    width: 100%;
    padding: 10px 20px;
    border-radius: 12px;
    margin-top: 10px;
    height: auto;
    line-height: 23px;
    position: relative;
}

.historyLi .historyTitle {
    width: 100%;
    font-size: 16px;
    color: #333333;
}

.historyLi img {
    position: absolute;
    right: 20px;
    top: 13px;
    display: block;
}

.lsdh_img {
    line-height: 32px;
}

.history_main {
    width: calc(100% - 20px);
}

.historyLi:hover {
    color: #333333;
    background: #EFF6FF;
}

.history_time {
    font-size: 14px;
    color: #999999;
}

.yt_card_top {
    height: 108px;
}

.card_box {
    padding: 20px;
    padding-left: 55px;
}

.question2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.question_box {
    background: #F5FAFF;
    padding: 20px;
    padding-left: 56px;
    padding-top: 7px;
}

.question_box .card-msg {
    color: #CFAA60 !important;
    margin-top: 14px;
    margin-bottom: 0;
}

.card_box .card-msg {
    margin-bottom: 0;
}

.input-main {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 15px;
    position: relative;
    display: block;
}

.input {
    /*height: 150px;*/
    height: auto;
    margin: 0;
}

#inputText {
    height: 100% !important;
    line-height: 32px;
    width: 100%;
    background: transparent;
    padding-left: 32px;
    font-size: 20px;
    color: #7c97aa;
    padding: 10px 90px 10px 32px;
}

#inputText::-webkit-input-placeholder {
    color: #bfc6cc;
}

#inputText::-moz-placeholder {
    color: #bfc6cc;
}

#inputText::-ms-input-placeholder {
    color: #bfc6cc;
}

#inputText:-ms-input-placeholder {
    color: #bfc6cc;
}

#inputText::-ms-input-placeholder {
    color: #bfc6cc;
}

#inputText::placeholder {
    color: #bfc6cc;
}

.yuyin {
    width: auto;
    height: 100%;
    display: none;

}

.yyBtn {
    margin-bottom: 2px;
}

.pullBtn {
    width: 62px;
    height: 62px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    border-radius: 31px;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 20px;
    font-weight: 600;
    background: #d6e6f5 url("img/jn_fs.png") center no-repeat;
}

/*输入框*/
.srk_box {
    padding: 0 30px;
}

.input_bottom {
    width: 100%;
    display: flex;
    background: #eff8ff;
    height: 302px;
    border-radius: 16px;
    justify-content: space-between;
    position: relative;
    border: 1px solid #aab7bd;
    margin-top: 20px;
}

.input_bottom_left {
    width: 100%;
    height: 30px;
    padding: 0 30px;
    display: flex;
    margin: 20px 0;
}

.addBtn {
    background: url(img/jn_xjdh_hover1.png) no-repeat 16px center;
    cursor: pointer;
    color: #4578f1;
    border: 1px solid #4578f1;
}

.cleanBtn {
    background: url(img/jn_qkjl_hover1.png) no-repeat 16px center;
    cursor: pointer;
    color: #4578f1;
    display: block;
    border: 1px solid #4578f1;
}

.input_bottom_left>input {
    width: auto;
    height: 30px;
    padding-left: 39px;
    padding-right: 13px;
    line-height: 30px;
    border-radius: 15px;
    font-size: 16px;
    margin-right: 9px;
    cursor: pointer;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.disabled_click {
    cursor: not-allowed !important;
    color: #7c97aa;
    border: 1px solid #bfc6cc;
}

.disabled_click.addBtn {
    background: url(img/jn_xjdh.png) no-repeat 16px center;
}

.disabled_click.cleanBtn {
    background: url(img/jn_qkjl.png) no-repeat 16px center;
    display: block;
}

.input_bottom_left>div {
    width: auto;
    height: 30px;
    border: 1px solid #4578f1;
    border-radius: 15px;
    line-height: 30px;
    padding: 0 13px 0 39px;
    font-size: 14px;
    margin-left: 0;
    color: #4578f1;
}

.input_bottom_left>div:first-child {
    margin-left: 0;
    width: 102px;
    padding-left: 34px;
}

.input_bottom_left>input:first-child {
    margin-left: 0;
}

.input_bottom_left .ai_logo {
    margin-right: 10px;
    margin-top: -3px;
    width: 14px;
    height: 14px;
}

.input_bottom_right {
    float: none;
    display: block;
    height: 100%;
}

.modelSelect {
    background: url("img/jn_sdsk.png") 16px center no-repeat;
}

.modelSelect:hover {
    background: #E8F2FF url("img/jn_sdsk.png") 16px center no-repeat;
    border: 1px solid #4578f1;
    color: #4578f1 !important;
}

.modelSelect_hover {
    background: #4578f1 url("img/jn_sdsk_hover_Icon.png") 16px center no-repeat;
    border: 1px solid #4578f1;
    color: #fff !important;
}

/*输入框*/


.mx_des {
    display: none;
    background: #457AC6;
    color: #fff;
    padding: 10px;
    position: absolute;
    bottom: 30px;
    left: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;

}

/*.modelSelect:hover .mx_des {*/
/*    display: block;*/
/*}*/

.ai_r1_choose {
    display: none;
    font-size: 15px;
    color: #7c97aa;
    float: left;
    line-height: 32px;
    margin-left: 10px;
}

.leftDiv {
    padding: 0;
    background-image: none;
    border-radius: unset;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lsdh_div {
    padding: 30px 20px;
    background-image: linear-gradient(180deg, #FFFFFF 1%, #ffffff40 100%);
    box-shadow: inset 0 0 2px 2px #ffffff80;
    border-radius: 24px;
    height: 100%;
    overflow-y: auto;
    position: relative;
    box-sizing: border-box;
}

.ai_tit1 {
    width: auto;
    height: 32px;
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    line-height: 32px;
    background: url(img/ai_tit1.png) no-repeat top 24px left;
}

.leftDiv .left_navigation {
    padding: 15px;
    display: none;
}

.jn_gpbs {
    width: 100%;
    height: auto;
    margin-bottom: 96px;
}

.jn_gpbs_tit {
    width: 100%;
    height: 35px;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 35px;
    position: relative;
    padding: 0 6px;
}

.jn_gpbs_tit:after {
    content: "";
    width: 96.5%;
    height: 1px;
    background: #bbd8f0;
    position: absolute;
    top: 17px;
    left: 1.74%;
    z-index: 1;
}

.jn_gpbs_tit span {
    padding: 0 14px;
    background: #fff;
    position: relative;
    z-index: 2;
    font-size: 18px;
}

.jn_gpbs_list {
    width: 100%;
    /*height: 370px;*/
    padding-top: 20px;
    height: auto;
    padding-bottom: 30px;
}

.mySwiper1 .swiper-wrapper {
    gap: 30px 0;
}

.mySwiper1 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mySwiper1 .swiper-slide {
    text-align: center;
    font-size: 14px;
    background: #fff;
    height: calc((100% - 30px) / 3) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
}

.mySwiper1 .swiper-slide div {
    width: 75px;
    /*height: 100%;*/
    margin: 0 auto;
}

.mySwiper1 .swiper-slide div img {
    width: 100%;
}

.mySwiper1 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.swiper-button-next,
.swiper-button-prev {
    top: calc(50% - 10px);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    width: 16px;
    height: 28px;
    background: url("img/jn_right_icon.png") center no-repeat;
    right: 0;
    display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    width: 16px;
    height: 28px;
    background: url("img/jn_left_icon.png") center no-repeat;
    left: 0;
    display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

/*常见问题*/
.jn_cjwt_box {
    width: 100%;
    height: 160px;
    /*background: #eaf6ff;*/
    /*border-radius: 15px 15px 0 0;*/
    padding: 0 30px;
    flex-grow: 1;
}

.jn_cjwt_tit {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.jn_cjwt_tit span {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #333;
}

.jn_cjwt_tit span.jn_cjwt_btn {
    color: #4578f1;
    font-size: 14px;
    text-align: right;
    width: 65px;
    background: url("img/jn_hyh.png") left center no-repeat;
    background-size: 18px;
    line-height: 14px;
    height: 14px;
    /*margin-top: 8px;*/
    cursor: pointer;
    margin-left: 10px;
}

.jn_jcwt_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: transparent;
    padding: 0;
    margin-top: 8px;
}

.jn_jcwt_list div {
    width: 50%;
    height: 36px;
    margin-top: 0;
    line-height: 36px;
    padding-left: 16px;
    /* background: #ffffff url(img/jn_ycjt.png) 20px center no-repeat; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 8px;
    color: #333 !important;
    padding-right: 15px;
    margin-right: 0;
    cursor: pointer;
    font-size: 16px;
    position: relative;
}

.jn_jcwt_list div:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 17px;
}

/*.jn_jcwt_list div:nth-child(3n){
    margin-right: 0;
}*/

.jn_jcwt_list div:hover {
    /*background: #cbe2f8 url("img/jn_ycjt_hover.png") 20px center no-repeat;*/
    color: #156bdb !important;
}

.jn_jcwt_list div:hover:before {
    background: #156bdb;
}

.hotQuestions .jn_cjwt_tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hotQuestions .jn_cjwt_tit .line {
    height: 1px;
    width: auto;
    content: "";
    background: #bbd8f0;
    flex-grow: 1;
    margin-left: 10px;
}

.hotQuestions .listBox {
    margin-bottom: 0;
}

/*对话区域*/
.talkBox {
    padding: 30px 30px 30px 30px;
    scrollbar-width: thin;
}

.createButton {
    text-align: center;
}

/*字体变大变小样式*/
.zt_mr .robotAnswer .robotCont .robotText {
    font-size: 20px;
}

.zt_mr .userAnswer {
    font-size: 20px;
}

.zt_mr .markdown-container p {
    font-size: 20px !important;
}

.zt_mr .robotAnswer .robotCont .mzsm {
    font-size: 17px;
}

.zt_mr .answerLogo-msg {
    font-size: 12px;
}

.zt_mr .think-loading span {
    font-size: 16px;
}

.zt_mr .think-loading .think-icon {
    width: 16px;
    height: 16px;
}

.zt_mr .markdown-container .think {
    font-size: 20px !important;
}

.zt_mr .markdown-container * {
    font-size: 20px !important;
}

.zt_mr .ldxx .questionBtn {
    font-size: 20px;
}

.zt_mr .cardLi-title {
    font-size: 20px;
}

.zt_mr .zczx .title {
    font-size: 18px !important;
}

.zt_mr .cardLi-title {
    font-size: 18px;
}

.zt_mr .cardLi-source {
    font-size: 16px !important;
}


.change_big .robotAnswer .robotCont .robotText {
    font-size: 22px;
}

.change_big .userAnswer {
    font-size: 22px;
}

.change_big .markdown-container p {
    font-size: 22px !important;
}

.change_big .robotAnswer .robotCont .mzsm {
    font-size: 19px;
}

.change_big .answerLogo-msg {
    font-size: 14px;
}

.change_big .think-loading span {
    font-size: 18px;
}

.change_big .think-loading .think-icon {
    width: 18px;
    height: 18px;
}

.change_big .markdown-container .think {
    font-size: 22px !important;
}

.change_big .markdown-container * {
    font-size: 22px !important;
}

.change_big .ldxx .questionBtn {
    font-size: 22px;
}

.change_big .cardLi-title {
    font-size: 22px;
}

.change_big .zczx .title {
    font-size: 22px !important;
}

.change_big .cardLi-source {
    font-size: 18px !important;
}


.change_small .robotAnswer .robotCont .robotText {
    font-size: 16px;
}

.change_small .userAnswer {
    font-size: 16px;
}

.change_small .markdown-container p {
    font-size: 17px !important;
}

.change_small .robotAnswer .robotCont .mzsm {
    font-size: 13px;
}

.change_small .answerLogo-msg {
    font-size: 11px;
}

.change_small .think-loading span {
    font-size: 14px;
}

.change_small .think-loading .think-icon {
    width: 14px;
    height: 14px;
}

.change_small .markdown-container .think {
    font-size: 16px !important;
}

.change_small .markdown-container * {
    font-size: 16px !important;
}

.change_small .ldxx .questionBtn {
    font-size: 16px;
}

.change_small .cardLi-title {
    font-size: 16px;
}

.change_small .zczx .title {
    font-size: 16px !important;
}

.change_small .cardLi-source {
    font-size: 16px !important;
}



/* 场景样式 */

.robotAnswer .robotCont .robotText {
    background-color: #d5eaff;
    border-radius: 0 24px 24px 24px;
    padding: 12px 20px;
}

.has_mzsm_answer .robotCont .robotText {
    border-radius: 0 0 24px 24px;
}

.markdown-container {
    font-size: 16px !important;
    line-height: 32px;
}

.robotAnswer .robotCont .mzsm {
    border-radius: 0 24px 0 0;
}

.userAnswer {
    margin-top: 0;
    background: linear-gradient(90deg, #3ea2f8 0%, #0e61ea 100%);
    color: #FFFFFF;
    margin-right: 20px;
    padding: 8px 15px !important;
    border-radius: 24px 0 24px 24px !important;
    font-weight: 400;
    line-height: 28px;
    font-size: 16px;
    min-height: 44px;
    text-align: justify;
}

.userAnswer::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 15px;
    border: 10px solid transparent;
    border-left-color: #63AEFF;
    z-index: 10;
    display: none;
}

.cardLi {
    background: #ffffff !important;
    color: #1677FF !important;
}

.cardLi-title {
    color: #1677FF !important;
}

.place-btn:hover {
    background: #F6FBFF;
    color: #1677FF;
}

.regionDialogCancel {
    height: 50px;
    line-height: 50px;
    width: 120px;
}

.regionDialogQuit {
    height: 50px;
    line-height: 50px;
    width: 120px;
    background: #1677FF !important;
}

.userDialog-btn .agreeBtn {
    background: #1677FF !important;
}

.feedQuit {
    background: #1677FF !important;
}

.feedBtn-active {
    background-color: #1677FF !important;
}

.customerQuit {
    background-color: #1677FF !important;
}

input[type="radio"]:checked+span {
    color: #1677FF !important;
}

#quitDialog .quitCont .quit-btn .quitOk {
    background-color: #1677FF !important;
}

.zfjg_box {
    max-height: 240px;
    overflow-y: auto;
}

.xwdt {
    margin-top: 10px;
}

.nomalTitle {
    font-size: 16px;
    color: #202944;
}

.btnList {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}

.bszx .questionBtn {
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    font-size: 16px;
    color: #1677FF;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: #fff;
}

.questionBtn {
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    font-size: 16px;
    color: #1677FF;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: #fff;
}

.ldxx,
.xwdt {
    margin-top: 23px;
}

.wlxx_box .markdown-container {
    margin-top: 4px;
}

.ldxx .questionBtn {
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    font-size: 16px;
    color: #1677FF;
    background: #ffffff;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    background: url(/jagent_files/filemanager/yt_agent/ld_icon.png) no-repeat left 10px center #fff;
    padding-left: 30px;
}

.wlxx .questionBtn {
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    font-size: 16px;
    color: #1677FF;
    background: #ffffff;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    background: url(/jagent_files/filemanager/yt_agent/wl_icon.png) no-repeat left 10px center #fff;
    padding-left: 30px;
}

.jgxx .questionBtn {
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    font-size: 16px;
    color: #1677FF;
    background: #ffffff;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: url(/jagent_files/filemanager/yt_agent/jg_icon.png) no-repeat left 10px center #fff;
    padding-left: 30px;
}

.yt_mstc .questionBtn {
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    font-size: 16px;
    color: #1677FF;
    background: #ffffff;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: url(/jagent_files/filemanager/yt_agent/yt_foot_icon.png) no-repeat left 10px center #fff;
    padding-left: 30px;
}

.zfld_tit {
    border-bottom: 1px dashed #D8D8D8;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}

.zfld_kpms {
    padding-top: 5px;
    font-size: 16px;
    line-height: 30px;
}

.lookMore {
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    color: #1677FF;
    cursor: pointer;
}

.robotAnswer {
    width: 788px;
}

.card_main .robotAnswer .robotCont .robotText {
    background: none;
}

.card_1 .robotAnswer {
    background-image: linear-gradient(180deg, #E8F2FF 0%, #FCFCFC 100%);
}

.card_1 .robotAnswer .robotCont .robotText {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #ffffff00 100%);
}

.card_2 .robotAnswer {
    background-image: linear-gradient(180deg, #FFF0F0 0%, #FCFCFC 100%);
}

.card_2 .robotAnswer .robotCont .robotText {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #ffffff00 100%);
}

.card_3 .robotAnswer {
    background-image: linear-gradient(180deg, #EBFAF8 0%, #FCFCFC 100%);
}

.card_3 .robotAnswer .robotCont .robotText {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #ffffff00 100%);
}

.card_4 .robotAnswer {
    background-image: linear-gradient(180deg, #FFF5EB 0%, #FCFCFC 100%);
}

.card_4 .robotAnswer .robotCont .robotText {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #ffffff00 100%);
}

.masmIcon {
    cursor: pointer;
}

.robotAnswer .robotCont {
    overflow: inherit;
}

/* .card_2 .robotCont{
    background: url(img/jgxx_bg.png) no-repeat top center;
    background-attachment: fixed;
    overflow: inherit;
}
.card_3 .robotCont{
    background: url(img/mstc_bg.png) no-repeat top center;
    background-attachment: fixed;
    overflow: inherit;
}
.card_4 .robotCont{
    background: url(img/wlxx_bg.png) no-repeat top center;
    background-attachment: fixed;
    overflow: inherit;
} */
.zfld_mzsm {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #202944;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
}

.card_icon {
    margin-top: -10px;
    margin-right: 10px;
}

.card_tit {
    margin-right: 20px;
}

.stopBtn {
    width: 62px;
    height: 62px;
    position: absolute;
    text-align: center;
    /*background: url(img/yt_zanting.png) no-repeat center;*/
    background: #d6e6f5;
    background-size: 100% 100%;
    top: 5px;
    right: 5px;
    color: #4578f1;
    line-height: 62px;
    font-size: 18px;
    font-weight: 600;
}

/* .stopBtn .stopIcon {
    width: 12px;
    height: 12px;
    margin: auto;
    display: block;
    background: #D0DDFF;
    position: absolute;
    top: calc((100% - 12px) / 2);
    right: calc((100% - 12px) / 2);
} */
.robotBox {
    margin-top: 0;
    margin-bottom: 20px;
}

.robotBox .robotBox-img {
    width: 48px;
    height: 48px;
    margin-right: 0;
}

.robotAnswer .robotTitle {
    display: none;
}

.user img {
    width: 48px;
    height: 48px;
}

.question .question-card {
    margin-top: 7px;
}

.card-title {
    margin-bottom: 8px;
}

.card_main {
    margin-top: 12px;
}

.userDialog-btn .disagreeBtn {
    cursor: not-allowed;
}

/*输入框*/
.action-btn {
    display: none;
}

/* 底部 */
#pc_yqlj {
    display: none !important;
}

#pc_footer {
    background: none;
}

.footer .link-w24 a {
    color: #fff !important;
}

.footer .link-item a {
    color: #666 !important;
}

.footer .link-item a:hover {
    color: #fff !important;
}

.footer p a {
    color: #ACAFB0 !important;
}

.info002 p,
.info001 p,
.info001 span,
.info .info001 a,
.info001 {
    color: #333 !important;
}

/*******/
.rightDiv.inReply .talkBox {
    flex: 1;
}

.rightDiv.inReply .input_bottom {
    height: 96px;
}

.rightDiv.inReply .hotQuestions {
    display: none;
}

.step-container {
    background-color: #d5eaff;
    border-radius: 0 0px 0px 0px;
    padding: 0px 20px;
    font-size: 20px;
    -webkit-border-radius: 0 0px 0px 0px;
    -moz-border-radius: 0 0px 0px 0px;
    -ms-border-radius: 0 0px 0px 0px;
    -o-border-radius: 0 0px 0px 0px;
}

/* 高亮进度 */
.robotText .thinking-steps{
    display: none !important;
}
.thinking-steps {
    display: flex;
    align-items: center;
    background: #d5eaff;
    border-radius: 8px;
    padding: 0;
    font-size: 15px;
    color: #409eff;
    gap: 6px;
    height: 60px;
    padding: 40px 20px 20px 20px;
}

.step {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    line-height: 25px;
}

.step_first {
    background: url(img/step_01.png) no-repeat center;
    background-size: cover;
    width: 110px;
    height: 25px;
}

.step_last {
    background: url(img/step_last.png) no-repeat center;
    background-size: cover;
    width: 110px;
    height: 25px;
}

.step_default {
    background: url(img/step.png) no-repeat center;
    background-size: cover;
    width: 110px;
    height: 25px;
}

/* .thinking.step_first {
    background: url(img/step_01_active.png) no-repeat center;
}

.thinking.step_default {
    background: url(img/step_active.png) no-repeat center;
}

.thinking.step_last {
    background: url(img/step_last_active.png) no-repeat center;
}

.thinking.step {
    color: #fff !important;
} */

.completed.step_first {
    background: url(img/step_01_active.png) no-repeat center;
}

.completed.step_default {
    background: url(img/step_active.png) no-repeat center;
}

.completed.step_last {
    background: url(img/step_last_active.png) no-repeat center;
}

.completed.step {
    color: #fff !important;
}

/* 步骤连接线 */
.step:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -12px;
    top: 50%;
    width: 8px;
    height: 1px;
    background: #dcdfe6;
    z-index: 1;
}

.step-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #dcdfe6;
    margin: 0 10px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.step_default .step-icon {
    margin: 0 5px 0 15px;
}

.step_last .step-icon {
    margin: 0 5px 0 15px;
}


/* 已完成步骤样式 */
.step.completed {
    color: #fff;
}

.step.completed .step-icon {
    background: #409eff;
    border-color: #fff;
}

.step.completed .step-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/* 呼吸动画核心：所有步骤通用 */
@keyframes breath {
    0% {
        color: #409eff;
    }

    /* 浅蓝 */
    50% {
        color: #1e88e5;
    }

    /* 深蓝 */
    100% {
        color: #409eff;
    }

    /* 回到浅蓝 */
}

@keyframes breath-bg {
    0% {
        background: #409eff;
        border-color: #409eff;
    }

    50% {
        background: #1e88e5;
        border-color: #1e88e5;
    }

    100% {
        background: #409eff;
        border-color: #409eff;
    }
}

/* 当前执行步骤的动画类 */
.step.current {
    animation: breath 1.5s infinite ease-in-out;
}


/* 长者版 */
.old_type .yt_top {
    height: 138px;
}

.old_type .yt_top_left {
    width: calc(100% - 300px);
}

.old_type .yt_top_right {
    font-size: 24px;
    width: 300px;
}

.old_type .yt_top_right>li img {
    height: 30px;
}

.old_type .yt_top_right>li {
    height: 90px;
    width: auto;
}

.old_type .yt_history {
    height: 50px;
}

.old_type .yt_history_tit {
    width: 150px;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
}

.old_type .yt_history_tit img {
    width: 26px;
    margin-top: -5px;
}

.old_type .historyLi .historyTitle {
    font-size: 21px;
}

.old_type .card-title {
    font-size: 32px;
}

.old_type .card-msg {
    font-size: 21px;
}

.old_type .question .question-card {
    font-size: 21px;
}

.old_type .yyBtn {
    font-size: 21px;
    width: auto;
}

.old_type .yyBtn img {
    width: 30px;
}

.old_type .input-main {
    height: 200px;
}

.old_type #inputText {
    font-size: 21px;
    height: calc(100% - 50px) !important;
}

.old_type .input_bottom {
    height: 50px;
}

.old_type .input_bottom_left>div {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
}

.old_type .input_bottom_left>input {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
}

.old_type .input_bottom_left .ai_logo {
    width: 26px;
    height: auto;
}

.old_type .pullBtn {
    width: 50px;
    height: 50px;
}

.old_type .yuyin {
    margin-right: 20px;
}

.old_type .pullBtn img {
    height: 100%;
    width: auto;
}

.old_type .yt_bmfw_swiper {
    height: auto;
}

.old_type .yt_bmfw_swiper ul li {
    width: 50%;
}

.old_type .yt_bmfw_swiper ul li img {
    width: 70%;
}

.old_type .yt_bmfw_swiper ul li span {
    font-size: 21px;
    line-height: 40px;
}

.old_type .ai_tit1 {
    font-size: 32px;
    height: 50px;
    line-height: 50px;
    background-position: top 38px left;
}

.old_type .yt_zfxx ul li {
    width: 100%;
    height: 80px;
    line-height: 32px;
}

.old_type .yt_zfxx ul li:first-child {
    background: url(img/yt_zfld.png) no-repeat top 0 right 10px #fff;
}

.old_type .yt_zfxx ul li:first-child {
    background: url(img/yt_zfld.png) no-repeat top 0 right 10px #fff;
}

.old_type .yt_zfxx ul li:nth-child(2) {
    background: url(img/yt_zfjg.png) no-repeat top 0 right 10px #fff;
}

.old_type .yt_zfxx ul li:nth-child(3) {
    background: url(img/yt_mstc.png) no-repeat top 0 right 10px #fff;
}

.old_type .yt_zfxx ul li:nth-child(4) {
    background: url(img/yt_wlxx.png) no-repeat top 0 right 10px #fff;
}

.old_type .yt_zfxx ul li .zfxx_tit {
    font-size: 21px;
}

.old_type .yt_zfxx ul li .zfxx_des {
    font-size: 18px;
}

.old_type .yt_rmwt .hotLi {
    font-size: 21px;
    line-height: 40px;
    height: 40px;
    background-size: 6px;
}

.old_type .next,
.old_type .prev {
    width: 36px;
    height: 36px;
    top: 8px;
}

.old_type .prev {
    background-size: cover;
    right: 60px;
}

.old_type .next {
    background-size: cover;
}

.old_type .robot {
    height: 1000px;
}

.old_type .robotAnswer .robotTitle {
    font-size: 21px;
}

.old_type .robotAnswer .robotCont .robotText {
    font-size: 21px;
    line-height: 32px;
}

.old_type .robotAnswer .robotCont .mzsm {
    font-size: 18px;
}

.old_type .yt_history .listBox {
    top: 70px;
    max-height: 335px;
}

.old_type .yt_wzdh_list {
    top: 90px;
}

.old_type .yt_wzdh_list li {
    line-height: 50px;
}

.old_type .questionBtn {
    height: 50px;
    line-height: 50px;
    font-size: 21px;
}

.old_type .userAnswer {
    font-size: 21px;
}

.old_type .markdown-container {
    font-size: 21px !important;
    line-height: 200%;
}

.old_type .title {
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    height: auto;
    margin: 20px 0;
}

.old_type .cardLi {
    font-size: 21px;
}

.old_type .cardLi-title {
    font-size: 21px;
    line-height: 42px;
}

.old_type .cardLi-source {
    font-size: 20px;
}

.old_type .cardLi-source img {
    width: 20px;
    height: 20px;
}

.old_type .ai_r1_choose {
    display: none !important;
}

.old_type .dropdown .option .optionChild {
    font-size: 22px;
}

.old_type .btn {
    height: 46px;
    line-height: 46px;
    font-size: 21px;
}

.old_type .bsMsg {
    font-size: 20px;
}

.old_type .zfld_icon span {
    display: none;
}

.old_type .masmIcon {
    font-size: 21px;
}

.old_type .zfld_kpms {
    font-size: 21px;
    line-height: 42px;
}

.old_type .markdown-container * {
    font-size: 21px !important;
    line-height: 42px !important;
}

.old_type .stopBtn {
    width: 50px;
    height: 50px;
}

.old_type .dropdown {
    width: 200px;
}

.old_type .think-loading span {
    font-size: 18px;
}

.old_type .answerLogo-msg {
    font-size: 14px;
}

.old_type .ldxx .name {
    font-size: 32px;
    line-height: 64px;
    padding: 0;
}

.old_type .nomalTitle {
    font-size: 21px !important;
    line-height: 42px !important;
}

.old_type .ldImg {
    width: 150px;
}

.old_type .lookMore {
    font-size: 21px;
}

.old_type .tabActive {
    font-size: 21px;
}

.old_type .tab {
    font-size: 21px;
}

.old_type .tabContent {
    font-size: 21px;
    line-height: 42px;
}

.old_type .wlxx .questionBtn {
    height: 50px;
    line-height: 50px;
    font-size: 21px;
}

.old_type .bszx_dt_xzbl {
    height: 42px;
    line-height: 42px;
    font-size: 21px;
}

.old_type .yt_top_right>li>a {
    width: 140px;
}

.old_type .ldxx .workMsg {
    font-size: 24px;
}

.old_type #fullscreenButton {
    width: 40px;
    height: 40px;
}

.old_type .lsdh_img {
    line-height: 50px;
    font-size: 21px;
}

.old_type .delete_all {
    width: 18px;
}

.old_type .close_lsdh {
    width: 18px;
    margin-top: 16px;
}

.old_type .history_time {
    font-size: 18px;
}

.old_type .lsdh_div .history .historyLi {
    line-height: 36px;
}

.old_type .historyLi img {
    width: 18px;
    height: auto;
}

.old_type .xwdtLi {
    font-size: 21px;
    line-height: 42px;
}

.old_type .deleteAllImg {
    font-size: 21px;
    line-height: 50px;
}

.old_type .delete_all {
    width: 18px;
}

.old_type .close_lsdh {
    margin-top: 18px;
    width: 18px;
}

.old_type .historyLi img {
    width: 18px;
    height: auto;
}