body {
	font:
		0.7rem / normal system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif,
		BlinkMacSystemFont,
		'PingFang HK',
		Arial,
		'Microsoft Yahei',
		Roboto,
		'Segoe UI',
		'Helvetica Neue',
		'Noto Sans TC',
		sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body {
	-ms-scroll-chaining: none;
	    overscroll-behavior: none;
}

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
pre,
form,
p,
blockquote,
input,
textarea,
abbr,
article,
aside,
figcaption,
figure,
footer,
header,
mark,
meter,
menu,
nav,
output,
progress,
section,
summary,
time {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

ol {
	padding-left: 0.8rem;
}

iframe,
a,
img,
button {
	border: 0;
}

em,
i {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
	display: block;
}

input,
textarea {
	width: 100%;
	background-color: rgba(255, 255, 255, 0)
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
		font-size: 0.7rem;
		color: #cccccc;
	}

textarea {
	font-size: 0.7rem;
	line-height: 1rem;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
}

* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-overflow-scrolling: touch;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* ant design 主题*/

:root:root {
	--adm-color-primary: #06605a;

	--adm-color-border: #ebebeb;

	--adm-button-border-radius: 0.4rem;
	--adm-button-border-color: #06605a;
	--adm-button-text-color: #06605a;

	--adm-font-size-main: 0.65rem;

	/* 自定义变量*/
	--otd-color-primary: #c0eb5e;

	--adm-font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, 'PingFang HK', Arial, 'Microsoft Yahei', Roboto,
		'Segoe UI', 'Helvetica Neue', 'Noto Sans TC', sans-serif;
}

body .adm-button {
			font-weight: 600;
		}

body .adm-button-disabled {
			opacity: 0.5;
		}

body .adm-switch {
			--checked-color: var(--otd-color-primary);
			--height: 1.55rem;
			--width: 2.55rem;
			--adm-color-background: #e9e9ea;
			--border-width: 0.1rem;
		}

body .adm-switch .adm-switch-handle {
				-webkit-box-shadow:
					0px 0.15rem 1px 0px rgba(0, 0, 0, 0.06),
					0px 0.15rem 0.4rem 0px rgba(0, 0, 0, 0.15),
					0px 0px 0px 1px rgba(0, 0, 0, 0.04);
				        box-shadow:
					0px 0.15rem 1px 0px rgba(0, 0, 0, 0.06),
					0px 0.15rem 0.4rem 0px rgba(0, 0, 0, 0.15),
					0px 0px 0px 1px rgba(0, 0, 0, 0.04);
			}

body .adm-popover {
			--arrow-size: 0.4rem;
		}

body .adm-toast-mask .adm-mask-content .adm-toast-main {
			max-width: 11.9rem;
			text-align: center;
			padding: 1rem 1.6rem;
			font-weight: 600;
			font-size: 0.8rem;
			line-height: 1.1rem;
			word-break: normal;
			border-radius: 0.6rem;
		}

.compatibility_OH01my {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	    -webkit-box-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    -webkit-box-pack: center;
	    justify-content: center;
	font-size: 0.6rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #ebebeb;
	color: #444;
	padding: 0.6rem;
}

	.compatibility_OH01my img {
		width: 1.2rem;
		height: 1.2rem;
		margin-right: 0.4rem;
	}

.placeholder_LrpcfL {
	width: 100%;
	height: 2.8rem;
}

.container_zzYC6j {
	text-align: center;
}

.img_jyTEiy {
	width: 80%;
}

