@charset "utf-8";

html,
body {
    overflow: hidden;
    overscroll-behavior-y: none;
}

.fixed-ai {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


.fixed-ai div {
    position: relative;
    animation: _piapofu 2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

@keyframes _piapofu {
    0% {
        transform: translateY(0);
    }



    50% {
        transform: translateY(0.15rem);
    }



    100% {
        transform: translateY(0);
    }
}

.fixed-ai div a {
    display: block;
}

.fixed-ai div img {
    display: block;
    width: 1rem;
}

.fixed-ai div::after {
    content: "";
    position: absolute;
    background: url(../images/fixed-ai-shadow.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 1.16rem;
    height: .65rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(60%);
}

.zx-ifo.show {
    transform: translateX(0);
}

.zx-close {
    position: absolute;
    top: .1rem;
    right: .2rem;
    transform: rotate(45deg);
    font-size: .3rem;
    cursor: pointer;
    color: #666;
}

.zx-ifo {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    width: 5.29rem;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(.05rem);
    box-shadow: 0rem .01rem .2rem 0rem rgba(48, 72, 129, 0.4);
    padding: .6rem .3rem;
    padding-top: 1rem;
    transition: all 0.6s;
    transform: translateX(100%);
}

.zx-scroll {
    overflow-y: auto;
    height: 100%;
    padding: 0 .2rem;
}

.zx-tit {
    border-bottom: .01rem solid #D8D8D8;
    margin-bottom: .2rem;
    padding-bottom: .2rem;
    text-align: center;
}

.zx-tit h3 {
    font-size: .24rem;
    font-weight: bold;
    line-height: .28rem;
    color: #333333;
    text-align: center;
    margin-bottom: .1rem;
}

.zx-tit p {
    font-size: .16rem;
    line-height: .28rem;
    color: #999999;
}

.zx-tx h3 {
    font-size: .17rem;
    line-height: .32rem;
    font-weight: 600;
}

.zx-tx p {
    text-indent: 2em;
    font-size: .17rem;
    line-height: .32rem;
    color: #333333;
    margin-bottom: .1rem;
    text-align: justify;
}


.zxnr {
    margin: .25rem 0;
}

.zxnr a {
    display: block;
    border-radius: .1rem;
    background: linear-gradient(180deg, #F6FAFF -6%, rgba(237, 244, 255, 0.5) 105%);
    box-sizing: border-box;
    border: .01rem solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(.2rem);
    box-shadow: .04rem .01rem .12rem 0rem rgba(137, 161, 187, 0.2);
    position: relative;
    padding: .2rem .25rem;
}

.zxnr a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-100%) translateY(-50%);
    width: 2.5px;
    height: .9405rem;
    background: var(--border-color);
    max-height: 70%;
}

.zxnr a h3 {
    font-size: .2rem;
    font-weight: bold;
    line-height: .32rem;
    letter-spacing: normal;
    color: var(--theme-h3-color);
}

.zxnr a h4 {
    font-size: .18rem;
    font-weight: normal;
    line-height: .32rem;
    letter-spacing: normal;
    color: var(--theme-h4-color);
    margin-top: .1rem;
}

.zxnr a p {
    font-size: .16rem;
    font-weight: normal;
    line-height: .3rem;
    letter-spacing: normal;
    color: var(--theme-p-color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .6rem;
    margin-top: .1rem;
}

.zyzd {
    margin-top: .3rem;
}

.zyzd h3 {
    font-size: .24rem;
    font-weight: bold;
    line-height: .32rem;
    letter-spacing: normal;
    color: var(--theme-h3-color);
}

.zyzd .zyzd-con {
    margin-top: .17rem;
    display: flex;
    gap: .04rem;
    height: 254px;
}

.zyzd .zyzd-con a {
    display: block;
    overflow: hidden;
    flex: 1;
    transition: flex .5s ease;
}

.zyzd .zyzd-con a:hover{
    flex:3
}

.zyzd .zyzd-con a img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
    object-fit: cover;
    /* object-position: left; */
}

.zyzd .zyzd-con a:hover img{
    transform: scale(1.1);
}

.pages {
    position: relative;
}

.page {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: url(../images/page1-bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
}

.page>div {
    position: relative;
}


.page-c {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    /* overflow: hidden; */
    padding-top: 1.35rem;
    height: 100vh;
    /* padding-bottom: 1.16rem; */
    padding-bottom: .48rem;
    position: relative;
    transition: all .5s;
}


.pagel {
    width: 11rem;
    height: 100%;
    position: relative;
    padding-bottom: .6rem;

}

.pagel-box{
    height:100%;
    overflow: hidden;
}

.pagel.pagel-pb {
    padding-bottom: 1.52rem;
}

.pagel-c {
    height: 100%;
    border-radius: .1rem;
    background: linear-gradient(180deg, #F6FAFF 0%, rgba(237, 244, 255, 0.2) 102%);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(.2rem);
    box-shadow: .04rem .01rem .12rem 0rem rgba(137, 161, 187, 0.3);
    padding: .25rem .5rem .4rem .25rem;
    transform: translateY(100%);
    transition: all 0.5s ease;
}

.pagel-c-show {
    transform: translateY(-100%);
}

.pagel_scroll {
    height: 100%;
    overflow-y: auto;
    padding-right: .2rem;
    margin-right: -.2rem;
    scrollbar-gutter: stable;
    will-change: scroll-position;
    scroll-behavior: smooth;
}

.pagel_scroll .spacing {
    width: 100%;
    height: 0px;
}

.pager {
    flex: 1;
    min-width: 0;
    margin-left: .8rem;
    height: 100%;
}

.pager .pager_scroll {
    height: 100%;
    padding-bottom: 0;
    overflow-y: auto;
    scrollbar-gutter: stable;
    will-change: scroll-position;
    scroll-behavior: smooth;
    scrollbar-color: #b0b0b0 rgba(0, 0, 0, 0);
    scrollbar-width: none;
}

.pagel-head {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    transform: translateY(-100%);
    transition: all 0.5s ease;
}

.pagel-head-show {
    display: flex;
    transform: translateY(0%);
}

.btit {
    text-align: center;
}

.btit h2 {
    font-size: .4rem;
    font-weight: bold;
    line-height: .6rem;
    letter-spacing: normal;
    color: var(--theme-h3-color);
}

.btit h4 {
    font-size: .24rem;
    font-weight: normal;
    line-height: .36rem;
    letter-spacing: normal;
    color: var(--theme-h3-color);
    margin-top: .13rem;
}


.aijs {
    border-radius: .1rem;
    background: linear-gradient(180deg, #F6FAFF -2%, rgba(237, 244, 255, 0) 118%);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(.2rem);
    padding: .27rem .26rem;
    box-shadow: .04rem .01rem .12rem 0rem rgba(137, 161, 187, 0.3);
    margin-top: 0.55rem;
    /* padding-bottom: 1rem; */
}

.aijs-ifo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: .3rem;
    margin-bottom: .3rem;
    border-bottom: 1px solid rgba(217, 224, 238, 0.8);
}

.aijs-tx {
    flex: 1;
    min-width: 0;
}


.ques h3 {
    font-size: .18rem;
    font-weight: bold;
    color: #2060EA;
    margin-bottom: .15rem;
}


.ques ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ques ul li {
    width: 48%;
    font-size: .16rem;
    line-height: .3rem;
    color: #333333;
    display: block;
    position: relative;
    padding-left: .19rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}



.ques ul li::before {
    content: '';
    width: .09rem;
    height: .09rem;
    position: absolute;
    left: 0;
    top: .12rem;
    border: .03rem solid #2058D0;
    box-sizing: border-box;
    border-radius: 50%;
}


.aijs-ifo img {
    display: block;
    height: .9rem;
}

.aijs-ifo h3 {
    font-size: .2rem;
    font-weight: bold;
    line-height: .3rem;
    letter-spacing: normal;
    color: var(--theme-h3-color);
}

.aijs p {
    font-size: .18rem;
    font-weight: normal;
    line-height: .32rem;
    letter-spacing: normal;
    color: var(--theme-p-color);
    margin-top: .1rem;
}


.aitit {
    position: absolute;
    left: .24rem;
    right: 0.24rem;
    top: 0.24rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aitit div {
    font-size: .14rem;
    font-weight: normal;
    line-height: .18rem;
    letter-spacing: normal;
    color: #000000;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.aitit div em {
    width: 18px;
    height: 10px;
    position: relative;
    border-radius: 5px;
    background: #A4BADC;
    transition: all .5s;
    margin-right: 0.05rem;
}

.aitit div em::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    transition: all .5s;
}

.aitit h3 {
    display: flex;
    align-items: center;
    font-size: .24rem;
    font-weight: bold;
    line-height: .29rem;
    color: #000000;
    font-family: 'almmsh';
}

.aitit h3 b {
    color: #3360E6
}

.aitit div.on em {
    background: #3360E6;
}

.aitit div.on em::before {
    transform: translateX(8px);
}


.aijx {

    position: relative;
    z-index: 9;
}


.aijx ul li {
    display: flex;
    align-items: flex-start;
    margin-top: .26rem;
}

.aijx ul li .icon-play {
    width: .2rem;
    height: .2rem;
    background: url(../images/icon-play3.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-top: .04rem;
    margin-right: .2rem;
}

.aijx ul li a {
    flex: 1;
    min-width: 0;
}

.aijx ul li a h3 {
    font-size: .14rem;
    font-weight: normal;
    line-height: .28rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    text-transform: uppercase;
    letter-spacing: normal;
    color: #1F2329;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .56rem;
}

.aijx ul li a div {
    display: flex;
    align-items: center;
    font-size: .12rem;
    font-weight: normal;
    line-height: .16rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #909AAA;
    margin-top: .12rem;
}

.aijx ul li a div img {
    max-height: .16rem;
    min-width: .12rem;
    margin-right: .05rem;
}

.aijx ul li.play .icon-play {
    background: url(../images/icon-pause2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.aijx ul li.play {}






.aikycg {
    margin-top: .2rem;
}

.aikycg ul {}

.aikycg ul li+li {
    margin-top: .16rem;
}

.aikycg ul li a {
    display: flex;
    align-items: center;
    padding: .18rem .2rem .12rem .2rem;
    border-radius: 0.16rem;
    height: 0.78rem;
    background: #FFFFFF;
    transition: all .5s;
}

.aikycg ul li a p {
    position: relative;
    padding-left: .23rem;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    /* Text&Icon 文本&图标/Text-5-Title */
    /* 样式描述：标题文字 */
    color: #1F2329;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .48rem;
}

.aikycg ul li a p b {
    position: absolute;
    left: 0;
    top: 0;
    font-family: DingTalk JinBuTi;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .24rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #97B6FF;
}


.znsearch_box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    transition: all .5s;

}

.zn_gotop {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) scaleY(0);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.3rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s;
    opacity: 0;
    transform-origin: center bottom;
}

.zn_gotop.on {
    transform: translateX(-50%) scaleY(1);
    opacity: 1;
}

.zn_gotop svg {
    width: 0.2rem;
    transition: all .5s;
}

.znsearch {
    transition: all .6s;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 .12rem 0 .4rem;
    border-radius: .1rem;
    background: #FFFFFF;
    box-shadow: 0rem .01rem .12rem 0rem rgba(52, 69, 108, 0.1);
    margin-top: .12rem;
}

.znsearch svg.icon{
    margin-right: .2rem;
}

.pressBox{
    z-index: 3;
    user-select: none;
    -webkit-user-select: none;
}

.pressBox .voiceSpanRef{
    line-height: .5rem;
    height: .5rem;
    font-size: .16rem;
    flex: 1;
    text-align: center;
    letter-spacing: 1px;
    color: var(--font-color);
}

.pressBox .voiceSpanRef span{
     user-select: none;
    -webkit-user-select: none;
}

 .voice-dots {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 3px;
    pointer-events: none;
    height: 100%;
    padding: 0 10px;
}

@keyframes voiceWave {
    0% {
    transform: scaleY(1);
    opacity: 0.7;
    }

    25% {
    transform: scaleY(2);
    opacity: 1;
    }

    50% {
    transform: scaleY(1);
    opacity: 0.7;
    }

    75% {
    transform: scaleY(1.5);
    opacity: 0.9;
    }

    100% {
    transform: scaleY(1);
    opacity: 0.7;
    }
}

 .voice-dots .dot {
    width: 3px;
    height: 6px;
    background-color: #2d8fc6;
    border-radius: 50%;
    animation: voiceWave 0.8s ease-in-out infinite;
    opacity: 0.7;
    transform-origin: center center;
}


@for $i from 1 through 20 {
    .dot:nth-child(#{$i}) {
        animation-duration: #{0.8 + random(4) * 0.1}s;
        height: #{3 + random(4)}px;
    }
}

.ctrlPress  .voice-dots{
    display: flex;
}

.ctrlPress  .voiceSpanRef span{
    display: none;
}


.text-background{
    width: 100%;
    /* height: 286px; */
    position: fixed;
    left: 0px;
    z-index: 2;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:50px 0px 76px;
    background: linear-gradient(180deg, #0E3C98 0%,#0e3c98d4 60%, rgba(164, 193, 252, 0) 100%);
    border-radius: 20px 20px 0px 0px;
}

.text-background  .text-content {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 2;
    overflow: hidden auto;
    padding: 30px 20px;
    user-select: none;
    -webkit-user-select: none;
}

.text-background  .text-content::-webkit-scrollbar {
    display: none;
}

.text-background  .text-placeholder {
    font-size: 13px;
    color: #3ac2ff;
    text-align: center;
    position: relative;
    z-index: 2;
}


.znsearch_qcts {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.znsearch_qcts .znsearch_qc {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: .2rem;
    padding: 0 .15rem 0 .13rem;
    height: .32rem;
    cursor: pointer;
    transition: all .5s;
}

.znsearch_qcts .znsearch_qc.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.znsearch_qcts .znsearch_qc img {
    height: .16rem;
    margin-right: .08rem;
}

.znsearch_qcts .znsearch_qc p {
    font-size: .12rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--theme-p-color);
}

.znsearch_qcts .znsearch_ts {}

.znsearch_qcts .znsearch_ts p {
    font-size: .14rem;
    font-weight: normal;
    line-height: .28rem;
    letter-spacing: normal;
    color: var(--theme-p-color);
}


.znsearch-deep {
    border-radius: .3rem;
    background: #E8EFFA;
    display: flex;
    align-items: center;
    height: .4rem;
    padding: 0 .15rem;
}

.znsearch-deep img {
    display: block;
    height: .18rem;
    margin-right: 0.08rem;
}

.znsearch-deep span {
    font-size: .16rem;
    font-weight: normal;
    line-height: .36rem;
    letter-spacing: normal;
    color: #3B81F9;
}

.znsearch-ipt {
    flex: 1;
    min-width: 0;
}

.znsearch-ipt input {
    display: block;
    width: 100%;
    background: no-repeat;
    color: #000;
    font-size: .18rem;
    line-height: .68rem;
    height: .68rem;
    font-family: 'albb-55r';
    transition: all .5s;
}

.znsearch-ipt input::placeholder {
    color: var(--theme-p-color);
}

.znsearch-btn {
    width: 1.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: .2rem;
    cursor: pointer;
    transition: all .5s;
    background: var(--bg-btn-color);
    border-radius: .2rem;
    font-size: .16rem;
    color: #fff;
}

.znsearch-btn:hover {
    opacity: 0.8;
}

.znsearch-btn:before {
    content: "";
    display: block;
    width: .2rem;
    height: .4rem;
    background: url(../images/znsearch-btn.svg) no-repeat;
    background-size: 100% auto;
    background-position: center center;
    margin-right: .1rem;
}

.fwxx ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.fwxx ul li {
    width: calc(50% - 8px);
    min-height: 100%;
    display: block;
    border-radius: .1rem;
    background: linear-gradient(180deg, #F6FAFF -6%, rgba(237, 244, 255, 0.5) 105%);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(.2rem);
    box-shadow: .04rem .01rem .12rem 0rem rgba(137, 161, 187, 0.2);
    position: relative;
    padding: .25rem .21rem .3rem .21rem;
}

.fwxx ul li::before {
    content: "";
    position: absolute;
    left: .01rem;
    top: 50%;
    transform: translateX(-100%) translateY(-50%);
    width: .02rem;
    height: .94rem;
    background: var(--border-color);
    max-height: 70%;
}

.fwxx ul li:nth-child(3) {
    width: 100%;
    margin-top: .15rem;
    padding-bottom: .35rem;
}

.fwxx ul li h3 {
    font-size: .2rem;
    font-weight: bold;
    line-height: .32rem;
    letter-spacing: normal;
    color: var(--theme-h3-color);
}

.fwxx ul li h4 {
    font-size: .18rem;
    font-weight: normal;
    line-height: .32rem;
    letter-spacing: normal;
    color: var(--theme-h4-color);
    margin-top: .1rem;
}

.fwxx ul li p {
    font-size: .16rem;
    font-weight: normal;
    line-height: .3rem;
    letter-spacing: normal;
    color: var(--theme-p-color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .6rem;
    margin-top: .2rem;
}



.dialogue-item {
    margin-top: .3rem;
}

.dialogue-q {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.dialogue-q .text {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
}

.dialogue-q .text p {
    border-radius: 0.12rem;
    padding: .13rem .2rem;
    border-radius: .1rem;
    background: #ffffff;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-align: right;
    letter-spacing: normal;
    color: #333;
}

.dialogue-q .avatar {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    margin-left: .27rem;
    margin-top: .03rem;
}

.dialogue-q .avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dialogue-a {
    margin-top: .3rem;
    border-radius: .1rem;
    padding: .2rem;
    position: relative;
}


.dialogue-atext p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.32rem;
    text-align: justify;
    color: #333333;
}

.dialogue-atext p+p {
    margin-top: .1rem;
}


.dialogue-aly {
    margin-top: .2rem;
}

.dialogue-aly>h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: .18rem;
    text-align: justify;
    color: #5F7288;
    position: relative;
}

.dialogue-aly>h3:after {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    height: 1px;
    background: #E5E7EB;
}

.dialogue-aly>h3 a {
    display: flex;
    align-items: center;
}

.dialogue-aly>h3 a span {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: .18rem;
    text-align: justify;
    color: var(--theme-h4-color);
}

.dialogue-aly>h3 a b {
    width: 0.14rem;
    height: 0.14rem;
    background: url(../images/icon-right.svg) no-repeat;
    background-position: center center;
    background-size: .14rem auto;
    margin-left: 0.06rem;
}

.dialogue-aly>ul {
    border-radius: 0.12rem;
    padding-top: .1rem;
    transition: all .5s;
    display: flex;
    flex-wrap: wrap;
}

.dialogue-aly>ul li {
    position: relative;
    margin-right: .3rem;
    margin-top: .1rem;
}


.dialogue-aly>ul li:last-child {
    margin-right: 0;
}

.dialogue-aly>ul li a {
    display: flex;
    align-items: center;
    border-radius: 0.06rem 0.06rem 0.05rem 0.05rem;
    background: #ffffff;
    min-height: .3rem;
    padding: 0.05rem .1rem;
    cursor: pointer;
}




.dialogue-aly>ul li a img {
    display: block;
    width: 0.22rem;
    margin-right: 0.05rem;
}

.dialogue-aly>ul li a p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.18rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #333333;
}

.dialogue-aly>ul li a:hover p {
    color: var(--theme-h3-color);
}

.znsearch.show  >.icon{
    display: none;
}


@media screen and (min-width:1025px) {
    .znsearch_qcts .znsearch_qc:hover {
        box-shadow: 0 0.05rem .1rem rgba(22, 56, 135, .3);
    }

    .znsearch_qcts .znsearch_qc:hover p,
    .aijx ul li a:hover h3,
    .dialogue-aly>ul li a:hover p {
        color: var(--theme-h3-color);
    }
}

@media screen and (max-width:1024px) {
    .fixed-ai {
        display: none;
    }

    .page1 {
        background: url(../images/page1-bg-wap.png) no-repeat;
        background-position: center top;
        background-size: cover;
    }

    .page-c {
        display: block;
        padding-bottom: .14rem;
        padding-top: .8rem;
    }

    .pagel {
        width: auto;
        /* padding-bottom: 1.2rem; */
    }

    .pager {
        display: none;
    }

    .btit h2 {
        font-size: .25rem;
        line-height: .36rem;
    }

    .btit h4 {
        font-size: .17rem;
        line-height: .26rem;
        margin-top: .1rem;
    }

    .pagel_scroll {
        padding-bottom: 0;
    }

    .aijs {
        /* margin-top: 0; */
    }

    .aijs div h3 {
        font-size: .18rem;
        line-height: .3rem;
    }

    .aijs div img {
        height: 0.6rem;
        margin-right: .1rem;
    }

    .aijs p {
        padding-left: 0;
        font-size: .16rem;
        line-height: .26rem;
        /* margin-top: .25rem; */
    }


    .znsearch {
        padding-left: .2rem;
        padding-right: 0;
        border-radius: .25rem;
    }

    .znsearch-ipt input {
        line-height: .5rem;
        height: .5rem;
        font-size: .16rem;
    }

    .znsearch-btn {
        width: 1.1rem;
        border-radius: .25rem;
    }

    .znsearch-btn input {
        height: .5rem;
        line-height: .5rem;
    }

    .znsearch.show  >.icon{
        display: block;
    }

    .pagel-c .pagel_scroll {
        padding-right: .2rem;
    }

    .pagel-c {
        padding: .2rem;
    }

    .dialogue-q .avatar {
        margin-left: .1rem;
    }

    .dialogue-q .text p {
        font-size: .16rem;
    }

    .dialogue-a:before {
        width: .6rem;
        height: 0.6rem;
        left: -.7rem;
    }

    .dialogue-a {
        margin-left: 0rem;
        padding: .15rem;
    }

    .dialogue-atext p {
        line-height: .3rem;
    }
}