.wzxq1 img {
    width: 60px;
    margin-left: 10px!important;
    margin-top: 6px!important;
}
.mbanner .slick-prev,.mbanner .slick-next{opacity:0;}
.post-99{display:none;}
.banner_link{display:block;position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:300;background:url(xqimg/banner_link1.png) no-repeat left center/auto 100%;width: 81px;height: 241px;}
.banner_link .text2{color:#fff;position:absolute;top:50%;transform:translateY(-50%);left:49px;width: 200px;opacity:0;text-align:center}
.banner_link .text2 p{display:inline-block;vertical-align:middle;width: 100%;line-height: 2.5;font-size: 18px;}
.banner_link .text2 p:nth-child(2):after{content:'';    display: inline-block;
    margin-left: 8px;width:10px;height:10px;background:url(xqimg/xqsanjiao.png)no-repeat center/100%;}
.banner_link .text2 p img{width: 60%;}
.banner_link .text2 span{position:relative;left:50%;transform:translateX(-50%);display:inline-block}
.banner_link .text1{
    width:1.5em;
    line-height:1.15em;
    color:#fff;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left: 45px;
    font-size: 18px;
    }
.banner_link::before{content:'';display:block;position:absolute;left:-50px;right:0;top:0;bottom:0;background:url(xqimg/banner_link.png) no-repeat left center/auto 100%;opacity: 0;}
.pagelist .index_logo{    position: relative;
    right: 0;
    bottom: 0;display:none}
.pagelist .header .head-left{display:flex;flex-direction: column;
    gap: 10px;}


.circle{position: absolute;width: 241px;height: 241px;top: 50%;left: 150%;transform: translate(-50%, -50%);}
.circle::before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; border: 1px solid #fff; border-radius: 50vw; opacity: .5;}
.circle span{width: 100%;height: 100%;position: absolute;top: 0;left: 0;border-radius: 50vw;border: rgba(255, 130, 17, 0.8) 1px solid;transform: scale(1);animation: circleScale 5.3s linear infinite;-webkit-transition: all .5s;transition: all .5s;z-index: -1;opacity: 0;}
.circle span:nth-of-type(2) {animation-delay: .3s;}
.circle span:nth-of-type(3) {animation-delay: .6s;}
.circle span:nth-of-type(4) {animation-delay: .9s;}
.circle span:nth-of-type(5) {animation-delay: 1.2s;}
.circle span:nth-of-type(6) {animation-delay: 1.5s;}
.circle span:nth-of-type(7) {animation-delay: 1.8s;}
.circle span:nth-of-type(8) {animation-delay: 2.1s;}
.circle span:nth-of-type(9) {animation-delay: 2.4s;}
.circle span:nth-of-type(10) {animation-delay: 2.7s;}
.circle span:nth-of-type(11) {animation-delay: 3s;}
.circle span:nth-of-type(12) {animation-delay: 3.3s;}
.circle span:nth-of-type(13) {animation-delay: 3.6s;}
.circle span:nth-of-type(14) {animation-delay: 3.9s;}
.circle span:nth-of-type(15) {animation-delay: 4.2s;}
.circle span:nth-of-type(16) {animation-delay: 4.5s;}
.circle span:nth-of-type(17) {animation-delay: 4.7s;}
.circle span:nth-of-type(18) {animation-delay: 5s;}
.circle span:nth-of-type(19) {animation-delay: 5.3s;}

@keyframes circleScale {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    1%{
        opacity: .8;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.52, 1.52);
    }
}
@keyframes jelly{
			0%,100%{ transform:scale(1,1) translateY(-50%); }
			5%     { transform:scale(1.25,.85) translateY(-50%); }
			10%    { transform:scale(.85,1.25) translateY(-50%); }
			15%    { transform:scale(1,1) translateY(-50%); }
			}
.banner_link:hover .circle{display: none;}


/* .index_logo{position: absolute;right: 136px;bottom: 105px;z-index: 10;width: 374px;z-index: 100;} */
.index_logo{position: absolute;right: 80px;bottom: 105px;z-index: 10;width: 350px;z-index: 100;display: flex;align-items: center;display:none;}
/* .index_logo .count{position: absolute;left: calc(100% + 2.3rem);top: 0;background: url(xqimg/countdown.png) no-repeat bottom center/100% auto;text-align: center;color: #ffc77a;padding: 0 1.5rem 2.4rem;white-space: nowrap;} */
.index_logo .logo111{flex: 1;overflow: hidden;margin-right: 10px;padding-bottom: 13px;}
.index_logo .logo111 img{width:100%;}
.index_logo .count{background: url(xqimg/countdown.png) no-repeat bottom center/100% auto;text-align: center;color: #ffc77a;padding: 0 2.2rem 3.4rem;white-space: nowrap;position: relative;}
.index_logo .count{background-image: url(xqimg/countdown12.png);color: #f5e62f;} 
.index_logo .count .text,.index_logo .count .day{text-shadow: 1px 0px 2px rgba(0,0,0,0.15);}
.index_logo .day span{font-weight: bold;}
.index_logo .gear{width: 4.9rem;height: 2.4rem;border-radius: 0%;overflow: hidden;background: rgb(255 255 255 / 0%);position: absolute;bottom: 13px;left: 50%;transform: translateX(-50%);clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 100%, 0 60%);}
.index_logo .gear::before{ content: '';display: block;width: 4.8rem;height: 4.8rem;background: url(xqimg/countdown2.png) no-repeat center/cover;position: absolute; top: 0;left: 0; animation: gear-rotate 6s linear infinite;}
@keyframes gear-rotate {
	0%{ transform: rotateZ(0deg);}
	100%{ transform: rotateZ(360deg);}
}
@-webkit-keyframes gear-rotate {
	0%{ transform: rotateZ(0deg);}
	100%{ transform: rotateZ(360deg);}
}
.index_logo .gear::before{background-image: url(xqimg/countdown22.png);}

@media screen and (max-width:1640px){ 
.index_logo{right: 60px;}
}
@media screen and (min-width:999px){

	.banner_link:hover{width: 200px;}
	.banner_link:hover .text2,.banner_link:hover::before{opacity:1}
	.banner_link:hover .text2{opacity:1;left: 22px;}
	.banner_link:hover .text1{opacity:0}
	.banner_link,.banner_link::before{transition:all ease-in-out .5s;-ms-transition:all ease-in-out .5s;-moz-transition:all ease-in-out .5s;-webkit-transition:all ease-in-out .5s;-o-transition:all ease-in-out .5s}
}

@media screen and (max-width:999px){	
.pagelist .header .head-left{    align-items: center;}
.pagelist .header .sitelogo a{        width: auto;}
}
@media screen and (max-width:768px){ 
	.index_logo{right: auto;left: 0;;width: 80%;}
.index_logo{display:none}
}