.qrcode[data-v-7753849c] {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 32px;
	width: 192px;
	height: 192px;
	border: 2px solid var(--color-shadow-border);
	border-radius: 12px;
	background: var(--color-white)
}

.qrcode .qrcode-img[data-v-7753849c] {
	width: 160px;
	height: 160px
}

.qrcode svg[data-v-7753849c] {
	margin-right: 8px
}

.qrcode .status[data-v-7753849c] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	background: var(--color-background);
	opacity: .95;
	-webkit-backdrop-filter: blur(2.5px);
	backdrop-filter: blur(2.5px);
	border-radius: 10px
}

.qrcode .status[data-v-7753849c],
.qrcode .status div[data-v-7753849c]:first-child {
	display: flex;
	align-items: center;
	justify-content: center
}

.qrcode .outdated[data-v-7753849c] {
	color: var(--color-red);
	cursor: pointer
}

.qrcode .description[data-v-7753849c] {
	margin-top: 6px;
	font-size: 12px;
	line-height: 16px;
	color: var(--color-secondary-label);
	font-weight: 400
}

.qrcode .rescan[data-v-7753849c] {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 24px;
	border-radius: 999px;
	padding: 0 8px;
	border: 1px solid var(--color-border);
	font-size: 12px;
	font-weight: 500;
	line-height: 120%;
	margin-top: 15px;
	cursor: pointer
}

.icon[data-v-7753849c] {
	color: var(--color-red)
}

.input-container[data-v-0001c43c] {
	margin-top: 24px;
	width: 304px;
	display: flex;
	flex-direction: column
}

.auth-code[data-v-0001c43c] {
	padding-left: 16px;
	padding-right: 16px
}

.auth-code[data-v-0001c43c],
.phone[data-v-0001c43c] {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 22px;
	color: var(--color-secondary-label);
	height: 48px;
	background: var(--elevation-high-background);
	border-radius: 999px;
	transition: border-color .2s;
	border-bottom: .5px solid var(--color-border)
}

.auth-code.error[data-v-0001c43c],
.phone.error[data-v-0001c43c] {
	border-color: var(--color-red)
}

.auth-code input[data-v-0001c43c],
.phone input[data-v-0001c43c] {
	flex: 1;
	font-size: 16px;
	width: 130px;
	height: 100%;
	caret-color: var(--color-red);
	color: var(--color-primary-label)
}

.auth-code input[data-v-0001c43c]::placeholder,
.phone input[data-v-0001c43c]::placeholder {
	font-size: 16px;
	color: var(--color-quaternary-label);
	font-weight: 400
}

.phone .country-code[data-v-0001c43c] {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 29px;
	height: 100%;
	font-weight: 400;
	margin-left: 16px;
	margin-right: 20px;
	color: var(--color-primary-label)
}

.phone .country-code[data-v-0001c43c]:after {
	position: absolute;
	left: 41px;
	content: "";
	height: 24px;
	width: 1px;
	background-color: var(--elevation-high-background)
}

.phone .clear[data-v-0001c43c] {
	cursor: pointer;
	margin-right: 16px;
	color: var(--color-secondary-label)
}

.code-button[data-v-0001c43c] {
	font-size: 16px;
	color: var(--color-red);
	cursor: pointer;
	opacity: .5
}

.code-button.active[data-v-0001c43c] {
	color: var(--color-red);
	opacity: 1
}

.err-msg[data-v-0001c43c] {
	margin-top: 9.5px;
	height: 10px;
	line-height: 10px;
	color: var(--color-red);
	font-size: 14px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center
}

.submit[data-v-0001c43c] {
	margin-top: 24px;
	height: 48px;
	background: var(--color-red);
	color: var(--color-white);
	opacity: .5;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all .2s;
	width: 100%
}

.submit.active[data-v-0001c43c] {
	background: var(--color-red);
	color: var(--color-white);
	opacity: 1
}

[data-v-44ecdae0] .reds-alert-mask {
	background-color: var(--mask-backdrop)
}

[data-v-44ecdae0] .reds-alert-footer {
	border-top: 1px solid var(--color-border);
	width: calc(100% - 12px);
	margin: 0 auto;
	padding: 6px 0
}

[data-v-44ecdae0] .reds-alert-title {
	color: var(--color-primary-label) !important;
	line-height: 120%;
	padding-top: 24px !important;
	font-weight: 600 !important;
	line-height: normal !important
}

[data-v-44ecdae0] .reds-alert-content {
	line-height: 120%;
	font-size: 16px
}

.foot-btns[data-v-44ecdae0] {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

.foot-btns .foot-btn[data-v-44ecdae0] {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	color: var(--color-secondary-label)
}

.foot-btns .foot-btn[data-v-44ecdae0]:hover {
	background-color: var(--color-active-background);
	border-radius: 8px;
	color: var(--color-primary-label)
}

.icon-btn-wrapper {
	width: var(--21dfd34d);
	height: var(--004b9c80);
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--color-secondary-label)
}

.icon-btn-wrapper:hover {
	border-radius: 999px;
	color: var(--color-primary-label);
	background: var(--color-active-background)
}

.items[data-v-19e7c0f0] {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.item-wrapper[data-v-19e7c0f0] {
	margin-right: var(--097ecb22);
	margin-bottom: var(--097ecb22);
	cursor: pointer;
	shrink: 0
}

.item-img[data-v-19e7c0f0] {
	position: relative;
	width: var(--596ee97d);
	height: var(--596ee97d);
	border-radius: 999px;
	background-color: var(--color-active-background)
}

.item-img[data-v-19e7c0f0]:hover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--mask-note-card);
	border-radius: 999px
}

.badage[data-v-19e7c0f0] {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	border-radius: 999px;
	background-color: var(--color-red);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 4
}

.badage-medium[data-v-19e7c0f0] {
	right: -4px;
	top: -4px
}

.badage-number[data-v-19e7c0f0] {
	font-size: 14px;
	color: var(--color-white);
	font-weight: 500;
	line-height: 120%
}

.item-label[data-v-19e7c0f0] {
	margin-top: 12px;
	font-size: 16px;
	line-height: 120%;
	color: var(--color-secondary-label);
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.selected[data-v-19e7c0f0] {
	position: absolute;
	width: calc(var(--596ee97d) + 8px);
	height: calc(var(--596ee97d) + 8px);
	border-radius: 999px;
	border: 2px solid var(--color-red);
	top: -4px;
	right: -4px
}

.gender-ob-wrapper[data-v-14d3c3b4] {
	width: 100%
}

.gender-ob-wrapper .gender-ob-header[data-v-14d3c3b4] {
	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-primary-label);
	font-weight: 600;
	line-height: 120%;
	font-size: 16px;
	border-bottom: 1px solid var(--color-border)
}

.gender-ob-wrapper .gender-ob-select[data-v-14d3c3b4] {
	width: 100%;
	height: 303px;
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.gender-ob-wrapper .gender-ob-select-checkbox[data-v-14d3c3b4] {
	margin-left: 40px;
	margin-top: 40px
}

.gender-ob-wrapper .gender-ob-footer[data-v-14d3c3b4] {
	margin-top: 16px;
	margin-bottom: 16px;
	color: var(--color-secondary-label);
	font-size: 14px;
	line-height: 120%;
	text-align: center
}

.gender-ob-wrapper .gender-ob-next[data-v-14d3c3b4] {
	padding: 0 24px
}

.gender-ob-wrapper .gender-ob-next .gender-ob-btn[data-v-14d3c3b4] {
	width: 100%;
	height: 48px
}

.age-ob-wrapper[data-v-d3eacb86] {
	width: 100%
}

.age-ob-wrapper .age-ob-header-icon[data-v-d3eacb86] {
	position: absolute;
	left: 8px;
	top: 8px;
	cursor: pointer;
	color: var(--color-secondary-label)
}

.age-ob-wrapper .age-ob-header-icon[data-v-d3eacb86]:hover {
	color: var(--color-primary-label);
	border-radius: 999px;
	background: var(--color-active-background)
}

.age-ob-wrapper .age-ob-header[data-v-d3eacb86] {
	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-primary-label);
	font-weight: 600;
	line-height: 120%;
	font-size: 16px;
	border-bottom: 1px solid var(--color-border)
}

.age-ob-wrapper .age-ob-select[data-v-d3eacb86] {
	width: 100%;
	height: 336px;
	padding: 20px 0
}

.age-ob-wrapper .age-ob-select-prompt[data-v-d3eacb86] {
	font-size: 14px;
	line-height: 120%;
	color: var(--color-secondary-label);
	text-align: center;
	margin-top: 107.5px
}

.age-ob-wrapper .age-ob-select-box[data-v-d3eacb86] {
	width: 100%;
	margin-top: 16px;
	display: flex;
	justify-content: center;
	position: relative
}

.age-ob-wrapper .age-ob-select-box .age-ob-select-input[data-v-d3eacb86] {
	width: 318px;
	height: 48px;
	background-color: var(--color-active-background);
	border-radius: 999px;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("f1d72f4c7fa719305abab14db7488dcd436fea9e.png");
	background-repeat: no-repeat;
	background-position: 100%;
	padding: 12px 16px;
	background-origin: content-box;
	cursor: pointer;
	font-size: 16px;
	line-height: 120%;
	color: var(--color-primary-label)
}

.age-ob-wrapper .age-ob-next[data-v-d3eacb86] {
	margin-top: 16px;
	padding: 0 24px
}

.age-ob-wrapper .age-ob-next .age-ob-btn[data-v-d3eacb86] {
	width: 100%;
	height: 48px
}

.hobby-ob-wrapper[data-v-1e034c83] {
	width: 100%
}

.hobby-ob-wrapper .hobby-ob-header-icon[data-v-1e034c83] {
	position: absolute;
	left: 8px;
	top: 8px;
	cursor: pointer;
	color: var(--color-secondary-label)
}

.hobby-ob-wrapper .hobby-ob-header-icon[data-v-1e034c83]:hover {
	color: var(--color-primary-label);
	border-radius: 999px;
	background: var(--color-active-background)
}

.hobby-ob-wrapper .hobby-ob-header[data-v-1e034c83] {
	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-primary-label);
	font-weight: 600;
	line-height: 120%;
	font-size: 16px;
	border-bottom: 1px solid var(--color-border)
}

.hobby-ob-wrapper .hobby-ob-select-title[data-v-1e034c83] {
	color: var(--color-secondary-label);
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	margin-top: 36.5px;
	height: 16.8px
}

.hobby-ob-wrapper .hobby-ob-select[data-v-1e034c83] {
	width: 100%;
	margin-top: 16px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	height: 266.5px
}

.hobby-ob-wrapper .hobby-ob-select .hobby-ob-select-checkbox[data-v-1e034c83] {
	width: 643px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 24px
}

.hobby-ob-wrapper .hobby-ob-next[data-v-1e034c83] {
	border-top: 1px solid var(--color-border);
	padding: 16px 24px 0
}

.hobby-ob-wrapper .hobby-ob-next .hobby-ob-btn[data-v-1e034c83] {
	width: 100%;
	height: 48px
}

.ob-scroll-container[data-v-1e034c83] {
	overflow-y: scroll
}

.loading[data-v-1e034c83] {
	position: absolute;
	top: calc(50% - 28.5px)
}

.login-modal[data-v-b014d456] {
	z-index: 100010;
	flex-direction: column
}

[data-v-b014d456] .full-page .reds-mask {
	background: transparent
}

[data-v-b014d456] .login-modal.gray {
	filter: grayscale(.95)
}

.fade-enter-active[data-v-b014d456],
.fade-leave-active[data-v-b014d456] {
	transition: all .2s
}

.fade-enter-from[data-v-b014d456],
.fade-leave-to[data-v-b014d456] {
	opacity: 0
}

.fade-enter-from .login-container[data-v-b014d456],
.fade-leave-to .login-container[data-v-b014d456] {
	transform: translateY(5px)
}

.login-container[data-v-b014d456] {
	display: flex;
	position: relative;
	width: 800px;
	height: 480px;
	background: var(--elevation-high-background);
	border-radius: 16px;
	box-shadow: var(--elevation-high-shadow);
	transition: all .2s
}

.login-container .close-button[data-v-b014d456] {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	color: var(--color-secondary-label)
}

.login-container .close-button[data-v-b014d456]:hover {
	color: var(--color-primary-label);
	border-radius: 999px;
	background: var(--color-active-background)
}

.left[data-v-b014d456] {
	width: 400px;
	display: flex;
	align-items: center;
	flex-direction: column;
	border-right: 1px solid var(--color-border)
}

.left .logo[data-v-b014d456] {
	margin-top: 64px;
	width: 91.08px;
	height: 48px;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none
}

.left .tip[data-v-b014d456] {
	color: var(--color-primary-label);
	font-weight: 600;
	font-size: 16px;
	margin-top: 16px;
	line-height: 120%
}

.left .course[data-v-b014d456] {
	width: 64px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	margin-top: 43.5px;
	font-weight: 400;
	font-size: 14px;
	color: var(--color-secondary-label);
	cursor: pointer
}

.left .course .play[data-v-b014d456] {
	margin-right: 7px;
	color: var(--color-tertiary-label)
}

.left .tutorial[data-v-b014d456] {
	background-color: var(--color-active-background)
}

.right[data-v-b014d456] {
	width: 400px;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 48px
}

.right .title[data-v-b014d456] {
	font-size: 18px;
	color: var(--color-secondary-label);
	font-weight: 600;
	line-height: 120%
}

.right .prompt[data-v-b014d456] {
	font-size: 12px;
	color: var(--color-tertiary-label);
	line-height: 120%;
	margin-top: 6px
}

.right .agreements[data-v-b014d456] {
	width: 280px;
	position: relative;
	margin-top: 16px;
	padding-left: 18px;
	font-size: 12px;
	color: var(--color-tertiary-label);
	line-height: 120%
}

.right .agreements .radio[data-v-b014d456] {
	cursor: pointer
}

.right .agreements a[data-v-b014d456] {
	color: var(--color-link)
}

.right .oauth-tip-line[data-v-b014d456] {
	margin: 0 12px
}

.right .oauth-tip[data-v-b014d456] {
	margin-top: 29px;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	color: var(--color-tertiary-label)
}

.right .oauth-tip[data-v-b014d456]:after,
.right .oauth-tip[data-v-b014d456]:before {
	display: block;
	width: 133px;
	height: 1px;
	content: "";
	background-color: var(--color-border)
}

.right .login[data-v-b014d456] {
	display: flex;
	margin-top: 16px
}

.right .login .login-common[data-v-b014d456] {
	width: 144px;
	height: 40px;
	border: 1px solid var(--color-border);
	border-radius: 999px;
	color: var(--color-secondary-label);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.right .login .login-common[data-v-b014d456]:hover {
	background: var(--color-active-background)
}

.right .login .reg[data-v-b014d456] {
	margin-left: 16px
}

.help-tip[data-v-b014d456] {
	margin-top: 32px;
	color: var(--color-tertiary-label)
}

.course-video[data-v-b014d456] {
	margin-top: 20px;
	width: 160px;
	height: 240px;
	overflow: hidden;
	margin-bottom: -1px
}

.course-video video[data-v-b014d456] {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.alert-content[data-v-b014d456] {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	line-height: 120%;
	text-align: center
}

.alert-content .alert-text[data-v-b014d456] {
	margin-bottom: 24px
}

.alert-content .alert-text a[data-v-b014d456] {
	color: var(--color-link);
	font-size: 16px;
	font-weight: 400
}

.links[data-v-b014d456] {
	color: var(--color-link);
	font-weight: 400;
	color: var(--color-tertiary-label)
}

.agree-icon[data-v-b014d456] {
	color: var(--color-red)
}

.nio-login-container[data-v-b014d456] {
	width: calc(100vw - 48px)
}

.remove[data-v-b014d456] {
	position: absolute
}

.mt-13px[data-v-b014d456] {
	margin-top: 13px !important
}

.w-304px[data-v-b014d456] {
	width: 304px !important
}

.qrcode[data-v-666b780c] {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 160px;
	border: 2px solid var(--color-shadow-border);
	border-radius: 12px;
	box-shadow: var(--elevation-high-shadow);
	background: var(--color-white)
}

.qrcode .qrcode-img[data-v-666b780c] {
	height: 128px;
	width: 128px
}

.qrcode svg[data-v-666b780c] {
	margin-right: 8px
}

.qrcode .status[data-v-666b780c] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	background: var(--mask-paper);
	border-radius: 10px
}

.qrcode .status[data-v-666b780c],
.qrcode .status div[data-v-666b780c]:first-child {
	display: flex;
	align-items: center;
	justify-content: center
}

.qrcode .status-text[data-v-666b780c] {
	color: var(--color-red);
	font-size: 16px;
	font-weight: 600
}

.qrcode .status-desc[data-v-666b780c] {
	margin-top: 6px;
	font-size: 14px;
	color: var(--color-secondary-label);
	font-weight: 400
}

.qrcode .status-desc.refresh[data-v-666b780c] {
	cursor: pointer
}

.qrcode .status-btn[data-v-666b780c] {
	cursor: pointer;
	height: 24px;
	padding: 8px;
	color: var(--color-secondary-label);
	font-size: 12px;
	font-weight: 500;
	border-radius: 999px;
	border: 1px solid var(--color-border);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	position: absolute;
	bottom: 20px
}

.icon[data-v-666b780c] {
	color: var(--color-red)
}

.code-area[data-v-cc52f9fa] {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 16px;
	width: 100%;
	height: 227px;
	grid-gap: 16px;
	gap: 16px
}

.code-area .course-video[data-v-cc52f9fa] {
	overflow: hidden
}

.code-area .course-video .animate[data-v-cc52f9fa] {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.code-area .tip[data-v-cc52f9fa] {
	height: 19px;
	color: var(--color-primary-label);
	font-weight: 600;
	font-size: 16px;
	line-height: 120%
}

.course[data-v-cc52f9fa] {
	height: 28px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 0 8px;
	font-size: 14px;
	color: var(--color-secondary-label);
	cursor: pointer
}

.course .play[data-v-cc52f9fa] {
	margin-right: 7px;
	color: var(--color-quaternary-label)
}

.course[data-v-cc52f9fa]:hover {
	color: var(--color-primary-label)
}

.tutorial[data-v-cc52f9fa] {
	background-color: var(--color-active-background)
}

.input-container[data-v-1dfcdb6d] {
	width: 100%;
	padding: 0 24px;
	margin-top: 16px;
	display: flex;
	align-items: center
}

.form[data-v-1dfcdb6d] {
	width: 100%
}

.phone[data-v-1dfcdb6d] {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 22px;
	color: var(--color-secondary-label);
	height: 48px;
	background: var(--color-active-background);
	border-radius: 999px;
	transition: border-color .2s;
	width: 100%
}

.phone input[data-v-1dfcdb6d] {
	flex: 1;
	width: 100%;
	height: 100%;
	caret-color: var(--color-red);
	color: var(--color-primary-label);
	padding-right: 16px;
	min-width: 130px
}

.phone input[data-v-1dfcdb6d]::placeholder {
	color: var(--color-quaternary-label);
	font-weight: 400
}

.phone .country-code[data-v-1dfcdb6d] {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 29px;
	height: 100%;
	font-weight: 400;
	margin-left: 16px;
	margin-right: 20px;
	color: var(--color-primary-label);
	cursor: pointer
}

.phone .country-code[data-v-1dfcdb6d]:after {
	position: absolute;
	left: 41px;
	content: "";
	height: 24px;
	width: 1px;
	background-color: var(--color-border)
}

.continue[data-v-1dfcdb6d] {
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	padding: 0 24px;
	color: var(--color-secondary-label);
	cursor: pointer;
	border-radius: 100px;
	border: 1px solid var(--color-border);
	height: 100%;
	font-size: 16px;
	font-weight: 600;
	line-height: 120%;
	margin-left: 8px
}

.continue[data-v-1dfcdb6d]:hover {
	color: var(--color-primary-label);
	background: var(--color-active-background)
}

.container[data-v-8cdd02ec] {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column
}

.container.isLogining[data-v-8cdd02ec] {
	opacity: .5
}

.container.logining[data-v-8cdd02ec] {
	position: absolute;
	z-index: 2
}

.container .title[data-v-8cdd02ec] {
	position: absolute;
	top: 19px;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	color: var(--color-primary-label)
}

.container .divider[data-v-8cdd02ec] {
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--color-border);
	margin-top: 55px
}

.container .agreements[data-v-8cdd02ec] {
	padding: 0 40px;
	font-size: 12px;
	color: var(--color-secondary-label);
	line-height: 120%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	margin-top: 22px
}

.container .agreements .agree-icon[data-v-8cdd02ec] {
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	padding: 2px;
	margin: 0 6px 8px 0
}

.container .agreements .agree-icon .icon-wrapper[data-v-8cdd02ec] {
	color: var(--color-border);
	width: 16px;
	height: 16px;
	border: 1.5px solid var(--color-border);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center
}

.container .agreements .agree-icon .icon-wrapper.agreed[data-v-8cdd02ec] {
	background: var(--color-active-background)
}

.container .agreements .agree-icon .icon-wrapper .icon[data-v-8cdd02ec] {
	color: var(--color-primary-label)
}

.container .agreements a[data-v-8cdd02ec] {
	color: var(--color-link)
}

.code-box[data-v-8cdd02ec] {
	width: 100%;
	padding: 64px 24px 24px;
	height: 320px
}

@media screen and (max-width:1423px) {
	.code-box[data-v-8cdd02ec] {
		height: 304px
	}
}

.code-box .phone-number[data-v-8cdd02ec] {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-tertiary-label);
	font-size: 14px;
	font-weight: 400;
	line-height: 120%
}

.code-box .phone-number .phone[data-v-8cdd02ec] {
	margin-right: 4px
}

.code-box .codes[data-v-8cdd02ec] {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 32px;
	width: 100%;
	height: 48px;
	grid-gap: 12px;
	gap: 12px;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%
}

.code-box .codes .code[data-v-8cdd02ec] {
	border-radius: 12px;
	height: 100%;
	width: 40px;
	background: var(--color-active-background);
	text-align: center;
	color: var(--color-primary-label);
	caret-color: var(--color-red)
}

.code-box .codes .code[data-v-8cdd02ec]:nth-child(3) {
	margin-right: 8px
}

.code-box .code-error[data-v-8cdd02ec] {
	margin: 24px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: var(--color-red);
	border-radius: 999px;
	background: var(--color-tinted-red);
	padding: 0 8px;
	height: 28px;
	width: 86px;
	white-space: nowrap
}

.code-box .code-modify[data-v-8cdd02ec] {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
	grid-gap: 8px;
	gap: 8px
}

.code-box .code-modify .modify[data-v-8cdd02ec] {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-secondary-label);
	padding: 8px;
	grid-gap: 4px;
	gap: 4px
}

.code-box .code-modify .modify .icon[data-v-8cdd02ec] {
	color: var(--color-quaternary-label)
}

.code-box .code-modify .modify[data-v-8cdd02ec]:hover {
	color: var(--color-primary-label);
	border-radius: 999px;
	background: var(--color-active-background)
}

.login-btn[data-v-8cdd02ec] {
	margin-top: 16px;
	color: var(--color-white);
	font-size: 16px;
	font-weight: 600;
	line-height: 120%;
	height: 48px;
	width: 100%
}

.login-btn .login-text[data-v-8cdd02ec] {
	margin: 0 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 48px;
	border-radius: 999px;
	background: var(--color-red)
}

.gender-ob-wrapper[data-v-e7effb66] {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%
}

.gender-ob-wrapper .gender-ob-header[data-v-e7effb66] {
	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-primary-label);
	font-weight: 600;
	line-height: 120%;
	font-size: 16px;
	border-bottom: 1px solid var(--color-border)
}

.gender-ob-wrapper .gender-ob-select[data-v-e7effb66] {
	width: 100%;
	height: 303px;
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1
}

.gender-ob-wrapper .gender-ob-select-checkbox[data-v-e7effb66] {
	margin-left: 40px;
	margin-top: 40px
}

.gender-ob-wrapper .gender-ob-footer[data-v-e7effb66] {
	margin: 16px 0;
	color: var(--color-secondary-label);
	font-size: 14px;
	line-height: 120%;
	text-align: center
}

.gender-ob-wrapper .gender-ob-next[data-v-e7effb66] {
	padding: 0 24px;
	margin-top: auto;
	margin-bottom: 24px;
	width: 100%
}

.gender-ob-wrapper .gender-ob-next .gender-ob-btn[data-v-e7effb66] {
	width: 100%;
	height: 48px
}

.age-ob-wrapper[data-v-df5030be] {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

.age-ob-wrapper .age-ob-header-icon[data-v-df5030be] {
	position: absolute;
	left: 8px;
	top: 8px;
	cursor: pointer;
	color: var(--color-secondary-label)
}

.age-ob-wrapper .age-ob-header-icon[data-v-df5030be]:hover {
	color: var(--color-primary-label);
	border-radius: 999px;
	background: var(--color-active-background)
}

.age-ob-wrapper .age-ob-header[data-v-df5030be] {
	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-primary-label);
	font-weight: 600;
	line-height: 120%;
	font-size: 16px;
	border-bottom: 1px solid var(--color-border)
}

.age-ob-wrapper .age-ob-select[data-v-df5030be] {
	width: 100%;
	height: 336px;
	padding: 20px 0
}

.age-ob-wrapper .age-ob-select-prompt[data-v-df5030be] {
	font-size: 14px;
	line-height: 120%;
	color: var(--color-secondary-label);
	text-align: center
}

.age-ob-wrapper .age-ob-select-box[data-v-df5030be] {
	width: 100%;
	margin-top: 16px;
	display: flex;
	justify-content: center;
	position: relative
}

.age-ob-wrapper .age-ob-select-box .age-ob-select-input[data-v-df5030be] {
	width: 318px;
	height: 48px;
	background-color: var(--color-active-background);
	border-radius: 999px;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("f1d72f4c7fa719305abab14db7488dcd436fea9e.png");
	background-repeat: no-repeat;
	background-position: 100%;
	padding: 12px 16px;
	background-origin: content-box;
	cursor: pointer;
	font-size: 16px;
	line-height: 120%;
	color: var(--color-primary-label)
}

.age-ob-wrapper .age-ob-next[data-v-df5030be] {
	margin-top: auto;
	padding: 0 24px;
	margin-bottom: 24px;
	width: 100%
}

.age-ob-wrapper .age-ob-next .age-ob-btn[data-v-df5030be] {
	width: 100%;
	height: 48px
}

.hobby-ob-wrapper[data-v-ae0f3d16] {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

.hobby-ob-wrapper .hobby-ob-header-icon[data-v-ae0f3d16] {
	position: absolute;
	left: 8px;
	top: 8px;
	cursor: pointer;
	color: var(--color-secondary-label)
}

.hobby-ob-wrapper .hobby-ob-header-icon[data-v-ae0f3d16]:hover {
	color: var(--color-primary-label);
	border-radius: 999px;
	background: var(--color-active-background)
}

.hobby-ob-wrapper .hobby-ob-header[data-v-ae0f3d16] {
	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-primary-label);
	font-weight: 600;
	line-height: 120%;
	font-size: 16px;
	border-bottom: 1px solid var(--color-border)
}

.hobby-ob-wrapper .hobby-ob-select-title[data-v-ae0f3d16] {
	color: var(--color-secondary-label);
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	margin-top: 24px;
	height: 16.8px
}

.hobby-ob-wrapper .hobby-ob-select[data-v-ae0f3d16] {
	width: 100%;
	margin-top: 16px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	height: 266.5px
}

.hobby-ob-wrapper .hobby-ob-select .hobby-ob-select-checkbox[data-v-ae0f3d16] {
	width: 643px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 24px
}

.hobby-ob-wrapper .hobby-ob-next[data-v-ae0f3d16] {
	border-top: 1px solid var(--color-border);
	padding: 16px 24px 24px;
	width: 100%
}

.hobby-ob-wrapper .hobby-ob-next .hobby-ob-btn[data-v-ae0f3d16] {
	width: 100%;
	height: 48px
}

.ob-scroll-container[data-v-ae0f3d16] {
	overflow-y: scroll;
	flex-grow: 1;
	width: 100%
}

.loading[data-v-ae0f3d16] {
	position: absolute;
	top: calc(50% - 28.5px)
}

.login-modal[data-v-3e968eab] {
	z-index: 100010;
	flex-direction: column
}

[data-v-3e968eab] .full-page .reds-mask {
	background: transparent
}

[data-v-3e968eab] .login-modal.gray {
	filter: grayscale(.95)
}

.fade-enter-active[data-v-3e968eab],
.fade-leave-active[data-v-3e968eab] {
	transition: all .2s
}

.fade-enter-from[data-v-3e968eab],
.fade-leave-to[data-v-3e968eab] {
	opacity: 0
}

.fade-enter-from .login-container[data-v-3e968eab],
.fade-leave-to .login-container[data-v-3e968eab] {
	transform: translateY(5px)
}

.login-container[data-v-3e968eab] {
	display: flex;
	position: relative;
	width: 440px;
	background: var(--elevation-high-background);
	border-radius: 20px;
	box-shadow: var(--elevation-high-shadow);
	transition: transform .2s;
	height: 496px
}

@media screen and (min-width:1424px) {
	.login-container[data-v-3e968eab] {
		height: 512px
	}
}

@media screen and (min-width:1192px) and (max-width:1423px) {
	.login-container[data-v-3e968eab] {
		width: 400px
	}
}

@media screen and (max-width:1191px) {
	.login-container[data-v-3e968eab] {
		width: calc(100% - var(--horizontalGapPx)*2);
		max-width: 360px;
		min-width: 320px
	}
}

.login-container .button[data-v-3e968eab] {
	position: absolute;
	top: 8px;
	cursor: pointer;
	color: var(--color-secondary-label)
}

.login-container .button[data-v-3e968eab]:hover {
	color: var(--color-primary-label);
	border-radius: 999px;
	background: var(--color-active-background)
}

.login-container .button.close[data-v-3e968eab] {
	right: 8px
}

.login-container .button.back[data-v-3e968eab] {
	left: 8px
}

.container[data-v-3e968eab] {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 100%
}

.container .header[data-v-3e968eab] {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 48px 0 16px;
	width: 100%
}

@media screen and (max-width:1423px) {
	.container .header[data-v-3e968eab] {
		padding: 40px 0 8px
	}
}

.container .header .logo[data-v-3e968eab] {
	width: 67px;
	height: 24px;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none
}

.oauth-tip-line[data-v-3e968eab] {
	height: 17px;
	padding: 0 12px
}

.oauth-tip[data-v-3e968eab] {
	width: 100%;
	padding: 0 24px;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	color: var(--color-tertiary-label)
}

.oauth-tip[data-v-3e968eab]:after,
.oauth-tip[data-v-3e968eab]:before {
	display: block;
	width: 100%;
	height: 1px;
	content: "";
	background-color: var(--color-border)
}

.help-tip[data-v-3e968eab] {
	margin-top: 32px;
	color: var(--color-tertiary-label)
}

.hint[data-v-3e968eab] {
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 14px;
	color: var(--color-tertiary-label)
}

.alert-content[data-v-3e968eab] {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 120%;
	text-align: center
}

.alert-content .alert-text[data-v-3e968eab] {
	margin-bottom: 24px
}

.alert-content .alert-text a[data-v-3e968eab] {
	color: var(--color-link);
	font-size: 16px
}