@charset "utf-8";

.w100 {
    display: block;
    width: 100%;
}

.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: 6vh;
    position: relative;
    z-index: 1;
}

.page-c {
    position: relative;
    z-index: 1;
    padding-left: 3.95rem;
    padding-top: .3rem;
    flex: 1;
    min-width: 0;
    display: flex;
    /* align-items: flex-end; */
    flex-direction: column;
    // overflow-y: auto;
    // justify-content: end;
}

#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;
}

.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.7rem;
}


.psearch-con {
    position: relative;
    z-index: 9;
    margin-top: .5rem;
}

.psearch-tsc {}

.psearch-tsc ul {
    display: flex;
    align-items: center;
}

.psearch-tsc ul li+li {
    margin-left: .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.5rem;
    padding: 0 .18rem;
    backdrop-filter: blur(0.15rem) saturate(100%);
    transition: all .5s
}

.page-c-home{
   justify-content: center;
   padding-top: 1rem;
}

.page-c-dialog{
   padding-top: 1.1rem;
}

.pages-dialog-container::before{
   content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}

.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: #432B60;
    //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: .5rem;
    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: 0.5rem;
    position: relative;
    z-index: 1;
    /* overflow-y: auto; */
    /* flex: 1; */
    /* min-width: 0; */
}

.psearch-con-scrollArea{
   flex: 1;
   padding-right: 0.15rem;
}

.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;
    pointer-events: none;
    z-index: -2;
    left: 0; 
    height:100%;
    align-items:center;
    display:flex;
}

.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 .6rem .22rem .35rem;
    margin-top: .33rem;
    box-shadow: 0rem 0.08rem 0.3rem 0rem rgba(43, 42, 42, 0.05);
    border-radius: 0.1rem;
}

.xqdjsl {}

.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 {}

.xqdjsr ul {
    display: flex;
    align-items: center;
}

.page-c-dialog {
   height: 100%;
}

.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;
}
.psearch-con-home  .psearch-tsc{
    min-height: 0.44rem;
}

.dialogBody  .psearch-tsc ul li a {
    background: url(../images/psearch-tsc-bg2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

@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::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    .psearch-con-scrollArea::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.7);
        border-radius: 3px;
    }

    .psearch-con-scrollArea::-webkit-scrollbar-thumb {
        background: #3873ff;
        border-radius: 3px;
    }

    @supports (-moz-appearance:none) {
       .psearch-con-scrollArea{
          scrollbar-width: thin;
          scrollbar-color: #3873ff rgba(255,255,255, 0.7);
       }
    } 
}

@media screen and (max-width:1400px) {
    .user img {
         max-width: 4.5rem;
    }
    .welcome-text h2 {
        font-size: 0.35rem;
    }
    .welcome-text h2 img {
        height: 0.7rem;
    }
    .page-c-dialog{
       padding-top: 1.4rem;
    }
}

@media screen and (max-width:1024px) {
    .pages {
        padding-bottom: .1rem;
        padding-top:  0;
        position: relative;
        z-index: 1;
        background: url(../images/mobileBack.png) no-repeat;
        background-position: center center;
        background-size: cover; 
    }
    
    .pagesHome {
         min-height: 100vh;
         height: 100vh;
         padding-top: 0;
    }
    
    .pages-dialog-container {
        height: 100vh;
    }
    
   .page-c-dialog {
        height: 100%;
   }

    .page-c {
        display: flex;
        flex-direction: column;
        padding-top: 0;
        padding-left: 10px;
        width: 100%;
    }
    .page-c-mobile{
        /*
        padding: 0.2rem 0.2rem 0.16rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
        border-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) 1;
        width:calc(100% - 0.36rem);
        border-radius:0.07rem;
        */
        padding-left: 0.16rem;
        padding-right: 0.16rem;
    }

    .pages:before {}

    .pager {
        flex: 1;
        min-width: 0;
        margin-top: .30rem;
        overflow-y: auto;
        width: auto;
        width: 100%;
    }

    .logo {
        position: static;
        margin-top: 0.13rem;
        margin-left: 0.2rem;
        padding-bottom: 0.1rem;
    }

    .logo a img {
        width: auto;
        max-width: 100%;
        height: .3rem;
    }

    .user {
        position:static;
        width:auto;  
        margin:0 auto;
        height:auto;
        display:flex;
        justify-content:center;
        display: none;
    }

    .user img {
        width: 1.6rem;
        margin-left: -0.8rem;
    }
    .user img.jqr_mobile{
         display:block;
    }
    .user img.jqr{
         display:none;
    }

    .welcome-text {
        display: block;
    }

    .welcome-text h2 {
        font-size: 0.14rem;
        line-height: 0.15rem;
        align-items: center;
    }

    .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: .17rem;
    }

    .welcome-text ul li a p {
        font-size: .13rem;
        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: 100%;
    }

    .psearch-tsc ul li+li {
        margin-left: 0;
    }

    .psearch-tsc ul li a {
        width: auto;
        padding:0.04rem 0.18rem;
    }

    .psearch-tsc ul li a div {}

    .psearch-tsc ul li a div img {
        height: .1rem;
        margin-right: 0.05rem;
    }

    .psearch-tsc ul li a p {
        font-size: .13rem;
        line-height: .24rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .psearch-box {
        margin-top: .22rem;
        padding:  0;
        order:  1;
        min-height:auto;
        margin-bottom: 0.2rem;
        width: calc(100% - 0.4rem);
        margin-left: auto;
        margin-right: auto;
    }

    .psearch {
        width: auto;
        padding: 0 .16rem;
    }

    .psearch-con {
        position: relative;
        z-index: 9;
        border-radius: 0.2rem;
        padding: .2rem  0 0;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }
  
    .xqdjs {
        padding: .1rem .14rem;
        display: block;
        background-position: right center;
        margin-top: .15rem;
    }

    .xqdjsl .icons img {
        height: .225rem;
    }

    .xqdjsl h3 {
        font-size: .17rem;
        line-height: .32rem;
    }

    .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: .1rem;
        line-height: .2rem;
        padding: 0 .1rem;
    }

    .xqdjsr ul li a::before {}

    .xqdjsr ul li a::after {}

    .aibtns ul {
        gap: .1rem;
    }

    .aibtns ul li a {
        display: block;
        padding: .15rem 0;
        height: 100%;
    }

    .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{
        display:none;
    }
    .page-c-mobile-dialog{
       background:none;
       padding: 0.2rem 0 0;
       flex: 1;
       overflow: auto;
   }
   .welcome-text-dialog h2{
       justify-content:center;
       margin-bottom:0.2rem;
   }
   .psearch-tsc-dialog ul li{
      width:100%;
      margin-right:0;
   }
   .page-c-home{
      justify-content: flex-start;
      overflow:  hidden;
   }
   .psearch-con-home{
      flex:1;
   }
   .pager::-webkit-scrollbar,  .pager .moduleContent::-webkit-scrollbar, .psearch-con-scrollArea::-webkit-scrollbar {
       display: none!important;
   }
   .psearch-con-scrollArea {
       padding-left: 0.2rem;
       padding-right: 0.2rem;
   }
   .userMobile {
      display: flex;
      justify-content: center;
   }
   .pageBoxContainer {
       flex: 1;
       display: flex;
       flex-direction: column;
       overflow: auto;
   }
   .pageBox {
       background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
       border-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) 1;
       border-radius: 0.07rem;
       padding: 0.2rem 0.2rem 0.16rem;
       flex: 1;
   }
   .pageBoxContainer::-webkit-scrollbar {
       display: none;
   }
   .psearch-box-ue {
       margin-top: 0.1rem!important;
   }
}