/* 2563eb */
:root {
	--primary: #2563eb;
	--secondary: #3e4961;
}
* {
	color: #eee;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	box-sizing: border-box;
}
input {
	background-color: #333;
	border: 1px solid #555;
	color: #fff;
	border-radius: 6px;
	padding: 6px 10px;
	outline: none;
	transition: border-color 0.2s;
}
input:focus {
	border-color: var(--primary);
}
select {
	background-color: #333;
	color: #fff;
	border: 1px solid #555;
	border-radius: 6px;
	padding: 6px 10px;
	outline: none;
}
textarea {
	background-color: #333;
	color: #fff;
	border: 1px solid #555;
	border-radius: 6px;
	padding: 8px;
	outline: none;
}

body {
	text-align: center;
	background-color: #282c34;
	margin: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.MTK {
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .2);
	position: fixed;
	top: 0;
	left: 0;
}
.pop {
	width: 380px;
	max-height: 80vh;
	height: auto;
	min-height: 400px;
	background-color: #282c34;
	border: 2px solid #eee;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow-y: auto;
	padding: 20px;
}
.popTable{
	width: 80vw;
	min-width: 380px;
	height: 80vh;
	min-height: 400px;
	padding: 10px;
	overflow-y: auto;
}
.popTable>table{
	width: 100%;
	border: 1px solid #eee;
	border-spacing: 0;
}
.popTable>table th,.popTable>table td{
	padding: 4px;
	border: 1px solid #666;
}
.popTable>table th{
	padding: 15px 0;
}
.popTable>table>tbody>tr:nth-of-type(even){
	background-color: #434a59;
}
.popTable .explain{
	padding: 3px;
	font-size:  10px;
	background-color: var(--primary);
	position: absolute;
	top: 0;
	right: 0;
}
.explain:hover{
	background-color: #248beb;
}
.exit{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #999;
	border-radius: 20%;
	text-align: center;
	background-color: brown;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 100;
}

.exit:hover{
	border: 2px solid #fff;
	margin: -1px 0 0 -1px;
	background-color: crimson;
}

/* 主页 */
	/* 用户信息 */
#index{
	width: 480px;
	height: 660px;
	padding: 50px;
	border: 1px solid #2563eb;
	border-radius: 20px;
	display: inline-block;
	background-color: #1d2027;
	text-align: center;
	overflow: hidden;
	position: relative;
}
#index>#userInfo{
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

#index>#userInfo>div{
	display: inline-block;
	vertical-align:top;
	height: 60px;
}
#index>#userInfo>div:nth-child(1){
	width: 200px;
	text-align: left;
}
#index>#userInfo>div:nth-child(2){
	width: 100px;
	line-height: 60px;
}
#SessionNickname{
	font-size: 28px
}
#SignOutButton{
	padding: 15px;
	border-radius: 10px;
	background-color: var(--secondary);
}
#BusinessBackBtn{
	width: 60px;
	height: 310px;
	position: absolute;
	top: 140px;
	right: 50px;
	background-color: var(--secondary);
	text-align: center;
	line-height: 310px;
	font-size: 18px;
	cursor: pointer;
	border-radius: 0 10px 10px 0;
}
	/* 业务选择、在线、离线、用户行为、项目管理 */
#BusinessTable,#OnLineBotton,#OffLineBotton,#OnLineMRBotton,#OffLineMRBotton,#userActionButton,#projectManagementButton,#projectMRManagementButton{
	width: 380px;
	height: 80px;
	margin-top: 30px;
	line-height: 80px;
	border: 1px solid #555;
	border-radius: 20px;
	position: relative;
}
#OnLineBotton,#OffLineBotton,#OnLineMRBotton,#OffLineMRBotton,#projectManagementButton,#projectMRManagementButton{
	width: 300px;
}
#BusinessTable{
	height: 304px;
	line-height: 304px;
}
#BusinessTable>div,#OnLineBotton>div,#OffLineBotton>div,#OnLineMRBotton>div,#OffLineMRBotton>div,#userActionButton>div,#projectManagementButton>div{
	width: 100px;
	height: 50px;
	margin: 0 10px 0 10px;
	line-height: 50px;
	font-size: 14px;
	display: inline-block;
	background-color: var(--secondary);
	border-radius: 10px;
}
#BusinessTable>div{
	width: 130px;
	height: 100px;
	line-height: 100px;
	font-size: 17px;
	background-color: var(--primary);
}
/* 业务选择按钮保留主色 */
#BusinessTable>div { background-color: var(--primary); }
/* 生成SN按钮保留主色 */
#OffLineBotton>div:first-child,
#OffLineMRBotton>div:first-child { background-color: var(--primary); }
#OffLineMRBotton>div{
	width: 90px;
	margin: 0 5px 0 5px;
	font-size: 13px;
}
#BusinessTable>samp,#OnLineBotton>samp,#OffLineBotton>samp,#OnLineMRBotton>samp,#OffLineMRBotton>samp,#userActionButton>samp,#projectManagementButton>samp,#projectMRManagementButton>samp{
	height: 20px;
	padding: 5px;
	line-height: 20px;
	display: block;
	position: absolute;
	top: -15px;
	left: 30px;
	background-color: #1d2027;
}
/* 业务选择 */
#Business1,#Business2,#BusinessBackBtn{
	display: none;
}
#Business1, #Business2 {
	min-height: 304px;
}
/* 在线 */
#MTKHistoryOnLine{
	display: none;
}

/* 离线 */
#MTKHistoryOffLine{
	display: none;
}
#MTKMROfflineHistory{
	display: none;
}
#MTKMROfflineViewFull{
	display: none;
}
#MTKOffLine,#MTKOffLineMR{
	display: none;
}
/* MR 大空间算号器弹窗 */
#OffLineMR {
	height: auto !important;
	min-height: 400px;
	max-height: 90vh;
	overflow-y: auto;
}
#OffLineMR textarea,
#OffLineMR input[type="number"] {
	color: #fff;
	background-color: #333;
}

/* 日期选择器原生按钮反色 */
input[type="date"]::-webkit-calendar-picker-indicator {
	filter: invert(1);
	cursor: pointer;
}
input[type="date"]::-ms-clear {
	filter: invert(1);
}
#OffLine>div{
	margin-bottom: 15px;
}
.projectSelect{
	width: 200px;
	background-color: #333;
}
.value {
	height: 66px;
	display: block;
	font-size: 50px;
	margin: 10px;
}

.button {
	width: 130px;
	height: 50px;
	background-color: var(--primary);
	border: 0;
	margin: 0 0 3px 0;
	font-size: 18px;
}
.button:hover {
	background-color: #13357d;
}
.button:nth-child(1) {
	border-radius: 20px 0 0 20px;
}
.button:nth-child(2) {
	border-radius: 0 20px 20px 0;
}
.button:nth-child(3) {
	width: 270px;
	border-radius:20px;
	display: none;
}

.VersionNo {
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
	color: #666;
}

.copyPoint {
	width: 150px;
	height: 50px;
	font-size: 15px;
	line-height: 50px;
	text-align: center;
	color: #eee;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: dodgerblue;
	border-radius: 20px;
	display: none;
}
/* 用户行为 */
	/* 用户表 */
#MTKUserForm{
	display: none;
}
#MTKUserForm>div>table{
	min-width: 600px;
}
.levelSpan{
	width: 15px;
	height: 15px;
	margin: 0 2px;
	display: inline-block;
}
.levelSpan[data-level="1"]{
	background-color: #0f0;
}
.levelSpan[data-level="2"]{
	background-color: #adeb00;
}
.levelSpan[data-level="3"]{
	background-color: #ff0;
}
.levelSpan[data-level="4"]{
	background-color: #eb8100;
}
.levelSpan[data-level="5"]{
	background-color: #f00;
}
	/* 登录行为 */
#MTKUserRecord{
	display: none;
}
#MTKUserRecord>div>table{
	min-width: 600px;
}
#MTKUserFormSpan{
	display: none;
}
	/* 项目管理 */
#MTKProjectManagement{
	display: none;
}
#MTKAddProject{
	display: none;
}
#MTKProjectManagement>div>table{
	min-width: 600px;
}

/* 翻页控件 */
.pagination {
	text-align: center;
	margin-top: 10px;
	padding: 8px 0;
}
.pagination button {
	background: var(--secondary);
	color: #fff;
	border: 0;
	border-radius: 6px;
	padding: 6px 16px;
	cursor: pointer;
	font-size: 13px;
	margin: 0 8px;
}
.pagination button:disabled {
	background: #444;
	cursor: not-allowed;
}
.pagination .pageInfo {
	color: #aaa;
	font-size: 13px;
	margin: 0 8px;
}

#MRqrcodeDiv{
	width: 200px;
	height: 200px;
	margin-top: 10px;
	border: 2px solid var(--primary);
	display: inline-block;
	position: relative;
}
#MRqrcode {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
#MRqrcodeDiv span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 330px;   /* 必须和 div 高度一样 */
  text-align: center;
  pointer-events: none;  /* 不占点击、不占高度 */
  z-index: -1;           /* 让二维码在上层 */
  color: rgba(255, 255, 255, 0.5);
  font-size: 25px;
}