.nav--pc {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	height: 60px;

	background:#fff;
	width: 100%;
	z-index: 1;
}

.nav--mobile {
	display: none;
}
.nav-container {
	display: flex;
	height: 100%;
    font-size: 14px;
    align-items: center;
    min-width: 1140px;
}

@media (max-width: 991.98px) {
	.nav--pc {
		display: none;
	}
	.nav--mobile {
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		height: 60px;
		background:#fff;
		width: 100%;
		z-index: 1;
	}
	.nav-container {
		width: 100%;
		padding: 0 20px;
		min-width: unset;
	}
}

.flex-1 {
	flex: 1
}
.ml-8 {
	margin-left: 32px;
}

.cursor-pointer {
	cursor: pointer;
}


.cp a {
    color:#4284FC
}

.fsc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fs-24 {
    font-size: 24px;
}

.etc {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.size-14 {
    font-size: 14px;
}

.color-333 {
    color: #333
}

.hover-cp:hover a {
    color: #4284FC !important;
}
.hover-cp:hover span {
    color: #4284FC !important;
}

.register {
	min-width: 64px;
    background-color: #4284fc;
    height: 36px;
    border-radius: 8px;


    border: 1px solid #4284FC;
}
.register a {
	text-align: center;
	color: #fff;
}
.menu-wrapper {
	position: relative;
}

.menu-items {
	max-height: 0px;
	overflow: hidden;
	box-shadow: 1px 1px 3px rgb(204,204,204);
	position: absolute;
	background: #fff;
	right: 0;
	top: 53px;
	border-radius: 2px;
	text-align: center;
	padding: 0 20px;
	-webkit-transition: max-height ease-in-out 300ms;
}

.menu-wrapper-button {
	border-radius: 2px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid rgb(229,229,229)
}

.menu-wrapper button:focus + .menu-items {
	max-height: 300px;
}
.menu-item {
	white-space: nowrap;
	padding: 10px;
	border-bottom: 1px solid rgb(204,204,204);
}
.menu-item:last-child {
	border-bottom: none;
}

.miniprogram-item {
	position: relative;
}

.miniprogram-item .active {
    display: none;
}

.miniprogram-item .in-active {
    display: unset;
}

.miniprogram-item > div {
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1);
    transition: visibility 0s, opacity 100ms linear;
}

.miniprogram-item:hover > div {
    visibility: visible;
    opacity: 1;
}

.miniprogram-item:hover .active {
    display: unset;
}

.miniprogram-item:hover .in-active {
    display: none;
}
.menu-item-miniprogram .qrwrap {
	background-color: red;
	width: 100px;
	height: 100px;
	/* right: 100%; */
	top: 0px;
}

.absolute {
	position: absolute;
}
.bg-white {
	background: #fff;
}

.top-full {
	top: 100%
}
.right-0 {
	right: 0
}
.px-6 {
	padding: 0 24px;
}
.pt-8 {
	padding-top: 32px;
}
.w-40 {
	width: 160px;
}
.h-40 {
	height: 160px;
}

.py-6 {
	padding: 24px 0
}
.rounded {
    border-radius: 0.25rem/* 4px */;
}

.shadow_ {
	--tw-ring-shadow: 0 0 #0000;
	--tw-ring-offset-shadow: 0 0 #0000;
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}
