/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
// 测试缓存abc// 测试缓存abc// 测试缓存abc// 测试缓存abc
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}
input {
  appearance: none; /* Remove default styling */
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  margin: 0;
  font: inherit; /* Ensure font is inherited */
  width: 100%; /* Adjust width as needed */
}
body {
	line-height: 1;
	font-family: ProductSans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,open sans,helvetica neue,sans-serif,serif;
}
menu, ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: inherit;

}
img,a,i {
	cursor: pointer;
}

img {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	object-fit: cover;
}


.t_1l {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.t_12 {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.t_13 {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}

.positionFixed {
	bottom: 0px;
	left: 50%;
	position: fixed;
	transform: translate(-50%, 0%);
	z-index: 999;
	width: 100%;
	background-color: var(--card-bg);
	display: flex;
	justify-content: center;
}
.de_iv_adv {
  width: 100%;
  min-height: 8rem;
  background-color: var(--card-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0.5rem 0;
  border-bottom: 0.5rem solid var(--card-border);
}
.t_de {
	height: 0.2rem;
	width: 100%;
	line-height: 0.3rem !important;
	font-size: 0.6rem;
	padding: .5rem 0 1rem 0;
	box-sizing: border-box;
	color: var(--text-desc);
	text-align: center;
	margin-bottom: 0 !important;
	background-color: var(--card-bg);
	margin-top: 10px;
}
.gameMenu {
  position: fixed;
  left: 20px;
  top: 110px;
  z-index: 99999999;
  background: #fff;
  padding: 10px;
	border-radius: 10px;
}
.gameMenu img {
	width: 40px !important;
	height: 40px !important;
}
.gameButtons {
  position: fixed;
  left: 20px;
  top: 60px;
  z-index: 99999999;
}
.gameButtons img {
	width: 40px !important;
	height: 40px !important;
}


.cursor,
.cursor2,
.cursor3{
	position: fixed;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50%;
	mix-blend-mode: difference;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.cursor{
	background-color: #fff;
	height: 0;
	width: 0;
	z-index: 99999;
}
.cursor2,.cursor3{
	height: 36px;
	width: 36px;
	z-index:99998;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out
}
.cursor2.hover,
.cursor3.hover{
	-webkit-transform:scale(2) translateX(-25%) translateY(-25%);
	transform:scale(2) translateX(-25%) translateY(-25%);
	border:none
}
.cursor2{
	border: 2px solid #fff;
	box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}
.cursor2.hover{
	background: rgba(255,255,255,1);
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1200px){
	.cursor,.cursor2,.cursor3{
		display: none
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input {
      font-size: 12px;
    }
  }
html, body {
	scroll-behavior: smooth;
}
