body.talkingBox{
    overflow: hidden;
}

body.talkingBox .page-search {
    bottom: 0.7rem !important;
}

body.talkingBox .page-box .left-Content .scroll-area {
    margin-bottom: .75rem;
}

body .operateBtns {
    position: fixed;
    height: 0.2rem;
    bottom: 0.16rem;
    left: 50%;
    gap: 0.12rem;
    display: none;
    z-index: 99999;
    transform: translateX(-3.3rem);
}

body.talkingBox .operateBtns {
    display: flex;
}

.operateBtns .btnItem {
    display: flex;
    gap: 4px;
    cursor: pointer;
    font-size: 0.14rem;
    align-items: center;
    color: #23529f;
}

.operateBtns .btnItem:hover {
    opacity: 0.6;
}

.operateBtns .btnItem svg {
    width: auto;
}

.operateBtns .btnItem.disable {
    opacity: 0.6;
    cursor: not-allowed;
}

.operateBtns .btnItem.asrIcon svg:nth-child(1) {
    width: 0.14rem;
    width: 0.14rem;
}

.operateBtns .btnItem.asrIcon svg:nth-child(2) {
    width: 0.14rem;
    height: 0.10rem;
    display: none;
}

.operateBtns .btnItem.asrIcon:active svg:nth-child(1) {
    display: none;
}

.operateBtns .btnItem.asrIcon:active svg:nth-child(2) {
    display: block;
}

.details .details-content {
    background: url("../../images/aiChat/pc_bg.png") no-repeat bottom center;
    background-size: cover;
    padding: .4rem .55rem .7rem
}

.details .colse-details {
    right: 0.4rem;
    top: 0.4rem;
}

.page-search .chatInputBox {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.details .page-box {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    padding: 1px
}

.details .page-box .top-bottom-border {
    position: absolute;
    height: 100%;
    top: 0;
    left: .5rem;
    right: .5rem;
    pointer-events: none;
    border-top: solid 1px #889ac7;
    border-bottom: solid 1px #889ac7
}

.details .page-box>.top-bottom-border {
    border-bottom: none
}

.details .page-box>.top-bottom-border::before {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(50% - 3.88rem);
    background: linear-gradient(90deg, #4e75bd, #9dc6f7);
    bottom: 0;
    left: 0
}

.page-box>.top-bottom-border::after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(50% - 3.88rem);
    background: linear-gradient(90deg, #9dc6f7, #4e75bd);
    bottom: 0;
    right: 0
}

.page-box .left-right-border {
    position: absolute;
    width: 100%;
    left: 0;
    top: .5rem;
    bottom: .5rem;
    pointer-events: none;
    border-left: solid 1px #889ac7;
    border-right: solid 1px #889ac7
}

.page-box .top-angle,.page-box .bottom-angle {
    width: 100%;
    height: .23rem;
    left: 0;
    pointer-events: none;
    position: absolute
}

.page-box .top-angle {
    top: 1px
}

.page-box .top-angle::before {
    content: " ";
    display: block;
    width: .23rem;
    height: .23rem;
    top: 0;
    left: 0;
    position: absolute;
    background: url("../../images/aiChat/top-left-angle.png") no-repeat center;
    background-size: 100%
}

.page-box .top-angle::after {
    content: " ";
    display: block;
    width: .23rem;
    height: .23rem;
    top: 0;
    right: 0;
    position: absolute;
    background: url("../../images/aiChat/top-right-angle.png") no-repeat center;
    background-size: 100%;
    display: none
}

.page-box .bottom-angle {
    bottom: 1px
}

.page-box .bottom-angle::before {
    content: " ";
    display: block;
    width: .23rem;
    height: .23rem;
    top: 0;
    left: 0;
    position: absolute;
    background: url("../../images/aiChat/bottom-left-angle.png") no-repeat center;
    background-size: 100%
}

.page-box .bottom-angle::after {
    content: " ";
    display: block;
    width: .23rem;
    height: .23rem;
    top: 0;
    right: 0;
    position: absolute;
    background: url("../../images/aiChat/bottom-right-angle.png") no-repeat center;
    background-size: 100%
}

.page-box .top-slash {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: .5rem;
    display: flex;
    pointer-events: none;
    justify-content: space-between
}

.page-box .top-slash svg {
    width: .5rem;
    height: .5rem
}

.page-box .top-line {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2
}

.page-box .top-line .horizontal {
    position: absolute;
    top: 0;
    right: .5rem;
    width: calc(50% - .5rem);
    height: 2px;
    background: #24d8d5
}

.page-box .top-line .vertical {
    height: .65rem;
    width: 2px;
    position: absolute;
    top: .5rem;
    right: 0;
    background: #24d8d5
}

.page-box .guiedDescribe {
    display: flex;
    align-items: center;
    height: .42rem;
    margin-bottom: .3rem
}

.page-box .guiedDescribe img {
    flex-shrink: 0;
    flex-grow: 0;
    display: block;
    width: .4rem;
    height: auto;
    margin-right: .08rem
}

.page-box .guiedDescribe h4 {
    flex-shrink: 0;
    flex-grow: 0;
    font-family: "ALIMAMASHUHEITI";
    color: #fff;
    font-size: .3rem;
    margin-right: .14rem
}

.page-box .guiedDescribe p {
    flex-shrink: 0;
    flex-grow: 0;
    font-size: .16rem;
    line-height: 1;
    padding-right: .2rem;
    padding-bottom: .1rem;
    border-bottom: solid 1px #87a2d3;
    position: relative;
    color: #fff
}

.page-box .guiedDescribe p::after {
    content: "";
    width: .48rem;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #1ce4fc
}

.page-box .left-Content {
    width: 13.18rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.page-box .left-Content::after {
    content: ' ';
    position: absolute;
    top: 1.4rem;
    border-right: 1px dashed rgba(255, 255, 255, 0.3);
    right: 0;
    width: 1px;
    bottom: 0px;
}

.page-box .left-Content .ai-info {
    width: 100%;
    height: 1.4rem;
    border-bottom: solid 1px #556faf;
    border-right: solid 1px #556faf;
    display: flex;
    align-items: center;
    background: #0b3594;
    -webkit-clip-path: polygon(0.5rem 0, calc(100% - 0.5rem) 0, 100% 0.5rem, 100% 100%, 0 100%, 0 0.5rem);
    clip-path: polygon(0.5rem 0, calc(100% - 0.5rem) 0, 100% 0.5rem, 100% 100%, 0 100%, 0 0.5rem);
    position: relative
}

.page-box .left-Content .ai-info .neie {
    width: 2.16rem;
    height: .68rem;
    background: url(../../images/aiChat/neie.png) no-repeat center;
    background-size: cover;
    margin: 0 .35rem
}

.page-box .left-Content .ai-info .ai-logo {
    margin-right: .2rem;
    width: .68rem;
    height: .68rem;
    position: relative
}

.page-box .left-Content .ai-info .ai-logo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: url("../../images/aiChat/circle-border.png") no-repeat;
    background-position: 0 0;
    background-size: 90%;
    animation: _anirotate 5s linear infinite
}

@keyframes _anirotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(0)
    }
}

.page-box .left-Content .ai-info .ai-logo::after {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 50%;
    background: url("../../images/aiChat/bold-circle-border.png") no-repeat;
    background-position: 0 100%;
    background-size: 50%;
    animation: _anirotate2 5s linear infinite
}

@keyframes _anirotate2 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-1turn)
    }
}

.page-box .left-Content .ai-info .ai-logo .logo {
    width: .67rem;
    height: .67rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.page-box .left-Content .ai-info .ai-logo .logo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px solid rgba(36,216,213,.1)
}

.page-box .left-Content .ai-info .ai-logo .logo img {
    display: block;
    width: .48rem
}

.page-box .left-Content .ai-info h4 {
    font-size: .28rem;
    color: #fff
}

.page-box .left-Content .ai-info svg {
    width: .5rem;
    height: .5rem;
    position: absolute;
    top: 0;
    right: 0
}

.page-box .left-Content .ai-info::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -1px;
    width: 2rem;
    border-bottom: 3px solid #24d8d5;
    opacity: 1
}

@keyframes ani_width {
    0% {
        right: 100%;
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        right: -2rem;
        opacity: 0
    }
}

.page-box .left-Content .cursor {
    background: #E5FCFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    position: absolute;
    bottom: 0.3rem;
    right: -0.15rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transform: rotate(0deg);
    transition: all .3s;
}

.page-box .left-Content .cursor svg {
    width: 0.15rem;
}

.page-box .left-Content .cursor:hover {
    opacity: 0.8;
}

.page-box .left-Content .cursor:active {
    opacity: 1;
}

.page-box .left-Content .cursor.scrollDown {
    transform: rotate(180deg);
    transition: all .3s;
}

.page-box .left-Content .cursor.hideCursor {
    opacity: 0;
    pointer-events: none;
}

.page-box .left-Content .scroll-area {
    height: 10px;
    flex-grow: 1;
    padding: .3rem .4rem 0;
    margin-bottom: .45rem
}

.page-box .left-Content .scroll-area::-webkit-scrollbar {
    width: .06rem;
    background: rgba(0,0,0,0)
}

.page-box .left-Content .scroll-area::-webkit-scrollbar-thumb {
    background-color: #1ce4fc;
    border-radius: 3px
}

.page-box .left-Content .scroll-area .ai-info {
    display: none
}

.page-box .left-Content .scroll-area .guess-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .4rem .3rem;
    margin-bottom: .14rem
}

.page-box .left-Content .scroll-area .guess-list .guess-box {
    position: relative;
    padding: .3rem .25rem
}

.page-box .left-Content .scroll-area .guess-list .guess-box .top-bottom-border {
    left: .22rem;
    right: .22rem;
    border-color: #1363a3
}

.page-box .left-Content .scroll-area .guess-list .guess-box .left-right-border {
    top: .22rem;
    bottom: .22rem;
    border-color: #1363a3
}

.page-box .left-Content .scroll-area .guess-list .guess-box .top-angle {
    top: 0px
}

.page-box .left-Content .scroll-area .guess-list .guess-box .top-angle::after {
    display: block
}

.page-box .left-Content .scroll-area .guess-list .guess-box .bottom-angle {
    bottom: 0px
}

.page-box .left-Content .scroll-area .guess-list .guess-box .guiedDescribe p {
    flex-grow: 1
}

.page-box .left-Content .scroll-area .guess-list .guess-box .guidingQuestionBox .card {
    display: flex;
    gap: .2rem;
    flex-wrap: wrap
}

.page-box .left-Content .scroll-area .guess-list .guess-box .guidingQuestionBox .card .questionItem {
    height: .64rem;
    width: 100%;
    position: relative;
    transition: all .3s;
    background: linear-gradient(90deg, #2452b9, #205aba)
}

.page-box .left-Content .scroll-area .guess-list .guess-box .guidingQuestionBox .card .questionItem::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    border-top: solid 1px #617bbd;
    border-left: solid 1px #617bbd
}

.page-box .left-Content .scroll-area .guess-list .guess-box .guidingQuestionBox .card .questionItem::after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    right: 0;
    border-top: solid 1px #617bbd;
    border-right: solid 1px #617bbd
}

.page-box .left-Content .scroll-area .guess-list .guess-box .guidingQuestionBox .card .questionItem p {
    position: relative;
    padding: 0 .25rem 0 .15rem;
    font-size: .16rem;
    line-height: .64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center
}

.page-box .left-Content .scroll-area .guess-list .guess-box .guidingQuestionBox .card .questionItem p span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #95fbff;
    margin-right: .15rem;
    flex-shrink: 0
}

.page-box .left-Content .scroll-area .guess-list .guess-box .guidingQuestionBox .card .questionItem p::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: solid 1px #9eb6f1;
    border-left: solid 1px #9eb6f1
}

.page-box .left-Content .scroll-area .guess-list .guess-box .guidingQuestionBox .card .questionItem p::after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: solid 1px #9eb6f1;
    border-right: solid 1px #9eb6f1
}

.page-box .left-Content .scroll-area .guess-list .guess-box .guidingQuestionBox .card .questionItem:hover {
    box-shadow: inset #1ce4fc 0px 0px 8px
}

.page-box .left-Content .scroll-area .guess-list .guess-box .guidingQuestionBox .card .questionItem:hover::before,.page-box .left-Content .scroll-area .guess-list .guess-box .guidingQuestionBox .card .questionItem:hover::after {
    border-color: #fff
}

.page-box .left-Content .scroll-area .guess-list .guess-box .guidingQuestionBox .card .questionItem:hover p::before,.page-box .left-Content .scroll-area .guess-list .guess-box .guidingQuestionBox .card .questionItem:hover p::after {
    border-color: #fff
}

.page-box .right-Content {
    width: 10px;
    flex-grow: 1;
    height: 100%
}

.page-box .right-Content .moduleTitle {
    height: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .2rem;
    flex-shrink: 0;
    position: relative;
    border-bottom: solid 1px #556faf
}

.page-box .right-Content .moduleTitle .guiedDescribe {
    margin-bottom: 0
}

.page-box .right-Content .moduleTitle .palyBtnBg {
    width: 1.22rem;
    height: .3rem;
    background: #3d59a4;
    cursor: pointer;
    -webkit-clip-path: polygon(0.1rem 0, 100% 0, 100% calc(100% - 0.1rem), calc(100% - 0.1rem) 100%, 0 100%, 0 calc(100% - 0.2rem));
    clip-path: polygon(0.1rem 0, 100% 0, 100% calc(100% - 0.1rem), calc(100% - 0.1rem) 100%, 0 100%, 0 calc(100% - 0.2rem));
    padding: 1px
}

.page-box .right-Content .moduleTitle .palyBtnBg .palyBtn {
    width: 100%;
    height: 100%;
    background: #0c308d;
    -webkit-clip-path: polygon(0.1rem 0, 100% 0, 100% calc(100% - 0.1rem), calc(100% - 0.1rem) 100%, 0 100%, 0 calc(100% - 0.19rem));
    clip-path: polygon(0.1rem 0, 100% 0, 100% calc(100% - 0.1rem), calc(100% - 0.1rem) 100%, 0 100%, 0 calc(100% - 0.19rem));
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .15rem
}

.page-box .right-Content .moduleTitle .palyBtnBg .palyBtn img {
    width: .14rem;
    height: .14rem
}

.page-box .right-Content .moduleTitle .palyBtnBg .palyBtn span {
    color: #fff;
    font-size: .14rem
}

.page-box .right-Content .moduleTitle .palyBtnBg svg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px
}

.page-box .right-Content .moduleTitle>svg {
    position: absolute;
    width: .06rem;
    height: .06rem;
    top: calc(50% + .09rem);
    right: .2rem
}

.page-box .right-Content .aiNewsBox {
    padding: .3rem .2rem 0px;
    margin-bottom: .2rem;
}

.page-box .aiInput {
    position: absolute;
    width: 7.76rem;
    height: .86rem;
    bottom: -0.43rem;
    left: 50%;
    transform: translateX(-50%);
    background: url("../../images/aiChat/inputBg.png") no-repeat center;
    background-size: 100% 100%;
    padding: 0 .35rem
}

.page-box .aiInput .tips {
    color: #fff;
    bottom: -0.15rem
}

.page-box .aiInput .input-box .clear-msg {
    color: #f1f1f1
}

.page-box .aiInput .send-stop {
    cursor: pointer
}

@media screen and (max-width: 1440px) {
    html {
        font-size:6.94928vw
    }

    body {
        padding: .3rem .3rem .7rem
    }

    .page-box .left-Content {
        width: 9.5rem
    }

    .page-box .left-Content .ai-info .neie {
        width: 1.8rem;
        height: .60273rem;
        margin: 0 .25rem
    }

    .page-box .left-Content .ai-info .ai-logo {
        margin-right: .14rem;
        width: .58rem;
        height: .58rem
    }

    .page-box .left-Content .ai-info .ai-logo .logo {
        width: .57rem;
        height: .57rem
    }

    .page-box .left-Content .ai-info .ai-logo .logo img {
        width: .36rem
    }

    .page-box .left-Content .ai-info h4 {
        font-size: .26rem
    }

    .page-box .left-Content .scroll-area .guess-box .guidingQuestionBox .card .questionItem {
        height: .68rem
    }

    .page-box .left-Content .scroll-area .guess-box .guidingQuestionBox .card .questionItem p {
        font-size: .14rem;
        line-height: .68rem
    }

    .page-box .right-Content .aiNewsBox {
        margin-bottom: .45rem
    }
}

@media screen and (max-width: 1024px) {
    body .details,body.talkingBox .details, body .operateBtns ,body.talkingBox .operateBtns {
        display:none;
    }
}