/*!
 * =====================================================
 * Author: k313425 (https://www.zui.com/)
 * =====================================================
 */
@charset "utf-8";

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

body {
	margin: 0;
	min-width: 1240px;
	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: 1240px;
	font-family: "Microsoft YaHei", "微软雅黑";
	/*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
	font-size: 16px;
	color: #000;
	line-height: 24px;
	/*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: 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: 36%;
}
.col-sm-2 {
	width: 16.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('../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;
}






/*盒布局*/
.display-box {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -o-box !important;
	display: -ms-flexbox !important;
	display: box !important;
}
.display-box2 {
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-flexbox;
	display: box;
}

/*垂直方向-居中对其*/
.box-align-center {
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	box-align: center;
}
.box-align-center>* {
	display: block;
}

/*垂直方向-顶部对齐*/
.box-align-start {
	-moz-box-align: start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-o-box-align: start;
	box-align: start;
}

/*垂直方向-底部对齐*/
.box-align-end {
	-moz-box-align: end;
	-webkit-box-align: end;
	-o-box-align: end;
	-ms-flex-align: end;
	box-align: end;
}

/*水平方向-居中对齐*/
.box-pack-center {
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	box-pack: center;
}

/*水平方向-左则对齐*/
.box-pack-start {
	-moz-box-pack: start;
	-webkit-box-pack: start;
	-o-box-pack: start;
	-ms-flex-pack: start;
	box-pack: start;
}

/*水平方向-右则对齐*/
.box-pack-end {
	-moz-box-pack: end;
	-webkit-box-pack: end;
	-o-box-pack: end;
	-ms-flex-pack: end;
	box-pack: end;
}

/*设置元素为可伸缩*/
.box-flex {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	-o-box-flex: 1;
	-ms-flex: 1;
	box-flex: 1;
}
.box-flex2 {
	-moz-box-flex: 0.1;
	-webkit-box-flex: 0.1;
	-o-box-flex: 0.1;
	-ms-flex: 0.1;
	box-flex: 0.1;
}

/*规定框中子元素的显示次序*/
.box-ordinal-group1 {
	-moz-box-ordinal-group: 1;
	-webkit-box-ordinal-group: 1;
	-o-box-ordinal-group: 1;
	-ms-box-ordinal-group: 1;
	box-ordinal-group: 1;
}
.box-ordinal-group2 {
	-moz-box-ordinal-group: 2;
	-webkit-box-ordinal-group: 2;
	-o-box-ordinal-group: 2;
	-ms-box-ordinal-group: 2;
	box-ordinal-group: 2;
}
.box-ordinal-group3 {
	-moz-box-ordinal-group: 3;
	-webkit-box-ordinal-group: 3;
	-o-box-ordinal-group: 3;
	-ms-box-ordinal-group: 3;
	box-ordinal-group: 3;
}

/*改变元素的排列方向-纵向排列*/
.box-orient-vertical {
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
	-o-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
}
/*/盒布局*/


/*动画、过渡*/
.transition1 {
	-moz-transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	transition: all 0.15s linear;
}


.zhicwl-cl span{
	line-height: 1.2;
}

.zhicwl-cl span:before,
.zhicwl-cl span:after{
	top: 32% !important;
}
.zhicwl-aie{
	font-size: 18px;
  color: #505050;
  line-height: 30px;
}
.zhicwl-aie h4{
	display: block;
	font-size: 24px;
	color: #000;
	line-height: 1.5;
	padding-bottom: 10px;
}

.zhicwl-sjw{
	margin-top: 50px;
}
.zhicwl-sjw ul{
	margin-left: -45px;
}
.zhicwl-sjw ul li{
	width: 33.3333%;
	padding-left: 45px;
}
.zhicwl-sjw ul li h5{
	font-size: 18px;
  color: #505050;
  line-height: 30px;	
  display: block;
  text-align: center;
  padding: 22px 8px 0;
}


.zhicwl-sjw2{
	margin-top: 50px;
	padding-bottom: 65px;
}
.zhicwl-sjw2 ul{
	margin-left: -45px;
}
.zhicwl-sjw2 ul li{
	width: 33.3333%;
	padding-left: 45px;
}
.zhicwl-sjw2 ul li h5{
	font-size: 16px;
  color: #505050;
  line-height: 30px;	
  display: block;
  text-align: left;
  padding: 22px 8px 0;
}

.zhicwl-gdr{
	padding: 12px;
	border: 1px solid #000;
	padding-bottom: 45px;
	position: relative;
}
.zhicwl-gdr:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -11px;
	margin-left: -16.5px;
	z-index: 1;
	width: 33px;
	height: 22px;
	background: url(../images/img13.png) left top;
	background-repeat: no-repeat;
}
.zhicwl-gdr:hover:after{
	background: url(../images/img12.png) left top;
}
.zhicwl-gdr a{
	display: block;
	position: relative;
	z-index: 10;
}
.zhicwl-sjwe{
	text-align: center;
	font-size: 24px;
	padding-top: 30px;
	color: #000;
}
.zhicwl-sjwe b{
	padding-right: 13px;
}


.zhicwl-dlwp nav{
	width: 250px;
	padding-bottom: 66px;
}
.zhicwl-dlwp nav ul li{
	margin-bottom: 5px;
}
.zhicwl-dlwp nav ul li a{
	background-color: #D6D6D6;
	line-height: 62px;
	font-size: 20px;
	color: #2D2D2D;
	display: block;
	text-align: left;
    padding-left: 20px;
}
.zhicwl-dlwp nav ul li.on a{
	background-color: #005FC0;
	color: #FFF;
}
.zhicwl-dlwp nav ul li a:hover{
	background-color: #005FC0;
	color: #FFF;	
}

.zhicwl-riksp{
	padding-left: 45px;
}

.zhicwl-nldr{
	font-size: 28px;
	color: #BFBFBF;
}
.zhicwl-nldr h6{
	color: #005FC0;
	font-size: 28px;
	display: inline-block;
	padding-right: 5px;
}

.zhicwl-zilsp{
	font-size: 16px;
  color: #505050;
  line-height: 30px;		
  padding-top: 30px;
	padding-bottom: 132px; 	
	overflow: hidden;
}
.zhicwl-zilsp img{height:auto!important;}

.zhicwl-slamd{
	padding-bottom: 130px;
}
.zhicwl-slamd ul li{
	margin-top: 18px;
}
.zhicwl-slamd ul li a{
	display: block;
	padding: 26px 65px 26px 112px;
}

.zhicwl-slamd-left img{
	border: 1px solid #000;
	width: 228px;
}
.zhicwl-slamd-right{
	padding-left: 52px;
	color: #2D2D2D;
	line-height: 1.7;
}
.zhicwl-slamd-right h4{
	color: #000;
	font-size: 24px;
	padding-bottom: 18px;
	padding-top: 13px;
	display: block;
}
.zhicwl-slamd-right p{
	color: #505050;
	font-size: 16px;
}

.zhicwl-slamd ul li a:hover{
	background-color: #005FC0;
}

.zhicwl-slamd ul li a:hover *{
	color: #FFF;
}

.zhicwl-sjcs{
	border-top: 1px solid #D6D6D6;
	margin-top: 10px;
}
.zhicwl-sjcs2{
	border-top: 1px dashed #D6D6D6;
	margin-top: 18px;	
}

.zhicwl-zyie{
	font-size: 16px;
}

.zhicwl-amntr{
	padding-bottom: 45px;
}
.zhicwl-amntr ul{
	margin-left: -26px;
}
.zhicwl-amntr ul li{
	padding-left: 26px;
	width: 33.3333%;
	text-align: center;
	line-height: 1.5;
}
.zhicwl-amntr ul li .zhicwl-ajose{
	border: 1px solid #D6D6D6;
	padding: 64px 0;
}
.zhicwl-amntr .zhicwl-ajose-tit{
	position: relative; 
	padding-bottom: 7px;
	margin-bottom: 40px;
}
.zhicwl-amntr ul li h5{
	color: #005fc0;
	font-size: 24px;
	display: block;
	font-weight: bold;
}
.zhicwl-amntr .zhicwl-ajose-tit:after{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -28px;
	bottom: 0;
	width: 56px;
	height: 1px;
	background-color: #005FC0;
}

.zhicwl-amntr ul li a{
	line-height: 36px;
	display: inline-block;
	border: 1px solid #D6D6D6;
	border-radius: 20px;
	width: 216px;
	color: #2d2d2d;
	font-size: 16px;
}
.zhicwl-amntr ul li a:hover{
	border: 1px solid #005FC0;
	color: #FFF;
	background-color: #005FC0;
}

.zhicwl-amntr ul li p{
	color: #808080;
	font-size: 16px;
	padding-top: 45px;
}


.zhicwl-skwer ul li{
	width: 350px;
	text-align: center;
	line-height: 1.5;
}
.zhicwl-skwer ul li .zhicwl-ajose{
	border: 1px solid #D6D6D6;
	padding: 55px 0;
}
.zhicwl-skwer .zhicwl-ajose-tit{
	position: relative; 
	padding-bottom: 7px;
	margin-bottom: 40px;
}
.zhicwl-skwer ul li h5{
	color: #005fc0;
	font-size: 24px;
	display: block;
	font-weight: bold;
}
.zhicwl-skwer .zhicwl-ajose-tit:after{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -28px;
	bottom: 0;
	width: 56px;
	height: 1px;
	background-color: #005FC0;
}

.zhicwl-skwer ul li a{
	line-height: 36px;
	display: inline-block;
	background-color: #005FC0;
	border: 1px solid #005FC0;
	color: #FFF;
	border-radius: 20px;
	width: 216px;
	font-size: 16px;
}
.zhicwl-skwer ul li a:hover{
	border: 1px solid #D6D6D6;
	color: #2d2d2d;	
	background-color: transparent;
}

.zhicwl-akwl-right{
	padding-left: 58px;
}
.zhicwl-akwl-right h4{
	color: #505050;
	font-size: 22px;
	line-height: 1.6;	
}
.zhicwl-akwl-right p{
	color: #808080;
	font-size: 16px;
	line-height: 2;
	padding-top: 30px;
	padding-right: 125px;
}

.zhicwl-toalm{
	margin-top: 75px;
}


.zhicwl-zclstr{
	border: 1px solid #D6D6D6;
	background-color: #FFF;
	padding: 50px;
}
.zhicwl-zclstr-div{}

.zhicwl-amlstr{
	color: #2c2c2c;
	font-size: 20px;
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 20px;
}
.zhicwl-amlstr .c1{
	font-size: 30px;
}
.zhicwl-amlstr .c2{
	width: 370px;
}

.zhicwl-tmslt-left{
	padding-right: 180px;
	line-height: 2;
	padding-top: 12px;
	display: none;
}
.zhicwl-tmslt-right{ 
	cursor: pointer;
}
.zhicwl-tmslt-right h6{
	color: #2c2c2c;
	font-size: 16px;	
	padding-bottom: 5px;
	padding-top: 12px;
}
.zhicwl-tmslt-right img{
	margin: 0 auto;
	display: block;
	transition: transform .3s;	
}
.zhicwl-tmslt-right.on img{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.zhicwl-zclstr{
	margin-bottom: 80px
}
.zhicwl-zclstr .zhicwl-zclstr-div{
	margin-top: 45px;
}
.zhicwl-zclstr .zhicwl-zclstr-div:first-child{
	margin-top: 0;
}

.zhicwl-cksrw{
	margin-top: -25px;
}
.zhicwl-cksrw{
	text-align: left;
	line-height: 2;
	color: #808080;
	font-size: 17px;
    max-width: 540px;
    margin: 0 auto;
}

.zhicwl-clvss{
	line-height: 1.5;
	color: #000;
    text-align: center;
}
.zhicwl-clvss h4{
	font-size: 26px;
	padding: 0;
	margin: 0;
}

.zhicwl-ditu{
	padding-top: 20px;
	padding-bottom: 50px;
}
.zhicwl-ditu img{
	display: block;
	width: 100%;
	height: auto;
}







.news .item01 .note img {
    vertical-align: middle;
    position: relative;
    top: -2px;
}






@media all and (min-width: 0) and (max-width: 767px) {

	.links{
		display: none;
	}
	.row .col-sm-6{
		width: auto;
	}
	.row .col-sm-6 > div{
		display: none;
	}
	.row .col-sm-6 > br{
		display: none;
	}
	.row .col-sm-2.text-center{
		display: none;
	}
	.TopBox h2 {
    margin-bottom: 25px !important;
    font-size: 30px !important;
    line-height: 1.2;
	}
	.TopBox h2 span {
    font-size: 30px !important;
	}	
	.TopBox {
    padding: 40px 0 !important;
	}	
	.TopBox .inner{
		padding: 0 20px;
	}
	.TopBox .inner p.text-center img{
		width: 42px;
	}
	#foo{
		overflow: hidden;
	}
	#foo .slick-list{
		transform:scale(1.9,1.9);
		padding: 66% 0;
		overflow: hidden;
	}
	#foo .slick-slide img {
    width: 214px;
    height: auto !important;
	}

	#foo .slick-prev, #foo .slick-next {
    margin-top: -60px;
    right: -15px !important;
    left: auto !important;
    top: 50%;
    width: 30px;
    height: 60px;
    background-size: 30px 60px !important;
	}	
	#foo .slick-prev{
		left: -15px !important;
	}	
	#foo .slick-slide h2 {
    width: 100% !important;
    font-size: 6px !important;
    line-height: 22px !important;
	}	
	
	.section .row.news .col-sm-4{
		width: 100%;
	}
	.section .row.news .col-sm-4 .img > img{
		width: 100%;
	}
	.news .item01 .note {
    padding: 15px 0 !important;
	}
	.news .item01 h2 {
		padding-top: 15px;
    margin-bottom: 10px !important;
    font-size: 20px !important;
    line-height: 27px;
	}
	.news .item01 {
    margin-bottom: 30px !important;
	}	
	.news .item02 .time time {
    padding: 5px 0;
    font-size: 26px !important;
	}	
	.news .item02 .time {
    padding: 5px 0;
    width: 70px !important;
    font-size: 14px !important;
    line-height: 20px !important;
	}	
	.news .item02 .col-sm-11{
		line-height: 1.6 !important;
	}
	.news .item02 h2{
		padding-top: 7px;
	}
	.news .item02 h2,
	.news .item02 p {
    font-size: 15px !important;
	}
	.pageNum {
		transform:scale(.8,.8);
	  margin-bottom: 40px  !important; 
	  margin-top: 15px;
	}
	.news .item02 .time + div {
    width: calc(100% - 70px) !important;
    padding-left: 15px !important;
	}	
	.zhicwl-sjw {
	  margin-top: 30px;
	}
	.zhicwl-sjw ul{
		margin-left: 0;
	}
	.zhicwl-sjw ul li {
    width: 100%;
    padding-left: 0;
	}
	.zhicwl-aie {
	  font-size: 15px;
	  line-height: 22px;
	}		
	.zhicwl-sjw ul{
		display: block !important;
	}
	.zhicwl-sjw ul li{
		float: none;
		margin-top: 28px;
	}
	.zhicwl-sjw ul li h5 {
	  font-size: 15px;
	  line-height: 22px;
	  padding: 10px 8px 0;
	}		
	.zhicwl-aie h4 {
	  font-size: 18px;
	}	
	.zhicwl-sjw2 ul{
		display: block !important;
		margin-left: 0;
	}
	.zhicwl-sjw2 ul li {
    width: 100%;
    padding-left: 0;
    margin-bottom: 45px;
	}	
	.zhicwl-sjw2 ul li h5 {
    font-size: 15px;
    line-height: 22px;
    padding: 12px 8px 0;
	}	
	.zhicwl-sjwe {
	  font-size: 22px;
	  padding-top: 20px;
	}

.zhicwl-nldr {
    font-size: 16px;
    color: #BFBFBF;
}
.zhicwl-nldr h6 {
    
    font-size: 20px;
    display: block;
    padding-right: 0;
}
.zhicwl-zilsp {
    font-size: 15px;
    color: #505050;
    line-height: 26px;
    padding-top: 10px;
		padding-bottom: 80px;
		overflow: hidden;
}
.zhicwl-riksp {
    padding-left: 0;
}

.zhicwl-dlwp nav {
    width: 100%;
    padding-bottom: 32px;
}
.zhicwl-dlwp {
	display: block !important;
}	
.zhicwl-dlwp nav ul{
	overflow: hidden;
	margin-left: -10px;
}
.zhicwl-dlwp nav ul li{
	float: left;
	margin-left: 10px;
}
.zhicwl-dlwp nav ul li a {
  background-color: #D6D6D6;
  line-height: 32px;
  font-size: 15px;
  color: #2D2D2D;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
}
.zhicwl-slamd ul li a {
  display: block;
  padding: 20px 0px 7px 0px;
}
.zhicwl-slamd-left{
	display: none;
}
.zhicwl-slamd-left img {
  width: 100px;
}
.zhicwl-slamd-right {
  padding-left: 0;
  color: #2D2D2D;
  line-height: 1.5;
}
.zhicwl-slamd-right h4 {
    color: #000;
    font-size: 16px;
    padding-bottom: 0px;
    padding-top: 0px;
    display: block;
}
.zhicwl-slamd-right p {
  color: #7D7D7D;
  font-size: 14px;
}
.zhicwl-slamd ul li a:hover{
	background-color: transparent;
}
.zhicwl-slamd ul li a:hover h4 {color: #000;}
.zhicwl-slamd ul li a:hover p {color: #7D7D7D;}
.zhicwl-slamd ul li{
	border-top: 1px solid #BCBCBC;
}
.zhicwl-slamd ul li:first-child{
	border-top: none;
}
.zhicwl-slamd {
    padding-bottom: 70px;
}
.zhicwl-slamd{
	margin-top: -40px;
}
.zhicwl-amntr ul{
	margin-left: 0;
	display: block !important;
}
.zhicwl-amntr ul li {
    padding-left: 0;
    width: 100%;
    text-align: center;
    line-height: 1.5;
        margin-bottom: 15px;
}
.zhicwl-amntr ul li .zhicwl-ajose {
    
    padding: 22px 0;
}
.zhicwl-amntr .zhicwl-ajose-tit {

    margin-bottom: 21px;
}
.zhicwl-amntr ul li p {

    padding-top: 21px;
}	
.zhicwl-amntr {
    padding-bottom: 10px;
}
.zhicwl-zyie{
	line-height: 26px;
}

#certify{
	width: 100% !important;
	overflow: hidden;
	padding-bottom: 0px !important;
	margin-top: -60px !important;
}

#certify .swiper-container .swiper-wrapper .swiper-slide{
  transform: scale(0.63) !important;
}

#certify .swiper-button-prev,
#certify .swiper-button-next{
	display: none;
}
#certify .swiper-container {
    padding-bottom: 0px !important;
}
#certify .swiper-slide p {
    line-height: 40px;
    padding-top: 9px;
    font-size: 20px !important;
    padding-bottom: 10px;
}

.zhicwl-rlpe .zhicwl-akwl .zhicwl-skwer{
	display: none !important;
}
.zhicwl-akwl-right {
    padding-left: 0;
}
.zhicwl-akwl-right p {
    font-size: 15px;
    line-height: 1.8;
    padding-top: 10px;
    padding-right: 0;
}
.zhicwl-akwl-right h4 {
    color: #505050;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
}
.zhicwl-toalm {
    margin-top: 18px;
}
.zhicwl-zclstr {
    padding: 15px 15px 38px;
}
.zhicwl-amlstr{
	display: block !important;
	padding-bottom: 10px;
}
.zhicwl-amlstr .c1 {
    font-size: 18px;
    font-weight: bold;
}
.zhicwl-amlstr .c2 {
    width: 100%;
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 3px;
}
.zhicwl-amlstr .c3 {
    width: 100%;
    font-size: 14px;
}
.zhicwl-zclstr-div{
	position: relative;
}
.zhicwl-tmslt-right{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.zhicwl-tmslt-right h6 {
  padding-top: 0px;
}
.zhicwl-tmslt-left {
    padding-right: 0px;
    line-height: 2;
    padding-top: 12px;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 15px;
    width: 100%;
}
.zhicwl-clvss h4 {
    font-size: 20px;
    padding-top: 28px;
}
.zhicwl-clvss {
  font-size: 14px;
}
.zhicwl-cksrw {
  line-height: 1.8;
  font-size: 15px;
}
.zhicwl-ditu {
  padding-top: 0px;
}


		
}


