<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-image: url(../image/gkyy.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: .49rem;
}
.box{
    padding-top: 3.91rem;
    overflow: hidden;
}
.tab-box{
    display: flex;
    /* align-items: center; */
}
.tab-box img{
    width: 2.46rem;
    height: .58rem;
}
.tab-box&gt;div{
    margin-right: .25rem;
    cursor: pointer;
}
.tab-box&gt;div&gt;img:last-child{
    display: none;
}
.tab-box&gt;.ac&gt;img:last-child{
    display: block !important;
}
.tab-box&gt;.ac&gt;img:first-child{
    display: none;
}

.top-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search{
    display: flex;
    align-items: center;
    gap: .25rem;
    padding: 0 25px;
    width: 3.38rem;
    height: .47rem;
    background: #FFFFFF;
    box-shadow: 0px .04rem .09rem 0px rgba(209,205,202,0.41);
    border-radius: .24rem;
}
.search img{
    width: .21rem;
    height: .21rem;
    cursor: pointer;
}
.search input{
    flex: 1;
}

.list{
    margin-top: .24rem;
    padding: .23rem;
    background: #FFFFFF;
    box-shadow: 0px .09rem .27rem 0px rgba(209,205,202,0.41);
    border-radius: .21rem;
}

.list .item {
	display: inline-block;
	width: 2.74rem;
	vertical-align: top;
	margin-bottom: .22rem;
    border: 1px solid #E5E5E5;
    border-radius: .11rem;
    overflow: hidden;
    margin-right: .19rem;
}

.list .item:nth-child(4n) {
	margin-right: 0;
}

.list .item &gt; .img-box {
	position: relative;
	height: 1.55rem;
    display: block;
	overflow: hidden;
}


.list .item&gt;.img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.list .item&gt;.img-box&gt;p {
	width: 100%;
	height: .44rem;
	background: rgba(0, 0, 0, 0.66);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: .16rem;
	color: #D4CECE;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list .item&gt;.img-box&gt;p img {
	width: .21rem;
	height: .21rem;
	border-radius: 50%;
	margin-right: .1rem;
}
.handle-wrapper{
    padding: .15rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.handle-wrapper a{
    font-size: .16rem;
    color: #2F2F2F;
    padding: 0 .15rem;
}
.handle-wrapper a img{
    margin-right: .05rem;
}
.handle-wrapper a:first-child{
    border-right: 1px solid #EAE4E4;
}
.gkyy-top-img{
    display: none;
}
.share{
    display: none;
}
@media (max-width:768px) {
    body{
        background-image: url(../image/m/top_bj.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position-y: 0;
    }
    .fff{
         display: none;
    }
    .w80{
        width: 95%;
    }
    .box{
        padding-top: 0.1rem;
    }
    .gkyy-top-img{
        display: block;
         padding-bottom: 0.1rem;
    }
    .top-wrapper{
        flex-direction: column;
    }
    .tab-box{
        justify-content: space-between;
    }
    .tab-box&gt;div{
        margin-right: 0;
    }
    .tab-box img {
        width: 95%;
        height: auto;
    }
    .search{
        width: 100%;
        margin-top: .2rem;
    }
    .list{
        padding: 0;
    }
    .list .item{
        width: 49%;
        margin-right: 2%;
        margin-bottom: .1rem;
    }
    .list .item&gt;.img-box&gt;p{
        font-size: .13rem;
        height: auto;
        padding: .08rem 0;
    }
    .list .item:nth-child(2n){
        margin-right: 0;
    }
    .handle-wrapper{
        padding: 5px;
    }
    .handle-wrapper a{
        padding: 0 5px;
        font-size: .13rem;
        white-space: nowrap;
    }
    .handle-wrapper a img{
        margin: 0px .02rem -0.02rem 0;
    }
    .share{
        display: block;
        position: fixed;
        top: 45vh;
        right: 0;
    }
    .share img{
        width: 0.4rem;
    }

    .shareBox{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0.7);
        padding: 20px;
        border-radius: 8px;
    }
    .shareBox-con{
        width: 90%;
        margin: auto;
        top: 40%;
        transform: translateY(-40%);
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        z-index: 99;
        position: relative;
    }
    .qrcode_bj{
        position: absolute;
        bottom: 0.15rem;
        left: 50%;
        transform: translateX(-50%);
        width: 90px;
    }
    #qrcode{
        position: absolute;
        top: 5px;
        left: 5px;
    }

    .shareBtn{
        position: absolute;
        bottom: -1.3rem;
        left: 50%;
        width: 100%;
        text-align: center;
        transform: translateX(-50%);
    }
    .shareBtn p {
        padding-top: 0.5rem;
        
        color: #fff;
        font-size: 0.14rem;

    }
    .shareBox-img{
        position: absolute;
        right: 0.3rem;
        top: 0.2rem;
    }
    .close{
        position: absolute;
        top: 0;
        right: -0.65rem;
        width: 0.6rem;
        height: 0.6rem;
        color: #fff;

    }
    .close i{
        font-size: 0.3rem;
    }

    
}
</pre></body></html>