/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/ui/home/demo.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************/


.hide{
    display: none;
}
html {
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    font-family: 'MicroSoft YaHei', Helvetica;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-size: 24px;
    background-color: #fff;
    touch-action: manipulation;
}

html, body {
    overflow: hidden;
}

body, h1, h2, h3, h4, h5, h6, p, dl, dd, ul, ol, pre, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-indent: 0;
}

a, button, textarea, select {
    background: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

em {
    font-style: normal
}

li {
    list-style: none
}

a, a:hover {
    text-decoration: none;
    color: #333;
}

img {
    border: none;
    vertical-align: top;
    outline-width: 0;
}

table {
    border-collapse: collapse;
}

textarea {
    resize: none;
    overflow: auto;
}

.clear {
    clear: both;
}

/* end reset */
.container {
    width: 750px;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.fm_wrap {
    background: url(/_next/static/media/bg_1.394a2282.jpg) no-repeat center /cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11; /*display: none;*/
}

.yhtitle{
    background: url(/_next/static/media/title.be19ec47.png) no-repeat left center;
    height: 143px;
    width: 0;
    position: absolute;
    top: 5.11vh;
    left: 50%;
    margin-left: -308px;
}

.fm_wrap .title_sub {
    background: url(/_next/static/media/title_sub.34c197a6.png) no-repeat left center;
    height: 68px;
    width: 462px;
    position: absolute;
    top: calc(5.11vh + 160px);
    left: 50%;
    margin-left: -255.5px;
}

.fm_wrap .ai {
    background: url(/_next/static/media/img_ai.ab195f7b.png) no-repeat center top;
    width: 480px;
    height: 0;
    position: absolute;
    top: calc(100vh - 674px);;
    left: 50%;
    margin-left: -240px;;
    opacity: 0;
}

.fm_wrap .ai .name {
    background: url(/_next/static/media/icon_name.dec028e3.png) no-repeat center top;
    width: 102px;
    height: 167px;
    position: absolute;
    top: 130px;
    right: 0px;
    opacity: 0;
}

.fm_wrap .ai .btn_djdh {
    background: url(/_next/static/media/btn_djdh.a888be45.png) no-repeat center top;
    width: 374px;
    height: 106px;
    position: absolute;
    bottom: 74px;
    left: 50%;
    margin-left: -182.5px;
    transform-origin: 50% 50%;
    opacity: 0;
    animation: btn 1.3s infinite linear;
}
#messages {}

@keyframes btn {
    0% {
        transform: scale(0.9);
    }
    25% {
        transform: scale(0.98);
    }
    50% {
        transform: scale(1.06);
    }
    75% {
        transform: scale(0.98);
    }
    100% {
        transform: scale(0.9);
    }
}


.chat_page {
    background: url(/_next/static/media/bg_3.3c18d8d9.jpg) no-repeat center /cover;;
    position: absolute;
    top:0;
    left:50%;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    max-width: 750px;
    transform: translateX(-50%);
}

/* .chat_page .title {
    background: url(https://dyh.hangzhou.com.cn/statics/dyh/images/title2.png) no-repeat left center;
    height: 138px;
    width: 281px;
    margin: 4vh auto;
} */

.chat_page .scroll_news {
    height: 110px;
    line-height: 110px;
    background: #feecd3;
}

.chat_page .scroll_news ul {
    white-space: nowrap;
    display: inline;
}

.chat_page .scroll_news ul li {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    border-radius: 35px;
    padding: 0 25px;
    margin-left: 30px;
    background: #e38d4d;
    background: linear-gradient(to right, #e79b5f, #e07d3a);
}

.chat_page .scroll_news ul li a {
    color: #fff;
}

.chat_box {
    position: absolute;
    width: 100%;
    height: calc(92vh - 298px);
    overflow-y: scroll;
    left: 0;
    bottom: 160px;
}

.chat_box ul {
}

.chat_box > ul > li {
    padding: 30px 0;
    margin-bottom: 50px;
    background: #feecd3;
}

.chat_box > ul > li .ai_chat {
    position: relative;
    min-height: 80px;
}

.chat_box > ul > li .ai_chat .ai_text {
    text-align: left;
    padding-top: 15px;
    min-height: 85px;
    margin-left: 140px;
    margin-right: 30px;
    font-size: 30px;
    line-height: 46px;
    color: #239abc;
    word-wrap: break-word;
}

.chat_box ul.tj_que {
    display: none;
}

.chat_box ul.tj_que li {
    padding: 15px 0 15px 140px;
    position: relative;
    line-height: 50px;
    font-size: 30px;
    color: #239abc;
    text-align: justify;
}

.chat_box ul.tj_que li span {
    display: inline-block;
    width: 550px;
}

.chat_box ul.tj_que li:nth-child(odd) {
    background: url(https://dyh.hangzhou.com.cn/statics/dyh/images/bg_list.png?v=20240613) no-repeat center/cover;
}

.chat_box ul.tj_que li:after {
    content: "";
    background: url(https://dyh.hangzhou.com.cn/statics/dyh/images/icon_sj.png?v=20240613) no-repeat center top;
    float: right;
    width: 16px;
    height: 27px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -13.5px;
}

.chat_box ul.tj_que li.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)    ;
        -moz-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
}
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}


.chat_box > ul > li.user_item {
    background: url(https://dyh.hangzhou.com.cn/statics/dyh/images/bg_list.png?v=20240613) no-repeat center/cover;;
    padding: 20px 0;
}

.chat_box > ul > li.user_item .user_chat {
    position: relative;
    min-height: 80px;
}

.chat_box > ul > li.user_item .user_chat .user_icon {
    position: absolute;
    top: 0;
    right: 30px;
    background: url(https://dyh.hangzhou.com.cn/statics/dyh/images/icon_user.png?v=20240613) no-repeat center top;
    width: 80px;
    height: 80px;
}

.chat_box > ul > li.user_item .user_chat .user_text {
    text-align: justify;
    padding-top: 15px;
    min-height: 85px;
    margin-right: 140px;
    margin-left: 30px;
    font-size: 30px;
    line-height: 46px;
    color: #239abc;
}


.talk_box {
    width: 690px;
    height: 80px;
    border-radius: 80px;
    background: #fff;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -345px;
}

.talk_box input {
    line-height: 80px;
    padding-left: 20px;
    width: 590px;
    outline: none;
    font-size: 30px;
    color: #239abc;
    border: none;
    background: transparent;
}

.talk_box .btn_send {
    float: right;
    background: url(https://dyh.hangzhou.com.cn/statics/dyh/images/btn_fs.png) no-repeat center top;
    width: 61px;
    height: 61px;
    margin: 9.5px 10px 0 0;
}

.talk_box .btn_send.cur {
    background: url(https://dyh.hangzhou.com.cn/statics/dyh/images/btn_fs_cur.png) no-repeat center top;
}

.list-chat i {
    font-style: normal;
}

i.cursor {
    display: inline-block;
    height: 16px;
    position: relative;
    top: 2px;
    border-left: 2px solid #239abc;
    -webkit-animation: aniCursor 1s linear infinite;
    animation: aniCursor 1s linear infinite;
    min-width: 0.266667rem;
}
.qus1,.qus2{text-align: justify;}
.qus1{padding: 15px;}
.qus1 i,.qus2 i{
    font-style: normal;
}
.myqus_ul2{
    display: none;
}
.myqus_ul2 .li2{
    opacity: 0;
}
.icon_mp{
    position: absolute;
    top:9.2vh;left:50%;
    background: url(/_next/static/media/icon_mp.43a5ebd9.png) no-repeat;
    background-size:contain;
    width:7.98vh;height:25.44vh;
    transform: translateX(-23.2vh);

}
.img_szr{  
    position: absolute;
    top:18.62vh;left:50%;
    background: url(/_next/static/media/img_szr.cc259d31.png) no-repeat;
    background-size: contain;
    width:25.51vh;height:70.33vh;
    transform: translateX(-50%);
}
.img_qp{
    position: absolute;
    top:7.57vh;left:50%;
    /* right:4%; */
    background: url(/_next/static/media/img_qp.9bef1f45.png) no-repeat;
    background-size: contain;
    width:30.9vh;height:15.96vh;
    transform: translateX(-5.46vh);

}


@keyframes aniCursor {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}
.chat_page .title {
    background: url(https://dyh.hangzhou.com.cn/statics/dyh/images/banner.jpg) no-repeat center top;
    height: 280px;
    width: 750px;
    margin: 0 auto;
    position: relative;
    display: none;
}

.chat_page .title .source {
    position: absolute;
    right: 0;
    top: 20px;
    height: 40px;
    line-height: 40px;
    background: #b26e40;
    color: #fff4d3;
    padding: 0 10px 0 15px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.chat_box {
    position: absolute;
    width: 100%;
    height: calc(100vh - 440px);
    overflow-y: scroll;
    left: 0;
    bottom: 160px;
}

.chat_box > ul > li {
    background: #e0f4ed;
}

.chat_box ul.tj_que li, .talk_box input, .chat_box > ul > li .ai_chat .ai_text, .chat_box > ul > li.user_item .user_chat .user_text {
    color: #16736d;
}

.list-chat i.cursor {
    border-left: 2px solid #16736d;
}

.chat_box > ul > li {
    margin-bottom: 30px;
}

html, body {
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

#scrollWrap {
    width: 100%;
    position: fixed;
}



/* 新增 */
@keyframes  showImg {
    0% {
        opacity: 0;
        width: 0;
    }
    25% {
        opacity: 0.25;
        width: 25%;
    }
    50% {
        opacity: 0.5;
        width: 50%;
    }
    75% {
        opacity: 0.75;
        width: 75%;
    }
    
    100% {
        opacity: 1;
        width: 100%;
    }
}
/* @keyframes dh2{
    0%{
        opacity: 0 !important;
        width: 100%;
    }
    100%{
        opacity: 1 !important;
        width: 100%;
    }
} */
.imgdh{
    animation: showImg 1s linear ;
    -webkit-animation: showImg 1s linear ;
}
.imgdh1{
    animation: dh2 1s linear 1s ;
    -webkit-animation: dh2 1s linear 1s ;
}
.h-full{
  height: calc(100% - 100px);
  max-width:750px; 
  margin: 0 auto;
}
.showtit{
    display: block !important;
}
.demohead {
    background: none;
    height: 0;
    width: 750px;
    margin: 0 auto;
    position: relative;
    display: block;
}
/* 返回按钮：无背景、深色箭头，仿 van-icon-arrow-left */
.back-arrow {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100;
    border: none;
    background: none;
    padding: 0;
    color: #323233;
    font-size: min(5.06667vw, 38px);
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.back-arrow svg {
    display: block;
    width: 1em;
    height: 1em;
}
.iconnew{
    width: 5rem;
    height: 5rem;
    padding: 0.5rem;
}
.wz{
    font-size: 20px;
    line-height: 32px;
    word-wrap: break-word;
    word-break: break-all;
}
.max-w-xs {
    max-width: 100%;
}
.mysend{
    width: 60px;
    height: 40px;
}
.mybtn{
    padding: 0 !important;
    border-radius: 50%;
    width: 45px;
    height: 29px;
    margin-right: 10px;
    border: none !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.mybtn:hover{
    background-color:  rgb(255 255 255);
}
.myinput{
    width: 100%;
    border-radius: 60px;
    background:url(/_next/static/media/my_input.9866edc2.png) no-repeat;
    background-size: contain;
    color: #239abc;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.myinput::placeholder {
    color: #4f9498;
    text-align: center;
}

/* 手机端 placeholder 垂直居中 */
@media screen and (max-width: 750px) {
    .myinput::placeholder {
        line-height: 1.2;
    }
}
.myinput.focused::placeholder {
    color: #9ca3af;
    text-align: left;
}

.mybox{
    border-radius: 20px;
    position: fixed !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 20px !important;
    width: 83% !important;
}
.sendimg{
    width: 45px;
    height: 45px;
    vertical-align: text-bottom;
    
}
.mydiv{
    position: fixed !important;
    left: 50%;
    bottom: 20px;
    height: 75px;
    width: 70%;
    transform: translateX(-50%);
}
.pl-4{padding-left: 2rem;}
.human_bg{
    background-color: rgba(135, 205, 203, 0.8);
    color:#0f3487;
}
.ai_bg{
    background-color: rgba(238, 248,249, 0.8);
    color:#434343;
}
.myli{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 30px;
    color: #239abc;
    padding: 1rem;
}

.even {
    background: url(/_next/static/media/jb_bg.47863bdf.png) no-repeat;
    background-size: 100% 100%;

}

.odd {
    background-color: #feecd3;
 
}
.li1{
    background-color: #fff5e6 !important;
    color: #239abc;
    justify-content: flex-start !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 30px;
}
.right_icon{
    width: 16px;
    height: 27px;
    margin-right: 0.75rem;
}
.per_r{
    background: url(/_next/static/media/per_r.d9c99e20.png) no-repeat;
    background-size: 100% 100%;
    width: 219px;
    height:269px;
    position: absolute;
    bottom: 16px;
    right: -130px;
}
.per_l{
    background: url(/_next/static/media/per_l.23754f65.png) no-repeat;
    background-size: 100% 100%;
    width: 156px;
    height: 191px;
    position: absolute;
    bottom: 16px;
    left: -110px;
}
.myly{width: 30%;}
.justify-right{justify-content: right;}
.ly{
    height: auto;margin-right: -30%;
}
.long_btn{
    position: absolute;
    width: calc(100% - 90px);
    text-align: center;
    line-height: 60px;
    left: 45px;
    color: #239abc;
    font-size: 16px;
    background: #ffe;
}
@media screen and (max-width:750px) {
    .per_r{
        background: url(/_next/static/media/per_r.d9c99e20.png) no-repeat;
        background-size: 100% 100%;
        width: 110px;
        height: 135px;
        position: absolute;
        bottom: 16px;
        right: -40px;
    }
    .per_l{
        background: url(/_next/static/media/per_l.23754f65.png) no-repeat;
        background-size: 100% 100%;
        width: 78px;
        height: 95px;
        position: absolute;
        bottom: 16px;
        left: -30px;
    }
    .li_p{
        width: 80%;
    }
    .mydiv{
        position: fixed !important;
        width: 75%;
        height: auto;
        bottom: 20px;
    }
    .pl-4{padding-left: 1.3rem;}
    .right_icon{
        width: 8px;
        height: 14px;
        margin-right: 0.75rem;
    }
    .qus1{padding: 0;}
    .qustit1{
        margin-left: 0.75rem;
    }
    .myli{
        font-size: 15px;
        padding: 0.75rem 0;
        padding-left: 4rem;
    }
    .li1{
        font-size: 15px;
        padding: 0.75rem ;
    }
    .chat_page .title {
        background: url(https://dyh.hangzhou.com.cn/statics/dyh/images/banner.jpg) no-repeat ;
        background-size: 100% 100%;
        height: 140px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        display: none;
    }
    .h-full{
        height: calc(100% - 80vw - 100px);
    }
    .fm_wrap {
        background: url(/_next/static/media/bg_1.394a2282.jpg) no-repeat;
        background-size: 100% 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 11;
    }
    .fm_wrap .ai {
        background: url(/_next/static/media/img_ai.ab195f7b.png) no-repeat;
        background-size: 100% 100%;
        width: 240px;
        height: 480px !important;
        position: absolute;
        top: calc(100vh - 530px);
        left: calc(50% - 120px);
        margin-left:0;
        
    }
    .fm_wrap .ai .btn_djdh {
        background: url(/_next/static/media/btn_djdh.a888be45.png) no-repeat;
        background-size: 100% 100%;
        width: 187px;
        height: 53px;
        position: absolute;
        bottom: 0px;
        left: calc(50% - 94px);
        margin-left: 0;
        transform-origin: 50% 50%;
        opacity: 0;
        animation: btn 1.3s infinite linear;
    }
    .fm_wrap .ai .name {
        background: url(/_next/static/media/icon_name.dec028e3.png) no-repeat;
        background-size: 100% 100%;
        width: 51px;
        height: 84px;
        position: absolute;
        top: 50px;
        right: 0px;
    }
    .yhtitle{
        background: url(/_next/static/media/title.be19ec47.png) no-repeat;
        background-size: 100% 100%;
        height: 71px;
        width: 313px !important;
        position: absolute;
        top: 5.11vh;
        left: calc(50% - 154px);
        margin-left: 0;
    }
    .fm_wrap .title_sub {
        background: url(/_next/static/media/title_sub.34c197a6.png) no-repeat;
        background-size: 100% 100%;
        height: 34px;
        width: 231px;
        position: absolute;
        top: calc(5.11vh + 80px);
        left: calc(50% - 124px);
        margin-left: 0;
    }
    .demohead {
        background: none;
        background-size: 100% 100%;
        height: 80vw;
        width: 100%;
        margin: 0 auto;
        position: relative;
        display: block;
    }
    .iconnew{
        width:3rem;
        height: 3rem;
        padding: 0.1rem;
    }
    .wz{
        font-size: 15px;
        line-height: 23px;
        word-wrap: break-word;
        word-break: break-all;
    }
    .myinput{
       font-size: 14px;
    }
    .sendimg{
        width: 30px;
        height: auto;
        vertical-align: middle;
        
    }
    .long_btn{
        line-height: 45px;
        left: 45px;
        
    }
    .mybtn{
        margin-right: 1px;
    }
    .back-arrow {
        top: 10px;
        left: 10px;
    }
}
