/* xf0704 调整悬浮处理 start */
.xqbj-component-adfloat {
	position: fixed;
	left: auto;
	right: 1.875rem;
	bottom: 3.9375rem;
	z-index: 9999;
	display: none;
}

.xqbj-component-adfloat img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xqbj-component-adfloat .banner-swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.xqbj-component-adfloat .banner-swiper .swiper-wrapper {
	width: 5.0rem;
	height: 5.0rem;
}

.xqbj-component-adfloat .banner-swiper a {
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}

.xqbj-component-adfloat .banner-swiper .swiper-pagination {
	position: initial;
	height: 0.8rem;
	display: flex;
	justify-content: center;
}

.xqbj-component-adfloat .banner-swiper .swiper-wrapper .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.xqbj-component-adfloat .swiper-pagination {
	position: absolute;
	text-align: center;
	transform: translate3d(0, 0, 0);
	z-index: 10;
	margin: 0.3rem 0 0 0;
}

.xqbj-component-adfloat .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
	opacity: 1;
}

.xqbj-component-adfloat .xqbj-icon-close {
	/*
		width: 1.25rem;
		height: 1.25rem;
		position: absolute;
		top: -0.75rem;
		right: -0.75rem;
		cursor: pointer;
		z-index: 2;
		display: block;
	*/
	width: 1.8rem;
	height: 1.8rem;
	position: absolute;
	top: -1.8rem;
	right: 1.5rem;
	cursor: pointer;
	z-index: 2;
	display: block;
}

.xqbj-component-adfloat .cus-pagination {
	position: absolute;
	bottom: -0.7rem !important;
	z-index: 9999 !important;
	white-space: nowrap;
}

.xqbj-component-adfloat .swiper-pagination-bullet {
	width: 0.3125rem !important;
	height: 0.3125rem !important;
}

.xqbj-component-adfloat .swiper-pagination-bullet-active {
	background: #ffffff !important;
}

@media (min-width: 960px) {
	.xqbj-component-adfloat {
		position: fixed;
		right: auto;
		left: 50%;
		bottom: 4.4375rem;
		z-index: 9999;
	}

	.xqbj-component-adfloat .xqbj-icon-close {
		width: 1.5625rem;
		height: 1.5625rem;
		position: absolute;
		top: -0.9375rem;
		right: -0.9375rem;
		cursor: pointer;
		z-index: 2;
	}

	.xqbj-component-adfloat .banner-swiper .swiper-wrapper {
		width: 6.25rem;
		height: 6.25rem;
	}


}

.xqbj-worldcup-float {
	position: fixed;
	left: 50%;
	bottom: 15rem;
	width: 6.5rem;
	height: 6.5rem;
	z-index: 9999;
	pointer-events: none
}

.xqbj-worldcup-float .xqbj-worldcup-link {
	position: absolute;
	left: 0;
	top: 0.5rem;
	width: 7rem;
	height: 7rem;
	display: block;
	border-radius: 0.5rem;
	overflow: hidden;
	pointer-events: auto;
	box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, .25)
}

.xqbj-worldcup-float .xqbj-worldcup-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}

.xqbj-worldcup-float .xqbj-worldcup-close {
	position: absolute;
	right: -1rem;
	top: 0;
	width: 1.5rem;
	height: 1.5rem;
	cursor: pointer;
	z-index: 2;
	pointer-events: auto
}

.xqbj-worldcup-float .xqbj-worldcup-close img {
	width: 100%;
	height: 100%;
	display: block
}

.xqbj-im-float-ad {
	position: fixed;
	right: 0.5625rem;
	bottom: 5.5rem;
	width: 11.75rem;
	height: 8.625rem;
	z-index: 9998;
}

.xqbj-im-float-ad .swiper-slide img {
	width: 11.75rem;
	height: 8.625rem;
    object-fit: cover;
}

.xqbj-im-float-ad .xqbj-im-float-ad__link {
	position: absolute;
	inset: 0;
	display: block;
	pointer-events: auto
}

.xqbj-im-float-ad .xqbj-im-float-ad__link img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain
}

.xqbj-im-float-ad .xqbj-im-float-ad__close {
	position: absolute;
	left: 0;
	top: 0rem;
	width: 1.5625rem;
	height: 1.5625rem;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	z-index: 2;
	pointer-events: auto
}

@media (max-width:768px) {
	.xqbj-worldcup-float {
		left: auto;
		right: 1.875rem;
		bottom: 13.5rem;
		width: 5rem;
		height: 5rem;
	}

	.xqbj-worldcup-float .xqbj-worldcup-link {
		top: 0.5rem;
		width: 5rem;
		height: 5rem;
	}

	.xqbj-worldcup-float .xqbj-worldcup-close {
		right: 1.6rem;
		top: -1.5rem;
		width: 1.75rem;
		height: 1.75rem;
	}
}

/* 51CG H5 Zeplin homepage restore */
@media screen and (max-width: 767.98px) {
	.xqbj-component-adfloat {
		right: 1.5rem;
		bottom: 3.25rem;
	}

	.xqbj-component-adfloat .banner-swiper .swiper-wrapper {
		width: 4.875rem;
		height: 4.875rem;
	}

	.xqbj-component-adfloat .xqbj-icon-close {
		width: 1.75rem;
		height: 1.75rem;
		top: -1.75rem;
		right: 1.5rem;
	}

	.xqbj-worldcup-float {
		right: 1.5rem;
		bottom: 10.25rem;
		width: 4.875rem;
		height: 4.875rem;
	}

	.xqbj-worldcup-float .xqbj-worldcup-link {
		top: 0.5rem;
		width: 4.875rem;
		height: 4.875rem;
	}

	.xqbj-worldcup-float .xqbj-worldcup-close {
		right: 1.5rem;
		top: -1.5rem;
		width: 1.75rem;
		height: 1.75rem;
	}

	.xqbj-im-float-ad {
		display: none;
	}
}

@media screen and (max-width: 390px) {
	.xqbj-worldcup-float {
		bottom: 12rem;
	}
}

/* 特殊处理 */
@media screen and (min-width: 768px) and (max-width: 1301px) {

	.xqbj-component-adfloat,
	.xqbj-worldcup-float {
		transform: translateX(-50%) translateX(1.875rem) translateX(24.25rem);
	}
}

@media screen and (min-width: 1302px) and (max-width: 1599px) {

	.xqbj-component-adfloat,
	.xqbj-worldcup-float {
		transform: translateX(-50%) translateX(1.875rem) translateX(30.0rem);
	}
}

@media screen and (min-width: 1600px) and (max-width: 1799px) {

	.xqbj-component-adfloat,
	.xqbj-worldcup-float {
		transform: translateX(-50%) translateX(1.875rem) translateX(32.0rem);
	}
}

@media screen and (min-width: 1800px) and (max-width: 1999px) {

	.xqbj-component-adfloat,
	.xqbj-worldcup-float {
		transform: translateX(-50%) translateX(1.875rem) translateX(32.0rem);
	}
}

@media screen and (min-width: 2000px) and (max-width: 2399px) {

	.xqbj-component-adfloat,
	.xqbj-worldcup-float {
		transform: translateX(-50%) translateX(1.875rem) translateX(32.5rem);
	}
}

@media screen and (min-width: 2400px) {

	.xqbj-component-adfloat,
	.xqbj-worldcup-float {
		transform: translateX(-50%) translateX(1.875rem) translateX(32.5rem);
	}
}

/* xf0704 调整悬浮处理 end */

/* 导航头像消息红点 start */
#ai-navigation-container .avatar_notice_item {
	position: relative;
	flex-shrink: 0;
}

#ai-navigation-container .avatar_notice_dot {
	position: absolute;
	top: 0.2rem;
	right: 0.3rem;
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 50%;
	background-color: #ff3b30;
	border: 0.09375rem solid #fff;
	box-sizing: border-box;
	z-index: 2;
	pointer-events: none;
	transform: translate(35%, -35%);
}

@media (min-width: 768px) {
	#ai-navigation-container .avatar_notice_dot {
		width: 0.625rem;
		height: 0.625rem;
		border-width: 0.125rem;
		transform: translate(40%, -40%);
	}
}

/* 导航头像消息红点 end */

/* xf0705 虚拟搜索引擎 start */
nav.xqbj-header .nav-bar-title.nav-gcse-search-container {
	width: 100%;
	max-width: 100%;
}

nav.xqbj-header .nav-bar-title.nav-gcse-search-container .gsc-control-cse {
	margin: 0;
	padding: 0;
	border-color: transparent;
	background-color: transparent;
}

nav.xqbj-header .nav-bar-title.nav-gcse-search-container .gsc-results-wrapper-overlay {
	position: fixed !important;
	width: 90%;
	height: 80%;
	top: 5%;
	left: 5%;
	padding: 0.6rem;
}

/* xf0705 虚拟搜索引擎 end */

/* xf0705 分页选择器(问题修复) start */
.page-jump form {
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-appearance: none;
	appearance: none;
}

/* xf0705 分页选择器 end */

/* else0714 uc浏览器上滚动问题 start */
html .display-nav,
body.display-nav {
	position: fixed;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

#nav-toolbar .side-toolbar {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* else0714 uc浏览器上滚动问题 end */

/* else0805 广告改为iframe加载 start */
.advertise-fixed {
	display: none;
}

.advertise-fixed.show {
	display: block;
}

.horizontal-block .ad-iframe-container {
	width: 100%;
	height: 0;
	padding-bottom: 11.5746%;
	position: relative;
	margin: 1.0rem 0 0 0;
}

.horizontal-block .ad-iframe-container .ad-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px;
	overflow: hidden;
	background-color: rgb(54 54 54);
	display: block;
}

.ad-card-iframe-container {
	width: 100%;
	height: 100%;
	padding-bottom: 40.5714%;
	position: relative;
}

.ad-card-iframe-container .ad-card-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px;
	overflow: hidden;
	background-color: rgb(54 54 54);
	display: block;
}

.recommend-layer .recommend-wrapper .media-box {
	width: 100.0%;
}

.recommend-layer .recommend-wrapper .media-box img {
	width: 100.0%;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
	.recommend-layer .recommend-wrapper .media-box {
		width: 60%;
	}
}

@media screen and (min-width: 960px) {
	.recommend-layer .recommend-wrapper .media-box {
		width: 40%;
	}
}

.ad-popup-iframe-container {
	width: 100%;
	padding-bottom: 111.4757%;
	position: relative;
}

.ad-popup-iframe-container .ad-popup-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px;
	overflow: hidden;
	background-color: transparent;
	display: block;
}

/* else0805 广告改为iframe加载 end */

/* xf1125 播放器优化 start */
.dplayer .dplayer-loading {
	background-color: #1d1d1d;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 2 / 1;
}

.dplayer .dplayer-loading .dplayer-loading-text {
	animation: dplayer-loading-text 1.2s infinite;
}

@keyframes dplayer-loading-text {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-5px);
	}
}

/* xf1125 播放器优化 end */

/* 全局弹窗 start */
#popup-window {
	margin: 0 auto;

	width: 100%;
	max-width: 100%;
	min-width: 100%;

	height: 100%;
	/* max-width: var(--default-screen-max-width); */
	/* min-width: var(--default-screen-min-width); */

	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: var(--van-tabbar-z-index);
	background: transparent;
	/* pointer-events: none; */
}

#popup-window .van-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--van-overlay-z-index);
	width: 100%;
	height: 100%;
	background: #0000008f;
	/* pointer-events: none; */
}

#van-popup-window {
	z-index: 2013;
	width: 100%;
	height: 100%;
	top: 50%;

	overflow: hidden;
	border: 0;
	background-color: transparent;
	background: transparent;

	max-width: 100vw;
	/* box-shadow: 0.6rem 0.6rem 0.6rem #000000; */
}

#van-popup-window .content {
	width: 100%;
	height: 100%;
	display: flex;
}

#van-popup-window .content>iframe {
	width: 100%;
	height: 100%;
	display: flex;
	border: 0;
}

/* 全局弹窗 end */


/* 全局vant弹窗 start */
.van-dialog {
	padding: 3.75rem 1.875rem;
	background-color: #222;
	width: 35vw;
	max-width: 420px;
}

.van-dialog__header {
	color: #fff;
	font-size: 1.625rem;
	margin-bottom: 1.25rem;
	padding: 0;
	line-height: normal;
	font-weight: 600;
}

.van-dialog__message--has-title {
	padding: 0;
	color: #959595;
	font-size: 1.25rem;
	margin-bottom: 2.5rem;
	overflow-y: hidden;
	line-height: 1.3;
}

.van-dialog__footer {
	column-gap: 1.25rem;
}

.van-dialog__cancel {
	background-color: transparent;
	color: #1abc9d;
	border: 2px solid;
}

.van-dialog__confirm {
	background-color: #1abc9d;
	color: #ffff;
}

.van-dialog__confirm,
.van-dialog__cancel {
	border-radius: 0.5rem;
	font-size: 1.125rem;
}

.van-popup__close-icon--top-right {
	width: 1.2rem;
	height: 1.2rem;
	color: #6a6a6a;
}

/* 全局vant弹窗 end */

/* 屏幕(1024px) */
@media (min-width: 960px) {

	/* 全局弹窗 start */
	#popup-window {}

	#popup-window .van-overlay {}

	#van-popup-window {
		top: 50%;
	}

	#van-popup-window .content {}

	#van-popup-window .content>iframe {}

	/* 全局弹窗 end */



}

@media (max-width: 767px) {

	/* 全局vant弹窗 start */
	.van-dialog {
		width: 90%;
		border-radius: 0.375rem;
	}

	.van-dialog__header {
		font-size: 1.5rem;
		margin-bottom: 0.625rem;
	}

	.van-dialog__message--has-title {
		font-size: 1rem;
	}

	.van-dialog__footer {
		column-gap: 0.625rem;
	}

	.van-dialog__cancel {
		border: 0.0625rem solid;
	}

	.van-dialog__confirm {
		background-color: #1abc9d;
		color: #ffff;
	}

	.van-dialog__confirm,
	.van-dialog__cancel {
		border-radius: 0.375rem;
		font-size: 1.125rem;
		line-height: 3.125rem;
	}

	.van-popup__close-icon--top-right {
		width: 1rem;
		height: 1rem;
	}

	/* 全局vant弹窗 end */
}