@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}
ul, li {
	list-style: none
}
html, body {
	min-width: 320px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.noshow {
	display: none
}
body {
	font-family: "Microsoft YaHei", Arial;
	color: #333;
	background-color: #f7f7f7;
	font-size: 14px;
}

.mm-confirm {
	font-family: "Microsoft YaHei", Arial;
	color: #333;
	font-size: 14px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 101;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}
.mm-confirmbox.show {
	backface-visibility: hidden;
	animation: mm-transform-y-show 0.5s cubic-bezier(.23, 1, .23, 1) forwards;
}
.mm-confirmbox {
	min-width: 420px;
	width: 420px;
	background: #fff;
	padding: 0 20px;
	border-radius: 4px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.mm-alert-header {
	height: 36px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 22px;
}
.mm-alert-title {
	font-size: 16px;
	font-weight: 700;
	color: #1f2d3d;
}
.mm-alert-close {
	font-size: 30px;
	overflow: hidden;
	height: 30px;
	width: 30px;
	cursor: pointer;
	color: #bfcbd9;
	transition: color .2s cubic-bezier(.645, .045, .355, 1);
}
.mm-alert-close:hover {
	color: #20a0ff;
}
.mm-alert-footer {
	margin-top: 10px;
	height: 60px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.mm-alert-info {
	display: flex;
	align-items: center;
	color: #48576a;
	font-size: 14px;
}
.mm-alert-info>i.ico {
	font-size: 22px;
	margin-right: 10px;
}
.mm-alert-info>i.ico.success {
	color: #67c23a;
}
.mm-alert-info>i.ico.error {
	color: #f56c6c;
}
.mm-button-cancel {
	width: 60px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	background: #fff;
	border: 1px solid #bfcbd9;
	transition: all .2s cubic-bezier(.645, .045, .355, 1);
	margin-right: 10px;
}
.mm-button-cancel:hover {
	color: #20a0ff;
	border-color: #20a0ff;
}
.mm-button-confirm {
	width: 60px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #20a0ff;
	border: 1px solid #20a0ff;
	transition: all .2s cubic-bezier(.645, .045, .355, 1);
}
.mm-button-confirm:hover {
	background: #4db3ff;
	border-color: #4db3ff;
	color: #fff;
}
.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.mm-confirm {
	font-family: "Microsoft YaHei", Arial;
	color: #333;
	font-size: 14px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 101;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}
.mm-confirmbox.show {
	backface-visibility: hidden;
	animation: mm-transform-y-show 0.5s cubic-bezier(.23, 1, .23, 1) forwards;
}
.mm-confirmbox {
	min-width: 420px;
	width: 420px;
	background: #fff;
	padding: 0 20px;
	border-radius: 4px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.mm-confirm-header {
	height: 36px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 22px;
}
.mm-confirm-title {
	font-size: 16px;
	font-weight: 700;
	color: #1f2d3d;
}
.mm-confirm-close {
	font-size: 30px;
	overflow: hidden;
	height: 30px;
	width: 30px;
	cursor: pointer;
	color: #bfcbd9;
	transition: color .2s cubic-bezier(.645, .045, .355, 1);
}
.mm-confirm-close:hover {
	color: #20a0ff;
}
.mm-confirm-footer {
	margin-top: 10px;
	height: 60px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.mm-confirm-info {
	display: flex;
	align-items: center;
	color: #48576a;
	font-size: 14px;
}
.mm-confirm-info>i.ico {
	font-size: 22px;
	margin-right: 10px;
}
.mm-confirm-info>i.ico.question {
	color: #f7ba2a;
}
.mm-button-cancel {
	width: 60px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	background: #fff;
	border: 1px solid #bfcbd9;
	transition: all .2s cubic-bezier(.645, .045, .355, 1);
	margin-right: 10px;
}
.mm-button-cancel:hover {
	color: #20a0ff;
	border-color: #20a0ff;
}
.mm-button-confirm {
	width: 60px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #20a0ff;
	border: 1px solid #20a0ff;
	transition: all .2s cubic-bezier(.645, .045, .355, 1);
}
.mm-button-confirm:hover {
	background: #4db3ff;
	border-color: #4db3ff;
	color: #fff;
}
.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.mm-message-shade {
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2048
}
.mm-message {
	display: flex;
	width: 300px;
	padding: 0 14px 14px;
	border-radius: 8px;
	box-sizing: border-box;
	border: 1px solid #ebeef5;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	transition: opacity .3s, transform .3s, left .3s, right .3s, top .4s, bottom .3s;
	overflow: hidden;
}
.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.mm-message-box {
	flex: 1 1 auto;
}
.mm-message-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.mm-message-title {
	font-size: 16px;
	font-weight: 700;
	color: #1f2d3d;
}
.mm-message-close {
	font-size: 24px;
	overflow: hidden;
	position: relative;
	top: 2px;
	cursor: pointer;
	color: #bfcbd9;
	transition: color .2s cubic-bezier(.645, .045, .355, 1);
}
.mm-message-close:hover {
	color: #20a0ff;
}
.mm-message-info {
	font-size: 14px;
	line-height: 21px;
	margin: 6px 0 0;
	color: #606266;
	text-align: justify
}
.mm-message-ico {
	position: relative;
	font-size: 18px;
	width: 30px;
	line-height: 39px;
}
.mm-message-ico>i.ico.icon-success {
	color: #67c23a;
}
.mm-message-ico>i.ico.icon-error {
	color: #f56c6c;
}
.mm-message.right-top {
	top: 16px;
	right: 16px;
}
.mm-message.right-top.show {
	transform: translate3d(350px, 0, 0);
	animation: mm-transform-right-show 0.5s cubic-bezier(.23, 1, .23, 1) forwards;
}
.mm-message.right-bottom {
	bottom: 16px;
	right: 16px;
}
.mm-message.right-bottom.show {
	transform: translate3d(350px, 0, 0);
	animation: mm-transform-right-show 0.5s cubic-bezier(.23, 1, .23, 1) forwards;
}
.mm-message.left-top {
	top: 16px;
	left: 16px;
}
.mm-message.left-top.show {
	transform: translate3d(-350px, 0, 0);
	animation: mm-transform-left-show 0.5s cubic-bezier(.23, 1, .23, 1) forwards;
}
.mm-message.left-bottom {
	bottom: 16px;
	left: 15px;
}
.mm-message.left-bottom.show {
	transform: translate3d(-350px, 0, 0);
	animation: mm-transform-left-show 0.5s cubic-bezier(.23, 1, .23, 1) forwards;
}
.mm-message.top {
	top: 16px;
	left: calc(50% - 150px);
}
.mm-message.top.show {
	transform: translate3d(0, -70px, 0);
	opacity: 0;
	animation: mm-transform-y-show 0.5s cubic-bezier(.23, 1, .23, 1) forwards;
}
.mm-message.bottom {
	bottom: 16px;
	left: calc(50% - 150px);
}
.mm-message.bottom.show {
	transform: translate3d(0, 70px, 0);
	opacity: 0;
	animation: mm-transform-y-bottom-show 0.5s cubic-bezier(.23, 1, .23, 1) forwards;
}
.mm-message.center {
}
.mm-message.center.show {
	transform: translate3d(0, 70px, 0);
	opacity: 0;
	animation: mm-transform-y-show 0.5s cubic-bezier(.23, 1, .23, 1) forwards;
}
@keyframes mm-transform-right-show {
from {
transform: translate3d(350px, 0, 0);
}
to {
transform: translate3d(0, 0, 0);
}
}
@keyframes mm-transform-left-show {
from {
transform: translate3d(-350px, 0, 0);
}
to {
transform: translate3d(0, 0, 0);
}
}
@keyframes mm-transform-y-show {
from {
transform: translate3d(0, -20px, 0);
opacity: 0;
}
to {
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes mm-transform-y-bottom-show {
from {
transform: translate3d(0, 20px, 0);
opacity: 0;
}
to {
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.mmdom{
	animation: mmdom 0.3s ease-in-out forwards;
}
@keyframes mmdom{
	from {

		opacity: 0;
	}
	to {

		opacity: 1;
	}
}
.mm-dialog {
	font-family: "Microsoft YaHei", Arial;
	color: #333;
	font-size: 14px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 101;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}
.mm-dialogbox {
	min-width: 420px;
	width: 50%;
	background: #fff;
	padding: 0 20px;
	border-radius: 4px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.mm-dialogbox.show {
	animation: mm-transform-y-show 0.5s cubic-bezier(.23, 1, .23, 1) forwards;
}
.mm-dialog-header {
	height: 36px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 22px;
}
.mm-dialog-title {
	font-size: 16px;
	font-weight: 700;
	color: #1f2d3d;
}
.mm-dialoginfobox {
	margin: 10px 0;
	max-height: 600px;
	overflow: auto
}
.mm-dialog-close {
	font-size: 30px;
	overflow: hidden;
	height: 30px;
	width: 30px;
	cursor: pointer;
	color: #bfcbd9;
	transition: color .2s cubic-bezier(.645, .045, .355, 1);
}
.mm-dialog-close:hover {
	color: #20a0ff;
}
.mm-dialog-footer {
	height: 60px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.mm-button-cancel {
	width: 60px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	background: #fff;
	border: 1px solid #bfcbd9;
	transition: all .2s cubic-bezier(.645, .045, .355, 1);
	margin-right: 10px;
}
.mm-button-cancel:hover {
	color: #20a0ff;
	border-color: #20a0ff;
}
.mm-button-confirm {
	width: 60px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #20a0ff;
	border: 1px solid #20a0ff;
	transition: all .2s cubic-bezier(.645, .045, .355, 1);
}
.mm-button-confirm:hover {
	background: #4db3ff;
	border-color: #4db3ff;
	color: #fff;
}

@media all and (orientation : portrait) {
}
.mm-progress-box {
	position: fixed;
	display: flex;
	left: 0;
	top: 0;
	background: transparent;
	width: 100vw;
	height: 3px;
	z-index: 9999999
}
.mm-progress {
	height: 3px;
	transition: all 0.3s ease-out;
	background-color: #dbfdd8;
	box-shadow: 0 0px 1px #dbfdd8;
	width: 1%;
	border-radius: 10px
}
.mm-loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(255,255,255,0);
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
}
@keyframes mmloadbefore {
0% {
width: 0.5em;
box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
}
35% {
width: 2.5em;
box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
}
70% {
width: 0.5em;
box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
}
100% {
box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
}
}
@keyframes mmloadafter {
0% {
height: 0.5em;
box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
}
35% {
height: 2.5em;
box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
}
70% {
height: 0.5em;
box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
}
100% {
box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
}
}
.mm-loader:before {
	animation: mmloadbefore 2s infinite;
}
.mm-loader:after {
	animation: mmloadafter 2s infinite;
}
.mm-loader {
	position: relative;
	width: 2.5em;
	height: 2.5em;
	transform: rotate(165deg);
}
.mm-loader:before, .mm-loader:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-radius: 0.25em;
	transform: translate(-50%, -50%);
}
.mm-row {
	display: flex;
	align-items: center;
	padding: 10px 15px;
}
.mm-row-2 {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	border: 1px solid #f0f0f0;
	color: #555;
	border-radius: 4px
}
.mm-td {
	display: flex
}
.mm-td>div {
	margin: 0 2px
}
.mm-td>div:last-child {
	margin: 0
}
.mm-row-2>div {
	display: flex;
	flex: 1 1 50%;
}
.mr-5 {
	margin-right: 5px;
}
.mr-10 {
	margin-right: 10px;
}
.mb-20 {
	margin-bottom: 20px
}
.pd20 {
	padding: 20px
}
.mm-label {
	width: 120px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 10px;
}
.mm-label.required::before {
	display: flex;
	justify-items: center;
	content: '*';
	color: #FF4949;
	padding-right: 10px;
}
.mm-input {
	flex: 1 1 100%;
}
.mm-input>input {
	width: 100%;
	height: 36px;
	padding: 0 5px;
	background-color: #fff;
	border: 1px solid #bfcbd9;
	border-radius: 4px;
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}
.mm-input>input:hover {
	border-color: #8391a5;
}
.mm-input>input:focus {
	outline: 0;
	border-color: #20a0ff;
}
.mm-checkbox-group {
	display: flex;
	align-items: center;
	flex: 1 1 100%;
}
.mm-checkbox-labelbox {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.mm-checkbox-label {
	margin-left: 10px;
}
.mm-checkbox {
	position: relative;
	width: 14px;
	height: 14px;
}
.mm-checkbox>input[type="checkbox"] {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: relative;
	z-index: 1;
}
.mm-checkbox>.mm-checkbox-ico {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: content-box;
}
.mm-checkbox>.mm-checkbox-ico::before {
	content: "";
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -1px;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	border: 1px solid #d9d9d9;
	transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46);
}
.mm-checkbox>input[type="checkbox"]:hover+.mm-checkbox-ico::before {
	border-color: #20a0ff;
}
.mm-checkbox>input[type="checkbox"]:checked+.mm-checkbox-ico::before {
	content: "\2713";
	background-color: #fff;
	border: 1px solid #20a0ff;
	color: #20a0ff;
	font-size: 12px;
	font-weight: bold;
}
.mm-switch {
	flex: 1 1 100%;
	display: flex
}
.mm-switch-box {
	width: 40px;
	height: 20px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	padding: 0 2px;
	margin: 0 10px
}
.mm-switch-block {
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 50%;
	transform: translate3d(0px, 0, 0);
	transition: transform .3s;
}
.mm-switch>.mm-switch-box {
	background-color: #dcdfe6;
	border-color: #dcdfe6;
}
.mm-switch>.mm-switch-box>.mm-switch-block {
	transform: translate3d(0px, 0, 0);
}
.mm-switch>.mm-switch-right {
	color: #333;
	transition: color .3s;
}
.mm-switch>.mm-switch-left {
	color: #409eff;
	transition: color .3s;
}
.mm-switch.open>.mm-switch-box {
	background-color: #409eff;
	border-color: #409eff;
}
.mm-switch.open>.mm-switch-box>.mm-switch-block {
	transform: translate3d(18px, 0, 0);
}
.mm-switch.open>.mm-switch-right {
	color: #409eff
}
.mm-switch.open>.mm-switch-left {
	color: #333
}
.phone-logo {
	background: #20a0ff;
	height: 60px;
	display: none;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	color: #fff;
}
.phone-shade {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 1;
	background: rgba(0, 0, 0, 0.4);
	display: none;
	opacity: 0;
	transition: all .3s cubic-bezier(.71, -.46, .29, 1.46);
}
.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
i.ico {
	font-size: 14px;
	margin-right: 2px;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #b8b8b8;
 font-size: 14px;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #b8b8b8;
 font-size: 14px;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #b8b8b8;
 font-size: 14px;
}
a {
	color: #333;
	font-size: 14px;
	text-decoration: none
}
header {
	height: 60px;
	background: #20a0ff;
	color: #fff;
	display: flex
}
.header_left {
	width: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	overflow: hidden;
	border-right: 1px solid hsla(62, 77%, 76%, .3);
}
.header_left>a {
	display: block;
	color: #fff;
	font-size: 22px;
}
.header_right {
	flex: auto;
	width: calc(100vw - 250px);
	display: flex;
	justify-content: space-between;
	align-items: center
}
.menuico {
	font-size: 30px;
	padding-left: 10px;
	cursor: pointer
}
.phone-menuico {
	font-size: 30px;
	padding-left: 10px;
	cursor: pointer;
	display: none;
}
.pagebody {
	display: flex;
	height: calc(100vh - 60px);
}
.pagenav {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	width: 250px;
	background: #fff;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	white-space: nowrap;
	transform: translate3d(0px, 0, 0);
}
.left_hide {
	width: 0 !important;
}
 .pagenav::-webkit-scrollbar {
 width: 2px;
}
 .pagenav::-webkit-scrollbar-thumb {
 background-color: transparent;
}
 .pagenav::-webkit-scrollbar-thumb {
 background-color: #e1e3e4;
 background-clip: content-box;
 border-radius: 2px;
}
 .pagenav::-webkit-scrollbar-track {
 background-color: #fbfbfb;
}
.mm-nav {
	background: #fff;
	user-select: none;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	position: relative;
}
.mm-nav li {
	cursor: pointer;
}
.mm-nav>li>.mm-nav-titlebox {
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	transition: all .3s;
}
.mm-nav-leftinfo {
	flex: 1 1 auto;
	display: flex;
	align-items: center
}
.mm-nav-rightico {
	font-size: 18px;
	flex: 0;
	transform-origin: 50% 50%;
	transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}
.mm-nav .childbox {
	transition: height .3s cubic-bezier(.4, 0, .2, 1);
	overflow: hidden;
}
.mm-nav-ico {
	font-size: 18px;
	margin-right: 5px;
	color: #656565;
}
.mm-child-nav {
	overflow: hidden;
	height: 0;
	transition: height .3s cubic-bezier(.4, 0, .2, 1);
}
.mm-child-nav>li {
	height: 50px;
	white-space: nowrap;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 55px;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
}
.mm-child-nav>li>a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
}
.mm-nav>li.mm-nav-open>.mm-nav-titlebox {
	background: #66b1ff;
	color: #fff;
}
.mm-nav>li.mm-nav-open .mm-nav-ico {
	font-size: 18px;
	margin-right: 5px;
	color: #fff;
}
.mm-nav>li>.mm-nav-titlebox:hover {
	background: rgba(64, 158, 255, .3);
}
.mm-child-nav>li:hover {
	background: rgba(64, 158, 255, .3);
}
.mm-nav-active {
	background: rgba(64, 158, 255, .2);
}
.mainbody {
	height: 100%;
	flex: auto;
	width: calc(100vw - 250px);
	padding: 10px
}
.mainbox {
	height: 100%;
	background: #fff;
	width: 100%;
	overflow: hidden;
	padding: 0 10px 10px
}
.mianheader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.mainheader_left {
	font-size: 18px;
	font-weight: bold;
}
.mm-link {
	color: #409eff;
	position: relative;
	display: flex;
	align-items: center
}
.mm-link:hover:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 0;
	bottom: 0px;
	border-bottom: 1px solid #409eff;
}
.sortbox {
	display: inline-block;
	position: absolute;
	margin-left: 10px;
	padding-top: 4px
}
i.asc {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: none;
	border-bottom: 5px solid #97a8be;
	display: block;
	margin-bottom: 2px;
	cursor: pointer
}
i.desc {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 5px solid #97a8be;
	border-bottom: none;
	display: block;
	cursor: pointer
}
.mm-button {
	padding: 4px 9px;
	font-size: 12px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #bfcbd9;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	cursor: pointer;
}
.mm-button:hover {
	color: #20a0ff;
	border-color: #20a0ff;
}
.mm-button-edit {
	padding: 4px 9px;
	font-size: 12px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #bfcbd9;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	cursor: pointer;
}
.mm-button-edit:hover {
	color: #20a0ff;
	border-color: #20a0ff;
}
.mm-button-del {
	padding: 4px 9px;
	font-size: 12px;
	border-radius: 4px;
	background: #ff4949;
	border: 1px solid #ff4949;
	color: #fff;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	cursor: pointer;
}
.mm-button-del:hover {
	background: #ff6d6d;
	border-color: #ff6d6d;
}
.mm-tablebox {
	overflow: auto;
	position: relative;
	width: 100%;
	height: calc(100vh - 188px);
}
.mm-tablebox table {
	min-width: 100%;
}
.mm-tablebox th:first-child {
	padding-left: 10px;
}
.mm-tablebox td:first-child {
	padding-left: 10px;
}
.mm-tablebox th, .mm-tablebox td {
	min-width: 150px;
	text-align: left;
	height: 40px;
}
table thead tr, table tbody tr {
	display: table;
	min-width: 100%;
	background: #fff;
	border: 1px solid #dfe6ec;
	border-bottom: none;
}
table tbody tr.current-row {
	background: #edf7ff;
}
table tbody tr:hover {
	background: #eef1f6;
	transition: background .3s cubic-bezier(.4, 0, .2, 1);
}
table tbody tr:last-child {
	border-bottom: 1px solid #dfe6ec;
}
table thead tr {
	position: -webkit-sticky;
	position: sticky;
	z-index: 1;
	top: 0px;
	height: min-content;
}
.mm-tablebox th {
	background: #eef1f6;
}
.mm-pager {
	height: 60px;
	display: flex;
	align-items: center;
	padding: 0 10px;
	justify-content: space-between
}
.mm-pagesize {
	display: flex;
	align-items: center;
	width: 120px
}
.mm-select {
	border-radius: 2px;
	border: 1px solid #dcdfe6;
	display: flex;
	flex: 1 1 100%;
	position: relative;
}
.mm-select.open {
	border-color: #409eff;
}
.mm-select>.inputtext {
	color: #606266;
	height: 28px;
	border: none;
	background-color: transparent;
	line-height: 28px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 5px
}
.mm-select-ico {
	width: 30px;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform-origin: 50% 50%;
	transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}
.mm-select.open>.mm-select-ico {
	transform: rotate(180deg)
}
.mm-optionbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border: 1px solid #e4e7ed;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	margin: 5px 0;
	display: none;
}
.mm-select.open>.mm-optionbox {
	display: block;
}
.mm-optionbox>ul {
	overflow: hidden
}
.mm-optionbox>ul>li {
	font-size: 14px;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #606266;
	height: 34px;
	line-height: 34px;
	box-sizing: border-box;
	cursor: pointer;
}
.mm-optionbox>ul::-webkit-scrollbar {
 width: 2px;
}
 .mm-optionbox>ul::-webkit-scrollbar-thumb {
 background-color: transparent;
}
 .mm-optionbox>ul::-webkit-scrollbar-thumb {
 background-color: #e1e3e4;
 background-clip: content-box;
 border-radius: 2px;
}
 .mm-optionbox>ul::-webkit-scrollbar-track {
 background-color: #fbfbfb;
}
.mm-optionbox>ul>li:hover {
	background-color: #f5f7fa;
}
.mm-option-ico {
	position: absolute;
	bottom: -9px;
	display: flex;
	justify-content: center;
	width: 100%;
}
.mm-option-ico.up:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}
.mm-option-ico.down:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
}
.mm-optionbox>ul>li.active {
	color: #409eff;
}
.mm-pagelistbox {
	flex: 1 1 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pagebox {
	display: flex
}
.mm-page {
	border-radius: 2px;
	cursor: pointer;
	background: #f4f4f5;
	padding: 6px 10px;
	font-size: 18px;
	color: #606266;
	margin: 0 3px;
	display: flex;
	justify-content: center;
	align-items: center
}
.mm-page.nodata {
	cursor: not-allowed
}
.mm-pagelist {
	display: flex
}
.mm-pagelist>li {
	font-size: 13px;
	border-radius: 2px;
	cursor: pointer;
	background: #f4f4f5;
	padding: 6px 14px;
	font-size: 14px;
	color: #606266;
	margin: 0 3px;
	display: flex;
	justify-content: center;
	align-items: center
}
.mm-pagelist>li.active {
	background-color: #409eff;
	color: #fff;
}
.pageinfo {
	display: flex;
	flex: 1 1 100%;
}
.mm-radio-group {
	flex: 1 1 100%;
	display: flex
}
.mm-radio-box {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.mm-radio-box:first-child {
	margin-left: 0px;
}
.mm-radio {
	width: 14px;
	height: 14px;
	border: 1px solid #e1e3e4;
	border-radius: 50%;
	position: relative;
	top: 1px;
	display: flex;
	align-items: center;
	justify-content: center
}
.mm-radio-box.checked>.mm-radio {
	border-color: #409eff
}
.mm-radio-box.checked>.mm-radio:before {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	background: #409eff;
	border-radius: 50%;
}
.mm-radio-text {
	margin-left: 5px
}
 .mm-dialoginfobox::-webkit-scrollbar {
 width: 2px;
}
 .mm-dialoginfobox::-webkit-scrollbar-thumb {
 background-color: transparent;
}
 .mm-dialoginfobox::-webkit-scrollbar-thumb {
 background-color: #e1e3e4;
 background-clip: content-box;
 border-radius: 2px;
}
 .mm-dialoginfobox::-webkit-scrollbar-track {
 background-color: #fbfbfb;
}
.inputtext.readonly {
	cursor: pointer
}



::-webkit-scrollbar {
 width: 8px;
 height: 8px;
}

::-webkit-scrollbar-thumb {
 background-color: transparent;
}

::-webkit-scrollbar-thumb {
 background-color: #e1e3e4;
 background-clip: content-box;
 border-radius: 8px;
}

::-webkit-scrollbar-track {
 background-color: #fbfbfb;
}
table thead tr {
	border-right: none;
}
.mm-cel-title {
	display: none
}
.top-right>a {
	display: flex;
	color: #fff;
	align-items: center;
	margin-right: 20px
}
.userface {
	margin-left: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat
}
.mm-date {
	position: relative;
	width: 232px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e2e2e2;
	box-shadow: 0 1px 6px rgba(0,0,0,.15);
	position: fixed;
	z-index: 3000;
	left: 0;
}
.mm-year-box {
	position: absolute;
	padding-top: 5px;
	left: 0;
	top: 36px;
	width: 100%;
	background: #fff;
	display: none;
	flex-flow: wrap
}
.mm-year-box.show {
	display: flex
}
.mm-year-box>div {
	flex: 1 1 33.3333%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	cursor: pointer
}
.mm-year-box>div>span {
	padding: 10px;
	display: flex;
}
.mm-year-box>div.active>span {
	background: #409eff;
	color: #fff
}
.mm-month-box {
	position: absolute;
	padding-top: 5px;
	left: 0;
	top: 36px;
	width: 100%;
	background: #fff;
	display: none;
	flex-flow: wrap
}
.mm-month-box.show {
	display: flex
}
.mm-month-box>div {
	flex: 1 1 33.3333%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	cursor: pointer
}
.mm-month-box>div>span {
	padding: 10px;
	display: flex;
}
.mm-month-box>div.active>span {
	background: #409eff;
	color: #fff
}
.mm-date-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 36px;
	background-color: #f2f2f2;
	user-select: none
}
.mm-date-header>.left {
	display: flex;
}
.mm-date-header>.left>.left-d {
	font-size: 22px;
	position: relative;
	top: 1px;
	cursor: pointer
}
.mm-date-header>.left>.left-s {
	font-size: 20px;
	cursor: pointer
}
.mm-date-header>.right {
	display: flex
}
.mm-date-header>.right>.right-d {
	font-size: 22px;
	cursor: pointer
}
.mm-date-header>.right>.right-s {
	font-size: 20px;
	display: flex;
	align-items: center;
	cursor: pointer
}
.mm-date-header>.center {
	display: flex;
	flex: 1 1 auto;
	justify-content: center
}
.mm-date-header>.center>div {
	padding: 0 5px;
	cursor: pointer
}
.mm-date-weekbox {
	display: flex;
	align-items: center;
	padding: 5px
}
.mm-date-weekbox>div {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	font-size: 12px;
	font-weight: 400;
}
.mm-month-dates {
	display: flex;
	flex-flow: wrap;
	align-content: flex-start;
	padding: 5px
}
.mm-month-dates>div {
	display: flex;
	justify-content: center;
	width: 14.2857%;
	height: 28px;
	align-items: center;
}
.mm-month-dates>div.allow {
	cursor: pointer
}
.mm-month-dates>div.nochoose {
	cursor: not-allowed;
	color: #c0c4cc;
}
.mm-month-dates>div.allow.active {
	background: #409eff;
	color: #fff
}
.mm-month-dates>div.allow:hover {
	background-color: #f2f2f2;
	color: #333
}
.mm-date-footer {
	height: 36px;
	padding: 0 6px;
	border-top: 1px #e9e9e9 solid;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.mm-date-bonbox {
	display: flex
}
.mm-date-bonbox>.clear {
	padding: 0 5px;
	background-color: #20a0ff;
	color: #fff;
	height: 28px;
	display: flex;
	align-items: center;
	border-radius: 4px 0 0 4px;
	border: 1px solid #20a0ff;
	font-size: 12px;
	cursor: pointer
}
.mm-date-bonbox>.now {
	padding: 0 5px;
	background-color: #20a0ff;
	color: #fff;
	height: 28px;
	display: flex;
	align-items: center;
	border-radius: 0px;
	margin: 0 1px;
	border: 1px solid #20a0ff;
	font-size: 12px;
	cursor: pointer
}
.mm-date-bonbox>.setok {
	padding: 0 5px;
	background-color: #20a0ff;
	color: #fff;
	height: 28px;
	display: flex;
	align-items: center;
	border-radius: 0px 4px 4px 0px;
	border: 1px solid #20a0ff;
	font-size: 12px;
	cursor: pointer
}
.loginbg{ position:fixed; width:100vw; height:100vh; background:url(../images/bg-01.jpg); background-size:cover; background-position:center}
.loginbody{ position:fixed; width:100vw; height:100vh; z-index:1; display:flex; justify-content:center; align-items:center}
.loginheader{ display:flex;  justify-content:center; align-items:center; padding-top:10px; line-height:60px}
.loginbox{ width:400px;  background:#fff;  padding: 0px 20px 50px;border-radius: 4px;box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);}
.mm-login-button{ display:flex; width:100%}
@media all and (orientation : landscape) {
/*　　這是匹配橫屏的狀態，橫屏時的css代碼　　*/
.pagenav {
	position: relative;
	left: 0;
	top: 0;
	z-index: 100;
	width: 250px;
	border-right: 1px solid #eee;
	transform: translate3d(0px, 0, 0) !important;
}
}

@media all and (orientation : portrait) {
	::-webkit-scrollbar {
 width: 2px;
 height: 2px;
}

	::-webkit-scrollbar-thumb {
 background-color: transparent;
}

	::-webkit-scrollbar-thumb {
 background-color: #e1e3e4;
 background-clip: content-box;
 border-radius: 2px;
}

	::-webkit-scrollbar-track {
 background-color: #fbfbfb;
}
/*　　這是匹配豎屏的狀態，豎屏時的css代碼　　*/
.mm-row-2 {
	display: flex;
	align-items: center;
	padding: 0px 15px;
	flex-flow: row wrap;
	border-bottom: 1px solid #f0f0f0;
	border-radius: 4px
}
.mm-row-2>div {
	display: flex;
	flex: 1 1 100%;
	padding: 10px
}
.mm-row-2>div:last-child {
	padding-top: 0
}
.mm-dialogbox {
	width: calc(100vw - 10px);
	padding: 0 5px!important;
}
.mm-allpage {
	display: none
}
.mm-dialoginfobox {
	max-height: calc(100vh - 150px)!important;
}
.mm-row {
	padding: 10px 5px
}
.mm-label {
	width: 140px
}
.header_left {
	display: none;
}
.mainbody {
	width: 100vw;
	padding: 0
}
.mainbox {
	padding: 0
}
.mianheader {
	padding: 10px
}
.mm-tablebox {
	background-color: #f7f7f7;
	padding: 10px 3px;
	height: calc(100vh - 162px);
}
.mm-cel-title {
	display: block
}
table {
	width: 100%;
}
table thead {
	display: none
}
table tr {
	display: flex !important;
	flex: 1 1 100%;
	flex-wrap: wrap;
	margin-top: 10px;
	border-radius: 4px;
}
table tr:first-child {
	margin-top: 0px;
}
table td {
	flex: 1 1 100%;
	width: 100%;
	min-width: 100%!important;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mm-tablebox th {
	padding: 0 10px;
}
.mm-tablebox td {
	padding: 0 10px;
}
.pagenav {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 250px;
	border-right: 1px solid #eee;
	transform: translate3d(-250px, 0, 0);
}
.phone-logo {
	display: flex;
}
.phone-logo>a {
	display: flex;
	color: #fff;
	font-size: 22px
}
.menuico {
	display: none
}
.phone-menuico {
	display: block
}
.table-repair {
	display: none;
}
.mm-pagesize {
	display: none
}
}
