@charset "UTF-8";
[v-cloak] {
	display: none;
}
audio,canvas,video {
	display: inline;
	zoom: 1
}

command,datalist,keygen,mark,meter,progress,rp,rt,ruby,time,wbr {
	display: inline
}[hidden] {
	display: none
}

html {
	color: #333;
	    font-family: var(--moniz-font, 'Kumbh Sans', sans-serif);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,tr,th,td,hr,menu {
	margin: 0;
	padding: 0
}

ol,ul {
	list-style-type: none
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%
}

b,strong {
	font-weight: 700
}

blockquote,pre {
	white-space: pre-wrap;
	word-wrap: break-word
}

q {
	quotes: \201C \201D \2018 \2019
}

q:before,q:after {
	content: ''
}

small {
	font-size: 80%;
	font-weight: normal
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

ins,a {
	text-decoration: none
}

a:hover {
	color: #5ad9ac;
	text-decoration: underline
}

fieldset {
	border: 1px
solid silver;
	margin: 0
2px;
	padding: .35em .625em .75em
}

button,input,select,textarea {
	font-size: 100%;
	margin: 0
}

button,input {
	line-height: normal;
	overflow: visible
}

button,select {
	text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {
	cursor: default
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th {
	text-align: inherit
}

abbr,acronym {
	border: 0;
	font-variant: normal
}

del {
	text-decoration: line-through
}

address,caption,cite,dfn,em,i,var {
	font-style: normal;
	font-weight: 400
}

caption,th {
	text-align: left
}

.clearfix:after,.wrap:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}

.clearfix,.wrap {
	zoom: 1
}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden
}

.wrap,.bc {
	margin-left: auto;
	margin-right: auto
}

article,aside,details,embed,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,iframe {
	display: block
}

img,fieldset,img {
	border: 0
}

legend,button,input {
	border: 0;
	padding: 0
}

.hide-clip {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px)
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}

.clearfix,.wrap {
	*zoom: 1
}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden
}
.key-group-btn{
	display: inline-block;
	height: 20px;
	width: 20px;
	background: #409eff;
	line-height: 20px;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	font-size: 18px;
	margin-left: 5px;
}
.key-group-btn:hover{
	color: #fff;
	background: #f90;
}

.myScroll::-webkit-scrollbar {
	width: 3px;   */
	height: 3px;
}
.myScroll::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
.myScroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}