@charset "utf-8";

body{
	font-size: 0.15rem !important;
}

.pages {
    transition: all .5s;
    background: url(../images/pages-bg1.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    background-attachment: fixed;
}

.pages::before{
    content: ' ';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0);
    transition: background 0.3s;
}

.pagesContainer {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 0.25rem;
}

.lightBg .pages::before{
	/* background: rgba(255,255,255,0.75); */
	transition: background 0.3s;
}

.page-c {
    overflow-y: auto;
    position: relative;
    height: 100px;
    z-index: 1;
    flex-grow: 1;
    z-index: 2;
}

.pagesContainer::after{
   content:'';
   display:block;
   width: 11rem;
   height: calc(100% - 0.3rem);
   background: #fff9e7;
   border: 5px solid #dd9b9b;
   position: absolute;
   top: 0;
   left: 1rem;
   z-index: 0;
   border-radius: 50px;
   box-shadow: 10px 10px 0px #e8dad2;
}

.sessionBox{
    width: 9.93rem;
    margin-top: 0.2rem;
    display: none;
    padding-bottom: 0.2rem;
}

.showSession .sessionBox{
	display: block;
}

.logo {
    margin-top: 5.208vh;
    z-index: 2;
		flex-shrink: 0;
		margin-bottom: 0.3rem;
}

.logo a {
    display: inline-block;
}

.logo a img {
    display: block;
    height: 0.55rem;
}

.psearch {
	margin-top: 0.1rem;
	margin-bottom: 0.5rem;
	flex-shrink: 0;
	z-index: 2;
}

.psearch-tit {
    padding-top: 0.25rem;
}

.psearch-tit h2 {
    display: flex;
    align-items: baseline;
}

.psearch-tit h2 span {
    font-size: 0.72rem;
    font-weight: bold;
    line-height: 0.72rem;
    letter-spacing: normal;
    background: linear-gradient(107deg, #ff0000 0%, #b01b13 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.psearch-tit h2 b {
    font-size: 0.48rem;
    font-weight: normal;
    line-height: 0.48rem;
    letter-spacing: normal;
    margin-left: .35rem;
    color: #d22906;
}

.psearch-tit p {
    max-width: 10rem;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #46100e;
    margin-top: .18rem;
}

.psearch-con {
    width: 9.93rem;
		
}

.psearch-box>img {
    display: block;
    width: 100%;
}

.pageb {
    width: 100%;
    margin-top: .35rem;
    position: relative;
    z-index: 1;
    flex: 1;
    min-width: 0;
    width: 9.93rem;
    overflow-y: auto;
}

.pageb::-webkit-scrollbar {
    display:none;
}

.pageb ul {
    display: flex;
    justify-content: space-between;
}

.pageb ul li {
    width: 45.5%;
    position: relative;
    padding: 1rem .3rem .3rem .35rem;
    z-index: 1;
    transform-style: preserve-3d;
    perspective: 1000px;
}
.pageb ul li:after{
	content:"";
	position:absolute;
	left:0;
	top:.49rem;
	bottom:.23rem;
	right:0;
	border-radius: 0.1rem;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 10%);
	transform: rotateY(14deg);
	transform-origin: left center;
	z-index: -2;
	pointer-events: none;
}
.pageb ul li.firstLi{
    padding: 1rem .3rem .3rem .83rem;
}
.pageb ul li.firstLi .icons{
    left: .83rem;
}
.pageb ul li.secondLi{
    padding: 1rem .63rem .3rem .39rem;
}
.pageb ul li.secondLi .icons{}

.pageb ul li:before {
    content: "";
    position: absolute;
    left: .44rem;
    top: .25rem;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: all .5s;
    border-radius: 0.1rem;
}

.pageb ul li.firstLi::before {
    background-image: url(../images/itembg22.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 99.5% 99.5%;
}

.pageb ul li.secondLi::before {
    background-image: url(../images/itembg22.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 99.5% 99.5%;
    left: 0;
    right: .33rem;
}
.pageb ul li.secondLi:after{
    left: 0;
    right: 0;
    transform: rotateY(-14deg);
    transform-origin: right center;
    background: linear-gradient(-90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 10%);
}
.pageb ul li.thirdLi::before {
    background-image: url(../images/itembg3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.pageb ul li .icons {
    position: absolute;
    left: 0.4rem;
    top: 0;
}

.pageb ul li .icons img {
    max-height: .72rem;
    filter: drop-shadow(0.07rem 0.09rem 0.04rem rgba(84, 72, 206, 0.3));
}

.pageb ul li h3 {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #d10101;
}

.pageb ul li p {
    text-align: right;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: normal;
    color: #666666;
    margin: .12rem 0 .06rem 0;
}

.pageb ul li dl {
    margin-top: 0.2rem;
}

.pageb ul li dl dd {
    margin-top: .1rem;
}

.pageb ul li dl dd a {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: normal;
    color: #333333;
}

.user {
    position: fixed;
    right: 0.56rem;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 9999;
}

.user img {
    display: block;
    width: 6.61rem;
}

@media screen and (min-width:1025px) {
    .pageb ul li.firstLi:hover::before {
        /* background-color: rgba(0 ,100 ,61,.2); */
    }

    .pageb ul li.secondLi:hover::before {
        /* background-color: rgba(58, 165, 191, .1); */
    }

    .pageb ul li.thirdLi:hover::before {
        background-color: rgba(46, 90, 242, .2);
    }

    .pageb ul li dl dd a:hover {
        color: #d70e0a;
    }
}

@media screen and (max-width:1024px) {
    html, body {
        //height: 100vh;
        //height: 100dvh;
        // overflow: hidden;
    }

     .pagesContainer {
         padding-top: 0.6rem;
     }

    .pages {
        height: 100vh;
        height: 100dvh;
        padding-top: env(safe-area-inset-top);         
        padding-bottom: env(safe-area-inset-bottom);
    }

    .lightBg .pages::before{
       background: rgba(255, 255, 255, 0.35);
       transition: background 0.3s;
    }
		
    .w16{
	margin: 0;
    }

    .page-c {
        display: flex;
        flex-direction: column;
        padding-top: 2.35rem;
        width: 92%;
        margin: auto;
        //height: calc(89vh - 1.5rem);
        //position: absolute;
        //margin-top: 1.3rem;
        //left: 4%;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }

     .page-c::-webkit-scrollbar {
        display:none;
    }

    .mobileBg {
       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) 100%) 0.01;
       backdrop-filter: blur(0.4rem) saturate(100%);
       padding: 0.16rem 0;
       border-radius: 10px;
    }

    .pageb {
			overflow: initial;
			width: auto;
			padding: 0 .16rem;
			margin-top: 0.16rem;
    }
		
		.sessionBox{
			width: auto;
			padding: 0 0.16rem 0.3rem;
		}

    .logo {
        margin-top: 0.14rem;
        margin-left: .33rem;
				margin-bottom: 0.14rem;
    }

    .logo a img {
        width: auto;
        max-width: 100%;
        max-height: 0.37rem;
        height: auto;
    }

    .psearch {
        width: auto;
        padding: 0 .16rem 0.3rem;
        //position: absolute;
        width: 90%;
        //bottom: 0.2rem;
        //left: 50%;
        //transform: translateX(-50%);
        margin-left: 5%;
    }

    .psearch-tit {
        text-align: left;
        position: relative;
        z-index: 1;
        padding-top: 0;
    }

    .psearch-tit h2 {
        justify-content: center;
    }

    .psearch-tit h2 span {
        font-size: .25rem;
        line-height: .32rem;
    }

    .psearch-tit h2 b {
        font-size: .18rem;
        line-height: .24rem;
        margin-left: 0.15rem;
    }

    .psearch-tit p {
        font-size: 14px;
        line-height: 2;
        margin-top: 0.1rem;
        text-align: center;
    }

    .psearch-con {
        width: auto;
        margin-top: 0;
        position: relative;
        z-index: 9;
        height: auto;
    }

    .userwap {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        display: flex !important;
        justify-content: center;
        pointer-events: none;
        z-index: -2;
        overflow: hidden;
    }

    .userwap img {
        display: block;
        height: 3.9rem;
        margin: 0 auto;
    }


    .pageb ul {
        display: block;
    }

    .pageb ul li {
        width: auto;
        padding: .25rem .8rem .15rem .2rem !important;
    }

    .pageb ul li {
        margin-top: .3rem;
    }

     .pageb ul li.firstLi{
        margin-top: 0px;
    }

    .pageb ul li .icons {
        left: auto !important;
        top: auto;
        right: 0.2rem;
        bottom: 0.2rem;
    }

    .pageb ul li .icons img {
        max-width: .5rem;
        max-height: .5rem;
    }

    .pageb ul li:before {
        top: 0;
        border-radius: 0;
    }
	.pageb ul li:after{
		opacity:0;
	}

    .pageb ul li.firstLi::before {
        background-image: url(../images/itembgwap11.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        left: 0 !important;
        right: 0 !important;
    }

    .pageb ul li.secondLi::before {
        background-image: url(../images/itembgwap11.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        right: 0;
    }

    .pageb ul li.thirdLi::before {
        background-image: url(../images/itembgwap3.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }

    .pageb ul li h3{
        font-size: .18rem;
        line-height: .18rem;
    }
    .pageb ul li p{
        font-size: .12rem;
        line-height: .2rem;
        margin: 0.05rem 0;
    }
    .pageb ul li dl dd a{
        font-size: 14px;
        line-height: .2rem;
    }
    .pageb ul li dl dd{
        margin-top: .1rem;
    }

    .user {}

    .pages::-webkit-scrollbar{
        display: none;
    }
}

.notice{
    /* text-align: center; */
    font-size: max(16px , 0.2rem);
    /* position: absolute; */
    /* bottom: -1rem; */
    /* left: 50%; */
    transform: translateX(20%);
    line-height: 2;
    color: #111;
    position: relative;
    z-index: 9999;
}
.notice p{}
.notice p+p{
    text-indent: 2em;
}

.notice p span a{
    font-weight: bold;font-size: 0.24rem;
    color: #d10101
}
@media screen and (max-width: 1700px) {
   .pages::after{    height: 86vh;}
}
@media screen and (max-width: 1400px) {
.pages::after{ height: 86vh;top: 1.5rem;}
    }
@media screen and (max-width: 1200px) {
    .pages::after {height: 86vh;top: 1.6rem; }
 }
@media screen and (max-width: 1100px) {
    .pages::after {height: 87vh;top: 1.6rem; }
 }

@media screen and (max-width: 1024px) {
    .pages::after {height: 88vh;top: 1.1rem;left: 10px;right: 10px;width: 98%;box-sizing: border-box;box-shadow: none;}
 }
@media screen and (max-width:1024px) {
    .pagesContainer::after {height: calc(100% - 0.4rem);top: 0.3rem;left: 0.12rem;right: 0.12rem;width: calc(100% - 0.24rem);box-sizing: border-box;box-shadow: none; border-radius: 30px; }
 }

@media screen and (max-width: 480px) {
    .pages::after {width: 95.4%;}
    }