@charset "utf-8";

.w100 {
    display: block;
    width: 100%;
}

#browser-tip {
     display: none;
     width: 100%;
     height: 44px;
     line-height: 44px;
     background-color: #fff5cc;
     color: #d9534f;
     text-align: center;
     font-size: 15px;
     position: fixed;
     top: 0;
     left: 0;
     z-index: 999999;
     box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

#browser-tip a {
     color: #2d8cf0;
     text-decoration: none;
     margin-left: 6px;
}

body.browser-warning {
      padding-top: 44px;
}

body > div > div > span{
   font-size: 0.16rem;
}

.pages {
    transition: all .5s;
    background: url(../images/pages-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding-bottom: 8vh;
    position: relative;
    z-index: 1;
}
.pages_mobile::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
 }
.page-c {
    position: relative;
    z-index: 1;
    padding-left: 3.76rem;
    padding-top: .7rem;
    flex: 1;
    min-width: 0;
    display: flex;
    /* align-items: flex-end; */
    flex-direction: column;
    overflow-y: auto;
    justify-content: end;
}

.page-srcoll {
    max-height: 100%;
    width: 100%;
}

.logo {
    position: absolute;
    top: 4.6vh;
    left: .6rem;
    z-index: 9;
}

.logo a {
    display: block;
}

.logo a img {
    display: block;
    height: 0.55rem;
}


.psearch-con {
    position: relative;
    z-index: 9;
    margin-top: .4rem;
}

.psearch-tsc {}

.psearch-tsc ul {
    display: flex;
    align-items: center;
}

 .psearch-con-dialogue{
    margin-top:0!important;
    height:100%;
    display:flex;
    flex-direction: column;
}

.psearch-con-dialogue .psearch-tsc{
  margin-top: .4rem;
}

.dialogueContainer{
  margin-top:0.3rem;
}

.psearch-tsc ul li+li {
    margin-left: .6rem;
}
.psearch-con-scrollArea{
   flex:1;
   padding-top: 0.6rem;
}

.psearch-tsc ul li a {
    display: flex;
    align-items: center;
    background: url(../images/psearch-tsc-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    //width: 2.91rem;
    padding: 0 .18rem;
    backdrop-filter: blur(0.15rem) saturate(100%);
    transition: all .5s
}

.psearch-tsc ul li a div img {
    display: block;
    height: 0.2rem;
    margin-right: .1rem;
}

.psearch-tsc ul li a p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .44rem;
    letter-spacing: normal;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.psearch-box {
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(0.38rem) saturate(100%);
    padding: 0.07rem 0.08rem;
    margin-top: .34rem;
    min-height: 0.8rem;
}

.psearch-box>img {
    display: block;
    width: 100%;
}

.welcome-text {}

.welcome-text h2 {
    font-size: 0.48rem;
    font-weight: normal;
    line-height: 0.7rem;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #362221;
    display: flex;
    align-items: flex-end;
}

.welcome-text h2 img {
    display: block;
    height: .87rem;
    margin-right: .25rem;
}

.welcome-text ul {
    display: flex;
    margin-top: .2rem;
}

.welcome-text ul li+li {
    margin-left: .1rem;
    position: relative;
    padding-left: .1rem;
}

.welcome-text ul li+li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 0.16rem;
    width: 1px;
    background-color: #333333;
}

.welcome-text ul li a {
    display: flex;
    align-items: center;
}

.welcome-text ul li a div img {
    height: 0.26rem;
    display: block;
    margin-right: .1rem;
}

.welcome-text ul li a p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.38rem;
    letter-spacing: normal;
    color: #333333;
}

.pager {
    width: 100%;
    margin-top: 6vh;
    position: relative;
    z-index: 1;
    /* overflow-y: auto; */
    /* flex: 1; */
    /* min-width: 0; */
}

.aibtns {}

.aibtns ul {
    display: flex;
    gap: .29rem;
}

.aibtns ul li {
    width: 33.33%;
}

.aibtns ul li a {
    display: flex;
    border-radius: 0.1rem;
    background: rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    border: 0.01rem solid #FFFFFF;
    backdrop-filter: blur(0.1rem) saturate(100%);
    box-shadow: 0rem 0.05rem 0.2rem 0rem rgba(255, 53, 53, 0.05);
    align-items: center;
    justify-content: center;
    height: 1.23rem;
    transition: all .5s;
}

.aibtns ul li a div {
    margin-right: .26rem;
    position: relative;
    z-index: 1;
}

.aibtns ul li a div::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
    background: #D93F2C;
    filter: blur(0.25rem);
    width: 0.65rem;
    height: 0.22rem;
}

.aibtns ul li a div img {
    display: block;
    height: .78rem;
}

.aibtns ul li a p {
    font-size: 0.34rem;
    font-weight: normal;
    line-height: 0.64rem;
    color: #362221
}


.user {
    position: fixed;
    right: 50%;
    bottom: 8vh;
    pointer-events: none;
    z-index: -2;
    margin-right: calc(50% - 5.17rem);
    /* left: 0; */
}

.userDialog{
   z-index: 999;
}

.user img {
    display: block;
    max-height: 85vh;
    max-width: 5.17rem;
}

.user img.jqr_mobile{
   display: none;
}

.xqdjs {
    background: url(../images/xqdjsrbg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: .22rem .5rem .22rem .35rem;
    margin-top: .33rem;
    box-shadow: 0rem 0.08rem 0.3rem 0rem rgba(43, 42, 42, 0.05);
    border-radius: 0.1rem;
}

.xqdjsl .icons img {
    display: block;
    height: 0.45rem;
}

.xqdjsl h3 {
    font-size: 0.34rem;
    font-weight: normal;
    line-height: 0.64rem;
    letter-spacing: normal;
    margin-top: .07rem;
    color: #D81716;
}

.xqdjsl h3 span {
    color: #FF6734
}

.xqdjsl p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #555555;
}

.xqdjsr ul {
    display: flex;
    align-items: center;
}

.xqdjsr ul li {
    margin-left: .2rem;
}

.xqdjsr ul li a {
    display: flex;
    align-items: center;
    border-radius: 0.2rem;
    background: rgba(255, 255, 255, 0.51);
    box-sizing: border-box;
    border: 0.01rem solid #FFFFFF;
    backdrop-filter: blur(0.1rem) saturate(100%);
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #3C3E45;
    padding: 0 .15rem 0 .19rem;
    transition: all .5s;
}

.xqdjsr ul li a::before {
    content: "";
    display: block;
    background: url(../images/xqdjsr-icon1.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.1rem;
    height: 0.1rem;
    margin-right: .05rem;
}

.xqdjsr ul li a::after {
    content: "";
    display: block;
    background: url(../images/xqdjsr-icon2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.07rem;
    height: 0.07rem;
    margin-left: .07rem;
}

@media screen and (min-width:1025px) {
    .xqdjsr ul li a:hover {
        background: #fff;
        box-shadow: 0 0 .1rem rgba(255, 255, 255, 1); 
    }

    .aibtns ul li a:hover {
        background: #fff;
        box-shadow: 0 0 .1rem rgba(255, 255, 255, 1);
    }

    .psearch-tsc ul li a:hover {
        background: url(../images/psearch-tsc-bg2.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }
    .psearch-con-scrollArea {
        padding-right: 0.2rem;
    }
     .psearch-con-scrollArea::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    .psearch-con-scrollArea::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.3);
        border-radius: 3px;
    }

    .psearch-con-scrollArea::-webkit-scrollbar-thumb {
        background:  rgba(222,89,42,0.3);
        border-radius: 3px;
    }

    @supports (-moz-appearance:none) {
       .psearch-con-scrollArea {
          scrollbar-width: thin;
          scrollbar-color: rgba(222,89,42,0.3) rgba(255,255,255, 0.3);
       }
    } 
}

@media screen and (max-width:1024px) {
    body > div > div > span{
       font-size: 0.14rem;
    }
    .pages {
        height: auto;
        min-height: 100vh;
        padding-bottom: .15rem;
        padding-top: 0.955rem;
        position: relative;
        z-index: 1;
       background-position: left top;
       background: url(../images/mobileBack.png) no-repeat;
       background-size: cover;
    }
    .pages_mobile {
        height: 100vh;
    }
    .psearch-box{
        min-height:0.96rem;
    } 
    .page-c {
        display: flex;
        flex-direction: column;
        padding-top: 0;
        padding-left: 10px;
        width: 100%;
    }

    .page-c-mobile{
        padding-left:0;
        padding-right:0;
        padding-top:0.6rem;
    }
    .page-c-mobile .psearch-con{
        border-radius:0;
        background:none;
    }

    .pages:before {}

    .pager {
        flex: 1;
        min-width: 0;
        margin-top: 0;
        overflow-y: auto;
        width: auto;
        width: 100%;
        padding-top:0.2rem;
    }

    .logo {
        position: absolute;
        top: 0.13rem;
        left: .2rem;
    }

    .logo a img {
        width: auto;
        max-width: 100%;
        height: .4rem;
    }

    .user {
        top: .65rem;
        left: -.22rem;
        bottom: auto;
        margin-right: auto;
        position: absolute;
    }

    .user img {
        width: 2.1rem;
        position:relative;
        left:0;
    }

    .user img.jqr{
        display: none;
    }

    .user img.jqr_mobile{
       display: block;
    }

    .userDialog img.jqr_mobile{
       display: none;
    }

    .welcome-text {
        display: block;
        padding-left: 1.2rem;
    }
    .scrollAreaContainer  .welcome-text{
        padding-left: 0.15rem;
    }

    .welcome-text h2 {
        font-size: 0.14rem;
        line-height: 0.15rem;
        align-items: center;
        margin-bottom:0.2rem;
    }

    .welcome-text h2 img {
        height: .35rem;
        margin-right: .1rem;
    }

    .welcome-text>p {
        font-size: 0.1rem;
        line-height: 0.16rem;
        text-align: center;
        margin-top: 0.05rem;
    }

    .welcome-text ul {
        margin-top: .12rem;
    }

    .welcome-text ul li a p {
        font-size: .14rem;
        line-height: .14rem;
    }

    .welcome-text ul li a div img {
        height: .14rem;
        margin-right: .05rem;
    }

    .psearch-tsc ul {
        justify-content: space-between;
    }

    .psearch-tsc ul li {
        width: 48%;
    }
    .page-c-mobile  .psearch-tsc ul li {
        width: 100%;
    }

    .psearch-tsc ul li+li {
        margin-left: 0;
    }

    .scrollAreaContainer .user{
        position: static;
    }

    .psearch-tsc ul li a {
        width: auto;
        padding: 0.06rem 0.15rem;
    }

    .psearch-tsc ul li a div img {
        height: .14rem;
        margin-right: 0.05rem;
    }

    .psearch-tsc ul li a p {
        font-size: .14rem;
        line-height: normal;
    }

    .pages_mobile .psearch-tsc ul li a {
        background: #fff;
        padding: 0.08rem 0.15rem;
        border-radius: 0.18rem;
    }

    .psearch-box {
        margin-top: .12rem;
        padding: .02rem;
        height:auto;
        border:none;
    }

    .psearch {
        width: auto;
        padding: 0 .16rem;
    }
    .pages_mobile{
        padding-top:0;
        padding-bottom:0;
    }
    .psearch-con {
        position: relative;
        z-index: 9;
        border-radius: 0.2rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
        border: 0.01rem solid;
        border-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 58%) 0.01;
        backdrop-filter: blur(3.31rem) saturate(100%);
        padding: .2rem .15rem;
        margin-top:  0.5rem;
        // min-height:1.5rem;
        opacity:0.97;
    }     
    .xqdjs {
        padding: .14rem;
        display: block;
        background-position: 0 center;
        margin-top: .15rem;
    }

    .xqdjsl .icons img {
        height: .225rem;
    }

    .xqdjsl h3 {
        font-size: .19rem;
        line-height: .32rem;
        margin-bottom:0.1rem;
    }

    .xqdjsl p {
        font-size: .12rem;
        line-height: .13rem;
    }

    .xqdjsr ul {
        margin-top: .05rem;
        justify-content: flex-end;
    }

    .xqdjsr ul li {
        margin-left: .1rem
    }

    .xqdjsr ul li a {
        font-size: .12rem;
        line-height: .2rem;
        padding: 0 .1rem;
    }

    .xqdjsr ul li a::before {}

    .xqdjsr ul li a::after {}

    .aibtns{
        overflow:auto;
        padding-bottom:0.1rem;
    }

    .aibtns ul {
        gap: .1rem;
        flex-wrap: nowrap;
    }
   
    .aibtns ul li a {
        display: block;
        padding: .15rem 0;
        height: 100%;
    }

    .psearch-con-scrollArea {
        padding-top: 0;
    }

    .aibtns ul li a div{
        margin: 0;
    }
    .aibtns ul li a div img {
        height: .39rem;
        margin: 0 auto;
    }

    .aibtns ul li a p {
        font-size: .14rem;
        line-height: .2rem;
        text-align: center;
        margin-top: .1rem;
    }

    .aibtns ul li a div::after {
        width: 0.3rem;
        height: 0.2rem;
    }
   .userDialog img{
        display:none;
    }
    .psearch-con-scrollArea::-webkit-scrollbar, .page-c::-webkit-scrollbar{
        display: none;
    }
}