:root {
	--brand-1: #ffb300;
	--brand-2: #ffc233;
	--brand-3: #ffe48c;
	--black: #000;
	--white: #fff;
	--gray-1: rgba(0, 0, 0, 0.87);
	--gray-2: rgba(0, 0, 0, 0.54);
	--gray-3: rgba(0, 0, 0, 0.4);
	--gray-4: rgba(0, 0, 0, 0.26);
	--gray-5: rgba(0, 0, 0, 0.2);
	--gray-6: rgba(0, 0, 0, 0.1);
	--gray-7: rgba(0, 0, 0, 0.05);
	--gray-8: rgba(0, 0, 0, 0.03);
	--light-1: #f2f4f5;
	--light-2: #fafafa;
	--blue: #39f;
	--gray-dark: #333;
	--green: #62d957;
	--orange: #f70;
	--red: #f56262;
	--yellow: #ffc233;
	--yellow-light: #fff9db;
	--shadow-1: 0 1.5px 3px 0 rgba(0, 0, 0, 0.06), 0 1.5px 3px 0 rgba(0, 0, 0, 0.08);
	--shadow-2: 0 1.5px 2px 0 rgba(0, 0, 0, 0.04), 0 1.5px 2px 0 rgba(0, 0, 0, 0.12);
	--shadow-3: 0 6px 6px 0 rgba(0, 0, 0, 0.03), 0 4px 2px 0 rgba(0, 0, 0, 0.04);
	--shadow-4: 0 8px 8px 0 rgba(0, 0, 0, 0.03), 0 6px 3px 0 rgba(0, 0, 0, 0.02);
	--shadow-5: 0 10px 10px 0 rgba(0, 0, 0, 0.03), 0 8px 4px 0 rgba(0, 0, 0, 0.02);
	--safe-top: 0px;
	--safe-bottom: 0px;
	background-color: var(--light-1)
}

@supports (top:constant(safe-area-inset-top)) {
	:root {
		--safe-top: constant(safe-area-inset-top);
		--safe-bottom: constant(safe-area-inset-bottom)
	}
}

@supports (top:env(safe-area-inset-top)) {
	:root {
		--safe-top: env(safe-area-inset-top);
		--safe-bottom: env(safe-area-inset-bottom)
	}
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*,
:after,
:before {
	box-sizing: border-box
}

body {
	background-color: #fff;
	color: var(--gray-1);
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0
}

main {
	display: block
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin: 0
}

ol,
p,
ul {
	margin: 0
}

ol,
ul {
	list-style-type: none;
	padding: 0
}

a {
	background-color: transparent;
	color: var(--blue);
	text-decoration: none
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

img {
	border-style: none
}

img,
svg {
	vertical-align: middle
}

svg {
	overflow: hidden
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

textarea {
	overflow: auto;
	resize: none
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none !important
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

:focus,
button:focus {
	outline: 0
}

.S--invisible {
	clip: rect(0, 0, 0, 0);
	position: absolute
}

.Avatar {
	border-radius: 50%;
	display: inline-block;
	overflow: hidden
}

.Avatar img {
	display: block;
	height: 36px;
	object-fit: cover;
	width: 36px
}

.Avatar--sm img {
	height: 24px;
	width: 24px
}

.Avatar--lg img {
	height: 40px;
	width: 40px
}

.Avatar--square {
	border-radius: 4px
}

.Backdrop {
	background: var(--gray-5);
	bottom: 0;
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	transition: .3s;
	width: 100vw;
	z-index: 100
}

.Backdrop.active {
	opacity: 1
}

.Bubble {
	background: var(--white);
	border-radius: 4px 20px 20px 20px;
	max-width: 680px;
	min-width: 1px
}

.Bubble.text {
	word-wrap: break-word;
	line-height: 1.7;
	overflow-wrap: break-word;
	padding: 5px 12px;
	white-space: pre-wrap
}

.Bubble.image img {
	border-radius: inherit;
	display: block;
	height: auto;
	max-width: 100%
}

.Bubble.typing {
	padding: 8px 16px
}

.Btn {
	background: var(--white);
	border: 1px solid var(--gray-6);
	border-radius: 16px;
	color: var(--gray-1);
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	padding: 5px 15px;
	text-align: center;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap
}

.Btn:not(:disabled) {
	cursor: pointer
}

.Btn:focus {
	outline: 0
}

.Btn:disabled {
	background-color: transparent;
	border-color: var(--gray-6);
	color: var(--gray-4);
	pointer-events: none
}

.Btn--primary {
	background: linear-gradient(90deg, var(--brand-2) 0, var(--brand-1) 100%);
	border-color: transparent;
	color: var(--white)
}

.Btn--primary:disabled {
	background: rgba(0, 0, 0, .06);
	color: var(--gray-4)
}

.Btn--text {
	background: transparent;
	border: 0;
	color: var(--blue);
	padding: 0;
	vertical-align: initial
}

.Btn--float {
	background: var(--white);
	border: 0;
	box-shadow: var(--shadow-4);
	color: var(--brand-1)
}

.Btn--float:active,
.Btn--float:hover {
	background: rgba(0, 0, 0, .04)
}

.Btn--sm {
	border-radius: 12px;
	font-size: 12px;
	padding: 1px 5px
}

.Btn--lg {
	border-radius: 20px;
	font-size: 15px;
	padding: 7px 29px
}

.Btn--block {
	display: block;
	width: 100%
}

.Btn--block+.Btn--block {
	margin-top: 10px
}

.Card {
	background: var(--white);
	border-radius: 12px;
	box-shadow: var(--shadow-1);
	overflow: hidden
}

.Card--xl {
	width: 300px
}

.Card--lg {
	width: 160px
}

.Card--md {
	width: 120px
}

.Card--sm {
	width: 104px
}

.Card--xs {
	width: 80px
}

.Card--fluid {
	max-width: 680px;
	min-width: 260px;
	width: calc(100% - 48px)
}

.CardMedia {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative
}

.CardMedia:after {
	content: "";
	display: block;
	height: 0
}

.CardMedia--wide:after {
	padding-top: 56.25%
}

.CardMedia--square:after {
	padding-top: 100%
}

.CardMedia-content {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%
}

.CardTitle {
	padding: 10px 12px
}

.CardTitle--center {
	padding: 4px 2px;
	text-align: center
}

.CardTitle-title {
	font-size: 16px
}

.CardTitle-subtitle {
	color: var(--gray-3);
	font-size: 10px
}

.CardContent {
	padding: 10px 12px
}

.CardTitle+.CardContent {
	padding-top: 0
}

.CardText {
	color: var(--gray-dark);
	padding: 10px 12px
}

.CardTitle+.CardText {
	padding-top: 0
}

.CardActions {
	display: -ms-flexbox;
	display: flex;
	padding: 10px 12px
}

.CardText+.CardActions,
.CardTitle+.CardActions {
	padding-top: 0
}

.CardActions .Btn {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	line-height: 20px
}

.CardActions .Btn+.Btn {
	margin-left: 6px
}

.CardActions--column {
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0
}

.CardActions--column .Btn {
	background: var(--white);
	border: 0;
	border-radius: 0;
	border-top: 1px solid var(--gray-6);
	padding: 12px
}

.CardActions--column .Btn:last-child {
	border-radius: 0 0 12px 12px
}

.CardActions--column .Btn+.Btn {
	margin: 0
}

.CardActions--column .Btn--primary {
	color: var(--brand-1)
}

.Divider {
	-ms-flex-align: center;
	align-items: center;
	color: var(--gray-3);
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	margin: 12px 0
}

.Divider:after,
.Divider:before {
	border-top: 1px solid var(--gray-6);
	content: "";
	display: block;
	-ms-flex: 1;
	flex: 1
}

.Divider--text-center:before,
.Divider--text-left:before,
.Divider--text-right:before {
	margin-right: 12px
}

.Divider--text-center:after,
.Divider--text-left:after,
.Divider--text-right:after {
	margin-left: 12px
}

.Divider--text-left:before,
.Divider--text-right:after {
	max-width: 10%
}

.Empty {
	padding: 30px;
	text-align: center
}

.Empty-img {
	height: 125px
}

.Empty-tip {
	color: var(--gray-4);
	margin: 20px 0
}

.Flex {
	display: -ms-flexbox;
	display: flex
}

.Flex--inline {
	display: -ms-inline-flexbox;
	display: inline-flex
}

.Flex--center {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center
}

.Flex--d-r {
	-ms-flex-direction: row;
	flex-direction: row
}

.Flex--d-rr {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.Flex--d-c {
	-ms-flex-direction: column;
	flex-direction: column
}

.Flex--d-cr {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.Flex--w-n {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.Flex--w-w {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.Flex--w-wr {
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse
}

.Flex--jc-fs {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.Flex--jc-fe {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.Flex--jc-c {
	-ms-flex-pack: center;
	justify-content: center
}

.Flex--jc-sb {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.Flex--jc-sa {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.Flex--ai-fs {
	-ms-flex-align: start;
	align-items: flex-start
}

.Flex--ai-fe {
	-ms-flex-align: end;
	align-items: flex-end
}

.Flex--ai-c {
	-ms-flex-align: center;
	align-items: center
}

.FlexItem {
	-ms-flex: 1;
	flex: 1;
	min-height: 0;
	min-width: 0
}

.HelpText {
	color: var(--gray-4);
	font-size: 12px
}

.Icon {
	stroke-width: 0;
	fill: currentColor;
	display: inline-block;
	height: 1em;
	transition: all .3s cubic-bezier(.18, .89, .32, 1.28);
	width: 1em
}

.is-spin {
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.IconBtn {
	background: transparent;
	border: 0;
	color: var(--gray-2);
	padding: 0
}

.IconBtn.Btn--primary {
	color: var(--brand-2)
}

.IconBtn:disabled {
	border-color: var(--gray-6);
	color: var(--gray-6)
}

.IconBtn>.Icon {
	display: block
}

.Image {
	display: inline-block;
	overflow: hidden;
	position: relative
}

.Image--fluid {
	height: auto;
	max-width: 100%
}

.InfiniteScroll {
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll
}

.InputWrapper {
	position: relative
}

.InputWrapper.is-light.has-counter {
	padding-bottom: 20px
}

.InputWrapper.is-light.has-counter+.HelpText {
	margin-top: -18px
}

.InputWrapper.is-light .Input {
	background-color: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	border-radius: 0;
	padding: 2px 12px
}

.InputWrapper.is-light .Input-counter {
	bottom: 0;
	margin-top: 0
}

.Input {
	-webkit-tap-highlight-color: transparent;
	background-clip: padding-box;
	background-color: var(--light-1);
	border: 0;
	border-radius: 10px;
	box-sizing: border-box;
	color: var(--gray-1);
	display: block;
	font-size: 14px;
	line-height: 1.5;
	min-height: 24px;
	padding: 8px 12px;
	width: 100%
}

.Input:focus {
	outline: none
}

.Input:focus:not([disabled]):not([readonly])~.Input-line:after,
.Input:focus:not([disabled]):not([readonly])~.Input-line:before {
	width: 50%
}

.Input::-webkit-input-placeholder {
	color: #ccc
}

.Input:-ms-input-placeholder {
	color: #ccc
}

.Input::placeholder {
	color: #ccc
}

.Input-line {
	position: relative;
	width: 100%
}

.Input-line:after,
.Input-line:before {
	background: var(--brand-1);
	bottom: 0;
	content: "";
	height: 1px;
	position: absolute;
	transition: .2s cubic-bezier(.4, 0, .2, 1);
	width: 0
}

.Input-line:before {
	left: 50%
}

.Input-line:after {
	right: 50%
}

.Input-counter {
	color: var(--gray-3);
	float: right;
	font-size: 12px;
	margin: -26px 12px 0 0;
	position: relative;
	z-index: 1
}

.Label {
	color: var(--gray-2);
	display: block;
	font-size: 12px
}

.List {
	background: var(--white)
}

.List--bordered {
	border: 1px solid var(--gray-7);
	border-radius: 2px
}

.ListItem {
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid var(--gray-7);
	color: var(--gray-1);
	display: -ms-flexbox;
	display: flex;
	padding: 10px 15px;
	transition: .3s
}

.ListItem:first-child {
	border-top: 0
}

a.ListItem:hover {
	background: var(--light-2);
	color: var(--brand-1);
	cursor: pointer
}

.ListItem-content {
	-ms-flex: 1;
	flex: 1
}

.Loading {
	padding: 15px
}

.Loading .Icon {
	color: var(--brand-2);
	font-size: 21px
}

.Loading-tip {
	color: var(--gray-2);
	margin-left: 5px
}

.MediaObject {
	display: -ms-flexbox;
	display: flex
}

.MediaObject-pic {
	margin-right: 10px;
	width: 70px
}

.MediaObject-pic>img {
	display: block;
	height: 100%;
	width: 100%
}

.MediaObject-info {
	-ms-flex: 1;
	flex: 1
}

.MediaObject-title {
	font-size: 14px;
	margin-bottom: 6px
}

.MediaObject-meta {
	color: var(--gray-2);
	font-size: 12px
}

.Message {
	position: relative
}

.Message+.Message {
	margin-top: 12px
}

.Message.left {
	-webkit-animation: msgLeft .5s ease-in-out;
	animation: msgLeft .5s ease-in-out
}

.Message.left .Bubble {
	margin-right: 9%
}

.Message.right {
	-webkit-animation: msgRight .5s ease-in-out;
	animation: msgRight .5s ease-in-out
}

.Message.right .Message-content {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.Message.right .Message-content>.Avatar {
	margin-left: 4px;
	margin-right: 0
}

.Message.right .Bubble {
	background: var(--brand-3);
	border-radius: 20px 4px 20px 20px;
	margin-left: 28%
}

.Message.right .Avatar+.Bubble {
	margin-left: 18%
}

.Message-meta {
	margin-bottom: 8px;
	text-align: center
}

.Message-content {
	-ms-flex-align: start;
	align-items: flex-start;
	display: -ms-flexbox;
	display: flex
}

.Message-content>.Avatar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 4px
}

.SystemMessage {
	color: var(--gray-2);
	font-size: 12px;
	padding: 0 16px;
	text-align: center
}

.SystemMessage a {
	margin-left: 5px
}

@-webkit-keyframes msgLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	50% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes msgLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	50% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes msgRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	20% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes msgRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	20% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.Modal,
.Popup {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	align-items: center;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100
}

.Modal.active .Modal-dialog {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

.Modal-dialog {
	background: var(--white);
	border-radius: 12px;
	box-shadow: var(--shadow-5);
	opacity: 0;
	position: relative;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	transition: opacity .15s linear, -webkit-transform .3s ease-out;
	transition: transform .3s ease-out, opacity .15s linear;
	transition: transform .3s ease-out, opacity .15s linear, -webkit-transform .3s ease-out;
	width: 320px;
	z-index: 100
}

@media (max-width:320px) {
	.Modal-dialog {
		width: 300px
	}
}

.Modal-header {
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex
}

.Modal-title {
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
	padding: 10px 15px
}

.Modal-close {
	font-size: 16px;
	padding: 8px 12px
}

.Modal-footer {
	display: -ms-flexbox;
	display: flex
}

.Modal-footer--h {
	padding: 16px 25px
}

.Modal-footer--h .Btn {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	line-height: 20px
}

.Modal-footer--h .Btn+.Btn {
	margin-left: 12px
}

.Modal-footer--v {
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 16px
}

.Modal-footer--v .Btn {
	background: var(--white);
	border: 0;
	border-radius: 0;
	border-top: 1px solid var(--gray-6);
	color: var(--gray-2);
	font-weight: 500;
	padding: 12px
}

.Modal-footer--v .Btn:last-child {
	border-radius: 0 0 12px 12px
}

.Modal-footer--v .Btn--primary {
	color: var(--brand-1)
}

.Popup {
	-ms-flex-align: end;
	align-items: flex-end
}

.Popup.active .Popup-dialog {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.Popup-dialog {
	background: var(--white);
	border-radius: 12px 12px 0 0;
	box-shadow: var(--shadow-5);
	opacity: 0;
	overflow: hidden;
	padding-bottom: env(safe-area-inset-bottom);
	position: relative;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	transition: .3s;
	width: 100%;
	z-index: 100
}

.Popup-header {
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex
}

.Popup-title {
	color: var(--gray-2);
	-ms-flex: 1;
	flex: 1;
	font-size: 12px;
	padding: 7px 12px
}

.Popup-close {
	color: var(--gray-2);
	font-size: 16px;
	padding: 8px 12px
}

.Popup-close:hover {
	color: var(--gray-1)
}

.Popup-body.overflow {
	-webkit-overflow-scrolling: touch;
	max-height: 300px;
	max-height: 70vh;
	overflow-y: auto
}

.Popup-footer {
	background: var(--white);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 14px
}

.Popup-footer .Btn+.Btn {
	margin-top: 10px
}

.Confirm {
	text-align: center
}

.Confirm .Modal-body {
	color: var(--gray-dark);
	padding: 0 16px
}

.S--modalOpen,
.S--modalOpen .MessageContainer>.PullToRefresh {
	overflow: hidden
}

.S--wide .Popup {
	-ms-flex-align: center;
	align-items: center
}

.S--wide .Popup-dialog {
	border-radius: 12px;
	width: 480px
}

.Navbar {
	background: var(--white);
	box-shadow: var(--shadow-3);
	display: -ms-flexbox;
	display: flex;
	min-height: 44px;
	padding: 0 6px;
	padding-top: var(--safe-top);
	position: relative;
	z-index: 10
}

.Navbar .IconBtn {
	color: var(--gray-2);
	font-size: 24px;
	padding: 10px
}

.Navbar-main {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 3;
	flex: 3;
	justify-content: center
}

.Navbar-left,
.Navbar-right {
	-ms-flex: 2;
	flex: 2
}

.Navbar-right {
	text-align: right
}

.Navbar-title {
	color: var(--gray-1);
	font-size: 16px;
	text-align: center
}

.Navbar-logo {
	height: 36px;
	width: auto
}

.Notice {
	-ms-flex-align: start;
	align-items: flex-start;
	background: var(--yellow-light);
	border-radius: 8px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .03), 0 3px 4px 0 rgba(0, 0, 0, .06);
	display: -ms-flexbox;
	display: flex;
	left: 8px;
	padding: 16px;
	position: absolute;
	right: 8px;
	top: 12px;
	z-index: 30
}

.Notice-close,
.Notice-icon {
	color: var(--gray-2);
	font-size: 16px;
	margin-top: 3px
}

.Notice-icon {
	margin-right: 5px
}

.Notice-close {
	margin-left: 5px
}

.Notice-content {
	word-wrap: break-word;
	color: var(--gray-dark);
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	position: relative
}

.Notice-content .collapsed {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis
}

.Notice-actions {
	margin: 5px 0 -8px
}

.Notice-more {
	color: var(--gray-2);
	display: block;
	margin: 0 auto;
	transition: .3s
}

.Notice-more[aria-expanded=true] {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.Popover {
	font-size: 14px;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	z-index: 1030
}

.Popover-body {
	background: var(--white);
	border-radius: 6px;
	box-shadow: var(--shadow-5)
}

.Popover-arrow {
	fill: var(--white);
	display: block;
	height: 5px;
	margin-left: 10px;
	width: 9px
}

.Price {
	display: inline;
	font-size: 10px
}

.Price--original {
	color: var(--gray-3);
	text-decoration: line-through
}

.Price:not(.Price--original) .Price-integer {
	font-size: 1.4em
}

.Progress {
	background-color: var(--gray-5);
	border-radius: 100px;
	display: -ms-flexbox;
	display: flex;
	height: 2px;
	overflow: hidden
}

.Progress-bar {
	background-color: var(--blue);
	overflow: hidden;
	transition: width .6s ease
}

.Progress--success .Progress-bar {
	background-color: var(--green)
}

.Progress--error .Progress-bar {
	background-color: var(--red)
}

.PullToRefresh {
	-webkit-overflow-scrolling: touch;
	height: 100%;
	overflow-y: scroll
}

.PullToRefresh-fallback {
	text-align: center
}

.PullToRefresh-loadMore {
	padding: 8px
}

.PullToRefresh-inner {
	min-height: 100%;
	overflow: hidden
}

.PullToRefresh-indicator {
	color: grey;
	height: 25px;
	line-height: 25px;
	margin-top: -25px;
	text-align: center
}

.PullToRefresh-spinner {
	color: var(--brand-2);
	font-size: 24px
}

.PullToRefresh-transition {
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.QuickReplies {
	background: rgba(242, 244, 245, .95);
	bottom: 100%;
	left: 8px;
	overflow: hidden;
	padding: 4px 0;
	position: absolute;
	right: 8px;
	transition: opacity .3s;
	z-index: 110
}

.QuickReplies[data-visible=false] {
	opacity: 0;
	visibility: hidden
}

.QuickReply {
	background: var(--white);
	border: 1px solid var(--white);
	border-radius: 20px;
	color: var(--gray-1);
	cursor: pointer;
	line-height: 1.43;
	margin: 0;
	padding: 5px 11px;
	position: relative;
	transition: .15s ease-in-out
}

.QuickReply.new:after {
	background-color: var(--red);
	border: 1px solid var(--white);
	border-radius: 50%;
	content: "";
	height: 9px;
	overflow: hidden;
	position: absolute;
	right: -1px;
	top: 2px;
	width: 9px
}

.QuickReply.highlight {
	border-color: var(--brand-2)
}

.QuickReply-inner {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex
}

.QuickReply-img {
	max-height: 16px
}

.QuickReply-img,
.QuickReply-inner>.Icon {
	margin-right: 3px
}

@media (hover:hover) {
	.QuickReply:hover {
		border-color: var(--brand-2)
	}
}

.Checkbox,
.Radio {
	-webkit-tap-highlight-color: transparent;
	border: 1px solid var(--gray-6);
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 5px 5px 0;
	padding: 6px 12px;
	position: relative;
	text-align: center;
	transition: .15s ease-in-out
}

.RadioGroup--block .Radio {
	display: block;
	margin: 10px 0 0
}

.RadioGroup--block .Radio:first-child {
	margin: 0
}

.CheckboxGroup--block .Checkbox {
	display: block;
	margin: 10px 0 0
}

.CheckboxGroup--block .Checkbox:first-child {
	margin: 0
}

.Checkbox--disabled,
.Radio--disabled {
	background: var(--gray-7);
	border-color: transparent;
	color: var(--gray-4);
	cursor: auto
}

.Checkbox--checked,
.Radio--checked {
	background: var(--brand-3);
	border-color: var(--brand-3);
	color: var(--gray-1)
}

.Checkbox-input,
.Radio-input {
	cursor: inherit;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.RateActions {
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin: 0 8px;
	position: relative;
	width: 32px;
	z-index: 10
}

.RateBtn {
	background: var(--white);
	border-radius: 50%;
	box-shadow: var(--shadow-1);
	color: var(--gray-2);
	font-size: 24px;
	padding: 4px;
	transition: .2s
}

.RateBtn+.RateBtn {
	margin-top: 9px
}

.RateBtn.active {
	box-shadow: 0
}

.RateBtn[data-type=good].active,
.RateBtn[data-type=good]:hover {
	color: var(--brand-1)
}

.RateBtn[data-type=bad].active,
.RateBtn[data-type=bad]:hover {
	color: #46c2eb
}

.RichText {
	word-wrap: break-word;
	overflow-wrap: break-word
}

.ScrollView {
	overflow: hidden
}

.ScrollView-scroller {
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	scroll-behavior: smooth;
	scrollbar-width: none
}

.ScrollView-scroller::-webkit-scrollbar {
	display: none
}

.ScrollView--fullWidth {
	margin: 0 -8px
}

.ScrollView--fullWidth:not(.ScrollView--hasControls) .ScrollView-inner {
	padding: 0 8px
}

.ScrollView--x .ScrollView-scroller {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: -18px;
	overflow-x: scroll;
	overflow-y: hidden;
	padding-bottom: 18px
}

.ScrollView--x .ScrollView-inner {
	display: -ms-flexbox;
	display: flex
}

.ScrollView--x .ScrollView-item {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: 8px
}

.ScrollView--x .ScrollView-item:first-child {
	margin-left: 0
}

.ScrollView--hasControls {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex
}

.ScrollView--hasControls .ScrollView-scroller {
	-ms-flex: 1;
	flex: 1
}

.ScrollView-control {
	color: var(--gray-3);
	font-size: 16px;
	padding: 6px
}

.ScrollView-control:not(:disabled):hover {
	color: var(--brand-1)
}

.Step {
	padding-bottom: 10px;
	padding-left: 24px;
	position: relative
}

.Step:last-child {
	padding-bottom: 0
}

.Step:last-child .Step-line {
	display: none
}

.Step--active .Step-dot {
	background: var(--brand-1);
	-webkit-transform: scale(1.5);
	transform: scale(1.5)
}

.Step--active .Step-line {
	background: var(--gray-6)
}

.Step--active .Step-desc,
.Step--active .Step-title {
	color: var(--gray-1)
}

.Step--disabled .Step-dot,
.Step--disabled .Step-line {
	background: var(--gray-6)
}

.Step--disabled .Step-desc,
.Step--disabled .Step-title {
	color: var(--gray-4)
}

.Step-dot {
	border-radius: 50%;
	height: 8px;
	left: 2px;
	top: 6px;
	width: 8px;
	z-index: 2
}

.Step-dot,
.Step-line {
	background: var(--brand-3);
	position: absolute
}

.Step-line {
	bottom: -7px;
	left: 5px;
	top: 13px;
	width: 2px
}

.Step-title {
	color: var(--gray-2)
}

.Step-desc {
	color: var(--gray-3);
	font-size: 12px
}

.Tabs-nav {
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.Tabs-nav::-webkit-scrollbar {
	display: none
}

.Tabs--scrollable .Tabs-nav {
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
	overflow-x: auto
}

.Tabs--scrollable .Tabs-navItem {
	-ms-flex: 0 0 22%;
	flex: 0 0 22%
}

.Tabs-navItem {
	-ms-flex: 1;
	flex: 1;
	text-align: center
}

.Tabs-navLink {
	background: transparent;
	border: 0;
	color: var(--gray-dark);
	display: inline-block;
	font-weight: 300;
	line-height: 20px;
	margin: 0;
	padding: 8px 3px;
	transition: .3s
}

.Tabs-navLink:hover {
	cursor: pointer
}

.Tabs-navLink.active {
	color: var(--brand-1);
	font-weight: 400
}

.Tabs-navPointer {
	background: var(--brand-2);
	border-radius: 1px;
	bottom: 0;
	height: 2px;
	left: 0;
	position: absolute;
	transition: .3s cubic-bezier(.4, 0, .2, 1)
}

.Tabs-pane {
	display: none
}

.Tabs-pane.active {
	display: block
}

.Tag {
	border-radius: 4px;
	color: var(--brand-1);
	display: inline-block;
	font-size: 10px;
	line-height: 1.2;
	margin: 0 4px 0 0;
	padding: 2px 3px;
	position: relative;
	white-space: nowrap
}

.Tag:before {
	background: currentColor;
	border-radius: inherit;
	bottom: 0;
	content: "";
	left: 0;
	opacity: .1;
	position: absolute;
	right: 0;
	top: 0
}

.Text--truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.Text--break {
	overflow-wrap: break-word !important;
	word-break: break-word !important
}

.Text--ellipsis {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis
}

.Time {
	color: var(--gray-3);
	display: inline-block;
	font-size: 12px;
	padding: 3px
}

.Toast,
.Toast-content {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex
}

.Toast {
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all .3s ease 0s;
	visibility: hidden;
	z-index: 200
}

.Toast[data-type=success] .Icon {
	color: var(--green)
}

.Toast[data-type=error] .Icon {
	color: var(--red)
}

.Toast[data-type=loading] .Icon {
	color: var(--yellow)
}

.Toast.show {
	opacity: 1;
	visibility: visible
}

.Toast .Icon {
	font-size: 24px;
	margin-right: 8px
}

.Toast-content {
	background: var(--white);
	border-radius: 8px;
	box-shadow: var(--shadow-3);
	margin: 0 20px;
	min-width: 160px;
	padding: 18px 20px 18px 28px
}

.Toast-message {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 16px
}

.Toolbar {
	padding: 10px 12px 25px
}

.Toolbar-item {
	display: inline-block;
	margin-top: 20px;
	text-align: center;
	width: 25%
}

.Toolbar-btn {
	color: var(--gray-1);
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	width: 70px
}

.Toolbar-btn:hover {
	color: var(--brand-1);
	cursor: pointer
}

.Toolbar-btn:focus {
	color: var(--gray-1)
}

.Toolbar-btnIcon {
	display: inline-block
}

.Toolbar-btnIcon .Icon {
	font-size: 40px;
	transition: .3s
}

.Toolbar-img {
	height: 40px;
	width: 40px
}

.Toolbar-btnText {
	display: block;
	font-size: 12px;
	margin-top: 12px;
	transition: .3s
}

[data-tooltip] {
	cursor: pointer;
	position: relative
}

[data-tooltip]:after,
[data-tooltip]:before {
	bottom: 100%;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	-webkit-transform: translate(-50%, 4px);
	transform: translate(-50%, 4px);
	-webkit-transform-origin: top;
	transform-origin: top;
	transition: all .18s ease-out .18s;
	z-index: 200
}

[data-tooltip]:after {
	background: var(--gray-1);
	border-radius: 6px;
	color: var(--white);
	content: attr(aria-label);
	font-size: 12px;
	margin-bottom: 10px;
	padding: .5em 1em;
	white-space: nowrap
}

[data-tooltip]:before {
	border: 5px solid transparent;
	border-top: 5px solid var(--gray-1);
	content: "";
	height: 0;
	-webkit-transform-origin: top;
	transform-origin: top;
	width: 0
}

[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
	opacity: 1;
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}

.Tree {
	background: var(--white)
}

.TreeNode-title {
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid var(--gray-7);
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 10px 15px
}

.TreeNode-title:hover {
	background: var(--light-2);
	color: var(--brand-1);
	cursor: pointer
}

.TreeNode:last-child .TreeNode-title {
	border: 0
}

.TreeNode-children-title {
	background: var(--light-2);
	border-bottom: 1px solid var(--gray-7)
}

.TreeNode-title-text {
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis
}

.TreeNode-children {
	display: none
}

.TreeNode-children-active {
	display: block
}

.Typing {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	height: 20px;
	transition: opacity .1s
}

.Typing-dot {
	-webkit-animation: typing-dot .9s linear infinite;
	animation: typing-dot .9s linear infinite;
	background: var(--brand-2);
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin-left: 5px;
	width: 8px
}

.Typing-dot:first-child {
	margin: 0;
	opacity: .9
}

.Typing-dot:nth-child(2) {
	-webkit-animation-delay: .225s;
	animation-delay: .225s;
	opacity: .3
}

.Typing-dot:nth-child(3) {
	-webkit-animation-delay: .45s;
	animation-delay: .45s;
	opacity: .6
}

@-webkit-keyframes typing-dot {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	25% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px)
	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	75% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes typing-dot {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	25% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px)
	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	75% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.Video {
	border-radius: inherit;
	position: relative
}

.Video-cover,
.Video-video {
	border-radius: inherit;
	display: block;
	max-height: 100%;
	width: 100%
}

.Video-duration {
	bottom: 5px;
	color: var(--white);
	position: absolute;
	right: 5px;
	z-index: 1
}

.Video-duration:after {
	content: "＂"
}

.Video-playBtn {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.Video-playBtn:hover {
	cursor: pointer
}

.Video-playIcon {
	background: url(//gw.alicdn.com/tfs/TB1p1mkqIbpK1RjSZFyXXX_qFXa-70-70.png) 0 0 no-repeat;
	background-size: cover;
	display: inline-block;
	height: 35px;
	width: 35px
}

.Video--playing .Video-playBtn {
	display: none
}

.Carousel {
	overflow: hidden
}

.Carousel-indicators,
.Carousel-inner {
	display: -ms-flexbox;
	display: flex
}

.Carousel-indicators {
	-ms-flex-pack: center;
	justify-content: center;
	list-style-type: none
}

.Carousel-indicators li {
	background: var(--gray-4);
	border-radius: 50%;
	height: 6px;
	margin: 0 2px;
	transition: .3s;
	width: 6px
}

.Carousel-indicators .active {
	background: var(--brand-1)
}

.Goods {
	padding: 8px
}

.Goods+.Goods {
	border-top: 1px solid var(--gray-7)
}

.Goods-img {
	height: 80px;
	object-fit: contain;
	width: 80px
}

.Goods-img,
.Goods-main .Price {
	margin-right: 8px
}

.Goods-desc {
	color: var(--gray-3);
	font-size: 12px
}

.Goods-meta {
	color: var(--gray-3);
	font-size: 10px
}

.Goods-countUnit {
	color: var(--gray-3);
	font-size: 12px
}

.Goods-unit {
	font-size: 10px;
	margin-left: 3px
}

.Goods-buyBtn {
	background: var(--brand-1);
	color: #fff;
	float: right;
	padding: 2px
}

.Goods-detailBtn {
	border-radius: 10px;
	font-size: 10px;
	line-height: 18px;
	min-width: 48px;
	padding: 0 10px
}

.Goods-aside {
	-ms-flex-align: end;
	align-items: flex-end;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 8px
}

.Goods-status {
	color: var(--orange);
	font-size: 12px
}

.FileCard {
	padding: 8px
}

.FileCard-icon {
	color: var(--gray-2);
	height: 60px;
	margin-right: 8px;
	position: relative
}

.FileCard-icon[data-type=pdf] {
	color: var(--red)
}

.FileCard-icon[data-type*=doc] {
	color: var(--blue)
}

.FileCard-icon[data-type*=ppt],
.FileCard-icon[data-type=key] {
	color: var(--orange)
}

.FileCard-icon[data-type*=xls] {
	color: var(--green)
}

.FileCard-icon[data-type=rar],
.FileCard-icon[data-type=zip] {
	color: var(--brand-1)
}

.FileCard-icon .Icon {
	font-size: 60px
}

.FileCard-name {
	height: 38px;
	line-height: 1.4;
	margin-bottom: 4px
}

.FileCard-ext {
	bottom: 15px;
	font-size: 16px;
	font-weight: 700;
	left: 20px;
	max-width: 50px;
	position: absolute;
	text-transform: uppercase;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom
}

.FileCard-meta {
	color: var(--gray-3);
	font-size: 12px
}

.FileCard-meta>a,
.FileCard-meta>span {
	margin-right: 10px
}

.Form {
	background: var(--white)
}

.Form.is-light {
	background: var(--light-2)
}

.Form.is-light .InputWrapper {
	margin: 0 -12px
}

.FormItem {
	padding: 0 12px;
	position: relative
}

.FormItem+.FormItem {
	margin-top: 20px
}

.FormItem.required .Label:after {
	color: var(--red);
	content: "*";
	display: inline-block;
	font-family: SimSun, sans-serif;
	font-size: 14px;
	line-height: 1;
	vertical-align: middle
}

.FormItem.is-invalid .HelpText,
.FormItem.is-invalid .Label {
	color: var(--red)
}

.FormItem.is-invalid .InputWrapper.is-light .Input {
	border-bottom-color: var(--red)
}

.FormItem .CheckboxGroup,
.FormItem .RadioGroup {
	margin-top: 10px
}

.FormItem .Label+.Input {
	margin-top: 5px
}

.FormActions {
	background: var(--white);
	display: -ms-flexbox;
	display: flex;
	padding: 10px 12px
}

.FormActions .Btn {
	-ms-flex: 1;
	flex: 1;
	line-height: 20px
}

.FormActions .Btn+.Btn {
	margin-left: 6px
}

.MessageContainer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 0;
	position: relative
}

.MessageContainer>.PullToRefresh {
	-ms-flex: 1;
	flex: 1
}

.MessageContainer>.PullToRefresh>.PullToRefresh-inner {
	padding-bottom: 40px
}

.MessageList {
	padding: 8px
}

.RecorderToast {
	background: rgba(51, 51, 51, .87);
	border-radius: 12px;
	color: var(--white);
	height: 160px;
	left: 50%;
	padding: 10px;
	position: fixed;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 160px;
	z-index: 100
}

.Recorder--cancel .RecorderToast {
	color: var(--red)
}

.Recorder--cancel .Recorder-btn {
	background: var(--gray-7);
	color: var(--gray-3)
}

.RecorderToast-icon {
	font-size: 37px;
	position: relative
}

.RecorderToast-waves {
	height: 100%;
	position: absolute;
	transition: .3s;
	width: 100%;
	z-index: -1
}

.RecorderToast-wave-1,
.RecorderToast-wave-2,
.RecorderToast-wave-3 {
	-webkit-animation: wave 10s linear infinite;
	animation: wave 10s linear infinite;
	color: var(--brand-2);
	position: absolute;
	z-index: -1
}

.RecorderToast-wave-1 {
	font-size: 176px;
	left: 14px;
	opacity: .2;
	top: -25px
}

.RecorderToast-wave-2 {
	font-size: 186px;
	left: -21px;
	opacity: .4;
	top: -12px
}

.RecorderToast-wave-3 {
	font-size: 71px;
	left: 46px;
	opacity: .8;
	top: 21px
}

.Recorder-btn {
	-webkit-touch-callout: none;
	background: var(--white);
	border-radius: 20px;
	color: var(--gray-dark);
	height: 38px;
	line-height: 38px;
	text-align: center;
	transition: .3s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@-webkit-keyframes wave {
	0% {
		-webkit-transform: translateY(5%) rotate(0);
		transform: translateY(5%) rotate(0)
	}

	50% {
		-webkit-transform: translateY(-5%) rotate(180deg);
		transform: translateY(-5%) rotate(180deg)
	}

	to {
		-webkit-transform: translateY(5%) rotate(1turn);
		transform: translateY(5%) rotate(1turn)
	}
}

@keyframes wave {
	0% {
		-webkit-transform: translateY(5%) rotate(0);
		transform: translateY(5%) rotate(0)
	}

	50% {
		-webkit-transform: translateY(-5%) rotate(180deg);
		transform: translateY(-5%) rotate(180deg)
	}

	to {
		-webkit-transform: translateY(5%) rotate(1turn);
		transform: translateY(5%) rotate(1turn)
	}
}

.Composer {
	-ms-flex-align: end;
	align-items: flex-end;
	display: -ms-flexbox;
	display: flex;
	padding: 8px
}

.Composer>div+div {
	margin-left: 8px
}

.Composer-actions .IconBtn {
	border-radius: 8%;
	font-size: 26px;
	padding: 6px
}

.Composer-actions .IconBtn:not(:disabled),
.Composer-actions .IconBtn:not(:disabled):active,
.Composer-actions .IconBtn:not(:disabled):hover {
	background: var(--white);
	color: var(--brand-1)
}

.Composer-actions .Btn--primary:not(:disabled) {
	background: var(--brand-1);
	color: var(--white)
}

.Composer-toggleBtn {
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.Composer-toggleBtn.active {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.Composer-inputWrap {
	-ms-flex: 1;
	flex: 1;
	position: relative
}

.Composer-input {
	background-color: var(--white);
	border: 0;
	caret-color: var(--brand-2);
	line-height: 22px;
	max-height: 126px;
	overflow: hidden;
	padding: 8px 32px 8px 16px;
	transition: border-color .15s ease-in-out;
	word-break: break-all
}

.Composer-input:-ms-input-placeholder+.Composer-sendBtn {
	opacity: 0;
	visibility: hidden
}

.Composer-input:placeholder-shown+.Composer-sendBtn {
	opacity: 0;
	visibility: hidden
}

.Composer-toolbar {
	margin-right: 20px;
	padding: 8px 0
}

.Composer-toolbar .Btn {
	font-size: 28px;
	margin-left: 20px
}

.Composer-toolbar .Btn:first-child {
	margin: 0
}

.Composer-toolbar .Btn:hover {
	color: var(--brand-1)
}

.Composer-toolbar .Btn:focus:after,
.Composer-toolbar .Btn:focus:before {
	opacity: 0
}

.Composer-toolbar img {
	display: block;
	height: 28px;
	width: 28px
}

.Composer--lg {
	padding: 12px 20px 16px
}

.Composer--lg .Composer-input {
	border: 1px solid var(--white);
	padding: 10px 38px 10px 16px
}

.Composer--lg .Composer-input:focus {
	border-color: var(--brand-1)
}

.Composer--lg .Composer-actions {
	padding: 4px 0
}

.SendConfirm .Modal-dialog {
	margin: 20px;
	width: 480px
}

.SendConfirm-inner {
	height: 320px;
	text-align: center
}

.SendConfirm-inner img {
	max-height: 100%;
	max-width: 100%
}

@supports (top:constant(safe-area-inset-top)) or (top:env(safe-area-inset-top)) {
	body:not(.S--noHomeBar) {
		height: calc(100% - var(--safe-bottom))
	}
}

.ChatApp {
	background: var(--light-1);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

.ChatFooter {
	background: rgba(242, 244, 245, .95);
	position: relative;
	z-index: 10
}

.bordered {
	border-radius: 12px;
	box-shadow: var(--shadow-1)
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

.scrollable {
	-webkit-overflow-scrolling: touch;
	overflow: hidden
}

.scrollable::-webkit-scrollbar {
	display: none
}

.scroller {
	-webkit-overflow-scrolling: touch;
	margin-bottom: -18px;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 18px;
	white-space: nowrap
}

.scroller::-webkit-scrollbar {
	display: none
}

.slide-in-right-item {
	-webkit-animation: slideInRight .5s ease-in-out both;
	animation: slideInRight .5s ease-in-out both
}

.slide-in-right-item:nth-child(2) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.slide-in-right-item:nth-child(3) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.slide-in-right-item:nth-child(4) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.slide-in-right-item:nth-child(5) {
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}

.slide-in-right-item:nth-child(6) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.slide-in-right-item:nth-child(7) {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s
}

.slide-in-right-item:nth-child(8) {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s
}

.slide-in-right-item:nth-child(9) {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s
}

.slide-in-right-item:nth-child(10) {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s
}

.slide-in-right-item:nth-child(11) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		transform: translateX(100px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		transform: translateX(100px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.S--wide {
	/* -ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(//img.alicdn.com/tfs/TB1C.3nefb2gK0jSZK9XXaEgFXa-2880-2000.jpg) 0 0 no-repeat;
	background-size: cover;
	display: -ms-flexbox;
	display: flex;
	justify-content: center */
}

.ScrollView--hasControls .ScrollView-scroller {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.Knowledge {
	padding: 12px 16px;
	position: relative
}

.Knowledge-body {
	max-height: 276px;
	min-height: 21px;
	overflow: hidden
}

.Knowledge-actions {
	background-image: linear-gradient(hsla(0, 0%, 100%, 0), #fff 58%);
	bottom: 0;
	left: 16px;
	padding-top: 40px;
	position: absolute;
	right: 16px
}

.Knowledge-btn {
	color: var(--brand-1);
	line-height: 20px;
	padding: 12px
}

.Knowledge-btn .Icon {
	font-size: 18px;
	margin-left: 5px
}

.Knowledge-content h1 {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 12px
}

.Knowledge-content h2,
.Knowledge-content h3,
.Knowledge-content h4,
.Knowledge-content h5,
.Knowledge-content h6 {
	font-size: 16px;
	line-height: 23px;
	margin: 0 0 12px
}

.Knowledge-content p {
	line-height: 24px;
	margin: 0 0 12px
}

.Knowledge-content ol,
.Knowledge-content ul {
	padding: 0 0 0 20px
}

.Knowledge-content ol {
	list-style-type: decimal
}

.Knowledge-content ul {
	list-style-type: disc
}

.Knowledge-content ol ul,
.Knowledge-content ul ul {
	list-style-type: circle
}

.Knowledge-content ol ol,
.Knowledge-content ul ol {
	list-style-type: lower-roman
}

.Knowledge-content i {
	font-style: normal
}

.Knowledge-content img,
.Knowledge-content video {
	height: auto;
	margin: 0 !important;
	max-width: 100%;
	width: 100% !important
}

.Knowledge-content table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100% !important
}

.Knowledge-content table td,
.Knowledge-content table th {
	border: 1px solid #e8e8e8;
	border-spacing: 0;
	padding: 4px
}

.Knowledge-content .se-highlight {
	color: #f56262
}

#se-knowledge>:last-child,
.Knowledge-content>:last-child {
	margin-bottom: 0
}

.Knowledge-popup .Popup-body {
	background: var(--light-2);
	padding: 8px 16px 20px
}

.RichText img[src*="wangwang/smiley"] {
	height: 24px !important;
	margin: 0 3px !important;
	width: 24px !important
}

.Knowledge-recommend-title {
	color: var(--gray-3);
	font-size: 12px;
	margin: 12px 0 0
}

.Knowledge-recommend-item {
	padding: 5px 0
}

.Recommend-title {
	border-bottom: 1px solid var(--gray-7);
	color: var(--gray-3);
	font-size: 14px;
	padding: 4px 15px
}

.NameCard {
	margin: 20px auto 0;
	overflow: initial;
	padding: 24px 8px 6px;
	position: relative;
	text-align: center;
	width: 210px
}

.NameCard--wide {
	width: 320px
}

.NameCard-avatar {
	background-color: #fff;
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: -18px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.NameCard-avatar img {
	object-fit: contain
}

.NameCard-label {
	color: var(--gray-3)
}

.NameCard-channelList {
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px
}

.NameCard-channel {
	-ms-flex: 1;
	flex: 1;
	margin-left: 8px;
	min-width: 0;
	text-align: center
}

.NameCard-channel:first-child {
	margin: 0
}

.NameCard-channelImg {
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 20px;
	width: 20px
}

.NameCard-channelName {
	color: var(--gray-1);
	font-size: 12px
}

.NameCard-channelDesc {
	color: var(--gray-3);
	font-size: 10px
}

.Promotion {
	padding-bottom: 5px
}

.RecommendCardWrap {
	position: relative;
	width: 310px
}

.RecommendCardWrap--hasToggle {
	margin-bottom: 18px
}

.RecommendCard {
	display: -ms-flexbox;
	display: flex
}

.RecommendCard .List {
	-ms-flex: 1;
	flex: 1;
	min-width: 0
}

.RecommendCard .ListItem {
	margin-left: 10px;
	padding: 11px 10px 11px 0
}

.RecommendCard .ListItem:hover {
	background: #fff
}

.RecommendCard .ListItem[data-hot]:after {
	background: var(--brand-2);
	border-radius: 20px 20px 20px 2px;
	color: #fff;
	content: "hot";
	display: inline-block;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	margin-left: 2px;
	text-align: center;
	width: 22px
}

.RecommendCard .ListItem-content {
	-ms-flex: none;
	flex: none;
	max-width: calc(100% - 24px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.RecommendCard--fold {
	height: 175px
}

.RecommendCard-cover {
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 12px 0 0 12px;
	width: 80px
}

.RecommendCard-toggleBtn {
	background: #fff;
	border: 0;
	border-radius: 0 0 8px 8px;
	bottom: -15px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	color: #dddedf;
	height: 15px;
	left: 50%;
	margin: 0 0 0 -30px;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 60px
}

.RecommendCard-toggleBtn:focus {
	outline: 0
}

.RecommendCard--fold+.RecommendCard-toggleBtn .Icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.SkillCard .CardTitle-subtitle,
.SkillCard .CardTitle-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.SkillCard-title {
	padding: 8px;
	text-align: center
}

.Feedback-inner {
	padding: 10px 15px
}

.Feedback-inner .InputWrapper {
	margin-top: 10px
}

.Feedback-title {
	margin-bottom: 10px
}

.Feedback--hidden {
	display: none
}

.Slot {
	line-height: 1.3;
	margin-bottom: 5px;
	width: 104px
}

.Slot-alt {
	color: var(--brand-1);
	text-align: center
}

.Slot-icon {
	color: var(--gray-6);
	font-size: 32px
}

.Slot-text {
	min-height: 30px;
	padding: 5px 2px
}

.Slot-title {
	color: #333;
	font-size: 12px
}

.Slot-desc {
	color: var(--gray-3);
	font-size: 10px;
	margin-top: 2px
}

.Slot--small {
	width: 80px
}

.Slot-btn {
	border-color: var(--brand-2);
	color: var(--gray-1);
	line-height: 1.1;
	min-height: 32px;
	padding: 4px 16px
}

.Slot-btn:hover {
	background: #fff;
	cursor: pointer
}

.Slot-btn span {
	display: block
}

.SlotList--multiLine {
	width: 100%
}

.Slot-item {
	display: inline-block;
	margin: 0 8px 8px 0
}

.ComponentMessage {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-direction: inherit;
	flex-direction: inherit;
	min-width: 0
}

.Message.left+.left .Message-content>.Avatar {
	visibility: hidden
}

.Sidebar {
	background: #fff;
	border-left: 1px solid #eee;
	overflow-y: auto;
	padding: 20px;
	width: 281px
}

.Sidebar:empty {
	display: none
}

.Sidebar h3 {
	font-size: 18px;
	font-weight: 500
}

@media (max-width:600px) {
	.Sidebar {
		display: none
	}
}

.Sidebar-panel {
	margin-top: 24px
}

.Sidebar-panel:first-child {
	margin-top: 0
}

.AutoComplete {
	background: var(--white);
	border-radius: 8px;
	bottom: 100%;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
	left: 0;
	margin-bottom: 8px;
	max-height: 200px;
	max-width: 400px;
	opacity: 0;
	overflow-y: auto;
	pointer-events: none;
	position: absolute;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	transition: .2s;
	width: 100%;
	z-index: 150
}

.AutoComplete.show {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.AutoComplete a {
	border-top: 1px solid #eee;
	color: var(--gray-dark);
	display: block;
	padding: 9px 16px
}

.AutoComplete a:hover {
	background: var(--light-2)
}

.AutoComplete mark {
	background: transparent;
	color: var(--red)
}

.ChatWrapper {
	background: #f4f6f8;
	height: 100%;
	max-height: 900px;
	max-width: 1160px;
	overflow: hidden;
	width: 100%
}

.S--wide .ChatWrapper {
	border-radius: 8px
}

.ChatWrapper-header {
	background: #fff;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 2px 8px 0 #e5e8ee;
	padding: 12px 16px;
	position: relative;
	z-index: 1
}

.ChatWrapper-body {
	display: -ms-flexbox;
	display: flex
}

.Main {
	-ms-flex: 1;
	flex: 1
}