[v-cloak] {
    display: none !important;
}
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html {
	color: #333;
	height: 100vh;
	overflow: hidden;
	font-size: 16px;
	background: #FAFCFF;
	font-family: Microsoft YaHei;
}
@media (max-width: 1450px) {
    html {
    	font-size: 14px;
    }
}
@media (max-width: 1280px) {
    html {
    	font-size: 16px;
    }
}
li {
  list-style: none;
}
a {
	text-decoration: none;
}
input {
	border: 0;
	outline: none;
}
textarea:focus{
  outline: none;
}
select:focus{
  outline: none;
}
/* 上传图片样式开始 */
.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;
}

.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; */
}


.page {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.page-nav {
	margin-left: 0rem;
	z-index: 1;
	width: 13.125rem;
	height: 100vh;
	background: #fff;
	box-shadow: 2px 0px 16px 0px rgba(0, 0, 0, 0.06);
	animation: pageNavW1 1s;
}
@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;
	}
}
.page-top {
	background: #fff;
	height: 3.4375rem;
	padding: 0 1.625rem;
	border-bottom: 1px solid #EEE;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-left {
	cursor: pointer;
}

.top-left img {
	width: 1.125rem;
	display: block;
}
.top-right {
	height: 3.4375rem;
	display: flex;
	align-items: center;
}
.notice {
	width: 1.125rem;
	position: relative;
	cursor: pointer;
}
.notice img {
	width: 1.125rem;
	display: block;
}
.notice .notice-mark {
	position: absolute;
	top: 50%;
	right: -0.25rem;
	z-index: 1;
	width: 0.65rem;
	height: 0.65rem;
	background: #FF0000;
	border: 2px solid #fff;
	border-radius: 50%;
}
.mumber {
	height: 3.4375rem;
	margin-left: 1.375rem;
	padding-left: 1.375rem;
	border-left: 1px solid #EEE;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.mumber-head {
	width: 1.25rem;
	height: 1.25rem;
	display: block;
	border-radius: 50%;
}
.mumber-name {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.125rem;
	margin: 0 1.25rem 0 0.5rem;
}
.mumber-down {
	width: 0.875rem;
	display: block;
}

.notice-pop-up {
	position: fixed;
	top: 3.6875rem;
	right: 4.625rem;
	z-index: 1000;
	width: 20.5rem;
	background: #fff;
	border-radius: 0.5rem;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
.notice-pop-up-top-title {
	padding: 1.25rem 1rem;
	color: #222;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 0.875rem;
}
.notice-pop-up-list {
	padding-bottom: 1rem;
}
.notice-pop-up-item {
	cursor: pointer;
	padding: 0.75rem 1.25rem;
	border-bottom: 1px solid #EEE;
}
.notice-pop-up-item:hover {
	background: #fafafa;
}
.notice-pop-up-item:last-child {
	border-bottom: 0;
}
.notice-pop-up-top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.notice-pop-up-title {
	color: #222;
	width: 14.6875rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 0.875rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.notice-pop-up-title span {
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 50%;
	background: #FF0000;
	margin-right: 0.5rem;
	display: inline-block;
} 
.notice-pop-up-date {
	color: #888;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.0625rem;
}
.notice-pop-up-text {
	width: 100%;
	color: #888;
	font-family: Arial;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 0.875rem;
	margin-top: 0.75rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.search-box {
	width: 100%;
	height: 4.25rem;
	padding: 0 1.5rem;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 1.25rem 0 0.75rem;
}
.search-box-item {
	width: 100%;
	height: 4.25rem;
	background: #fff;
	display: flex;
	align-items: center;
}
.search {
	width: 100%;
	height: 4.25rem;
	padding: 0 1.5rem;
	background: #fff;
	display: flex;
	align-items: center;
	margin: 1.25rem 0 0.75rem;
}
.search-item {
	height: 2rem;
	display: flex;
	align-items: center;
	margin-right: 0.875rem;
}
.search-title {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.125rem;
	margin-right: 0.875rem;
}
.search-input {
	height: 100%;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.125rem;
	padding: 0 1rem;
	border-radius: 0.25rem;
	border: 1px solid #d9d9d9;
}
.search-but, .click-but {
	color: #fff;
	height: 100%;
	display: flex;
	padding: 0 1rem;
	align-items: center;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.125rem;
	border-radius: 0.25rem;
	background: #FA3058;
	cursor: pointer;
}
.search-but:hover, .click-but:hover {
	color: #eee;
}

.page-content {
	width: 100% !important;
	height: calc(100vh - 7.75rem) !important;
}
.page-content-top {
	color: #222;
	font-size: 1.25rem;
	font-weight: 400;
}

.page-footer {
	width: 100%;
	height: 4.25rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 0.875rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-footer span, .page-footer a {
	color: #888;
}


table {
  border-collapse: collapse;
}
td {
  border: none; /* 边框去掉 */
}
table {
	width: 100%;
}
thead tr {
	width: 100%;
	height: 3rem;
}
thead tr th {
	color: #555;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 0.875rem;
	text-align: left;
	padding: 0 0.375rem;
}
tbody tr {
	padding: 0.8125rem 1.5rem;
	border-bottom: 1px solid #EEE;
}
tbody tr td {
	color: #555;
	font-size: 0.875rem;
	font-weight: 400;
	/* text-align: left; */
	padding: 0 0.375rem;
	height: 3.5rem;
	border-bottom: 1px solid #EEE;
}

tbody tr:last-child td {
	border: 0;
}
.table-td {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.table-td-date {
	margin-right: 0.75rem;
}
.table-td-date:last-child {
	margin-right: 0;
}
tbody tr td img {
	width: 1rem;
	display: block;
	margin-right: 0.75rem;
}

.table-data-page {
	width: 100%;
	margin-top: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: right;
}
.page-all {
	font-family: PingFang SC;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.25rem;
	margin-right: 0.75rem;
}
.page-list {
}
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-list .pagination:nth-child(2) {
	display: none;
}
.page-item {
	margin: 0 2px;
}
.page-link {
	width: 2rem;
	height: 2rem;
	cursor: pointer;
	font-family: Inter;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-link:hover {
	color: #F60 !important;
	background: #FFEFF2 !important;
}
.page-item.active .page-link {
	color: #F60 !important;
	font-size: 0.75rem; !important;
	background: #FFEFF2 !important;
}
.page-link span {
	color: #4E5969;
}


.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{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
}

@keyframes appLayer1 {
	0% {
		width: 0;
		height: 0;
	}
	100% {
		width: 100%;
		height: 100vh;
	}
}

.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);
}

.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: 24.75rem;
	height: 100vh;
	background: #fff;
	overflow: hidden;
	position: fixed;
	right: -100%;
}

.huise-pop-up {
	position: fixed;
	top: 50%;
	left: 49%;
	z-index: 1000;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	background: #454547;
	height: 2.25rem;
	padding: 0 1rem;
	border-radius: 0.25rem;
	box-shadow: 0px 4px 12px 1px rgba(0,0,0,0.08);
}
.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 8px 0px rgba(0, 0, 0, 0.15);
}
.ethereal-pop-up-img {
	width: 1.25rem;
	display: block;
}
.ethereal-pop-up-text {
	font-size: 14px;
	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;
}