@charset "utf-8";
@import url('normalize.css');
@import url('base.css');
@import url('animate.css');
@import url('icon-font/iconfont.css');
@import url('icon-images.css');

/**
=======================================
*UI for moblie CSS
*author:   design4u
*QQ:       66383210
*Email:    66383210@qq.com
*Date:     2019-10-09
=======================================
*/
/*基础样式定义*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*解决输入框自动填充后背景变黄色问题*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-transition: all 99999s ease-out;
	-webkit-transition-delay: 99999s;
}

html {
	height: 100%;
	font-size: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-size: 100%;
	line-height: 1.6;
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	/*font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;*/
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
}

.body-sm {
	font-size: 87.5%;
}

a {
	color: inherit;
	text-decoration: none
}

a,
a:visited,
a:hover {
	text-decoration: none;
}

.hm-link,
a.hm-link {
	color: #0f82fe;
}

.hm-link:hover,
.hm-link:active,
a.hm-link:hover,
a.hm-link:active {
	color: #1979dc;
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
	margin-top: 0;
}

h1 {
	font-size: 1.5rem
}

h2 {
	font-size: 1.125rem
}

h3 {
	font-size: 1rem
}

h4 {
	font-size: 1rem
}

h5 {
	font-size: 0.875rem
}

h6 {
	font-size: 0.75rem
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-weight: normal;
	color: #888;
	font-size: 0.875rem;
}

*+h1,
*+h2,
*+h3,
*+h4,
*+h5,
*+h6 {
	margin-top: 1.5em
}

address,
blockquote,
dl,
fieldset,
figure,
ol,
p,
pre,
ul {
	margin-bottom: 1rem;
	margin-top: 0;
}

address:last-child,
blockquote:last-child,
dl:last-child,
fieldset:last-child,
figure:last-child,
hr:last-child,
ol:last-child,
p:last-child,
pre:last-child,
ul:last-child {
	margin-bottom: 0
}

*+address,
*+blockquote,
*+dl,
*+fieldset,
*+figure,
*+hr,
*+ol,
*+p,
*+pre,
*+ul {
	margin-top: 1rem
}

blockquote {
	padding: .625rem .625rem .625rem .9375rem;
	border-left: 3px solid #ddd;
	margin-left: 0;
	margin-right: 0;
}

blockquote footer,
blockquote small {
	display: block;
	font-size: 0.875em;
	line-height: 1.42857143;
	color: #555;
}

blockquote cite a,
blockquote cite a:visited,
blockquote small a,
blockquote small a:visited {
	color: #666
}

hr {
	border: 0;
	border-top: 1px solid #eee;
}

dl dt {
	margin-bottom: .625rem;
	font-weight: normal
}

dl dd {
	margin: 0 0 .75rem 0;
	font-size: .9375em
}

.hm-dl-horizontal dt {
	float: left;
	width: 4em;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap
}

.hm-dl-horizontal dd {
	margin-left: 5em
}

ul,
ol {
	padding-left: 2em;
}

ul li ul,
ul li ol,
ol li ul,
ol li ol {
	margin-bottom: 0;
	margin-top: 0
}

.hm-btn,
button,
img,
input:not([type=radio]):not([type=checkbox]),
select {
	vertical-align: middle;
	background-color: transparent;
}

input:not([type]),
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"] {
	padding: 0px;
}

i {
	font-style: normal;
}

/*========================================================================================
==========================================================================================
	图标-----------开始
  .hm-icon-[name]       图标默认为字体图标
  .hm-icon-img-[name]   图片图标，可以直接用样式名，也可以用背景图
========================================================================================
========================================================================================*/

[class*="hm-icon"] {
	font-family: "hm-iconfont" !important;
	display: inline-block;
	font-size: 20px !important;
	line-height: 1;
	font-style: normal;
	font-weight: normal;
	speak: none;
	vertical-align: middle;
	text-align: center;
	-webkit-text-stroke-width: 0.2px;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: inherit;
}

/*图标内的微章*/
[class*="hm-icon"] .hm-badge {
	position: absolute;
	left: 100%;
	top: 0;
	-webkit-transform: translate(-50%, -40%);
	transform: translate(-50%, -40%);
}

[class*="hm-icon"].hm-radius .hm-badge {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

[class*="hm-icon"].hm-circle .hm-badge {
	-webkit-transform: translate(-60%, -0%);
	transform: translate(-60%, -0%);
}

/*图标内的图片*/
[class*="hm-icon"] img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

/*按钮文字后的图标*/
.hm-btn>*+[class*="hm-icon"],
.hm-btn>*+[class^="hm-icon"] {
	margin-left: 0.25rem;
}

/*图标尺寸*/
.hm-icon-xs {
	font-size: 12px !important;
}

.hm-icon-sm {
	font-size: 16px !important;
}

.hm-icon-lg {
	font-size: 32px !important;
}

.hm-icon-xl {
	font-size: 48px !important;
}

.hm-icon-xxl {
	font-size: 64px !important;
}

.hm-icon-xxxl {
	font-size: 76px !important;
}

.hm-icon-xxxxl {
	font-size: 96px !important;
}

[class*="hm-icon"].hm-radius,
[class*="hm-icon"].hm-circle {
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
	padding: 4px;
	font-size: 12px !important;
}

.hm-radius.hm-icon-xs,
.hm-circle.hm-icon-xs {
	padding: 6px !important;
	font-size: 12px !important;
}

.hm-radius.hm-icon-xs:not([class*="hm-icon-img"]),
.hm-circle.hm-icon-xs:not([class*="hm-icon-img"]) {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

.hm-radius.hm-icon-sm,
.hm-circle.hm-icon-sm {
	padding: 6px !important;
	font-size: 12px !important;
}

.hm-radius.hm-icon-sm:not([class*="hm-icon-img"]),
.hm-circle.hm-icon-sm:not([class*="hm-icon-img"]) {
	-webkit-transform: scale(0.6666667);
	transform: scale(0.6666667);
}

.hm-radius.hm-icon-lg,
.hm-circle.hm-icon-lg {
	padding: 6px !important;
	font-size: 20px !important;
}

.hm-radius.hm-icon-xl,
.hm-circle.hm-icon-xl {
	padding: 11px !important;
	font-size: 26px !important;
}

.hm-grid-menu .hm-radius.hm-icon-xl,
.hm-circle.hm-icon-xl {
	padding: 10px !important;
	font-size: 22px !important;
}

.hm-grid-menu [class*="hm-icon-img"].hm-icon-xl {
	width: 42px;
	height: 42px;
}

.hm-radius.hm-icon-xxl,
.hm-circle.hm-icon-xxl {
	padding: 12px !important;
	font-size: 40px !important;
}

.hm-radius.hm-icon-xxxl,
.hm-circle.hm-icon-xxxl {
	padding: 13px !important;
	font-size: 50px !important;
}

.hm-radius.hm-icon-xxxxl,
.hm-circle.hm-icon-xxxxl {
	padding: 18px !important;
	font-size: 60px !important;
}

/*警示图标默认颜色*/
.hm-icon-alert-success {
	color: #04be02;
}

.hm-icon-alert-info {
	color: #10aeff;
}

.hm-icon-alert-warning {
	color: #ffa800;
}

.hm-icon-alert-danger {
	color: #f44f4f;
}

/*======================
图片图标
======================*/
[class*="hm-icon-img"] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

/*图片图标形状*/

[class*="hm-icon-img"].hm-radius,
[class*="hm-icon-img"].hm-circle {
	background-size: 65%;
	background-position: center;
	padding: 0;
}

[class*="hm-icon-img"].hm-radius:not([class*="hm-bg-"]),
[class*="hm-icon-img"].hm-circle:not([class*="hm-bg-"]) {
	background-size: 100%;
}

/*图片图标尺寸*/
[class*="hm-icon-img"].hm-icon-xs {
	width: 12px;
	height: 12px;
}

[class*="hm-icon-img"].hm-icon-sm {
	width: 16px;
	height: 16px;
}

[class*="hm-icon-img"].hm-icon-lg {
	width: 32px;
	height: 32px;
}

[class*="hm-icon-img"].hm-icon-xl {
	width: 48px;
	height: 48px;
}

[class*="hm-icon-img"].hm-icon-xxl {
	width: 64px;
	height: 64px;
}

[class*="hm-icon-img"].hm-icon-xxxl {
	width: 76px;
	height: 76px;
}

[class*="hm-icon-img"].hm-icon-xxxxl {
	width: 96px;
	height: 96px;
}

/*========================================================================================
==========================================================================================
	按钮
	.hm-btn-default - 默认,灰色边框按钮
    .hm-btn-primary - 首选,蓝色按钮
    .hm-btn-success - 成功,绿色按钮
    .hm-btn-info    - 一般信息,浅蓝色按钮
    .hm-btn-warning - 警告,橙色按钮
    .hm-btn-danger  - 危险,红色按钮
	.hm-btn-dark  - 黑色按钮
    .hm-btn-link  - 链接
	.hm-btn-selected - 已选择按钮
========================================================================================
========================================================================================*/

/*基础按钮*/
.hm-btn {
	padding: 10px 16px;
	line-height: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	vertical-align: middle;
	border: 1px solid transparent;
	outline: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: .25s ease-out;
	transition: .25s ease-out;
	position: relative;
}

.hm-btn>.hm-badge {
	margin-left: 0.5rem;
}

.hm-btn>*+[class*="hm-icon"],
.hm-btn>[class*="hm-icon"]+* {
	margin-left: 0.25rem;
}

.hm-btn-vertical {
	/*从上到下布局*/
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
	font-size: 0.875rem;
	padding: 0.5rem 0;
}

.hm-nav-tabs .hm-btn-vertical {
	line-height: 1;
}

.hm-btn-vertical>.hm-ellipsis g width: 100%;
}

.hm-btn-vertical>*+[class*="hm-icon"],
.hm-btn-vertical>[class*="hm-icon"]+* {
	margin-left: 0;
}

.hm-btn-vertical>[class*="hm-text-"] {}

.hm-btn:hover {
	color: #000;
	text-decoration: none
}

.hm-btn:focus,
.hm-btn:hover,
.hm-btn:active {
	outline: 0;
	/*
	-webkit-box-shadow: inset 0 0 6px  rgba(0,0,0,.125);
	box-shadow: inset 0 0 6px rgba(0,0,0,.125)
	*/
}

.hm-btn.hm-active {
	color: #0f82fe;
}

.hm-btn.hm-disabled,
.hm-btn[disabled],
fieldset[disabled] .hm-btn {
	opacity: .5;
	cursor: not-allowed;
	pointer-events: none
}

/*行内按钮*/

.hm-btn-inline,
.hm-btn-circle {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 0.5rem;
}

.hm-btn-inline:first-chil:not(:last-child),
.hm-btn-circle:first-chil:not(:last-child) {
	margin-right: 0rem;
}

.hm-btn-inline:last-child,
.hm-btn-circle:last-child {
	margin-right: 0rem;
}

/*按钮大小*/
.hm-btn-xl,
.hm-btn-lg,
.hm-btn-sm,
.hm-btn-xs {}

.hm-btn-xl {
	font-size: 1.25rem !important;
	padding: 0.75rem 1.5rem;
	line-height: 1.5;
}

.hm-btn-lg {
	font-size: 1.25rem !important;
	padding: 0.5rem 1rem;
	line-height: 1.5;
}

.hm-btn-sm {
	font-size: .875rem !important;
	padding: 0.25rem 1rem;
}

.hm-btn-xs {
	font-size: .75rem !important;
	padding: 0.25rem 0.5rem;
	line-height: 1.4;
}

/*圆形图标按钮*/

.hm-btn-circle {
	padding: 0.5rem;
	border-radius: 50%;
	background-color: #666;
	border: none;
	font-size: 16px !important;
	line-height: 16px !important;
}

.hm-btn-circle [class*="hm-icon"] {
	color: #fff;
}

.hm-btn-circle [class*="hm-icon"] {
	font-size: 16px !important;
	line-height: 1 !important;
}

.hm-btn-circle.hm-btn-xs {
	padding: 0.25rem !important;
}

.hm-btn-circle.hm-btn-xs [class*="hm-icon"] {
	font-size: 12px !important;
}

.hm-btn-circle.hm-btn-sm {
	padding: 0.375rem !important;
}

.hm-btn-circle.hm-btn-sm [class*="hm-icon"] {
	font-size: 12px !important;
}

.hm-btn-circle.hm-btn-lg {
	padding: 0.75rem !important;
}

.hm-btn-circle.hm-btn-lg [class*="hm-icon"] {
	font-size: 20px !important;
}

.hm-btn-circle.hm-btn-xl {
	padding: 1rem !important;
}

.hm-btn-circle.hm-btn-xl [class*="hm-icon"] {
	font-size: 30px !important;
}

/*默认样式*/

.hm-btn-default {
	color: #000;
	background-color: #fff;
	border-color: #ccc
}

.hm-btn-default.hm-active,
.hm-btn-default.hm-focus,
.hm-btn-default:active,
.hm-btn-default:focus,
.hm-btn-default:hover {
	color: #000;
	background-color: #d7d8da;
	border-color: #d7d8da
}

.hm-btn-default.hm-active,
.hm-btn-default:hm-active {
	background-image: none
}

/*.hm-btn-dark - 黑色按钮*/

.hm-btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.hm-btn-dark.hm-active,
.hm-btn-dark.hm-focus,
.hm-btn-dark:active,
.hm-btn-dark:focus,
.hm-btn-dark:hover {
	color: #fff;
	background-color: #222428;
	border-color: #222428
}

.hm-btn-dark .hm-badge {
	color: #343a40;
	background-color: #fff
}

/*.hm-btn-white - 白色按钮*/

.hm-btn-white {
	background-color: #fff;
	border-color: #fff
}

/*.hm-btn-light - 轻按钮*/

.hm-btn-light {
	background-color: #f4f5f8;
	border-color: #f4f5f8
}

.hm-btn-light.hm-active,
.hm-btn-light.hm-focus,
.hm-btn-light:active,
.hm-btn-light:focus,
.hm-btn-light:hover {
	background-color: #d7d8da;
	border-color: #d7d8da
}

.hm-btn-light .hm-badge {}

/*.hm-btn-primary - 首选,蓝色按钮*/

.hm-btn-primary {
	color: #fff;
	background-color: #0f82fe;
	border-color: #0f82fe
}

.hm-btn-primary.hm-active,
.hm-btn-primary.hm-focus,
.hm-btn-primary:active,
.hm-btn-primary:focus,
.hm-btn-primary:hover {
	color: #fff;
	background-color: #006eff;
	border-color: #006eff
}

.hm-btn-primary .hm-badge {
	color: #0f82fe;
	background-color: #fff
}

/*.hm-btn-success - 成功,绿色按钮*/

.hm-btn-success {
	color: #fff;
	background-color: #04be02;
	border-color: #04be02
}

.hm-btn-success.hm-active,
.hm-btn-success.hm-focus,
.hm-btn-success:active,
.hm-btn-success:focus,
.hm-btn-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.hm-btn-success .hm-badge {
	color: #28a745;
	background-color: #fff
}

/*
.hm-btn-info    - 一般信息,浅蓝色按钮
*/
.hm-btn-info {
	color: #fff;
	background-color: #10aeff;
	border-color: #10aeff
}

.hm-btn-info.hm-active,
.hm-btn-info.hm-focus,
.hm-btn-info:active,
.hm-btn-info:focus,
.hm-btn-info:hover {
	color: #fff;
	background-color: #08a2f0;
	border-color: #08a2f0
}

.hm-btn-info .hm-badge {
	color: #10aeff;
	background-color: #fff
}

/*
.hm-btn-warning - 警告,橙色按钮钮
*/

.hm-btn-warning {
	color: #fff;
	background-color: #ffa800;
	border-color: #ffa800
}

.hm-btn-warning.hm-active,
.hm-btn-warning.hm-focus,
.hm-btn-warning:active,
.hm-btn-warning:focus,
.hm-btn-warning:hover {
	color: #fff;
	background-color: #ee8b00;
	border-color: #ee8b00
}

.hm-btn-warning .hm-badge {
	color: #ee8b00;
	background-color: #fff
}

/*
.hm-btn-danger  - 危险,红色按钮
*/
.hm-btn-danger {
	color: #fff;
	background-color: #f44f4f;
	border-color: #f44f4f
}

.hm-btn-danger.hm-active,
.hm-btn-danger.hm-focus,
.hm-btn-danger:hover,
.hm-btn-danger:active,
.hm-btn-danger:focus {
	color: #fff;
	background-color: #e73030;
	border-color: #e73030
}

.hm-btn-danger .hm-badge {
	color: #f03533;
	background-color: #fff
}

/*
.hm-btn-link  - 链接*/
.hm-btn-link {
	font-weight: 400;
	color: #0f82fe;
	border-radius: 0
}

.hm-btn-link,
.hm-btn-link.hm-active,
.hm-btn-link:active,
.hm-btn-link[disabled],
fieldset[disabled] .hm-btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.hm-btn-link,
.hm-btn-link:active,
.hm-btn-link:focus,
.hm-btn-link:hover {
	border-color: transparent
}

.hm-btn-link:focus,
.hm-btn-link:hover {
	color: #0c75e7;
	text-decoration: underline;
	background-color: transparent
}

.hm-btn-link[disabled]:focus,
.hm-btn-link[disabled]:hover,
fieldset[disabled] .hm-btn-link:focus,
fieldset[disabled] .hm-btn-link:hover {
	color: #777;
	text-decoration: none
}

/*已选择按钮*/

.hm-options .hm-btn {
	background: #f6f6f6;
	border-color: transparent;
	border-radius: 4px;
}

.hm-btn-selected {
	color: #dd3d27;
	background-color: #fcf4f3 !important;
	border-color: #dd3d27 !important;
}

.hm-btn-selected.hm-active,
.hm-btn-selected.hm-focus,
.hm-btn-selected:focus,
.hm-btn-selected:hover,
.hm-btn-selected:active {
	color: #f44f4f;
	background-color: #fcf4f3;
	border-color: #f44f4f
}

.hm-btn-selected.hm-disabled,
.hm-btn-selected.hm-disabled.hm-active,
.hm-btn-selected.hm-disabled.hm-focus,
.hm-btn-selected.hm-disabled:active,
.hm-btn-selected.hm-disabled:focus,
.hm-btn-selected.hm-disabled:hover,
.hm-btn-selected[disabled],
.hm-btn-selected[disabled].hm-active,
.hm-btn-selected[disabled].hm-focus,
.hm-btn-selected[disabled]:active,
.hm-btn-selected[disabled]:focus,
.hm-btn-selected[disabled]:hover,
fieldset[disabled] .hm-btn-selected,
fieldset[disabled] .hm-btn-selected.hm-active,
fieldset[disabled] .hm-btn-selected.hm-focus,
fieldset[disabled] .hm-btn-selected:active,
fieldset[disabled] .hm-btn-selected:focus,
fieldset[disabled] .hm-btn-selected:hover {
	opacity: 0.5;
}

/*空心按钮*/

.hm-btn-hollow {
	background: #fff;
}

.hm-btn-hollow.hm-btn-primary {
	border-color: #0f82fe;
	color: #0f82fe;
	background: none;
	box-shadow: none !important;
}

.hm-btn-hollow.hm-btn-primary:hover,
.hm-btn-hollow.hm-btn-primary:active,
.hm-btn-hollow.hm-btn-primary.hm-active {
	background-color: #0f82fe;
	color: #fff
}

.hm-btn-hollow.hm-btn-info {
	border-color: #10aeff;
	color: #10aeff
}

.hm-btn-hollow.hm-btn-info:hover,
.hm-btn-hollow.hm-btn-info:active,
.hm-btn-hollow.hm-btn-info.hm-active {
	background-color: #10aeff;
	color: #fff
}

.hm-btn-hollow.hm-btn-success {
	border-color: #04be02;
	color: #04be02
}

.hm-btn-hollow.hm-btn-success:hover,
.hm-btn-hollow.hm-btn-success:active,
.hm-btn-hollow.hm-btn-success.hm-active {
	background-color: #04be02;
	color: #fff
}

.hm-btn-hollow.hm-btn-warning {
	border-color: #ffa800;
	color: #ffa800
}

.hm-btn-hollow.hm-btn-warning:hover,
.hm-btn-hollow.hm-btn-warning:active,
.hm-btn-hollow.hm-btn-warning.hm-active {
	background-color: #ffa800;
	color: #fff
}

.hm-btn-hollow.hm-btn-danger {
	border-color: #f44f4f;
	color: #f44f4f
}

.hm-btn-hollow.hm-btn-danger:hover,
.hm-btn-hollow.hm-btn-danger:active,
.hm-btn-hollow.hm-btn-danger.hm-active {
	background-color: #e73030;
	color: #fff
}

/*按钮带徽章*/
.hm-btn.hm-has-badge>.hm-badge {
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	margin-left: 0;
}

.hm-btns>.hm-btn {
	margin-bottom: 0.5rem;
}

.hm-btns>.hm-btn-inline {
	margin-right: 0.5rem;
}

.hm-btns>[class*="hm-average-"]>li>.hm-btn {
	padding-left: 0.125rem;
	padding-right: 0.125rem;
}

.hm-btns-nowrap {
	white-space: nowrap !important;
	overflow-x: auto;
}

.hm-btns-nowrap>.hm-btn {
	margin-bottom: 0;
}

.hm-btns li .hm-btn {
	margin: 0 0 0.5rem 0.5rem;
}

.hm-options {
	/*margin-bottom: -0.75rem;*/
}

.hm-options-nowrap {
	white-space: nowrap !important;
	overflow-x: auto;
}

.hm-options>.hm-btn,
.hm-options li>[class*="hm-"] {
	margin: 0 10px 0.75rem 0;
}

.hm-options [class*="hm-average-"]>.hm-btn,
.hm-options [class*="hm-average-"] li>[class*="hm-"] {
	margin-bottom: 0;
}

.hm-options-nowrap .hm-btn {
	margin-bottom: 0;
}

.hm-options>.hm-btn:first-child {
	margin-left: 0;
}

.hm-options .hm-average-1>li:nth-of-type(1n)>[class*="hm-"],
.hm-options .hm-average-1>.hm-li:nth-of-type(1n)>[class*="hm-"],
.hm-options .hm-average-2>li:nth-of-type(2n)>[class*="hm-"],
.hm-options .hm-average-2>.hm-li:nth-of-type(2n)>[class*="hm-"],
.hm-options .hm-average-3>li:nth-of-type(3n)>[class*="hm-"],
.hm-options .hm-average-3>.hm-li:nth-of-type(3n)>[class*="hm-"],
.hm-options .hm-average-4>li:nth-of-type(4n)>[class*="hm-"],
.hm-options .hm-average-4>.hm-li:nth-of-type(4n)>[class*="hm-"],
.hm-options .hm-average-5>li:nth-of-type(5n)>[class*="hm-"],
.hm-options .hm-average-5>.hm-li:nth-of-type(5n)>[class*="hm-"],
.hm-options .hm-average-6>li:nth-of-type(6n)>[class*="hm-"],
.hm-options .hm-average-6>.hm-li:nth-of-type(6n)>[class*="hm-"],
.hm-options .hm-average-7>li:nth-of-type(7n)>[class*="hm-"],
.hm-options .hm-average-7>.hm-li:nth-of-type(7n)>[class*="hm-"],
.hm-options .hm-average-8>li:nth-of-type(8n)>[class*="hm-"],
.hm-options .hm-average-8>.hm-li:nth-of-type(8n)>[class*="hm-"],
.hm-options .hm-average-9>li:nth-of-type(9n)>[class*="hm-"],
.hm-options .hm-average-9>.hm-li:nth-of-type(9n)>[class*="hm-"],
.hm-options .hm-average-10>li:nth-of-type(10n)>[class*="hm-"],
.hm-options .hm-average-10>.hm-li:nth-of-type(10n)>[class*="hm-"],
.hm-options .hm-average-11>li:nth-of-type(11n)>[class*="hm-"],
.hm-options .hm-average-11>.hm-li:nth-of-type(11n)>[class*="hm-"],
.hm-options .hm-average-12>li:nth-of-type(12n) .hm-btn,
.hm-options .hm-average-12>.hm-li:nth-of-type(12n)>[class*="hm-"] {
	margin-right: 0;
}

.hm-options .hm-average-1>li:nth-of-type(1n)~li,
.hm-options .hm-average-1>.hm-li:nth-of-type(1n)~.hm-li,
.hm-options .hm-average-2>li:nth-of-type(2n)~li,
.hm-options .hm-average-2>.hm-li:nth-of-type(2n)~.hm-li,
.hm-options .hm-average-3>li:nth-of-type(3n)~li,
.hm-options .hm-average-3>.hm-li:nth-of-type(3n)~.hm-li,
.hm-options .hm-average-4>li:nth-of-type(4n)~li,
.hm-options .hm-average-4>.hm-li:nth-of-type(4n)~.hm-li,
.hm-options .hm-average-5>li:nth-of-type(5n)~li,
.hm-options .hm-average-5>.hm-li:nth-of-type(5n)~.hm-li,
.hm-options .hm-average-6>li:nth-of-type(6n)~li,
.hm-options .hm-average-6>.hm-li:nth-of-type(6n)~.hm-li,
.hm-options .hm-average-7>li:nth-of-type(7n)~li,
.hm-options .hm-average-7>.hm-li:nth-of-type(7n)~.hm-li,
.hm-options .hm-average-8>li:nth-of-type(8n)~li,
.hm-options .hm-average-8>.hm-li:nth-of-type(8n)~.hm-li,
.hm-options .hm-average-9>li:nth-of-type(9n)~li,
.hm-options .hm-average-9>.hm-li:nth-of-type(9n)~.hm-li,
.hm-options .hm-average-10>li:nth-of-type(10n)~li,
.hm-options .hm-average-10>.hm-li:nth-of-type(10n)~.hm-li,
.hm-options .hm-average-11>li:nth-of-type(11n)~li,
.hm-options .hm-average-11>.hm-li:nth-of-type(11n)~.hm-li,
.hm-options .hm-average-12>li:nth-of-type(12n)~li,
.hm-options .hm-average-12>.hm-li:nth-of-type(12n)~.hm-li {
	margin-top: 0.75rem;
}

/*===================================
	按钮组
===================================*/
.hm-btn-group {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.hm-btn-group~.hm-btn-group {
	margin-left: 0.5rem;
}

.hm-btn-group>.hm-btn {
	position: relative;
	float: left;
	border-radius: 0.25rem;
}

.hm-btn-group>.hm-btn:hover,
.hm-btn-group>.hm-btn:active,
.hm-btn-group>.hm-btn.hm-active {
	z-index: 2;
}

.hm-btn-group>.hm-btn+.hm-btn {
	margin-left: -1px;
}

.hm-btn-group>.hm-btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.hm-btn-group>.hm-btn:first-child:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.hm-btn-group>.hm-btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/*垂直按钮组*/
.hm-btn-group-vertical {}

.hm-btn-group-vertical>.hm-btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	border-radius: 0.25rem;
}

.hm-btn-group-vertical>.hm-btn:hover,
.hm-btn-group-vertical>.hm-btn:active,
.hm-btn-group-vertical>.hm-btn.hm-active {
	z-index: 2;
}

.hm-btn-group-vertical>.hm-btn+.hm-btn {
	margin-top: -1px;
}

.hm-btn-group-vertical>.hm-btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.hm-btn-group-vertical>.hm-btn:first-child:not(:last-child) {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.hm-btn-group-vertical>.hm-btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/*===================================
	分段按钮
===================================*/
.hm-segmentedbutton {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.hm-segmentedbutton>.hm-btn {
	position: relative;
	float: left;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	border-color: #0f82fe;
	border-radius: 4px;
}

.hm-segmentedbutton>.hm-btn:hover,
.hm-segmentedbutton>.hm-btn:focus,
.hm-segmentedbutton>.hm-btn:active,
.hm-segmentedbutton>.hm-btn.hm-active {
	z-index: 2
}

.hm-segmentedbutton>.hm-btn:focus {
	outline: 0
}

.hm-segmentedbutton>.hm-btn+.hm-btn {
	margin-left: -1px
}

.hm-segmentedbutton>.hm-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.hm-segmentedbutton>.hm-btn:first-child {
	margin-left: 0
}

.hm-segmentedbutton>.hm-btn:first-child:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.hm-segmentedbutton>.hm-btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.hm-segmentedbutton>.hm-btn.hm-active,
.hm-segmentedbutton>.hm-btn.hm-active:hover,
.hm-segmentedbutton>.hm-btn.hm-active:focus,
.hm-segmentedbutton>.hm-btn.hm-active.hm-active {
	background-color: #0f82fe;
	color: #fff;
}

.hm-header-dark .hm-segmentedbutton>.hm-btn {
	border-color: #fff;
	color: #fff;
}

.hm-header-dark>.hm-btn .hm-caret,
.hm-header-dark>.hm-btn .hm-caret {
	border-top-color: #fff;
}

.hm-header-dark .hm-segmentedbutton>.hm-btn.hm-active {
	background-color: #fff;
	color: #0f82fe;
}

.hm-header-dark .hm-form-control>[class*="hm-icon"] {
	color: #fff !important;
}

.hm-segmentedbutton.hm-justify {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.hm-segmentedbutton.hm-justify>.hm-btn {
	float: none;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 1%;
	word-wrap: normal !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	overflow: hidden;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

/*用户登录信息*/

.hm-user-info {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.hm-user-info .hm-user-name,
.hm-user-info .hm-user-desc {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0;
}

.hm-user-info .hm-user-name {
	font-size: 18px;
	line-height: 1;
	padding-bottom: 0.25rem;
}

.hm-user-info .hm-user-desc {
	font-size: 0.75rem;
	opacity: 0.85;
}

.hm-user-info .hm-user-desc .hm-badge {
	margin-right: 0.5rem;
}

.hm-bg-dark .hm-user-info .hm-user-desc .hm-badge {
	background: none;
	border: 1px solid #fff;
}

.hm-cover .hm-user-info .hm-user-desc {
	color: #fff;
}

.hm-user-img {
	width: 3rem;
	height: 3rem;
	margin-right: 0.75rem;
	background-size: cover;
	background-repeat: no-repeat;
}

.hm-user-info .hm-avatar {
	margin-right: 0.75rem;
}

.hm-user-info-dark {
	background: none;
	color: #fff;
}

.hm-user-info-vertical {
	/*从上到下布局*/
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	text-align: center;
}

.hm-user-info-vertical .hm-user-img,
.hm-user-info-vertical .hm-avatar {
	margin-right: 0;
}

.hm-user-info-vertical .hm-user-info-content {
	margin-top: 0.5rem;
}

.hm-user-info-sm .hm-user-name {
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
}

.hm-user-info-sm .hm-avatar {
	margin-right: 0.375rem;
}

.hm-avatar {
	width: 3rem;
	height: 3rem;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	line-height: 3rem;
	color: #fff;
	background-color: #e5e5e5;
	text-align: center;
	font-size: 1.25rem;
	display: inline-block;
	vertical-align: middle;
}

.hm-avatar-sm {
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.875rem;
}

.hm-avatar-lg {
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.75rem;
}

/*深色底滑动侧边栏列表样式*/

.hm-sidebar-dark .hm-listview,
.hm-sidebar-dark .hm-li-divider {
	background: none;
	color: #fff;
	border-color: rgba(0, 0, 0, 0.2);
	margin: 0;
}

.hm-sidebar-dark .hm-li-divider {
	background: rgba(0, 0, 0, 0.2);
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.875rem;
}

.hm-sidebar-dark .hm-li-divider,
.hm-sidebar-dark .hm-li {
	border-color: rgba(0, 0, 0, 0.2) !important;
}

.hm-sidebar-dark .hm-footer .hm-btn {
	color: #fff;
	background: none;
	border-color: transparent;
}

.hm-sidebar-dark .hm-grid-menu {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-width: 0 0 1px 0;
}

.hm-sidebar-dark .hm-grid-menu>li {
	border-color: rgba(0, 0, 0, 0.2) !important;
}

.hm-sidebar-dark .hm-grid-menu>li a {
	color: #fff;
}

/*==============================
	框架页-----------结束
==============================*/

/*page*/
.hm-page {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-x: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/*默认从上到下布局*/
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	background-color: #f2f2f2;
}

.hm-page-nobg {
	background: none;
}

.hm-page>.hm-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/*在webkit-overflow-scrolling:touch属性的下一层子元素上，将height加1%或1px。从而主动触发scrollbar。*/
.hm-content::after {
	min-height: calc(100% + 1px);
}

/*页头*/
.hm-searchbar,
.hm-header,
.hm-footer {
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transition: .25s ease-out;
	transition: .25s ease-out;
	position: relative;
}

.hm-header,
.hm-footer {
	padding: 0 12px;
	position: relative;
	z-index: 100;
	min-height: 3rem;
}

.hm-header:not(.hm-header-dark) {
	z-index: 999;
	background: #fff;
}

.hm-header-dark {
	border-bottom: none;
}

.hm-footer {
	padding: 0.5rem;
	/*box-shadow: 0 -1px 2px rgba(0,0,0,0.05);*/
	z-index: 999;
	background: #f9f9f9;
}

.hm-footer-actionbar {
	padding: 0 0 0 1rem;
	min-height: inherit;
}

.hm-footer-actionbar>.hm-btn {
	padding: 0.75rem 2rem;
}

.hm-header-cover {
	background-size: cover !important;
	background-position: center;
	color: #f2f2f2;
	min-height: 10em;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.hm-header.hm-header-cover .hm-title {
	position: static;
	text-align: left;
}

.hm-header>.hm-btn:not(.hm-btn-sm),
.hm-header>.hm-dropdown>.hm-btn {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

.hm-footer>.hm-btn {
	margin-bottom: 0;
	margin-right: 0;
}

.hm-header>.hm-btn+.hm-btn {
	margin-left: 1rem;
}

.hm-footer>.hm-btn+.hm-btn {
	margin-left: 0.5rem;
}

.hm-popup-dialog .hm-footer>.hm-btn+.hm-btn {
	margin-left: 0;
}

.hm-header:empty,
.hm-footer:empty {
	min-height: 3rem
}

.hm-header .hm-title,
.hm-footer .hm-title,
.hm-header .hm-container-center,
.hm-footer .hm-container-center {
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	margin: 0;
}

.hm-header .hm-title,
.hm-header .hm-container-center,
.hm-footer .hm-container-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.hm-header .hm-title,
.hm-footer .hm-title {
	line-height: 3rem;
	font-size: 1.0625rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
}

/*深色头*/
.hm-header-dark {
	background-color: #0f82fe !important;
	color: #fff;
}

.hm-header.hm-bg-none {
	color: #fff;
}

.hm-header.hm-bg-none>.hm-btn,
.hm-header-dark>.hm-btn,
.hm-header-dark .hm-container-center>.hm-btn,
.hm-header.hm-bg-none .hm-container-center>.hm-btn,
.hm-header.hm-bg-none [class*="hm-icon"],
.hm-header-dark [class*="hm-icon"] {
	color: #fff;
}

.hm-header.hm-bg-none>.hm-btn:hover,
.hm-header.hm-bg-none a.hm-btn:focus,
.hm-header-dark>.hm-btn:hover,
.hm-header-dark a.hm-btn:focus {
	color: #fff;
}

.hm-content {
	border-width: 0;
	overflow: auto;
	overflow-x: hidden;
	/*主要用来设置在IOS浏览器的容器内滚动是否开启惯性和回弹的,解决IOS下滚动卡顿问题，非常重要*/
	-webkit-overflow-scrolling: touch;
	position: relative;
}

.hm-sidebar {
	width: 15rem;
	min-height: 100%;
	max-height: none;
	border-width: 0;
	position: absolute;
	top: 0;
	display: block;
	z-index: 100;
}

.hm-sidebar .hm-header,
.hm-sidebar .hm-footer {
	background-color: transparent;
	border: none;
}

.hm-sidebar-left {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.hm-sidebar-right {
	right: 0;
	left: auto;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.hm-sidebar-open {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.hm-sidebar-animation {
	-webkit-transition: -webkit-transform 300ms ease;
	-webkit-transition-duration: 300ms;
	-moz-transition: -moz-transform 300ms ease;
	transition: transform 300ms ease;
}

.hm-page-has-sidebar-left {
	-webkit-transform: translate3d(15rem, 0, 0) scale3d(1, 0.85, 0.85);
	transform: translate3d(15rem, 0, 0) scale3d(1, 0.85, 0.85);
}

.hm-page-has-sidebar-right {
	-webkit-transform: translate3d(-15rem, 0, 0) scale3d(1, 0.85, 0.85);
	transform: translate3d(-15rem, 0, 0) scale3d(1, 0.85, 0.85);
}

/*角标*/
.hm-marker {
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	width: 44px;
	height: 44px;
}

.hm-marker span {
	display: block;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	transform: rotate(45deg);
	position: relative;
	padding: 2px 0;
	left: -21px;
	top: 10px;
	width: 100px;
	background-color: #f44f4f;
	color: #fff;
	text-transform: uppercase
}

.hm-marker-primary span {
	background-color: #0f82fe;
}

.hm-marker-info span {
	background-color: #10aeff;
}

.hm-marker-success span {
	background-color: #04be02;
}

.hm-marker-warning span {
	background-color: #ffa800;
}

.hm-marker-danger span {
	background-color: #f44f4f;
}

/*小徽章*/
.hm-badge {
	text-align: center;
	display: inline-block;
	padding: 0 5px;
	min-width: 18px;
	font-size: 12px;
	line-height: 18px;
	color: #fff !important;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #999
}

.hm-badge-sm {
	font-size: 10px;
	line-height: 13px;
	padding: 0 3px;
}

.hm-badge:empty {
	min-width: 10px;
	width: 10px;
	height: 10px;
	padding: 0;
	font-size: 1px;
}

a.hm-badge:focus,
a.hm-badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.hm-badge-primary {
	background-color: #0f82fe
}

.hm-badge-info {
	background-color: #10aeff
}

.hm-badge-success {
	background-color: #04be02
}

.hm-badge-warning {
	background-color: #ffa800
}

.hm-badge-danger {
	background-color: #f44f4f
}

/*空心徽章*/

.hm-badge-hollow,
a.hm-badge-hollow:hover {
	background-color: #fff;
	border: 1px solid #aaa;
	color: #666 !important;
	line-height: 17px;
}

.hm-badge-hollow.hm-badge-primary {
	border-color: #0f82fe;
	color: #0f82fe !important
}

.hm-badge-hollow.hm-badge-info {
	border-color: #10aeff;
	color: #10aeff !important
}

.hm-badge-hollow.hm-badge-success {
	border-color: #04be02;
	color: #04be02 !important
}

.hm-badge-hollow.hm-badge-warning {
	border-color: #ffa800;
	color: #ffa800 !important
}

.hm-badge-hollow.hm-badge-danger {
	border-color: #f44f4f;
	color: #f44f4f !important
}

/*linearLayout布局,默认为垂直布局-------------早期写法，已不推荐使用*/
.hm-linearLayout,
.hm-linearLayout-vertical,
.hm-linearLayout-horizontal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

/*线性垂直布局*/
.hm-linearLayout,
.hm-linearLayout-vertical {
	-webkit-box-direction: normal !important;
	-webkit-box-orient: vertical !important;
	-moz-flex-direction: column !important;
	-webkit-flex-direction: column !important;
	flex-direction: column !important;
}

/*线性水平布局*/
.hm-linearLayout-horizontal {
	-webkit-box-direction: normal !important;
	-webkit-box-orient: horizontal !important;
	-moz-flex-direction: row !important;
	-webkit-flex-direction: row !important;
	flex-direction: row !important;
}

.hm-linearLayout>.hm-content,
.hm-linearLayout-vertical>.hm-content,
.hm-linearLayout-horizontal>.hm-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

/*flexbox布局,默认为水平垂直布局*/
.hm-flexbox,
.hm-flexbox-vertical {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.hm-flexbox:not(.hm-flexbox-wrap) {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/*垂直布局*/
.hm-flexbox-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.hm-flexbox-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.hm-flexbox-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.hm-order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.hm-order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.hm-order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.hm-order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.hm-order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.hm-order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.hm-order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.hm-order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.hm-order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.hm-order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.hm-order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.hm-order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.hm-order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.hm-order-first {
	-ms-flex-order: -1;
	order: -1;
}

.hm-order-last {
	-ms-flex-order: 13;
	order: 13;
}

/*
box-align表示父容器里面子容器的垂直对齐方式,可选参数如下所示：
	start  顶对齐、左对齐
	end    底对齐、右对齐
	center 居中对齐
	stretch  拉伸到与父容器等高、等宽
*/
.hm-linearLayout-align-start,
.hm-flexbox-align-start,
.hm-align-items-start {
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	-ms-flex-align: flex-start !important;
	align-items: flex-start !important;
}

.hm-linearLayout-align-end,
.hm-flexbox-align-end,
.hm-align-items-end {
	-webkit-box-align: end !important;
	-webkit-align-items: flex-end !important;
	-ms-flex-align: flex-end !important;
	align-items: flex-end !important;
}

.hm-linearLayout-align-center,
.hm-flexbox-align-center,
.hm-align-items-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.hm-linearLayout-align-stretch,
.hm-flexbox-align-stretch,
.hm-align-items-stretch {
	-webkit-box-align: stretch !important;
	-webkit-align-items: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.hm-align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.hm-align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.hm-align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.hm-align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.hm-align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.hm-align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

/*
justify-content表示父容器里面子容器的水平对齐方式,可选参数如下所示：
	start  表示水平居左对齐
	end    表示水平居右对齐
	center 表示水平居中对齐
	justify  表示水平等分父容器宽度
*/

.hm-justify-content-start {
	-webkit-box-pack: start !important;
	-moz-justify-content: flex-start !important;
	-webkit-justify-content: flex-start !important;
	justify-content: flex-start !important;
}

.hm-justify-content-end {
	-webkit-box-pack: end !important;
	-moz-justify-content: flex-end !important;
	-webkit-justify-content: flex-end !important;
	justify-content: flex-end !important;
}

.hm-justify-content-center {
	-webkit-box-pack: center !important;
	-moz-justify-content: center !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
}

.hm-justify-content-justify {
	-webkit-box-pack: justify !important;
	-moz-justify-content: space-between !important;
	-webkit-justify-content: space-between !important;
	justify-content: space-between !important;
}

.hm-align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.hm-align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.hm-align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.hm-align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

.hm-vertical-top {
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	-ms-flex-align: flex-start !important;
	align-items: flex-start !important;
}

/*栅格布局*/
.hm-container {
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	margin-right: auto;
	margin-left: auto;
}

.hm-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -0.25rem;
	margin-left: -0.25rem;
}

.hm-col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.hm-col,
.hm-col-1,
.hm-col-10,
.hm-col-11,
.hm-col-12,
.hm-col-2,
.hm-col-3,
.hm-col-4,
.hm-col-5,
.hm-col-6,
.hm-col-7,
.hm-col-8,
.hm-col-9,
.hm-col-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 0.25rem;
	padding-left: 0.25rem;
	padding-bottom: 0.5rem;
}

.hm-col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.hm-col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.hm-col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.hm-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.hm-col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.hm-col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.hm-col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.hm-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.hm-col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.hm-col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.hm-col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.hm-col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.hm-col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.hm-no-gutters>.hm-col,
.hm-no-gutters>[class*=hm-col-] {
	padding-right: 0;
	padding-left: 0;
}

.hm-offset-1 {
	margin-left: 8.333333%;
}

.hm-offset-2 {
	margin-left: 16.666667%;
}

.hm-offset-3 {
	margin-left: 25%;
}

.hm-offset-4 {
	margin-left: 33.333333%;
}

.hm-offset-5 {
	margin-left: 41.666667%;
}

.hm-offset-6 {
	margin-left: 50%;
}

.hm-offset-7 {
	margin-left: 58.333333%;
}

.hm-offset-8 {
	margin-left: 66.666667%;
}

.hm-offset-9 {
	margin-left: 75%;
}

.hm-offset-10 {
	margin-left: 83.333333%;
}

.hm-offset-11 {
	margin-left: 91.666667%;
}

.hm-offset-12 {
	margin-left: 100%;
}

/*绝对布局*/
[class*="hm-pull-"] {
	position: absolute;
	z-index: 1;
}

.hm-pull-left,
.hm-pull-lt {
	left: 0;
	top: 0;
}

.hm-pull-lc {
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%, );
}

.hm-pull-lb {
	left: 0;
	bottom: 0;
}

.hm-pull-ct {
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.hm-pull-center,
.hm-pull-cc {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hm-pull-cb {
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.hm-pull-rt {
	right: 0;
	top: 0;
}

.hm-pull-rc {
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.hm-pull-rb {
	right: 0;
	bottom: 0;
}

/*表格布局
	将table-layout属性设置为fixed可以让浏览器按照固定算法来渲染单元格的宽度。这在固定宽度布局中非常有用,例如我们最上面的那段布局代码。
	table布局属性：
	table:使该元素按table样式渲染
	table-row使该元素按tr样式渲染
	table-cell使该元素按td样式渲染
	table-row-group使该元素按tbody样式渲染
	table-header-group使该元素按thead样式渲染
	table-footer-group使该元素按tfoot样式渲染
	table-caption使该元素按caption样式渲染
	table-column使该元素按col样式渲染
	table-column-group使该元素按colgroup样式渲染
*/
.hm-tableLayout {
	display: table;
	width: 100%;
	border-collapse: separate;
}

.hm-table-row {
	display: table-row;
}

.hm-table-cell {
	display: table-cell;
}

/*文本多列布局*/
.hm-textColumn {
	-moz-column-count: 3;
	/*设置列数*/
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 40px;
	/*设置列之间的间隔*/
	-webkit-column-gap: 40px;
	column-gap: 40px;
	-moz-column-rule: 1px outset #eee;
	/*设置列之间的宽度、样式和颜色规则*/
	-webkit-column-rule: 1px outset #eee;
	column-rule: 1px outset #eee;
}

/*
多列布局        hm-columns
支持2-6列布局   hm-columns  hm-columns-数字

*/
.hm-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	-webkit-column-width: 150px;
	-moz-column-width: 150px;
	column-width: 150px;
}

.hm-columns>div {
	display: inline-block;
	width: 100%;
}

.hm-columns-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.hm-columns-3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.hm-columns-4 {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}

.hm-columns-5 {
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
}

.hm-columns-6 {
	-webkit-column-count: 6;
	-moz-column-count: 6;
	column-count: 6;
}

/*横跨所有列*/
.hm-column-span-all {
	-webkit-column-span: all;
	column-span: all;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	列表
	.hm-listview         列表
	.hm-listview-inset   内嵌列表
	.hm-li               通用的列表项
	.hm-li-divider       标题列表项
	.hm-li-link          带右侧箭头的可跳转列表项
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.hm-listview {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.41176471;
	background: #fff;
}

.hm-li {
	padding: 0.875rem 1rem;
}

.hm-card-content .hm-pull-rt,
.hm-li .hm-pull-rt {
	right: 1rem;
	top: 1rem;
}

.hm-card-content .hm-pull-rb,
.hm-li .hm-pull-rb {
	right: 1rem;
	bottom: 1rem;
}

.hm-listview>.hm-li::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.hm-listview .hm-li:only-child::after,
.hm-listview .hm-li:last-child::after {
	/*display: none;*/
}

.hm-card-content .hm-listview:only-child .hm-li:only-child::after,
.hm-card-content .hm-listview:only-child .hm-li:last-child::after {
	display: none;
}

.hm-li.hm-active {
	color: #0f82fe;
}

.hm-listview-sm .hm-li {
	padding: 0.5rem;
}

.hm-listview-lg .hm-li,
.hm-listview-lg .hm-li-lg {
	padding: 1rem;
}

.hm-listview-noborder {
	border: none;
}

.hm-listview-noborder .hm-li {
	border-bottom: none;
}

.hm-listview-noborder>.hm-li::after {
	display: none;
}

.hm-li,
.hm-li-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

/*li实现垂直一列多行布局*/
.hm-li-column {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

/*解决kendouUI框架下，用a标签，导致在低版本手机浏览器下错乱问题*/
.hm-li-label,
.hm-li-header,
.hm-li-content,
.hm-li-footer {
	display: block;
}

.hm-li-statistics{
	line-height: 1;
	text-align: right;
	margin-right: 0.5rem;
}
.hm-li-statistics .hm-num{
	font-weight: bold;
	display: block;
}
.hm-li-statistics .hm-num small{
	font-weight: normal;
	font-size: 10px;
	opacity: 0.6;
	margin-left: 0.25rem;
}
.hm-li-statistics .hm-text{
	font-size: 12px;
	opacity: 0.6;
}
.hm-li-header {
	margin-right: 0.75rem;
}

.hm-li-footer {
	color: #555;
	text-align: right;
}

.hm-li-label {
	min-width: 5em;
}

.hm-li-label-lg {
	min-width: 7em;
}

.hm-li-content+.hm-li-footer {
	margin-left: 0.5rem;
}

.hm-li-title,
.hm-li-content h2,
.hm-li-content h3 {
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	/*line-height: 1.25;*/
}

.hm-li-title small {
	font-size: 12px;
	color: #999;
}

.hm-li-content *+h2,
.hm-li-content *+h3,
.hm-li-content *+p {
	margin-top: 0.25rem;
}

.hm-li-title *+.hm-badge {
	margin-left: 0.5rem;
}

.hm-li-subtitle {
	opacity: 0.6;
	font-size: 15px;
	margin-top: .25rem;
}

.hm-li-desc {
	
	font-size: 13px;
	line-height: 1.5;
}

.hm-li-meta {
	padding-bottom: 0.25rem;
	font-size: 12px;
	opacity: 0.4;
	line-height: 1rem;
}

.hm-li-desc~.hm-li-meta {
	margin-top: 1rem;
}

.hm-li-meta span {
	padding-right: 0.5rem;
}

.hm-li-title+.hm-li-detail {
	margin-top: 0.125rem;
}

.hm-li-detail {
	font-size: 12px;
	opacity: 0.4;
	line-height: 1.3em;
	margin-top: .5rem;
}
.hm-li-corner{
	position: absolute;
	right: 1rem;
	top:1rem;
	font-size: 11px;
	opacity: 0.5;
}
.hm-li-images {
	margin-top: 0.5rem;
}

.hm-li-images ul {
	margin: 0 -1px;
}

.hm-li-images li img {
	padding: 1px;
}

.hm-li-detail span+span {
	margin-left: 0.5rem;
}

.hm-li .hm-btn {
	margin-bottom: 0;
}

.hm-li .hm-input {
	width: 100%;
	border: 0;
	outline: 0;
	-webkit-appearance: none;
	background-color: transparent;
	font-size: inherit;
	color: inherit;
}

.hm-listview-timeline .hm-li {
	padding: 1rem;
}

.hm-listview-timeline .hm-li-header {
	position: relative;
}

.hm-listview-timeline .hm-li-header::before {
	content: "";
	width: 0;
	border-left: 1px dashed rgba(0,0,0,0.1);
	display: block;
	position: absolute;
	left: 50%;
	top: -1.5rem;
	bottom: -1.5rem;
}
.hm-listview-timeline>.hm-li::after {
    
    background-color: rgba(0, 0, 0, 0);
    
}
textarea {
	display: block;
	border: 0;
	resize: none;
	width: 100%;
	color: inherit;
	font-size: 1em;
	line-height: inherit;
	outline: 0;
}

.hm-textarea-counter {
	color: #B2B2B2;
	text-align: right;
	font-size: 12px;
	margin-top: 0.25rem;
}

/*hm-li-link 跳转列表*/

.hm-li-link .hm-li-footer:after {
	content: " ";
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 8px;
	width: 8px;
	border-width: 1px 1px 0 0;
	border-color: #C8C8CD;
	border-style: solid;
	position: relative;
	top: -2px;
	top: -1px;
}

.hm-li .hm-form-label {
	display: block;
	width: 4em;
}

/*单选列表组及复选列表组*/
.hm-li-footer input[type="radio"] {
	position: absolute;
	left: -9999em;
}

.hm-li-footer input[type="radio"]+.hm-icon-checked::before {
	display: none;
}

.hm-li-footer input[type="radio"]:checked+.hm-icon-checked::before {
	display: block;
}

/*缩略图模式*/
.hm-listview-gallery {
	overflow: hidden;
	background: none;
}

/*大图模式*/
.hm-listview-card {
	background: none;
}

.hm-listview-gallery {
	padding: 0 0.5rem;
}

.hm-listview-gallery .hm-li,
.hm-listview-card .hm-li {
	display: block;
	border: none;
}

.hm-listview-gallery .hm-li-content,
.hm-listview-card .hm-li-content {
	background-color: #fff;
	padding: 0.5rem;
}

.hm-listview-gallery .hm-li {
	float: left;
	width: 50%;
	padding: 0 0.25rem 0.5rem;
	overflow: hidden;
}

.hm-listview-card .hm-li {
	margin-bottom: 0.5rem;
}

.hm-listview-gallery {
	padding-top: 0.5rem;
}

.hm-listview-gallery .hm-li>.hm-flex-1,
.hm-listview-card .hm-li>.hm-flex-1 {
	width: auto;
}

.hm-listview-gallery .hm-li-header,
.hm-listview-card .hm-li-header {
	text-align: center;
	margin: 0;
}

.hm-listview .hm-li-header img {
	max-width: 100px;
}

.hm-listview-goods .hm-li {
	padding: 2px 16px 2px 0;
}

.hm-listview-goods .hm-li-title,
.hm-listview-goods h2 {
	font-size: 15px;
	margin-bottom: 0.5rem;
}

.hm-listview-goods .hm-li-header img {
	max-width: 120px;
}

.hm-listview-goods .hm-pull-rb {
	bottom: 0.5rem;
}

.hm-listview-gallery .hm-li-title,
.hm-listview-gallery h2 {
	font-size: 15px;
	margin-bottom: 0.5rem;
}

.hm-listview-gallery .hm-li-header img,
.hm-listview-card .hm-li-header img {
	width: 100%;
	max-width: 100%;
}

.hm-listview-gallery .hm-li-header .hm-img-thumbnail,
.hm-listview-card .hm-li-header .hm-img-thumbnail {
	margin: 0 auto;
}

.hm-listview-gallery .hm-li-footer:after,
.hm-listview-card .hm-li-footer:after {
	display: none;
}

.hm-listview-gallery>.hm-li::after {
	display: none;
}

.hm-card-content .hm-listview-gallery {
	padding: 0 1rem;
}

.hm-card-content .hm-listview-gallery .hm-li-content {
	padding: 0.5rem 0;
}

.hm-card-content .hm-listview-gallery .hm-li-detail {
	margin-top: 4px;
}

/*开关*/
input[type="checkbox"].hm-switch,
.hm-switch {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	width: 52px;
	height: 30px;
	border: 1px solid #DFDFDF;
	outline: 0;
	border-radius: 16px;
	box-sizing: border-box;
	background-color: #DFDFDF;
}

input[type="checkbox"].hm-switch:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 28px;
	border-radius: 15px;
	background-color: #FDFDFD;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	margin-top: 0;
	border: none;
}

input[type="checkbox"].hm-switch:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	border-radius: 15px;
	background-color: #FFFFFF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
}

input[type="checkbox"].hm-switch:checked {
	border-color: #0f82fe;
	background-color: #0f82fe;
}

input[type="checkbox"].hm-switch:checked:before {
	-webkit-transform: scale(0);
	transform: scale(0);
	background: none;
}

input[type="checkbox"].hm-switch:checked:after {
	-webkit-transform: translateX(22px);
	transform: translateX(22px);
}

input[type="checkbox"].hm-switch:disabled,
input[type="checkbox"].hm-switch:checked:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

input[type="checkbox"].hm-switch:disabled:after,
input[type="checkbox"].hm-switch:checked:disabled:after {
	background-color: #ddd;
}

/*新增的通用LI
=======================================*/










/*有序列表*/
ol.hm-listview {
	list-style-type: decimal;
}

ol.hm-listview,
ol.hm-listview>.hm-li-divider {
	counter-reset: listnumbering;
	list-style: none;
}

ol.hm-listview>.hm-li:before {
	display: inline-block;
	font-size: .9rem;
	font-weight: 400;
	padding-right: .3rem;
	min-width: 1.4rem;
	line-height: 1;
	vertical-align: middle;
	counter-increment: listnumbering;
	content: counter(listnumbering) "."
}

/*列表斑马纹*/
.hm-listview-stripe>.hm-li:nth-of-type(even) {
	background-color: rgba(0, 0, 0, 0.03);
}

/*列表项分组标题*/
.hm-li-divider {
	padding: 2px 16px !important;
	min-height: 0;
	background-color: rgba(0, 0, 0, 0.05);
	color: #555;
	position: relative;
}

.hm-listview>.hm-li-divider:first-child {
	border-top: none;
}

/*内嵌式列表*/
.hm-listview-inset {
	margin-left: 1rem;
	margin-right: 1rem;
	background: #fff;
	border-radius: 0.375rem;
	box-shadow: 0 0 4px rgba(0, 0, 0, .05);
}

.hm-listview-inset+.hm-listview-inset {
	margin-top: 0.5rem;
}

/*块式列表*/
.hm-listview-space {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
	padding-top: 0.75rem;
	background: none;
}

.hm-listview-space>.hm-li {
	margin-bottom: 0.75rem;
	background-color: #fff;
	border-radius: 0.375rem;
	padding: 0.75rem;
}

.hm-listview-space>.hm-li::after {
	display: none;
}

/*情景列表*/
.hm-li-success {
	color: #3c763d !important;
	background-color: #dff0d8 !important;
	border-color: #d6e9c6 !important;
}

.hm-li-success:hover,
.hm-li-success:active {
	color: #3c763d !important;
	background-color: #d0e9c6 !important
}

.hm-li-success.hm-active,
.hm-li-success.hm-active:hover,
.hm-li-success.hm-active:active {
	color: #fff !important;
	background-color: #3c763d !important;
	border-color: #3c763d !important
}

.hm-li-info {
	color: #31708f !important;
	background-color: #d9edf7 !important;
	border-color: #bce8f1 !important;
}

.hm-li-info:hover,
.hm-li-info:active {
	color: #31708f !important;
	background-color: #c4e3f3 !important
}

.hm-li-info.hm-active,
.hm-li-info.hm-active:hover,
.hm-li-info.hm-active:active {
	color: #fff !important;
	background-color: #31708f !important;
	border-color: #31708f !important
}

.hm-li-warning {
	color: #8a6d3b !important;
	background-color: #fcf8e3 !important;
	border-color: #fbeed5 !important;
}

.hm-li-warning:hover,
.hm-li-warning:active {
	color: #8a6d3b !important;
	background-color: #faf2cc !important
}

.hm-li-warning.hm-active,
.hm-li-warning.hm-active:hover,
.hm-li-warning.hm-active:active {
	color: #fff !important;
	background-color: #8a6d3b !important;
	border-color: #8a6d3b !important
}

.hm-li-danger {
	color: #a94442 !important;
	background-color: #f2dede !important;
	border-color: #eed3d7 !important;
}

.hm-li-danger:hover,
.hm-li-danger:active {
	background-color: #edcbcb !important
}

.hm-li-danger.hm-active,
.hm-li-danger.hm-active:hover,
.hm-li-danger.hm-active:active {
	color: #fff !important;
	background-color: #e58181 !important;
	border-color: #e58181 !important
}

/*块状加载图标*/

.hm-loading-image-cube {}

.hm-loading-image-cube {
	margin: 20px auto;
	width: 80px;
	height: 80px;
	position: relative;
}

.hm-loading-image-cube .hm-cube1,
.hm-loading-image-cube .hm-cube2 {
	background-color: #67CF22;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: cubemove 1.8s infinite ease-in-out;
	animation: cubemove 1.8s infinite ease-in-out;
}

.hm-loading-image-cube .hm-cube2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
	25% {
		-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
		transform: translateX(42px) rotate(-90deg) scale(0.5)
	}

	50% {
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
		transform: translateX(42px) translateY(42px) rotate(-180deg)
	}

	75% {
		-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
		transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@keyframes cubemove {
	25% {
		-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
		transform: translateX(42px) rotate(-90deg) scale(0.5);
	}

	50% {
		-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
		transform: translateX(42px) translateY(42px) rotate(-179deg);
	}

	50.1% {
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
		transform: translateX(42px) translateY(42px) rotate(-180deg);
	}

	75% {
		-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
		transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

/*点加载图标*/


.hm-loading-circle {
	margin: 20px 0;
	width: 100%;
	text-align: center;
}

.hm-loading-circle>div {
	width: 14px;
	height: 14px;
	background-color: #67CF22;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: circledelay 1.4s infinite ease-in-out;
	animation: circledelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	margin: 0 2px;
}

.hm-loading-circle .hm-circle1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
	background-color: #82cf00;
}

.hm-loading-circle .hm-circle2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
	background-color: #75caf2;
}

.hm-loading-circle .hm-circle3 {
	background-color: #fda93f;
}

@-webkit-keyframes circledelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0.0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes circledelay {

	0%,
	80%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}

	40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

/*hm-loading*/




.hm-loading {
	text-align: center;
}

.hm-loading-image {
	margin: 0 auto;
	width: 20px;
	height: 20px;
	position: relative;
}

.hm-loading-inline {
	display: inline-block;
}

.hm-loading-inline .hm-loading-image {
	display: inline-block;
	margin-left: 0.25rem;
	margin-right: 0.75rem;
	margin-bottom: -2px;
}

.hm-loading h2 {
	font-size: 1rem;
	margin-bottom: 0;
}

.hm-loading p {
	margin-top: 0.25rem;
}

.hm-loading-container1>div,
.hm-loading-container2>div,
.hm-loading-container3>div {
	width: 6px;
	height: 6px;
	background-color: #888;
	border-radius: 100%;
	position: absolute;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.hm-loading .hm-loading-container {
	position: absolute;
	width: 100%;
	height: 100%;
}

.hm-loading-container2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.hm-loading-container3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

.hm-loading-circle1 {
	top: 0;
	left: 0;
}

.hm-loading-circle2 {
	top: 0;
	right: 0;
}

.hm-loading-circle3 {
	right: 0;
	bottom: 0;
}

.hm-loading-circle4 {
	left: 0;
	bottom: 0;
}

.hm-loading-container2 .hm-loading-circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.hm-loading-container3 .hm-loading-circle1 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.hm-loading-container1 .hm-loading-circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.hm-loading-container2 .hm-loading-circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.hm-loading-container3 .hm-loading-circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.hm-loading-container1 .hm-loading-circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.hm-loading-container2 .hm-loading-circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.hm-loading-container3 .hm-loading-circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.hm-loading-container1 .hm-loading-circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.hm-loading-container2 .hm-loading-circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.hm-loading-container3 .hm-loading-circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0.0);
		transform: scale(0.0);
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

@keyframes bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0.0);
		transform: scale(0.0);
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

/*.hm-loading-sm*/
.hm-loading-sm .hm-loading-image {
	width: 16px;
	height: 16px;
}

.hm-loading-sm .hm-loading-container1>div,
.hm-loading-sm .hm-loading-container2>div,
.hm-loading-sm .hm-loading-container3>div {
	width: 4px;
	height: 4px;
}

/*.hm-loading-lg*/

.hm-loading-lg .hm-loading-image {
	width: 32px;
	height: 32px;
}

.hm-loading-lg .hm-loading-container1>div,
.hm-loading-lg .hm-loading-container2>div,
.hm-loading-lg .hm-loading-container3>div {
	width: 8px;
	height: 8px;
}

/*.hm-loading-xl*/

.hm-loading-xl .hm-loading-image {
	width: 48px;
	height: 48px;
}

.hm-loading-xl .hm-loading-container1>div,
.hm-loading-xl .hm-loading-container2>div,
.hm-loading-xl .hm-loading-container3>div {
	width: 10px;
	height: 10px;
}

/*.hm-loading-xxl*/

.hm-loading-xxl .hm-loading-image {
	width: 60px;
	height: 60px;
}

.hm-loading-xxl .hm-loading-container1>div,
.hm-loading-xxl .hm-loading-container2>div,
.hm-loading-xxl .hm-loading-container3>div {
	width: 14px;
	height: 14px;
}

/*.hm-loading-xxxl*/

.hm-loading-xxxl .hm-loading-image {
	width: 76px;
	height: 76px;
}

.hm-loading-xxxl .hm-loading-container1>div,
.hm-loading-xxxl .hm-loading-container2>div,
.hm-loading-xxxl .hm-loading-container3>div {
	width: 18px;
	height: 18px;
}

/*情景按钮下的loading样式*/
.hm-btn-primary .hm-loading-container1>div,
.hm-btn-primary .hm-loading-container2>div,
.hm-btn-primary .hm-loading-container3>div,
.hm-btn-info .hm-loading-container1>div,
.hm-btn-info .hm-loading-container2>div,
.hm-btn-info .hm-loading-container3>div,
.hm-btn-success .hm-loading-container1>div,
.hm-btn-success .hm-loading-container2>div,
.hm-btn-success .hm-loading-container3>div,
.hm-btn-warning .hm-loading-container1>div,
.hm-btn-warning .hm-loading-container2>div,
.hm-btn-warning .hm-loading-container3>div,
.hm-btn-danger .hm-loading-container1>div,
.hm-btn-danger .hm-loading-container2>div,
.hm-btn-danger .hm-loading-container3>div {
	background-color: #fff;
}

@-webkit-keyframes leaffly {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) scale3d(.6, .6, .6) rotate3d(0, 0, 1, 0deg);
		transform: translate3d(-100%, 0, 0) scale3d(.6, .6, .6) rotate3d(0, 0, 1, 0deg);
	}

	50% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20%, 0) rotate3d(0, 0, 1, 180deg);
		transform: translate3d(0, 20%, 0) rotate3d(0, 0, 1, 180deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) scale3d(.6, .6, .6) rotate3d(0, 0, 1, 360deg);
		transform: translate3d(100%, 0, 0) scale3d(.6, .6, .6) rotate3d(0, 0, 1, 360deg);
	}
}

@keyframes leaffly {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) scale3d(.6, .6, .6) rotate3d(0, 0, 1, 0deg);
		transform: translate3d(-100%, 0, 0) scale3d(.6, .6, .6) rotate3d(0, 0, 1, 0deg);
	}

	50% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20%, 0) rotate3d(0, 0, 1, 180deg);
		transform: translate3d(0, 20%, 0) rotate3d(0, 0, 1, 180deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) scale3d(.6, .6, .6) rotate3d(0, 0, 1, 360deg);
		transform: translate3d(100%, 0, 0) scale3d(.6, .6, .6) rotate3d(0, 0, 1, 360deg);
	}
}

@-webkit-keyframes clound {

	0%,
	50%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	25% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes clound {

	0%,
	50%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	25% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@-webkit-keyframes moon {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes moon {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@-webkit-keyframes sun {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
	}
}

@keyframes sun {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
	}
}

@-webkit-keyframes leaf2 {

	0%,
	100% {
		-webkit-transform: rotate3d(0, 0, 1, -30deg);
		transform: rotate3d(0, 0, 1, -30deg);
	}

	25%,
	75% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}

	50% {
		-webkit-transform: rotate3d(0, 0, 1, 10deg);
		transform: rotate3d(0, 0, 1, 10deg);
	}
}

@keyframes leaf2 {

	0%,
	100% {
		-webkit-transform: rotate3d(0, 0, 1, -30deg);
		transform: rotate3d(0, 0, 1, -30deg);
	}

	25%,
	75% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}

	50% {
		-webkit-transform: rotate3d(0, 0, 1, 10deg);
		transform: rotate3d(0, 0, 1, 10deg);
	}
}

@-webkit-keyframes rain {

	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

@keyframes rain {

	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

@-webkit-keyframes dangeSign {

	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes dangeSign {

	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.hm-img-leaf {
	background: url(images/alertImg/img-leaf.png) no-repeat;
	width: 53px;
	height: 32px;
	left: 40%;
	top: 35%;
	-webkit-animation-name: leaffly;
	animation-name: leaffly;
}

.hm-img-sun {
	background: url(images/alertImg/img-sun.png) no-repeat;
	width: 37px;
	height: 37px;
	left: 60%;
	top: 15%;
	-webkit-animation-name: sun;
	animation-name: sun;
}

.hm-img-leaf2 {
	background: url(images/alertImg/img-leaf2.png) no-repeat;
	width: 120px;
	height: 38px;
	left: 17%;
	top: 48%;
	-webkit-transform-origin: 50% 90%;
	-ms-transform-origin: 50% 90%;
	transform-origin: 50% 90%;
	-webkit-animation-name: leaf2;
	animation-name: leaf2;
}

.hm-img-dange-sign {
	background: url(images/alertImg/img-dange-sign.png) no-repeat;
	width: 38px;
	height: 106px;
	left: 40%;
	top: 20%;
	-webkit-animation-name: rain;
	animation-name: rain;
}

.hm-img-rain {
	background: url(images/alertImg/img-rain.png) no-repeat;
	width: 160px;
	height: 120px;
	left: 0;
	top: 0;
	-webkit-animation-name: rain;
	animation-name: rain;
}

.hm-img-moon {
	background: url(images/alertImg/img-moon.png) no-repeat;
	width: 21px;
	height: 26px;
	left: 65%;
	top: 20%;
	-webkit-transform-origin: top center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-animation-name: moon;
	animation-name: moon;
}

.hm-img-clound {
	background: url(images/alertImg/img-clound.png) no-repeat;
	width: 33px;
	height: 14px;
	left: 60%;
	top: 30%;
}

/*=================
表单,默认为水平布局
===============*/

/*表单控件*/
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	display: block;
	width: 100%;
	font-size: 1em;
	line-height: inherit;
	background: url(images/icons/icon-arrow-down.png) right center no-repeat;
	padding: .5rem 1.625rem .5rem .5rem;
}

.hm-form-control select {
	margin: -0.25rem 0;
	padding-left: 0;
	line-height: 1;
}

select:focus {
	outline: 0
}

select::-ms-expand {
	display: none
}

.hm-form {
	background-color: #fff;
}

.hm-form-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0.375em 1rem;
	min-height: 3rem;
	line-height: 1.41176;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
}

.hm-form-group::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	content: '';
	background-color: rgba(0, 0, 0, 0.05);
	transition: all 0.2s;
}

.hm-form-group-noborder::after {
	display: none;
}

.hm-form-inline .hm-form-group::after {
	display: none;
}

.hm-form-card {
	background: none;
}

.hm-form-card>.hm-form-group {
	background: #fff;
	padding: 1rem !important;
	margin-bottom: 0.5rem !important;
}

.hm-form .hm-card .hm-form-group {
	border-bottom: none;
}

.hm-form-group .hm-form-label {
	width: 6em;
	margin-right: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.hm-form-vertical:not(.hm-form-listview)>.hm-form-group .hm-form-label,
.hm-form-group-vertical .hm-form-label {
	width: auto;
	margin-right: 0;
	padding-top: 0;
}


.hm-form-nopad{}
.hm-form-group .hm-form-label-desc {
	font-size: 14px;
	color: #999;
	font-weight: 400;
	display: block;
	margin-top: 0.25rem;
}

.hm-form-group .hm-form-require {
	font-size: 14px;
	color: #f00;
}

.hm-vertical-top .hm-form-label {
	padding-top: 0.5rem;
}

.hm-hide-label>label~[class*="hm-"] {
	float: none;
	width: 100%;
}

/*单纯的单选框和复选框控件
*/


input[type="radio"],
input[type="checkbox"] {
	position: relative;
	width: 20px;
	height: 20px;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	outline: 0;
	vertical-align: middle;
	background: none;
	border: none;
}

input[type="radio"]:before,
input[type="checkbox"]:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	right: 0;
	margin-top: -10px;
	border-radius: 50%;
	border: 1px solid #c7c7c7;
}

input[type="checkbox"]:before {}

input[type="radio"]:before,
input[type="checkbox"]:before {
	background-color: #f8f8f8;
}

input[type="checkbox"]:checked:before {
	border-width: 0;
	background: #0f82fe url(images/form/img-checkbox-checked.png) no-repeat center center;
}

input[type="radio"]:checked::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	top: 50%;
	left: 0;
	margin-top: -6px;
	margin-left: 4px;
	border-radius: 50%;
	background: #0f82fe;
}

input[type="radio"]:checked:before {
	border-color: #0f82fe;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
	opacity: 0.5;
}

/*输入框*/
/*带有标签的组合单选框和复选框控件*/
.hm-checkbox,
.hm-radio {
	position: relative;
	display: block;
	cursor: pointer;
}

.hm-checkbox input[type=checkbox],
.hm-checkbox-inline input[type=checkbox],
.hm-radio input[type=radio],
.hm-radio-inline input[type=radio] {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.hm-checkbox label,
.hm-checkbox>div,
.hm-radio label,
.hm-radio>div {
	display: block;
	min-height: 24px;
	padding-left: 28px;
	margin-bottom: 0;
	cursor: pointer;
	padding-top: 2px;
}

.hm-checkbox label small,
.hm-radio label small {
	display: block;
	font-size: 14px;
	color: #999;
}

.hm-checkbox:not(:only-child),
.hm-radio:not(:only-child) {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	/*border-top: 1px solid #eee;*/
}

.hm-checkbox:first-child,
.hm-radio:first-child {
	border-top: none;
}

/*行内*/
.hm-checkbox-inline,
.hm-radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 32px;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
	margin-top: 9px;
	margin-bottom: 9px;
}

.hm-checkbox-inline label,
.hm-radio-inline label {
	cursor: pointer;
}

.hm-checkbox-inline,
.hm-radio-inline {
	margin-right: 8px
}

.hm-checkbox-inline:last-child,
.hm-radio-inline:last-child {
	margin-right: 0
}

.hm-checkbox-inline.hm-disabled,
.hm-radio-inline.hm-disabled,
fieldset[disabled] .hm-checkbox-inline,
fieldset[disabled] .hm-radio-inline {
	cursor: not-allowed;
	opacity: 0.6;
}

.hm-checkbox.hm-disabled label,
.hm-radio.hm-disabled label,
fieldset[disabled] .hm-checkbox label,
fieldset[disabled] .hm-radio label {
	cursor: not-allowed;
	opacity: 0.6;
}

.hm-form-inline .hm-checkbox,
.hm-form-inline .hm-radio {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle
}

.hm-form-inline .hm-checkbox label,
.hm-form-inline .hm-radio label {
	padding-left: 0
}

.hm-form-inline .hm-checkbox input[type=checkbox],
.hm-form-inline .hm-radio input[type=radio] {
	position: relative;
	margin-left: 0
}

.hm-form-inline .has-feedback .form-control-feedback {
	top: 0
}

/*表单控件
	hm-form-control           可单独使用的表单控件,内容为：表单控件,包括输入框、文本区域框、单选、多选等带输入框边框效果的。
	hm-form-control-static    内容为：静态文本
	hm-form-control-wrapper   内容为：checkbox、radio、开关按钮等没有边框的控件及控件组合
*/
.hm-form-control,
a.hm-form-control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	/*-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;*/

	line-height: 24px;
	position: relative;
	background-color: transparent;
	padding: 0.5rem;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.hm-form-control-sm,
a.hm-form-control-sm {
	padding: 0.25rem;
}

.hm-form-control-xs,
a.hm-form-control-xs {
	padding: 0 !important;
}

.hm-form-control-xs .hm-btn,
a.hm-form-control-xs .hm-btn {
	padding: 0.25rem 0.25rem !important;
	margin: 0 !important;
}

.hm-form-control-xs.hm-form-control-number {
	width: 90px !important;
}

.hm-form-control-plaintext {
	display: block;
	position: relative;
	background-color: #fff;
	padding: 0.5rem;
}

.hm-form-control-plaintext>input {
	-webkit-appearance: none;
	border: none;
	line-height: inherit;
	width: 100%;
}

.hm-form-control-wrapper {
	padding: 8px 0;
	border: none;
	overflow: hidden;
	transition: all 0.2s;
}

.hm-form-control:not(.hm-disabled),
a.hm-form-control:not(.hm-disabled) {
	background-image: none;
	transition: all ease-in-out .15s;
}

.hm-form-control-static {
	border-color: transparent;
	padding: 8px;
	background-color: transparent;
}

.hm-form-control-static:empty {
	padding: 0;
}

.hm-form-control:not(.hm-disabled):hover {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.hm-bar-search .hm-form-control:not(.hm-disabled),
.hm-bar-search .hm-form-control:not(.hm-disabled):hover,
.hm-searchbar .hm-form-control:not(.hm-disabled),
.hm-searchbar .hm-form-control:not(.hm-disabled):hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
}

.hm-form-control.hm-disabled {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 0.5;
}

.hm-form-control.hm-disabled a {
	cursor: not-allowed;
}

.hm-form-control.hm-disabled>input {
	cursor: not-allowed;
	background: none;
}

textarea:focus {
	outline: none;
}

input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder {
	color: #999;
	opacity: 1
}

input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder {
	color: #999
}

input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder {
	color: #999
}

.hm-form-control>input {
	-webkit-appearance: none;
	border: none;
	line-height: inherit;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 1%;
}

.hm-form-inline .hm-form-control>input {
	width: 100%;
}

.hm-form-control>*+input {
	margin-left: 0.5rem;
}

.hm-form-control>*+input.hm-text-center {
	margin-left: 0;
}

.hm-form-control>[class*="hm-icon"]:not(.hm-circle):not(.hm-radius):not(.hm-round) {
	color: #9a9a9a;
}

.hm-form-control>.hm-btn:not(.hm-btn-sm) {
	border: none;
	margin: -0.5rem 0;
	margin-left: -0.5rem;
	border-right: 1px solid #ddd;
	padding: 0.5rem 0.75rem;
}

.hm-form-control>input~.hm-btn:not(.hm-btn-sm) {
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	border-right: none;
	margin-right: -0.5rem;
	margin-left: 0;
}

.hm-form-listview .hm-form-group>.hm-btn {
	padding: 5px 0.5rem;
}

.hm-form-listview .hm-form-control>.hm-btn {
	margin: 0;
	padding: 6px 0.5rem;
	border: none;
}

.hm-form-listview .hm-form-control>input+.hm-btn {
	margin-right: 0;
	border: none;
}

.hm-form-control>.hm-btn-circle {
	border: none;
}

.hm-form-control>.hm-btn+.hm-btn {
	margin-left: 0.5rem;
}

.hm-form-control>div~*,
.hm-form-control>input~span,
.hm-form-control>input~i {
	margin-left: 0.5rem;
	color: #666;
}

.hm-form-control>i+i {
	margin-left: 0.75rem;
}

.hm-form-control>input:focus {
	outline: none;
}

.hm-form:not(.hm-form-inline):not(.hm-form-vertical) .hm-form-group .hm-form-label+[class*="hm-form"]:not(.hm-form-tip-btn) {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 1%;
	margin: 0;
}

.hm-form-group .hm-form-label~input[type="checkbox"],
.hm-form-group .hm-form-label~input[type="radio"] {
	display: block;
}

/*组合表单控件,输入框后带按钮*/
.hm-searchbar {
	margin-left: auto;
	margin-right: auto;
	padding: 5px 8px;
}

.hm-searchbar>.hm-btn,
.hm-searchbar>.hm-form-control-group,
.hm-header>.hm-form-control,
.hm-footer>.hm-form-control {
	border: 1px solid #c2c2c2;
	border-radius: 0.25rem;
	background-color: #fafafa;
}

.hm-footer>.hm-footer {
	border: none;
}

.hm-searchbar>.hm-btn {}

.hm-form-control-group {
	display: -webkit-box;
	margin: 0.25rem 0;
}

.hm-form-control-group>.hm-form-control {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0.25rem 0;
	padding: 0;
}

.hm-form-control-group>.hm-btn {
	padding: 0;
}

.hm-searchbar>.hm-form-control-group input {
	padding-bottom: 0;
	padding-top: 0;
	min-height: 1rem;
}

.hm-searchbar>.hm-form-control-group .hm-btn {
	height: 24px;
}

/*头部搜索栏*/
.hm-searchbar {
	background: rgba(0, 0, 0, 0.05);
	font-size: 14px;
	padding: 0 8px;
	color: #666;
}

.hm-searchbar:active {
	background: rgba(0, 0, 0, 0.1);
}

.hm-searchbar a {
	color: #666;
}

.hm-header-dark .hm-searchbar a {
	color: #fff;
}

.hm-searchbar .hm-btn {
	border-color: transparent;
	background-color: transparent;
	padding: 0 0.5rem;
}

.hm-bar-search .hm-form-control-group,
.hm-bar-search .hm-form-control,
.hm-searchbar .hm-form-control-group,
.hm-searchbar .hm-form-control {
	border-color: transparent;
	background-color: transparent;
	padding: 0.25rem 0.25rem;
	font-size: 0.875rem;
}

.hm-header.hm-bg-none .hm-searchbar,
.hm-header-dark .hm-searchbar {
	background: rgba(255, 255, 255, 0.2);
}

.hm-header.hm-bg-none .hm-searchbar .hm-btn,
.hm-header.hm-bg-none .hm-searchbar .hm-form-control-group,
.hm-header.hm-bg-none .hm-searchbar .hm-form-control,
.hm-header-dark .hm-searchbar .hm-btn,
.hm-header-dark .hm-searchbar .hm-form-control-group,
.hm-header-dark .hm-searchbar .hm-form-control,
.hm-header.hm-bg-none .hm-form-control>[class*="hm-icon"] {
	color: #fff !important;
}

.hm-header.hm-bg-none .hm-searchbar input::-webkit-input-placeholder,
.hm-header-dark .hm-searchbar input::-webkit-input-placeholder {
	color: #fff;
}

/*表单*/
input[type="range"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
	margin-top: .25rem;
	margin-bottom: .25rem;
	border: 0;
	line-height: 1
}

input[type="range"]:focus {
	outline: 0
}

input[type="range"]::-webkit-slider-runnable-track {
	height: 1rem;
	background: #ddd
}

input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	background: #0f82fe;
	width: 1.5rem;
	height: 1.5rem;
	margin-top: -.25rem;
	border: none;
	border-radius: 50%;
}

input[type="range"]::-moz-range-track {
	-moz-appearance: none;
	height: 1rem;
	background: #ccc
}

input[type="range"]::-moz-range-thumb {
	-moz-appearance: none;
	background: #0f82fe;
	width: 1.5rem;
	height: 1.5rem;
	margin-top: -.25rem
}

input[type="range"]::-ms-track {
	height: 1rem;
	background: #ddd;
	color: transparent;
	border: 0;
	overflow: visible;
	border-top: .25rem solid #f4f4f4;
	border-bottom: .25rem solid #f4f4f4
}

input[type="range"]::-ms-thumb {
	background: #0f82fe;
	width: 1.5rem;
	height: 1.5rem;
	border: 0
}

input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
	background: #ddd
}

.hm-form-group .hm-form-label~[class*="hm-form-control"]~* {
	margin-left: 0.5rem;
}

.hm-form-group textarea {
	background: none;
	display: block;
	border: 0;
	resize: none;
	width: 100%;
	color: inherit;
	font-size: 1em;
	line-height: inherit;
	outline: 0;
}

.hm-form-group>.hm-btn {
	margin-bottom: 0;
}

.hm-form-vertical .hm-form-group .hm-form-tip-btn {
	position: absolute;
	right: 1rem;
	top: 1rem;
}

/*垂直布局的表单*/
.hm-padding-0>.hm-form-vertical:first-child {}

.hm-form-vertical>.hm-form-group .hm-form-label {
	padding-top: 0;
	margin-right: 0;
}

.hm-form-vertical>.hm-form-group .hm-form-label~[class*="hm-form"],
.hm-form-group-vertical>.hm-form-label~[class*="hm-form"] {
	width: auto !important;
}

.hm-form-vertical .hm-form-group {
	display: block;
	min-height: inherit;
}

.hm-form-vertical:not(.hm-form-listview)>.hm-form-group:not(:first-child) {
	padding-top: 0;
}

.hm-form-vertical:not(.hm-form-listview)>.hm-form-group::after {
	display: none;
}

.hm-form-vertical .hm-form-group,
.hm-form-group-vertical {
	display: block;
	min-height: inherit;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.hm-form-vertical>.hm-form-group:not(.hm-form-group-horizontal) .hm-form-label,
.hm-form-group-vertical .hm-form-label {
	max-width: 100%;
	padding-top: 0;
	width: auto;
}

.hm-form-vertical:not(.hm-form-listview)>.hm-form-group:not(.hm-form-group-horizontal) .hm-form-label,
:not(.hm-form-listview) .hm-form-group-vertical .hm-form-label {
	margin-bottom: 0.5rem;
}

.hm-form-vertical>.hm-form-group:not(.hm-form-group-horizontal) .hm-form-control-wrapper,
.hm-form-group-vertical .hm-form-control-wrapper {
	padding: 0;
}

.hm-form-vertical.hm-form-listview>.hm-form-group:not(.hm-form-group-horizontal) .hm-form-label+.hm-form-control-wrapper,
.hm-form-listview .hm-form-group-vertical .hm-form-label+.hm-form-control-wrapper {
	margin-top: 0.5rem;
}

.hm-form-vertical-label-sm>.hm-form-group {
	padding: 0;
	padding-bottom: 12px;
}

.hm-form-vertical-label-sm .hm-form-control {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #eee;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.hm-form-vertical-label-sm>.hm-form-group .hm-form-label {
	margin-bottom: 0;
	font-size: 12px;
	color: #999;
}

.hm-form-vertical-label-sm .hm-form-control:not(.hm-disabled):hover {
	border-color: #66afe9;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.hm-form-ask {
	background: none;
	padding: 0.5rem;
}

.hm-form-ask .hm-form-group .hm-form-label {
	margin-bottom: 1rem !important;
}

.hm-form-ask .hm-radio {
	background: #fff;
	padding: 0.75rem 1rem;
	margin-bottom: 0.75rem;
	border-radius: 0.25rem;
}

.hm-form-ask .hm-radio.hm-active {
	border: 1px solid #0f82fe;
}

.hm-form-ask .hm-checkbox input[type=checkbox],
.hm-form-ask .hm-checkbox-inline input[type=checkbox],
.hm-form-ask .hm-radio input[type=radio],
.hm-form-ask .hm-radio-inline input[type=radio] {
	left: 1rem;
}

/*整个表单垂直布局时，可设置单个项为水平布局*/
.hm-form-group-horizontal {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	padding: 0.375em 0.75rem !important;
	min-height: 48px !important;
}

.hm-form-group-horizontal .hm-form-label {
	width: 5em !important;
	margin-bottom: 0 !important;
	margin-right: 0.5rem !important;
}

.hm-form-group-horizontal .hm-form-label~[class*="hm-form"]:not(.hm-form-tip-btn) {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 1% !important;
	margin: 0 !important;
}

/*行内表单*/


.hm-form-inline .hm-form-group,
.hm-form-inline .hm-form-label,
.hm-form-inline .hm-form-control {
	display: inline-block;
}

.hm-form-inline>.hm-form-group {
	padding: 0px;
	min-height: inherit;
	border-bottom: none;
	display: inline-block;
	white-space: nowrap;
}

.hm-form-inline .hm-form-label {
	width: auto;
	display: inline-block;
}

/*列表式表单*/
.hm-form-listview .hm-form-group {
	min-height: 3rem;
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.hm-form-listview .hm-form-control,
.hm-form-listview a.hm-form-control {
	border: none;
	border-radius: 0;
	padding: 0;
	position: relative;
}

.hm-form-listview .hm-form-control .hm-btn {
	color: #0f82fe !important;
}

.hm-form-control-number {
	border: 1px solid #ddd !important;
	width: 130px !important;
}

.hm-form-control-number>.hm-btn {
	border-right: 1px solid #ddd !important;
}

.hm-form-control-number>input+.hm-btn {
	border-left: 1px solid #ddd !important;
	border-right: none !important;
}

/*
.hm-form-listview.hm-form-vertical .hm-form-control::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background-color: #e6e6e6;
	transition: all 0.2s;
}

.hm-form-listview:not(.hm-form-vertical) .hm-form-control,
.hm-form-listview:not(.hm-form-vertical) .hm-form-control input { text-align: right; }
.hm-form-listview:not(.hm-form-vertical) .hm-form-control select { direction: rtl; }
.hm-form-listview:not(.hm-form-vertical) .hm-form-control select option { direction: ltr; }
*/
.hm-form-listview .hm-form-group .hm-form-label {
	width: auto;
	min-width: 6em;
	max-width: 60%;
	padding: 0;
}

.hm-form-listview-longer .hm-form-group .hm-form-label {
	min-width: 8em;
}

.hm-form-listview.hm-form-vertical .hm-form-group-vertical .hm-form-label,
.hm-form-listview .hm-form-group-vertical .hm-form-label {
	min-width: none;
	max-width: none;
}

.hm-form-listview textarea {
	padding: 0;
}

.hm-form-listview .hm-form-control:not(.hm-disabled):hover {
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.hm-form-listview .hm-form-control-static {
	padding: 0;
}

.hm-form-listview .hm-form-control.hm-disabled {
	background-color: transparent;
	opacity: 1;
}

.hm-form-listview .hm-form-group-vcode {
	padding: 0 0 0 1rem;
}

.hm-form-listview .hm-form-group-vcode .hm-form-label {
	padding-top: 0;
}

.hm-form-listview .hm-form-control-wrapper {
	padding: 0;
}

/*表格*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
	background-color: transparent;
	empty-cells: show
}

table code {
	white-space: normal
}

.hm-table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	white-space: nowrap;
}

.hm-table {
	width: 100%;
	font-size: 0.875rem;
}

.hm-table>tbody>tr>td,
.hm-table>tbody>tr>th,
.hm-table>tfoot>tr>td,
.hm-table>tfoot>tr>th,
.hm-table>thead>tr>td,
.hm-table>thead>tr>th {
	padding: 0.5rem 0.75rem;
	vertical-align: top;
	border-top: 1px solid #eee
}

.hm-table-sm th,
.hm-table-sm td{
	padding: 0.375rem !important;
	font-size: 12px;
	line-height: 1.4;
}

.hm-table>tfoot>tr>td,
.hm-table>tfoot>tr>th {
	background-color: #f9f9f9;
	font-weight: 700;
}

.hm-table>thead>tr>th {
	min-height: 0;
	background-color: #f9f9f9;
	color: #555;
	position: relative;
}

.hm-table>caption+thead>tr:first-child>td,
.hm-table>caption+thead>tr:first-child>th,
.hm-table>colgroup+thead>tr:first-child>td,
.hm-table>colgroup+thead>tr:first-child>th,
.hm-table>thead:first-child>tr:first-child>td,
.hm-table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.hm-table>tbody+tbody tr:first-child td {
	border-top: 2px solid #eee
}

/*表格边框*/
.hm-table-bordered,
.hm-table-radius {
	border: 1px solid #eee
}

.hm-table-bordered>tbody>tr>td,
.hm-table-bordered>tbody>tr>th,
.hm-table-bordered>tfoot>tr>td,
.hm-table-bordered>tfoot>tr>th,
.hm-table-bordered>thead>tr>td,
.hm-table-bordered>thead>tr>th,
.hm-table-bordered>tbody>tr>td:first-child,
.hm-table-bordered>tbody>tr>th:first-child,
.hm-table-bordered>tfoot>tr>td:first-child,
.hm-table-bordered>tfoot>tr>th:first-child,
.hm-table-bordered>thead>tr>td:first-child,
.hm-table-bordered>thead>tr>th:first-child,
.hm-table-radius>tbody>tr>td:first-child,
.hm-table-radius>tbody>tr>th:first-child,
.hm-table-bordered>tbody>tr:first-child>td,
.hm-table-bordered>tbody>tr:first-child>th {
	border: 1px solid #eee
}

.hm-nav-divider,
.hm-table-bordered>thead+tbody>tr:first-child>td,
.hm-table-bordered>thead+tbody>tr:first-child>th {
	border-top: 1px solid #eee
}

.hm-table-radius {
	border-radius: 2px
}

.hm-table-radius>thead>tr:first-child>td:first-child,
.hm-table-radius>thead>tr:first-child>th:first-child {
	border-top-left-radius: 2px;
	border-left: none
}

.hm-table-radius>thead>tr:first-child>td:last-child,
.hm-table-radius>thead>tr:first-child>th:last-child {
	border-top-right-radius: 2px;
	border-right: none
}

.hm-table-radius>tbody>tr>td:last-child,
.hm-table-radius>tbody>tr>th:last-child {
	border-right: none
}

.hm-table-radius>tbody>tr:last-child>td,
.hm-table-radius>tbody>tr:last-child>th {
	border-bottom: none
}

.hm-table-radius>tbody>tr:last-child>td:first-child,
.hm-table-radius>tbody>tr:last-child>th:first-child {
	border-bottom-left-radius: 2px
}

.hm-table-radius>tbody>tr:last-child>td:last-child,
.hm-table-radius>tbody>tr:last-child>th:last-child {
	border-bottom-right-radius: 2px
}
/*表格班马纹*/

.hm-table-striped>tbody>tr:nth-child(even)>td,
.hm-table-striped>tbody>tr:nth-child(even)>th {
	background-color: #f9f9f9
}

.hm-table-hover>tbody>tr:hover>td,
.hm-table-hover>tbody>tr:hover>th {
	background-color: #e9e9e9
}

.hm-table-compact>tbody>tr>td,
.hm-table-compact>tbody>tr>th,
.hm-table-compact>tfoot>tr>td,
.hm-table-compact>tfoot>tr>th,
.hm-table-compact>thead>tr>td,
.hm-table-compact>thead>tr>th {
	padding: 4px;
}

.hm-table>tbody>tr.hm-active>td,
.hm-table>tbody>tr.hm-active>th,
.hm-table>tbody>tr>td.hm-active,
.hm-table>tbody>tr>th.hm-active,
.hm-table>tfoot>tr.hm-active>td,
.hm-table>tfoot>tr.hm-active>th,
.hm-table>tfoot>tr>td.hm-active,
.hm-table>tfoot>tr>th.hm-active,
.hm-table>thead>tr.hm-active>td,
.hm-table>thead>tr.hm-active>th,
.hm-table>thead>tr>td.hm-active,
.hm-table>thead>tr>th.hm-active {
	background-color: #ffd
}

.hm-table>tbody>tr.hm-disabled>td,
.hm-table>tbody>tr.hm-disabled>th,
.hm-table>tbody>tr>td.hm-disabled,
.hm-table>tbody>tr>th.hm-disabled,
.hm-table>tfoot>tr.hm-disabled>td,
.hm-table>tfoot>tr.hm-disabled>th,
.hm-table>tfoot>tr>td.hm-disabled,
.hm-table>tfoot>tr>th.hm-disabled,
.hm-table>thead>tr.hm-disabled>td,
.hm-table>thead>tr.hm-disabled>th,
.hm-table>thead>tr>td.hm-disabled,
.hm-table>thead>tr>th.hm-disabled {
	color: #999
}

.hm-table>tbody>tr.hm-primary>td,
.hm-table>tbody>tr.hm-primary>th,
.hm-table>tbody>tr>td.hm-primary,
.hm-table>tbody>tr>th.hm-primary,
.hm-table>tfoot>tr.hm-primary>td,
.hm-table>tfoot>tr.hm-primary>th,
.hm-table>tfoot>tr>td.hm-primary,
.hm-table>tfoot>tr>th.hm-primary,
.hm-table>thead>tr.hm-primary>td,
.hm-table>thead>tr.hm-primary>th,
.hm-table>thead>tr>td.hm-primary,
.hm-table>thead>tr>th.hm-primary {
	color: #0b76ac;
	background-color: rgba(14, 144, 210, .115)
}

.hm-table>tbody>tr.hm-success>td,
.hm-table>tbody>tr.hm-success>th,
.hm-table>tbody>tr>td.hm-success,
.hm-table>tbody>tr>th.hm-success,
.hm-table>tfoot>tr.hm-success>td,
.hm-table>tfoot>tr.hm-success>th,
.hm-table>tfoot>tr>td.hm-success,
.hm-table>tfoot>tr>th.hm-success,
.hm-table>thead>tr.hm-success>td,
.hm-table>thead>tr.hm-success>th,
.hm-table>thead>tr>td.hm-success,
.hm-table>thead>tr>th.hm-success {
	color: #04be02;
	background-color: rgba(94, 185, 94, .115)
}

.hm-table>tbody>tr.hm-warning>td,
.hm-table>tbody>tr.hm-warning>th,
.hm-table>tbody>tr>td.hm-warning,
.hm-table>tbody>tr>th.hm-warning,
.hm-table>tfoot>tr.hm-warning>td,
.hm-table>tfoot>tr.hm-warning>th,
.hm-table>tfoot>tr>td.hm-warning,
.hm-table>tfoot>tr>th.hm-warning,
.hm-table>thead>tr.hm-warning>td,
.hm-table>thead>tr.hm-warning>th,
.hm-table>thead>tr>td.hm-warning,
.hm-table>thead>tr>th.hm-warning {
	color: #ffa800;
	background-color: rgba(243, 123, 29, .115)
}

.hm-table>tbody>tr.hm-danger>td,
.hm-table>tbody>tr.hm-danger>th,
.hm-table>tbody>tr>td.hm-danger,
.hm-table>tbody>tr>th.hm-danger,
.hm-table>tfoot>tr.hm-danger>td,
.hm-table>tfoot>tr.hm-danger>th,
.hm-table>tfoot>tr>td.hm-danger,
.hm-table>tfoot>tr>th.hm-danger,
.hm-table>thead>tr.hm-danger>td,
.hm-table>thead>tr.hm-danger>th,
.hm-table>thead>tr>td.hm-danger,
.hm-table>thead>tr>th.hm-danger {
	color: #f44f4f;
	background-color: rgba(221, 81, 76, .115)
}

/*表格边框*/
.hm-table-nobordered {
	border: 0;
}

.hm-table-nobordered>tbody>tr>td,
.hm-table-nobordered>tbody>tr>th,
.hm-table-nobordered>tfoot>tr>td,
.hm-table-nobordered>tfoot>tr>th,
.hm-table-nobordered>thead>tr>td,
.hm-table-nobordered>thead>tr>th {
	border: 0;
	padding: 5px 10px 5px 0;
}

/*详细信息表格*/
.hm-table-detail {}

.hm-table-detail>tbody>tr>td,
.hm-table-detail>tbody>tr>th,
.hm-table-detail>tfoot>tr>td,
.hm-table-detail>tfoot>tr>th,
.hm-table-detail>thead>tr>td,
.hm-table-detail>thead>tr>th {
	border: none
}

/*hm-table-group*/
.hm-table-group {
	border: 1px solid #e5e5e5;
	white-space: nowrap;
	overflow: hidden;
	background-color: #fff;
}

.hm-table-header {
	border-bottom: 1px solid #ddd;
}

.hm-table-header,
.hm-table-footer {
	white-space: nowrap;
	overflow: hidden;
}

.hm-table-group,
.hm-table-header,
.hm-table-footer {
	font-size: 0;
}

.hm-table-content,
.hm-table-content-locked,
.hm-table-header-locked,
.hm-table-header-wrap,
.hm-table-footer-locked,
.hm-table-footer-wrap {
	font-size: 0.875rem;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

.hm-table-group tr th:first-child,
.hm-table-group tr td:first-child,
.hm-table-header-wrap tr th:first-child,
.hm-table-content-locked tr td:first-child,
.hm-table-content tr td:first-child,
.hm-table-footer-wrap tr th:first-child {
	border-left-width: 0;
}

.hm-table-header tr:first-child th,
.hm-table-content-locked tr:first-child td,
.hm-table-content tr:first-child td {
	border-top-width: 0;
}

.hm-table-content-locked tr:last-child td,
.hm-table-content tr:last-child td,
.hm-table-footer tr:last-child td {
	border-bottom-width: 0;
}

.hm-table-header-locked,
.hm-table-content-locked,
.hm-table-footer-locked {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	border-style: solid;
	border-width: 0 1px 0 0;
	border-color: #5090f6;
}

.hm-table-locked {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.hm-table-locked .hm-table {
	table-layout: fixed;
	/*否则截段不起作用*/
}

.hm-table-locked .hm-table th,
.hm-table-locked .hm-table td {
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.hm-column-locked .hm-table {
	border-right: 1px solid #ccc;
}

.hm-column-scroll {
	overflow-x: auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow-x: auto;
}

.hm-table-group tr th:last-child,
.hm-table-group tr td:last-child {
	border-right-width: 0
}

.hm-table-header-locked+.hm-table-header-wrap,
.hm-table-content-locked+.hm-table-content,
.hm-table-footer-locked+.hm-table-footer-wrap {
	display: inline-block;
	vertical-align: top;
}

.hm-table-content-locked,
.hm-table-content,
.k-pager-wrap {
	white-space: normal;
}

.hm-table-content {
	position: relative;
	width: 100%;
	overflow: auto;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	left: auto;
	top: auto;
}

.hm-table-group {
	border: 1px solid #ddd
}

.hm-table-group .hm-table>tbody>tr>td,
.hm-table-group .hm-table>tbody>tr>th,
.hm-table-group .hm-table>tfoot>tr>td,
.hm-table-group .hm-table>tfoot>tr>th,
.hm-table-group .hm-table>thead>tr>td,
.hm-table-group .hm-table>thead>tr>th {
	border-right: 1px solid #ddd
}

.hm-table-group .hm-table>thead>tr>td,
.hm-table-group .hm-table>thead>tr>th {}

.hm-table-group .hm-table>tbody>tr>td:first-child,
.hm-table-group .hm-table>tbody>tr>th:first-child,
.hm-table-group .hm-table>tfoot>tr>td:first-child,
.hm-table-group .hm-table>tfoot>tr>th:first-child,
.hm-table-group .hm-table>thead>tr>td:first-child,
.hm-table-group .hm-table>thead>tr>th:first-child {
	border-left: none
}

.hm-table-group .hm-table>tbody>tr:first-child>td,
.hm-table-group .hm-table>tbody>tr:first-child>th {
	border-top: none
}

.hm-table-group .hm-table>thead+tbody>tr:first-child>td,
.hm-table-group .hm-table>thead+tbody>tr:first-child>th {
	border-top: 1px solid #ddd
}

/*等分网格布局,最多支持12等分*/
[class*="hm-average-"]::after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	clear: both;
}

[class*="hm-average-"]:after,
[class*="hm-average-"]:before {
	content: " ";
	display: table
}

[class*="hm-average-"] {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none
}

[class*="hm-average-"]>li {
	height: auto;
	float: left
}

[class*="hm-average-"]>.hm-li {
	float: left
}

.hm-average-1>li,
.hm-average-1>.hm-li {
	width: 100%
}

.hm-average-1>li:nth-of-type(n),
.hm-average-1>.hm-li:nth-of-type(n) {
	clear: none
}

.hm-average-1>li:nth-of-type(1n+1),
.hm-average-1>.hm-li:nth-of-type(1n+1) {
	clear: both
}

.hm-average-2>li,
.hm-average-2>.hm-li {
	width: 50%
}

.hm-average-2>li:nth-of-type(n),
.hm-average-2>.hm-li:nth-of-type(n) {
	clear: none
}

.hm-average-2>li:nth-of-type(2n+1),
.hm-average-2>.hm-li:nth-of-type(2n+1) {
	clear: both
}

.hm-average-3>li,
.hm-average-3>.hm-li {
	width: 33.33333333%
}

.hm-average-3>li:nth-of-type(n),
.hm-average-3>.hm-li:nth-of-type(n) {
	clear: none
}

.hm-average-3>li:nth-of-type(3n+1),
.hm-average-3>.hm-li:nth-of-type(3n+1) {
	clear: both
}

.hm-average-4>li,
.hm-average-4>.hm-li {
	width: 25%
}

.hm-average-4>li:nth-of-type(n),
.hm-average-4>.hm-li:nth-of-type(n) {
	clear: none
}

.hm-average-4>li:nth-of-type(4n+1),
.hm-average-4>.hm-li:nth-of-type(4n+1) {
	clear: both
}

.hm-average-5>li,
.hm-average-5>.hm-li {
	width: 20%
}

.hm-average-5>li:nth-of-type(n),
.hm-average-5>.hm-li:nth-of-type(n) {
	clear: none
}

.hm-average-5>li:nth-of-type(5n+1),
.hm-average-5>.hm-li:nth-of-type(5n+1) {
	clear: both
}

.hm-average-6>li,
.hm-average-6>.hm-li {
	width: 16.66666667%
}

.hm-average-6>li:nth-of-type(n),
.hm-average-6>.hm-li:nth-of-type(n) {
	clear: none
}

.hm-average-6>li:nth-of-type(6n+1),
.hm-average-6>.hm-li:nth-of-type(6n+1) {
	clear: both
}

.hm-average-7>li,
.hm-average-7>.hm-li {
	width: 14.28571429%
}

.hm-average-7>li:nth-of-type(n),
.hm-average-7>.hm-li:nth-of-type(n) {
	clear: none
}

.hm-average-7>li:nth-of-type(7n+1),
.hm-average-7>.hm-li:nth-of-type(7n+1) {
	clear: both
}

.hm-average-8>li,
.hm-average-8>.hm-li {
	width: 12.5%
}

.hm-average-8>li:nth-of-type(n),
.hm-average-8>.hm-li:nth-of-type(n) {
	clear: none
}

.hm-average-8>li:nth-of-type(8n+1),
.hm-average-8>.hm-li:nth-of-type(8n+1) {
	clear: both
}

.hm-average-9>li,
.hm-average-8>.hm-li {
	width: 11.11111111%
}

.hm-average-9>li:nth-of-type(n),
.hm-average-9>.hm-li:nth-of-type(n) {
	clear: none
}

.hm-average-9>li:nth-of-type(9n+1),
.hm-average-9>.hm-li:nth-of-type(9n+1) {
	clear: both
}

.hm-average-10>li,
.hm-average-10>.hm-li {
	width: 10%
}

.hm-average-10>li:nth-of-type(n),
.hm-average-10>.hm-li:nth-of-type(n) {
	clear: none
}

.hm-average-10>li:nth-of-type(10n+1),
.hm-average-10>.hm-li:nth-of-type(10n+1) {
	clear: both
}

.hm-average-11>li,
.hm-average-11>.hm-li {
	width: 9.09090909%
}

.hm-average-11>li:nth-of-type(n),
.hm-average-11>.hm-li:nth-of-type(n) {
	clear: none
}

.hm-average-11>li:nth-of-type(11n+1),
.hm-average-11>.hm-li:nth-of-type(11n+1) {
	clear: both
}

.hm-average-12>li,
.hm-average-12>.hm-li {
	width: 8.33333333%
}

.hm-average-12>li:nth-of-type(n),
.hm-average-12>.hm-li:nth-of-type(n) {
	clear: none
}

.hm-average-12>li:nth-of-type(12n+1),
.hm-average-12>.hm-li:nth-of-type(12n+1) {
	clear: both
}

/*瀑布流布局*/
[class*="hm-column-"] {
	column-gap: 30px;
}

[class*="hm-column-"]>li {
	break-inside: avoid;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.hm-column-1 {
	column-count: 1;
}

.hm-column-2 {
	column-count: 2;
}

.hm-column-3 {
	column-count: 3;
}

.hm-column-4 {
	column-count: 4;
}

.hm-column-5 {
	column-count: 5;
}

.hm-column-6 {
	column-count: 6;
}

.hm-column-7 {
	column-count: 7;
}

.hm-column-8 {
	column-count: 8;
}

.hm-column-9 {
	column-count: 9;
}

.hm-column-10 {
	column-count: 10;
}

.hm-column-11 {
	column-count: 11;
}

.hm-column-12 {
	column-count: 12;
}

/*固定布局*/
[class*="hm-fixed"] {
	position: fixed !important;
	z-index: 999;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.hm-fixed-top {
	left: 0;
	top: 0;
	width: 100%;
}

.hm-fixed-bottom {
	left: 0;
	bottom: 0;
	width: 100%;
}

.hm-fixed-lt {
	left: 1rem;
	top: 1rem;
}

.hm-fixed-rt {
	right: 1rem;
	top: 1rem;
}

.hm-fixed-lb {
	left: 1rem;
	bottom: 1rem;
}

.hm-fixed-rb {
	right: 1rem;
	bottom: 1rem;
}

.hm-footer+.hm-fixed-rb {
	bottom: 5rem;
}

.hm-sticky-top {
	top: 0;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	z-index: 980;
}

[class*="hm-animation-"] {
	-webkit-animation-duration: .2s;
	animation-duration: .2s
}

/*日期滑动选择控件*/


.hm-slidepicker {
	padding: 40px 10px 10px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 100%;
	vertical-align: middle;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.hm-slidepicker .hm-slidepicker-content {
	margin: 0 auto;
	position: relative;
	zoom: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.hm-slidepicker .hm-slidepicker-item {
	padding: .5em 0;
	max-width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
}

.hm-slidepicker .hm-slidepicker-item-content {
	position: relative;
	z-index: 5;
}

.hm-slidepicker .hm-item-title {
	color: #555;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 34px;
	height: 40px;
	top: -45px;
	left: 0;
	text-align: center;
	white-space: nowrap;
	position: absolute;
	width: 100%;
}

.hm-slidepicker .hm-item-content {
	position: relative;
	padding: 1px;
}

.hm-slidepicker .hm-item-current-display {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 100%;
	pointer-events: none;
	height: 40px;
	margin-top: -21px;
}

.hm-slidepicker .hm-slidepicker-item:first-child .hm-item-current-display {}

.hm-slidepicker .hm-slidepicker-item:not(:first-child) {}

.hm-slidepicker .hm-item {
	overflow: hidden;
	position: relative;
	height: 200px;
}

.hm-slidepicker .hm-item-mask {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
	background-position: top, bottom;
	background-size: 100% 75px;
	background-repeat: no-repeat;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.hm-slidepicker ul {
	position: relative;
	z-index: 3;
	list-style: none;
	padding: 0;
	margin: 0;
}

.hm-slidepicker li {
	padding: 0 5px;
	position: relative;
	text-align: center;
	white-space: nowrap;
	vertical-align: bottom;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1rem;
}

.hm-slidepicker li.hm-active {
	opacity: 1;
	filter: Alpha(Opacity=100);
}

/*数字键盘*/
.hm-numeric-keyboard {
	background-color: #fefefe;
	border-top: 1px solid #eee;
}

.hm-numeric-keyboard li .hm-btn {
	font-size: 2rem;
	line-height: 1.2;
	border-bottom-color: #eee;
	border-right-color: #eee;
	color: #555;
}

.hm-numeric-keyboard li:nth-of-type(3n) .hm-btn {
	border-right-color: transparent;
}

/*-------------------------------------------------------------	
	进度条
-------------------------------------------------------------*/
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.hm-progress-wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.hm-progress-wrapper .hm-progress,
.hm-progress-wrapper .hm-progress-slider {
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
}

.hm-progress {
	position: relative;
	background-color: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	border-radius: 20px;
}

.hm-progress::after {
	content: "";
	clear: both;
	height: 0;
	font-size: 0;
	display: block;
}

.hm-table .hm-progress {
	margin-top: 4px;
}

.hm-progress-bar {
	border-radius: 20px;
	float: left;
	width: 0;
	line-height: 12px;
	text-align: left;
	text-indent: 0.5em;
	background-color: #0f82fe;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
	word-wrap: normal;
	white-space: nowrap;
	font-size: 10px;
	height: 12px;
}

.hm-progress-bar:empty {
	font-size: 0;
	height: 8px;
}

.hm-progress-bar {
	border-radius: 20px 0 0 20px;
}

.hm-progress-bar {
	border-radius: 20px 0 0 20px;
}

.hm-progress-bar+.hm-progress-bar {
	border-radius: 0;
}

.hm-progress-bar:last-child {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.hm-progress-sm,
.hm-progress-slider .hm-progress,
.hm-progress-slider .hm-progress-bar,
.hm-progress-sm .hm-progress-bar {
	height: 4px;
}

.hm-progress-lg,
.hm-progress-lg .hm-progress-bar {
	height: 12px;
}

.hm-progress-text {
	margin-left: 1rem;
	color: #808080;
	font-size: 0.625rem;
	white-space: nowrap;
}

.hm-progress-slider {
	padding: 0.875rem 0;
}

.hm-progress-slider .hm-progress-handle {
	margin-top: -10px;
}

.hm-progress-slider-value {
	margin-left: 2rem;
	color: #808080;
	font-size: 0.875rem;
}

.hm-progress-line {
	position: absolute;
	left: 0;
	top: -10px;
	bottom: -18px;
	width: 1px;
	background-color: #f60;
	overflow: hidden;
	text-indent: -200px;
}

.hm-progress-bar-striped,
.hm-progress-striped .hm-progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px
}

.hm-progress-bar.hm-active,
.hm-progress.hm-active .hm-progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.hm-progress-bar-success {
	background-color: #04be02
}

.hm-progress-striped .hm-progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.hm-progress-bar-info {
	background-color: #10aeff
}

.hm-progress-striped .hm-progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.hm-progress-bar-warning {
	background-color: #f0ad4e
}

.hm-progress-striped .hm-progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.hm-progress-bar-danger {
	background-color: #f44f4f
}

.hm-progress-striped .hm-progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.hm-progress-handle {
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	width: 24px;
	height: 24px;
	margin: -2px 0 0 -14px;
	left: 0;
	top: 0;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

/*圆形进度条*/
.hm-progress-circle {
	width: 80px;
	height: 80px;
	position: relative;
	border-radius: 50%;
	background-color: #10aeff;
}

.hm-progress-circle-left,
.hm-progress-circle-right {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.hm-progress-circle-left div,
.hm-progress-circle-right div {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #eee;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(0deg);
	transition: all .6s;
}

.hm-progress-circle-left div {
	transition-delay: 0.6s;
}

.hm-progress-circle-right,
.hm-progress-circle-right div {
	clip: rect(0, auto, auto, 40px);
}

.hm-progress-circle-left,
.hm-progress-circle-left div {
	clip: rect(0, 40px, auto, 0);
}

.hm-progress-circle-mask {
	width: 88%;
	height: 88%;
	border-radius: 50%;
	left: 6%;
	top: 6%;
	background-color: #FFF;
	position: absolute;
	text-align: center;
	line-height: 1;
}

/*下拉组件*/
.hm-dropdown {
	position: relative;
	display: inline-block;
}

.hm-dropdown-content {
	position: absolute;
	top: 100%;
	padding: 1rem;
	left: 0;
	display: none;
	min-width: 160px;
	max-height: 320px;
	overflow: auto;
	margin-top: 1px;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	z-index: 1002;
}

.hm-dropdown-content.hm-align-right {
	left: auto;
	right: 0;
}

.hm-dropdown-content>.hm-listview {
	margin: -1rem;
}

.hm-dropdown-content.hm-pull-right {
	right: 0;
	left: auto;
}

.hm-header-dark .hm-dropdown>.hm-btn {
	color: #fff;
}

.hm-header-dark .hm-dropdown-content {
	color: #000;
}

/*导航栏*/
.hm-nav:after {
	clear: both;
}

.hm-nav {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.hm-nav:after,
.hm-nav:before {
	content: " ";
	display: table
}

.hm-nav>li,
.hm-nav>li>a {
	position: relative;
	display: block;
}

.hm-nav>li>a {}

.hm-nav>li+.hm-nav-header {
	margin-top: 1em
}

.hm-nav>li>a:focus,
.hm-nav>li>a:hover {
	text-decoration: none;
}

.hm-nav>li.hm-active>a,
.hm-nav>li.hm-active>a:focus,
.hm-nav>li.hm-active>a:hover {
	color: #0f82fe;
	background-color: #fff;
	cursor: default
}

.hm-nav>li.hm-disabled>a {
	color: #999
}

.hm-nav>li.hm-disabled>a:focus,
.hm-nav>li.hm-disabled>a:hover {
	color: #999;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.hm-nav-category>li>a {
	padding: 0.875rem 0;
	position: relative;
	border: none;
	text-align: center;
}

.hm-nav.hm-nav-category>li.hm-active>a,
.hm-nav.hm-nav-category>li.hm-active>a:focus,
.hm-nav.hm-nav-category>li.hm-active>a:hover {
	color: #0f82fe;
	background-color: #fff;
	font-weight: 700;
}

.hm-nav.hm-nav-category>li.hm-active>a::after {
	content: "";
	background: #0f82fe;
	width: 3px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.hm-nav-header {
	padding: .4em 1em;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;
	color: #555
}

.hm-nav-divider {
	margin: 15px 1em !important;
	-webkit-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff
}

.hm-nav-pills {
	padding: 8px 5px;
}

.hm-nav-pills>li {
	float: left
}

.hm-nav-pills>li a {
	border-radius: 80px;
	padding: 3px 5px;
	margin: 0 5px;
	font-size: 14px;
	background-color: #f2f2f2;
}

.hm-nav-tabs>li,
.hm-nav-tabs-bottom>li {
	float: left;
}

.hm-nav-tabs>li+li,
.hm-nav-tabs-bottom>li+li {
	margin-top: 0;
}

.hm-nav-tabs>li>a,
.hm-nav-tabs-bottom>li>a {
	border: none;
}

.hm-nav-tabs>li>a {
	position: relative;
	word-wrap: normal !important;
	white-space: nowrap !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

.hm-nav-tabs>li+li>a::after {}

.hm-nav-tabs-bottom>li>a {
	border-top: 2px solid #ddd;
}

.hm-nav-tabs>li.hm-active>a,
.hm-nav-tabs>li.hm-active>a:focus,
.hm-nav-tabs>li.hm-active>a:hover,
.hm-nav-tabs-bottom>li.hm-active>a,
.hm-nav-tabs-bottom>li.hm-active>a:focus,
.hm-nav-tabs-bottom>li.hm-active>a:hover {
	color: #000;
	background-color: transparent;
	cursor: default;
	border-color: #0f82fe;
	border-width: 2px;
	font-weight: 600;
	position: relative;
}

.hm-nav-tabs>li.hm-active>a::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	width: 2em;
	margin-left: -1em;
	bottom: 0;
	height: 2px;
	background: #2a77d5;
	overflow: hidden;
}

.hm-bg-dark .hm-nav-tabs>li.hm-active>a,
.hm-bg-dark .hm-nav-tabs>li.hm-active>a:focus,
.hm-bg-dark .hm-nav-tabs>li.hm-active>a:hover,
.hm-bg-dark .hm-nav-tabs-bottom>li.hm-active>a,
.hm-bg-dark .hm-nav-tabs-bottom>li.hm-active>a:focus,
.hm-bg-dark .hm-nav-tabs-bottom>li.hm-active>a:hover {
	color: #fff;
}

.hm-bg-dark .hm-nav-tabs>li.hm-active>a::before {
	background: #fff;
}

.hm-footer .hm-nav-tabs>li.hm-active>a::before,
.hm-nav-tabs-bottom>li.hm-active>a::before {
	display: none;
}

.hm-header .hm-nav-tabs .hm-btn {
	border: none;
	line-height: 28px;
}

.hm-nav-justify {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.hm-nav-justify>li {
	float: none;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.hm-nav-justify>li>a {
	text-align: center;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.hm-footer .hm-nav-tabs>li {
	margin-bottom: 0;
}

.hm-footer .hm-nav-tabs.hm-nav-justify>li>a {
	border-bottom-color: transparent;
}

.hm-footer .hm-nav-tabs>li.hm-active>a,
.hm-footer .hm-nav-tabs>li.hm-active>a:focus,
.hm-footer .hm-nav-tabs>li.hm-active>a:hover {
	color: #0f82fe;
	background-color: transparent;
	border-color: transparent;
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}

.hm-footer .hm-nav-tabs>li.hm-active>a [class*='hm-icon'] {
	color: #0f82fe;
}

/*标签栏中间的快速按钮*/
.hm-btn-tab-quick {
	padding: 0 !important;
}

.hm-btn-tab-quick [class*="hm-icon"] {
	margin-top: -20px;
	border: 8px #fff solid;
	box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
	padding: 8px !important;
	font-size: 24px !important;
}

.hm-btn-tab-quick .hm-tabs-label {
	margin-top: -2px;
}

.hm-tabs-label {
	font-size: .75rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	display: block;
	text-align: center;
	margin-top: 0.125rem;
}

/*分页组件*/
.hm-pagination {
	text-align: left
}

.hm-pagination:after {
	clear: both
}

.hm-pagination {
	padding-left: 0;
	margin: 16px 0;
	list-style: none;
	color: #666
}

.hm-pagination:after,
.hm-pagination:before {
	content: " ";
	display: table
}

.hm-pagination>li {
	display: inline-block
}

.hm-pagination>li>a,
.hm-pagination>li>span {
	position: relative;
	display: block;
	padding: 8px 16px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	margin-right: 5px
}

.hm-pagination>li:last-child>a,
.hm-pagination>li:last-child>span {
	margin-right: 0
}

.hm-pagination>li>a:focus,
.hm-pagination>li>a:hover,
.hm-pagination>li>span:focus,
.hm-pagination>li>span:hover {
	background-color: #eee
}

.hm-pagination>.hm-active>a,
.hm-pagination>.hm-active>a:focus,
.hm-pagination>.hm-active>a:hover,
.hm-pagination>.hm-active>span,
.hm-pagination>.hm-active>span:focus,
.hm-pagination>.hm-active>span:hover {
	z-index: 2;
	color: #fff;
	background-color: #0f82fe;
	border-color: #0f82fe;
	cursor: default
}

.hm-pagination>.hm-disabled>a,
.hm-pagination>.hm-disabled>a:focus,
.hm-pagination>.hm-disabled>a:hover,
.hm-pagination>.hm-disabled>span,
.hm-pagination>.hm-disabled>span:focus,
.hm-pagination>.hm-disabled>span:hover {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
	pointer-events: none
}

.hm-pagination .hm-pagination-prev {
	float: left
}

.hm-pagination .hm-pagination-next {
	float: right
}

/*自适应图片*/
.hm-img-responsive {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}

/*以图片为背景的缩略图*/
.hm-img-thumbnail {
	max-width: 100%;
	height: auto;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background: no-repeat center center;
	background-size: cover;
	background-color: #fff;
}

.hm-thumbnail {
	padding: 0;
	text-align: left;
	display: block;
	overflow: hidden;
}

.hm-thumbnail a>img,
.hm-thumbnail>img,
.hm-thumbnail .hm-thumbnail-img img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.hm-thumbnail .hm-thumbnail-img {
	position: relative;
	color: #fff;
}

.hm-thumbnail .hm-thumbnail-img .hm-tag {
	position: absolute;
	background-color: rgba(17, 17, 17, 0.7);
	border: none;
	border-radius: 100px;
	color: #fff;
	left: 0.5rem;
	top: 0.5rem;
	font-size: 12px;
}

.hm-thumbnail .hm-thumbnail-img .hm-tag.hm-pull-lb {
	top: auto;
	bottom: 0.5rem;
}

.hm-thumbnail .hm-thumbnail-img .hm-pull-rt {
	top: 0.5rem;
	right: 0.5rem;
}

.hm-thumbnail-content {
	background: #fff;
	padding: 0.5rem 0.5rem;
}

a.hm-thumbnail.hm-active,
a.hm-thumbnail:focus,
a.hm-thumbnail:hover {
	border-color: #0f82fe
}

.hm-thumbnail .hm-caption {
	margin: 0;
	padding: 0;
}

.hm-thumbnail .hm-caption>h2,
.hm-thumbnail .hm-title {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0.5rem;
}

.hm-thumbnail .hm-caption>p,
.hm-thumbnail .hm-description {
	margin-bottom: 0;
	margin-top: 0.25rem;
	color: #555;
	font-size: 0.75rem;
}

.hm-thumbnail .hm-meta {
	font-size: 12px;
	margin-top: 0.5rem;
	color: #999;
}

.hm-caption .hm-meta span {
	margin-right: 10px;
}

/*缩略图*/
.hm-waterfall {
	margin: 0.5rem;
}

.hm-waterfall .hm-thumbnail {
	margin-bottom: 0.5rem;
	float: left;
	width: 47%;
	margin: 1.5%;
	border-radius: 0.25rem;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.hm-waterfall .hm-thumbnail .hm-title {
	font-size: 13px;
	line-height: 1.5;
}

/*等分布局下的缩略图*/

[class*="hm-average-"] .hm-thumbnail {
	margin: 0.5rem;
}

/*分隔线*/
.hm-divider {
	height: 0;
	margin: 1.5rem auto;
	overflow: hidden;
	clear: both;
	border-top: 1px solid #ddd
}

.hm-divider-dotted {
	border-top-style: dotted;
}

.hm-divider-dashed {
	border-top-style: dashed;
}

li.hm-divider {
	margin: 0.5rem auto;
	border-top: 1px solid rgba(0, 0, 0, 0.05)
}

/*面包屑导航*/
.hm-breadcrumb {
	padding: 8px 15px;
	margin: 0;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.hm-breadcrumb [class*="hm-icon"] {
	font-size: inherit;
}

.hm-breadcrumb>li {
	display: inline-block
}

.hm-breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0"
}

.hm-breadcrumb>.hm-active {
	color: #777
}

.hm-breadcrumb a {
	color: #0d5eb5;
}

.hm-breadcrumb a:hover,
.hm-breadcrumb a:active {
	color: #1979dc;
	text-decoration: underline;
}

/*评论列表*/
.hm-comment {
	margin-top: 0.5rem;
	background-color: #fff;
	padding: 1rem;
	border-bottom: 1px solid #eee;
	position: relative;
}

.hm-comment-content {
	font-size: 14px;
}

.hm-comment-reply {
	margin-top: 10px;
}

.hm-comment .hm-comment {
	padding: 0.5rem;
	margin-top: 0;
	background: #f9f9f9;
	border-bottom: none;
	margin-bottom: 1px;
}

.hm-comment:first-child {
	margin-top: 0
}

.hm-comment,
.hm-comment-main {
	overflow: hidden;
	zoom: 1
}

.hm-comment-main {
	width: 10000px
}

.hm-comment-avatar {
	display: block
}

.hm-comment-right {
	padding-left: 10px
}

.hm-comment-left {
	padding-right: 10px
}

.hm-comment-main,
.hm-comment-left,
.hm-comment-right {
	display: table-cell;
	vertical-align: top
}

.hm-comment-middle {
	vertical-align: middle
}

.hm-comment-bottom {
	vertical-align: bottom
}

.hm-comment-header {
	margin-top: 0;
	margin-bottom: 5px;
	color: #999;
}

.hm-comment-list {
	padding-left: 0;
	list-style: none
}

.hm-comment-meta {
	line-height: 1.2;
	/*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #555;*/
	font-size: 13px;
}

/*聊天列表*/
.hm-chat-time {
	text-align: center;
}

.hm-chat-time p {
	display: inline-block;
	font-size: 12px;
	margin-top: 1rem;
	color: #999;
}

.hm-chat {
	margin-top: 0.5rem;
	padding: 0 3rem 0.5rem 0.5rem;
}

.hm-chat-my {
	padding-left: 3rem;
	padding-right: 0.5rem;
}

.hm-chat:first-child {
	margin-top: 1rem;
}

.hm-chat,
.hm-chat-main {}

.hm-chat-main {
	width: 10000px
}

.hm-chat-avatar {
	display: block;
	margin-top: 1rem;
	width: 40px;
	height: 40px;
}

.hm-chat-right {
	padding-left: 10px
}

.hm-chat-left {
	padding-right: 10px
}

.hm-chat-main,
.hm-chat-left,
.hm-chat-right {
	display: table-cell;
	vertical-align: top
}

.hm-chat-middle {
	vertical-align: middle
}

.hm-chat-bottom {
	vertical-align: bottom
}

.hm-chat-header {
	margin-top: 0;
	margin-bottom: 5px
}

.hm-chat-list {
	padding-left: 0;
	list-style: none
}

.hm-chat-meta {
	line-height: 1.2;
	/*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #555;*/
	font-size: 13px;
}

.hm-chat-meta time {
	margin-left: 0.5em;
}

.hm-chat-content {
	position: relative;
	background-color: #fff;
	display: inline-block;
	padding: 0.5rem;
	border-radius: 6px;
	font-size: 0.875em;
}

.hm-chat-content img {
	max-width: 100%;
	height: auto;
}

.hm-chat-content img~p {
	padding-top: 10px;
}

.hm-chat-content::after {
	content: "";
	position: absolute;
	left: -12px;
	top: 10px;
	border: 6px solid #fff;
	border-left-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	display: inline-block;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
}

.hm-chat-my .hm-chat-content::after {
	left: 100%;
	border-left-color: #10aeff;
	border-right-color: transparent;
}

.hm-chat-my .hm-chat-main {
	text-align: right;
}

.hm-chat .hm-chat-main p {
	text-align: left;
	margin: 0 !important
}

/*九宫格布局菜单*/
.hm-grid-menu {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.hm-grid-menu>li {
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.04);
	border-width: 1px 1px 0 0;
	min-height: 80px;
	position: relative;
}

.hm-grid-menu>li>.hm-pull-rt {
	top: 0.25rem;
	right: 0.25rem;
}

.hm-grid-menu-noborder>li {
	border-width: 0;
}

.hm-grid-menu.hm-average-1>li:nth-of-type(n+1),
.hm-grid-menu.hm-average-1>.hm-li:nth-of-type(n+1),
.hm-grid-menu.hm-average-2>li:nth-of-type(2n+1),
.hm-grid-menu.hm-average-2>.hm-li:nth-of-type(2n+1),
.hm-grid-menu.hm-average-3>li:nth-of-type(3n+1),
.hm-grid-menu.hm-average-3>.hm-li:nth-of-type(3n+1),
.hm-grid-menu.hm-average-4>li:nth-of-type(4n+1),
.hm-grid-menu.hm-average-4>.hm-li:nth-of-type(4n+1),
.hm-grid-menu.hm-average-5>li:nth-of-type(5n+1),
.hm-grid-menu.hm-average-5>.hm-li:nth-of-type(5n+1),
.hm-grid-menu.hm-average-6>li:nth-of-type(6n+1),
.hm-grid-menu.hm-average-6>.hm-li:nth-of-type(6n+1),
.hm-grid-menu.hm-average-7>li:nth-of-type(7n+1),
.hm-grid-menu.hm-average-7>.hm-li:nth-of-type(7n+1),
.hm-grid-menu.hm-average-8>li:nth-of-type(8n+1),
.hm-grid-menu.hm-average-8>.hm-li:nth-of-type(8n+1),
.hm-grid-menu.hm-average-9>li:nth-of-type(9n+1),
.hm-grid-menu.hm-average-9>.hm-li:nth-of-type(9n+1),
.hm-grid-menu.hm-average-10>li:nth-of-type(10n+1),
.hm-grid-menu.hm-average-10>.hm-li:nth-of-type(10n+1),
.hm-grid-menu.hm-average-11>li:nth-of-type(11n+1),
.hm-grid-menu.hm-average-11>.hm-li:nth-of-type(11n+1),
.hm-grid-menu.hm-average-12>li:nth-of-type(12n+1),
.hm-grid-menu.hm-average-12>.hm-li:nth-of-type(12n+1) {
	border-left-width: 1px;
}

.hm-grid-menu .hm-btn {
	line-height: 1;
	border: none;
	padding: 1rem 0;
}

.hm-grid-menu-lg .hm-btn {
	padding: 2rem 0;
}

.hm-grid-menu .hm-btn>[class*="hm-icon"] {
	margin-bottom: 6px;
}

.hm-grid-menu-noborder,
.hm-grid-menu-noborder>li {
	border: none;
}

.hm-grid-menu-noborder>li {
	min-height: inherit;
}

.hm-grid-menu-noborder>li>.hm-btn {}

.hm-grid-menu-noborder {
	padding: 0.75rem 0;
}

.hm-grid-menu .hm-btn,
.hm-grid-menu.hm-btn-vertical{
	padding: 10px 0;
	margin:0;
}
.hm-grid-menu .hm-btn>*+[class*="hm-icon"], 
.hm-grid-menu .hm-btn>[class*="hm-icon"]+* {
    margin-left:0;
}

.hm-grid-menu-edit {
	margin: 0 8px;
}

.hm-grid-menu-edit>li {}

.hm-grid-menu-edit>li>a {
	background-color: #f2f2f2;
	margin: 2px;
}

/*条件过滤栏*/
.hm-filterbar {}

.hm-dropdown-content-full {
	width: 100%;
	border-radius: 0;
	border: none;
}

/*-------------------------------------------------------------	
	警告框
	h-alert 
	.hm-form-group-alert   表单单个控件验证警告框
-------------------------------------------------------------*/

.hm-alert {
	border: 1px solid transparent;
	position: relative;
	border-radius: 0.25rem;
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	*zoom: 1;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/*从上到下布局*/
}

.hm-form-group-alert {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.hm-form-group-alert .hm-alert {
	padding: 10px;
	display: none;
	text-align: left;
}

.hm-form-group-alert:hover .hm-alert {
	display: block;
}

.hm-alert .hm-icon-close,
.hm-alert .hm-close {
	position: absolute;
	right: 0.5rem;
	top: 0.75rem;
}

.hm-alert strong {
	margin-right: 5px;
}

.hm-alert-text {}

.hm-alert small {}

.hm-alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.hm-alert-success hr {
	border-top-color: #c9e2b3;
}

.hm-alert-success .hm-alert-link {
	color: #356635;
}

.hm-alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.hm-alert-info hr {
	border-top-color: #a6e1ec;
}

.hm-alert-info .hm-alert-link {
	color: #2d6987;
}

.hm-alert-warning {
	color: #cf7033;
	background-color: #fcf9da;
	border-color: #fcf9da;
}

.hm-alert-warning hr {
	border-top-color: #f8e5be;
}

.hm-alert-warning .hm-alert-link {
	color: #a47e3c;
}

.hm-alert-danger {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.hm-alert-danger hr {
	border-top-color: #e6c1c7;
}

.hm-alert-danger .hm-alert-link {
	color: #953b39;
}

/*数据同步*/

.hm-synchronous {
	background-color: #1684fe;
	text-align: center;
	padding: 32px;
	color: #fff;
}

.hm-synchronous-img {
	background: url(images/synchronous/bg-synchronous.png) no-repeat center center;
	background-size: 100%;
	width: 200px;
	height: 55px;
	margin: 0 auto;
}

.hm-synchronous h2 {
	font-size: 1.5rem;
	margin: 1rem 0 0.5rem 0;
}

.hm-synchronous p {
	margin: 0;
}

/*弹窗-统一用popup
	.hm-popup-wrapper  用来控制弹窗的显示及隐藏,默认内容垂直，水平居中
	.hm-mask           遮罩层
	.hm-popup          弹窗内容

*/
.hm-popup-wrapper {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 10001;
	display: none;
	font-size: 0;
	text-align: center;
}

.hm-popup-wrapper-auto {
	bottom: auto;
	height: auto;
}

.hm-popup-wrapper:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.hm-popup-wrapper>div {
	display: inline-block;
	font-size: 0.9375rem;
	max-width: 100%;
	vertical-align: middle;
}

/*-------------------------------------------------------------	
	h-mask         遮罩层,默认为黑色半透明
	h-mask-white   白色半透明
	h-mask-iframe  该iframe用于解决DIV层被OBJECT控件遮盖问题
-------------------------------------------------------------*/
/* 遮罩层 */
.hm-mask,
.hm-mask-white,
.hm-mask-transparent {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10000;
	display: none;
}

.hm-popup-wrapper [class*="hm-mask"] {
	display: block;

	position: absolute;
}

.hm-mask {
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
}

.hm-mask-white {
	background-color: #fff;
}

.hm-mask-transparent {
	background: none;
}

.hm-popup {
	z-index: 10001;
	position: relative;
	text-align: left;
}

.hm-popup-img {
	width: 280px;
	height: auto;
	margin: 0 auto;
}

.hm-popup-img img {
	width: 100%;
	height: auto;
}

.hm-popup-close {
	position: absolute;
	bottom: -50px;
	left: 50%;
	width: 32px;
	height: 32px;
	margin-left: -16px;
}

.hm-popup-close-right {
	bottom: auto;
	left: auto;
	right: -1rem;
	top: -1rem;
}

.hm-popup .hm-footer::after,
.hm-popup .hm-header::after {
	content: "";
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	font-size: 0;
	background-color: #eee;
}

.hm-popup .hm-header::after {
	top: auto;
	bottom: 0;
}

.hm-popup>.hm-btn-circle {
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	z-index: 1001;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.8);
	margin: 0;
}

[class*="hm-popup-"]:not(.hm-popup-tips):not(.hm-popup-tips-dark):not(.hm-popup-dialog):not(.hm-popup-operate)>.hm-linearLayout,
[class*="hm-popup-"]:not(.hm-popup-tips):not(.hm-popup-tips-dark):not(.hm-popup-dialog):not(.hm-popup-operate)>.hm-flexbox-vertical {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.hm-popup:not([class*="hm-popup-"])>.hm-linearLayout,
.hm-popup-tips>.hm-linearLayout,
.hm-popup-tips-dark>.hm-linearLayout {
	max-height: 400px;
}

[class*="hm-popup-"] .hm-content {
	background-color: #fff;
}

.hm-popup-wrapper .hm-popup {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

/**/
.hm-popup-wrapper .hm-popup-lt,
.hm-popup-wrapper .hm-popup-rt,
.hm-popup-wrapper .hm-popup-lb,
.hm-popup-wrapper .hm-popup-rb,
.hm-popup-wrapper .hm-popup-full,
.hm-popup-wrapper .hm-popup-left,
.hm-popup-wrapper .hm-popup-right,
.hm-popup-wrapper .hm-popup-top,
.hm-popup-wrapper .hm-popup-bottom {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/*从上到下布局*/
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	z-index: 10001;
}

.hm-popup-full,
.hm-popup-left,
.hm-popup-right,
.hm-popup-top,
.hm-popup-bottom {
	text-align: left;
}

/*
.hm-popup-lt > *,
.hm-popup-rt > *,
.hm-popup-lb > *,
.hm-popup-rb > *,
.hm-popup-full > *,
.hm-popup-left > *,
.hm-popup-right > *,
.hm-popup-top > *,
.hm-popup-bottom > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
}
*/
.hm-popup-lt>.hm-content,
.hm-popup-rt>.hm-content,
.hm-popup-lb>.hm-content,
.hm-popup-rb>.hm-content,
.hm-popup-full>.hm-content,
.hm-popup-left>.hm-content,
.hm-popup-right>.hm-content,
.hm-popup-top>.hm-content,
.hm-popup-bottom>.hm-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

.hm-popup-lt {
	left: 16px;
	top: 16px;
}

.hm-popup-rt {
	right: 16px;
	top: 16px;
}

.hm-popup-lb {
	left: 16px;
	bottom: 16px;
}

.hm-popup-rb {
	right: 16px;
	bottom: 16px;
}

.hm-popup-tc {
	vertical-align: top;
	margin-top: 16px;
}

.hm-popup-bc {
	vertical-align: bottom;
	margin-bottom: 16px;
}

/*全屏弹窗*/
.hm-popup-full {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.hm-popup-left {
	left: 0;
	top: 0;
	bottom: 0;
}

.hm-popup-right {
	right: 0;
	top: 0;
	bottom: 0;
}

.hm-popup-top {
	top: 0;
	left: 0;
	right: 0;
}

.hm-popup-bottom {
	bottom: 0;
	left: 0;
	right: 0;
}

/*弹出提示框*/
.hm-popup-tips,
.hm-popup-tips-dark {
	background: rgba(255, 255, 255, 0.95);
	padding: 1rem 2rem;
	border-radius: 8px;
	text-align: center;
}

.hm-popup-tips-dark {
	background: rgba(17, 17, 17, 0.7);
	color: #fff;
}

[class*="hm-popup-tips"] {
	max-width: 300px;
}

/*弹出操作列表*/
.hm-popup-actions {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
}

.hm-popup-actions .hm-listview {}

.hm-popup-actions .hm-li {
	text-align: center;
}

.hm-popup-actions .hm-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 0.875rem;
	color: #999
}

/*对话框*/
.hm-popup-dialog,
.hm-popup-operate {
	width: 80%;
	max-width: 320px !important;
	max-height: 80%;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, .1);
	-webkit-background-clip: padding;
	background-clip: padding-box;
	border-radius: 0.375rem;
}

.hm-popup-dialog .hm-header,
.hm-popup-operate .hm-header {
	border-radius: 0.375rem 0.375rem 0 0;
}

.hm-popup-dialog .hm-content,
.hm-popup-operate .hm-content {
	border-radius: 0.375rem;
	overflow: auto;
	padding: 1.2rem;
	max-height: 70vh;
}

.hm-popup-dialog .hm-footer {
	padding: 0;
	min-height: inherit;
	border-radius: 0 0 0.375rem 0.375rem;
}

.hm-popup-operate .hm-footer {
	background-color: transparent !important;
	padding: 0 1rem 1rem;
}

.hm-popup-operate .hm-footer::after {
	display: none;
}

.hm-popup-operate .hm-footer .hm-btn {
	border-radius: 0.25rem;
}

.hm-popup-dialog .hm-footer .hm-btn+.hm-btn {
	border-left: 1px solid #eee;
}

.hm-popup-dialog .hm-footer .hm-btn-primary {
	background: none !important;
	border: none;
	color: #0f82fe !important;
}

.hm-popup-dialog .hm-footer .hm-btn-danger {
	background: none !important;
	border: none;
	color: #f03533 !important;
}

.hm-popup-operate h3 {
	font-weight: 400;
	margin-top: 40px;
	font-size: 20px;
	margin: 1px auto 5px;
	text-align: center;
}

/*操作反馈*/
.hm-feedback {
	text-align: center;
	max-width: 280px;
	margin: 0 auto;
}

.hm-feedback-title {
	font-size: 1rem;
	font-weight: 700;
}

.hm-feedback-title+.hm-feedback-desc {
	font-size: 0.875rem;
	opacity: 0.8;
}

/*反馈提示头 */
.hm-feedback-header {
	text-align: center;
	padding: 1.5rem;
	margin: -1.5rem -1.5rem 1rem;
}

.hm-feedback-header[class*="hm-bg-"] [class*="hm-icon-"] {
	color: #fff !important;
}

/*反馈提示卡通人物 */
[class*="hm-feedback-cartoon"] {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 160px;
	height: 160px;
	margin: 0 auto 0.5rem;
}

.hm-feedback-cartoon-nowifi {
	background-image: url(images/alertImg/img-cartoon-nowifi.png);
}

.hm-feedback-cartoon-maintain {
	background-image: url(images/alertImg/img-cartoon-maintain.png);
}

.hm-feedback-cartoon-abnormal {
	background-image: url(images/alertImg/img-cartoon-abnormal.png);
}

.hm-feedback-cartoon-404 {
	background-image: url(images/alertImg/img-cartoon-404.png);
}

.hm-feedback-cartoon-nodata {
	background-image: url(images/alertImg/img-cartoon-nodata.png);
}

.hm-feedback-cartoon-loading {
	background-image: url(images/alertImg/img-cartoon-loading.png);
}

.hm-feedback-cartoon-nfc {
	background-image: url(images/alertImg/img-cartoon-nfc.png);
}

.hm-feedback-cartoon-scan {
	background-image: url(images/alertImg/img-cartoon-scan.png);
}

/*反馈提示动画 */
[class*="hm-feedback-animation-"] {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 160px;
	height: 160px;
	position: relative;
	margin: 0 auto 1rem;
}

[class*="hm-feedback-animation-"] span {
	background-size: 100%;
	position: absolute;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

.hm-feedback-animation-loading {
	background-image: url(images/alertImg/img-loading.png);
	-webkit-mask: url(images/alertImg/img-loading.png) 100%;
}

.hm-feedback-animation-success {
	background-image: url(images/alertImg/img-success.png);
	-webkit-mask: url(images/alertImg/img-success.png) 100%;
}

.hm-feedback-animation-dange {
	background-image: url(images/alertImg/img-dange.png);
	-webkit-mask: url(images/alertImg/img-dange.png) 100%;
}

.hm-feedback-animation-nodata {
	background-image: url(images/alertImg/img-nodata.png);
	-webkit-mask: url(images/alertImg/img-nodata.png) 100%;
}

/*表单按钮提交区域*/


.hm-btn-area {
	margin-top: 1rem;
	padding: 0 1rem 1rem;
}

.hm-btn-area-sm {
	margin: 1rem auto 0;
	width: 60%;
}

.hm-btn-area .hm-btn+.hm-btn,
.hm-btn-area-sm .hm-btn+.hm-btn {
	margin-top: 1rem;
}

/*组*/
.hm-group+.hm-group {
	margin-top: 0.5rem;
}

.hm-group .hm-listview {
	margin: 0;
}

.hm-group-header+.hm-listview {
	margin-top: 0;
}

.hm-group-content {
	padding: 1rem;
	background-color: #fff
}

.hm-group-nopad .hm-group-content {
	padding: 0;
}

.hm-group-header,
.hm-group-footer {
	padding: .5rem 1rem;
}

.hm-group-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
}

/*表单分组*/
.hm-form .hm-group {
	background: #fff;
}

.hm-form-card .hm-group {
	margin-bottom: 0.5rem;
	margin-top: 0;
}

.hm-form .hm-group-header {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	padding: 1rem 1rem 0.5rem;
}

.hm-form .hm-group-content {
	padding: 0 0 0 0;
}

.hm-form .hm-group .hm-form-group {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
	margin-bottom: 0 !important;
}

.hm-form-group .hm-form-label.hm-align-self-start {
	margin-top: 0.5rem;
}

/*卡片*/

.hm-card {
	background-color: #fff;
	position: relative;
}

.hm-card+.hm-card:not(.hm-card-inset) {
	margin-top: 0.5rem;
}

.hm-card-inset {
	margin: .75rem 0.75rem;
	border-radius: 0.375rem;
	
	background-color: #fff;
	overflow: hidden !important;
}

/*标题*/
.hm-large-title {
	font-size: 32px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0.75rem;
}

.hm-caption {
	padding: .3125rem 1rem;
	color: #6d6d72;
	font-size: .8125rem;
}

.hm-card+.hm-caption {
	margin-top: 0.5rem;
}

.hm-caption-heading,
.hm-title-heading {
	font-weight: 600;
	padding-left: 1rem;
}

.hm-card .hm-caption-heading,
.hm-card .hm-title-heading {
	padding-left: 0;
}

.hm-title-heading {
	margin-bottom: 0.5rem;
}

.hm-title-heading small {
	font-weight: normal;
	margin-left: 0.5rem;
	color: #666;
}

.hm-padding-0>.hm-title-heading {
	margin-left: 1rem;
}

.hm-padding-0>.hm-title-heading:first-child {
	padding-top: 1rem;
}

*~.hm-title-heading {
	margin-top: 1rem;
}

/*间隔线标题*/
.hm-title-line {
	border-top: 1px solid #ddd;
	text-align: center;
	height: 6px;
	margin: 16px 0 10px;
}

.hm-title-line span {
	display: inline-block;
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	position: relative;
	top: -13px;
	font-weight: 400;
	padding: 0 20px;
	background: #fff;
	color: #666;
}

.hm-group-header+.hm-card {
	margin-top: 0;
}

.hm-card-header,
.hm-card-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 2.75rem;
	padding: .75rem 1rem;
	position: relative;
}

.hm-card-header::after,
.hm-card-footer::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background-color: rgba(0, 0, 0, 0.05);
	transition: all 0.2s;
}

.hm-card-footer::after {
	top: 0;
	bottom: auto;
}

.hm-card.hm-bg-none .hm-card-header::after,
.hm-card.hm-bg-none .hm-card-footer::after {
	display: none;
}

.hm-card-header .hm-nav {
	margin: -0.5rem -1rem;
}

.hm-card-header small {
	color: #666;
	margin-left: 0.5rem;
	font-weight: 400;
}

.hm-card-title,
h2.hm-card-title {
	margin: 0;
	font-weight: 600;
	font-size: 15px;
}

a.hm-card-title {
	padding-right: 1rem;
}

a.hm-card-title:after {
	content: " ";
	display: block;
	height: 12px;
	width: 12px;
	border-width: 2px 2px 0 0;
	border-color: #C8C8CD;
	border-style: solid;
	position: absolute;
	right: 1rem;
	top: 50%;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
}

.hm-card-content {
	padding: 1rem;
	
}
.hm-card-content::after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.hm-card-content+.hm-card-content {
	padding-top: 0;
}

.hm-card-content:not(.hm-padding-0)>.hm-listview:not(.hm-listview-space):only-child {
	margin: -1rem
}

.hm-card-footer {
	font-size: .875rem;
	color: #888
}

.hm-card-footer [class*="hm-icon"]:before,
.hm-card-footer [class^="hm-icon"]:before {
	font-size: inherit !important;
}

.hm-card-timeline {
	position: relative;
	background-color: transparent;
}

.hm-card-timeline::before {
	content: "";
	width: 0;
	border-left: 1px dashed #aaa;
	display: block;
	position: absolute;
	left: 2rem;
	top: 0;
	bottom: 0;
}

.hm-card-timeline {
	margin: 0;
}

.hm-card-timeline+.hm-card-timeline {
	margin-top: 0;
}

.hm-card-timeline .hm-card-header {
	border-bottom: none;
}

.hm-card-timeline>.hm-card-header::after {
	display: none;
}

.hm-card-timeline .hm-card-content {
	padding-left: 3.5rem;
}

/*卡片组*/
.hm-card-group .hm-card-content {
	display: none;
	background-color: #f5f6f8;
}

.hm-card-group .hm-card.hm-active .hm-card-content {
	display: block;
}

.hm-card-group .hm-card-header [class*="hm-icon-arrow"] {
	color: #555;
}

.hm-card-group .hm-card {
	margin-bottom: 0;
}

/*封面*/

.hm-cover {
	background-size: cover;
	background-position: center;
	min-height: 150px;
	position: relative;
	background-color: #eaeaea;
	display: block;
}

.hm-cover .hm-cover-content {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
	width: 100%;
	border-radius: 0 0 0.25rem 0.25rem;
	padding: 0.5rem 1rem;
	z-index: 2;
}

.hm-cover-title {
	margin-bottom: 0.25rem;
	font-size: 1rem;
}

.hm-cover-desc {
	margin-top: 0;
}

.hm-card-header .hm-cover {
	margin: -0.75rem -1rem;
}

.hm-cover .hm-listview {
	background-color: transparent;
	border: none;
	color: #fff;
}

.hm-cover .hm-color-muted {
	color: rgba(255, 255, 255, 0.7) !important;
}

/*图片上传组件*/

.hm-uploader-header {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

.hm-uploader-content {
	margin-bottom: -4px;
	margin-right: -9px;
	/*overflow: hidden;*/
	margin-top: 0.5rem;
}

.hm-uploader-files {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hm-uploader-file {
	float: left;
	margin-right: 9px;
	margin-bottom: 9px;
	width: 70px;
	height: 70px;
	background: no-repeat center center;
	background-size: cover;
	position: relative;
}

.hm-uploader-file>i {
	position: absolute;
	right: -0.5rem;
	top: -0.5rem;
}

.hm-uploader-file .hm-btn {
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.hm-uploader-status {
	position: relative;
}

.hm-uploader-status:before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.hm-uploader-status-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #FFFFFF;
}

.hm-uploader-input-wrapper {
	float: left;
	position: relative;
	margin-right: 9px;
	margin-bottom: 9px;
	width: 70px;
	height: 70px;
	border: 1px solid #D9D9D9;
}

.hm-uploader-input-content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #ddd;
	font-size: 14px;
	text-align: center;
}

.hm-uploader-input-content [class*="hm-icon"] {
	display: block;
	margin: 0 auto;
}

.hm-uploader-input {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*用户流程*/
.hm-flowuser-item {
	float: left;
	margin-bottom: 9px;
	text-align: center;
	position: relative;
	display: block;
	min-height: 94px;
	max-width: 90px;
}

.hm-flowuser-item {
	margin-right: 0.75rem;
}

.hm-flowuser-item:last-child {
	margin-right: 0;
}

.hm-flowuser-item>i {
	position: absolute;
	right: -0.25rem;
	top: -0.5rem;
	z-index: 2;
}

.hm-flowuser-img {
	background: no-repeat center center;
	background-size: cover;
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 200%;
	background-image: url(images/icons/icon-person.png);
	margin: 0 auto;
}

.hm-flowuser-img i {
	position: absolute;
	right: -5px;
	top: 0;
}

.hm-flowuser-name {
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.hm-flowuser-line {
	width: 24px;
	margin: 0 0.5rem 0 -0.5rem;
	height: 94px;
	margin-bottom: 9px;
	float: left;
	position: relative;
}

.hm-flowuser-line::before {
	content: "";
	height: 35px;
	width: 80%;
	border-bottom: 2px dotted #ddd;
	display: inline-block;
}

.hm-flowuser-line::after {
	content: " ";
	position: absolute;
	right: 100%;
	display: block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 12px;
	width: 12px;
	margin-right: -24px;
	margin-top: -14px;
	border-width: 2px 2px 0 0;
	border-color: #ddd;
	border-style: solid;
}

.hm-flowuser-add {
	width: 70px;
	height: 70px;
	border: 1px solid #D9D9D9;
	position: relative;
	border-radius: 200%;
}

.hm-flowuser-add i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #ddd;
	font-size: 14px;
	text-align: center;
}

/*bar*/
.hm-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 2.5rem;
	padding: 0.375em 0.75rem;
	background-color: #fff;
	/*border-bottom: 1px solid rgba(0,0,0,0.08);*/
}

.hm-article .hm-bar,
.hm-card-content .hm-bar {
	border-bottom: none;
}

.hm-bar-search {
	background: #fff;
}

.hm-bar-search .hm-form-control {
	background-color: #f2f2f2;
	border: none;
	box-shadow: none;
	border-radius: 200px;
	padding-left: 1rem;
	padding-right: 1rem;
}

.hm-bar-search .hm-form-control>input~.hm-btn {
	border-left: none;
	border-right: none;
	margin-right: -0.5rem;
	color: #0f82fe;
}

.hm-bar.hm-padding-0 {
	min-height: inherit;
}

.hm-bar>.hm-btn {
	margin-bottom: 0;
}

.hm-bar>.hm-btn+.hm-btn {
	margin-left: 0.5rem;
}

.hm-bar>.hm-btn:first-child {
	margin-left: 0;
}

.hm-li .hm-bar {
	margin-top: 1rem;
	padding: 0;
	font-size: 13px;
	border-bottom: none;
	min-height: inherit;
	background: none;
}

.hm-bar-filter {
	padding: 0 1rem;
}

.hm-bar-filter>.hm-btn {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	font-size: 0.875rem;
}

.hm-bar-filter>.hm-dropdown .hm-btn {
	padding-left: 0;
	padding-right: 0;
}

.hm-bar-selected {
	background: #fff;
	border-top: 1px solid #ddd;
}

.hm-bar-selected>a {
	display: block;
	padding: 0.5rem;
}

.hm-bar-selected-content .hm-btn {
	margin-bottom: 0.5rem;
}

.hm-bar-selected-content {
	max-height: 160px;
	overflow-y: auto;
	padding: 0 1rem;
}

.hm-bar-selected-sm {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.hm-bar-selected-sm .hm-bar-selected-content {
	padding: 0.5rem 0 0 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	white-space: nowrap;
	overflow-x: auto;
}

/*轮播图*/
.hm-slider {
	width: 100% !important;
	overflow: hidden;
}

.hm-slider-title {
	bottom: 0;
	right: 0;
	color: #fff;
	top: auto !important;
	padding: 8px 60px 8px 10px;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
}

.hm-slider.hm-slider-bullets-right .rsBullets {
	text-align: right !important;
}

.hm-slider.hm-slider-bullets-dark .rsBullet span {
	background: rgba(0, 0, 0, 0.1);
}

.hm-slider.hm-slider-bullets-dark .rsBullet.rsNavSelected span {
	background: rgba(0, 0, 0, 0.3);
}

.hm-header-logo {
	font-size: 1.25rem;
}

.hm-header-logo img {
	height: 2rem;
}

/*文章页*/
.hm-article {
	position: relative;
	padding: 1.5rem 1rem;
	background-color: #fff;
}

.hm-article-header {
	margin-bottom: 1.5rem;
}

.hm-article-title {
	margin-bottom: 6px;
	line-height: 1.4;
	font-weight: 500;
	font-size: 18px;
}

.hm-article-title a {
	color: inherit;
	text-decoration: none
}

.hm-article-meta {
	line-height: 20px;
	font-size: 14px;
	color: #8c8c8c;
}

.hm-article-meta span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.hm-article-lead {}

.hm-article-content {
	font-size: 15px;
	line-height: 1.6;
}

.hm-article-content * {
	max-width: 100% !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	word-wrap: break-word !important
}

.hm-article-content .hm-card-content {
	padding: 0;
}

.hm-article-content .hm-card-content:not(.hm-padding-0)>.hm-listview:not(.hm-listview-space) {
	margin: 1rem 0;
}

*+.hm-paragraph-header {
	margin-top: 2rem;
}

.hm-paragraph-header {
	font-weight: 600;
	font-size: 1rem;
	margin-bottom: 0.5em;
}

.hm-article p {
	margin: 0 0 1rem;
}

/*时间轴*/
.hm-timeline {}

.hm-timeline-item {
	display: block;
	padding: 5px 0 5px 25px;
	margin-left: 25px;
	position: relative;
}

.hm-timeline-item::before,
.hm-timeline-item::after {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	bottom: calc(50% + 16px);
	width: 2px;
	background: #ddd;
}

.hm-timeline-item::after {
	top: calc(50% + 14px);
	bottom: 0;
}

.hm-timeline-item:first-child::before {
	display: none;
}

.hm-timeline-item:last-child::after {
	display: none;
}

.hm-timeline-item-node {
	font-size: 1rem;
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hm-timeline-item-node.hm-empty,
.hm-timeline-item-node:empty {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 1000px;
	background-color: #fff;
	border: 2px solid #0f82fe;
}

.hm-timeline-item-content {
	position: relative;
	background-color: #f6f6f6;
	padding: 10px;
	border-radius: 2px;
}

.hm-timeline-item-content:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: -10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #f6f6f6;
}

.hm-timeline-item.hm-active {
	border-color: #0f82fe;
}

.hm-timeline-item.hm-active .hm-timeline-item-node [class*="hm-icon"].hm-circle,
.hm-timeline-item.hm-active .hm-timeline-item-content {
	background-color: #0f82fe;
	color: #fff;
}

.hm-timeline-item.hm-active .hm-timeline-item-content:after {
	border-right-color: #0f82fe;
}

.hm-timeline-title {
	font-weight: 500;
}

.hm-timeline-desc {
	font-size: 0.8125rem;
	line-height: 1.3;
	padding-top: 0.25rem;
	color: #666;
}

.hm-timeline.hm-disabled {}

.hm-timeline.hm-disabled .hm-timeline-item-node.hm-empty,
.hm-timeline.hm-disabled .hm-timeline-item-node:empty,
.hm-timeline-item.hm-disabled .hm-timeline-item-node.hm-empty,
.hm-timeline-item.hm-disabled .hm-timeline-item-node {
	border-color: #ddd;
}

.hm-timeline.hm-disabled .hm-icon-alert-success,
.hm-timeline.hm-disabled .hm-icon-alert-danger {
	color: #ddd;
}

.hm-timeline-item.hm-disabled,
.hm-timeline-item.hm-disabled .hm-timeline-desc {
	color: #999;
}

/*有二级的菜单图标*/
.hm-subicon {
	width: 44px;
	height: 44px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 1000px;
	overflow: hidden;
	position: relative;
	margin-bottom: 6px;
}

.hm-subicon-content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	-webkit-transform: translate(-50%, -50%) scale(0.3, 0.3);
	-o-transform: translate(-50%, -50%) scale(0.3, 0.3);
	transform: translate(-50%, -50%) scale(0.3, 0.3);
}

.hm-subicon-content li {
	padding: 0.25rem 0;
}

/*统计数字*/
.hm-statistics {
	text-align: center;
}

.hm-statistics li {
	border-left: 1px solid rgba(0, 0, 0, 0.02);
	margin: 0.5rem 0;
}

.hm-statistics-noborder li {
	border-left: none;
}

.hm-statistics li>a {
	display: block;
}

.hm-statistics li>a .hm-statistics-number {
	text-decoration: underline;
}

.hm-statistics li:first-child {
	border-left: none;
}

.hm-statistics-title {
	font-size: 0.75rem;
}

.hm-statistics-desc {
	line-height: 1;
}

.hm-statistics-number,
.hm-statistics-number a {
	font-size: 1rem;
	color: #ff871c;
}

.hm-statistics-number {
	margin: 0.125rem;
	display: inline-block;
}

.hm-statistics-number a {
	text-decoration: underline;
}

.hm-statistics-unit {
	color: #999;
	font-size: 12px;
}

.hm-statistics.hm-average-1>li:nth-of-type(1n+1),
.hm-statistics.hm-average-2>li:nth-of-type(2n+1),
.hm-statistics.hm-average-3>li:nth-of-type(3n+1),
.hm-statistics.hm-average-4>li:nth-of-type(4n+1),
.hm-statistics.hm-average-5>li:nth-of-type(5n+1),
.hm-statistics.hm-average-6>li:nth-of-type(6n+1),
.hm-statistics.hm-average-7>li:nth-of-type(7n+1),
.hm-statistics.hm-average-8>li:nth-of-type(8n+1),
.hm-statistics.hm-average-9>li:nth-of-type(9n+1),
.hm-statistics.hm-average-10>li:nth-of-type(10n+1),
.hm-statistics.hm-average-11>li:nth-of-type(11n+1),
.hm-statistics.hm-average-12>li:nth-of-type(12n+1) {
	border-left: none;
}

/*组织树*/
.hm-tree {
	padding: 0;
}

.hm-tree li {
	list-style: none;
}

.hm-tree .hm-tree-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #eee;
	padding: 0.75rem 0;
}

.hm-tree .hm-tree-link:hover {
	background-color: #f9f9f9;
}

.hm-tree .hm-li-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 1%;
}

.hm-tree .hm-li-header {
	margin-right: 0.25rem;
}

.hm-tree .hm-li-footer {
	margin-right: 0.5rem;
}

.hm-tree li ul {
	padding-left: 1.25rem
}

.hm-tree [class*="hm-icon-"] {
	color: #999;
}

.hm-tree li a {}

.hm-list-nostyle {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hm-list-nostyle>li {
	padding: 0.125rem 0;
}

/*详细信息列表，支持多列布局*/
.hm-list-detail {
	font-size: 0.875rem;
}

.hm-list-detail>li {
	padding: 0.125rem 0;
}

.hm-list-detail>li>label {
	display: block;
	margin-right: 0.5rem;
	opacity: 0.9;
	float: left;
	min-width: 5em;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: 0.8;
}

.hm-list-detail>li>span {
	margin-left: 5rem;
	display: block;
	word-break: break-all;
}

.hm-list-detail-vetical>li>label {
	float: none;
	width: auto;
}
.hm-list-detail-vetical>li>span {
	margin-left: 0;
}
.hm-list-detail-longer>li>label {
	width: 7rem;
}

.hm-list-detail-longer>li>span {
	margin-left: 7.5rem;
}

.hm-column-all {
	width: 100% !important;
}

.hm-list-detail.hm-average-1>li:nth-of-type(n),
.hm-list-detail.hm-average-1>li:nth-of-type(1n+1),
.hm-list-detail.hm-average-2>li:nth-of-type(n),
.hm-list-detail.hm-average-2>li:nth-of-type(2n+1),
.hm-list-detail.hm-average-3>li:nth-of-type(n),
.hm-list-detail.hm-average-3>li:nth-of-type(3n+1),
.hm-list-detail.hm-average-4>li:nth-of-type(n),
.hm-list-detail.hm-average-4>li:nth-of-type(4n+1),
.hm-list-detail.hm-average-5>li:nth-of-type(n),
.hm-list-detail.hm-average-5>li:nth-of-type(5n+1),
.hm-list-detail.hm-average-6>li:nth-of-type(n),
.hm-list-detail.hm-average-6>li:nth-of-type(6n+1),
.hm-list-detail.hm-average-7>li:nth-of-type(n),
.hm-list-detail.hm-average-7>li:nth-of-type(7n+1),
.hm-list-detail.hm-average-8>li:nth-of-type(n),
.hm-list-detail.hm-average-8>li:nth-of-type(8n+1),
.hm-list-detail.hm-average-9>li:nth-of-type(n),
.hm-list-detail.hm-average-9>li:nth-of-type(9n+1),
.hm-list-detail.hm-average-10>li:nth-of-type(n),
.hm-list-detail.hm-average-10>li:nth-of-type(10n+1),
.hm-list-detail.hm-average-11>li:nth-of-type(n),
.hm-list-detail.hm-average-11>li:nth-of-type(11n+1),
.hm-list-detail.hm-average-12>li:nth-of-type(n),
.hm-list-detail.hm-average-12>li:nth-of-type(12n+1) {
	clear: none
}

.hm-list-detail-bordered>li {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

.hm-list-detail-lg {
	font-size: 17px;
}

/*流程步骤*/
.hm-flowstep .hm-step-num,
.hm-flowstep .hm-step-sub-box .hm-step-sub {
	background: url(images/bg-flowstep.png) no-repeat 50% -102px
}

.hm-flowstep {
	width: 100%;
	margin: 0 auto;
	padding: 1rem 0
}

.hm-flowstep .hm-step-item-content {
	margin-top: 0.25rem;
}

.hm-step-line {
	position: absolute;
	left: 0;
	right: 0;
	top: 18px;
}

.hm-step-icon {
	position: relative;
	z-index: 2;
	line-height: 1;
}

.hm-step-line::before,
.hm-step-line::after {
	content: "";
	display: block;
	background-color: #e8e8e8;
	top: -1px;
	left: 0;
	right: calc(50% + 20px);
	position: absolute;
	z-index: 0;
	overflow: hidden;
}

.hm-flowstep:not(.hm-flowstep-vertical) .hm-step-line::before,
.hm-flowstep:not(.hm-flowstep-vertical) .hm-step-line::after {
	height: 2px;
}

.hm-step-line::after {
	left: calc(50% + 20px);
	right: 0;
}

.hm-step-item-num {
	background-color: #e8e8e8;
	width: 32px;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	border-radius: 50%;
	display: inline-block;
}

.hm-flowstep .hm-step-item-content .hm-title {
	color: rgba(0, 0, 0, 0.8);
	font-size: 15px;
}

.hm-flowstep .hm-step-item-content .hm-description {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.45);
}

.hm-flowstep li:first-child .hm-step-line::before {
	display: none;
}

.hm-flowstep li:last-child .hm-step-line::after {
	display: none;
}

.hm-step-done .hm-step-line::before,
.hm-step-done .hm-step-line::after,
.hm-step-current .hm-step-line::before,
.hm-step-current .hm-step-item-num,
.hm-step-done .hm-step-item-num,
.hm-step-done .hm-step-item-dot,
.hm-step-current .hm-step-item-dot {
	background-color: #0f82fe;
	color: #fff;
}

.hm-step-item-dot {
	display: block;
	position: relative;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	-webkit-transition: all .3s;
	transition: all .3s;
	background: rgba(0, 0, 0, 0.25);
	margin: 0 auto;
}

.hm-step-current .hm-step-item-content .hm-title {
	font-weight: 600;
	color: #000;
}

.hm-flowstep ol {
	overflow: hidden;
	list-style: none;
	padding: 0;
}

.hm-flowstep li {
	float: left;
	text-align: center;
	position: relative;
}

.hm-flowstep-1 li {
	width: 100%
}

.hm-flowstep-2 li {
	width: 50%
}

.hm-flowstep-3 li {
	width: 33.33333333%
}

.hm-flowstep-4 li {
	width: 25%
}

.hm-flowstep-5 li {
	width: 20%
}

.hm-flowstep-6 li {
	width: 16.66666667%
}

.hm-flowstep .hm-step-name {
	padding: 3px 0;
	font-weight: 500;
	color: #666;
	font-size: 0.875rem;
}

.hm-flowstep .hm-step-num {
	height: 34px;
	line-height: 34px;
	font-family: 'arial black';
	color: #fff;
	font-size: 1rem
}

.hm-flowstep .hm-step-last .hm-step-num {
	background-position: 50% -136px
}

.hm-flowstep .hm-step-time {
	color: #999;
	padding: 0.5rem 0;
	font-size: 0.75rem;
}

.hm-flowstep .hm-step-current .hm-step-name {
	color: #0f82fe
}

.hm-flowstep .hm-step-current .hm-step-num {
	background-position: 50% 0
}

.hm-flowstep .hm-step-first .hm-step-num {
	background-position: 50% -238px
}

.hm-flowstep .hm-step-first .hm-step-current .hm-step-num {
	background-position: 50% -34px
}

.hm-flowstep .hm-step-last .hm-step-current .hm-step-num {
	background-position: 50% -68px
}

.hm-flowstep .hm-step-done .hm-step-num {
	background-position: 50% -170px
}

.hm-flowstep .hm-step-first .hm-step-done .hm-step-num {
	background-position: 50% -204px
}

.hm-flowstep .hm-step-last .hm-step-done .hm-step-num {
	background-position: 50% -272px
}

/*垂直步骤条*/
.hm-flowstep-vertical li {
	float: none;
	position: relative;
}

.hm-flowstep-vertical .hm-step-icon {
	float: left;
	margin-right: 0.5rem;
}

.hm-flowstep-vertical .hm-step-item-content {
	text-align: left;
	margin-left: 48px;
	padding-bottom: 12px;
}

.hm-flowstep-vertical.hm-flowstep-sm .hm-step-item-content .hm-title,
.hm-flowstep-vertical.hm-flowstep-dot .hm-step-item-content .hm-title {
	line-height: 1;
	margin-bottom: 0.25rem;
}

.hm-flowstep-vertical .hm-step-line {
	top: 0;
	bottom: 4px;
	left: 15px;
	right: auto;
	width: 2px;
}

.hm-flowstep-vertical .hm-step-line::before {
	display: none;
}

.hm-flowstep-vertical .hm-step-line::after {
	top: 36px;
	right: auto;
	left: 50%;
	bottom: 0;
	width: 2px;
}

.hm-flowstep-sm .hm-step-item-num {
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
}

.hm-flowstep-sm .hm-step-line {
	top: 10px;
}

.hm-flowstep-sm .hm-step-item-content {
	margin-top: 0;
}

.hm-flowstep-sm .hm-step-item-content .hm-title {
	font-size: 14px;
}

.hm-flowstep-sm .hm-step-item-content .hm-description {
	font-size: 12px;
}

.hm-flowstep-vertical.hm-flowstep-sm .hm-step-line {
	left: 9px;
}

.hm-flowstep-vertical.hm-flowstep-sm .hm-step-item-content {
	margin-left: 30px;
}

.hm-flowstep-vertical.hm-flowstep-sm .hm-step-line::after {
	top: 16px;
}

.hm-flowstep-dot .hm-step-line {
	top: 4px;
}

.hm-flowstep-dot .hm-step-line::before {
	right: calc(50% + 10px);
}

.hm-flowstep-dot .hm-step-line::after {
	left: calc(50% + 10px);
	right: 0;
}

.hm-flowstep-vertical.hm-flowstep-dot .hm-step-line {
	left: 3px;
}

.hm-flowstep-vertical.hm-flowstep-dot .hm-step-item-content {
	margin-left: 24px;
}

.hm-flowstep-vertical.hm-flowstep-dot .hm-step-line::after {
	top: 10px;
	left: 0;
}

/*通知栏 */
.hm-notification {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	top: 0;
	left: 0;
	z-index: 10001;
	width: 100%;
	padding: .625rem 0.75rem;
	background: rgba(34, 34, 34, .9);
	color: #fff
}

.hm-notification .hm-icon-close {
	color: #fff;
}

.hm-notification-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: .875rem
}

.hm-notification-content .hm-notification-title {
	font-size: 1.125em;
	font-weight: 700;
	margin-bottom: 0.25rem;
}

.hm-notification-content>:first-child {
	margin-top: 0
}

.hm-notification-content>:last-child {
	margin-bottom: 0
}

.hm-notification-title {
	margin: 0;
	color: inherit
}

.hm-notification-primary {
	background: rgba(14, 144, 210, .9);
	color: #fff
}

.hm-notification-info {
	background: rgba(59, 180, 242, .9);
	color: #fff
}

.hm-notification-success {
	background: rgba(94, 185, 94, .9);
	color: #fff
}

.hm-notification-warning {
	background: rgba(243, 123, 29, .9);
	color: #fff
}

.hm-notification-danger {
	background: rgba(221, 81, 76, .9);
	color: #fff
}

.hm-notification-active {
	position: fixed;
	width: 100%;
}

.hm-video,
.hm-audio {
	max-width: 100%;
	height: auto;
}

/*页面标题
.hm-page-header-wrapper结合背景图片，给头部增加效果

*/
.hm-page-header-wrapper {
	padding: 3rem 1rem 1rem;
}

.hm-page-header-wrapper .hm-page-header {
	box-shadow: 0 0 3px rgba(10, 140, 240, 0.6);
	margin-bottom: 0;
	border-radius: 0.25rem;
	padding: 1rem .5rem;
}

.hm-page-header {
	padding: 1rem;
	margin-bottom: 0.5rem;
	background-color: #fff;
	position: relative;
}

.hm-page-header .hm-title {
	line-height: 1.2;
	font-weight: 600;
	font-size: 20px;
	margin: 0;
}

.hm-page-header .hm-title a {
	color: inherit;
	text-decoration: none
}

.hm-page-header .hm-subtitle {
	opacity: 0.85;
	font-size: 0.75rem;
	padding-top: 0.25rem;
}

.hm-page-header .hm-subtitle span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-bottom: 0;
}

.hm-page-header .hm-description {
	margin-top: 0.5rem;
	text-align: left;
	font-size: 14px;
}

.hm-page-header .hm-note {
	margin-top: 0.5rem;
	background-color: #fff;
	font-size: 12px;
	color: #999;
	border-top: 1px dashed #eee;
	padding-top: 0.5rem;
}

/*.页尾*/
.hm-page-footer {
	padding: 1rem 1rem;
	font-size: 12px;
	text-align: center;
	color: #999;
}
.hm-page-footer .hm-footer-logo {
	margin: 0 auto 0.5rem;
	
	
}

.hm-page-footer .hm-footer-logo img {
	
	max-width: 140px;
	height: auto;
	
}

.hm-page-footer .hm-links a {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
	position: relative;
	font-size: 14px;
}

.hm-page-footer .hm-links a~a:before {
	content: " ";
	position: absolute;
	width: 1px;
	border-left: 1px solid #c7c7c7;
	color: #c7c7c7;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
	left: -8px;
	top: .36em;
	bottom: .36em;
}

.hm-has-footer {
	min-height: calc(100% - 51px);
}

.hm-has-footer-lg {
	min-height: calc(100% - 73px);
}
.hm-has-footer-xl {
	min-height: calc(100% - 90px);
}
.hm-login-header{ line-height: 1; padding: 2rem 2rem 1rem;}
.hm-login-header .hm-title{font-size: 24px;font-weight: bolder;}
.hm-login-header .hm-subtitle{
	color: #999;
	margin-top:0.75rem;
	
}
/*星级评分*/
.hm-star-rating {
	vertical-align: middle
}

.hm-star-rating .hm-stars {
	display: inline-block;
}

/*日历*/
.hm-calendar {
	width: 100%;
}

.hm-calendar thead {
	background: #f8f8f8;
}

.hm-calendar th {
	border: none;
	padding: 0.25rem 0;
	font-size: 0.875em;
	font-weight: normal;
	color: #888;
}

.hm-calendar td {
	text-align: center;
	padding: 0px;
	position: relative;
	height: 62px;
	width: 14.2857%;
}

.hm-calendar .hm-day-number {
	font-size: 18px;
}

.hm-calendar .hm-day-disable .hm-day-number {
	color: #ccc;
}

.hm-calendar .hm-day-today .hm-day-number {
	color: #0f82fe;
}

.hm-calendar .hm-day-today.hm-day-select .hm-day-number {
	color: #fff;
}

.hm-calendar .hm-day-mark {
	background-color: rgba(0, 102, 204, 0.1)
}

.hm-day-select {
	background-color: rgba(55, 122, 233, 0.4);
	overflow: hidden;
}

.hm-calendar td.hm-day-select:hover {
	background-color: #92b8f6
}

.hm-day-sign-towork {
	color: #ffffff;
	font-size: 10px;
	background-color: #4a8cf6;
	padding: 2px;
	position: absolute;
	right: 30px;
	top: 5px;
}

.hm-day-sign-toholiday {
	color: #ffffff;
	font-size: 10px;
	background-color: #ffa14d;
	padding: 2px;
	position: absolute;
	right: 30px;
	top: 5px;
}

td.hm-day-pass:hover {
	background-color: #cce57f !important;
}

.hm-day-state-holiday {
	color: #ff9210;
}

.hm-day-state-rest {
	color: #5e944f;
}

th.hm-calendar-day {}

.hm-calendar-day {
	position: relative;
}

/*累计工时未填完整	*/
.hm-calendar-day {}

.hm-day-nopass .hm-calendar-day-content:before {
	/*审批未通过*/
	content: "";
	border: #F00 solid 1px;
	position: absolute;
	top: -1px;
	left: -1px;
	right: 0px;
	bottom: -1px;
	pointer-events: none;
}

.hm-calendar-sm tr {
	border-bottom: 3px solid #fff;
}

.hm-calendar-sm td {
	height: 44px;
}

.hm-calendar-sm .hm-day-number {
	font-size: 16px;
}

.hm-calendar-sm .hm-day-select.hm-day-select-first {
	border-radius: 100px 0 0 100px;
}

.hm-calendar-sm .hm-day-select.hm-day-select-last {
	border-radius: 0 100px 100px 0;
}

/*补充*/
.h-list-group .hm-day-nopass:before {
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
}

/*审批通过*/
.hm-day-pass {
	cursor: not-allowed;
	background-color: rgba(176, 215, 54, 0.5)
}

.hm-day-noenough:after {
	content: "";
	width: 25%;
	height: 25%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #ffdbe9;
	pointer-events: none;
}

.hm-day-state-overtime {
	color: #ff0000;
}

.hm-day-info {
	width: 0;
	height: 0;
	border-top: 16px solid #ffa14d;
	border-right: 16px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
}

.hm-day-info-pass {
	border-top: 16px solid #cce57f;
}

.hm-calendar-worktime {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-left: -25%;
	text-align: center;
	color: #2E6FD8;
	pointer-events: none;
}

.hm-day-pass .hm-calendar-worktime {
	color: #5e942a
}

.hm-day-checkbox {
	font-size: 12px;
	z-index: 99;
}

.hm-calendar td.hm-active .hm-calendar-day-content:after {
	content: "";
	position: absolute;
	top: -1px;
	right: -1px;
	left: -1px;
	bottom: -1px;
	border: #ffa14d dotted 2px;
	pointer-events: none;
}

.hm-calendar td.hm-day-nopass.hm-active .hm-calendar-day-content:after {
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	pointer-events: none;
}

.hm-calendar .hm-calendar-day-content {
	width: 100%;
	height: 100%;
	display: block;
}

.hm-day-disable .hm-calendar-day-content {}

.hm-day-pass .hm-calendar-day-content {}

.hm-day-select .hm-calendar-day-content {}

.hm-calendar-day .hm-calendar-day-content {}

.rsDark .rsBullet.rsNavSelected span {
	background-color: #eee !important;
}

.rsDark .rsBullet span {
	background: #999 !important;
	background: rgba(0, 0, 0, 0.35) !important;
}

.hm-calendar .hm-day-go,
.hm-calendar .hm-day-count {
	position: absolute;
	left: 0;
	top: 2px;
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.hm-calendar .hm-day-count {
	top: auto;
	bottom: 4px;
	font-size: 11px;
	color: #333;
}

.hm-calendar .hm-day-disable .hm-day-count {
	font-weight: 400;
	color: #999;
}

.hm-calendar .hm-day-select .hm-calendar-day-content {
	background: #0f82fe;
	color: #fff;
}

.hm-calendar .hm-day-select .hm-day-go,
.hm-calendar .hm-day-select .hm-day-count {
	color: #fff;
}

/*图片加载失败*/
.hm-img-loadfail {
	background: #fefefe url(images/bg-loadfail.png) no-repeat center center;
	background-size: 60%;
}

[class*="hm-bg-"] .hm-listview {
	background: none;
}

/*扫码界面*/
.hm-scan-container {}

.hm-scan-box {
	border: 1px solid rgba(0, 0, 0, 0.05);
	background-color: rgba(255, 255, 255, 0.2);
	padding: 3rem 4rem;
	color: #999;
	border-radius: 0.5rem;
}

.hm-scan-text {
	margin-top: 0.5rem;
}

/*深色背景页面*/
.hm-page.hm-bg-dark .hm-header,
.hm-page.hm-bg-dark .hm-content,
.hm-page.hm-bg-dark .hm-footer {
	background-color: transparent;
	color: #fff;
}

.hm-bg-dark .hm-card,
.hm-bg-dark .hm-form,
.hm-bg-dark .hm-form-control {
	background-color: transparent;
	color: #fff;
}

.hm-bg-dark .hm-link,
.hm-bg-dark a {
	color: #fff;
}

.hm-bg-dark .hm-form-control {
	border-width: 0 0 1px 0;
	border-color: rgba(0, 0, 0, 0.1);
	border-radius: 0;
	color: #fff !important;
	box-shadow: none;
}

.hm-bg-dark input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.hm-bg-dark .hm-form-control>[class*="hm-icon"] {
	color: #fff !important;
}

.hm-bg-dark input[type="radio"]:before,
.hm-bg-dark input[type="checkbox"]:before {
	background-color: transparent;
	border: 1px solid #fff;
}

.hm-bg-dark .hm-statistics-title {
	color: #fff;
}

.hm-bg-dark .hm-statistics-number,
.hm-statistics-number a {
	color: #fff;
}

.hm-bg-dark .hm-btn-default {
	border-color: #fff;
	color: #333;
}

.hm-bg-dark .hm-btn-hollow {
	background-color: transparent;
	color: #fff;
}
.hm-bg-dark .hm-color-warning {	
	color: #ffd38d !important;
}

.hm-bg-dark .hm-color-muted {
	color: #fff !important;
}

.hm-background-img {
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}

/*深色背景页面*/
.hm-page-dark,
.hm-bg-dark {
	color: #fff;
	background-color: #343434;
}

.hm-page-dark a {
	color: #fff;
}

.hm-page-dark .hm-listview {
	background: none;
}
.hm-page-dark .hm-bg-white {
	background-color: rgba(255, 255, 255, 0.05) !important;
}

.hm-page-dark .hm-covercard-header::after {
	background-image: url(images/img-mask-banner-dark.png);
}

.hm-page-dark .hm-bar {
	background-color: rgba(255, 255, 255, 0.05);
}

.hm-page-dark .hm-card {
	background-color: rgba(255, 255, 255, 0.05);
}

.hm-page-dark .hm-card-header {
	border-bottom-color: rgba(0, 0, 0, 0.1);
}

.hm-page-dark .hm-searchbar,
.hm-page-dark .hm-header,
.hm-page-dark .hm-footer,
.hm-page-dark .hm-header-dark {
	background-color: rgba(0, 0, 0, 0.05) !important;
	border-color: rgba(0, 0, 0, 0) !important;
}

.hm-page-dark .hm-nav-tabs>li+li,
.hm-page-dark .hm-nav-tabs-bottom>li+li {
	border-left-color: rgba(0, 0, 0, 0.05);
}

.hm-page-dark .hm-nav-tabs>li+li>a::after,
.hm-page-dark .hm-nav-tabs-bottom>li+li>a::after {
	background-color: rgba(0, 0, 0, 0.05);
}

.hm-page-dark .hm-footer .hm-nav-tabs>li.hm-active>a,
.hm-page-dark .hm-footer .hm-nav-tabs>li.hm-active>a:focus,
.hm-page-dark .hm-footer .hm-nav-tabs>li.hm-active>a:hover {
	color: #ff0;
}

.hm-page-dark .hm-color-muted {
	color: rgba(255, 255, 255, 0.5) !important;
}

.hm-page-dark .hm-color-danger {
	color: #ffcc00 !important;
}

.hm-page-dark .hm-form-control {
	background: rgba(0, 0, 0, 0.2);
	border-color: rgba(255, 255, 255, 0.2)
}

.hm-page-dark .hm-form-control>.hm-btn {
	border-left-color: rgba(0, 0, 0, 0.08);
	color: #fff;
}

.hm-page-dark .hm-scan-box [class*="hm-icon"] {
	color: rgba(255, 255, 255, 0.3);
}

.hm-page-dark .hm-form-control:not(.hm-disabled):hover {
	border-color: rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
}

.hm-page-dark .hm-scan-box {
	border-color: rgba(255, 255, 255, 0.2);
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.5);
}

.hm-page-dark .hm-btn-link {
	color: #51aa38;
}

.hm-page-dark .hm-btn:hover {
	color: #fff;
}

.hm-page-dark .hm-nav>li>a:focus,
.hm-page-dark .hm-nav>li>a:hover {
	background-color: rgba(0, 0, 0, 0.1)
}

.hm-page-dark .hm-form {
	background-color: transparent;
}

.hm-page-dark .hm-card-footer {
	border-top-color: rgba(0, 0, 0, 0.2);
	color: rgba(255, 255, 255, 0.8);
}

.hm-page-dark .hm-form-control>[class*="hm-icon"] {
	color: rgba(255, 255, 255, 0.5);
}

.hm-page-dark input[type="text"]::-webkit-input-placeholder,
.hm-page-dark textarea::-webkit-input-placeholder,
.hm-page-dark input[type="password"]::-webkit-input-placeholder,
.hm-page-dark input[type="email"]::-webkit-input-placeholder,
.hm-page-dark input[type="url"]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.8)
}

.hm-page-dark .hm-li-desc {
	color: rgba(255, 255, 255, 0.5)
}

/*业务简报*/
.hm-report {
	padding: 0 0 1rem 0;
}

.hm-report .hm-chart {
	height: 150px;
}

.hm-report .hm-slider {
	height: 430px;
}

.hm-report-header {
	text-align: center;
	padding-top: 16px;
}

.hm-report-title {
	font-size: 20px;
	font-weight: bolder;
}

.hm-report-date {
	font-size: 12px;
	opacity: 0.5;
}

.hm-report-content {
	max-width: 640px;
	margin: 0 auto;
}

.hm-report-text {
	padding: 16px;
	background: #f9f9f9;
	margin: 0.5rem 1rem;
	font-size: 14px;
	border-radius: 0.5rem;
}

.hm-bg-dark .hm-report-text {
	color: #333 !important;
}

.hm-report-text::-webkit-scrollbar {
	-webkit-appearance: none;
}

.hm-report-text::-webkit-scrollbar:vertical {
	width: 4px;
}

.hm-report-text::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .2);
	border-radius: 10px;
}

.hm-report-text::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .05);
}

/*深色底业务简报*/
.hm-report-dark {
	color: #fff;
	background: url(images/report/bg-report-default.jpg) repeat-x center top;
	background-size: auto 100%;
}

.hm-report-dark [class*="hm-border"] {
	border-color: rgba(0, 0, 0, 0.1);
}

.hm-report-dark .hm-statistics-unit {
	color: #fff;
}

.hm-report-dark .hm-report-text {
	color: #333;
	-webkit-overflow-scrolling: auto;
	margin: 0.5rem 1rem;
	border-radius: 6px;
	font-size: 14px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.hm-report-dark .hm-report-content .hm-li {
	padding: 8px 0 8px;
	line-height: 1;
}

.hm-report-content .hm-listview {
	background: none;
}

.hm-report-dark .hm-color-warning,
.hm-report-dark .hm-statistics-number,
.hm-statistics-number a {
	color: #ffe611 !important;
}

.hm-report-dark .hm-statistics-title {
	color: #fff;
}

.hm-report-dark .hm-statistics li {
	border-left-color: rgba(0, 0, 0, 0.1);
}

.hm-report-dark .hm-statistics-number,
.hm-report-dark .hm-statistics-number a {
	font-size: 1.325rem;
}

.rsDefault .rsBullet span {
	background: rgba(255, 255, 255, 0.3);
}

.hm-report-dark .rsDefault .rsBullet.rsNavSelected span {}

.hm-report-has-height {
	height: 500px;
	background: url(images/report/bg-report.jpg) no-repeat center top, url(images/report/bg-report-repeat.jpg) repeat-x center top;
	background-size: auto 100%;
}

.hm-report-has-height .hm-report-text {
	height: 100px;
	overflow-y: auto;
}


/*登录页logo*/
.hm-login-logo img {
	max-height: 32px;
}

.hm-login-logo {
	text-align: center;
	padding: 1rem;
	font-size: 1.125rem;
}

.hm-login-logo-vertical .hm-img {
	display: block;
	padding-top: 2.5rem;
}

.hm-login-logo-vertical .hm-img img {
	max-height: 48px;
}

.hm-login-logo-vertical .hm-text {
	display: block;
	margin-top: 1rem;
	font-size: 18px;
	font-weight: 400;
}

.hm-login-logo-vertical .hm-text::before,
.hm-login-logo-vertical .hm-text::after {
	content: "";
	display: inline-block;
	background: rgba(0, 0, 0, 0.1);
	height: 1px;
	width: 30px;
	margin: 0 10px;
	vertical-align: middle;
}

.hm-bg-dark .hm-login-logo-vertical .hm-text::before,
.hm-bg-dark .hm-login-logo-vertical .hm-text::after {
	background: rgba(255, 255, 255, 0.1);
}

/*横幅-内部是图片*/
.hm-banner img {
	width: 100%;
	height: auto;
}
.hm-banner-inset{
	padding: 1rem 1rem 0;
	position: relative; 
	z-index: 10001;
}
.hm-banner.hm-radius{
	border-radius:0.5rem !important;
}
.hm-banner.hm-radius .rsContent,
.hm-banner-inset .rsContent{
	border-radius: 0.5rem; 
	overflow: hidden;
}

/*横幅-背景图片*/
.hm-banner-cover {
	min-height: 180px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center bottom;
}

/*带背景图的半覆盖区域*/

.hm-covercard-header{
	position: relative;
	min-height: 96px;
	padding-bottom:80px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center top;
	background-color: #f00;
}
.hm-covercard-header::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background:url(images/img-mask-banner.png) no-repeat left bottom;
	background-size: 100% 100%;
	height: 35px;
	z-index: 2;
}
.hm-covercard-content{
	
	border-radius: 0.5rem;
	overflow: hidden;
	margin:-80px 0.75rem 0;
	position: relative;
	z-index: 3;
}

/*可滚动区域*/
.hm-scroll-view {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
	background-attachment: local;
}

.hm-scroll-view>div {
	-webkit-box-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.hm-scroll-view .hm-thumbnail {
	background: none;
}

.hm-scroll-view>.hm-btn {
	margin-right: 0.5rem;
}

.hm-scroll-view>.hm-btn-vertical {
	margin-right: 0;
}

.hm-scroll-view>.hm-btn-vertical div {
	width: 6em !important;
}

.hm-noshadow {
	box-shadow: none !important;
}

/*侧滑菜单
  包括：1主界面移动，菜单不动
*/

.hm-offcanvas-wrapper {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #333;
}

.hm-offcanvas-wrapper.hm-active {}

.hm-offcanvas-left,
.hm-offcanvas-right,
.hm-offcanvas-wrapper .hm-offcanvas-content {
	-webkit-transition: -webkit-transform 350ms;
	transition: transform 350ms cubic-bezier(.165, .84, .44, 1);
}

.hm-offcanvas-wrapper .hm-offcanvas-content {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.hm-offcanvas-left,
.hm-offcanvas-right {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	box-sizing: content-box;
	width: 70%;
	min-height: 100%;
	background: #333;
	-webkit-overflow-scrolling: touch;
	visibility: hidden;
}

.hm-offcanvas-right {
	right: 0;
}

.hm-offcanvas-left {
	left: 0;
}

.hm-offcanvas-left.hm-active,
.hm-offcanvas-right.hm-active {
	visibility: visible;
}

.hm-offcanvas-wrapper.hm-active .hm-offcanvas-right.hm-active~.hm-offcanvas-content {
	transform: translate3d(-70%, 0px, 0px);
	transform-origin: left center 0px;
}

.hm-offcanvas-wrapper.hm-active .hm-offcanvas-left.hm-active~.hm-offcanvas-content {
	transform: translate3d(70%, 0px, 0px);
	transform-origin: right center 0px;
}

/*菜单跟主界面一起移动*/
.hm-offcanvas-allmove .hm-offcanvas-left,
.hm-offcanvas-slidein .hm-offcanvas-left {
	transform: translate3d(-100%, 0px, 0px);
}

.hm-offcanvas-allmove.hm-active .hm-offcanvas-left.hm-active,
.hm-offcanvas-slidein.hm-active .hm-offcanvas-left.hm-active {
	transform: translate3d(0px, 0px, 0px);
}

.hm-offcanvas-allmove .hm-offcanvas-right,
.hm-offcanvas-slidein .hm-offcanvas-right {
	transform: translate3d(100%, 0px, 0px);
}

.hm-offcanvas-allmove.hm-active .hm-offcanvas-right.hm-active,
.hm-offcanvas-slidein.hm-active .hm-offcanvas-right.hm-active {
	transform: translate3d(0px, 0px, 0px);
}

/*主界面不动菜单动*/
.hm-offcanvas-slidein.hm-active .hm-offcanvas-right.hm-active~.hm-offcanvas-content {
	transform: translate3d(0px, 0px, 0px);
}

.hm-offcanvas-slidein.hm-active .hm-offcanvas-left.hm-active~.hm-offcanvas-content {
	transform: translate3d(0px, 0px, 0px);
}

.hm-offcanvas-slidein .hm-offcanvas-left,
.hm-offcanvas-slidein .hm-offcanvas-right {
	z-index: 2;
}

/*主界面缩放模式*/

.hm-offcanvas-scalable .hm-offcanvas-left,
.hm-offcanvas-scalable .hm-offcanvas-right {
	width: 80%;
	-webkit-transform: scale(.8);
	transform: scale(.8);
	opacity: .1;
	-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);
}

.hm-offcanvas-scalable.hm-active .hm-offcanvas-left.hm-active,
.hm-offcanvas-scalable.hm-active .hm-offcanvas-right.hm-active {
	z-index: 0;
	transform-origin: 200% center 0px;
	opacity: 1;
	transform: translate3d(0px, 0px, 0px) scale(1);
}

.hm-offcanvas-scalable.hm-active .hm-offcanvas-right.hm-active {
	transform-origin: -200% center 0px;
}

.hm-offcanvas-scalable.hm-active .hm-offcanvas-right.hm-active~.hm-offcanvas-content {
	transform: translate3d(-80%, 0px, 0px) scale(0.8);
	transform-origin: right center 0px;
}

.hm-offcanvas-scalable.hm-active .hm-offcanvas-left.hm-active~.hm-offcanvas-content {
	transform: translate3d(80%, 0px, 0px) scale(0.8);
	transform-origin: left center 0px;
}

.hm-offcanvas-mask {
	display: none;
}

.hm-offcanvas-wrapper.hm-active .hm-offcanvas-mask {
	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;
}

/*声音文件*/
.hm-file-voice {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f2f2f2;
	padding: 0.25rem 1rem;
	border-radius: 200px;
}

.hm-file-voice+.hm-file-voice {
	margin-top: 0.875rem;
}

.hm-file-voice a {
	display: block;
	margin-left: 0.75rem;
}

/*微信提示右上角操作*/
.hm-wxshare-tip {
	position: relative;
}

.hm-wxshare-arrow {
	background: url(images/img-arrow-openmore.png) no-repeat right top;
	background-size: contain;
	width: 80px;
	height: 80px;
	position: absolute;
	right: 0.25rem;
	top: 0.25rem;
}

.hm-wxshare-content {
	color: #fff;
	padding-top: 100px;
	padding-right: 2rem;
}

.hm-wxshare-content li {
	list-style: none;
	font-size: 1rem;
	margin-bottom: 0.5rem;
}

.hm-wxshare-content span {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #fd4700;
	border-radius: 100px;
	margin-right: 0.5rem;
}

.hm-wxshare-content strong {
	color: #ffcc00;
}

/*多图展示*/
.hm-feeds {
	width: 100%;
	overflow: hidden
}

.hm-feeds>ul {
	height: auto;
	overflow: hidden;
	margin: 0 -1px;
	padding: 0;
}

.hm-feeds>ul>li {
	display: block;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 0 1px;
	position: relative
}

.hm-feeds>ul>li>span {
	display: block;
	width: 100%;
	padding-top: 100%;
	background-position: center;
	background-size: cover;
	background-color: #ccc;
	background-repeat: no-repeat;
}

.hm-feeds>ul>li:first-child:nth-last-child(1),
.hm-feeds>ul>li:first-child:nth-last-child(1)~li {
	width: 100%;
	max-height: 3.75rem;
	max-height: 100vw
}

.hm-feeds>ul>li:first-child:nth-last-child(1) img,
.hm-feeds>ul>li:first-child:nth-last-child(1)~li img {
	display: block;
	width: 100%;
	height: auto
}

.hm-feeds>ul>li:first-child:nth-last-child(2),
.hm-feeds>ul>li:first-child:nth-last-child(2)~li {
	width: 50%
}

.hm-feeds>ul>li:first-child:nth-last-child(3),
.hm-feeds>ul>li:first-child:nth-last-child(3)~li {
	width: 50%
}

.hm-feeds>ul>li:first-child:nth-last-child(3) {
	width: 100%;
	padding-bottom: 2px
}

.hm-feeds>ul>li:first-child:nth-last-child(3):after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 100%;
	background-color: #fff;
	z-index: 99
}

.hm-feeds>ul>li:first-child:nth-last-child(3)>span {
	padding-top: 50%
}

.hm-feeds>ul>li:first-child:nth-last-child(3)~li {
	width: 50%
}

.hm-feeds>ul>li:first-child:nth-last-child(3)~li>span {
	padding-top: 100%;
	position: relative
}

.hm-feeds>ul>li:first-child:nth-last-child(4),
.hm-feeds>ul>li:first-child:nth-last-child(4)~li {
	width: 50%
}

.hm-feeds>ul>li:first-child:nth-last-child(4) {
	width: 100%;
	padding-bottom: 2px
}

.hm-feeds>ul>li:first-child:nth-last-child(4):after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 100%;
	background-color: #fff;
	z-index: 99
}

.hm-feeds>ul>li:first-child:nth-last-child(4)>span {
	padding-top: 50%
}

.hm-feeds>ul>li:first-child:nth-last-child(4)~li {
	width: 33.3%
}

.hm-feeds>ul>li:first-child:nth-last-child(4)~li>span {
	padding-top: 100%
}

.hm-feeds>ul>li:first-child:nth-last-child(5),
.hm-feeds>ul>li:first-child:nth-last-child(5)~li:nth-child(2) {
	width: 50%;
	padding-bottom: 2px
}

.hm-feeds>ul>li:first-child:nth-last-child(5):after,
.hm-feeds>ul>li:first-child:nth-last-child(5)~li:nth-child(2):after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 100%;
	background-color: #fff;
	z-index: 99
}

.hm-feeds>ul>li:first-child:nth-last-child(5)>span,
.hm-feeds>ul>li:first-child:nth-last-child(5)~li:nth-child(2)>span {
	padding-top: 100%
}

.hm-feeds>ul>li:first-child:nth-last-child(5)~li {
	width: 33.3%
}

.hm-feeds>ul>li:first-child:nth-last-child(5)~li>span {
	padding-top: 100%
}

.hm-feeds>ul>li:first-child:nth-last-child(6) {
	width: 66.666%;
	padding-bottom: 1px
}

.hm-feeds>ul>li:first-child:nth-last-child(6):after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 100%;
	background-color: #fff;
	z-index: 99
}

.hm-feeds>ul>li:first-child:nth-last-child(6)>span {
	padding-top: 100.3%
}

.hm-feeds>ul>li:first-child:nth-last-child(6)~li {
	width: 33.3%
}

.hm-feeds>ul>li:first-child:nth-last-child(6)~li>span {
	padding-top: 100%
}

.hm-feeds>ul>li:first-child:nth-last-child(6)~li:nth-child(2) {
	padding-bottom: 2px;
	width: 33.333%
}

.hm-feeds>ul>li:first-child:nth-last-child(6)~li:nth-child(2):after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 100%;
	background-color: #fff;
	z-index: 99
}

.hm-feeds>ul>li:first-child:nth-last-child(6)~li:nth-child(2)>span {
	padding-top: 100.15%
}

.hm-feeds>ul>li:first-child:nth-last-child(6)~li:nth-child(3) {
	padding-bottom: 2px;
	width: 33.333%
}

.hm-feeds>ul>li:first-child:nth-last-child(6)~li:nth-child(3):after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 100%;
	background-color: #fff;
	z-index: 99
}

.hm-feeds>ul>li:first-child:nth-last-child(6)~li:nth-child(3)>span {
	padding-top: 100.15%
}

.hm-feeds>ul>li:first-child:nth-last-child(6)~li:nth-child(4) {
	clear: both
}

.hm-feeds>ul>li:first-child:nth-last-child(7) {
	width: 100%;
	padding-bottom: 2px
}

.hm-feeds>ul>li:first-child:nth-last-child(7):after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 100%;
	background-color: #fff;
	z-index: 99
}

.hm-feeds>ul>li:first-child:nth-last-child(7)>span {
	padding-top: 50%
}

.hm-feeds>ul>li:first-child:nth-last-child(7)~li:nth-child(2),
.hm-feeds>ul>li:first-child:nth-last-child(7)~li:nth-child(3),
.hm-feeds>ul>li:first-child:nth-last-child(7)~li:nth-child(4) {
	padding-bottom: 2px
}

.hm-feeds>ul>li:first-child:nth-last-child(7)~li:nth-child(2):after,
.hm-feeds>ul>li:first-child:nth-last-child(7)~li:nth-child(3):after,
.hm-feeds>ul>li:first-child:nth-last-child(7)~li:nth-child(4):after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 100%;
	background-color: #fff;
	z-index: 99
}

.hm-feeds>ul>li:first-child:nth-last-child(7)~li {
	width: 33.3%
}

.hm-feeds>ul>li:first-child:nth-last-child(7)~li>span {
	padding-top: 100%
}

.hm-feeds>ul>li:first-child:nth-last-child(8),
.hm-feeds>ul>li:first-child:nth-last-child(8)~li:nth-child(2) {
	width: 50%;
	padding-bottom: 2px
}

.hm-feeds>ul>li:first-child:nth-last-child(8):after,
.hm-feeds>ul>li:first-child:nth-last-child(8)~li:nth-child(2):after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 100%;
	background-color: #fff;
	z-index: 99
}

.hm-feeds>ul>li:first-child:nth-last-child(8) span,
.hm-feeds>ul>li:first-child:nth-last-child(8)~li:nth-child(2) span {
	padding-top: 100%
}

.hm-feeds>ul>li:first-child:nth-last-child(8)~li:nth-child(3),
.hm-feeds>ul>li:first-child:nth-last-child(8)~li:nth-child(4),
.hm-feeds>ul>li:first-child:nth-last-child(8)~li:nth-child(5) {
	padding-bottom: 2px
}

.hm-feeds>ul>li:first-child:nth-last-child(8)~li:nth-child(3):after,
.hm-feeds>ul>li:first-child:nth-last-child(8)~li:nth-child(4):after,
.hm-feeds>ul>li:first-child:nth-last-child(8)~li:nth-child(5):after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 100%;
	background-color: #fff;
	z-index: 99
}

.hm-feeds>ul>li:first-child:nth-last-child(8)~li {
	width: 33.3%
}

.hm-feeds>ul>li:first-child:nth-last-child(8)~li>span {
	padding-top: 100%
}

.hm-feeds>ul>li:first-child:nth-last-child(9),
.hm-feeds>ul>li:first-child:nth-last-child(9)~li {
	width: 33.333%
}

.hm-feeds>ul>li:first-child:nth-last-child(9),
.hm-feeds>ul>li:first-child:nth-last-child(9)~li:nth-child(2),
.hm-feeds>ul>li:first-child:nth-last-child(9)~li:nth-child(3),
.hm-feeds>ul>li:first-child:nth-last-child(9)~li:nth-child(4),
.hm-feeds>ul>li:first-child:nth-last-child(9)~li:nth-child(5),
.hm-feeds>ul>li:first-child:nth-last-child(9)~li:nth-child(6) {
	padding-bottom: 2px
}

.hm-feeds>ul>li:first-child:nth-last-child(9):after,
.hm-feeds>ul>li:first-child:nth-last-child(9)~li:nth-child(2):after,
.hm-feeds>ul>li:first-child:nth-last-child(9)~li:nth-child(3):after,
.hm-feeds>ul>li:first-child:nth-last-child(9)~li:nth-child(4):after,
.hm-feeds>ul>li:first-child:nth-last-child(9)~li:nth-child(5):after,
.hm-feeds>ul>li:first-child:nth-last-child(9)~li:nth-child(6):after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 100%;
	background-color: #fff;
	z-index: 99
}

/*标签*/
.hm-tag {
	background: #f6f6f6;
	color: #666;
	display: inline-block;
	padding: 0.3125rem 0.75rem;
	font-size: .75rem;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
	border: 1PX solid #f6f6f6;
	border-radius: .25rem;
}

.hm-tags .hm-tag {
	margin: 0.25rem 0.25rem 0.25rem 0;
}

.hm-tag-sm {
	font-size: 0.625rem;
	padding: 0.125rem 0.5rem;
}

.hm-tag.hm-active {
	color: #fff;
	background-color: #0f82fe;
	border-color: #0f82fe;
}

.hm-tag-primary {
	color: #0f82fe;
	border-color: #0f82fe;
	background-color: #ffffff;
}

.hm-tag-info {
	color: #10aeff;
	border-color: #10aeff;
	background-color: #ffffff;
}

.hm-tag-success {
	color: #04be02;
	border-color: #04be02;
	background-color: #ffffff;
}

.hm-tag-warning {
	color: #ffa800;
	border-color: #ffa800;
	background-color: #ffffff;
}

.hm-tag-danger {
	color: #f44f4f;
	border-color: #f44f4f;
	background-color: #ffffff;
}

.hm-tag.hm-disabled {
	opacity: .5;
}

.hm-tag .hm-icon-close {
	margin-left: 0.25rem;
}

/*索引菜单*/
.hm-indexes-menu {
	position: fixed;
	top: 50%;
	right: 0;
	overflow: hidden;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	z-index: 1001;
}

.hm-indexes-menu-item {
	padding: .0125rem .25rem;
	color: #6190e8;
	font-size: .625rem;
	text-align: center;
}

.hm-vercode-input {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 1rem;
}

.hm-vercode-input input {
	width: 100%;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	padding: 0.5rem 0;
	margin: 0 0.5rem;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.hm-numbtns {
	padding: 1rem 0;
}

.hm-numbtns span {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	border: 1px solid #ddd;
	border-radius: 50%;
	text-align: center;
	margin: 0 0.25rem 0.75rem 0.5rem;
}

.hm-numbtns span.hm-done {
	background: #0f82fe;
	border-color: #0f82fe;
	color: #fff;
}

.hm-numbtns span.hm-error {
	background: #f44f4f;
	border-color: #f44f4f;
	color: #fff;
}

/*帮助文本*/
.hm-help-text {
	padding: 1rem;
	color: rgba(0, 0, 0, 0.6);
	font-size: 12px;
}

.hm-card-content:not(.hm-padding-0) .hm-help-text {
	padding: 1rem 0 0 0;
}
.hm-list-message{
	margin-left:0;
	padding-left: 0;
}
.hm-list-message li{
	list-style: none;
	font-size: 0.8125rem;
	padding-left: 0;
		margin: 0.125rem 0;
}
.hm-list-message li small{
	font-size: 0.75rem;
	opacity: 0.3;
	margin-left: 0.5rem;
	
}

.hm-hot-board{
	margin: 0.75rem;	
}

.hm-hot-board .hm-hot-board-item{
	border-radius: 0.5rem;
	background-repeat: no-repeat !important;
	background-position: right top !important;
	 background-size: auto 100% !important;	
	 padding: 0.75rem;
	 display: block;
}
.hm-hot-board .hm-board-text{
	color:#fff;
	line-height: 1.5;
}
.hm-hot-board .hm-desc{
	font-size: 12px;
	opacity: 0.8;
}
