*{
	margin:0;
	padding:0;
}
html{
	height:100%;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:150px 0 0 0;
    overflow:hidden;
}
body{
	margin:0;
	padding:0;
	overflow:auto;
	font-family: "Source Han Sans CN","宋体" ! important;
	font-size:14px;
	height:100%;
	background:#f8f8f8;
}
a,div,li,ul,span,p,img{border:0;}
a:focus{outline:none;}
table.tabno{width:100%;margin:0;padding:0;min-width:1440px;} 
table.tabno,.tabno td{border:0 none;border-collapse:collapse;padding:0;margin:0;}
input:focus,textarea:focus,select:focus{
	outline:none;
}
.both{clear:both;}
::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 5px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	background-color:#cdcdcd;
}
::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
	background: #eaf0fe;
}
.viewHeader{
	position:absolute;
	width:100%;
	margin:0 auto;
	height:150px;
	margin-top:-150px;
}

.headerTop{
	width:auto;
	margin:0 auto;
	height:70px;
	background:#1965f6 url(images/headerBg.png) left center no-repeat;
}

.iptBox{
	padding-left:20px;
}

.headerBottom{
	width:auto;
	margin:0 auto;
	height:80px;
	line-height:80px;
	background:#fff;
}
.noContent {
    background: url(images/noContent.png) no-repeat center top;
    margin-top: 120px;
    padding-top: 130px;
    padding-bottom:300px;
    text-align: center;
    color: #d5dcea;
    font-size: 18px;
}
.iptSerchBox{
	width:500px;
	height:45px;
	line-height:45px;
	border:1px solid #ddd;
	background:#fff;
	margin-top:17px;
	border-radius:8px;
}

.serchIpt{
	width:498px;
	height:45px;
	line-height:45px;
	background:#fff;
	border:0;
	padding:5px 10px;
	box-sizing:border-box;
	font-size:18px;border-radius:8px;
}

.btnSercher{
	width:90px;
	height:45px;
	line-height:45px;
	background:#ff6040;
	border:1px solid #ff6040;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	border:0 none;
	border-radius:5px;
	cursor:pointer;
	margin-top:17px;
	margin-left:10px;
}

.btnSercher:hover{
	width:90px;
	height:45px;
	line-height:45px;
	background:#ef4826;
	border:1px solid #ef4826;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	border:0 none;
	border-radius:5px;
	cursor:pointer;
	margin-top:17px;
	margin-left:10px;
}

.logo{
	float:left;
	height:50px;
	line-height:50px;
	margin-top:10px;
	margin-bottom:10px;
	background:url(images/logo.png) left center no-repeat;
	background-size: 50px;
	margin-left:29px;
	padding-left:60px;
	font-weight:600;
	color:#ffffff;
	font-size:22px;
	font-family: "Noto Sans SC", "Source Han Sans CN" ! important;
}

.btnHeadClose{
	float:right;
	width:32px;
	height:32px;
	line-height:32px;
	margin-top:19px;
	margin-bottom:19px;
	background:url(images/close.png) left center no-repeat;
	margin-right:40px;
	cursor:pointer;
}

.viewMain{
	position:relative;
	width:auto;
	height:100%;
	overflow:auto;
}

.viewBox{
	width:auto;
	margin:20px;
	padding:15px;
	background:#fff;
	border-radius:10px;
	border:1px solid #eee;
}

.viewFooter{
	width:100%;
	height: 59px;
	line-height:59px;
	background:rgb(246, 246, 246);
	opacity: 1;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
	border-top:1px solid rgb(218, 222, 229);
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
}
.plugBox{
	width:auto;
	margin:10px;
}
.trackBox{
	width:auto;
	margin:20px 15px 15px 15px;
}
.trackRowBox{
	width:auto;
	margin:0 auto;
	margin-bottom:20px;
	margin-top:15px;
}
.trackRowTit{
	width:auto;
	margin:0 auto;
	color:#3D7FF2;
	font-size:16px;
}
.trackRow{
	width:auto;
	margin:0 auto;;
}

table.tabform/*表单表格*/
{
    width:100%;
    table-layout: fixed; 
    border-collapse:collapse;
}
table.tabform th
{
    text-align:center; 
    border-collapse:collapse;
    border:1px solid #E6EBF0; 
    background:#F5F7FA; 
    line-height:40px;
    font-family:"微软雅黑",Arial;  
    color:#000;
    font-size:14px;
    white-space:normal;
    word-wrap:break-word;
	word-break:break-all;
	font-weight:300; 
}
table.tabform td
{
    border-collapse:collapse;
    border:1px solid #E6EBF0; 
    background:#FFF; 
    line-height:40px; 
    font-family:"微软雅黑",Arial;  
    color:#000;
    font-size:14px;
    white-space:normal;
    word-wrap:break-word;
	word-break:break-all;
}

.wlTitle{
	width: auto;
    margin: 0 auto;
    background: url(images/listTitle.png) left center no-repeat;
    padding-left: 24px;
    color: #314875;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top:10px;
    height:20px;
    line-height:20px;
}

.flowBox{
	width:auto;
	margin:15px;
}

.flowTrace{
	width:auto;
	margin:0 auto;
	margin-left:15px;
}

.flowUnit{
	width:auto;
	margin:0 auto;
	margin-left:-9px;
	min-height:60px;
	background:url(images/iconFinish.png) left top 3px no-repeat;
}

.flowLast{
	width:auto;
	margin:0 auto;
	margin-left:-9px;
	min-height:60px;
	background:#ffffff url(images/iconFinish.png) left top 2px no-repeat;
}

.flowTime{
	width:auto;
	margin:0 auto;
	height:22px;
	line-height:22px;
	padding-left:32px;
	font-family:"Microsoft YaHei";
	font-size:14px;
	color:#000000;
}

.flowLog{
	width:auto;
	margin:0 auto;
	padding-left:32px;
	font-family:"Microsoft YaHei";
	font-size:14px;
}
table.tablist/*列表表格*/
{
    width:100%;
    border-collapse:collapse;
    cursor:pointer;
    table-layout:fixed;
}
table.tablist tr:hover
{
    background:#f5f5f5; 
}
table.tablist th
{
    text-align:center; 
    border-collapse:collapse;
    border:1px solid #E6EBF0; 
    background:#F5F7FA; 
    height:40px; 
    line-height:40px;
    font-family:"微软雅黑",Arial;  
    color:#212121;
    font-size:14px;
    padding:0px 5px;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
table.tablist td
{
    text-align:left; 
    height:40px; 
    line-height:28px;
    border-collapse:collapse;
    border:1px solid #E6EBF0; 
    font-family:"微软雅黑",Arial;  
    color:#212121;
    font-size:14px;
    padding:0px 5px;word-break:break-all; word-wrap:break-word;
}

tr.odd{/*列表偶数行样式*/
	background:#f9f9f9;
}