:root {
	--bs-blue: #0d6efd;
	--bs-deep-blue: #00007f;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-deep-red: #b60315;
	--bs-theme: #6c757d;/*0EFCFF*/

	--bg-blue-sky: 57, 169, 234;
	--bg-green-grass: 63, 203, 169;
	--bs-red-rose: 243, 118, 115;
	--bs-purple-blue: 137, 121, 245;
	--bs-pink-iron: 208, 134, 193;
	--bs-orange-yellow: 255, 178, 71;

	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff
}

@font-face {
	font-family: 'FangzhengXBS';
	src: url('../fonts/fzxbs_gbk.TTF');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FangZhengHeiTi';
	src: url('../fonts/fzht_gbk.TTF');
	font-weight: normal;
	font-style: normal;
}


.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.justify-content-evenly {
	justify-content: space-evenly !important
}

.align-items-start {
	align-items: flex-start !important
}

.align-items-end {
	align-items: flex-end !important
}

.align-items-center {
	align-items: center !important
}

.align-items-baseline {
	align-items: baseline !important
}

.align-items-stretch {
	align-items: stretch !important
}

.align-content-start {
	align-content: flex-start !important
}

.align-content-end {
	align-content: flex-end !important
}

.align-content-center {
	align-content: center !important
}

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	align-self: auto !important
}

.align-self-start {
	align-self: flex-start !important
}

.align-self-end {
	align-self: flex-end !important
}

.align-self-center {
	align-self: center !important
}

.align-self-baseline {
	align-self: baseline !important
}

.align-self-stretch {
	align-self: stretch !important
}

.order-first {
	order: -1 !important
}

.order-0 {
	order: 0 !important
}

.order-1 {
	order: 1 !important
}

.order-2 {
	order: 2 !important
}

.order-3 {
	order: 3 !important
}

.order-4 {
	order: 4 !important
}

.order-5 {
	order: 5 !important
}

.order-last {
	order: 6 !important
}

.m-0 {
	margin: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.mx-1 {
	margin-right: .25rem !important;
	margin-left: .25rem !important
}

.mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important
}

.mt-0 {
	margin-top: 0 !important
}

.mt-1 {
	margin-top: .25rem !important
}

.mt-2 {
	margin-top: .5rem !important
}

.mt-3 {
	margin-top: 1rem !important
}

.mt-4 {
	margin-top: 1.5rem !important
}

.mt-5 {
	margin-top: 3rem !important
}

.mt-auto {
	margin-top: auto !important
}

.me-0 {
	margin-right: 0 !important
}

.me-1 {
	margin-right: .25rem !important
}

.me-2 {
	margin-right: .5rem !important
}

.me-3 {
	margin-right: 1rem !important
}

.me-4 {
	margin-right: 1.5rem !important
}

.me-5 {
	margin-right: 3rem !important
}

.me-auto {
	margin-right: auto !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mb-1 {
	margin-bottom: .25rem !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.mb-4 {
	margin-bottom: 1.5rem !important
}

.mb-5 {
	margin-bottom: 3rem !important
}

.mb-auto {
	margin-bottom: auto !important
}

.ms-0 {
	margin-left: 0 !important
}

.ms-1 {
	margin-left: .25rem !important
}

.ms-2 {
	margin-left: .5rem !important
}

.ms-3 {
	margin-left: 1rem !important
}

.ms-4 {
	margin-left: 1.5rem !important
}

.ms-5 {
	margin-left: 3rem !important
}

.ms-auto {
	margin-left: auto !important
}

.p-0 {
	padding: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.px-1 {
	padding-right: .25rem !important;
	padding-left: .25rem !important
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.pt-0 {
	padding-top: 0 !important
}

.pt-1 {
	padding-top: .25rem !important
}

.pt-2 {
	padding-top: .5rem !important
}

.pt-3 {
	padding-top: 1rem !important
}

.pt-4 {
	padding-top: 1.5rem !important
}

.pt-5 {
	padding-top: 3rem !important
}

.pe-0 {
	padding-right: 0 !important
}

.pe-1 {
	padding-right: .25rem !important
}

.pe-2 {
	padding-right: .5rem !important
}

.pe-3 {
	padding-right: 1rem !important
}

.pe-4 {
	padding-right: 1.5rem !important
}

.pe-5 {
	padding-right: 3rem !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pb-1 {
	padding-bottom: .25rem !important
}

.pb-2 {
	padding-bottom: .5rem !important
}

.pb-3 {
	padding-bottom: 1rem !important
}

.pb-4 {
	padding-bottom: 1.5rem !important
}

.pb-5 {
	padding-bottom: 3rem !important
}

.ps-0 {
	padding-left: 0 !important
}

.ps-1 {
	padding-left: .25rem !important
}

.ps-2 {
	padding-left: .5rem !important
}

.ps-3 {
	padding-left: 1rem !important
}

.ps-4 {
	padding-left: 1.5rem !important
}

.ps-5 {
	padding-left: 3rem !important
}

.font-monospace {
	font-family: var(--bs-font-monospace) !important
}

.fs-0 {
	/*font-size: calc(1.5rem + 2.0vw) !important;*/
	font-size: 6.00rem !important;
}
.fs-0-1 {
	font-size: calc(2.375rem + 0.5vw) !important
}
.fs-0-2 {
	font-size: calc(3.375rem + 0.5vw) !important
}
.fs-0-3 {
	font-size: calc(2.75rem + 0.5vw) !important
}

.fs-1 {
	font-size: calc(1.375rem + 0.5vw) !important
}

.fs-2 {
	/*font-size: calc(1.325rem + .9vw) !important;*/
	font-size: 1.9rem !important
}

/* .fs-3 {
	font-size: calc(1.3rem + .6vw) !important
} */

.fs-3 {
	/*font-size: calc(1.325rem + .9vw) !important;*/
	font-size: 1.6rem !important
}

.fs-4 {
	/*font-size: calc(1.275rem + .3vw) !important;*/
	font-size: 1.4rem !important;
}

.fs-5 {
	font-size: 1.15rem !important
}


.fs-6 {
	font-size: 1rem !important
}

.fs-7 {
	font-size: 0.8rem !important
}

.fs-8 {
	font-size: 0.6rem !important
}

.fs-9 {
	font-size: 0.4rem !important
}


.fst-italic {
	font-style: italic !important
}

.fst-normal {
	font-style: normal !important
}

.fw-light {
	font-weight: 300 !important
}

.fw-lighter {
	font-weight: lighter !important
}

.fw-normal {
	font-weight: 400 !important
}

.fw-bold {
	font-weight: 700 !important
}

.fw-bolder {
	font-weight: bolder !important
}
.fc-warning{	color: var(--bs-warning) !important;}
.fc-danger {	color: var(--bs-red) !important;}
.fc-red {	color: var(--bs-red) !important;}

.fc-gray {	color: var(--bs-gray) !important;}

.fc-lightgray {	color: var(--bs-gray-500) !important;}

.fc-deep-red {	color: var(--bs-deep-red) !important;}

.fc-yellow {	color: var(--bs-yellow) !important;}

.fc-orange {	color: var(--bs-orange) !important;}

.fc-blue {	color: var(--bs-blue) !important;}

.fc-default {	color: var(--bs-dark) !important;}
.fc-primary {	color: var(--bs-primary) !important;}

.fc-white {	--bs-bg-opacity: 1;	color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;}

.fc-theme {	color: var(--bs-theme) !important;}

.lh-1 {
	line-height: 1 !important
}

.lh-100 {
	line-height: 100% !important
}

.lh-sm {
	line-height: 1.25 !important
}

.lh-base {
	line-height: 1.5 !important
}

.lh-lg {
	line-height: 2 !important
}


.lh-1{
	line-height:1rem !important
}

.lh-2{
	line-height:1.25rem !important
}


.lh-3{
	line-height:1.5rem !important
}


.lh-4{
	line-height:2rem !important
}


.lh-5{
	line-height:2.5rem !important
}

.ls-1{
	letter-spacing:1rem !important
}

.ls-2{
	letter-spacing:1.25rem !important
}


.ls-3{
	letter-spacing:1.5rem !important
}


.ls-4{
	letter-spacing:2rem !important
}


.ls-5{
	letter-spacing:2.5rem !important
}


.text-start {
	text-align: left !important
}

.text-end {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

.text-decoration-none {
	text-decoration: none !important
}

.text-decoration-underline {
	text-decoration: underline !important
}

.text-decoration-line-through {
	text-decoration: line-through !important
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.text-wrap {
	white-space: normal !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important
}


.border {
	border: 1px solid #dee2e6 !important
}

.border-0 {
	border: 0 !important
}

.border-top {
	border-top: 1px solid #dee2e6 !important
}

.border-top-1 {
	border-top: 1px solid #dee2e6 !important
}


.border-top-2 {
	border-top: 2px solid #dee2e6 !important
}

.border-top-3 {
	border-top: 3px solid #dee2e6 !important
}

.border-top-0 {
	border-top: 0 !important
}

.border-end {
	border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
	border-right: 0 !important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
	border-bottom: 0 !important
}

.border-start {
	border-left: 1px solid #dee2e6 !important
}
.border-start-1 {
	border-left: 1px solid !important
}

.border-start-2 {
	border-left: 2px solid !important
}

.border-start-3 {
	border-left: 3px solid !important
}


.border-start-4 {
	border-left: 4px solid !important
}

.border-start-0 {
	border-left: 0 !important
}

.border-primary {
	border-color: #0d6efd !important
}

.border-secondary {
	border-color: #6c757d !important
}

.border-success {
	border-color: #198754 !important
}

.border-info {
	border-color: #0dcaf0 !important
}

.border-warning {
	border-color: #ffc107 !important
}

.border-danger {
	border-color: #dc3545 !important
}

.border-light {
	border-color: #f8f9fa !important
}

.border-dark {
	border-color: #212529 !important
}

.border-white {
	border-color: #fff !important
}

.border-1 {
	border-width: 1px !important
}

.border-2 {
	border-width: 2px !important
}

.border-3 {
	border-width: 3px !important
}

.border-4 {
	border-width: 4px !important
}

.border-5 {
	border-width: 5px !important
}

.br-1 {
	border-radius: 5px !important
}

.br-2 {
	border-radius: 10px !important
}
.br-3 {
	border-radius: 15px !important
}
.br-4 {
	border-radius: 20px !important
}
.br-5 {
	border-radius: 25px !important
}

.outline-0{outline:none!important;}

.shadow-inset-1{	box-shadow: 1rem 1rem 0.5rem   var(--bs-theme)  inset;}
.shadow-inset-2{	box-shadow:   0.5rem 0   1rem   var(--bs-theme)  inset ,	-0.5rem 0 1rem   var(--bs-theme)  inset;}
.shadow-inset-3{	box-shadow: 1.5rem 1.5rem 0.5rem   var(--bs-theme)  inset;}
.shadow-inset-4{box-shadow: 2rem 2rem 0.5rem   var(--bs-theme)  inset;}
.shadow-inset-5{	box-shadow: 3rem 3rem 0.5rem   var(--bs-theme)  inset;}

.shadow-0{box-shadow:none !important;}

.shadow-1{	box-shadow: 0rem 0.2rem 1rem   var(--bs-theme) ,
			-0.2rem 0rem  1rem   var(--bs-theme) ,
			0rem -0.2rem  1rem   var(--bs-theme),
			0.2rem 0rem  1rem   var(--bs-theme)  ;}
.shadow-2{	box-shadow:   0.5rem 0   1rem   var(--bs-theme)   ,	-0.5rem 0 1rem   var(--bs-theme)  ;}
.shadow-3{	box-shadow: 1.5rem 1.5rem 0.5rem   var(--bs-theme),	-1.5rem -1.5rem 0.5rem   var(--bs-theme)    ;}
.shadow-4{box-shadow: 2rem 2rem 0.5rem   var(--bs-theme) ,	-2rem -2rem 0.5rem   var(--bs-theme)   ;}
.shadow-5{	box-shadow: 3rem 3rem 0.5rem   var(--bs-theme) ,	-3rem -3rem 0.5rem   var(--bs-theme)   ;}

.w-5 {width: 5% !important}

.w-10 {width: 10% !important}
.w-15 {width: 15% !important}
.w-20 {width: 25% !important}
.w-25 {width: 25% !important}
.w-25 {width: 25% !important}
.w-50 {	width: 50% !important}
.w-65 {width: 65% !important}
.w-30 {width: 30% !important}
.w-40 {width: 40% !important}
.w-70 {width: 70% !important}
.w-75 {	width: 75% !important;}
.w-80 {width: 80% !important}
.w-85 {width: 85% !important}
.w-90 {width: 90% !important}
.w-100 {	width: 100% !important;}
.w-auto {	width: auto !important;}
.mw-100 {	max-width: 100% !important}
.vw-100 {	width: 100vw !important}
.min-vw-100 {	min-width: 100vw !important;}

.fw-10 {width: 10px !important}
.fw-20 {width: 20px !important}
.fw-30 {width: 30px !important}
.fw-40 {width: 40px !important}
.fw-50 {width: 50px !important}
.fw-100 {width: 100px !important}


.h-5 {	height: 5% !important;}
.h-10 {	height: 10% !important;}
.h-15 {	height: 15% !important;}
.h-20 {	height: 20% !important;}
.h-25 {	height: 25% !important;}
.h-30 {	height: 30% !important;}
.h-33 {	height: 33.3333333333333333% !important;}
.h-35 {	height: 35% !important;}
.h-40 {	height: 40% !important;}
.h-45 {	height: 45% !important;}
.h-60 {	height: 60% !important;}
.h-70 {	height: 70% !important;}
.h-50 {	height: 50% !important;}
.h-75 {	height: 75% !important;}
.h-80 {	height: 80% !important;}
.h-85 {	height: 85% !important;}
.h-90 {	height: 90% !important;}
.h-95 {	height: 95% !important;}
.h-100 {height: 100% !important;}


.fh-10{height: 10px !important;}
.fh-20{height: 20px !important;}
.fh-30{height: 30px !important;}
.fh-40{height: 40px !important;}
.fh-44{height: 44px !important;}
.fh-50{height: 50px !important;}
.fh-60{height: 60px !important;}
.fh-70{height: 70px !important;}
.fh-80{height: 80px !important;}
.fh-90{height: 90px !important;}
.fh-100{height: 100px !important;}
.fh-120{height: 120px !important;}
.fh-140{height: 140px !important;}
.fh-160{height: 160px !important;}
.fh-180{height: 180px !important;}
.fh-200{height: 200px !important;}
.fh-220{height: 220px !important;}
.fh-240{height: 240px !important;}
.fh-260{height: 260px !important;}
.fh-280{height: 280px !important;}
.fh-300{height: 300px !important;}



.fh-360{height: 360px !important;}
.fh-400{height: 400px !important;}
.fh-470{height: 470px !important;}
.fh-500{height: 500px !important;}
.fh-600{height: 600px !important;}
.fh-630{height: 630px !important;}
.fh-768{height: 768px !important;}
.fh-800{height: 800px !important;}
.fh-1000{height: 1000px !important;}
.fh-1200{height: 1000px !important;}
.fh-1600{height: 1000px !important;}


.h-auto {	height: auto !important}
.mh-100 {	max-height: 100% !important}

.vh-100 {	height: 100vh !important}

.min-vh-100 {	min-height: 100vh !important}

.mih-10{min-height: 10px !important;}
.mih-20{min-height: 20px !important;}
.mih-30{min-height: 30px !important;}
.mih-40{min-height: 40px !important;}
.mih-50{min-height: 50px !important;}
.mih-70{min-height: 70px !important;}
.mih-60{min-height: 60px !important;}
.mih-80{min-height: 80px !important;}
.mih-100{min-height: 100px !important;}
.mih-120{min-height: 120px !important;}
.mih-200{min-height: 200px !important;}
.mih-300{min-height: 300px !important;}
.mih-400{min-height: 400px !important;}
.mih-500{min-height: 500px !important;}
.mih-600{min-height: 600px !important;}
.mxh-300{min-height: 300px !important;}

.bg-gradient {
	background: var(--bs-gradient) !important
}

.bg-primary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-blue-sky {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bg-blue-sky), var(--bs-bg-opacity)) !important
}

.bg-green-grass {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bg-green-grass), var(--bs-bg-opacity)) !important
}

.bg-green {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-red-rose {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-red-rose), var(--bs-bg-opacity)) !important
}

.bg-purple-blue {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-purple-blue), var(--bs-bg-opacity)) !important
}

.bg-pink-iron {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-pink-iron), var(--bs-bg-opacity)) !important
}

.bg-orange-yellow {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-orange-yellow), var(--bs-bg-opacity)) !important
}

.bg-gray {
	--bs-bg-opacity: 1;
	background-color: var(--bs-gray) !important
}

.bg-theme {
	--bs-bg-opacity: 1;
	background-color: var(--bs-theme) !important
}

.bg-gray-900 {
	--bs-bg-opacity: 1;
	background-color: var(--bs-gray-900) !important
}

.bg-gray-800 {
	--bs-bg-opacity: 1;
	background-color: var(--bs-gray-800) !important
}

.bg-gray-700 {
	--bs-bg-opacity: 1;
	background-color: var(--bs-gray-700) !important
}

.bg-gray-600 {
	--bs-bg-opacity: 1;
	background-color: var(--bs-gray-600) !important
}

.bg-gray-500 {
	--bs-bg-opacity: 1;
	background-color: var(--bs-gray-500) !important
}

.bg-gray-400 {
	--bs-bg-opacity: 1;
	background-color: var(--bs-gray-400) !important
}

.bg-gray-300 {
	--bs-bg-opacity: 1;
	background-color: var(--bs-gray-300) !important
}

.bg-gray-200 {
	--bs-bg-opacity: 1;
	background-color: var(--bs-gray-200) !important
}

.bg-gray-100 {
	--bs-bg-opacity: 1;
	background-color: var(--bs-gray-100) !important
}


.bg-light_gray {
	--bs-bg-opacity: 1;
	background-color: var(--bs-gray-100) !important
}

.bg-blue {
	--bs-bg-opacity: 1;
	background-color: var(--bs-blue) !important
}

.bg-deep_blue {
	--bs-bg-opacity: 1;
	background-color: var(--bs-deep-blue) !important
}

.bg-deep_blue_box {
	--bs-bg-opacity: 0.75;
	background-color: var(--bs-deep-blue) !important
}

.bg-pink {
	--bs-bg-opacity: 1;
	background-color: var(--bs-pink) !important
}

.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
	--bs-bg-opacity: 1;
	background-color: transparent !important
}

.bg-opacity-10 {
	--bs-bg-opacity: 0.1
}

.bg-opacity-25 {
	--bs-bg-opacity: 0.25
}

.bg-opacity-50 {
	--bs-bg-opacity: 0.5
}

.bg-opacity-75 {
	--bs-bg-opacity: 0.75
}

.bg-opacity-85 {
	--bs-bg-opacity: 0.85
}

.bg-opacity-95 {
	--bs-bg-opacity: 0.95
}

.bg-opacity-100 {
	--bs-bg-opacity: 1
}

.relative {
	position: relative;
}

.box {
	width: auto;
	height: 100%;
	display: inline-block;
	list-style: none;
}

.text-white {
	color: #fff !important;
}

form.color-form label {
	color: #fff;
}

/*Cards URL: http://www.bootstrapmb.com */
.card {
	margin-bottom: 30px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	border: none;
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgb(255, 255, 255);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	font-weight: 600;
	font-size: 14px;
	color: #1a262b;
}

.card-title {
	margin-bottom: .75rem;
	font-weight: 600;
	font-size: 16px;
	color: #1a262b;
}

.card-action {
	float: right
}

.card-action a i {
	color: #1a262b;
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.card-deck {
	margin-bottom: 30px;
}

.card-group {
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	margin-bottom: 30px;
}

.card-group .card {
	box-shadow: none;
}

.card.card-primary {
	border-bottom: 3px solid #008cff !important;
}

.card.card-success {
	border-bottom: 3px solid #15ca20 !important;
}

.card.card-danger {
	border-bottom: 3px solid #fd3550 !important;
}

.card.card-warning {
	border-bottom: 3px solid #ff9700 !important;
}

.card.card-info {
	border-bottom: 3px solid #0dceec !important;
}

.card.card-light {
	border-bottom: 3px solid #e9eaea !important;
}

.card.card-secondary {
	border-bottom: 3px solid #75808a !important;
}

.card.card-dark {
	border-bottom: 3px solid #223035 !important;
}

.gradient-bloody {
	background: #f54ea2;
	background: -webkit-linear-gradient(45deg, #f54ea2, #ff7676) !important;
	background: linear-gradient(45deg, #f54ea2, #ff7676) !important;
}

.gradient-scooter {
	background: #17ead9;
	background: -webkit-linear-gradient(45deg, #17ead9, #6078ea) !important;
	background: linear-gradient(45deg, #17ead9, #6078ea) !important;
}

.gradient-blooker {
	background: #ffdf40;
	background: -webkit-linear-gradient(45deg, #ffdf40, #ff8359) !important;
	background: linear-gradient(45deg, #ffdf40, #ff8359) !important;
}

.gradient-quepal {
	background: #42e695;
	background: -webkit-linear-gradient(45deg, #42e695, #3bb2b8) !important;
	background: linear-gradient(45deg, #42e695, #3bb2b8) !important;
}

.gradient-purpink {
	background: #7f00ff;
	background: -webkit-linear-gradient(45deg, #7f00ff, #e100ff) !important;
	background: linear-gradient(45deg, #7f00ff, #e100ff) !important;
}

.gradient-ibiza {
	background: #ee0979;
	background: -webkit-linear-gradient(45deg, #ee0979, #ff6a00) !important;
	background: linear-gradient(45deg, #ee0979, #ff6a00) !important;
}

.gradient-dusk {
	background: #2c3e50;
	background: -webkit-linear-gradient(45deg, #2c3e50, #fd746c) !important;
	background: linear-gradient(45deg, #2c3e50, #fd746c) !important;
}

.gradient-meridian {
	background: #283c86;
	background: -webkit-linear-gradient(45deg, #283c86, #45a247) !important;
	background: linear-gradient(45deg, #283c86, #45a247) !important;
}

.gradient-ohhappiness {
	background: #00b09b;
	background: -webkit-linear-gradient(45deg, #00b09b, #96c93d) !important;
	background: linear-gradient(to right, #00b09b, #96c93d) !important;
}

.gradient-violet {
	background: #4776e6;
	background: -webkit-linear-gradient(45deg, #4776e6, #8e54e9) !important;
	background: linear-gradient(45deg, #4776e6, #8e54e9) !important;
}

.gradient-titanium {
	background: #283048;
	background: -webkit-linear-gradient(45deg, #283048, #859398) !important;
	background: linear-gradient(45deg, #283048, #859398) !important;
}

.gradient-shifter {
	background: #bc4e9c;
	background: -webkit-linear-gradient(45deg, #bc4e9c, #f80759) !important;
	background: linear-gradient(45deg, #bc4e9c, #f80759) !important;
}

.gradient-army {
	background: #414d0b;
	background: -webkit-linear-gradient(45deg, #414d0b, #727a17) !important;
	background: linear-gradient(45deg, #414d0b, #727a17) !important;
}

.gradient-orange {
	background: #fc4a1a;
	background: -webkit-linear-gradient(45deg, #fc4a1a, #f7b733) !important;
	background: linear-gradient(45deg, #fc4a1a, #f7b733) !important;
}

.gradient-yoda {
	background: #ff0099;
	background: -webkit-linear-gradient(45deg, #ff0099, #493240) !important;
	background: linear-gradient(45deg, #ff0099, #493240) !important;
}

.gradient-royal {
	background: #141e30;
	background: -webkit-linear-gradient(45deg, #141e30, #2c527d) !important;
	background: linear-gradient(45deg, #141e30, #2c527d) !important;
}


.gradient-theme {
	background: #011533;
	background: -webkit-linear-gradient(45deg, #2c527dff, #011533) !important;
	background: linear-gradient(45deg, #2c527dff, #011533) !important;
}




.gradient-knight {
	background: #ba8b02;
	background: -webkit-linear-gradient(45deg, #ba8b02, #181818) !important;
	background: linear-gradient(45deg, #ba8b02, #181818) !important;
}

.gradient-forest {
	background: #000428;
	background: -webkit-linear-gradient(45deg, #000428, #004e92) !important;
	background: linear-gradient(45deg, #000428, #004e92) !important;
}

.gradient-redmist {
	background: #000000;
	background: -webkit-linear-gradient(45deg, #000000, #e74c3c) !important;
	background: linear-gradient(45deg, #000000, #e74c3c) !important;
}

.gradient-steelgray {
	background: #1f1c2c;
	background: -webkit-linear-gradient(45deg, #1f1c2c, #928dab) !important;
	background: linear-gradient(45deg, #1f1c2c, #928dab) !important;
}

.gradient-influenza {
	background: #c04848;
	background: -webkit-linear-gradient(45deg, #c04848, #480048) !important;
	background: linear-gradient(45deg, #c04848, #480048) !important;
}

.gradient-flame {
	background: #ff9a9e;
	background: -webkit-linear-gradient(45deg, #ff9a9e, #fad0c4) !important;
	background: linear-gradient(45deg, #ff9a9e, #fad0c4) !important;
}

.gradient-cherry {
	background: #fbd3e9;
	background: -webkit-linear-gradient(45deg, #fbd3e9, #bb377d) !important;
	background: linear-gradient(45deg, #fbd3e9, #bb377d) !important;
}

.gradient-winter {
	background: #a1c4fd;
	background: -webkit-linear-gradient(45deg, #a1c4fd, #c2e9fb) !important;
	background: linear-gradient(45deg, #a1c4fd, #c2e9fb) !important;
}

.gradient-rain {
	background: #cfd9df;
	background: -webkit-linear-gradient(45deg, #cfd9df, #e2ebf0) !important;
	background: linear-gradient(45deg, #cfd9df, #e2ebf0) !important;
}

.gradient-telegram {
	background: #1c92d2;
	background: -webkit-linear-gradient(45deg, #1c92d2, #f2fcfe) !important;
	background: linear-gradient(45deg, #1c92d2, #f2fcfe) !important;
}

.gradient-horizon {
	background: #fceabb;
	background: -webkit-linear-gradient(45deg, #fceabb, #f8b500) !important;
	background: linear-gradient(45deg, #fceabb, #f8b500) !important;
}

.gradient-peach {
	background: #ffecd2;
	background: -webkit-linear-gradient(45deg, #ffecd2, #fcb69f) !important;
	background: linear-gradient(45deg, #ffecd2, #fcb69f) !important;
}

.gradient-meadow {
	background: #215f00;
	background: -webkit-linear-gradient(45deg, #215f00, #e4e4d9) !important;
	background: linear-gradient(45deg, #215f00, #e4e4d9) !important;
}


.center_data_box {
	-webkit-animation: 1s ease-in forwards;
	-moz-animation: 1s ease-in forwards;
	-ms-animation: 1s ease-in forwards;
	animation: 1s ease-in forwards;
	animation-name: center_data_box;
}

@keyframes center_data_box {
	0% {
		transform: perspective(400px) opacity:0;
	}

	/* 40%{transform:perspective(400px) rotateY(0deg);} */
	/*70%{transform:perspective(400px) rotateY(10deg);}*/
	100% {
		transform: perspective(400px) translateZ(-60px) scale(2.0, 1);
		opacity: 1;
	}
}



.flipY3L {
	-webkit-animation: 1s ease-in forwards;
	-moz-animation: 1s ease-in forwards;
	-ms-animation: 1s ease-in forwards;
	animation: 1s ease-in forwards;
	-webkit-animation-name: flipY3L;
	-moz-animation-name: flipY3L;
	-ms-animation-name: flipY3L;
	animation-name: flipY3L;
}

.flipY2L {
	-webkit-animation: 1s ease-in forwards;
	-moz-animation: 1s ease-in forwards;
	-ms-animation: 1s ease-in forwards;
	animation: 1s ease-in forwards;
	-webkit-animation-name: flipY2L;
	-moz-animation-name: flipY2L;
	-ms-animation-name: flipY2L;
	animation-name: flipY2L;
}


.flipY1L {
	-webkit-animation: 1s ease-in forwards;
	-moz-animation: 1s ease-in forwards;
	-ms-animation: 1s ease-in forwards;
	animation: 1s ease-in forwards;
	-webkit-animation-name: flipY1L;
	-moz-animation-name: flipY1L;
	-ms-animation-name: flipY1L;
	animation-name: flipY1L;
}


.flipY3R {
	-webkit-animation: 1s ease-in forwards;
	-moz-animation: 1s ease-in forwards;
	-ms-animation: 1s ease-in forwards;
	animation: 1s ease-in forwards;
	-webkit-animation-name: flipY3R;
	-moz-animation-name: flipY3R;
	-ms-animation-name: flipY3R;
	animation-name: flipY3R;
}

.flipY2R {
	-webkit-animation: 1s ease-in forwards;
	-moz-animation: 1s ease-in forwards;
	-ms-animation: 1s ease-in forwards;
	animation: 1s ease-in forwards;
	-webkit-animation-name: flipY2R;
	-moz-animation-name: flipY2R;
	-ms-animation-name: flipY2R;
	animation-name: flipY2R;
}

.flipY1R {
	-webkit-animation: 1s ease-in forwards;
	-moz-animation: 1s ease-in forwards;
	-ms-animation: 1s ease-in forwards;
	animation: 1s ease-in forwards;
	-webkit-animation-name: flipY1R;
	-moz-animation-name: flipY1R;
	-ms-animation-name: flipY1R;
	animation-name: flipY1R;
}


/* 翻入-Y轴 左边右向 */
@-webkit-keyframes flipY3L {
	0% {
		-webkit-transform: perspective(400px) rotateY(20deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
	}

	/*70%{-webkit-transform:perspective(400px) rotateY(10deg);}*/
	100% {
		-webkit-transform: perspective(400px) rotateY(1.5deg) translateZ(-20px) scale(1);
		opacity: 1;
	}
}

@-moz-keyframes flipY3L {
	0% {
		-moz-transform: perspective(400px) rotateY(20deg);
		opacity: 0;
	}

	40% {
		-moz-transform: perspective(400px) rotateY(-10deg);
	}

	/* 70%{-moz-transform:perspective(400px) rotateY(10deg);}*/
	100% {
		-moz-transform: perspective(400px) rotateY(1.5deg) translateZ(-20px) scale(1);
		opacity: 1;
	}
}

@-ms-keyframes flipY3L {
	0% {
		-ms-transform: perspective(400px) rotateY(20deg);
		opacity: 0;
	}

	40% {
		-ms-transform: perspective(400px) rotateY(-10deg);
	}

	/*70%{-ms-transform:perspective(400px) rotateY(10deg);}*/
	100% {
		-ms-transform: perspective(400px) rotateY(1.5deg) translateZ(-20px) scale(1);
		opacity: 1;
	}
}

@keyframes flipY3L {
	0% {
		transform: perspective(400px) rotateY(20deg);
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotateY(-10deg);
	}

	/*70%{transform:perspective(400px) rotateY(10deg);}*/
	100% {
		transform: perspective(400px) rotateY(1.5deg) translateZ(-20px) scale(1);
		opacity: 1;
	}
}



/* 翻入-Y轴 右边左向 */
@-webkit-keyframes flipY3R {
	0% {
		-webkit-transform: perspective(400px) rotateY(20deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(10deg);
	}

	/*70%{-webkit-transform:perspective(400px) rotateY(10deg);}*/
	100% {
		-webkit-transform: perspective(400px) rotateY(-3deg) scale(1);
		opacity: 1;
	}
}

@-moz-keyframes flipY3R {
	0% {
		-moz-transform: perspective(400px) rotateY(20deg);
		opacity: 0;
	}

	40% {
		-moz-transform: perspective(400px) rotateY(10deg);
	}

	/* 70%{-moz-transform:perspective(400px) rotateY(10deg);}*/
	100% {
		-moz-transform: perspective(400px) rotateY(-3deg) scale(1);
		opacity: 1;
	}
}

@-ms-keyframes flipY3R {
	0% {
		-ms-transform: perspective(400px) rotateY(20deg);
		opacity: 0;
	}

	40% {
		-ms-transform: perspective(400px) rotateY(10deg);
	}

	/*70%{-ms-transform:perspective(400px) rotateY(10deg);}*/
	100% {
		-ms-transform: perspective(400px) rotateY(-3deg) scale(1);
		opacity: 1;
	}
}

@keyframes flipY3R {
	0% {
		transform: perspective(400px) rotateY(20deg);
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotateY(10deg);
	}

	/*70%{transform:perspective(400px) rotateY(10deg);}*/
	100% {
		transform: perspective(400px) rotateY(-3deg) scale(1);
		opacity: 1;
	}
}




/* 翻入-Y轴 左边右向 */
@-webkit-keyframes flipY2L {
	0% {
		-webkit-transform: perspective(400px) rotateY(20deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
	}

	/*70%{-webkit-transform:perspective(400px) rotateY(10deg);}*/
	100% {
		-webkit-transform: perspective(400px) rotateY(1deg) translateX(-50px) translateZ(-60px) scale(1);
		opacity: 1;
	}
}

@-moz-keyframes flipY2L {
	0% {
		-moz-transform: perspective(400px) rotateY(20deg);
		opacity: 0;
	}

	40% {
		-moz-transform: perspective(400px) rotateY(-10deg);
	}

	/* 70%{-moz-transform:perspective(400px) rotateY(10deg);}*/
	100% {
		-moz-transform: perspective(400px) rotateY(1deg) translateX(-50px) translateZ(-60px) scale(1);
		opacity: 1;
	}
}

@-ms-keyframes flipY2L {
	0% {
		-ms-transform: perspective(400px) rotateY(20deg);
		opacity: 0;
	}

	40% {
		-ms-transform: perspective(400px) rotateY(-10deg);
	}

	/*70%{-ms-transform:perspective(400px) rotateY(10deg);}*/
	100% {
		-ms-transform: perspective(400px) rotateY(1deg) translateX(-50px) translateZ(-60px) scale(1);
		opacity: 1;
	}
}

@keyframes flipY2L {
	0% {
		transform: perspective(400px) rotateY(20deg);
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotateY(-10deg);
	}

	/*70%{transform:perspective(400px) rotateY(10deg);}*/
	100% {
		transform: perspective(400px) rotateY(1deg) translateX(-50px) translateZ(-60px) scale(1);
		opacity: 1;
	}
}




/* 翻入-Y轴 右边左向 */
@-webkit-keyframes flipY2R {
	0% {
		-webkit-transform: perspective(400px) rotateY(20deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(10deg);
	}

	/*70%{-webkit-transform:perspective(400px) rotateY(10deg);}*/
	100% {
		-webkit-transform: perspective(400px) rotateY(-1deg) translateX(50px) translateZ(-60px) scale(1);
		opacity: 1;
	}
}

@-moz-keyframes flipY2R {
	0% {
		-moz-transform: perspective(400px) rotateY(20deg);
		opacity: 0;
	}

	40% {
		-moz-transform: perspective(400px) rotateY(10deg);
	}

	/* 70%{-moz-transform:perspective(400px) rotateY(10deg);}*/
	100% {
		-moz-transform: perspective(400px) rotateY(-1deg) translateX(50px) translateZ(-60px) scale(1);
		opacity: 1;
	}
}

@-ms-keyframes flipY2R {
	0% {
		-ms-transform: perspective(400px) rotateY(20deg);
		opacity: 0;
	}

	40% {
		-ms-transform: perspective(400px) rotateY(10deg);
	}

	/*70%{-ms-transform:perspective(400px) rotateY(10deg);}*/
	100% {
		-ms-transform: perspective(400px) rotateY(-1deg) translateX(50px) translateZ(-60px) scale(1);
		opacity: 1;
	}
}

@keyframes flipY2R {
	0% {
		transform: perspective(400px) rotateY(20deg);
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotateY(10deg);
	}

	/*70%{transform:perspective(400px) rotateY(10deg);}*/
	100% {
		transform: perspective(400px) rotateY(-1deg) translateX(50px) translateZ(-60px) scale(1);
		opacity: 1;
	}
}



/* 翻入-Y轴 右边左向 */
@-webkit-keyframes flipY1L {
	0% {
		-webkit-transform: perspective(400px) rotateY(20deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
	}

	/*70%{-webkit-transform:perspective(400px) rotateY(10deg);}*/
	100% {
		-webkit-transform: perspective(400px) rotateY(1deg) scale(1.05);
		opacity: 1;
	}
}

@-moz-keyframes flipY1L {
	0% {
		-moz-transform: perspective(400px) rotateY(20deg);
		opacity: 0;
	}

	40% {
		-moz-transform: perspective(400px) rotateY(-10deg);
	}

	/* 70%{-moz-transform:perspective(400px) rotateY(10deg);}*/
	100% {
		-moz-transform: perspective(400px) rotateY(1deg) scale(1.05);
		opacity: 1;
	}
}

@-ms-keyframes flipY1L {
	0% {
		-ms-transform: perspective(400px) rotateY(20deg);
		opacity: 0;
	}

	40% {
		-ms-transform: perspective(400px) rotateY(-10deg);
	}

	/*70%{-ms-transform:perspective(400px) rotateY(10deg);}*/
	100% {
		-ms-transform: perspective(400px) rotateY(1deg) scale(1.05);
		opacity: 1;
	}
}

@keyframes flipY1L {
	0% {
		transform: perspective(400px) rotateY(20deg);
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotateY(-10deg);
	}

	/*70%{transform:perspective(400px) rotateY(10deg);}*/
	100% {
		transform: perspective(400px) rotateY(1deg) scale(1.05);
		opacity: 1;
	}
}



/* 翻入-Y轴 右边左向 */
@-webkit-keyframes flipY1R {
	0% {
		-webkit-transform: perspective(400px) rotateY(20deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(10deg);
	}

	/*70%{-webkit-transform:perspective(400px) rotateY(10deg);}*/
	100% {
		-webkit-transform: perspective(400px) rotateY(-1deg) scale(1.05);
		opacity: 1;
	}
}

@-moz-keyframes flipY1R {
	0% {
		-moz-transform: perspective(400px) rotateY(20deg);
		opacity: 0;
	}

	40% {
		-moz-transform: perspective(400px) rotateY(10deg);
	}

	/* 70%{-moz-transform:perspective(400px) rotateY(10deg);}*/
	100% {
		-moz-transform: perspective(400px) rotateY(-1deg) scale(1.05);
		opacity: 1;
	}
}

@-ms-keyframes flipY1R {
	0% {
		-ms-transform: perspective(400px) rotateY(20deg);
		opacity: 0;
	}

	40% {
		-ms-transform: perspective(400px) rotateY(10deg);
	}

	/*70%{-ms-transform:perspective(400px) rotateY(10deg);}*/
	100% {
		-ms-transform: perspective(400px) rotateY(-1deg) scale(1.05);
		opacity: 1;
	}
}

@keyframes flipY1R {
	0% {
		transform: perspective(400px) rotateY(20deg);
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotateY(10deg);
	}

	/*70%{transform:perspective(400px) rotateY(10deg);}*/
	100% {
		transform: perspective(400px) rotateY(-1deg) scale(1.05);
		opacity: 1;
	}
}
