@charset "UTF-8";

/* 公用变量 */


/* 文本溢出 */

.hh-textarea::-webkit-scrollbar,
.hh-select .select-options::-webkit-scrollbar,
.modal .modal-content .modal-body::-webkit-scrollbar,
.modal .modal-content .modal-body .hh-table::-webkit-scrollbar,
.modal .modal-content .modal-body #infinite-sort::-webkit-scrollbar,
.th-filter .filter-content::-webkit-scrollbar,
.admin-aside .first_sidebar::-webkit-scrollbar,
.modalNew .inchange::-webkit-scrollbar {
	width: 6px;
	height: 80px;
	background: #4F4F4F;
	border-radius: 3px;
}

.hh-textarea::-webkit-scrollbar-track,
.hh-select .select-options::-webkit-scrollbar-track,
.modal .modal-content .modal-body::-webkit-scrollbar-track,
.modal .modal-content .modal-body .hh-table::-webkit-scrollbar-track,
.modal .modal-content .modal-body #infinite-sort::-webkit-scrollbar-track,
.th-filter .filter-content::-webkit-scrollbar-track,
.admin-aside .first_sidebar::-webkit-scrollbar-track,
.modalNew .inchange::-webkit-scrollbar-track {
	background: #F0F4F3;
	border-radius: 10px;
}

.hh-textarea::-webkit-scrollbar-thumb,
.hh-select .select-options::-webkit-scrollbar-thumb,
.modal .modal-content .modal-body::-webkit-scrollbar-thumb,
.modal .modal-content .modal-body .hh-table::-webkit-scrollbar-thumb,
.modal .modal-content .modal-body #infinite-sort::-webkit-scrollbar-thumb,
.th-filter .filter-content::-webkit-scrollbar-thumb,
.admin-aside .first_sidebar::-webkit-scrollbar-thumb,
.modalNew .inchange::-webkit-scrollbar-thumb {
	width: 6px;
	height: 80px;
	border-radius: 5px;
	background: #C1C1C1;
}

html,
body {
	height: 100%;
	background-color: #EFF3F5;
	box-sizing: border-box;
	font-family: "PingFang SC", "Microsoft Yahei" !important;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 14px;
}

ul,
ol {
	list-style: none;
}

::-webkit-input-placeholder {
	color: #ccc;
}


/* 去除<input type="number"> 默认加减按钮*/


/* 谷歌 */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}


/* 火狐 */

input {
	-moz-appearance: textfield;
}

input,
button,
textarea {
	font-family: "PingFang SC", "Microsoft Yahei" !important;
}

input,
textarea,
select {
	color: #666;
}

a {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	text-decoration: none;
}

a:focus,
a:active,
a:link,
a:visited {
	text-decoration: none;
}

input:focus {
	outline: none;
}

input::-webkit-autofill {
	background-color: transparent !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
	background-color: transparent !important;
}

button:focus,
button {
	outline: none;
	border: 1px solid transparent;
}

textarea:focus {
	outline: none;
}

select:focus {
	outline: none;
}


/* 去除select小箭头 */

img {
	display: inline-block;
	vertical-align: top;
	border: none;
	/* 去除图片在ie上出现的黑边 */
}


/* 要注意表单元素并不继承父级 font 的问题 */

input,
select,
textarea {
	font-size: 100% !important;
}


/* 去掉各Table cell 的边距并让其边重合 */

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


/* IE bug fixed: th 不继承 text-align*/

th {
	text-align: inherit;
}


/* 去除默认边框 */

fieldset,
img {
	border: 0;
}


/* 去掉列表前的标识, li 会继承 */

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

.clear-both,
.hh-btn-group:after,
.hh-input-label:after,
.hh-input-label .form-control:after,
.hh-search:after,
.hh-search-prevent:after,
.hh-time:after,
.hh-date:after,
.hh-delete:after,
.hh-edit:after,
.hh-compute:after,
.hh-radio-inline:after,
.hh-checkbox-inline:after,
.modal .modal-content .modal-header:after,
.modal .modal-content .modal-body:after,
.modal .modal-content .modal-footer:after,
.hh-nav-tabs:after,
.hh-header:after,
.hh-header .operate-btns:after,
.hh-filter .default-filter:after,
.hh-filter .default-filter>div:after,
.hh-filter .filter-detail .filter-item:after,
.hh-group .group-info:after,
.hh-group .group-info .group-item:after,
#main-form .group-operate .hh-container:after,
.hh-attachment-lists .list:after,
.hh-attachment-lists .list .detail:after,
.hh-img-lists:after,
.back-last-page:after,
.hh-table table tbody tr.tr-title:after,
.admin-header ul,
.hh-detail:after,
.hh-progress:after,
.list-tabs:after,
.mould-selection:after,
.mould-selection-img:after {
	content: '';
	clear: both;
	display: table;
}

.orange-color {
	color: #f37b1d;
}

.green-color {
	color: #5eb95e;
}

.red-color {
	color: #e6322c;
}

.blue-color {
	color: #3bb4f2;
}

.orange-bg {
	background-color: #f37b1d;
}

.green-bg {
	background-color: #5eb95e;
}

.red-bg {
	background-color: #e6322c;
}

.blue-bg {
	background-color: #3bb4f2;
}

.gray-bg {
	background-color: #999;
}

@font-face {
	font-family: 'hh-iconfont';
	src: url("/static/css/hhUI/iconfont/iconfont.eot");
	src: url("/static/css/hhUI/iconfont/iconfont.eot?#iefix") format("embedded-opentype"), url("/static/css/hhUI/iconfont/iconfont.woff") format("woff"), url("/static/css/hhUI/iconfont/iconfont.ttf") format("truetype"), url("/static/css/hhUI/iconfont/iconfont.svg#iconfont") format("svg");
}

.hh-iconfont {
	font-family: "hh-iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}


/** 通用组件  */

.show {
	display: block;
}

.hide {
	display: none;
}

.short-line {
	font-size: 24px;
	color: #999;
}


/* 文字按钮 */

.hh-word-btn {
	color: #0F62FE;
}

.hh-word-btn:hover {
	color: #009DFE;
}

.hh-word-btn:active {
	color: #009DFE;
}


/* 带底色的按钮 */

.hh-btn {
	font-size: 14px;
	background-color: #0F62FE;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	height: 32px;
	line-height: 32px;
	padding: 0 14px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid transparent;
	cursor: pointer;
}

.hh-btn.hh-small-btn {
	margin-top: 4px;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
}

.hh-btn:disabled,
.hh-btn.disabled {
	cursor: not-allowed;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.hh-btn:not(:disabled):not(.disabled):not(.active):hover {
	background-color: #009DFE;
}

.hh-btn:not(:disabled):not(.disabled):not(.active):active {
	background-color: #009DFE;
}

.hh-btn.hh-default-btn {
	background-color: #fff;
	color: #0F62FE;
	border: 1px solid #0F62FE;
}

.hh-btn.hh-default-btn:not(:disabled):not(.disabled):not(.active):hover {
	color: #009DFE;
	border: 1px solid #009DFE;
	background-color: #fff;
}

.hh-btn.hh-default-btn:not(:disabled):not(.disabled):not(.active):active {
	color: #009DFE;
	border: 1px solid #009DFE;
	background-color: #fff;
}


/* 按钮组 */

.hh-btn-group {
	border-radius: 4px;
}

.hh-btn-group button,
.hh-btn-group div,
.hh-btn-group a {
	float: left;
	border-radius: 0;
	border-right: 1px solid #e5e5e5;
	border-left: none !important;
}

.hh-btn-group button:first-child,
.hh-btn-group div:first-child,
.hh-btn-group a:first-child {
	border-radius: 4px 0 0 4px;
	border-left: 1px solid #0F62FE !important;
}

.hh-btn-group button:last-child,
.hh-btn-group div:last-child,
.hh-btn-group a:last-child {
	border-radius: 0 4px 4px 0;
}

.hh-btn-group button.hh-btn.active,
.hh-btn-group div.hh-btn.active,
.hh-btn-group a.hh-btn.active {
	background-color: #009DFE;
}

.hh-btn-group button.hh-default-btn.active,
.hh-btn-group div.hh-default-btn.active,
.hh-btn-group a.hh-default-btn.active {
	color: #fff;
	background-color: #0F62FE;
}

.hh-prompt {
	color: #3bb4f2;
	cursor: pointer;
	font-weight: normal;
}


/* label input */

.hh-input-label {
	position: relative;
	margin-right: 12px;
	color: #666;
}

.hh-input-label .hh-prompt {
	position: absolute;
	top: 8px;
	right: -20px;
}

.hh-input-label .hh-prompt-new {
	position: absolute;
	top: 8px;
	right: -20px;
}

.hh-input-label .name {
	font-weight: 800 !important;
	float: left;
	height: 32px;
	line-height: 32px;
	width: 80px;
	text-align: right;
	margin-right: 8px;
}

.hh-input-label .name .hh-prompt {
	position: initial;
}

.hh-input-label .name .hh-prompt-new {
	position: initial;
}

.hh-input-label .name.big-size {
	width: 100px;
}

.hh-input-label .name.two-line {
	line-height: 20px;
}

.hh-input-label .name span {
	color: #e6322c;
	position: relative;
	top: 3px;
}

.hh-input-label .form-control {
	float: left;
	line-height: 32px;
	max-width: 85%;
	max-width: 100% \9;
}

.hh-input-label .form-control .edui-default .edui-editor-toolbarbox {
	line-height: 1.3;
}

.hh-input-label .form-control>input,
.hh-input-label .form-control>select {
	float: left;
}

.hh-input-label .form-control>span {
	float: left;
	margin: 0 10px;
	line-height: 32px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.hh-input-label .form-control {
		max-width: 100%;
	}
}

.hh-preview-img img {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 16px;
}

.show-option {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 5px;
}

.choose-date input.small-size {
	width: 140px;
}


/* input */

.hh-input,
.hh-textarea,
.show-option {
	width: 360px;
	min-height: 32px;
	height: 32px;
	line-height: 22px;
	padding-left: 12px;
	border: 1px solid #cfd7e6;
	border-radius: 4px;
	box-sizing: border-box;
}

.hh-input.readonly,
.hh-input.disabled,
.hh-textarea.readonly,
.hh-textarea.disabled,
.show-option.readonly,
.show-option.disabled {
	background-color: #f4f4f4;
}

.hh-input.small-size,
.hh-textarea.small-size,
.show-option.small-size {
	width: 170px;
}

.hh-input.small-size~.select-options,
.hh-input.small-size~.show-option,
.hh-textarea.small-size~.select-options,
.hh-textarea.small-size~.show-option,
.show-option.small-size~.select-options,
.show-option.small-size~.show-option {
	width: 170px;
}

.hh-input.smaller-size,
.hh-textarea.smaller-size,
.show-option.smaller-size {
	width: 113px;
	margin-left: 10px;
}

.hh-input.smaller-size:first-child,
.hh-textarea.smaller-size:first-child,
.show-option.smaller-size:first-child {
	margin-left: 0;
}

.hh-input.smaller-size~.select-options,
.hh-input.smaller-size~.show-option,
.hh-textarea.smaller-size~.select-options,
.hh-textarea.smaller-size~.show-option,
.show-option.smaller-size~.select-options,
.show-option.smaller-size~.show-option {
	width: 113px;
}

.hh-input:hover,
.hh-textarea:hover,
.show-option:hover {
	border-color: #009DFE;
}

.hh-input:hover~i,
.hh-textarea:hover~i,
.show-option:hover~i {
	color: #009DFE;
}

.hh-input:hover~.search-btn,
.hh-input:hover~.time-icon,
.hh-input:hover~.date-icon,
.hh-textarea:hover~.search-btn,
.hh-textarea:hover~.time-icon,
.hh-textarea:hover~.date-icon,
.show-option:hover~.search-btn,
.show-option:hover~.time-icon,
.show-option:hover~.date-icon {
	background-color: #009DFE;
}

.hh-input:hover~.add-btn,
.hh-input:hover~.subtract-btn,
.hh-textarea:hover~.add-btn,
.hh-textarea:hover~.subtract-btn,
.show-option:hover~.add-btn,
.show-option:hover~.subtract-btn {
	color: #009DFE;
	border-color: #009DFE;
	background-color: #fff;
}

.hh-input:active,
.hh-input:focus,
.hh-textarea:active,
.hh-textarea:focus,
.show-option:active,
.show-option:focus {
	border-color: #009DFE;
}

.hh-input:active~i,
.hh-input:focus~i,
.hh-textarea:active~i,
.hh-textarea:focus~i,
.show-option:active~i,
.show-option:focus~i {
	color: #009DFE;
}

.hh-input:active~.search-btn,
.hh-input:active~.time-icon,
.hh-input:active~.date-icon,
.hh-input:focus~.search-btn,
.hh-input:focus~.time-icon,
.hh-input:focus~.date-icon,
.hh-textarea:active~.search-btn,
.hh-textarea:active~.time-icon,
.hh-textarea:active~.date-icon,
.hh-textarea:focus~.search-btn,
.hh-textarea:focus~.time-icon,
.hh-textarea:focus~.date-icon,
.show-option:active~.search-btn,
.show-option:active~.time-icon,
.show-option:active~.date-icon,
.show-option:focus~.search-btn,
.show-option:focus~.time-icon,
.show-option:focus~.date-icon {
	background-color: #009DFE;
}

.hh-input:active~.add-btn,
.hh-input:active~.subtract-btn,
.hh-input:focus~.add-btn,
.hh-input:focus~.subtract-btn,
.hh-textarea:active~.add-btn,
.hh-textarea:active~.subtract-btn,
.hh-textarea:focus~.add-btn,
.hh-textarea:focus~.subtract-btn,
.show-option:active~.add-btn,
.show-option:active~.subtract-btn,
.show-option:focus~.add-btn,
.show-option:focus~.subtract-btn {
	color: #009DFE;
	border-color: #009DFE;
	background-color: #fff;
}

.hh-textarea {
	height: 120px;
	padding: 6px 4px 6px 12px;
	overflow: auto;
	vertical-align: top;
}

.hh-select {
	position: relative;
	float: left;
}

.hh-select.hh-add-select .hh-input,
.hh-select.hh-add-select .show-option {
	width: 290px;
}

.hh-select.hh-add-select+button {
	margin-left: 12px;
}

.hh-select .error {
	position: absolute;
	bottom: 0;
	left: 0;
}

.hh-select .error~.show-option {
	margin-bottom: 32px;
}

.hh-select>i {
	position: absolute;
	top: 0;
	right: 8px;
	line-height: 32px;
	font-size: 20px;
	color: #cfd7e6;
}

.hh-select>input {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: default;
}

.hh-select>input:hover~.show-option {
	border-color: #009DFE;
}

.hh-select>input:active~.show-option,
.hh-select>input:focus~.show-option {
	border-color: #009DFE;
}

.hh-select .select-options {
	display: none;
	border: 1px solid #cfd7e6;
	box-shadow: 0 2px 4px 0 #cfd7e6;
	border-radius: 4px;
	position: absolute;
	top: 35px;
	z-index: 1000;
	width: 360px;
	background-color: #fff;
	padding: 5px 0;
	max-height: 300px;
}

.hh-select .select-options .option {
	color: #666;
	font-size: 14px;
	position: relative;
	height: 36px;
	line-height: 36px;
	padding-left: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: default;
}

.hh-select .select-options .option i {
	position: absolute;
	top: 0;
	left: 15px;
	color: #0F62FE;
	font-size: 14px;
	display: none;
}

.hh-select .select-options .option:hover {
	background-color: #f4f6f9;
}

.hh-select .select-options .option.selected {
	background-color: #f4f6f9;
}

.hh-select .select-options .option.selected i {
	display: block;
}

.hh-icon {
	position: relative;
}

.hh-icon input:disabled+i {
	background-color: #f4f6f9;
}

.hh-icon i {
	position: absolute;
	top: 2px;
	right: 2px;
	line-height: 28px;
	padding: 0 8px;
	cursor: pointer;
	background-color: #fff;
	font-style: normal;
	color: #999;
}

.hh-icon i:hover {
	color: #009DFE;
}

.hh-icon i:active {
	color: #009DFE;
}

.hh-search,
.hh-search-prevent,
.hh-time,
.hh-date,
.hh-delete,
.hh-edit,
.hh-compute {
	position: relative;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.hh-search:hover input,
.hh-search-prevent:hover input,
.hh-time:hover input,
.hh-date:hover input,
.hh-delete:hover input,
.hh-edit:hover input,
.hh-compute:hover input {
	border-color: #009DFE;
}

.hh-search:hover i,
.hh-search-prevent:hover i,
.hh-time:hover i,
.hh-date:hover i,
.hh-delete:hover i,
.hh-edit:hover i,
.hh-compute:hover i {
	color: #009DFE;
}

.hh-search:hover .search-btn,
.hh-search:hover .time-icon,
.hh-search:hover .date-icon,
.hh-search-prevent:hover .search-btn,
.hh-search-prevent:hover .time-icon,
.hh-search-prevent:hover .date-icon,
.hh-time:hover .search-btn,
.hh-time:hover .time-icon,
.hh-time:hover .date-icon,
.hh-date:hover .search-btn,
.hh-date:hover .time-icon,
.hh-date:hover .date-icon,
.hh-delete:hover .search-btn,
.hh-delete:hover .time-icon,
.hh-delete:hover .date-icon,
.hh-edit:hover .search-btn,
.hh-edit:hover .time-icon,
.hh-edit:hover .date-icon,
.hh-compute:hover .search-btn,
.hh-compute:hover .time-icon,
.hh-compute:hover .date-icon {
	background-color: #009DFE;
}

.hh-search:hover .search-btn i,
.hh-search:hover .time-icon i,
.hh-search:hover .date-icon i,
.hh-search-prevent:hover .search-btn i,
.hh-search-prevent:hover .time-icon i,
.hh-search-prevent:hover .date-icon i,
.hh-time:hover .search-btn i,
.hh-time:hover .time-icon i,
.hh-time:hover .date-icon i,
.hh-date:hover .search-btn i,
.hh-date:hover .time-icon i,
.hh-date:hover .date-icon i,
.hh-delete:hover .search-btn i,
.hh-delete:hover .time-icon i,
.hh-delete:hover .date-icon i,
.hh-edit:hover .search-btn i,
.hh-edit:hover .time-icon i,
.hh-edit:hover .date-icon i,
.hh-compute:hover .search-btn i,
.hh-compute:hover .time-icon i,
.hh-compute:hover .date-icon i {
	color: #fff;
}

.hh-search:hover .add-btn,
.hh-search:hover .subtract-btn,
.hh-search-prevent:hover .add-btn,
.hh-search-prevent:hover .subtract-btn,
.hh-time:hover .add-btn,
.hh-time:hover .subtract-btn,
.hh-date:hover .add-btn,
.hh-date:hover .subtract-btn,
.hh-delete:hover .add-btn,
.hh-delete:hover .subtract-btn,
.hh-edit:hover .add-btn,
.hh-edit:hover .subtract-btn,
.hh-compute:hover .add-btn,
.hh-compute:hover .subtract-btn {
	color: #009DFE;
	border-color: #009DFE;
	background-color: #fff;
}

.hh-search .hh-input:focus,
.hh-search .hh-textarea:focus,
.hh-search .show-option:focus,
.hh-search .hh-compute:focus,
.hh-search-prevent .hh-input:focus,
.hh-search-prevent .hh-textarea:focus,
.hh-search-prevent .show-option:focus,
.hh-search-prevent .hh-compute:focus,
.hh-time .hh-input:focus,
.hh-time .hh-textarea:focus,
.hh-time .show-option:focus,
.hh-time .hh-compute:focus,
.hh-date .hh-input:focus,
.hh-date .hh-textarea:focus,
.hh-date .show-option:focus,
.hh-date .hh-compute:focus,
.hh-delete .hh-input:focus,
.hh-delete .hh-textarea:focus,
.hh-delete .show-option:focus,
.hh-delete .hh-compute:focus,
.hh-edit .hh-input:focus,
.hh-edit .hh-textarea:focus,
.hh-edit .show-option:focus,
.hh-edit .hh-compute:focus,
.hh-compute .hh-input:focus,
.hh-compute .hh-textarea:focus,
.hh-compute .show-option:focus,
.hh-compute .hh-compute:focus {
	border-color: #009DFE;
}

.hh-search .hh-input:focus~i,
.hh-search .hh-textarea:focus~i,
.hh-search .show-option:focus~i,
.hh-search .hh-compute:focus~i,
.hh-search-prevent .hh-input:focus~i,
.hh-search-prevent .hh-textarea:focus~i,
.hh-search-prevent .show-option:focus~i,
.hh-search-prevent .hh-compute:focus~i,
.hh-time .hh-input:focus~i,
.hh-time .hh-textarea:focus~i,
.hh-time .show-option:focus~i,
.hh-time .hh-compute:focus~i,
.hh-date .hh-input:focus~i,
.hh-date .hh-textarea:focus~i,
.hh-date .show-option:focus~i,
.hh-date .hh-compute:focus~i,
.hh-delete .hh-input:focus~i,
.hh-delete .hh-textarea:focus~i,
.hh-delete .show-option:focus~i,
.hh-delete .hh-compute:focus~i,
.hh-edit .hh-input:focus~i,
.hh-edit .hh-textarea:focus~i,
.hh-edit .show-option:focus~i,
.hh-edit .hh-compute:focus~i,
.hh-compute .hh-input:focus~i,
.hh-compute .hh-textarea:focus~i,
.hh-compute .show-option:focus~i,
.hh-compute .hh-compute:focus~i {
	color: #009DFE;
}

.hh-search .hh-input:focus~.search-btn,
.hh-search .hh-input:focus~.time-icon,
.hh-search .hh-input:focus~.date-icon,
.hh-search .hh-textarea:focus~.search-btn,
.hh-search .hh-textarea:focus~.time-icon,
.hh-search .hh-textarea:focus~.date-icon,
.hh-search .show-option:focus~.search-btn,
.hh-search .show-option:focus~.time-icon,
.hh-search .show-option:focus~.date-icon,
.hh-search .hh-compute:focus~.search-btn,
.hh-search .hh-compute:focus~.time-icon,
.hh-search .hh-compute:focus~.date-icon,
.hh-search-prevent .hh-input:focus~.search-btn,
.hh-search-prevent .hh-input:focus~.time-icon,
.hh-search-prevent .hh-input:focus~.date-icon,
.hh-search-prevent .hh-textarea:focus~.search-btn,
.hh-search-prevent .hh-textarea:focus~.time-icon,
.hh-search-prevent .hh-textarea:focus~.date-icon,
.hh-search-prevent .show-option:focus~.search-btn,
.hh-search-prevent .show-option:focus~.time-icon,
.hh-search-prevent .show-option:focus~.date-icon,
.hh-search-prevent .hh-compute:focus~.search-btn,
.hh-search-prevent .hh-compute:focus~.time-icon,
.hh-search-prevent .hh-compute:focus~.date-icon,
.hh-time .hh-input:focus~.search-btn,
.hh-time .hh-input:focus~.time-icon,
.hh-time .hh-input:focus~.date-icon,
.hh-time .hh-textarea:focus~.search-btn,
.hh-time .hh-textarea:focus~.time-icon,
.hh-time .hh-textarea:focus~.date-icon,
.hh-time .show-option:focus~.search-btn,
.hh-time .show-option:focus~.time-icon,
.hh-time .show-option:focus~.date-icon,
.hh-time .hh-compute:focus~.search-btn,
.hh-time .hh-compute:focus~.time-icon,
.hh-time .hh-compute:focus~.date-icon,
.hh-date .hh-input:focus~.search-btn,
.hh-date .hh-input:focus~.time-icon,
.hh-date .hh-input:focus~.date-icon,
.hh-date .hh-textarea:focus~.search-btn,
.hh-date .hh-textarea:focus~.time-icon,
.hh-date .hh-textarea:focus~.date-icon,
.hh-date .show-option:focus~.search-btn,
.hh-date .show-option:focus~.time-icon,
.hh-date .show-option:focus~.date-icon,
.hh-date .hh-compute:focus~.search-btn,
.hh-date .hh-compute:focus~.time-icon,
.hh-date .hh-compute:focus~.date-icon,
.hh-delete .hh-input:focus~.search-btn,
.hh-delete .hh-input:focus~.time-icon,
.hh-delete .hh-input:focus~.date-icon,
.hh-delete .hh-textarea:focus~.search-btn,
.hh-delete .hh-textarea:focus~.time-icon,
.hh-delete .hh-textarea:focus~.date-icon,
.hh-delete .show-option:focus~.search-btn,
.hh-delete .show-option:focus~.time-icon,
.hh-delete .show-option:focus~.date-icon,
.hh-delete .hh-compute:focus~.search-btn,
.hh-delete .hh-compute:focus~.time-icon,
.hh-delete .hh-compute:focus~.date-icon,
.hh-edit .hh-input:focus~.search-btn,
.hh-edit .hh-input:focus~.time-icon,
.hh-edit .hh-input:focus~.date-icon,
.hh-edit .hh-textarea:focus~.search-btn,
.hh-edit .hh-textarea:focus~.time-icon,
.hh-edit .hh-textarea:focus~.date-icon,
.hh-edit .show-option:focus~.search-btn,
.hh-edit .show-option:focus~.time-icon,
.hh-edit .show-option:focus~.date-icon,
.hh-edit .hh-compute:focus~.search-btn,
.hh-edit .hh-compute:focus~.time-icon,
.hh-edit .hh-compute:focus~.date-icon,
.hh-compute .hh-input:focus~.search-btn,
.hh-compute .hh-input:focus~.time-icon,
.hh-compute .hh-input:focus~.date-icon,
.hh-compute .hh-textarea:focus~.search-btn,
.hh-compute .hh-textarea:focus~.time-icon,
.hh-compute .hh-textarea:focus~.date-icon,
.hh-compute .show-option:focus~.search-btn,
.hh-compute .show-option:focus~.time-icon,
.hh-compute .show-option:focus~.date-icon,
.hh-compute .hh-compute:focus~.search-btn,
.hh-compute .hh-compute:focus~.time-icon,
.hh-compute .hh-compute:focus~.date-icon {
	background-color: #009DFE;
}

.hh-search .hh-input:focus~.add-btn,
.hh-search .hh-input:focus~.subtract-btn,
.hh-search .hh-textarea:focus~.add-btn,
.hh-search .hh-textarea:focus~.subtract-btn,
.hh-search .show-option:focus~.add-btn,
.hh-search .show-option:focus~.subtract-btn,
.hh-search .hh-compute:focus~.add-btn,
.hh-search .hh-compute:focus~.subtract-btn,
.hh-search-prevent .hh-input:focus~.add-btn,
.hh-search-prevent .hh-input:focus~.subtract-btn,
.hh-search-prevent .hh-textarea:focus~.add-btn,
.hh-search-prevent .hh-textarea:focus~.subtract-btn,
.hh-search-prevent .show-option:focus~.add-btn,
.hh-search-prevent .show-option:focus~.subtract-btn,
.hh-search-prevent .hh-compute:focus~.add-btn,
.hh-search-prevent .hh-compute:focus~.subtract-btn,
.hh-time .hh-input:focus~.add-btn,
.hh-time .hh-input:focus~.subtract-btn,
.hh-time .hh-textarea:focus~.add-btn,
.hh-time .hh-textarea:focus~.subtract-btn,
.hh-time .show-option:focus~.add-btn,
.hh-time .show-option:focus~.subtract-btn,
.hh-time .hh-compute:focus~.add-btn,
.hh-time .hh-compute:focus~.subtract-btn,
.hh-date .hh-input:focus~.add-btn,
.hh-date .hh-input:focus~.subtract-btn,
.hh-date .hh-textarea:focus~.add-btn,
.hh-date .hh-textarea:focus~.subtract-btn,
.hh-date .show-option:focus~.add-btn,
.hh-date .show-option:focus~.subtract-btn,
.hh-date .hh-compute:focus~.add-btn,
.hh-date .hh-compute:focus~.subtract-btn,
.hh-delete .hh-input:focus~.add-btn,
.hh-delete .hh-input:focus~.subtract-btn,
.hh-delete .hh-textarea:focus~.add-btn,
.hh-delete .hh-textarea:focus~.subtract-btn,
.hh-delete .show-option:focus~.add-btn,
.hh-delete .show-option:focus~.subtract-btn,
.hh-delete .hh-compute:focus~.add-btn,
.hh-delete .hh-compute:focus~.subtract-btn,
.hh-edit .hh-input:focus~.add-btn,
.hh-edit .hh-input:focus~.subtract-btn,
.hh-edit .hh-textarea:focus~.add-btn,
.hh-edit .hh-textarea:focus~.subtract-btn,
.hh-edit .show-option:focus~.add-btn,
.hh-edit .show-option:focus~.subtract-btn,
.hh-edit .hh-compute:focus~.add-btn,
.hh-edit .hh-compute:focus~.subtract-btn,
.hh-compute .hh-input:focus~.add-btn,
.hh-compute .hh-input:focus~.subtract-btn,
.hh-compute .hh-textarea:focus~.add-btn,
.hh-compute .hh-textarea:focus~.subtract-btn,
.hh-compute .show-option:focus~.add-btn,
.hh-compute .show-option:focus~.subtract-btn,
.hh-compute .hh-compute:focus~.add-btn,
.hh-compute .hh-compute:focus~.subtract-btn {
	color: #009DFE;
	border-color: #009DFE;
	background-color: #fff;
}

.hh-search .search-btn,
.hh-search .time-icon,
.hh-search .date-icon,
.hh-search .delete-icon,
.hh-search .edit-icon,
.hh-search-prevent .search-btn,
.hh-search-prevent .time-icon,
.hh-search-prevent .date-icon,
.hh-search-prevent .delete-icon,
.hh-search-prevent .edit-icon,
.hh-time .search-btn,
.hh-time .time-icon,
.hh-time .date-icon,
.hh-time .delete-icon,
.hh-time .edit-icon,
.hh-date .search-btn,
.hh-date .time-icon,
.hh-date .date-icon,
.hh-date .delete-icon,
.hh-date .edit-icon,
.hh-delete .search-btn,
.hh-delete .time-icon,
.hh-delete .date-icon,
.hh-delete .delete-icon,
.hh-delete .edit-icon,
.hh-edit .search-btn,
.hh-edit .time-icon,
.hh-edit .date-icon,
.hh-edit .delete-icon,
.hh-edit .edit-icon,
.hh-compute .search-btn,
.hh-compute .time-icon,
.hh-compute .date-icon,
.hh-compute .delete-icon,
.hh-compute .edit-icon {
	background-color: #cfd7e6;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 32px;
	font-size: 18px;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	border-radius: 0 4px 4px 0;
	color: #fff;
	cursor: default;
	pointer-events: none;
}

.hh-search .search-btn i,
.hh-search .time-icon i,
.hh-search .date-icon i,
.hh-search .delete-icon i,
.hh-search .edit-icon i,
.hh-search-prevent .search-btn i,
.hh-search-prevent .time-icon i,
.hh-search-prevent .date-icon i,
.hh-search-prevent .delete-icon i,
.hh-search-prevent .edit-icon i,
.hh-time .search-btn i,
.hh-time .time-icon i,
.hh-time .date-icon i,
.hh-time .delete-icon i,
.hh-time .edit-icon i,
.hh-date .search-btn i,
.hh-date .time-icon i,
.hh-date .date-icon i,
.hh-date .delete-icon i,
.hh-date .edit-icon i,
.hh-delete .search-btn i,
.hh-delete .time-icon i,
.hh-delete .date-icon i,
.hh-delete .delete-icon i,
.hh-delete .edit-icon i,
.hh-edit .search-btn i,
.hh-edit .time-icon i,
.hh-edit .date-icon i,
.hh-edit .delete-icon i,
.hh-edit .edit-icon i,
.hh-compute .search-btn i,
.hh-compute .time-icon i,
.hh-compute .date-icon i,
.hh-compute .delete-icon i,
.hh-compute .edit-icon i {
	font-size: 18px;
}

.hh-search button.search-btn {
	pointer-events: auto;
	cursor: pointer;
}

.hh-search-prevent .hh-btn {
	margin-bottom: 6px;
}

.hh-search-prevent .hh-textarea {
	display: block;
	position: relative;
	z-index: 99;
	resize: none;
}

.hh-search-prevent .hh-textarea+input+div+.search-btn,
.hh-search-prevent .hh-textarea+label+input+div+.search-btn {
	display: none;
}

.hh-search-prevent .hh-search-total-num {
	position: absolute;
	top: 0;
	left: 80px;
	line-height: 32px;
}

.hh-search-prevent .hh-search-total-num span {
	display: inline-block;
	margin: 0 2px;
	color: #e6322c;
}

.hh-compute {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.hh-compute>div {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 24px;
	cursor: default;
	border: 1px solid #cfd7e6;
	user-select: none;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Chrome/Safari/Opera */
	-khtml-user-select: none;
	/* Konqueror */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
}

.hh-compute>div.disabled {
	background-color: #f4f6f9;
}

.hh-compute>div.add-btn {
	font-size: 18px;
	right: 32px;
	border-right: none;
	background-color: #fff;
}

.hh-compute>div.subtract-btn {
	border-radius: 0 4px 4px 0;
	background-color: #fff;
}


/* hh-checkbox, .hh-radio, .hh-switch */

.hh-checkbox,
.hh-radio,
.hh-switch {
	position: relative;
	font-weight: normal;
	user-select: none;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Chrome/Safari/Opera */
	-khtml-user-select: none;
	/* Konqueror */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	overflow: hidden;
	cursor: pointer;
}

.hh-checkbox span,
.hh-radio span,
.hh-switch span {
	float: right;
}

.hh-checkbox i,
.hh-radio i,
.hh-switch i {
	float: right;
	margin-right: 6px;
	color: #cfd7e6;
	position: relative;
	left: 1px;
}

.hh-checkbox i:hover,
.hh-radio i:hover,
.hh-switch i:hover {
	color: #009DFE;
}

.hh-checkbox i.checked,
.hh-checkbox i.disabled,
.hh-radio i.checked,
.hh-radio i.disabled,
.hh-switch i.checked,
.hh-switch i.disabled {
	display: none;
}

.hh-checkbox.checked i,
.hh-radio.checked i,
.hh-switch.checked i {
	display: none;
}

.hh-checkbox.checked i.checked,
.hh-radio.checked i.checked,
.hh-switch.checked i.checked {
	display: inline;
	color: #0F62FE;
}

.hh-checkbox input,
.hh-radio input,
.hh-switch input {
	display: none;
	display: inline \9;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	left: -10000px;
	z-index: -1;
}

.hh-checkbox input:checked~i,
.hh-radio input:checked~i,
.hh-switch input:checked~i {
	display: none;
}

.hh-checkbox input:checked~i.checked,
.hh-radio input:checked~i.checked,
.hh-switch input:checked~i.checked {
	display: inline;
	color: #0F62FE;
}

.hh-checkbox.disabled i,
.hh-radio.disabled i {
	color: #ccc !important;
	background-color: #eee;
	height: 16px;
	line-height: 16px;
	margin-top: 8px;
	border-radius: 100%;
}

.hh-checkbox.checked.disabled i,
.hh-radio.checked.disabled i {
	display: none;
}

.hh-checkbox.checked.disabled i.checked,
.hh-radio.checked.disabled i.checked {
	display: inline;
	color: #ccc;
	background-color: transparent;
}

.hh-checkbox input:disabled~i,
.hh-radio input:disabled~i {
	color: #ccc;
	background-color: #eee;
	height: 16px;
	line-height: 16px;
	margin-top: 8px;
	border-radius: 100%;
}

.hh-checkbox input:checked:disabled~i,
.hh-radio input:checked:disabled~i {
	display: none;
}

.hh-checkbox input:checked:disabled~i.checked,
.hh-radio input:checked:disabled~i.checked {
	display: inline;
	color: #ccc;
}

.hh-switch i {
	font-size: 22px;
}

.hh-switch.disabled i {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.hh-switch input:disabled~i {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.hh-radio-inline.hh-left .hh-radio,
.hh-radio-inline.hh-left .hh-checkbox,
.hh-checkbox-inline.hh-left .hh-radio,
.hh-checkbox-inline.hh-left .hh-checkbox {
	width: 150px;
	margin-right: 0 !important;
}

.hh-radio-inline.hh-left .hh-radio span,
.hh-radio-inline.hh-left .hh-radio i,
.hh-radio-inline.hh-left .hh-checkbox span,
.hh-radio-inline.hh-left .hh-checkbox i,
.hh-checkbox-inline.hh-left .hh-radio span,
.hh-checkbox-inline.hh-left .hh-radio i,
.hh-checkbox-inline.hh-left .hh-checkbox span,
.hh-checkbox-inline.hh-left .hh-checkbox i {
	float: left;
}

.hh-radio-inline .hh-radio,
.hh-radio-inline .hh-checkbox,
.hh-checkbox-inline .hh-radio,
.hh-checkbox-inline .hh-checkbox {
	float: left;
	margin-right: 44px;
	height: 32px;
	line-height: 32px;
}

.hh-radio-inline .hh-radio:last-child,
.hh-radio-inline .hh-checkbox:last-child,
.hh-checkbox-inline .hh-radio:last-child,
.hh-checkbox-inline .hh-checkbox:last-child {
	margin-right: 0;
}

th .hh-checkbox .infinite-check-all~i,
th .hh-checkbox .infinite-check-all~span,
th .hh-radio .infinite-check-all~i,
th .hh-radio .infinite-check-all~span,
th .hh-switch .infinite-check-all~i,
th .hh-switch .infinite-check-all~span,
td .hh-checkbox .infinite-check-all~i,
td .hh-checkbox .infinite-check-all~span,
td .hh-radio .infinite-check-all~i,
td .hh-radio .infinite-check-all~span,
td .hh-switch .infinite-check-all~i,
td .hh-switch .infinite-check-all~span,
#infinite-sort .hh-checkbox .infinite-check-all~i,
#infinite-sort .hh-checkbox .infinite-check-all~span,
#infinite-sort .hh-radio .infinite-check-all~i,
#infinite-sort .hh-radio .infinite-check-all~span,
#infinite-sort .hh-switch .infinite-check-all~i,
#infinite-sort .hh-switch .infinite-check-all~span {
	float: right;
}

th .hh-checkbox i,
th .hh-radio i,
th .hh-switch i,
td .hh-checkbox i,
td .hh-radio i,
td .hh-switch i,
#infinite-sort .hh-checkbox i,
#infinite-sort .hh-radio i,
#infinite-sort .hh-switch i {
	float: inherit;
}

th .hh-checkbox span,
th .hh-radio span,
th .hh-switch span,
td .hh-checkbox span,
td .hh-radio span,
td .hh-switch span,
#infinite-sort .hh-checkbox span,
#infinite-sort .hh-radio span,
#infinite-sort .hh-switch span {
	float: inherit;
}

.hh-iframe {
	background-color: #fff;
	min-height: 100%;
	border: 20px solid #EFF3F5;
	border-radius: 4px;
}

.hh-iframe>.nav-route {
	padding-right: 20px;
	padding-top: 20px;
}

.hh-iframe .admin-home .module-items {
	background-color: #fff;
	padding: 30px 20px;
	border-radius: 0 0 4px 4px;
}

.hh-load {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1001;
	background: rgba(0, 0, 0, 0.8);
}

.hh-load img {
	position: absolute;
	top: 46%;
	left: 46%;
}


/* modal */

.modal {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.modal .modal-mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.modal .modal-content {
	position: relative;
	z-index: 1001;
	width: 640px;
	margin: 5% auto 0 auto;
	margin: 50px auto 0 auto;
	border-radius: 4px;
	background-color: #fff;
	padding: 20px;
}

.modal .modal-content.big-modal {
	width: 800px;
}

.modal .modal-content .modal-header {
	margin-bottom: 22px;
	line-height: 28px;
}

.modal .modal-content .modal-header .modal-title {
	float: left;
	font-size: 18px;
}

.modal .modal-content .modal-header i {
	float: right;
	cursor: pointer;
	color: #999;
	font-size: 12px;
}

.modal .modal-content .modal-header i:hover {
	color: #666;
}

.modal .modal-content .modal-header i:active {
	color: #333;
}

.modal .modal-content .modal-body {
	overflow-y: auto;
	color: #666;
}

.modal .modal-content .modal-body .hh-input-label {
	margin: 16px 0;
}

.modal .modal-content .modal-body .hh-input-label:first-child {
	margin-top: 0;
}

.modal .modal-content .modal-body .hh-input-label .name {
	width: 90px;
}

.modal .modal-content .modal-body img {
	margin-left: 10%;
	width: 80%;
}

.modal .modal-content .modal-body .hh-search {
	float: inherit;
}

.modal .modal-content .modal-body .hh-table {
	margin-top: 0;
}

.modal .modal-content .modal-body #infinite-sort {
	overflow-y: auto;
}

.modal .modal-content .modal-footer {
	margin-top: 36px;
}

.modal .modal-content .modal-footer button {
	float: right;
	margin-left: 16px;
}

.confirm-modal .modal-content {
	width: 380px;
}

.confirm-modal .modal-footer {
	margin-top: 32px;
}


/* alert-modal */

.hh-alert {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	display: none;
}

.hh-alert .hh-mask {
	height: 100%;
	background-color: #000;
	opacity: 0;
	filter: alpha(opacity=0);
}

.hh-alert .hh-container {
	background-color: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	border-radius: 6px;
	position: absolute;
	top: 100px;
	left: 46%;
	color: #fff;
	padding: 20px;
	max-width: 200px;
}

label.error {
	color: #e6322c;
	font-size: 12px;
	display: block;
}

label.error+div {
	bottom: 34px !important;
}

label.error+.select-options {
	bottom: auto !important;
}


/* tab-pane */

.hh-nav-tabs {
	border-bottom: 1px solid #e5e5e5;
}

.hh-nav-tabs li {
	margin-right: 2px;
	margin-bottom: -1px;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	color: #999;
	cursor: pointer;
	border: 1px solid #e5e5e5;
}

.hh-nav-tabs li:hover {
	color: #009DFE;
}

.hh-nav-tabs li.active {
	color: #0F62FE;
	border-bottom-color: #fff;
}

.hh-tab-panes .tab-pane {
	display: none;
}


/** 项目组件组合样式  */


/* 顶部 */

.hh-header {
	padding: 20px 20px 20px 0;
	/* 操作 */
}

.hh-header .page-title {
	border-left: 6px solid #0F62FE;
	float: left;
	height: 32px;
	line-height: 32px;
	padding-left: 16px;
	font-size: 18px;
}

.hh-header .operate-btns {
	float: right;
	border-radius: 4px 4px 0 0;
}

.hh-header .operate-btns .operate-item {
	float: right;
	margin-left: 8px;
}


/* 筛选 */

.hh-filter {
	margin: 0 20px;
	border: 1px solid #e5e5e5;
}

.hh-filter .default-filter {
	background-color: #f4f6f9;
	padding: 12px;
	position: relative;
}

.hh-filter .default-filter>div {
	float: left;
}

.hh-filter .default-filter .panel {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 46px;
	background-color: #fff;
	border: 1px solid #cfd7e6;
	box-shadow: 0 2px 4px 0 #cfd7e6;
	border-radius: 4px;
	width: 360px;
	padding-bottom: 5px;
	max-height: 324px;
	overflow-y: auto;
}

.hh-filter .default-filter .panel button {
	width: 100%;
	background-color: #fff;
	padding: 5px 12px;
	margin-top: 5px;
	cursor: default;
	color: #666;
	text-align: left;
}

.hh-filter .default-filter .panel button span {
	display: none;
}

.hh-filter .default-filter .panel button span:first-child {
	display: block;
}

.hh-filter .default-filter .panel button:hover {
	background-color: #f4f6f9;
}

.hh-filter .default-filter .filter-switch {
	overflow: hidden;
	float: left;
	margin-left: 24px;
	border: 1px solid #cfd7e6;
	color: #999;
	height: 32px;
	line-height: 32px;
	background-color: #fff;
	padding: 0 8px 0 12px;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
}

.hh-filter .default-filter .filter-switch i {
	color: #cfd7e6;
	float: right;
	transition: 0.3s;
}

.hh-filter .default-filter .filter-switch i.active {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari and Chrome */
	-o-transform: rotate(180deg);
	/* Opera */
}

.hh-filter .filter-detail {
	display: none;
	padding-top: 22px;
	border-top: 1px solid #e5e5e5;
}

.hh-filter .filter-detail .filter-item>div,
.hh-filter .filter-detail .filter-item>.operate-btns {
	float: left;
	margin-bottom: 16px;
}

.hh-filter .filter-detail .filter-item .operate-btns button {
	float: left;
	margin-left: 12px;
}

.hh-filter .filter-detail .filter-item .operate-btns button i {
	font-size: 13px;
	position: relative;
	left: -2px;
}


/* hh-group */

.hh-group {
	margin: 0 0 20px 20px;
}

.hh-group .hh-table {
	margin: 0 20px 0 0;
}

.hh-group .group-title {
	border-bottom: 2px solid #e5e5e5;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
}

.hh-group .group-title span {
	color: #999;
	display: none;
}

.hh-group .group-info {
	padding: 30px 0 14px 0;
}

.hh-group .group-info.preview-effect {
	padding-right: 20px;
}

.hh-group .group-info.preview-effect .banner {
	background-color: #f4f4f4;
	text-align: center;
	width: 80%;
	margin: 0 10%;
}

.hh-group .group-info.preview-effect .banner img {
	width: 490px;
	height: 240px;
}

.hh-group .group-info .group-item.long-item .hh-input-label {
	float: inherit;
}

.hh-group .group-info .group-item.long-item .hh-input-label .form-control {
	max-width: 79%;
}

.hh-group .group-info .group-item.long-item .list {
	margin-bottom: 8px;
}

.hh-group .group-info .group-item .hh-input-label {
	margin: 0 25px 16px 0;
	float: left;
}

.hh-group .group-info .group-item .hh-input-label>span {
	line-height: 32px;
	margin: 0 10px;
}

.hh-group .group-info .group-item .hh-input-label .name {
	width: 120px;
}

.hh-group .group-info .group-item .hh-input-label .name.auto {
	width: auto;
}

.hh-group .group-info .group-item .hh-input-label .name b {
	font-weight: normal;
}

#main-form {
	position: relative;
	padding-bottom: 72px;
}

#main-form .group-operate {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #f4f6f9;
	height: 72px;
	text-align: center;
	padding-top: 20px;
	box-sizing: border-box;
	vertical-align: top;
}

#main-form .group-operate .hh-container {
	display: inline-block;
	vertical-align: top;
}

#main-form .group-operate .hh-container a {
	float: left;
}

#main-form .group-operate .hh-container button {
	float: left;
	margin-left: 40px;
}

.hh-attachment-lists .list {
	width: 500px;
	margin-top: 12px;
}

.hh-attachment-lists .list:hover {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000);
	background: rgba(244, 246, 249, 0.5);
}

.hh-attachment-lists .list:hover .detail .status i {
	display: none;
}

.hh-attachment-lists .list:hover .detail .status i.delete-file {
	display: inline;
}

.hh-attachment-lists .list.fail:hover .detail .process {
	display: none;
}

.hh-attachment-lists .list.fail:hover .detail .process~.status {
	display: inline;
}

.hh-attachment-lists .list.fail .detail .process {
	color: #e6322c;
}

.hh-attachment-lists .list.fail .process-bar .done {
	background-color: #e6322c;
}

.hh-attachment-lists .list .detail {
	width: 85%;
	height: 28px;
	line-height: 28px;
	padding: 0 8px;
	float: left;
}

.hh-attachment-lists .list .detail .file-name {
	color: #666;
	width: 90%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}

.hh-attachment-lists .list .detail .process {
	color: #666;
}

.hh-attachment-lists .list .detail .process~.status {
	display: none;
}

.hh-attachment-lists .list .detail .process,
.hh-attachment-lists .list .detail .status {
	float: right;
}

.hh-attachment-lists .list .detail .status i {
	font-size: 12px;
	color: #0F62FE;
	cursor: pointer;
}

.hh-attachment-lists .list .detail .status i.delete-file {
	display: none;
	color: #8A98B0;
}

.hh-attachment-lists .list a {
	float: right;
	margin-right: 6px;
	height: 28px;
	line-height: 28px;
}

.hh-attachment-lists .list .process-bar {
	position: relative;
	top: 28px;
	background-color: #f4f6f9;
	width: 100%;
	height: 8px;
	border-radius: 16px;
}

.hh-attachment-lists .list .process-bar .done {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #0F62FE;
	height: 8px;
	border-radius: 16px;
}

.hh-img-lists {
	height: 80px;
}

.hh-img-lists .add-file-btn {
	float: left;
	margin-right: 16px;
	font-size: 50px;
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-family: 'simsun' !important;
	color: #0F62FE;
	border: 1px dashed #0F62FE;
	border-radius: 4px;
	cursor: pointer;
}

.hh-img-lists .add-file-btn span {
	font-size: 14px;
	line-height: 80px;
	display: block;
}

.hh-img-lists .add-file-btn:hover {
	color: #009DFE;
	border-color: #009DFE;
}

.hh-img-lists .add-file-btn:active {
	color: #009DFE;
	border-color: #009DFE;
}

.hh-img-lists .tip {
	float: left;
	line-height: 80px;
	color: #999;
}

.hh-img-lists .list {
	position: relative;
	float: left;
	margin: 0 16px 4px 0;
	width: 80px;
	height: 100%;
}

.hh-img-lists .list:hover .musk,
.hh-img-lists .list:hover .operate {
	display: block;
}

.hh-img-lists .list.fail .status {
	width: 23px;
	height: 23px;
}

.hh-img-lists .list.fail .status div {
	width: 23px;
	height: 23px;
	display: none;
}

.hh-img-lists .list.fail .status div.fail {
	display: block;
}

.hh-img-lists .list.fail .process {
	color: #e6322c;
}

.hh-img-lists .list.fail .musk {
	display: block;
}

.hh-img-lists .list img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.hh-img-lists .list .status {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.hh-img-lists .list .status div {
	width: 23px;
	height: 23px;
	color: #fff;
}

.hh-img-lists .list .status div.success {
	background: url(hhUI/img/success-icon.png) no-repeat;
}

.hh-img-lists .list .status div.fail {
	display: none;
	background: url(hhUI/img/fail-icon.png) no-repeat;
}

.hh-img-lists .list .operate {
	display: none;
}

.hh-img-lists .list .operate .preview-img,
.hh-img-lists .list .operate .delete-img {
	cursor: default;
	color: #fff;
	position: absolute;
	top: 24px;
	left: 16px;
	z-index: 10;
}

.hh-img-lists .list .operate .delete-img {
	left: 48px;
}

.hh-img-lists .list .process {
	position: absolute;
	z-index: 10;
	bottom: 16px;
	color: #666;
	width: 100%;
	text-align: center;
	line-height: 1;
	cursor: default;
}

.hh-img-lists .list .musk {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 4px;
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}


/* 附件 */

.hh-group .attachment-group {
	margin-left: 44px;
}


/* 无限分类 */

#infinite-sort {
	margin: 16px 16px 16px 0;
	border: 1px solid #e5e5e5;
	padding: 10px;
	width: 100%;
	float: left;
}

#infinite-sort div {
	display: block;
	line-height: 30px;
}

#infinite-sort div:hover {
	background-color: #f4f4f4;
}

#infinite-sort div input {
	margin-top: 9px;
}

#infinite-sort>.checkbox-inline .hh-checkbox i,
#infinite-sort>.checkbox-inline .hh-radio i {
	margin-right: 0;
}

#infinite-sort .checkbox-inline i.slide-icon {
	cursor: default;
	font-size: 18px;
	display: inline;
}

#infinite-sort .checkbox-inline i.slide-icon.slide-active {
	display: none;
}

#infinite-sort .checkbox-inline.active {
	background-color: #eee;
}

#infinite-sort .checkbox-inline.slide-active i.slide-icon {
	display: none;
}

#infinite-sort .checkbox-inline.slide-active i.slide-icon.slide-active {
	display: inline;
}

#infinite-sort .infinite-container {
	display: none;
}

#infinite-sort .infinite-container:hover {
	background-color: #fff;
}

#infinite-sort .infinite-container>div {
	margin-left: 20px;
}

.back-last-page {
	display: inline-block;
	margin: 10px 0 -10px 32px;
}

.back-last-page i,
.back-last-page span {
	color: #333;
	float: left;
	margin-right: 6px;
	font-size: 14px;
	line-height: 20px;
}


/*14 * n  +  10 + 10 + 2*/

.col-1 {
	width: 36px;
}

.col-2 {
	width: 50px;
}

.col-3 {
	width: 64px;
}

.col-4 {
	width: 78px;
}

.col-5 {
	width: 92px;
}

.col-6 {
	width: 106px;
}

.col-7 {
	width: 120px;
}

.col-8 {
	width: 134px;
}

.col-9 {
	width: 148px;
}

.col-10 {
	width: 162px;
}

.col-11 {
	width: 176px;
}

.col-12 {
	width: 190px;
}

.col-13 {
	width: 204px;
}

.col-14 {
	width: 218px;
}

.col-15 {
	width: 232px;
}

.col-16 {
	width: 246px;
}

.col-17 {
	width: 260px;
}

.col-18 {
	width: 274px;
}

.col-19 {
	width: 288px;
}

.col-20 {
	width: 302px;
}

.col-22 {
	width: 330px;
}

.col-25 {
	width: 372px;
}

.col-26 {
	width: 386px;
}

.col-27 {
	width: 400px;
}

.col-28 {
	width: 414px;
}

.col-29 {
	width: 428px;
}


/* 列固定左边距 */

.hh-fixed-1 {
	left: 36px;
}

.hh-fixed-2 {
	left: 50px;
}

.hh-fixed-3 {
	left: 64px;
}

.hh-fixed-4 {
	left: 78px;
}

.hh-fixed-5 {
	left: 92px;
}

.hh-fixed-6 {
	left: 106px;
}

.hh-fixed-7 {
	left: 120px;
}

.hh-fixed-8 {
	left: 134px;
}

.hh-fixed-9 {
	left: 148px;
}

.hh-fixed-10 {
	left: 162px;
}

.hh-fixed-11 {
	left: 176px;
}

.hh-fixed-12 {
	left: 190px;
}

.hh-fixed-13 {
	left: 204px;
}

.hh-fixed-14 {
	left: 218px;
}

.hh-fixed-15 {
	left: 232px;
}

.hh-fixed-16 {
	left: 246px;
}

.hh-fixed-17 {
	left: 260px;
}

.hh-fixed-18 {
	left: 274px;
}

.hh-fixed-19 {
	left: 288px;
}

.hh-fixed-20 {
	left: 302px;
}

.hh-fixed-22 {
	left: 330px;
}

.hh-fixed-25 {
	left: 372px;
}

.hh-fixed-26 {
	left: 386px;
}

.hh-fixed-27 {
	left: 400px;
}

.hh-fixed-28 {
	left: 414px;
}

.hh-fixed-29 {
	left: 428px;
}

.hh-table {
	margin: 20px;
	padding: 0;
	overflow: auto;
}

.hh-table table {
	table-layout: fixed;
	font-size: 14px;
	/* width: 100%; */
	width: 99%;
}

.hh-table table .hh-checkbox {
	position: relative;
	top: 1px;
}

.hh-table table .hh-switch {
	position: relative;
	top: 2px;
}

.hh-table table thead {
	width: 100%;
	background-color: #f4f6f9;
	border: 1px solid #e5e5e5;
}

.hh-table table thead tr {
	height: 44px;
	line-height: 22px;
	font-weight: bold;
}

.hh-table table tbody {
	width: 100%;
}

.hh-table table tbody tr {
	height: 36px;
	line-height: 20px;
	padding: 8px 0;
	border: 1px solid #e5e5e5;
}

.hh-table table tbody tr.not-read {
	font-weight: bold;
}

.hh-table table tbody tr.not-read .read-icons img {
	height: 12px;
	display: inline;
}

.hh-table table tbody tr.not-read .read-icons img.not-read-icon {
	display: none;
}

.hh-table table tbody tr:hover {
	background-color: #f4f6f9;
}

.hh-table table tbody tr.tr-info {
	background-color: #fff;
}

.hh-table table tbody tr.tr-title {
	background-color: #fafafa;
}

.hh-table table tbody tr.tr-title .order-number {
	min-width: 200px;
}

.hh-table table tbody tr.tr-title td>div,
.hh-table table tbody tr.tr-title td>a {
	float: left;
}

.hh-table table tbody tr.tr-title td .buy-time {
	margin: 0 24px;
}

.hh-table table tbody tr.tr-title td .buy-time i {
	position: relative;
	top: 1px;
	font-size: 16px;
}

.hh-table table tbody tr.tr-blank {
	height: 16px;
	border: none;
}

.hh-table table tbody tr.tr-blank:hover {
	background-color: transparent;
}

.hh-table table tbody tr .read-icons img {
	width: 14px;
	height: auto;
	display: none;
}

.hh-table table tbody tr .read-icons img.not-read-icon {
	display: inline;
}

.hh-table table tbody tr img {
	width: 44px;
	height: 44px;
}

.hh-table table tr th,
.hh-table table tr td {
	padding: 0 6px;
	color: #333;
	text-align: left;
}

.hh-table table tr th:first-child,
.hh-table table tr td:first-child {
	padding-left: 16px;
}

.hh-sticky-table {
	position: sticky;
	/* 首列使用粘性属性，固定到原位置 */
	position: -webkit-sticky;
	top: 0;
	/* 使用sticky时需要配置定位标识 */
	z-index: 12;
	/* 在滑动时，后面的内容会覆盖掉前首列单元，需要设置z级别 */
}


/* 首列固定 */

.hh-table table tr th.hh-fixed {
	position: sticky;
	/* 首列使用粘性属性，固定到原位置 */
	position: -webkit-sticky;
	left: 0;
	/* 使用sticky时需要配置定位标识 */
	background-color: #F4F6F9;
	z-index: 10;
	/* 在滑动时，后面的内容会覆盖掉前首列单元，需要设置z级别 */
}

.hh-table table tr td.hh-fixed {
	position: sticky;
	position: -webkit-sticky;
	left: 0;
	/*background-color: #ffffff;*/
	z-index: 10;
	/* border-top: 1px solid #e5e5e5; */
}

.hh-fixed-left-none {
	border-left: none !important;
}

.hh-fixed-left {
	border-left: 1px solid #e5e5e5;
}


/* 其余列固定 */

.hh-table table tr th.hh-fixed-sticky {
	position: sticky;
	position: -webkit-sticky;
	background-color: #F4F6F9;
	z-index: 10;
}


/* 其余列固定 */

.hh-table table tr td.hh-fixed-sticky {
	position: sticky;
	position: -webkit-sticky;
	/*background-color: #F4F6F9;*/
	z-index: 10;
}


/* 其余列固定 */

.hh-table table tr th.hh-fixed-1 {
	position: sticky;
	position: -webkit-sticky;
	background-color: #F4F6F9;
	z-index: 10;
}

.hh-table table tr td.hh-fixed-1 {
	position: sticky;
	position: -webkit-sticky;
	/*background-color: #ffffff;*/
	z-index: 10;
}

.hh-table table tr th.hh-fixed-2 {
	position: sticky;
	position: -webkit-sticky;
	background-color: #F4F6F9;
	z-index: 10;
}

.hh-table table tr td.hh-fixed-2 {
	position: sticky;
	position: -webkit-sticky;
	/*background-color: #ffffff;*/
	z-index: 10;
}

.hh-table table tr th.hh-fixed-3 {
	position: sticky;
	position: -webkit-sticky;
	background-color: #F4F6F9;
	z-index: 10;
}

.hh-table table tr td.hh-fixed-3 {
	position: sticky;
	position: -webkit-sticky;
	/*background-color: #ffffff;*/
	z-index: 10;
}

.hh-table table tr th.hh-fixed-4 {
	position: sticky;
	position: -webkit-sticky;
	background-color: #F4F6F9;
	z-index: 10;
}

.hh-table table tr td.hh-fixed-4 {
	position: sticky;
	position: -webkit-sticky;
	/*background-color: #ffffff;*/
	z-index: 10;
}

.hh-table table tr th.hh-fixed-5 {
	position: sticky;
	position: -webkit-sticky;
	background-color: #F4F6F9;
	z-index: 10;
}

.hh-table table tr td.hh-fixed-5 {
	position: sticky;
	position: -webkit-sticky;
	/*background-color: #ffffff;*/
	z-index: 10;
}

.hh-table table tr th.hh-fixed-6 {
	position: sticky;
	position: -webkit-sticky;
	background-color: #F4F6F9;
	z-index: 10;
}

.hh-table table tr td.hh-fixed-6 {
	position: sticky;
	position: -webkit-sticky;
	/*background-color: #ffffff;*/
	z-index: 10;
}

.hh-table table tr th.hh-fixed-7 {
	position: sticky;
	position: -webkit-sticky;
	background-color: #F4F6F9;
	z-index: 10;
}

.hh-table table tr td.hh-fixed-7 {
	position: sticky;
	position: -webkit-sticky;
	/*background-color: #ffffff;*/
	z-index: 10;
}

.hh-table table tr th.hh-fixed-8 {
	position: sticky;
	position: -webkit-sticky;
	background-color: #F4F6F9;
	z-index: 10;
}

.hh-table table tr td.hh-fixed-8 {
	position: sticky;
	position: -webkit-sticky;
	/*background-color: #ffffff;*/
	z-index: 10;
}

.hh-table table tr th.hh-fixed-9 {
	position: sticky;
	position: -webkit-sticky;
	background-color: #F4F6F9;
	z-index: 10;
}

.hh-table table tr td.hh-fixed-9 {
	position: sticky;
	position: -webkit-sticky;
	/*background-color: #ffffff;*/
	z-index: 10;
}

.hh-table table tr th.hh-fixed-10 {
	position: sticky;
	position: -webkit-sticky;
	background-color: #F4F6F9;
	z-index: 10;
}

.hh-table table tr td.hh-fixed-10 {
	position: sticky;
	position: -webkit-sticky;
	/*background-color: #ffffff;*/
	z-index: 10;
}

.hh-table table tr th.hh-fixed-11 {
	position: sticky;
	position: -webkit-sticky;
	background-color: #F4F6F9;
	z-index: 10;
}

.hh-table table tr td.hh-fixed-11 {
	position: sticky;
	position: -webkit-sticky;
	/*background-color: #ffffff;*/
	z-index: 10;
}

.hh-table table tr th.hh-fixed-12 {
	position: sticky;
	position: -webkit-sticky;
	background-color: #F4F6F9;
	z-index: 10;
}

.hh-table table tr td.hh-fixed-12 {
	position: sticky;
	position: -webkit-sticky;
	/*background-color: #ffffff;*/
	z-index: 10;
}

.hh-table table tr th.hh-fixed-13 {
	position: sticky;
	position: -webkit-sticky;
	background-color: #F4F6F9;
	z-index: 10;
}

.hh-table table tr td.hh-fixed-13 {
	position: sticky;
	position: -webkit-sticky;
	/*background-color: #ffffff;*/
	z-index: 10;
}

.hh-table table tr th.hh-fixed-14 {
	position: sticky;
	position: -webkit-sticky;
	background-color: #F4F6F9;
	z-index: 10;
}

.hh-table table tr td.hh-fixed-14 {
	position: sticky;
	position: -webkit-sticky;
	/*background-color: #ffffff;*/
	z-index: 10;
}

.hh-table table tr th.hh-fixed-15 {
	position: sticky;
	position: -webkit-sticky;
	background-color: #F4F6F9;
	z-index: 10;
}

.hh-table table tr td.hh-fixed-15 {
	position: sticky;
	position: -webkit-sticky;
	/*background-color: #ffffff;*/
	z-index: 10;
}

.hh-table table tr td {
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hh-table table tr td.two-line>span,
.hh-table table tr td.two-line>a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: pre-wrap;
}


/* 列表头筛选 */

.th-filter {
	position: relative;
}

.th-filter i {
	color: #8A98B0;
	cursor: pointer;
	transition: 0.3s;
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	line-height: 30px;
}

.th-filter span {
	cursor: pointer;
	position: relative;
	top: 1px;
}

.th-filter.active:before {
	content: "";
	position: absolute;
	top: 25px;
	left: 30px;
	z-index: 102;
	border-width: 8px;
	border-color: transparent transparent #fff transparent;
	border-style: dashed dashed solid dashed;
	width: 0;
	height: 0;
	overflow: hidden;
}

.th-filter.active i {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari and Chrome */
	-o-transform: rotate(180deg);
	/* Opera */
}

.th-filter.active .filter-content {
	display: block;
}

.th-filter .filter-content {
	display: none;
	position: absolute;
	top: 40px;
	left: -50px;
	z-index: 100;
	background-color: #fff;
	border: 1px solid #f4f4f4;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	text-align: center;
	padding: 10px 0;
	width: 120px;
	max-height: 310px;
	overflow: auto;
}

.th-filter .filter-content .list {
	display: block;
	color: #666;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}

.th-filter .filter-content .list:hover,
.th-filter .filter-content .list.active {
	color: #0F62FE;
	background-color: #f4f6f9;
}

table tbody tr td,
table thead tr th {
	/* 列表操作栏 */
}

table tbody tr td a,
table thead tr th a {
	color: #0F62FE;
	cursor: pointer;
}

table tbody tr td a:hover,
table thead tr th a:hover {
	color: #009DFE;
}

table tbody tr td a.hh-btn:hover,
table thead tr th a.hh-btn:hover {
	color: #fff;
}

table tbody tr td a:active,
table thead tr th a:active {
	color: #009DFE;
}

table tbody tr td.operate,
table thead tr th.operate {
	overflow: hidden;
}

table tbody tr td.operate a,
table tbody tr td.operate div,
table thead tr th.operate a,
table thead tr th.operate div {
	float: left;
	margin-right: 20px;
	color: #0F62FE;
	cursor: pointer;
}

table tbody tr td.operate a:first-child,
table tbody tr td.operate div:first-child,
table thead tr th.operate a:first-child,
table thead tr th.operate div:first-child {
	margin-left: 0;
}

table tbody tr td.operate a.blue,
table tbody tr td.operate div.blue,
table thead tr th.operate a.blue,
table thead tr th.operate div.blue {
	color: #3bb4f2;
}

table tbody tr td.operate a.green,
table tbody tr td.operate div.green,
table thead tr th.operate a.green,
table thead tr th.operate div.green {
	color: #5eb95e;
}

table tbody tr td.operate a.red,
table tbody tr td.operate a.td-delete,
table tbody tr td.operate div.red,
table tbody tr td.operate div.td-delete,
table thead tr th.operate a.red,
table thead tr th.operate a.td-delete,
table thead tr th.operate div.red,
table thead tr th.operate div.td-delete {
	color: #e6322c;
}

table tbody tr td.operate a.black,
table tbody tr td.operate div.black,
table thead tr th.operate a.black,
table thead tr th.operate div.black {
	color: #666;
}

table tbody tr td.operate a.edit,
table tbody tr td.operate div.edit,
table thead tr th.operate a.edit,
table thead tr th.operate div.edit {
	color: #0F62FE;
}

table tbody tr td.operate a.delete,
table tbody tr td.operate div.delete,
table thead tr th.operate a.delete,
table thead tr th.operate div.delete {
	color: #e6322c;
}

table tbody tr td.operate a.check,
table tbody tr td.operate div.check,
table thead tr th.operate a.check,
table thead tr th.operate div.check {
	color: #3bb4f2;
}

table tbody tr td.operate a.take,
table tbody tr td.operate div.take,
table thead tr th.operate a.take,
table thead tr th.operate div.take {
	color: #5eb95e;
}

table tbody tr td.operate a.msg,
table tbody tr td.operate div.msg,
table thead tr th.operate a.msg,
table thead tr th.operate div.msg {
	color: #666;
}

table tbody tr td.operate a.logistics,
table tbody tr td.operate div.logistics,
table thead tr th.operate a.logistics,
table thead tr th.operate div.logistics {
	color: #3bb4f2;
}

table tbody tr td.operate a.cancel,
table tbody tr td.operate div.cancel,
table thead tr th.operate a.cancel,
table thead tr th.operate div.cancel {
	color: #8B572A;
}

table tbody tr td.operate a.cancel i,
table tbody tr td.operate div.cancel i,
table thead tr th.operate a.cancel i,
table thead tr th.operate div.cancel i {
	font-size: 12px;
}

table tbody tr td.operate a i,
table tbody tr td.operate div i,
table thead tr th.operate a i,
table thead tr th.operate div i {
	display: none;
	position: relative;
	left: -1px;
	font-size: 12px;
}

#import-file {
	display: none;
}


/* admin header */

.admin-header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: linear-gradient(136deg, #229BFF 0%, #1980FF 47%, #0F62FE 100%);
	z-index: 11;
}

.admin-header ul {
	width: 100%;
	height: 100%;
}

.admin-header ul li.admin-logo {
	font-size: 20px;
	float: left;
	height: 50px;
	padding: 0 15px 0 30px;
	box-sizing: border-box;
	/*background-color: #4e4e4e;*/
	/*background: rgba(255, 255, 255, 0.1);*/
	width: 200px;
}

.admin-header ul li.admin-logo img {
	height: 30px;
	margin-top: 10px;
}

.admin-header ul li.admin-name {
	float: left;
	margin-left: 20px;
	font-size: 16px;
}

.admin-header .icons {
	float: right;
	height: 60px;
}

.admin-header .icons a {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	margin-left: 24px;
}

.admin-header .icons a:hover i {
	color: #009DFE;
}

.admin-header .icons a .num {
	position: absolute;
	top: -4px;
	right: -4px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	border-radius: 100%;
	background-color: #e6322c;
	font-size: 12px;
	transform: scale(0.8);
	-ms-transform: scale(0.8);
	/* IE 9 */
	-moz-transform: scale(0.8);
	/* Firefox */
	-webkit-transform: scale(0.8);
	/* Safari and Chrome */
	-o-transform: scale(0.8);
	/* Opera */
}

.admin-header .icons a i {
	font-size: 12px;
	color: #0F62FE;
}

.admin-header ul li.quit_login {
	padding: 0 35px 0 24px;
	height: 60px;
	float: right;
	text-align: center;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.admin-header ul li.switch-btn {
	float: right;
}

.admin-header ul li.quit_login .box {
	overflow: hidden;
	display: inline-block;
}

.admin-header ul li.quit_login span {
	float: left;
	margin: 0 8px;
}

.admin-header ul li.quit_login i {
	font-size: 14px;
	float: left;
}

.admin-header ul li.quit_login .down_sanjiao {
	float: left;
	z-index: 101;
	margin-top: 23px;
	border-width: 6px;
	border-color: #fff transparent transparent transparent;
	/*transparent 透明*/
	border-style: solid dashed dashed dashed;
	width: 0;
	height: 0;
	overflow: hidden;
}

.admin-header ul li.quit_login.active {
	color: #fff;
	background-color: #262a2d;
}

.admin-header ul li.quit_login.active .down_sanjiao {
	border-color: #fff transparent transparent transparent;
}

.admin-header .admin_quit {
	display: none;
}

.admin-header .admin_quit ul {
	width: 138px;
}

.admin-header ul li.quit_login:hover+.admin_quit {
	display: block;
}

.admin-header .admin_quit:hover {
	display: block;
}

.admin-header .admin_quit:before {
	content: "";
	position: fixed;
	top: 47px;
	right: 60px;
	z-index: 102;
	border-width: 8px;
	border-color: transparent transparent #fff transparent;
	border-style: dashed dashed solid dashed;
	width: 0;
	height: 0;
	overflow: hidden;
}

.admin-header .admin_quit:after {
	content: '';
	width: 180px;
	height: 16px;
	background-color: #EFF3F5;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 50px;
	right: 30px;
	z-index: -1;
}

.admin-header .admin_quit .info {
	background-color: #fff;
	width: 180px;
	position: fixed;
	top: 62px;
	right: 30px;
	z-index: 101;
	padding-bottom: 10px;
	font-size: 14px;
	border: 1px solid #ebebeb;
	box-shadow: 0 0 8px 4px #ebebeb;
	border-radius: 5px;
}

.mt-img a {
	display: flex;
	align-items: flex-start;
	height: 55px;
	padding-top: 6px;
}

.mt-img a:hover p {
	color: #0F62FE;
}

.mt-img img {
	height: 26px;
	width: auto;
	display: block;
	margin-left: 16px;
}

.mt-img img.mian-img1 {
	display: none;
}

.mt-img a:hover .mian-img1 {
	display: block
}

.mt-img a:hover {
	background-color: #f4f6f9;
}

.mt-img a:hover .mian-img {
	display: none
}

.mt-img p {
	color: #666;
	display: block;
	font-size: 14px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 115px;
	margin-top: 5px
}

.mt-img p {
	color: #666;
	display: block;
	font-size: 14px;
	height: 16px;
	line-height: 16px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 115px;
	white-space: nowrap;
}

.mt-img section {
	height: 30px;
	margin-left: 5px;
}

.admin-header .admin_quit .info a {
	color: #333;
}

.admin-header .admin_quit .info ul {
	box-sizing: content-box;
	font-size: 14px;
	overflow: hidden;
	padding: 10px 20px;
	line-height: 20px;
}

.admin-header .admin_quit .info ul li {
	float: left;
}

.admin-header .admin_quit .user_info span {
	color: #696a6a;
}

.admin-header .admin_quit .user_info p {
	font-weight: bold;
	color: #999;
}

.admin-header .admin_quit .pub_style a:hover ul,
.admin-header .admin_quit .pub_style a:hover i {
	background-color: #f4f6f9;
	color: #0F62FE;
}

.admin-header .admin_quit .pub_style ul {
	color: #26292d;
	height: 20px;
}

.admin-header .admin_quit .pub_style i {
	font-size: 22px;
	color: #666;
	margin-right: 5px;
}

.admin-header .admin_quit .change_pw i {
	font-size: 18px;
}

.admin-aside {
	position: fixed;
	top: 50px;
	left: 0;
	bottom: 0;
	z-index: 99;
	background-color: #fff;
	border-right: 1px solid #e5e5e5;
	box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.05);
}

.admin-aside .company_logo {
	position: absolute;
	bottom: 0;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.admin-aside .company_logo a {
	color: #ccc;
}

.admin-aside .first_sidebar {
	box-sizing: border-box;
	width: 200px;
	overflow: auto;
	height: 92%;
	height: calc(100% - 40px);
}

.admin-aside .toggle-in {
	width: 50px;
}

.admin-aside .toggle-in li span,
.admin-aside .toggle-in li .slide-icon,
.admin-aside .toggle-in .second-menu span {
	display: none;
}

.admin-aside .first_sidebar li {
	height: 40px;
}

.admin-aside .first_sidebar li .first-menu {
	line-height: 44px;
	height: 44px;
	color: #333;
	font-size: 14px;
	padding: 0 13px;
	display: block;
	position: relative;
	overflow: hidden;
}

.admin-aside .first_sidebar li .slide-icon {
	position: absolute;
	top: 0;
	right: 16px;
	font-size: 10px;
	color: #999;
}

.admin-aside .first_sidebar li .slide-icon.slidedown {
	display: none;
}

.admin-aside .first_sidebar .first-menu.slidedown .slide-icon.slidedown {
	display: block;
}

.admin-aside .first_sidebar .first-menu.slidedown .slide-icon {
	display: none;
}

.admin-aside .first_sidebar li.toggle-menu {
	background-color: #f4f6f9;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.admin-aside .first_sidebar li.toggle-menu i {
	color: #999;
	font-size: 20px;
	cursor: pointer;
	padding: 0 10px;
}

.admin-aside .first_sidebar li.toggle-menu i.shrink {
	display: none;
}

.admin-aside .first_sidebar.toggle-in li.toggle-menu i {
	display: none;
}

.admin-aside .first_sidebar.toggle-in li.toggle-menu i.shrink {
	display: inline;
}

.admin-aside .first_sidebar .first-menu i.iconfont {
	width: 28px;
	font-size: 18px;
	margin-right: 0 !important;
	color: #666;
	float: left;
}

.admin-aside .first_sidebar .first-menu span {
	float: left;
}

.admin-aside .second-menu {
	display: none;
}

.admin-aside .second-menu a {
	display: block;
	padding-left: 27px;
	height: 36px;
	line-height: 36px;
	color: #666;
}

.admin-aside .second-menu a i {
	font-size: 10px;
	margin-right: 4px;
	color: #666;
}

.admin-aside .second-menu.toggle-in span {
	display: none;
}

.admin-aside .second-menu a:hover,
.admin-aside .second-menu a:hover i,
.admin-aside .second-menu a.active,
.admin-aside .second-menu a.active i,
.admin-aside .first_sidebar .first-menu:hover,
.admin-aside .first_sidebar .first-menu:hover i,
.admin-aside .first_sidebar .first-menu.active,
.admin-aside .first_sidebar .first-menu.active i {
	color: #0F62FE;
	background: #f4f6f9;
	cursor: default;
}

.admin-aside a {
	cursor: pointer !important;
}

.admin-aside .second-menu a,
.admin-aside .first-menu {
	position: relative;
}

.admin-aside .second-menu a .total-count,
.admin-aside .second-menu a .tip-count,
.admin-aside .first-menu .total-count,
.admin-aside .first-menu .tip-count {
	font-size: 12px;
	color: #fff;
	border-radius: 100px;
	min-width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	padding: 0 3px;
}

.admin-aside .second-menu a .total-count.red,
.admin-aside .second-menu a .tip-count.red,
.admin-aside .first-menu .total-count.red,
.admin-aside .first-menu .tip-count.red {
	background-color: #e6322c;
}

.admin-aside .second-menu a .total-count.green,
.admin-aside .second-menu a .tip-count.green,
.admin-aside .first-menu .total-count.green,
.admin-aside .first-menu .tip-count.green {
	background-color: #5eb95e;
}

.admin-aside .second-menu a .total-count.blue,
.admin-aside .second-menu a .tip-count.blue,
.admin-aside .first-menu .total-count.blue,
.admin-aside .first-menu .tip-count.blue {
	background-color: #3bb4f2;
}

.admin-aside .second-menu a .total-count.orange,
.admin-aside .second-menu a .tip-count.orange,
.admin-aside .first-menu .total-count.orange,
.admin-aside .first-menu .tip-count.orange {
	background-color: #f37b1d;
}

.admin-aside .second-menu a .total-count,
.admin-aside .first-menu .total-count {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	position: relative;
	top: 14px;
}

.admin-aside .second-menu a .tip-count,
.admin-aside .first-menu .tip-count {
	position: absolute;
	top: 10px;
	right: 14px;
}

.admin-aside .first-menu .tip-count {
	top: 14px;
}

.head_img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 14px;
	margin-left: 49px;
	margin-top: 15px;
}

.admin-section {
	height: 100%;
	margin-left: 200px;
	padding-top: 50px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #EFF3F5;
}

.nav-route {
	padding: 40px 0 30px 0;
	width: 100%;
	background: #fff;
	z-index: 10;
	line-height: 32px;
	font-size: 12px;
	box-sizing: border-box;
	overflow: hidden;
}

.nav-route .container {
	overflow: hidden;
	float: right;
}

.nav-route .container .data-summary {
	float: left;
}

.nav-route .container .nav-pagination {
	float: left;
	overflow: hidden;
}

.nav-route .container .nav-pagination ul {
	float: left;
	overflow: hidden;
	border: 1px solid #cfd7e6;
	border-left: none;
	margin: 0 20px;
	height: 32px;
}

.nav-route .container .nav-pagination ul li {
	cursor: pointer;
	float: left;
	border-left: 1px solid #cfd7e6;
	box-sizing: border-box;
}

.nav-route .container .nav-pagination ul li:hover a {
	color: #0F62FE;
}

.nav-route .container .nav-pagination ul li.disabled {
	cursor: not-allowed;
}

.nav-route .container .nav-pagination ul li.disabled a {
	cursor: inherit;
	color: #D8DCE5;
}

.nav-route .container .nav-pagination ul li.active {
	background-color: #0F62FE;
	border-color: #0F62FE;
}

.nav-route .container .nav-pagination ul li.active+li {
	border-color: #0F62FE;
}

.nav-route .container .nav-pagination ul li.active a {
	color: #fff;
}

.nav-route .container .nav-pagination ul li a {
	display: block;
	padding: 0 12px;
	height: 32px;
	color: #666;
}

.nav-route .container .nav-pagination .page-route {
	float: left;
	overflow: hidden;
}

.nav-route .container .nav-pagination .page-route span {
	float: left;
	color: #666;
	font-size: 14px;
}

.nav-route .container .nav-pagination .page-route input {
	width: 60px;
	height: 32px;
	line-height: 32px;
	box-sizing: border-box;
	border: 1px solid #cfd7e6;
	text-align: center;
	float: left;
	margin: 0 8px;
}

.nav-route .container .nav-pagination .page-route button {
	float: left;
	margin-left: 8px;
}

.upload-form,
.upload-img-form {
	position: fixed;
	left: -100000px;
}

input[disabled],
textarea[disabled],
select[disabled],
.readonly input,
.readonly .show-option,
.disabled input,
.disabled .show-option {
	background-color: #f4f4f4 !important;
	resize: none;
}

textarea[readonly]+div,
textarea[disabled]+div {
	background-color: #f4f4f4 !important;
}

.hh-icon input[readonly]+i,
.hh-icon input[disabled]+i {
	background-color: #f4f4f4 !important;
}

.hh-date input:disabled,
.hh-time input:disabled,
.hh-search input:disabled,
.hh-icon input:disabled,
.hh-search-prevent input:disabled {
	background-color: #f4f4f4 !important;
}

.hh-compute input[readonly]+div,
.hh-compute input[readonly]+div+div,
.hh-compute input[disabled]+div,
.hh-compute input[disabled]+div+div {
	background-color: #f4f4f4 !important;
}

#editor {
	width: 100%;
	height: 400px;
}

.ui-step {
	color: #b7b7b7;
	padding: 0 60px;
	margin-bottom: 35px;
	position: relative;
}

.ui-step:after {
	display: block;
	content: "";
	height: 0;
	font-size: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.ui-step li {
	float: left;
	position: relative;
}

.ui-step .step-end {
	width: 120px;
	position: absolute;
	top: 0;
	right: -60px;
}

.ui-step-line {
	height: 5px;
	background-color: #e0e0e0;
	margin-top: 10px;
}

.step-end .ui-step-line {
	display: none;
}

.ui-step-cont {
	width: 120px;
	position: absolute;
	top: 0;
	left: -15px;
	text-align: center;
}

.ui-step-cont-number {
	display: inline-block;
	*zoom: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #ccc;
	border: 1px solid #ccc;
	background: #f2f5f8;
	border-radius: 50%;
	font-size: 14px;
}

.ui-step-cont-text {
	position: relative;
	top: 34px;
	left: -50px;
	font-size: 12px;
}


/** 步骤数定义 **/

.ui-step-3 li {
	width: 50%;
}

.ui-step-4 li {
	width: 33.3%;
}

.ui-step-5 li {
	width: 25%;
}

.ui-step-6 li {
	width: 20%;
}


/** The default style (默认风格) **/

.step-default .ui-step-line {
	background-color: #f4f6f9;
}


/* Done */

.step-done .ui-step-cont-number {
	background-color: #0F62FE;
	border-color: #0F62FE;
	color: #fff;
}

.step-done .ui-step-cont-text {
	color: #666;
}

.step-done .ui-step-line {
	background-color: #0F62FE;
}

.hh-detail {
	margin: 0 20px;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.hh-detail>div {
	float: left;
	height: 44px;
	line-height: 44px;
	border-top: 1px solid #e5e5e5;
}

.hh-detail>div.name {
	width: 20%;
	background-color: #f4f6f9;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	text-align: right;
	padding-right: 20px;
}

.hh-detail>div.info {
	width: 30%;
	color: #666;
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


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

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

.logistics-info .process {
	overflow: hidden;
	color: #666;
	line-height: 25px;
}

.logistics-info .process div,
.logistics-info .process i {
	float: left;
}

.logistics-info .process i {
	margin-right: 28px;
	color: #FFC891;
	font-size: 24px;
}

.logistics-info .process .time {
	text-align: left;
	width: 178px;
}

.logistics-info .line {
	width: 6px;
	height: 50px;
	background-color: #FFC891;
	margin-left: 187px;
	vertical-align: top;
}

.hh-progress {
	padding-top: 40px;
	margin: 0 auto;
	margin-bottom: 50px;
	width: 70%;
	text-align: center;
}

.hh-progress.step-2 .state-block {
	width: 50%;
}

.hh-progress.step-3 .state-block {
	width: 33.3%;
}

.hh-progress.step-4 .state-block {
	width: 25%;
}

.hh-progress.step-5 .state-block {
	width: 20%;
}

.hh-progress.step-6 .state-block {
	width: 16.6%;
}

.hh-progress .state-block {
	float: left;
}

.hh-progress .state-block .step {
	position: relative;
}

.hh-progress .state-block .step span {
	display: inline-block;
	vertical-align: middle;
}

.hh-progress .state-block .step .line {
	height: 6px;
	width: 100%;
	background: #ccc;
}

.hh-progress .state-block .step .spot {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background: #ccc;
	color: #fff;
}

.hh-progress .state-block .step-name {
	padding-top: 10px;
	color: #ccc;
}

.hh-progress .state-block.active .step .line {
	background: #0F62FE;
}

.hh-progress .state-block.active .step .spot {
	background: #0F62FE;
}

.hh-progress .state-block.active .step-name {
	color: #0F62FE;
}

.hh-progress .state-block.weak .step .line {
	background: #F6C28A;
}

.hh-progress .state-block.weak .step .spot {
	background: #F6C28A;
}

.hh-progress .state-block.weak .step-name {
	color: #F6C28A;
}

.hh-popover {
	pointer-events: none;
	position: absolute;
	text-align: left;
	border: 1px solid #f4f4f4;
	box-shadow: 0 0 4px 2px #ebebeb;
	background-color: #fff;
	padding: 10px;
	min-width: 60px;
	max-width: 200px;
	border-radius: 4px;
	z-index: 1002;
	word-break: break-all;
}

.hh-popover .arrow,
.hh-popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.hh-popover .arrow {
	border-width: 11px;
}

.hh-popover .arrow:after {
	content: "";
	border-width: 10px;
}

.hh-popover.bottom .arrow {
	top: -11px;
	left: 50%;
	border-bottom-color: #f4f4f4;
	border-bottom-color: rgba(0, 0, 0, 0.1);
	border-top-width: 0;
}

.hh-popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-bottom-color: #fff;
	border-top-width: 0;
}

.hh-popover.top .arrow {
	bottom: -11px;
	left: 50%;
	border-top-color: #f4f4f4;
	border-top-color: rgba(0, 0, 0, 0.1);
	border-bottom-width: 0;
}

.hh-popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-top-color: #fff;
	border-bottom-width: 0;
}

.hh-popover.left .arrow {
	top: 50%;
	right: -11px;
	left: auto;
	margin-top: -11px;
	border-left-color: #f4f4f4;
	border-left-color: rgba(0, 0, 0, 0.1);
	border-right-width: 0;
}

.hh-popover.left .arrow:after {
	right: 1px;
	bottom: -10px;
	border-left-color: #fff;
	border-right-width: 0;
}

.hh-popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #f4f4f4;
	border-right-color: rgba(0, 0, 0, 0.1);
	border-left-width: 0;
}

.hh-popover.right .arrow:after {
	left: 1px;
	top: -10px;
	border-right-color: #fff;
	border-left-width: 0;
}

.hh-transition {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.hh-transition img {
	width: 120px;
	height: 120px;
}

.hh-transition .tip {
	font-size: 16px;
	margin: 32px 0 8px 0;
}

.hh-transition .count-down {
	display: inline-block;
}

.hh-transition .count-down:after {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.hh-transition .count-down div,
.hh-transition .count-down a {
	float: left;
	color: #999;
}

.hh-transition .hh-btn {
	margin-top: 32px;
}

#edui1,
#edui1_iframeholder {
	overflow: hidden;
}

.list-tabs {
	margin: 10px 20px 20px 20px;
	border-bottom: 2px solid #e5e5e5;
}

.list-tabs .tab {
	float: left;
	padding: 10px 0;
}

.list-tabs .tab span {
	display: inline;
	vertical-align: top;
	padding: 0 36px;
	height: 20px;
	border-left: 1px solid #e5e5e5;
}

.list-tabs .tab span a {
	cursor: pointer;
	font-size: 16px;
	color: #333;
}

.list-tabs .tab span a:hover {
	color: #0F62FE;
}

.list-tabs .tab span b {
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	border-radius: 100px;
	min-width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	padding: 0 5px;
	background-color: #e6322c;
	margin-left: 2px;
}

.list-tabs .tab:first-child span {
	border-left: none;
}

.list-tabs .tab.active {
	padding-top: 8px;
	border-bottom: 2px solid #0F62FE;
	color: #0F62FE;
	position: relative;
	bottom: -2px;
}

.mould-selection {
	margin: 30px 20px 30px 0;
}

.mould-selection .basic-configure,
.mould-selection .choice-configure {
	overflow: hidden;
	display: block;
}

.mould-selection .choice-configure {
	margin-top: 30px;
	border-top: 1px solid #e5e5e5;
}

.mould-selection .type-title {
	float: left;
	line-height: 166px;
	margin-top: 42px;
	width: 170px;
}

.mould-selection .type-title span {
	color: #0F62FE;
}

.mould-selection .moulds {
	float: left;
	max-width: 75%;
	overflow: hidden;
}

.mould-selection .mould-item {
	float: left;
	margin: 38px 28px 0 0;
	text-align: center;
	color: #666;
}

.mould-selection .mould-item>img {
	width: 40%;
}

.mould-selection .mould-item .mould-info {
	background: #fff;
	border: 1px solid #f4f4f4;
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
	border-radius: 4px;
	width: 140px;
	height: 140px;
	display: table;
	margin: 4px;
}

.mould-selection .mould-item .mould-info .container {
	display: table-cell;
	vertical-align: middle;
}

.mould-selection .mould-item .mould-info i {
	font-size: 50px;
}

.mould-selection .mould-item .mould-info .name {
	margin-top: 8px;
}

.mould-selection .mould-item .hh-checkbox-inline,
.mould-selection .mould-item .hh-radio-inline {
	text-align: center;
}

.mould-selection .mould-item .hh-checkbox,
.mould-selection .mould-item .hh-radio {
	margin-top: 8px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.mould-selection-img {
	float: left;
	width: 85%;
}

.mould-selection-img .mould-item {
	float: left;
	margin: 0 5% 30px 0;
	text-align: center;
	width: 45%;
	border: 1px solid #e5e5e5;
	padding-bottom: 8px;
}

.mould-selection-img .mould-item img {
	width: 100%;
}

.mould-selection-img .hh-radio-inline,
.mould-selection-img .hh-checkbox-inline {
	display: inline-block;
}

.mould-selection-img .hh-checkbox,
.mould-selection-img .hh-radio {
	margin-top: 8px;
	float: none;
	display: inline-block;
	vertical-align: top;
}


/* 排序(数值越大越靠前) */

.td-edit {
	overflow: hidden;
}

.td-edit .img-edit {
	width: 19px;
	height: 17px;
	float: left;
}

.td-edit .img-edit>img {
	width: 100%;
	height: 100%;
	margin: 0;
}

.td-edit>input.get-value {
	display: none;
	float: left;
	min-height: 32px;
	height: 32px;
	line-height: 22px;
	padding-left: 12px;
	border: 1px solid #cfd7e6;
	border-radius: 4px;
	box-sizing: border-box;
}

.td-edit>input.val-sure {
	border: none;
	background: transparent;
}


/* 园区乐商城-商品列表-新增商品页面(独有样式)*/

.td-select {
	/* 子商品信息select(大小)样式  end */
	/* 颜色  end*/
	/* 重量  end */
}

.td-select .size-select {
	/* 子商品信息select(大小)样式  start */
}

.td-select .size-select .hh-input,
.td-select .size-select .select-options,
.td-select .size-select .show-option {
	width: 60px;
}

.td-select .color-select {
	/* 颜色  start*/
}

.td-select .color-select .hh-input,
.td-select .color-select .select-options,
.td-select .color-select .show-option {
	width: 70px;
}

.td-select .weight-select {
	/* 重量  start */
}

.td-select .weight-select .hh-input,
.td-select .weight-select .select-options,
.td-select .weight-select .show-option {
	width: 80px;
}


/*tableList(展开、折叠)专用样式*/

.hh-table table tbody .hide {
	display: none;
}

.hh-table table tbody tr td.td-pd {
	padding-left: 22px;
}

.hh-table table tbody tr i.i-fold {
	font-size: 14px;
	color: #acacac;
	margin-right: 8px;
	cursor: pointer;
}


/* tableList filter-content 下面的list字数太长,隐藏,鼠标移上去出现详情内容*/

.table-my .th-filter .filter-content .list {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
}

.th-updown {
	overflow: hidden;
}

.th-updown span {
	float: left;
	margin-top: 4px
}

.th-updown div {
	float: left;
	height: 30px;
}

.th-updown a {
	display: block;
	height: 15px;
	overflow: hidden;
}

.th-updown a i {
	margin-top: -8px;
	display: block;
	color: #8A98B0;
}

.th-updown a i.check {
	color: #0F62FE
}

.th-updown a.rotate180 {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari and Chrome */
	-o-transform: rotate(180deg);
	/* Opera */
}


/* message组件样式 */

.zyl-message {
	position: fixed;
	top: 100px;
	left: 50%;
	padding: 10px 40px 10px 40px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
	z-index: 9999;
	color: #666666;
	font-size: 14px;
	line-height: 22px;
}

.zyl-message .iconfont {
	font-size: 14px;
	text-align: center;
	position: absolute;
	left: 15px;
	top: 11px;
	line-height: 22px;
}

.zyl-message .zyl-message-success {
	color: #52C41A;
}

.zyl-message .zyl-message-error {
	color: #F5222D;
}

.zyl-message .zyl-message-warning {
	color: #F5222D;
}

.zyl-message .zyl-message-info {
	color: #3BB4F2;
}

.zyl-message .zyl-message-close {
	position: absolute;
	right: 10px;
	color: #666666;
	text-decoration: none;
	cursor: pointer;
	font-size: 25px;
	top: 8px;
	display: block;
}

.zyl-message .zyl-message-close:hover {
	color: #666;
}

.zyl-message.messageFadeInDown {
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: messageFadeInDown;
	animation-name: messageFadeInDown;
}

.zyl-message.messageFadeOutUp {
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: messageFadeOutUp;
	animation-name: messageFadeOutUp;
}

@keyframes messageFadeInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes messageFadeOutUp {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}


/*新搜索样式*/

.filter-box {
	margin: 0 20px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	padding: 12px;
}

.fil-bntBox {
	display: flex;
	position: relative;
	float: none !important;
}

.fil-bntBox-down {
	margin-top: 12px;
}

.backWh {
	background-color: #FFFFFF !important;
}

.filter-switch-img-box {
	margin: 0 !important;
	padding: 0 !important;
	width: 70px !important;
	height: 16px !important;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -15px;
	border: none !important;
}

.filter-switch-img {
	width: 70px;
	height: 16px;
}

.filter-down-box {
	padding-top: 0 !important;
	border: none !important;
	float: none !important;
}

.hh-icon {
	font-size: 13px !important;
	margin-right: 2px;
}

.operate-btns-up button {
	margin-left: 12px;
}

.operate-btns-down button {
	margin-left: 12px;
}

.form-control-getAll .hh-input {
	width: 312px;
}

.form-control-getAll .getAll {
	margin-left: 4px;
	width: 44px;
	line-height: 32px;
	height: 32px;
	background: #CFD7E6;
	border-radius: 4px;
	font-size: 13px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	float: right;
	text-align: center;
	cursor: pointer;
}

.form-control-getAll .getAll:hover {
	background: #0F62FE;
}


/*图标*/


/*@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_434666_j0fue4cx3c.woff2?t=1652927789031') format('woff2'),
       url('//at.alicdn.com/t/font_434666_j0fue4cx3c.woff?t=1652927789031') format('woff'),
       url('//at.alicdn.com/t/font_434666_j0fue4cx3c.ttf?t=1652927789031') format('truetype');
}*/

@font-face {
	font-family: "iconfont";
	src: url("/static/adminFont/iconfont.eot");
	src: url("/static/adminFont/iconfont.eot?#iefix") format("embedded-opentype"), url("/static/adminFont/iconfont.woff") format("woff"), url("/static/adminFont/iconfont.ttf") format("truetype"), url("/static/adminFont/iconfont.svg#iconfont") format("svg");
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}


/*物业收款账户新统计样式*/

.statistics-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 5px;
	margin: 24px 20px 10px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
	position: relative;
}

.statistics-box-li {
	flex: 1;
	height: 68px;
	border-radius: 4px;
	padding: 12px 15px 0;
	margin: 0 5px;
}

.statistics-box-li-blue {
	background: rgba(28, 165, 237, 0.1);
}

.statistics-box-li-gre {
	background: rgba(94, 185, 94, 0.1);
}

.statistics-box-li-ye {
	background: rgba(255, 143, 30, 0.1);
}

.statistics-box-li-red {
	background: rgba(230, 50, 44, 0.1);
}

.statistics-box-li-tit {
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 6px;
}

.statistics-box-li-val {
	font-size: 16px;
	font-weight: 600;
	color: #333333;
}

.statistics-box-flex-b {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -120px;
	z-index: 999;
	padding-top: 10px;
}

.statistics-box-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #FFFFFF;
	box-shadow: 0px 3px 11px 0px rgba(153, 153, 153, 0.44);
	padding: 10px 4px;
}

.statistics-box-flex-li {
	flex: 1;
	height: 94px;
	background: #F3FAF3;
	border-radius: 4px;
	border: 1px solid #5EB95E;
	padding: 12px 15px 0;
	margin: 0 6px;
}

.statistics-box-flex-li-tit {
	font-size: 13px;
	font-weight: 500;
	color: #5EB95E;
	margin-bottom: 7px;
}

.statistics-box-flex-li-val {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}

.th-sort {
	cursor: pointer;
}

.th-sort span {
	vertical-align: middle;
}

.th-sort img {
	height: 18px;
	width: 9px;
	vertical-align: middle;
}

.lineThrough {
	text-decoration: line-through;
}

.new-nav-route {
	/*height: 190px;*/
	/*padding: 40px 0 30px 0;*/
	padding: 0 20px 0 0;
	width: 100%;
	background: #fff;
	z-index: 10;
	min-height: 32px;
	font-size: 12px;
	line-height: 32px;
	/*box-sizing: border-box;*/
	/*overflow: hidden; */
	display: flex;
	margin-bottom: 20px;
}

.new-nav-route .container {
	/*overflow: hidden;*/
	margin-left: auto;
}

.new-nav-route .container .data-summary {
	float: left;
}

.new-nav-route .container .nav-pagination {
	float: left;
	overflow: hidden;
}

.new-nav-route .container .nav-pagination ul {
	float: left;
	overflow: hidden;
	border: 1px solid #cfd7e6;
	border-left: none;
	margin: 0 20px;
	height: 32px;
}

.new-nav-route .container .nav-pagination ul li {
	cursor: pointer;
	float: left;
	border-left: 1px solid #cfd7e6;
	box-sizing: border-box;
}

.new-nav-route .container .nav-pagination ul li:hover a {
	color: #0F62FE;
}

.new-nav-route .container .nav-pagination ul li.disabled {
	cursor: not-allowed;
}

.new-nav-route .container .nav-pagination ul li.disabled a {
	cursor: inherit;
	color: #D8DCE5;
}

.new-nav-route .container .nav-pagination ul li.active {
	background-color: #0F62FE;
	border-color: #0F62FE;
}

.new-nav-route .container .nav-pagination ul li.active+li {
	border-color: #0F62FE;
}

.new-nav-route .container .nav-pagination ul li.active a {
	color: #fff;
}

.new-nav-route .container .nav-pagination ul li a {
	display: block;
	padding: 0 12px;
	height: 32px;
	color: #666;
}

.new-nav-route .container .nav-pagination .page-route {
	float: left;
	overflow: hidden;
}

.new-nav-route .container .nav-pagination .page-route span {
	float: left;
	color: #666;
	font-size: 14px;
}

.new-nav-route .container .nav-pagination .page-route input {
	width: 60px;
	height: 32px;
	line-height: 32px;
	box-sizing: border-box;
	border: 1px solid #cfd7e6;
	text-align: center;
	float: left;
	margin: 0 8px;
}

.new-nav-route .container .nav-pagination .page-route button {
	float: left;
	margin-left: 8px;
}

.new-nav-route .container .wid130 {
	width: 130px;
}

.new-nav-route .container .hh-select .show-option {
	width: 130px;
}

.hh-table-tbodyBox::-webkit-scrollbar {
	width: 0 !important
}

.hh-table-tbodyBox {
	-ms-overflow-style: none;
}

.hh-table-tbodyBox {
	overflow: -moz-scrollbars-none;
}

.hh-table-tbodyBox {
	max-height: 468px;
	/*overflow-y: scroll;*/
	white-space: nowrap;
	display: inline-flex;
}

.hh-table-tbodyBox-thead {
	border-top: none !important;
}

.body-preview-bottom {
	height: 100vh;
	overflow: hidden
}

.footer .record-info {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	color: #999;
}

.footer .record-info .record-code {
	display: inline-block;
	height: 15px;
	white-space: nowrap;
}

.record-code a {
	text-decoration: underline
}

.publice {
	width: 14px;
	height: 16px;
	position: relative;
	top: 2px;
}

.label-flex {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 15px 5px;
	background: rgba(255, 255, 255, 0.99);
	border-radius: 4px;
	border: 1px solid #CFD7E6;
	margin-right: 20px;
	min-height: 54px;
}

.label-flex .label-flex-li {
	height: 22px;
	background: #F7F7F7;
	border-radius: 4px;
	border: 1px solid #E5E5E5;
	padding: 0 8px;
	line-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.label-flex .label-flex-li p {
	font-size: 13px;
	font-weight: 400;
	color: #666666;
}

.label-flex .label-flex-li div {
	font-size: 13px;
	color: #666666;
	margin-left: 10px;
	cursor: pointer;
}

.label-flex-li-add {
	width: 58px;
	height: 22px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px dashed #0F62FE;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 400;
	color: #0F62FE;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
}

.label-flex-li-add-icon {
	font-size: 12px;
	margin-right: 5px;
}

.label-flex-li input {
	width: 72px;
	border: none;
	font-size: 13px !important;
	font-weight: 400;
	color: #666666;
	background: #F7F7F7;
}

.hh-prompt-new {
	color: #999;
	cursor: pointer;
	font-weight: normal;
}

.hh-popover-wd {
	width: 400px;
	max-width: 400px !important;
}

.hh-checkbox-inTr {
	background-color: #F4F6F9 !important;
}

.show-option {
	padding-right: 25px;
}

.modal .hh-table table thead {
	position: sticky;
	top: 0.5px;
	z-index: 999999;
}

.modal .hh-table table thead::before {
	bottom: 44px;
	content: "";
	position: absolute;
	width: 100%;
	height: 0.5px;
	/* background: rgb(229, 229, 229); */
}

.modal .hh-table table thead::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0.5px;
	/* background: rgb(229, 229, 229); */
}

.hh-table table thead {
	border-width: 0.5px;
}

.selectSearchDiv {
	background: white;
	padding: 10px 0;
	position: sticky;
	top: -5px;
	z-index: 999;
}

.selectSearchDiv input {
	width: calc(100% - 20px)!important;
	margin-left: 10px!important;
}

.hh-table table tbody tr {
	border: 0.5px solid #e5e5e5;
}

.hh-listLoading {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	width: 100vw;
	height: 100vh;
	text-align: center;
}

.hh-listLoading img {
	margin-top: calc(50vh - 150px);
	width: 300px;
	height: 300px;
}

.hh-listLoading div {
	display: none;
	color: white;
	margin-top: 20px;
}

.hh-noList {
	width: 100%;
	text-align: center;
	margin-top: 100px;
}

.hh-noList img {
	width: 150px;
	height: 150px;
}

.hh-noList div {
	font-size: 18px;
	color: #999999;
	line-height: 25px;
	margin-top: 20px
}

.modalNew .hh-search {
	display: inline-block;
	width: 360px;
}

.modalNew .peopleTypeBox {
	width: calc(100% - 440px);
	display: inline-block;
}

.modalNew .peopleTypeBox div {
	cursor: pointer;
	text-align: center;
	height: 32px;
	line-height: 32px;
	float: right;
	width: 165px;
	background-color: #fff;
    color: #0F62FE;
    border: 1px solid #0F62FE;
    border-radius: 0 4px 4px 0;
}

.modalNew .peopleTypeBox .active {
	color: #fff;
    background-color: #0F62FE;
}

.modalNew .peopleTypeBox div:nth-child(2) {
	border-right: 0;
	border-radius: 4px 0 0 4px;
}

.modalNew .modal-body {
	position: relative;
}

.modalNew .modal-body .jiantou {
	top: 170px;
	left: 431px;
	position: absolute;
	width: 13px;
	height: 13px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
}

.modalNewPeople .modal-body .jiantou {
	top: 190px;
	left: 410px;
	position: absolute;
	width: 13px;
	height: 13px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
}

.modalNew .modal-content {
	width: 860px!important;
}

.modalNew .hh-table {
	display: inline-block;
	width: 50%;
	max-height: 250px!important;
	overflow-y: auto;
	margin-bottom: 0;
}
.modalNewPeople .hh-table {
	height: 250px;
}

.modalNewPeople .hh-table {
	width: calc(50% - 23px);
	margin-right: 0;
	vertical-align: top;
}

.modalNew .hh-table table {
	width: 100%;
}

.modalNew .inchange {
	overflow: auto;
	padding: 10px;
	vertical-align: top;
	height: 250px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #E5E5E5;
	display: inline-block;
	width: calc(50% - 80px);
}

.modalNew .inchange div {
	display: inline-block;
	height: 28px;
	background: #F7F7F7;
	border-radius: 4px;
	border: 1px solid #E5E5E5;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 27px;
	padding: 0 12px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.modalNew .inchange div span {
	font-size: 15px;
	margin-left: 5px;
	cursor: pointer;
}

.modalNew .depRoute {
	margin: 0px 20px 10px;
	width: calc(100% - 40px);
	word-break: break-all;
}

.modalNew .depRoute a{
	display: inline-block;
}

.modalNew .depRoute span {
	margin: 0 5px;
}

.modalNew .depRoute a {
	color: #0F62FE;
	cursor: pointer;
}

.table-head-div{
	padding-bottom: 10px;
}

.table-head-div div{
	display: inline-block;
	width: calc(50% - 23px);
	margin-left: 20px;
}

.table-head-div div span{
	font-size: 14px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 16px;
	margin-left: 10px;
}

@font-face {
	font-family: 'hc-iconfont';
	src: url("/static/css/hhUI/hcIconfont/iconfont.eot");
	src: url("/static/css/hhUI/hcIconfont/iconfont.eot?#iefix") format("embedded-opentype"), url("/static/css/hhUI/hcIconfont/iconfont.woff") format("woff"), url("/static/css/hhUI/hcIconfont/iconfont.ttf") format("truetype"), url("/static/css/hhUI/hcIconfont/iconfont.svg#iconfont") format("svg");
}

.hc-iconfont {
	font-family: "hc-iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.hh-load {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1001;
	background: rgba(0, 0, 0, 0.8);
}

.hh-load img {
	position: absolute;
	top: 46%;
	left: 46%;
}

.aloneLoad {
	position: relative;
}

.hh-load-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
	/*background: rgba(0, 0, 0, 0.8);*/
	display: flex;
	align-items: center;
	justify-content: center;
}

.hh-load-box img {
	width: 60px;
	height: 60px;
}

.echart-info-bnt {
	width: 17px;
	height: 17px;
	margin-left: 5px;
	margin-top: 15.5px;
	cursor: pointer;
}

/* 多选下拉框 */
.multicheck-select > .multicheck-input {
	width: 360px;
	min-height: 33px;
	padding-left: 12px;
	border: 1px solid #cfd7e6;
	border-radius: 4px;
	box-sizing: border-box;
	position: relative;
    padding-right: 20px;
    white-space: nowrap;
    overflow: scroll;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow-y: hidden;
    scrollbar-width: none;
    display: flex;
    padding-bottom: 0 !important;
}
.multicheck-select > .multicheck-input::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0 !important;
    height: 2px !important;
}
.multicheck-select > .multicheck-input ::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    width: 0 !important;
    height: 2px !important;
  }
.multicheck-select > .multicheck-input i.i-down {
	right: 8px;
	top: 0;
	position: absolute;
    line-height: 32px;
    font-size: 20px;
    color: #cfd7e6;
}
.multicheck-select .multicheck-select-options {
	border: 1px solid #cfd7e6;
	box-shadow: 0 2px 4px 0 #cfd7e6;
	border-radius: 4px;
	position: absolute;
	top: 35px;
	z-index: 1000;
	width: 360px;
	background-color: #fff;
	padding: 5px 0;
	overflow-y:auto;
	display:none;
    height: 255px;
}
.multicheck-select .multicheck-select-options .multicheck-option {
	color: #666;
	font-size: 14px;
	position: relative;
	height: 36px;
	line-height: 36px;
	padding-left: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: default;
}
.multicheck-select .multicheck-select-options .multicheck-option.selected {
	background-color: #f4f6f9;
}
.multicheck-select .multicheck-select-options .multicheck-option i {
	position: absolute;
	top: 0;
	left: 15px;
	color: #0F62FE;
	font-size: 14px;
}
.multicheck-input li {
	background-color: #f4f4f5;
	border-color: #e9e9eb;
	color: #909399;
	display: initial;
	border-radius: 3px;
	padding: 3px 12px 4px 12px;
	margin-right: 8px;
    line-height: 28px !important;
}
.multicheck-input li i{
	margin-left: 5px;
	font-size: 14px;
	color: #afafaf;
}

.load-twelve{width:70px;height:70px;text-align:center}.twelve-twe{width:70px;height:70px;padding:4px;justify-content:center;align-items:center;border-radius:50%;background:linear-gradient(0deg,rgba(40,55,77,0.1)33%,rgb(40,55,77)100%);animation:spin.8s linear 0s infinite}.twelve-lve{width:100%;height:100%;background-color:#ffffff;border-radius:50%}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(359deg)}}
