/*!
 * =====================================================
 * Mui v1.1.0 (https://Mui.net.cn)1
 * =====================================================
 */
@charset "utf-8";

html {
	font-family: sans-serif;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

body {
	margin: 0;
	min-width: 800px;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	color: #000;
	background: #ff0;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

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

ul,ol,li {
	list-style: none;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0;
	color: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input {
	line-height: 24px;
}

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

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

input[type='search'] {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* -webkit-user-select: none; */
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

body {
	min-width: 800px;
	font-family: "Microsoft YaHei", "微软雅黑";
	/*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
	font-size: 16px;
	line-height: 24px;
	color: #000;
	/*background-color: #fff;*/
	-webkit-overflow-scrolling: touch;
}

a {
	text-decoration: none;
	color: #007aff;
}

a:active {
	color: #0062cc;
}


.sp {
	display: none !important;
}

/*------------------------------------------------------------
	pc优先 以下是sp
------------------------------------------------------------*/
@media all and (max-width: 767px) {
	body {
		min-width: 320px;
    font-size: 14px;
		line-height: 21px;
	}

	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}

/*------------------------------------------------------------
	布局
------------------------------------------------------------*/
.content {
	background-color: #efeff4;
	-webkit-overflow-scrolling: touch;
}

.padded {
	padding: 0 12.5px;
}

.marged {
	margin: 0 0 10px;
}

.inner {
	margin: 0 auto;
	padding: 0 12.5px;
	max-width: 1225px;
}

.inline {
	display: inline-block;
	vertical-align: top;
}

/*超出一行显示...*/
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*超出两行显示...*/
.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.table {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.table-cell {
	position: relative;
	display: table-cell;
}

/*------------------------------------------------------------
	微调整
------------------------------------------------------------*/
.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-right {
	text-align: right;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

/*------------------------------------------------------------
	clearfix 清浮动
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


/*------------------------------------------------------------
	背景色
------------------------------------------------------------*/
.bg-primary {
	background-color: #007aff;
}

.bg-positive {
	background-color: #4cd964;
}

.bg-negative {
	background-color: #dd524d;
}

.error {
	margin: 88px 35px;
	padding: 10px;
	border-radius: 6px;
	background-color: #bbb;
}

.subtitle {
	font-size: 15px;
}

/*------------------------------------------------------------
	标题
------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h1,
.h1Ttl {
	font-size: 36px;
}

h2,
.h2Ttl {
	font-size: 30px;
}

h3,
.h3Ttl {
	font-size: 24px;
}

h4,
.h4Ttl {
	font-size: 18px;
}

h5,
.h5Ttl {
	font-size: 14px;
	font-weight: normal;
	color: #8f8f94;
}

h6,
.h6Ttl {
	font-size: 12px;
	font-weight: normal;
	color: #8f8f94;
}

p {
}

@media all and (max-width: 767px) {
	h1,
	.h1Ttl {
		font-size: 27px;
	}

	h2,
	.h2Ttl {
		font-size: 22.5px;
	}

	h3,
	.h3Ttl {
		font-size: 18px;
	}

	h4,
	.h4Ttl {
		font-size: 13.5px;
	}

	h5,
	.h5Ttl {
		font-size: 10.5px;
	}

	h6,
	.h6Ttl {
		font-size: 9px;
	}
}

/*------------------------------------------------------------
	grid-多列布局
------------------------------------------------------------*/
.row {
	display: flex;
	flex-wrap: wrap;/*如果一条轴线排不下，nowrap：不换行;wrap换行，第一行在上方;wrap-reverse：换行，第一行在下方。*/
	justify-content: flex-start;
	/* justify-content: space-between; */
}

[class*='col-'] {
	float: left;
	flex: auto;/*auto (1 1 auto) 放大缩小和 none (0 0 auto) 不放大不缩小*/
	flex-grow: 0;
}

[align-items="center"]{
	align-items: center;
}

[align-self="center"] {
	align-self: center;
}

.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66%;
}
.col-sm-10 {
	width: 83.33%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66%;
}
.col-sm-7 {
	width: 58.33%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66%;
}
.col-sm-4 {
	width: 33.33%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66%;
}
.logo.col-sm-2 {
	width: 12.66%;
}
.col-sm-1 {
	width: 8.33%;
}

@media all and (max-width: 767px) {
	.col-xs-12 {
		width: 100%;
	}

	.col-xs-11 {
		width: 91.66%;
	}

	.col-xs-10 {
		width: 83.33%;
	}

	.col-xs-9 {
		width: 75%;
	}

	.col-xs-8 {
		width: 66.66%;
	}

	.col-xs-7 {
		width: 58.33%;
	}

	.col-xs-6 {
		width: 50%;
	}

	.col-xs-5 {
		width: 41.66%;
	}

	.col-xs-4 {
		width: 33.33%;
	}

	.col-xs-3 {
		width: 25%;
	}

	.col-xs-2 {
		width: 16.66%;
	}

	.col-xs-1 {
		width: 8.33%;
	}
}

.scroll-wrapper {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	padding: 44px 0 50px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}

.scroll {
	position: absolute;
	z-index: 1;
	width: 100%;
}

.scrollbar {
	position: absolute;
	z-index: 9998;
	overflow: hidden;
	-webkit-transition: 500ms;
	transition: 500ms;
	transform: translateZ(0px);
	pointer-events: none;
	opacity: 0;
}

.scrollbar-vertical {
	top: 0;
	right: 1px;
	bottom: 2px;
	width: 4px;
}

.scrollbar-vertical .scrollbar-indicator {
	width: 100%;
}

.scrollbar-horizontal {
	right: 2px;
	bottom: 0;
	left: 2px;
	height: 4px;
}

.scrollbar-horizontal .scrollbar-indicator {
	height: 100%;
}

.scrollbar-indicator {
	position: absolute;
	display: block;
	box-sizing: border-box;
	-webkit-transition: .01s cubic-bezier(.1, .57, .1, 1);
	transition: .01s cubic-bezier(.1, .57, .1, 1);
	transform: translate(0px, 0px) translateZ(0px);
	border: 1px solid rgba(255, 255, 255, .80196);
	border-radius: 2px;
	background: rgba(0, 0, 0, .39804);
}

.plus-pullrefresh .fullscreen .scroll-wrapper .scroll-wrapper,
.plus-pullrefresh .fullscreen .slider-group .scroll-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
}

.plus-pullrefresh .fullscreen .scroll-wrapper .scroll,
.plus-pullrefresh .fullscreen .slider-group .scroll {
	position: absolute;
	width: 100%;
}

.plus-pullrefresh .scroll-wrapper,
.plus-pullrefresh .slider-group {
	position: static;
	top: auto;
	bottom: auto;
	left: auto;
	overflow: auto;
	width: auto;
}

.plus-pullrefresh .slider-group {
	overflow: visible;
}

.plus-pullrefresh .scroll {
	position: static;
	width: auto;
}

.off-canvas-wrap .bar {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.off-canvas-wrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.off-canvas-wrap .inner-wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.off-canvas-wrap .inner-wrap.transitioning {
	-webkit-transition: -webkit-transform 350ms;
	transition: transform 350ms cubic-bezier(.165, .84, .44, 1);
}

.off-canvas-wrap .inner-wrap .off-canvas-left {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.off-canvas-wrap .inner-wrap .off-canvas-right {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.off-canvas-wrap.active {
	overflow: hidden;
	height: 100%;
}

.off-canvas-wrap.active .off-canvas-backdrop {
	position: absolute;
	z-index: 998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	transition: background 350ms cubic-bezier(.165, .84, .44, 1);
	background: rgba(0, 0, 0, .4);
	/* box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5); */
	-webkit-tap-highlight-color: transparent;
}

.off-canvas-wrap.slide-in .off-canvas-right {
	z-index: 10000 !important;
	-webkit-transform: translate3d(100%, 0px, 0px);
}

.off-canvas-wrap.slide-in .off-canvas-left {
	z-index: 10000 !important;
	-webkit-transform: translate3d(-100%, 0px, 0px);
}

.off-canvas-left,
.off-canvas-right {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	visibility: hidden;
	box-sizing: content-box;
	width: 70%;
	min-height: 100%;
	background: #333;
	-webkit-overflow-scrolling: touch;
}

.off-canvas-left.transitioning,
.off-canvas-right.transitioning {
	-webkit-transition: -webkit-transform 350ms cubic-bezier(.165, .84, .44, 1);
	transition: transform 350ms cubic-bezier(.165, .84, .44, 1);
}

.off-canvas-left .scroll-wrapper,
.off-canvas-right .scroll-wrapper {
	padding: 0;
}

.off-canvas-left {
	left: 0;
}

.off-canvas-right {
	right: 0;
}

.off-canvas-wrap:not(.slide-in).scalable {
	background-color: #333;
}

.off-canvas-wrap:not(.slide-in).scalable > .off-canvas-left,
.off-canvas-wrap:not(.slide-in).scalable > .off-canvas-right {
	width: 80%;
	-webkit-transform: scale(.8);
	transform: scale(.8);
	opacity: .1;
}

.off-canvas-wrap:not(.slide-in).scalable > .off-canvas-left.transitioning,
.off-canvas-wrap:not(.slide-in).scalable > .off-canvas-right.transitioning {
	-webkit-transition: -webkit-transform 350ms cubic-bezier(.165, .84, .44, 1), opacity 350ms cubic-bezier(.165, .84, .44, 1);
	transition: transform 350ms cubic-bezier(.165, .84, .44, 1), opacity 350ms cubic-bezier(.165, .84, .44, 1);
}

.off-canvas-wrap:not(.slide-in).scalable > .off-canvas-left {
	-webkit-transform-origin: -100%;
	transform-origin: -100%;
}

.off-canvas-wrap:not(.slide-in).scalable > .off-canvas-right {
	-webkit-transform-origin: 200%;
	transform-origin: 200%;
}

.off-canvas-wrap:not(.slide-in).scalable.active > .inner-wrap {
	-webkit-transform: scale(.8);
	transform: scale(.8);
}

.off-canvas-wrap:not(.slide-in).scalable.active > .off-canvas-left,
.off-canvas-wrap:not(.slide-in).scalable.active > .off-canvas-right {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.loading .spinner {
	display: block;
	margin: 0 auto;
}

.spinner {
	display: inline-block;
	width: 24px;
	height: 24px;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: spinner-spin 1s step-end infinite;
	animation: spinner-spin 1s step-end infinite;
}

.spinner:after {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox=\'0 0 120 120\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'><defs><line id=\'l\' x1=\'60\' x2=\'60\' y1=\'7\' y2=\'27\' stroke=\'%236c6c6c\' stroke-width=\'11\' stroke-linecap=\'round\'/></defs><g><use xlink:href=\'%23l\' opacity=\'.27\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(30 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(60 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(90 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(120 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(150 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.37\' transform=\'rotate(180 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.46\' transform=\'rotate(210 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.56\' transform=\'rotate(240 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.66\' transform=\'rotate(270 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.75\' transform=\'rotate(300 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.85\' transform=\'rotate(330 60,60)\'/></g></svg>');
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100%;
}

.spinner-white:after {
	background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox=\'0 0 120 120\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'><defs><line id=\'l\' x1=\'60\' x2=\'60\' y1=\'7\' y2=\'27\' stroke=\'%23fff\' stroke-width=\'11\' stroke-linecap=\'round\'/></defs><g><use xlink:href=\'%23l\' opacity=\'.27\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(30 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(60 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(90 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(120 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(150 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.37\' transform=\'rotate(180 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.46\' transform=\'rotate(210 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.56\' transform=\'rotate(240 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.66\' transform=\'rotate(270 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.75\' transform=\'rotate(300 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.85\' transform=\'rotate(330 60,60)\'/></g></svg>');
}

@-webkit-keyframes spinner-spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	8.33333333% {
		-webkit-transform: rotate(30deg);
	}
	16.66666667% {
		-webkit-transform: rotate(60deg);
	}
	25% {
		-webkit-transform: rotate(90deg);
	}
	33.33333333% {
		-webkit-transform: rotate(120deg);
	}
	41.66666667% {
		-webkit-transform: rotate(150deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
	}
	58.33333333% {
		-webkit-transform: rotate(210deg);
	}
	66.66666667% {
		-webkit-transform: rotate(240deg);
	}
	75% {
		-webkit-transform: rotate(270deg);
	}
	83.33333333% {
		-webkit-transform: rotate(300deg);
	}
	91.66666667% {
		-webkit-transform: rotate(330deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spinner-spin {
	0% {
		transform: rotate(0deg);
	}
	8.33333333% {
		transform: rotate(30deg);
	}
	16.66666667% {
		transform: rotate(60deg);
	}
	25% {
		transform: rotate(90deg);
	}
	33.33333333% {
		transform: rotate(120deg);
	}
	41.66666667% {
		transform: rotate(150deg);
	}
	50% {
		transform: rotate(180deg);
	}
	58.33333333% {
		transform: rotate(210deg);
	}
	66.66666667% {
		transform: rotate(240deg);
	}
	75% {
		transform: rotate(270deg);
	}
	83.33333333% {
		transform: rotate(300deg);
	}
	91.66666667% {
		transform: rotate(330deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

input[type='button'],
input[type='submit'],
input[type='reset'],
button,
.btn {
	position: relative;
	display: inline-block;
	padding: 7px 10px;
	cursor: pointer;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	color: #333;
	border: 1px solid #ccc;
	background-color: #fff;
	background-clip: padding-box;
}

input[type='button'].active:enabled,
input[type='submit'].active:enabled,
input[type='reset'].active:enabled,
button:enabled:active,
button.active:enabled,
.btn:enabled:active,
.btn.active:enabled {
	color: #fff;
	background-color: #929292;
}

input[type='button']:disabled,
input[type='button'].disabled,
input[type='submit']:disabled,
input[type='submit'].disabled,
input[type='reset']:disabled,
input[type='reset'].disabled,
button:disabled,
button.disabled,
.btn:disabled,
.btn.disabled {
	opacity: .6;
}

input[type='submit'],
.btn-primary,
.btn-blue {
	color: #fff;
	border: 0;
	padding: 8px 10px;
	background-color: #007aff;
}

input[type='submit'].active:enabled,
.btn-primary.active:enabled,
.btn-blue.active:enabled {
	color: #fff;
	border: 0;
	padding: 8px 10px;
	background-color: #0062cc;
}

.btn-positive,
.btn-success,
.btn-green {
	color: #fff;
	border: 0;
	padding: 8px 10px;
	background-color: #4cd964;
}

.btn-positive.active:enabled,
.btn-success.active:enabled,
.btn-green.active:enabled {
	color: #fff;
	border: 0;
	padding: 8px 10px;
	background-color: #2ac845;
}

.btn-warning,
.btn-yellow {
	color: #fff;
	border: 0;
	padding: 8px 10px;
	background-color: #f0ad4e;
}

.btn-warning.active:enabled,
.btn-yellow.active:enabled {
	color: #fff;
	border: 0;
	padding: 8px 10px;
	background-color: #ec971f;
}

.btn-negative,
.btn-danger,
.btn-red {
	color: #fff;
	border: 0;
	padding: 8px 10px;
	background-color: #dd524d;
}

.btn-negative.active:enabled,
.btn-danger.active:enabled,
.btn-red.active:enabled {
	color: #fff;
	border: 0;
	padding: 8px 10px;
	background-color: #cf2d28;
}

.btn-royal,
.btn-purple {
	color: #fff;
	border: 0;
	padding: 8px 10px;
	background-color: #8a6de9;
}

.btn-royal.active:enabled,
.btn-purple.active:enabled {
	color: #fff;
	border: 0;
	padding: 8px 10px;
	background-color: #6641e2;
}

.btn-grey {
	color: #fff;
	border: 0;
	padding: 8px 10px;
	background-color: #c7c7cc;
}

.btn-grey.active:enabled {
	color: #fff;
	border: 0;
	padding: 8px 10px;
	background-color: #acacb4;
}

.btn-outlined {
	background-color: transparent;
}

.btn-outlined.btn-primary,
.btn-outlined.btn-blue {
	color: #007aff;
}

.btn-outlined.btn-positive,
.btn-outlined.btn-success,
.btn-outlined.btn-green {
	color: #4cd964;
}

.btn-outlined.btn-warning,
.btn-outlined.btn-yellow {
	color: #f0ad4e;
}

.btn-outlined.btn-negative,
.btn-outlined.btn-danger,
.btn-outlined.btn-red {
	color: #dd524d;
}

.btn-outlined.btn-royal,
.btn-outlined.btn-purple {
	color: #8a6de9;
}

.btn-link {
	padding-top: 6px;
	padding-bottom: 6px;
	color: #007aff;
	border: 0;
	background-color: transparent;
}

.btn-link:enabled:active,
.btn-link.active:enabled {
	color: #0062cc;
	background-color: transparent;
}

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

.btn .badge {
	margin: -2px -4px -2px 4px;
	background-color: rgba(0, 0, 0, .15);
}

.btn .badge-inverted,
.btn:enabled:active .badge-inverted {
	background-color: transparent;
}

.btn-primary:enabled:active .badge-inverted,
.btn-positive:enabled:active .badge-inverted,
.btn-negative:enabled:active .badge-inverted {
	color: #fff;
}

.btn-block .badge {
	position: absolute;
	right: 0;
	margin-right: 10px;
}

.btn .icon {
	font-size: inherit;
}

.btn.icon {
	font-size: 14px;
	line-height: 1.42;
}

.btn.fab {
	width: 56px;
	height: 56px;
	padding: 16px;
	border-radius: 50%;
	outline: none;
}

.btn.fab.btn-mini {
	width: 40px;
	height: 40px;
	padding: 8px;
}

.btn.fab .icon {
	font-size: 24px;
	line-height: 24px;
	width: 24px;
	height: 24px;
}

.btn .spinner {
	width: 14px;
	height: 14px;
	vertical-align: text-bottom;
}

.btn-block .spinner {
	width: 22px;
	height: 22px;
}

.bar {
	position: fixed;
	z-index: 10;
	right: 0;
	left: 0;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 0;
	background-color: #f7f7f7;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .85);
	box-shadow: 0 0 1px rgba(0, 0, 0, .85);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bar .title {
	right: 40px;
	left: 40px;
	display: inline-block;
	overflow: hidden;
	width: auto;
	margin: 0;
	text-overflow: ellipsis;
}

.bar .backdrop {
	background: none;
}

.bar-header-secondary {
	top: 44px;
}

.bar-footer {
	bottom: 0;
}

.bar-footer-secondary {
	bottom: 44px;
}

.bar-footer-secondary-tab {
	bottom: 50px;
}

.bar-footer,
.bar-footer-secondary,
.bar-footer-secondary-tab {
	border-top: 0;
}

.bar-transparent {
	top: 0;
	background-color: rgba(247, 247, 247, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bar-nav {
	top: 0;
	-webkit-box-shadow: 0 1px 6px #ccc;
	box-shadow: 0 1px 6px #ccc;
}

.bar-nav ~ .content .anchor {
	display: block;
	visibility: hidden;
	height: 45px;
	margin-top: -45px;
}

.bar-nav.bar .icon {
	margin-right: -10px;
	margin-left: -10px;
	padding-right: 10px;
	padding-left: 10px;
}

.title {
	font-size: 16px;
	font-weight: 500;
	line-height: 44px;
	position: absolute;
	display: block;
	width: 100%;
	margin: 0 -10px;
	padding: 0;
	text-align: center;
	white-space: nowrap;
	color: #000;
}

.title a {
	color: inherit;
}

.bar-tab {
	bottom: 0;
	display: flex;
	width: 100%;
	padding: 0;
	height: 50px;
	align-items: center;
	-webkit-touch-callout: none;
}

.bar-tab .tab-item {
	width: 10%;
	text-align: center;
	flex-grow: 1;
	color: #929292;
}

.bar-tab .tab-item.active {
	color: #007aff;
}

.bar-tab .tab-item .icon {
	top: 3px;
	width: 24px;
	height: 24px;
	padding-top: 0;
	padding-bottom: 0;
}

.bar-tab .tab-item .icon ~ .tab-label {
	font-size: 11px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bar-tab .tab-item .icon:active {
	background: none;
}

.focusin > .bar-nav,
.focusin > .bar-header-secondary {
	position: absolute;
}

.focusin > .bar ~ .content {
	padding-bottom: 0;
}

.bar .btn {
	font-weight: 400;
	position: relative;
	z-index: 20;
	top: 7px;
	margin-top: 0;
	padding: 6px 12px 7px;
}

.bar .btn.pull-right {
	margin-left: 10px;
}

.bar .btn.pull-left {
	margin-right: 10px;
}

.bar .btn-link {
	font-size: 16px;
	line-height: 44px;
	top: 0;
	padding: 0;
	color: #007aff;
	border: 0;
}

.bar .btn-link:active,
.bar .btn-link.active {
	color: #0062cc;
}

.bar .btn-block {
	font-size: 16px;
	top: 6px;
	margin-bottom: 0;
	padding: 5px 0;
}

.bar .btn-nav.pull-left {
	margin-left: -5px;
}

.bar .btn-nav.pull-left .icon-left-nav {
	margin-right: -3px;
}

.bar .btn-nav.pull-right {
	margin-right: -5px;
}

.bar .btn-nav.pull-right .icon-right-nav {
	margin-left: -3px;
}

.bar .btn-nav:active {
	opacity: .3;
}

.bar .icon {
	font-size: 24px;
	position: relative;
	z-index: 20;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bar .icon:active {
	opacity: .3;
}

.bar .btn .icon {
	top: 1px;
	margin: 0;
	padding: 0;
}

.bar .title .icon {
	margin: 0;
	padding: 0;
}

.bar .title .icon.icon-caret {
	top: 4px;
	margin-left: -5px;
}

.bar input[type='search'] {
	height: 29px;
	margin: 6px 0;
}

.bar .input-row .btn {
	padding: 12px 10px;
}

.bar .search:before {
	margin-top: -10px;
}

.bar .input-row .input-clear ~ .icon-clear,
.bar .input-row .input-speech ~ .icon-speech {
	top: 0;
	right: 12px;
}

.bar.bar-header-secondary .input-row .input-clear ~ .icon-clear,
.bar.bar-header-secondary .input-row .input-speech ~ .icon-speech {
	top: 0;
	right: 0;
}

.bar .segmented-control {
	top: 7px;
	width: auto;
	margin: 0 auto;
}

.bar.bar-header-secondary .segmented-control {
	top: 0;
}

.badge {
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	padding: 3px 6px;
	color: #333;
	border-radius: 100px;
	background-color: rgba(0, 0, 0, .15);
}

.badge.badge-inverted {
	color: #929292;
	background-color: transparent;
}

.badge-primary,
.badge-blue {
	color: #fff;
	background-color: #007aff;
}

.badge-primary.badge-inverted,
.badge-blue.badge-inverted {
	color: #007aff;
	background-color: transparent;
}

.badge-success,
.badge-green {
	color: #fff;
	background-color: #4cd964;
}

.badge-success.badge-inverted,
.badge-green.badge-inverted {
	color: #4cd964;
	background-color: transparent;
}

.badge-warning,
.badge-yellow {
	color: #fff;
	background-color: #f0ad4e;
}

.badge-warning.badge-inverted,
.badge-yellow.badge-inverted {
	color: #f0ad4e;
	background-color: transparent;
}

.badge-danger,
.badge-red {
	color: #fff;
	background-color: #dd524d;
}

.badge-danger.badge-inverted,
.badge-red.badge-inverted {
	color: #dd524d;
	background-color: transparent;
}

.badge-royal,
.badge-purple {
	color: #fff;
	background-color: #8a6de9;
}

.badge-royal.badge-inverted,
.badge-purple.badge-inverted {
	color: #8a6de9;
	background-color: transparent;
}

.icon .badge {
	position: absolute;
	top: -2px;
	left: 100%;
	margin-left: -10px;
	padding: 1px 5px;
	color: white;
	background: red;
}


/* cardview（卡片视图） */
.card {
	position: relative;
	overflow: hidden;
	background-color: white;
	background-clip: padding-box;
}

.content > .card:first-child {
	margin-top: 10px;
}

.card-header,
.card-footer {
	position: relative;
	display: flex;
	min-height: 40px;
	padding: 10px 10px;
	justify-content: space-between;
	align-items: center;
}

.card-header {
}

.card-header > img:first-child {
	font-size: 0;
	line-height: 0;
	float: left;
	width: 48px;
	height: 48px;
}

.card-footer {
	margin-top: -1px;
	color: #6d6d72;
	border: 1px solid #c8c7cc;
}

.card-content {
	position: relative;
}

.card-content-inner {
	position: relative;
	padding: 10px;
	border: 1px solid #c8c7cc;
}

.card-media {
	vertical-align: bottom;
	color: #fff;
	background-color: #09f;
	background-position: center;
	background-size: cover;
}

.card-header.card-media {
	display: block;
	padding: 10px;
}

.card-header.card-media .media-body {
	margin-left: 56px;
}


.table-view {
	position: relative;
	list-style: none;
	background-color: #fff;
}

.table-view:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	content: '';
	background-color: #c8c7cc;
}

.table-view:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	content: '';
	background-color: #c8c7cc;
}

.table-view:before {
	top: -1px;
}

.table-view-icon .table-view-cell .navigate-right .icon {
	font-size: 20px;
	margin-top: -1px;
	margin-right: 5px;
	margin-left: -5px;
}

.table-view-icon .table-view-cell:after {
	left: 40px;
}

.table-view-inverted {
	color: #fff;
	background: #333;
}

.table-view-inverted:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	content: '';
	background-color: #222;
}

.table-view-inverted:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	content: '';
	background-color: #222;
}

.table-view-inverted .table-view-cell:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 15px;
	height: 1px;
	content: '';
	background-color: #222;
}

.table-view-inverted .table-view-cell.active {
	background-color: #242424;
}

.table-view-inverted .table-view-cell > a:not(.btn).active {
	background-color: #242424;
}

.table-view-cell {
	position: relative;
	overflow: hidden;
	padding: 8px 10px;
	-webkit-touch-callout: none;
}

.table-view-cell:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	content: '';
	background-color: #c8c7cc;
}

.table-view-cell.active {
}

.table-view-cell:last-child:before,
.table-view-cell:last-child:after {
	height: 0;
}

.table-view-cell > a:not(.btn) {
	position: relative;
	display: block;
	overflow: hidden;
	margin: -8px -10px;
	padding: 8px 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: inherit;
	/*&:active {
      background-color: #eee;
  }*/
}

.table-view-cell > a:not(.btn).active {
	background-color: #eee;
}

.table-view-cell p {
	margin-bottom: 0;
}

.table-view .media,
.table-view .media-body {
	overflow: hidden;
}

.table-view .media-large .media-object {
	line-height: 80px;
	max-width: 80px;
	height: 80px;
}

.table-view .media .subtitle {
	color: #000;
}

.table-view .media-object {
	line-height: 48px;
	max-width: 48px;
	height: 48px;
}

.table-view .media-object.pull-left {
	margin-right: 10px;
}

.table-view .media-object.pull-right {
	margin-left: 10px;
}

/* 手风琴 */
.table-view-cell.collapse .table-view .table-view-cell:last-child:after,
.table-view-cell.collapse .table-view:after,
.table-view-cell.collapse .table-view:before {
	height: 0
}

.table-view-cell.collapse>.navigate-right:after,
.table-view-cell.collapse>.push-right:after {
	content: '\e581'
}

.table-view-cell.collapse.active {
}

.table-view-cell.collapse.active .collapse-content,
.table-view-cell.collapse.active .table-view {
	display: block
}

.table-view-cell.collapse.active>.navigate-right:after,
.table-view-cell.collapse.active>.push-right:after {
	content: '\e580'
}

.table-view-cell.collapse.active .table-view-cell>a:not(.btn).active {
	margin-left: -31px;
	padding-left: 47px
}

.table-view-cell.collapse .collapse-content {
	position: relative;
	display: none;
	margin: 8px -10px -8px;
	padding: 8px 10px;
	-webkit-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
	background: #fff
}

.table-view-cell.collapse .collapse-content:after {
	position: absolute;
	right: 0;
	top: -1px;
	left: 0;
	height: 1px;
	content: '';
	background-color: #c8c7cc;
}


.table-view-cell.collapse .collapse-content>.input-group,
.table-view-cell.collapse .collapse-content>.slider {
	width: auto;
	height: auto;
	margin: -8px -10px
}

.table-view-cell.collapse .collapse-content>.slider {
	margin: -8px -10px
}

.table-view-cell.collapse .table-view {
	display: none;
	margin-top: 8px;
	margin-right: -10px;
	margin-bottom: -8px;
	margin-left: -10px;
	border: 0
}

.table-view-cell.collapse .table-view .table-view-cell {
	padding-left: 30px;
	background-position: 30px 100%
}

.table-view-cell.collapse .table-view .table-view-cell:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 30px;
	height: 1px;
	content: '';
	background-color: #c8c7cc
}

.slider-cell {
	position: relative;
}

.slider-cell > .slider-handle {
	z-index: 1;
}

.slider-cell > .slider-left,
.slider-cell > .slider-right {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
}

.slider-cell > .slider-left {
	left: 0;
}

.slider-cell > .slider-right {
	right: 0;
}

input,
textarea,
select {
	-webkit-tap-highlight-color: transparent;
}

input:focus,
textarea:focus,
select:focus {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-modify: read-write-plaintext-only;
}

select,
textarea,
input[type='text'],
input[type='search'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='tel'],
input[type='color'] {
	width: 100%;
	padding: 8px 10px;
	-webkit-user-select: text;
	border: 1px solid rgba(0, 0, 0, .2);
	outline: none;
	background-color: #fff;
	-webkit-appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

input[type='search'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border: 0;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, .1);
}

input[type='search']:focus {
	text-align: left;
}

textarea {
	display: block;
	height: auto;
	resize: none;
}

select {
	height: auto;
	border: 0;
	position: relative;
	z-index: 1;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background-color: transparent;
}

select::-ms-expand { display: none; }

select:focus {
	-webkit-user-modify: read-only;
}

.input-group {
	position: relative;
	padding: 0;
	border: 0;
	background-color: #fff;
}
/*
.input-group:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	content: '';
	background-color: #c8c7cc;
} */

.input-group:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	content: '';
	background-color: #c8c7cc;
}

.input-group input,
.input-group textarea {
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-group input[type='search'] {
	background: none;
}

.input-group input:last-child {
	background-image: none;
}

.input-row {
	clear: left;
	overflow: hidden;
}

.input-row select {
	font-size: 16px;
	height: 37px;
	padding: 0;
}

.input-row:last-child,
.input-row label + input,
.input-row .btn + input {
	background: none;
}

.input-group .input-row {
	display: flex;
	flex: 1;
}

.input-group .input-row:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	content: '';
	background-color: #c8c7cc;
}

.input-row label {
	width: 100px;
	cursor: pointer;
	padding: 8px 10px;
}

.input-row label ~ input,
.input-row label ~ select,
.input-row label ~ textarea {
	margin-bottom: 0;
	padding-left: 0;
	border: 0;
	width: 100%;
}

.input-row .btn {
	line-height: 1.5;
	float: right;
	width: 15%;
	padding: 8px 10px;
}

.input-row .btn ~ input,
.input-row .btn ~ select,
.input-row .btn ~ textarea {
	float: left;
	width: 85%;
	margin-bottom: 0;
	padding-left: 0;
	border: 0;
}

.button-row {
	position: relative;
	padding-top: 10px;
	text-align: center;
}

.input-group .button-row {
}

.input-row {
	position: relative;
}

.input-row.input-range {
	overflow: visible;
	padding-right: 10px;
}

.input-row .inline {
	padding: 8px 0;
}

.input-row .input-clear ~ .icon-clear,
.input-row .input-speech ~ .icon-speech,
.input-row .input-password ~ .icon-eye {
	font-size: 28px;
	line-height: 1;
	position: absolute;
	z-index: 1;
	top: 6px;
	right: 0;
	width: 28px;
	height: 28px;
	text-align: center;
	color: #007aff;
}

.input-row .input-clear ~ .icon-clear.active,
.input-row .input-speech ~ .icon-speech.active,
.input-row .input-password ~ .icon-eye.active {
	color: #007aff;
}

.input-row .input-speech ~ .icon-speech {
	font-size: 24px;
	top: 8px;
}

.input-row .input-clear ~ .icon-clear ~ .icon-speech {
	display: none;
}

.input-row .input-clear ~ .icon-clear.hidden ~ .icon-speech {
	display: inline-block;
}

.input-row .icon-speech ~ .placeholder {
	right: 38px;
}

.input-row.search .icon-clear {
}

.input-row.search .icon-speech {
}

.radio,
.checkbox {
	position: relative;
}

.radio label,
.checkbox label {
	display: inline-block;
	float: none;
	width: 100%;
	padding-right: 40px;
}

.radio.left input[type='radio'],
.checkbox.left input[type='checkbox'] {
	left: 0;
}

.radio.left label,
.checkbox.left label {
	padding-right: 10px;
	padding-left: 40px;
	-webkit-user-select: none;
	user-select: none;
}

.radio input[type='radio'],
.checkbox input[type='checkbox'] {
	position: absolute;
	top: 6px;
	right: 0;
	display: inline-block;
	width: 28px;
	height: 28px;
	border: 0;
	cursor: pointer;
	outline: 0 !important;
	background-color: transparent;
	-webkit-appearance: none;
}

.radio input[type='radio'][disabled]:before,
.checkbox input[type='checkbox'][disabled]:before {
	opacity: .3;
}

.radio input[type='radio']:before,
.checkbox input[type='checkbox']:before {
	font-family: Muiicons;
	font-size: 28px;
	font-weight: normal;
	line-height: 1;
	text-decoration: none;
	color: #aaa;
	border-radius: 0;
	background: none;
	-webkit-font-smoothing: antialiased;
}

.radio input[type='radio']:checked:before,
.checkbox input[type='checkbox']:checked:before {
	color: #007aff;
}

.radio.disabled label,
.radio label.disabled,
.checkbox.disabled label,
.checkbox label.disabled {
	opacity: .4;
}

.radio input[type='radio']:before {
	content: '\e411';
}

.radio input[type='radio']:checked:before {
	content: '\e441';
}

.checkbox input[type='checkbox']:before {
	content: '\e411';
}

.checkbox input[type='checkbox']:checked:before {
	content: '\e442';
}

.select {
	position: relative;
}

.select:before {
	font-family: Muiicons;
	position: absolute;
	top: 11px;
	right: 21px;
	content: '\e581';
	color: rgba(170, 170, 170, 1);
}

.input-row .switch {
	float: right;
	margin-top: 5px;
	margin-right: 20px;
}

.input-range input[type='range'] {
	position: relative;
	width: 100%;
	height: 2px;
	margin: 19px 0;
	padding: 0;
	cursor: pointer;
	border: 0;
	border-radius: 3px;
	outline: none;
	background-color: #999;
	-webkit-appearance: none !important;
}

.input-range input[type='range']::-webkit-slider-thumb {
	width: 20px;
	height: 20px;
	border-color: #0062cc;
	border-radius: 50%;
	background-color: #007aff;
	background-clip: padding-box;
	-webkit-appearance: none !important;
}

.input-range label ~ input[type='range'] {
}

.input-range .tooltip {
	line-height: 40px;
	position: absolute;
	z-index: 1;
	top: -100%;
	left: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	opacity: .8;
	color: #007aff;
	border: 1px solid #007aff;
	border-radius: 5px;
	background-color: #fff;
	text-shadow: 0 1px 0 #f3f3f3;
}

.search {
	position: relative;
}

.search input[type='search'] {
	padding-left: 30px;
}

.search .placeholder {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	text-align: center;
	color: #999;
	border: 0;
	border-radius: 5px;
	background: none;
}

.search .placeholder .icon {
	font-size: 20px;
	line-height: 40px;
	color: #333;
}

.search:before {
	font-family: Muiicons;
	font-size: 20px;
	font-weight: normal;
	position: absolute;
	top: 0;
	right: 50%;
	display: none;
	margin-right: 30px;
	content: '\e466';
}

.search.active:before {
	font-size: 20px;
	line-height: 40px;
	right: auto;
	left: 5px;
	display: block;
	margin-right: 0;
}

.search.active input[type='search'] {
	text-align: left;
}

.search.active .placeholder {
	display: none;
}


/* 横向滚动 */
.segmented-control {
	padding: 0;
	position: relative;
	display: table;
	overflow: hidden;
	width: 100%;
	table-layout: fixed;
	border: 1px solid #007aff;
	border-radius: 5px;
	background-color: transparent;
	-webkit-touch-callout: none;
}

.segmented-control.segmented-control-vertical {
	border-collapse: collapse;
	border-width: 0;
	border-radius: 0;
}

.segmented-control.segmented-control-vertical .control-item {
	display: block;
	border-bottom: 1px solid #c8c7cc;
	border-left-width: 0;
}

.segmented-control.scroll-wrapper {
	height: 40px;
}

.segmented-control.scroll-wrapper .scroll {
	width: auto;
	height: 40px;
	white-space: nowrap;
}

.segmented-control.scroll-wrapper .control-item {
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0 10px;
	border: 0;
}

.segmented-control .control-item {
	line-height: 38px;
	display: table-cell;
	overflow: hidden;
	width: 10%;
	-webkit-transition: background-color .1s linear;
	transition: background-color .1s linear;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #007aff;
	border-color: #007aff;
	border-left: 1px solid #007aff;
}

.segmented-control .control-item:first-child {
	border-left-width: 0;
}

.segmented-control .control-item.active {
	color: #fff;
	background-color: #007aff;
}

.segmented-control.segmented-control-inverted {
	width: 100%;
	border: 0;
	border-radius: 0;
}

.segmented-control.segmented-control-inverted.segmented-control-vertical .control-item {
	border-bottom: 1px solid #c8c7cc;
}

.segmented-control.segmented-control-inverted.segmented-control-vertical .control-item.active {
	border-bottom: 1px solid #c8c7cc;
}

.segmented-control.segmented-control-inverted .control-item {
	color: inherit;
	border: 0;
}

.segmented-control.segmented-control-inverted .control-item.active {
	color: #007aff;
	border-bottom: 2px solid #007aff;
	background: none;
}

.segmented-control.segmented-control-inverted ~ .slider-progress-bar {
	background-color: #007aff;
}

.segmented-control-positive {
	border: 1px solid #4cd964;
}

.segmented-control-positive .control-item {
	color: #4cd964;
	border-color: inherit;
}

.segmented-control-positive .control-item.active {
	color: #fff;
	background-color: #4cd964;
}

.segmented-control-positive.segmented-control-inverted .control-item.active {
	color: #4cd964;
	border-bottom: 2px solid #4cd964;
	background: none;
}

.segmented-control-positive.segmented-control-inverted ~ .slider-progress-bar {
	background-color: #4cd964;
}

.segmented-control-negative {
	border: 1px solid #dd524d;
}

.segmented-control-negative .control-item {
	color: #dd524d;
	border-color: inherit;
}

.segmented-control-negative .control-item.active {
	color: #fff;
	background-color: #dd524d;
}

.segmented-control-negative.segmented-control-inverted .control-item.active {
	color: #dd524d;
	border-bottom: 2px solid #dd524d;
	background: none;
}

.segmented-control-negative.segmented-control-inverted ~ .slider-progress-bar {
	background-color: #dd524d;
}

.control-content {
	position: relative;
	display: none;
}

.control-content.active {
	display: block;
}

.popover {
	position: absolute;
	z-index: 999;
	display: none;
	width: 280px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none;
	opacity: 0;
	border-radius: 7px;
	background-color: #f7f7f7;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.popover .popover-arrow {
	position: absolute;
	z-index: 1000;
	top: -25px;
	left: 0;
	overflow: hidden;
	width: 26px;
	height: 26px;
}

.popover .popover-arrow:after {
	position: absolute;
	top: 19px;
	left: 0;
	width: 26px;
	height: 26px;
	content: ' ';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 3px;
	background: #f7f7f7;
}

.popover .popover-arrow.bottom {
	top: 100%;
	left: -26px;
	margin-top: -1px;
}

.popover .popover-arrow.bottom:after {
	top: -19px;
	left: 0;
}

.popover.popover-action {
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	border-radius: 0;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.popover.popover-action .popover-arrow {
	display: none;
}

.popover.popover-action.popover-bottom {
	position: fixed;
}

.popover.popover-action.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.popover.popover-action .table-view {
	margin: 10px;
	text-align: center;
	color: #007aff;
	border-radius: 4px;
}

.popover.popover-action .table-view .table-view-cell:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	content: '';
	background-color: #c8c7cc;
}

.popover.popover-action .table-view small {
	font-weight: 400;
	line-height: 1.3;
	display: block;
}

.popover.active {
	display: block;
	opacity: 1;
}

.popover .bar ~ .table-view {
	padding-top: 44px;
}

.backdrop {
	position: fixed;
	z-index: 998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
}

.bar-backdrop.backdrop {
	bottom: 50px;
	background: none;
}

.backdrop-action.backdrop {
	background-color: rgba(0, 0, 0, .3);
}

.bar-backdrop.backdrop,
.backdrop-action.backdrop {
	opacity: 0;
}

.bar-backdrop.backdrop.active,
.backdrop-action.backdrop.active {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 1;
}

.popover .btn-block {
	margin-bottom: 5px;
}

.popover .btn-block:last-child {
	margin-bottom: 0;
}

.popover .bar {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.popover .bar-nav {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.popover .scroll-wrapper {
	margin: 7px 0;
	border-radius: 7px;
	background-clip: padding-box;
}

.popover .scroll .table-view {
	max-height: none;
}

.popover .table-view {
	overflow: auto;
	max-height: 300px;
	margin-bottom: 0;
	border-radius: 5px;
	background-color: #f7f7f7;
	background-image: none;
	-webkit-overflow-scrolling: touch;
}

.popover .table-view:before,
.popover .table-view:after {
	height: 0;
}

.popover.bar-popover .table-view {
	width: 100px;
}

.popover.bar-popover .table-view .table-view-cell {
	padding: 10px;
	background-position: 0 100%;
}

.popover.bar-popover .table-view .table-view-cell > a:not(.btn) {
	margin: -11px -15px -11px -15px;
}

.popup-backdrop {
	position: fixed;
	z-index: 998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	opacity: 0;
	background: rgba(0, 0, 0, .4);
}

.popup-backdrop.active {
	opacity: 1;
}

.popup {
	position: fixed;
	z-index: 10000;
	top: 50%;
	left: 50%;
	display: none;
	overflow: hidden;
	width: 270px;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1.185);
	transform: translate3d(-50%, -50%, 0) scale(1.185);
	text-align: center;
	opacity: 0;
	color: #000;
	border-radius: 13px;
}

.popup.popup-in {
	display: block;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
	transform: translate3d(-50%, -50%, 0) scale(1);
	opacity: 1;
}

.popup.popup-out {
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
	transform: translate3d(-50%, -50%, 0) scale(1);
	opacity: 0;
}

.popup-inner {
	position: relative;
	padding: 15px;
	border-radius: 13px 13px 0 0;
	background: rgba(255, 255, 255, .95);
}

.popup-inner:after {
	position: absolute;
	z-index: 15;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	background-color: rgba(0, 0, 0, .2);
}

.popup-title {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.popup-title + .popup-text {
	font-family: inherit;
	font-size: 14px;
	margin: 5px 0 0;
}

.popup-buttons {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	height: 44px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.popup-button {
	font-size: 16px;
	line-height: 44px;
	position: relative;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	padding: 0 5px;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #007aff;
	background: rgba(255, 255, 255, .95);
	-webkit-box-flex: 1;
}

.popup-button:after {
	position: absolute;
	z-index: 15;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	display: block;
	width: 1px;
	height: 100%;
	content: '';
	-webkit-transform: scaleX(.5);
	transform: scaleX(.5);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	background-color: rgba(0, 0, 0, .2);
}

.popup-button:first-child {
	border-radius: 0 0 0 13px;
}

.popup-button:first-child:last-child {
	border-radius: 0 0 13px 13px;
}

.popup-button:last-child {
	border-radius: 0 0 13px 0;
}

.popup-button:last-child:after {
	display: none;
}

.popup-button.popup-button-bold {
	font-weight: 600;
}

.popup-input input {
	font-size: 14px;
	width: 100%;
	height: 26px;
	margin: 15px 0 0;
	padding: 0 5px;
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 0;
	background: #fff;
}

.plus.android .popup-backdrop {
	-webkit-transition-duration: 1ms;
	transition-duration: 1ms;
}

.plus.android .popup {
	-webkit-transition-duration: 1ms;
	transition-duration: 1ms;
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
	transform: translate3d(-50%, -50%, 0) scale(1);
}


/* === Progress Bar 进度条 === */
.progressbar {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 2px;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	vertical-align: middle;
	border-radius: 2px;
	background: #b6b6b6;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.progressbar span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 150ms;
	transition: 150ms;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	background: #007aff;
}

.progressbar.progressbar-infinite:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-animation: progressbar-infinite 1s linear infinite;
	animation: progressbar-infinite 1s linear infinite;
	background: #007aff;
}

body > .progressbar {
	position: absolute;
	z-index: 10000;
	top: 44px;
	left: 0;
	border-radius: 0;
}

.progressbar-in {
	-webkit-animation: progressbar-in 300ms forwards;
	animation: progressbar-in 300ms forwards;
}

.progressbar-out {
	-webkit-animation: progressbar-out 300ms forwards;
	animation: progressbar-out 300ms forwards;
}

@-webkit-keyframes progressbar-in {
	from {
		-webkit-transform: scaleY(0);
		opacity: 0;
	}
	to {
		-webkit-transform: scaleY(1);
		opacity: 1;
	}
}

@keyframes progressbar-in {
	from {
		transform: scaleY(0);
		opacity: 0;
	}
	to {
		transform: scaleY(1);
		opacity: 1;
	}
}

@-webkit-keyframes progressbar-out {
	from {
		-webkit-transform: scaleY(1);
		opacity: 1;
	}
	to {
		-webkit-transform: scaleY(0);
		opacity: 0;
	}
}

@keyframes progressbar-out {
	from {
		transform: scaleY(1);
		opacity: 1;
	}
	to {
		transform: scaleY(0);
		opacity: 0;
	}
}

@-webkit-keyframes progressbar-infinite {
	0% {
		-webkit-transform: translate3d(-50%, 0, 0) scaleX(.5);
	}
	100% {
		-webkit-transform: translate3d(100%, 0, 0) scaleX(.5);
	}
}

@keyframes progressbar-infinite {
	0% {
		transform: translate3d(-50%, 0, 0) scaleX(.5);
	}
	100% {
		transform: translate3d(100%, 0, 0) scaleX(.5);
	}
}

/* 分页 */
.pagination {
	display: flex;
	justify-content: center;
	border-radius: 5px;
}

.pagination > li {
	flex: 0;
}

.pagination > li > a,
.pagination > li > span {
	display: block;
	position: relative;
	margin-left: -1px;
	padding: 4px 13px;
	text-decoration: none;
	color: #007aff;
	border: 1px solid #ddd;
	background-color: #fff;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-clip: padding-box;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-clip: padding-box;
}

.pagination > li:active > a,
.pagination > li:active > a:active,
.pagination > li:active > span,
.pagination > li:active > span:active,
.pagination > li.active > a,
.pagination > li.active > a:active,
.pagination > li.active > span,
.pagination > li.active > span:active {
	z-index: 2;
	cursor: default;
	color: #fff;
	border-color: #007aff;
	background-color: #007aff;
}

.pagination > li.disabled > span,
.pagination > li.disabled > span:active,
.pagination > li.disabled > a,
.pagination > li.disabled > a:active {
	opacity: .6;
	color: #777;
	border: 1px solid #ddd;
	background-color: #fff;
}

.modal {
	position: fixed;
	z-index: 999;
	top: 0;
	overflow: hidden;
	width: 100%;
	min-height: 100%;
	-webkit-transition: -webkit-transform .25s, opacity 1ms .25s;
	transition: transform .25s, opacity 1ms .25s;
	-webkit-transition-timing-function: cubic-bezier(.1, .5, .1, 1);
	transition-timing-function: cubic-bezier(.1, .5, .1, 1);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	opacity: 0;
	background-color: #fff;
}

.modal.active {
	height: 100%;
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	-webkit-transition-timing-function: cubic-bezier(.1, .5, .1, 1);
	transition-timing-function: cubic-bezier(.1, .5, .1, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.android .modal .bar {
	position: static;
}

.android .modal .bar-nav ~ .content {
	padding-top: 0;
}

/* 滑动 */
.slider {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
}

.slider .segmented-control.segmented-control-inverted .control-item.active {
	border-bottom: 0;
}

.slider .segmented-control.segmented-control-inverted.scroll-wrapper .control-item.active {
	border-bottom: 2px solid #007aff;
}

.slider .segmented-control.segmented-control-inverted ~ .slider-group .slider-item {
	border-top: 1px solid #c8c7cc;
	border-bottom: 1px solid #c8c7cc;
}

.slider .slider-group {
	font-size: 0;
	position: relative;
	-webkit-transition: all 0s linear;
	transition: all 0s linear;
	white-space: nowrap;
}

.slider .slider-group .slider-item {
	font-size: 14px;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: top;
	white-space: normal;
}

.slider .slider-group .slider-item > a:not(.control-item) {
	line-height: 0;
	position: relative;
	display: block;
}

.slider .slider-group .slider-item img {
	width: 100%;
}

.slider .slider-group .slider-item .table-view:before,
.slider .slider-group .slider-item .table-view:after {
	height: 0;
}

.slider .slider-group.slider-loop {
	-webkit-transform: translate(-100%, 0px);
	transform: translate(-100%, 0px);
}

.slider-title {
	line-height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	margin: 0;
	text-align: left;
	text-indent: 12px;
	opacity: .8;
	background-color: #000;
}

.slider-indicator {
	position: absolute;
	z-index: 1000;
	bottom: 8px;
	width: 100%;
	text-align: center;
	background: none;
}

.slider-indicator.segmented-control {
	position: relative;
	bottom: auto;
}

.slider-indicator .indicator {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	cursor: pointer;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #fff;
	/*-webkit-box-shadow: 0 0 1px 1px rgba(130, 130, 130, .7);
	box-shadow: 0 0 1px 1px rgba(130, 130, 130, .7);*/
}

.slider-indicator .active.indicator {
	background: #09f;
	border: 1px solid #09f;
}

.slider-indicator .icon {
	font-size: 20px;
	line-height: 30px;
	width: 40px;
	height: 30px;
	margin: 3px;
	text-align: center;
	border: 1px solid #ddd;
}

.slider-indicator .number {
	line-height: 32px;
	display: inline-block;
	width: 58px;
}

.slider-indicator .number span {
	color: #ff5053;
}

.slider-progress-bar {
	z-index: 1;
	height: 2px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.switch {
	position: relative;
	display: block;
	width: 74px;
	height: 30px;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: background-color, border;
	transition-property: background-color, border;
	border: 2px solid #ddd;
	border-radius: 20px;
	background-color: #fff;
	background-clip: padding-box;
}

.switch.disabled {
	opacity: .3;
}

.switch .switch-handle {
	position: absolute;
	z-index: 1;
	top: -1px;
	left: -1px;
	width: 28px;
	height: 28px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	-webkit-transition-property: -webkit-transform, width, left;
	transition-property: transform, width, left;
	border-radius: 16px;
	background-color: #fff;
	background-clip: padding-box;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
}

.switch:before {
	font-size: 13px;
	position: absolute;
	top: 3px;
	right: 11px;
	content: 'Off';
	text-transform: uppercase;
	color: #999;
}

.switch.dragging {
	border-color: #f7f7f7;
	background-color: #f7f7f7;
}

.switch.dragging .switch-handle {
	width: 38px;
}

.switch.dragging.active .switch-handle {
	left: -11px;
	width: 38px;
}

.switch.active {
	border-color: #4cd964;
	background-color: #4cd964;
}

.switch.active .switch-handle {
	-webkit-transform: translate(43px, 0);
	transform: translate(43px, 0);
}

.switch.active:before {
	right: auto;
	left: 15px;
	content: 'On';
	color: #fff;
}

.switch input[type='checkbox'] {
	display: none;
}

.switch-mini {
	width: 47px;
}

.switch-mini:before {
	display: none;
}

.switch-mini.active .switch-handle {
	-webkit-transform: translate(16px, 0);
	transform: translate(16px, 0);
}

.switch-blue.active {
	border: 2px solid #007aff;
	background-color: #007aff;
}

.content.fade {
	left: 0;
	opacity: 0;
}

.content.fade.in {
	opacity: 1;
}

.content.sliding {
	z-index: 2;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.content.sliding.left {
	z-index: 1;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.content.sliding.right {
	z-index: 3;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.navigate-right:after,
.push-left:after,
.push-right:after {
	font-family: Muiicons;
	font-size: inherit;
	line-height: 1;
	position: absolute;
	top: 50%;
	display: inline-block;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-decoration: none;
	color: #bbb;
	-webkit-font-smoothing: antialiased;
}

.push-left:after {
	left: 15px;
	content: '\e582';
}

.navigate-right:after,
.push-right:after {
	right: 15px;
	content: '\e583';
}

.pull-top-pocket,
.pull-bottom-pocket {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: 50px;
}

.plus-pullrefresh .pull-top-pocket,
.plus-pullrefresh .pull-bottom-pocket {
	display: none;
	visibility: visible;
}

.pull-top-pocket {
	top: 0;
}

.bar-nav ~ .content .pull-top-pocket {
	top: 44px;
}

.bar-nav ~ .bar-header-secondary ~ .content .pull-top-pocket {
	top: 88px;
}

.pull-bottom-pocket {
	position: relative;
	bottom: 0;
	height: 40px;
}

.pull-bottom-pocket .pull-loading {
	visibility: hidden;
}

.pull-bottom-pocket .pull-loading.in {
	display: inline-block;
}

.pull {
	font-weight: bold;
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	text-align: center;
	color: #777;
}

.pull-loading {
	margin-right: 10px;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	vertical-align: middle;
}

.pull-loading.reverse {
	-webkit-transform: rotate(180deg) translateZ(0);
	transform: rotate(180deg) translateZ(0);
}

.pull-caption {
	font-size: 15px;
	line-height: 24px;
	position: relative;
	display: inline-block;
	overflow: visible;
	margin-top: 0;
	vertical-align: middle;
}

.pull-caption span {
	display: none;
}

.pull-caption span.in {
	display: inline;
}

.toast-container {
	line-height: 17px;
	position: fixed;
	z-index: 9999;
	bottom: 50px;
	left: 50%;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: 0;
}

.toast-container.active {
	opacity: .9;
}

.toast-message {
	font-size: 14px;
	padding: 10px 25px;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	background-color: #323232;
}

.numbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 120px;
	height: 35px;
	padding: 0 40px 0 40px;
	vertical-align: top;
	vertical-align: middle;
	border: solid 1px #bbb;
	border-radius: 3px;
	background-color: #efeff4;
}

.numbox [class*=numbox-btn],
.numbox [class*=btn-numbox] {
	font-size: 18px;
	font-weight: normal;
	line-height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 40px;
	height: 100%;
	padding: 0;
	color: #555;
	border: none;
	border-radius: 0;
	background-color: #f9f9f9;
}

.numbox [class*=numbox-btn]:active,
.numbox [class*=btn-numbox]:active {
	background-color: #ccc;
}

.numbox [class*=numbox-btn][disabled],
.numbox [class*=btn-numbox][disabled] {
	color: #c0c0c0;
}

.numbox .numbox-btn-plus,
.numbox .btn-numbox-plus {
	right: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.numbox .numbox-btn-minus,
.numbox .btn-numbox-minus {
	left: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.numbox .numbox-input,
.numbox .input-numbox {
	display: inline-block;
	overflow: hidden;
	width: 100% !important;
	height: 100%;
	margin: 0;
	padding: 0 3px !important;
	text-align: center;
	text-overflow: ellipsis;
	word-break: normal;
	border: none !important;
	border-right: solid 1px #ccc !important;
	border-left: solid 1px #ccc !important;
	border-radius: 0 !important;
}

.input-row .numbox {
	float: right;
	margin: 2px 8px;
}

@font-face {
	font-family: Muiicons;
	font-weight: normal;
	font-style: normal;
	src: url(http://ruhnn-web.oss-cn-hangzhou.aliyuncs.com/ruhnn-new-index/skin/fonts/mui.ttf) format('truetype');
}

.icon {
	font-family: Muiicons;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
}

.icon.active {
	color: #007aff;
}

.icon.right:before {
	float: right;
	padding-left: .2em;
}

.icon-contact:before {
	content: '\e100';
}

.icon-person:before {
	content: '\e101';
}

.icon-personadd:before {
	content: '\e102';
}

.icon-contact-filled:before {
	content: '\e130';
}

.icon-person-filled:before {
	content: '\e131';
}

.icon-personadd-filled:before {
	content: '\e132';
}

.icon-phone:before {
	content: '\e200';
}

.icon-email:before {
	content: '\e201';
}

.icon-chatbubble:before {
	content: '\e202';
}

.icon-chatboxes:before {
	content: '\e203';
}

.icon-phone-filled:before {
	content: '\e230';
}

.icon-email-filled:before {
	content: '\e231';
}

.icon-chatbubble-filled:before {
	content: '\e232';
}

.icon-chatboxes-filled:before {
	content: '\e233';
}

.icon-weibo:before {
	content: '\e260';
}

.icon-weixin:before {
	content: '\e261';
}

.icon-pengyouquan:before {
	content: '\e262';
}

.icon-chat:before {
	content: '\e263';
}

.icon-qq:before {
	content: '\e264';
}

.icon-videocam:before {
	content: '\e300';
}

.icon-camera:before {
	content: '\e301';
}

.icon-mic:before {
	content: '\e302';
}

.icon-location:before {
	content: '\e303';
}

.icon-mic-filled:before,
.icon-speech:before {
	content: '\e332';
}

.icon-location-filled:before {
	content: '\e333';
}

.icon-micoff:before {
	content: '\e360';
}

.icon-image:before {
	content: '\e363';
}

.icon-map:before {
	content: '\e364';
}

.icon-compose:before {
	content: '\e400';
}

.icon-trash:before {
	content: '\e401';
}

.icon-upload:before {
	content: '\e402';
}

.icon-download:before {
	content: '\e403';
}

.icon-close:before {
	content: '\e404';
}

.icon-redo:before {
	content: '\e405';
}

.icon-undo:before {
	content: '\e406';
}

.icon-refresh:before {
	content: '\e407';
}

.icon-star:before {
	content: '\e408';
}

.icon-plus:before {
	content: '\e409';
}

.icon-minus:before {
	content: '\e410';
}

.icon-circle:before,
.icon-checkbox:before {
	content: '\e411';
}

.icon-close-filled:before,
.icon-clear:before {
	content: '\e434';
}

.icon-refresh-filled:before {
	content: '\e437';
}

.icon-star-filled:before {
	content: '\e438';
}

.icon-plus-filled:before {
	content: '\e439';
}

.icon-minus-filled:before {
	content: '\e440';
}

.icon-circle-filled:before {
	content: '\e441';
}

.icon-checkbox-filled:before {
	content: '\e442';
}

.icon-closeempty:before {
	content: '\e460';
}

.icon-refreshempty:before {
	content: '\e461';
}

.icon-reload:before {
	content: '\e462';
}

.icon-starhalf:before {
	content: '\e463';
}

.icon-spinner:before {
	content: '\e464';
}

.icon-spinner-cycle:before {
	content: '\e465';
}

.icon-search:before {
	content: '\e466';
}

.icon-plusempty:before {
	content: '\e468';
}

.icon-forward:before {
	content: '\e470';
}

.icon-back:before,
.icon-left-nav:before {
	content: '\e471';
}

.icon-checkmarkempty:before {
	content: '\e472';
}

.icon-home:before {
	content: '\e500';
}

.icon-navigate:before {
	content: '\e501';
}

.icon-gear:before {
	content: '\e502';
}

.icon-paperplane:before {
	content: '\e503';
}

.icon-info:before {
	content: '\e504';
}

.icon-help:before {
	content: '\e505';
}

.icon-locked:before {
	content: '\e506';
}

.icon-more:before {
	content: '\e507';
}

.icon-flag:before {
	content: '\e508';
}

.icon-home-filled:before {
	content: '\e530';
}

.icon-gear-filled:before {
	content: '\e532';
}

.icon-info-filled:before {
	content: '\e534';
}

.icon-help-filled:before {
	content: '\e535';
}

.icon-more-filled:before {
	content: '\e537';
}

.icon-settings:before {
	content: '\e560';
}

.icon-list:before {
	content: '\e562';
}

.icon-bars:before {
	content: '\e563';
}

.icon-loop:before {
	content: '\e565';
}

.icon-paperclip:before {
	content: '\e567';
}

.icon-eye:before {
	content: '\e568';
}

.icon-arrowup:before {
	content: '\e580';
}

.icon-arrowdown:before {
	content: '\e581';
}

.icon-arrowleft:before {
	content: '\e582';
}

.icon-arrowright:before {
	content: '\e583';
}

.icon-arrowthinup:before {
	content: '\e584';
}

.icon-arrowthindown:before {
	content: '\e585';
}

.icon-arrowthinleft:before {
	content: '\e586';
}

.icon-arrowthinright:before {
	content: '\e587';
}

.icon-pulldown:before {
	content: '\e588';
}

.fullscreen {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fullscreen.slider .slider-group {
	height: 100%;
}

.fullscreen .segmented-control ~ .slider-group {
	position: absolute;
	top: 40px;
	bottom: 0;
	width: 100%;
	height: auto;
}

.fullscreen.slider .slider-item > a {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.fullscreen .off-canvas-wrap .slider-item > a {
	top: auto;
	-webkit-transform: none;
	transform: none;
}

.bar-nav ~ .content .slider.fullscreen {
	top: 44px;
}

.bar-tab ~ .content .slider.fullscreen .segmented-control ~ .slider-group {
	bottom: 50px;
}

.android.android-4-0 input:focus,
.android.android-4-0 textarea:focus {
	-webkit-user-modify: inherit;
}

.android.android-4-2 input,
.android.android-4-2 textarea,
.android.android-4-3 input,
.android.android-4-3 textarea {
	-webkit-user-select: text;
}

.ios .table-view-cell {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.plus-visible,
.wechat-visible {
	display: none !important;
}

.plus-hidden,
.wechat-hidden {
	display: block !important;
}

.tab-item.plus-hidden,
.tab-item.wechat-hidden {
	display: table-cell !important;
}

.plus .plus-visible,
.wechat .wechat-visible {
	display: block !important;
}

.plus .tab-item.plus-visible,
.wechat .tab-item.wechat-visible {
	display: table-cell !important;
}

.plus .plus-hidden,
.wechat .wechat-hidden {
	display: none !important;
}

.plus.statusbar.statusbar-offset .bar-nav {
	height: 64px;
	padding-top: 20px;
}

.plus.statusbar.statusbar-offset .bar-nav ~ .content {
	padding-top: 64px;
}

.plus.statusbar.statusbar-offset .bar-nav ~ .content .pull-top-pocket {
	top: 64px;
}

.plus.statusbar.statusbar-offset .bar-header-secondary {
	top: 64px;
}

.plus.statusbar.statusbar-offset .bar-header-secondary ~ .content {
	padding-top: 94px;
}

.iframe-wrapper {
	position: absolute;
	right: 0;
	left: 0;
	-webkit-overflow-scrolling: touch;
}

.iframe-wrapper iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
