[v-cloak] {
    /* display: none !important; */
}
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
@font-face {
	font-family: 'MyCustomFont';
	src:
		url('../font/SourceHanSansCN-Medium.otf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
 
body {
  font-family: sans-serif;
}
html, body {
	margin: 0;
	padding: 0;
	color: #333;
	height: 100vh;
	font-size: 16px;
	overflow: hidden;
	background: #F8F9FA;
	font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, "PingFang SC", Tahoma,Arial;
}
@media (max-width: 1580px) {
    html, body {
    	font-size: 14px !important;
    }
}
@media (max-width: 1280px) {
    html, body {
    	font-size: 14px !important;
    }
}
li {
  list-style: none;
}
a {
	text-decoration: none;
}
input {
	border: 0;
	outline: none;
}
textarea:focus{
  outline: none;
}
select:focus{
  outline: none;
}
.hide {
	display: none;
}
.curposdiv{
	cursor: pointer;
}
.template-card-content::-webkit-scrollbar {
    width:0.25rem;
}
.template-card-content::-webkit-scrollbar-track {
    background-color: #F2F2F2;
}
.template-card-content::-webkit-scrollbar-thumb {
    background-color: #CCCCCC;
}
/* 上传图片样式开始 */
.upload-img-add{
	border: 0.0625rem solid #D9D9D9;
	/* padding: 0.625rem; */
	border-radius: 0.3125rem;
	width: 6rem;
	height: 6rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color:#D9D9D9;
	cursor: pointer;
}
.upload-img-add-text{
	margin-top: 0.5rem;
	font-size: 0.875rem;
}
.upload-img-add-img{
	width: 1.5rem;
	height: 1.5rem;
}
/* 上传图片样式结束 */
.center {
/* 	text-align: center !important;
	justify-content: center !important; */
}
.none-line {
	border: 0 !important;
}
.b-h {
	border: 1px solid #D9D9D9;
}
.b-c-r {
	color: #fff !important;
	background: #F5222D !important;
}
.b-c-p {
	color: #fff !important;
	background: #C446FF !important;
}
.b-c-b {
	color: #fff !important;
	background: #4685FF !important;
}
.b-c-w {
	color: #555 !important;
	background: #fff !important;
}
.b-c-e{
	color:#fff !important;
	background: #FF467D !important;
}

.b-c-0 {
	color: #fff !important;
	background: #F5222D !important;
}
.b-c-1 {
	color: #fff !important;
	background: #C446FF !important;
}
.b-c-2 {
	color: #fff !important;
	background: #4685FF !important;
}
.b-c-3{
	color:#fff !important;
	background: #FF467D !important;
}
.color-red {
	color: #F5222D !important;
}
.color-green {
	color: #67C23B !important;
}
.mt0 {
	margin-top: 0 !important;
}
.w-5 {
	width: 5% !important;
}
.w-10 {
	width: 10% !important;
}
.w-15 {
	width: 15% !important;
}
.w-20 {
	width: 20% !important;
}
.w-25 {
	width: 25% !important;
}
.w-30 {
	width: 30% !important;
}
.w-35 {
	width: 35% !important;
}
.w-40 {
	width: 40% !important;
}
.w-45 {
	width: 45% !important;
}
.w-50 {
	width: 50% !important;
}
.w-60 {
	width: 60% !important;
}
.w-70 {
	width: 70% !important;
}
.w-80 {
	width: 80% !important;
}
.w-90 {
	width: 90% !important;
}
.w-100 {
	width: 100% !important;
}

.m-t-20 {
	margin-top: 1.25rem;
}

.new-style-model {
	position: fixed;
	top: 5.75rem;
	left: 50%;
	z-index: 1000;
	transform: translate(-50%, -50%);
	border-radius: 0.375rem;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px 1px rgba(0,0,0,0.08);
	padding: 0 1.25rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;

	/* position: fixed;
	top: 50%;
	left: 49%;
	z-index: 1000;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.8);
	height: 2.25rem;
	padding: 0 1rem;
	border-radius: 0.5rem;
	box-shadow: 0px 2px 0.5rem 0px rgba(0, 0, 0, 0.15); */
}
.new-style-model i {
	font-size: 1.25rem;
	padding-top: 1px;
}
.new-style-model .ion-information-circled {
	color: #FFA215;
}
.new-style-model .ion-checkmark-circled {
	color: #4CD208;
}
.new-style-model .ion-close-circled {
	color: #FF5D75;
}
.new-style-model-text {
	font-weight: normal;
	font-size: 0.875rem;
	color: #242933;
	margin-left: 0.375rem;
	padding-bottom: 1px;
}

/* 超出省略 */
.vertical-1 {	
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.vertical-2 {	
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.vertical-3 {	
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.data-null-text {
	width: 100%;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	/* border-top: 1px solid #eee; */
}

@keyframes pageNavW1 {
	0% {
		/* width: 0; */
		z-index: -1;
		margin-left: -13.125rem;
	}
	100% {
		z-index: -1;
		/* width: 13.125rem; */
		margin-left: 0rem;
	}
}
.pageNav {
	width: 13.125rem;
	z-index: -1;
	margin-left: -13.125rem;
	animation: pageNavW2 0.8s;
}
@keyframes pageNavW2 {
	0% {
		margin-left: 0rem;
	}
	100% {
		margin-left: -13.125rem;
	}
}
.nav-logo {
	
}
.nav-logo img {
	height: 2.125rem;
	display: block;
	margin: 2rem auto;
	margin-left: 1.975rem;
}
.nav-list {
	width: 11.375rem;
	margin: 0 auto;
	height: calc(100vh - 6.625rem);
}
.nav-item {
	min-width: 9.625rem;
	height: 3.25rem;
	cursor: pointer;
	border-radius: 0.25rem;
	display: flex;
	align-items: center;
	padding-left: 1.1875rem;
	margin-bottom: 0.625rem;
}
.nav-icon {
	width: 1.125rem;
	display: block;
}
.nav-title {
	color: #555;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 0.875rem;
	margin: 0 0.6875rem 0 0.75rem;
}
.nav-hut {
	width: 2.75rem;
	display: block;
	margin-top: -0.4375rem;
}
.navSel, .nav-item:hover {
	background: #FFEFF2;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
}
.navSel .nav-title, .nav-item:hover .nav-title {
	color: #FA3058;
	font-size: 700;
}
.page-right {
	width: calc(100% - 13.125rem);
	animation: pageRightW1 0.8s;
}
@keyframes pageRightW1 {
	0% {
		width: 100%;
		background: #FAFCFF;
	}
	100% {
		background: none;
		width: calc(100% - 13.125rem);
	}
}
.pageRight {
	width: 100%;
	z-index: 1;
	background: #FAFCFF;
	animation: pageRightW2 1s;
}
@keyframes pageRightW2 {
	0% {
	  width: calc(100% - 13.125rem);
	}
	100% {
	  width: 100%;
	  display: none;
	}
}


.daterangepicker thead tr:first-child .month {
	width: 11.25rem;
	/* display: flex;
	align-items: center; */
}


.page-nav {
	height: auto;
}
.max-w-240 {
	max-width: 15rem !important;
}
.nowrap {
	white-space: nowrap;
}


.settleDataView {
	margin-top: 1rem;
	padding: 1.25rem 0;
	position: relative;
	background: #FFFFFF;
	border-radius: 0.625rem;
	height: calc(100vh - 3.75rem - 2.5rem - 6rem - 3.375rem - 4.5rem - 2rem);
}
.template-card-content {
	padding: 0 1.25rem;
	max-height: calc(100vh - 3.75rem - 2.5rem - 6rem - 3.375rem - 4.5rem - 2rem - 2.5rem);
	overflow-y: auto;
}
.ant-table-content table {
	border-radius: 0.5rem 0.5rem 0px 0px;
	overflow: hidden;
}
td {
  border: none; /* 边框去掉 */
}
table {
	width: 100%;
}
.ant-table-content thead tr {
	width: 100%;
	height: 3.125rem;
	background: #F8F8F8;
	border-radius: 0.5rem 0.5rem 0px 0px;
}
.ant-table-content thead tr th {
	color: #666;
	font-size: 0.875rem;
	font-weight: 500;
	text-align: left;
	padding: 0 1rem;
}
.ant-table-content tbody tr {
	height: 4.625rem;
	border-bottom: 1px solid #EBEFF6;
}
.ant-table-content tbody tr:hover {
	background: #FAFAFA;
}
.ant-table-tbody-null tr:hover {
	background: unset !important;
}
.ant-table-content tbody tr:last-child {
	/* border-bottom: 0; */
}
.ant-table-content tbody tr td {
	font-weight: 400;
	font-size: 0.875rem;
	color: #4E5969;
	padding: 0 1rem;
}
.ant-table-content tbody tr td .order-text {
	max-width: 14.375rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.ant-table-content tbody tr td .pattern {
	display: flex;
	align-items: center;
}
.ant-table-content tbody tr td .pattern .pattern-text {
	padding-bottom: 0.0625rem;
}
.ant-table-content tbody tr td .pattern-img {
	width: 0.875rem;
	height: 0.875rem;
	display: block;
	margin-right: 0.25rem;
}
.ant-table-content tbody tr td .surplus-time-0 {
	color: #4E5969;
}
.ant-table-content tbody tr td .surplus-time-1 {
	color: #FF5D75;
}
.ant-table-content tbody tr td .order-status-0 {
	font-weight: 500;
	font-size: 0.875rem;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	color: #4285F4;
	background: #EAF4FE;
	border: 1px solid #9FC9FA;
}
.ant-table-content tbody tr td .order-status-1 {
	font-weight: 500;
	font-size: 0.875rem;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	color: #E2784C;
	background: #FEF5E8;
	border: 1px solid #FAD49A;
}
.ant-table-content tbody tr td .order-status-2 {
	font-weight: 500;
	font-size: 0.875rem;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	color: #E95B56;
	background: #FDF2F0;
	border: 1px solid #F7D4CF;
}
.ant-table-content tbody tr td .order-status-3 {
	font-weight: 500;
	font-size: 0.875rem;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	color: #A757EC;
	background: #F7F1FC;
	border: 1px solid #D3B1F1;
}
.ant-table-content tbody tr td .order-status-4 {
	font-weight: 500;
	font-size: 0.875rem;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	color: #15A298;
	background: #E4FAFF;
	border: 1px solid #4FE3DA;
}
.ant-table-content tbody tr td .order-status-5 {
	font-weight: 500;
	font-size: 0.875rem;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	color: #1DB35C;
	background: #EEFFF5;
	border: 1px solid #99E9BA;
}
.ant-table-content tbody tr td .order-status-6 {
	font-weight: 500;
	font-size: 0.875rem;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	color: #666666;
	background: #F5F5F5;
	border: 1px solid #AAAAAA;
}
.ant-table-content tbody tr td .order-info {
	color: #4285F4;
	cursor: pointer;
}
.ant-table-content tbody tr td .order-info:hover {
	color: #3B77DB;
}

.table-data-page {
	width: 100%;
	margin-top: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: right;
}

.ant-page {
	width: 100%;
	padding: 0 1.25rem;
	font-weight: 400;
	font-size: 0.875rem;
	color: #242933;
	line-height: 1;
	margin-top: 1.25rem;
	box-shadow: unset;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.page-total-count {
	margin-right: 1.25rem;
}
.page-limit select {
	height: 1.75rem;
	padding: 0 0.625rem;
	background: #FFFFFF;
	cursor: pointer;
	border-radius: 0.1875rem;
	border: 1px solid #F1F3F6;
}
.page-go input {
	width: 3.75rem;
	height: 1.75rem;
	border-radius: 0.1875rem;
	border: 1px solid #F1F3F6;
	text-align: center;
	color: #242933;
}
.page-all {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.25rem;
	margin-right: 0.75rem;
}
.page-list {
	
}
.pagination {
	margin: 0 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-link {
	width: 1.875rem;
	height: 1.875rem;
	border: 0 !important;
}
.page-list .pagination:nth-child(2) {
	display: none;
}
.page-item {
	margin: 0 0.3125rem;
}
.page-item:first-child {
	margin-left: 0;
}
.page-item:last-child {
	margin-right: 0;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
	border-radius: 0.125rem !important;
	border: 1px solid #F3F5F7 !important;
}
.page-link {
	width: 2rem;
	height: 2rem;
	cursor: pointer;
	font-family: Inter;
	font-size: 0.75rem;
	font-weight: 400;
	color: #242933;
	line-height: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-link:hover {
	background: #F5F5F5 !important;
}
.page-item.active .page-link {
	background: #FFCC00 !important;
	border-radius: 0.125rem;
	font-weight: 400;
	font-size: 0.875rem !important;
	color: #333333 !important;
}
.page-link span {
	color: #4E5969;
}
/* .page-item:last-child .page-link:hover {
	background: #FFFFFF !important;
	border: 1px solid #6C6F79 !important;
} */

.box-tip-model {
	position: fixed;
	left: 50%;
	bottom: 50%;
	transform:translate(-50% , -50%);
	z-index: 1;
	padding: 0.75rem 0.75rem;
	display: flex;
	align-items: center;
	border-radius: 0.25rem;
	background: rgba(0, 0, 0, 0.8);
	animation: change 2s;
}
.box-tip-model img {
	width: 1rem;
	display: block;
}
.box-tip-model div {
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1rem;
	margin-left: 0.625rem;
}


/* <!-- 自定义弹窗样式 --> */
.appLayer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100vh;
	background: none;
	/* display: flex;
	align-items: center;
	justify-content: center; */
	/* animation: appLayer1 1s; */
}
.appLayer-mask, .u-popup-mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.3);
}

@keyframes appLayer1 {
	0% {
		width: 0;
		height: 0;
	}
	100% {
		width: 100%;
		height: 100vh;
	}
}
.u-popup-content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	z-index: 100001;
}
.appLayer-content {
	position: fixed;
	top: -100%;
	left: 50%;
	transform: translate(-50% , -50%);
	z-index: 100000;
	border-radius: 0.75rem;
	overflow: hidden;
	background: none;
}
.appLayer-close {
	position: absolute;
	top: 0.375rem;
	right: 1.875rem;
	z-index: 1;
	cursor: pointer;
	font-size: 1.8rem;
	color: rgba(136, 136, 136, 0.87);
}

.u-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100vh;
}
.appLayers {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100vh;
	/* background: rgba(0, 0, 0, 0.4); */
	/* display: flex;
	align-items: center;
	justify-content: right; */
	/* animation: appLayer2 1s; */
}

@keyframes appLayer2 {
	0% {
		top: -100vh;
		/* width: 0;
		height: 0; */
	}
	50% {
		/* justify-content: center; */
	}
	100% {
		top: 0;
		/* width: 100%;
		height: 100vh; */
	}
}

.appLayers-content {
	width: 40%;
	height: 100vh;
	background: #fff;
	overflow: hidden;
	position: fixed;
	right: -100%;
	z-index: 10;
}
.appLayers-top {
	width: 100%;
	height: 3.75rem;
	padding-left: 1.25rem;
	padding-right: 0.625rem;
	border-bottom: 1px solid #EBEFF6;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.appLayers-title {
	font-weight: 500;
	font-size: 1rem;
	color: #000000;
}
.appLayers-close {
	padding: 0.625rem;
	cursor: pointer;
}
.appLayers-close img {
	width: 1.125rem;
	display: block;
}

.mask-loading{
	z-index: 999;
	position: fixed;
	width: 100%;
	height: calc(100vh - 3.75rem);
	background: #FFFFFF;
	top: 3.75rem;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;   
}
.mask-loading-spinner{
	top: 50%;
	margin-top: -1.3125rem;
	width: 100%;
	text-align: center;
}
.mask-loading-spinner .mask-loading-text {
	color: #4285F4;
	margin: 0.1875rem;
	font-size: 0.875rem;
}
.circular {
	height: 2.625rem;
	width: 2.625rem;
	animation: loading-rotate 2s linear infinite
}
.path {
	animation: loading-dash 1.5s ease-in-out infinite;
	stroke-dasharray: 90,150;
	stroke-dashoffset: 0;
	stroke-width: 3;
	stroke: #4285F4;
	stroke-linecap: round
}
.mask-loading-spinner i {
	color: #4285F4;
}
@keyframes loading-rotate {
	to {
		transform: rotate(1turn)
	}
}

@keyframes loading-dash {
	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90,150;
		stroke-dashoffset: -2.5rem;
	}

	to {
		stroke-dasharray: 90,150;
		stroke-dashoffset: -7.5rem;
	}
}


.huise-pop-up {
	position: fixed;
	top: 50%;
	left: 49%;
	z-index: 1000;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.8);
	height: 2.25rem;
	padding: 0 1rem;
	border-radius: 0.5rem;
	box-shadow: 0px 2px 0.5rem 0px rgba(0, 0, 0, 0.15);
}
.ethereal-pop-up {
	position: fixed;
	top: 5rem;
	left: 49%;
	z-index: 100000;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	background: #FFF;
	padding: 0.625rem 1rem;
	border-radius: 0.125rem;
	box-shadow: 0px 2px 0.5rem 0px rgba(0, 0, 0, 0.15);
}
.ethereal-pop-up-img {
	width: 1.25rem;
	display: block;
}
.ethereal-pop-up-text {
	font-size: 0.875rem;
	font-weight: 400;
	/* line-height: 14px; */
	margin-left: 0.5rem;
	margin-top: -0.125rem;
}
.huise-pop-up .ethereal-pop-up-text {
	color: #fff;
}


.float-kf {
	position: fixed;
	right: 1.5rem;
	bottom: 7rem;
	z-index: 2;
	width: 3.125rem;
	height: 3.125rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
}
.float-kf img {
	width: 1.6875rem;
	display: block;
}
.float-kf-code {
	position: fixed;
	right: 5rem;
	bottom: 6.25rem;
	z-index: 2;
}
.float-kf-codes {
	position: relative;
}
.float-kf-bj {
	width: 14.375rem;
	display: block;
}
.float-kf-code-con {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;	
	width: 100%;
	height: 100%;
	padding: 1.5rem 1.625rem 0;
}
.float-kf-code-item1 {
	font-size: 0.9375rem;
	font-weight: 700;
	/* line-height: 0.75rem; */
	letter-spacing: 1px;
}
.float-kf-code-item2 {
	font-size: 0.75rem;
	font-weight: 400;
	/* line-height: 0.75rem; */
	letter-spacing: 1px;
	margin-top: 0.5rem;
}
.float-kf-code-item3 {
	width: 100%;
	background: #fff;
	border-radius: 0.5rem;
	padding: 1.25rem 1.5rem 1rem;
	margin-top: 0.75rem;
}
.float-kf-code-item3-top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.float-kf-code-item3-top img {
	width: 0.75rem;
	display: block;
}
.float-kf-code-item3-title {
	color: #FA3058;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 0.75rem;
	letter-spacing: 1px;
	/* margin: 0 0.5rem; */
}
.float-kf-code-img {
	width: 7.5rem;
	display: block;
	margin: 0.5rem auto 0.25rem;
}
.float-kf-code-item3-text {
	color: #888;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 0.75rem;
	letter-spacing: 1px;
	text-align: center;
}
.float-kf-code-item4 {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 0.75rem;
	letter-spacing: 0.0625rem;
	text-align: center;
	margin-top: 1.0625rem;
}


.float-user-operate {
	position: fixed;
	top: 4.5rem;
	right: 1.5rem;
	z-index: 9;
	width: 11.875rem;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.float-user-operate::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	width: 1rem;
	height: 1rem;
	background: #fff;
	transform: rotate(45deg) translateX(-50%);
	box-shadow: -1px -1px 4px 0px rgba(0, 0, 0, 0.1);
}
.float-user-operates {
	width: 100%;
	padding: 0.5rem;
	background: #fff;
	position: relative;
	border-radius: 0.25rem;
}
.float-user-operate-item {
	width: 100%;
	height: 2.9375rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.125rem;
}
.float-user-operate-item:hover {
	color: #FA3058;
	background: #f8f8f8;
	/* border-bottom: 1px dashed #eee; */
}
.input-group{
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 0.25rem !important;
	border: 1px solid #D9D9D9;
	overflow: hidden;
	flex-wrap: wrap;
}
.input-group .input-group-lable{
	display: block;
	height: 100%;
	background: #D9D9D9;
	font-size: 0.875rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1rem;
} 
.input-group .input-group-input{
	display: block;
	height: 100%;
	border:none;
	flex: 1 1 auto;
    width: 1%;
}
.div_remark{
	font-size: 0.75rem;
	margin-top: 0.3125rem;
	color:#999;
}






.top {
    width: 100%;
	height: 3.75rem;
	padding: 0 1.25rem;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-left {
    display: flex;
	align-items: center;
}
.top-logo {
    width: 8.875rem !important;
	/* height: 2rem; */
	display: block;
}
.top-list {
	height: 1.875rem;
    display: flex;
    align-items: center;
	/* padding: 0.25rem; */
	margin-left: 1.25rem;
	/* background: #F4F5F8; */
	/* border-radius: 1.0625rem; */
}
.top-list-item {
    height: 2rem;
    border-radius: 0.25rem;
	font-weight: 400;
	margin-right:0.625rem;
	font-size: 0.875rem;
	color: #3C414D;
	padding-bottom: 1px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding:0 0.625rem;
}
.top-list-item-name {
	padding-bottom: 1px;
}
.sel-top-list-item{
	width: 11.25rem;
	background: #FFFFFF;
	box-shadow: 0px 0.125rem 0.75rem 0.063rem rgba(0,0,0,0.06);
	border-radius:0.375rem;
	border: 0.063rem solid #EBEBEB;
	padding:0.5rem;
	z-index: 9999;
}
.sel-list-item-div{
	position: absolute;
	top:2rem;
	left:0;
	padding-top:0.625rem;
	z-index: 9999;
}
.top-active{
	background: #F5F5F5;
	border-radius: 0.25rem;
	/* color: #FF9900; */
}
.top-sel-active{
	color: #333333;
	background: #FFCC00;
}
.item-list-item{
	width: 100%;
	height: 2.5rem;
	border-radius:0.375rem;
	padding:0.625rem 0.75rem;
	color:#333333;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top:0.25rem;
}
.item-list-item-name {
	padding-bottom: 1px;
}
.item-list-item:first-child{
	margin-top: 0;
}
.item-list-item-new{
	color: #FF9900;
	background: #FEFAEF;
}
.item-list-item-hover{
	background: #F5F5F5;
}
.ant-table-overhide{
	width: 16rem;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.top-allow-down{
	width: 0.625rem !important;
	/* height:0.25rem; */
	display: block;
	margin-left: 0.375rem;
}
.top-list-item:last-child {
	margin-left: 0.125rem;
}
/* .top-list-item:hover {
	color: #3C414D;
} */
.top-list-item-new, .top-list-item-new:hover {
	color: #333333;
	background: #FFCC00;
}
.item-list-item .item-list-item-count {
    height: 0.875rem;
	padding: 0.05rem 0.25rem;
    background: #FF5D75;
    border-radius: 0.4375rem;
	font-weight: 400;
	font-size: 0.625rem;
	color: #FFFFFF;
	line-height:0.975rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0.5rem;
	margin-bottom: 0.0975rem;
}
.top-list-item .num_padding{
	height: 0.875rem;
	padding: 0.05rem 0.25rem;
    background: #FF5D75;
    border-radius: 0.4375rem;
	font-weight: 400;
	font-size: 0.625rem;
	color: #FFFFFF;
	line-height:0.975rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0.25rem;
	margin-bottom: 0.0975rem;
}
.top-list-item .num_padding-active{
    background: #3C414D;
}
.top-right {
    display: flex;
	align-items: center;
	justify-content: flex-end;
}
.top-user {
	width: 6.5rem;
	height: 2.125rem;
	border-radius: 0.25rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-user:hover {
	background: #F4F5F8;
}
.top-user-img {
	width: 1rem;
	display: block;
}
.top-user span {
	font-weight: 400;
	font-size: 1rem;
	color: #3C414D;
	margin-left: 0.25rem;
	padding-bottom: 1px;
	text-stroke: 1px rgba(0,0,0,0);
}
.top-user-info {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	
}
.top-user-shu {
	width: 1px;
	height: 2rem;
	margin-left: 0.3125rem;
	background: #EBEFF6;
}
.top-user-con {
	cursor: pointer;
	padding-left: 1.25rem;
	display: flex;
	align-items: center;
}
.top-xing {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: #F4860A;
	font-weight: bold;
	font-size: 0.875rem;
	color: #FFFFFF;
	padding-bottom: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-avatar {
	width: 2rem;
	height:2rem;
	display: block;
	border-radius: 50%;
}
.top-name {
	font-weight: 500;
	font-size: 1rem;
	color: #151D48;
	margin: 0 0.375rem;
	padding-bottom: 0.0625rem;
}
.top-icon, .top-user-icon {
	width: 1rem;
	display: block;
}
.top-user-pot {
	position: absolute;
	top: 3rem;
	right: 0;
	z-index: 10;
	background: #FFFFFF;
	border-radius: 0.625rem;
	border: 1px solid #DEDEDE;
	box-shadow: 0px 2px 12px 1px rgba(0,0,0,0.08);
}
.top-user-pot-info {
	width: 100%;
	padding: 1rem 0.75rem 0.625rem;
	border-bottom: 1px solid #F1F1F2;
	display: flex;
	align-items: center;
}
.top-user-pot-avatar {
	width: 2.375rem;
	height: 2.375rem;
	cursor: pointer;
	position: relative;
}

.top-user-pot-avatar img {
	width: 2.375rem;
	height: 2.375rem;
	display: block;
	border-radius: 50%;
}
.top-user-pot-avatar-file {
	position: absolute;
	top: 0;
	left: 0;
	width: 2.375rem;
	height: 2.375rem;
}
.top-user-pot-avatar-file-con {
	width: 2.375rem;
	height: 2.375rem;
	position: relative;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-user-pot-avatar-file-con img {
	width: 0.875rem;
	height: 0.875rem;
	display: block;
}
.top-user-pot-avatar-file-con input {
	width: 2.375rem;
	height: 2.375rem;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.top-user-pot-info-con {
	margin-left: 0.5rem;
}
.top-user-pot-name {
	font-weight: 500;
	font-size: 0.875rem;
	color: #151D48;
	line-height: 1.25rem;
}
.top-user-pot-phone {
	font-weight: 400;
	font-size: 0.75rem;
	color: #6C6F79;
	line-height: 1.125rem;
}
.top-user-logout {
	width: 12.75rem;
	height: 2.5rem;
	margin: 0.25rem;
	border-radius: 0.5rem;
	padding: 0 0.8125rem;
	background: #FFFFFF;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.top-user-logout img {
	width: 1rem;
	display: block;
}
.top-user-logout span {
	font-weight: 400;
	font-size: 0.875rem;
	color: #3C414D;
	margin-left: 0.3125rem;
	padding-bottom: 0.0625rem;
}
.top-user-logout:hover, .top-user-logout-hover {
	color: #FF9900 !important;
	background: #FEFAEF !important;
}
.content {
    width: 100%;
	padding: 1.25rem;
	height: calc(100vh - 3.75rem);
}


.daterangepicker {
	border: 0;
	top: 10.625rem;
	background: #FFFFFF;
	border-radius: 0.5rem;
	box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.15);
}
.daterangepicker .month select {
	font-size: 0.875rem;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	height: 1.825rem;
	display: inline-flex;
	align-items: center;
}
.daterangepicker select.monthselect {
	width: 45%;
	margin-right: 5%;
}
.daterangepicker select.yearselect {
	width: 45%;
	height: 1.8525rem;
	margin-right: 5%;
}
.daterangepicker .drp-calendar {
	max-width: 18.75rem;
}
.daterangepicker thead tr {
	height: auto;
	background: #fff;
	margin-bottom: 0.25rem;
}
.daterangepicker thead tr:first-child {
	height: 2.25rem;
}
.daterangepicker tbody tr td {
	padding: 0;
}
.daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
	height: 1.5rem;
	line-height: 1.5rem;
}
.daterangepicker .drp-buttons .btn {
	color: #333 !important;
	font-weight: 500 !important;
	padding: 0.125rem 0.5rem !important;
}
.btn-primary {
	color: #151D48 !important;
}
.daterangepicker td.in-range {
	background-color: #FFF7EC !important;
}
.daterangepicker .ranges li.active, .daterangepicker td.active, .daterangepicker td.active:hover {
	color: #333 !important;
	background:#FFCC00 !important;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
	background: #FFCC00 !important;
}
.btn-primary, .btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary:hover {
	background: #FFCC00 !important;
	border-color: #FFCC00 !important;
}



@media (max-width: 1699px) {

}
@media (max-width: 1660px) {

}
@media (max-width: 1530px) {

}
@media (max-width: 1450px) {

}
@media (max-width: 1400px) {

}
@media (max-width: 1279px) {

}
.appLayers-desc-con{
	width: 100%;
	margin-top: 0.75rem;
	padding: 0.875rem 1.1rem 0.875rem 1.125rem;
	background: #F9F9F9;
	border-radius: 0.375rem;
}
.appLayers-desc-con-title{
	font-weight: bold;
	font-size: 0.875rem;
    color: #3C414D;
    line-height: 1.375rem;
}
.appLayers-desc-info{
	font-weight: 400;
    font-size: 0.875rem;
    color: #6C6F79;
    line-height: 1.375rem;
	letter-spacing: 0.0125rem;
}
.appLayers-desc-info-color{
	color:#EE5060 !important;
}



.showImg {
	display: none;
}
.showImg-layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 100000;
	background: rgba(0,0,0,0.3);
}
.showImg-con {
	position: fixed;
	top: -150%;
	left: 50%;
	z-index: 100001;
	transform: translate(-50%, -50%);
	/* max-height: 100%; */
	/* overflow-y: auto; */
}
.showImg-con img {
	min-width: 300px;
	min-height: 300px;
	max-width: 100%;
	max-height: 90vh;
}
.showImg-bottom {
	position: absolute;
	left: 50%;
	top: 94vh;
	z-index: 200002;
	transform: translateX(-50%);
	padding: 0.5rem 1.25rem;
	background: rgba(0,0,0,0.8);
	border-radius: 0.25rem;
	display: flex;
	align-items: center;
}
.showImg-bottom-item {
	display: flex;
	align-items: center;
	margin-left: 0.5rem;
	padding-left: 0.5rem;
	position: relative;
}
.showImg-bottom-item::before {
	content: '';
	position: absolute;
	top: 0.5rem;
	left: 0;
	width: 0.0625rem;
	height: 1rem;
	background: #3C414D;
}
.showImg-bottom-item:first-child {
	margin-left: 0;
	padding-left: 0;
}
.showImg-bottom-item:first-child::before {
	width: 0;
}
.showImg {
	
}
.showImg {
	
}
.showImg-but {
	width: 1.875rem;
	height: 1.875rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	cursor: pointer;
}
.showImg-but:hover {
	background: #333333;
}
.showImg-but img {
	width: 0.5rem;
	display: block;
}
.showImg-but1 {
	margin-left: 0.5rem;
}
.showImg-but1:first-child {
	margin-left: 0;
}
.showImg-but1 img {
	width: 1rem !important;
	height: 1rem !important;
	display: block;
}
.showImg-but-text {
	font-weight: 400;
	font-size: 1rem;
	color: #FFFFFF;
	margin: 0 0.5rem;
}