body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #FFFFFF;
}
div::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

#container{
	position: absolute;
	left:0;
	right: 0;
	top:0px;
	bottom: 12px;
}

/*面包屑样式  在面包屑的td中导入此css样式
  maoke 2019-07-29
*/
.crumbs{
	height: 30px;
	vertical-align: middle;
	text-align: right;
	font-size: 15px
}

/*面包屑样式 
  maoke 2019-07-29
*/
.crumbs span{
	/* font-size: 13px; */
	margin-right: 10px;
	vertical-align: middle;
	color: #606266;
}

.crumbs a{
	font-weight: bold;
}


#bottom{
   background-color: #4196E7;  
   text-align: center;
   vertical-align:middle;
   height: 30px;
   color: black;
   vertical-align: middle;
/*    position: absolute;
   bottom: 30px */
}

.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "/ ";
    padding: 0 5px;
}

/*鼠标悬浮在该类指向的控件上时滑块的样式*/
div:hover::-webkit-scrollbar-thumb {
	height: 10px;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 5px;
}

/*鼠标悬浮在滑块上时滑块的样式*/
div::-webkit-scrollbar-thumb:hover {
	height: 10px;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 5px;
}

.xmenu td {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.font_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 25px;
	color: #a7750a;
	text-decoration: none;
}

.menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px; 
	text-decoration: none;
}

.mor_text {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	line-height: 25px;
	
}

.mor_title {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	line-height: 25px;
	font-weight: 600;
	height: 45px;
	background-color: #F6F6F6;
}

.mor_bigTitle {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	line-height: 25px;
	font-weight: 600;
}

.mor_button{
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #11A0FF;
	text-decoration: none;
	line-height: 25px;
	cursor:pointer;
}

.mor_text:hover {
	color: #31b0fd;
	text-decoration: none;
}

.cp_text {
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.com_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #a7750a;
	text-decoration: none;
}

.com_text:hover {
	font-size: 15px;
	line-height: 20px;
	color: #a7750a;
	text-decoration: none;
}

.small_text {
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

.table_content {
	height: 60px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
	/* background-color: #ffffff; */
}


.middle_text {
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.title_text {
	font-size: 15px;
	line-height: 20px;
	color: #a7750a;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.cell_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}

.href_normal_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E96A16;
	text-decoration: none;
}

input[disabled][type=button].smallInput {
	margin:0.2rem 0.4em;
	border-radius: 0.5em;
	background-color:#4196E7;
	color:#606266 !important;	 
	padding: 8px 20px;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none; 
	border: 1px solid #606266;
	
}

input[disabled][type=submit].smallInput {
	margin:0.2rem 0.4em;
	border-radius: 0.5em;
	background-color:#4196E7;
	color:#606266 !important;	 
	padding: 8px 20px;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none; 
	border: 1px solid #606266;
}

input[type=button].smallInput {
	margin:0.2rem 0.4em;
	border-radius: 0.5em;
	background-color: #4196E7;
	color:#FFF;	 
	padding: 8px 20px;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none; 
	
}

input[type=submit].smallInputLoad {
	margin: 0.2em;
	border-radius: 0.2em;
	background-color: #f0f0f0;
	border: 1px solid #a7750a;
	padding: 5px 20px;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

input[type=submit].smallInput {
	margin:0.2rem 0.4em;
	border-radius: 0.5em;
	background-color: #4196E7;
	color:#FFF;	 
	padding: 8px 20px;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none; 
}

input[type=submit].smallInput:hover {
	opacity: .8;
}

input[type=button].smallInput:hover {
opacity: .8;
}

input.smallInput {
	margin: 0.2em;
	border-radius: 0.2em;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	padding: 0.3em;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

span.query {
	display: inline-block;
	width: 100px;
	text-align: right;
	padding-right: 10px;
}

select.query {
	margin-left: 50px;
	display: inline-block;
	width: 100px;
	text-align: right;
	padding-right: 10px;
}

input:focus {
	outline: none !important;
	border: 1px solid #a7750a;
	box-shadow: 0 0 10px #719ECE;
	background-color: #ffffff;
}

select.smallInput {
	border-radius: 0.2em;
	FONT-SIZE: 11pt;
	FONT-STYLE: normal;
	FONT-VARIANT: normal;
	font-weight: normal;
	HEIGHT: 30px;
	LINE-HEIGHT: normal;
	padding: 0 8px;
	background: #F8F8F8;
	border: none;
	margin: 8px;
}

input.smallButton {
	background: url(bu_ba.jpg);
	color: #565e58;
	cursor: pointer;
	FONT-SIZE: 10pt;
	FONT-STYLE: normal;
	FONT-VARIANT: normal;
	FONT-WEIGHT: normal;
	HEIGHT: 30px;
	LINE-HEIGHT: normal;
	padding: 0 8px;
	background: #F8F8F8;
	border: none;
	margin: 8px 15px;
}

input.normInput {
	background: url(bu_ba.jpg);
	color: #565e58;
	cursor: pointer;
	FONT-SIZE: 12pt;
	FONT-STYLE: normal;
	FONT-VARIANT: normal;
	FONT-WEIGHT: normal;
	HEIGHT: 22px;
	LINE-HEIGHT: normal
}

input.messInput {
	background: url(bu_ba.jpg);
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	FONT-SIZE: 14pt;
	FONT-STYLE: normal;
	FONT-VARIANT: normal;
	FONT-WEIGHT: normal;
	HEIGHT: 26px;
	LINE-HEIGHT: normal
}

input.squ {
	background: url(c_n.jpg);
	color: #565e58;
	cursor: pointer;
	FONT-SIZE: 12pt;
	FONT-STYLE: normal;
	FONT-VARIANT: normal;
	FONT-WEIGHT: normal;
	HEIGHT: 50px;
	WIDTH: 70px;
	LINE-HEIGHT: normal
}

table.fulltable {
	width: 100%;
}

.select {
	font-size: 18px;
	color: #434040;
	text-decoration: none;
	font-family: Arial, verdana;
	line-height: 25px;
}

.title {
	font-size: 20px;
	color: #434040;
	text-decoration: none;
	font-family: Arial, verdana;
	line-height: 25px;
	font-weight: bolder;
}

.help {
	font-size: 16px;
	color: #434040;
	text-decoration: none;
	font-family: Arial, verdana;
	line-height: 30px;
}

.help:hover {
	font-size: 16px;
	color: #ee7f7f;
	text-decoration: none;
	font-family: Arial, verdana;
	line-height: 30px;
	text-decoration: none;
}

.test_meul {
	font-size: 16px;
	color: #434040;
	text-decoration: none;
	font-family: Arial, verdana;
	line-height: 23px;
	font-weight: bolder;
}

.test_meul:hover {
	font-size: 16px;
	line-height: 23px;
	color: #ee7f7f;
	text-decoration: none;
	font-family: Arial, verdana;
	font-weight: bolder;
}

.sceIn {
	padding: 3px;
	border: 1px solid #cacbcf;
	background: #fafafa;
	border-radius: 5px;
}

.sceOut {
	padding: 3px;
	background: #fafafa;
	border: 1px solid #cacbcf;
	border-radius: 5px;
}
.processTable{
      border: 1px solid #4183c7;
      margin-top: 20px;
      border-radius: 10px;
      margin-left: 40px;
}
.processTableInTable{
    border: 1px solid #4183c7;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
}
.processTitleInTable{
	text-align:center;
	background-color:#b4d5F8;
	height:30px;
	border-radius: 10px;
}
.processTitle{
    display:block;
    width:100px;
    height:20px;
    position:relative;
    top:-25px;
    text-align: center;
    background: #ffffff;
    font-size: 10px;
    color: black;
    font-size: 16px;
}

/* Tooltip 容器 */
.tooltip_e {
    position: relative;
    display: inline-block;
}
 
/* Tooltip 文本 */
.tooltip_e .tooltiptext {
    visibility: hidden;
    width: 180px;
    bottom: 100%;
    left: 50%; 
    margin-left: -90px; /* 使用一半宽度 (120/2 = 60) 来居中提示工具 */
    background-color: blue;
    color: black;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* 定位 */
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s;
    font-size: 12px;
}
 
/* 鼠标移动上去后显示提示框 */
.tooltip_e:hover .tooltiptext {
    visibility: visible;
        opacity: 1;
}

.tooltip_e .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* 提示工具底部 */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #909399 transparent transparent transparent;
}

a{
	cursor: pointer;
}

.td-too-long-content {
   white-space:nowrap;
   overflow:hidden;
   text-overflow: ellipsis;
   height:7vh;
   line-height: 7vh;
   text-align: left;
}

.visitorsLogin{
	float: right;
    margin-right: 21%;
    margin-bottom: 3%;
    margin-top: 3%;
    font-size: 0.9rem;
    text-decoration:none;
/* 	border-bottom:2px dotted #4196E7; #ccc换成链接的颜色
	display: inline-block;
	padding-bottom:1px; 这里设置你要空的距离 */
}

.visitorsLogin:hover {
	color: rgb(13, 113, 233);
}

.span-color-red{
   	color:#ff0000;
}