@charset "utf-8";


@font-face {
    font-family: HarmonyOS_Sans_SC_Bold;
    src: url(../fonts/HarmonyOS_Sans_SC_Bold.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: HarmonyOS_Sans_SC_Medium;
    src: url(../fonts/HarmonyOS_Sans_SC_Medium.ttf);
    font-weight: normal;
    font-style: normal;
}

.pages {
    transition: all .5s;
    background: url(../images/pages-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
}

.page-c {
    overflow-y: auto;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.logo {
    position: absolute;
    top: .5rem;
    left: 0;
}

.logo a {
    display: block;
}

.logo a img {
    display: block;
    height: 0.74rem;
}

.psearch {}

.psearch-tit {
    text-align: center;
    position: relative;
}

.psearch-tit h2 {
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 0.59rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.6rem;
    color: #222222;
}

.psearch-tit h2 b {
    background: linear-gradient(270deg, #7b6cf9 0%, #2669ec 42%, #518ffe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.psearch-tit p {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #333333;
    margin-top: .14rem;
}

.psearch-con {

    width: 10.18rem;
    margin: 0 auto;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: .3rem;
    background: url(../images/psearch-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: .2rem;
    margin-top: .15rem;
}

.psearch-box {
    display: flex;
    gap: 0.16rem;
    min-height:1.6rem;
    flex-direction: column;
}

.pageb {
    width: 100%;
    margin-top: .65rem;
    position: relative;
    z-index: 1;
}

.pageb ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}

.pageb ul li {
    width: 2.45rem;
    position: relative;
    transition: all .5s;
}

.pageb ul li .item {
    transition: all .5s;
}

.pageb ul li:nth-child(1) {
    width: 4.8rem;
    position: relative;
    order: 3;
    padding-left: 2.05rem;
}

.pageb ul li:nth-child(1) .user {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    pointer-events: none;
}

.pageb ul li:nth-child(1) .user img {
    display: block;
    width: 3.23rem;
    filter: drop-shadow(0.1rem 0.17rem 0.3rem rgba(26, 111, 230, 0.1));
}

.pageb ul li:nth-child(2) {
    order: 1;
}

.pageb ul li:nth-child(3) {
    order: 2;
}

.pageb ul li:nth-child(4) {
    order: 4;
}

.pageb ul li:nth-child(5) {
    order: 5;
}

/**/

.pageb ul li:nth-child(1) a {
    background-image: linear-gradient(-30deg, #edf4ff 0%, #f6faff 28%, #ffffff 55%, #c4ddff 100%);
    transform-origin: right bottom;
    transform: rotateZ(4deg);
    margin-bottom: 1.6rem;
    animation: _margint infinite 3s linear;
}

.pageb ul li:nth-child(1) a::before {
    background: url(../images/pageb-item1.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.pageb ul li:nth-child(2) a {
    background-image: linear-gradient(-30deg, #fff5f5 0%, #ffffff 55%, #fedfdf 100%);
    transform-origin: left top;
    transform: rotateZ(-6deg);
    margin-bottom: 8.79vh;
    animation: _margint infinite 3s -.6s linear;
}

.pageb ul li:nth-child(2) a::before {
    background: url(../images/pageb-item2.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.pageb ul li:nth-child(3) a {
    background-image: linear-gradient(-30deg, #f8f7fd 0%, #fcfbfe 28%, #ffffff 55%, #e5e2ff 100%);
    transform-origin: left top;
    transform: rotateZ(-4deg);
    margin-bottom: 24.8vh;
    animation: _margint infinite 3s -1.2s linear;
}

.pageb ul li:nth-child(3) a::before {
    background: url(../images/pageb-item3.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.pageb ul li:nth-child(4) a {
    transform-origin: right bottom;
    transform: rotateZ(4deg);
    margin-bottom: 23.148vh;
    background-image: linear-gradient(-30deg, #fdf8f5 1%, #ffffff 55%, #fef0e6 100%);
    animation: _margint infinite 3s -1.8s linear;
}

.pageb ul li:nth-child(4) a::before {
    background: url(../images/pageb-item4.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.pageb ul li:nth-child(5) a {
    transform-origin: left top;
    transform: rotateZ(6deg);
    background-image: linear-gradient(-30deg, #f4fafc 0%, #fafdfe 28%, #ffffff 55%, #def4fd 100%);
    margin-bottom: 8.79vh;
    animation: _margint infinite 3s -2.4s linear;
}

.pageb ul li:nth-child(5) a::before {
    background: url(../images/pageb-item5.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.pageb ul li a {
    display: block;
    padding: .6rem .3rem .5rem .3rem;
    border-radius: 0.1rem;
    height: 2.3rem;
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
}

.pageb ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    border-radius: 0.1rem;
    transition: all .5s;
    opacity: 0;
}

.pageb ul li a .icons {
    position: absolute;
    top: -0.25rem;
    right: 0.3rem;
    z-index: 9;
}

.pageb ul li a .icons img {
    display: block;
    width: 0.6rem;
}

.pageb ul li a h3 {
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #333333;
}

.pageb ul li a p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #999999;
    margin-top: .14rem;
}

.pageb ul li a b {
    background: url(../images/icon-more.png) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 0.26rem;
    height: 0.15rem;
    position: absolute;
    bottom: 0.5rem;
    right: 0.3rem;
    opacity: 0;
    transition: all .5s;
}

.pageb ul li a .icons2 {
    position: absolute;
    right: 0.2rem;
    bottom: 0.2rem;
    /* opacity: 0; */
    transition: all .5s;
}

.pageb ul li a .icons2 img {
    display: block;
    opacity: .05;
}

.pagedp {
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.96rem;
    max-height: .85rem;
}

.pagedp>div {
    position: relative;
}

.pagedp>div>b {
    display: block;
    width: 4.91rem;
    height: 0.93rem;
    background-color: #ffffff;
    border-radius: 50%;
}

.pagedp>div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    animation: _circlescale infinite 3s linear;
    z-index: 1;
    opacity: 0;
    background: rgba(255, 255, 255, 0.5);
}

.pagedp>div::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    animation: _circlescale infinite 3s -1.5s linear;
    z-index: 2;
    opacity: 0;
    background: rgba(255, 255, 255, 0.5);
}



/* @keyframes _margint {
    0%{
        top: 0;
    }
    50%{
        top: .3rem;
    }
    100%{
        top: 0;
    }
} */



@keyframes _circlescale {
    0% {
        transform: scale(1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

@media screen and (min-width:1025px) {
    .pageb ul li:hover {
        /* transform: rotate(0deg) translateY(.15rem); */
    }


    .pageb ul li.on .item {
        transform: scale(1.1) rotateZ(5deg);
    }

    .pageb ul li:nth-child(2)~.on .item {
        transform: scale(1.1) rotateZ(-5deg);
    }

    .pageb ul li.on a::before {
        opacity: 1;
    }

    .pageb ul li.on a h3 {
        color: #ffffff;
    }

    .pageb ul li.on a p {
        color: rgba(255, 255, 255, .8);
    }

    .pageb ul li.on a .icons2 {
        opacity: 0;
    }

    .pageb ul li.on a b {
        opacity: 1;
    }
}

@media screen and (max-width:1024px) {
    .pages {
        height: 100vh;
       
    }

    .page-c {
        display: flex;
        flex-direction: column;
    }

    .pageb {
        flex: 1;
        min-width: 0;
        margin-top: .2rem;
        overflow-y: auto;
    }

    .logo {
        position: static;
        padding-top: .12rem;
    }

    .logo a img {
        width: auto;
        max-width: 100%;
        max-height: 0.37rem;
    }

    .psearch-tit {
        text-align: left;
        margin-top: .28rem;
        padding-bottom: .25rem;
        position: relative;
        z-index: 1;
    }

    .psearch-tit h2 {
        font-size: 0.3rem;
        line-height: .3rem;
    }

    .psearch-tit p {
        font-size: 0.12rem;
        line-height: .12rem;
        margin-top: 0.07rem;
    }

    .psearch-con {
        padding: .1rem;
        width: auto;
        margin-top: 0;
        position: relative;
        z-index: 9;
    }

    .pageb ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .pageb ul li {
        width: 48% !important;
        margin-bottom: .12rem;
        order: 1 !important;
        padding: 0 !important;
    }

    .pageb ul li a {
        margin-bottom: 0 !important;
        transform: none !important;
        height: 1.15rem;
        padding: .28rem 0.2rem .2rem .14rem;
    }

    .pageb ul li:nth-child(1) .user {
        display: none;
    }

    .pageb ul li a .icons {
        right: 0.14rem;
        top: 0.14rem;
    }

    .pageb ul li a .icons img {
        width: 0.37rem;
    }

    .pageb ul li a h3 {
        font-size: 0.16rem;
        line-height: .16rem;
    }

    .pageb ul li a p {
        font-size: 0.12rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: 0.17rem;
        margin-top: .1rem;
    }

    .pageb ul li a b {}

    .pageb ul li a .icons2 {
        left: .14rem;
        bottom: 0.14rem;
    }

    .pageb ul li a .icons2 img {
        max-height: .34rem;
    }

    .pagedp {
        display: none;
    }

    .pageb ul li:nth-child(5) {
        width: 100% !important;
    }

    .pageb ul li:nth-child(5) a {
        height: 1rem !important;
    }
    .userwap {
        position: absolute;
        right: 0.1rem;
        bottom: -0.32rem;
        pointer-events: none;
    }
    .userwap img{
        display: block;
        width: 1.04rem;
    }

}