div {
	border: 0
}
html,body{
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background-color: black;
	text-align: center;
	font-family: Verdana;
    color: black;
    font-size: 9pt;
    cursor: default;
    word-break：break-all;
}
.clear:after {
	content: '';
	clear: both;
}
article,.article {
	margin: 0 auto;
	width: 1050px;
}
header,.header {
	height: 120px; 
	background-image: url(../images/pageHeader-en-US.jpg); 
	background-repeat: no-repeat;
	text-align: right;
	overflow: auto;
}
section,.section {
	background-color: #557a97; 
	padding: 20px 10px 10px 10px; 
	text-align: center;
	border-radius: 5px 5px 0 0;
	position: relative;
}
.s-left,.s-center,.s-right {
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.tabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
	border-collapse : separate;
	border-spacing: 1px;
	margin-bottom: -1px;
}
.tabs [data-tab] {
	display: table-cell;
	margin: 0;
	padding: 10px 0;
	background-color: #02013b;
	color: white;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
}
.tabs [data-tab][data-active=true] {
	background-color: white;
	color: black;
}
.items {
	margin: 0 2px 0 1px;
}
.item {
	padding: 10px;
	background-color: white;
	display: none;
	text-align: left;
}
.item[data-active=true] {
	display: block;
}
.s-center {
	text-align: center;
}
.s-center div:not(:LAST-child) {
	margin-bottom: 5px;
}
.s-center .card {
	background-color: white;
	border-radius: 5px 5px 0 0;
	overflow: auto;
}
.list {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%
}
footer,.footer {
	background-color: #557a97;
	color: white;
	padding: 5px;
}
footer *,.footer * {
	display: block;
	margin-bottom: 5px;
}
.mark {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, .65);
	display: none;
}
.dialog {
	position: fixed;
	left: 50%;
	z-index: 100;
	display: none;
}
.dialog-1 {
	width: 340px;
	background-color: rgba(85, 122, 151, 0.8);
	top: 0;
	margin-left: -170px;
	padding: 15px;
}
.dialog-1 .content {
	background-color: white;
	border-radius: 6px;
	overflow: hidden;
}
.dialog-2 {
	border-radius: 15px;
	top: 40%;
	background: #557a97;
	box-shadow: 0 0 10px #666;
	border: 1px solid #666;
	width: 460px;
	margin-left: -230px;
}
.dialog-2 .content {
	background-color: white;
	border-radius: 15px;
	overflow: hidden;
	color: black;
	padding: 10px;
}
.dialog .title {
	margin: 0;
	font-size: 12pt;
	color: white;
	padding: 2px 0;
	font-weight: bold;
}
.dialog .close {
	float: right;
	text-decoration: underline;
	font-weight: normal;
	margin-right: 10px;
	display: inline-block;
	cursor: pointer;
}
.ui-button {
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
	background: #de782c url(../images/lock.png) no-repeat center left;
    background-size: 20px 20px;
    background-position: 5px 2px;
    height: 25px;
    width: 150px;
    color: white;
    font-size: 14px;
    padding: 0 0;
    border-radius: 4px;
    border: 1px solid #cccccc;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
}
.centerTab {
	margin: 0;
	padding: 10px 20px;
	background-color: #02013b;
	color: white;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	border: 0px;
}
.centerTab[data-active] {
	background-color: white;
	color: black;
}
.center-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 54px;
	background-color: #fff;
	display: none;
}

.item .table{
	table-layout:fixed;
	width: 100%;
	height: 10px;
	margin-top: 10px;
	border: solid 1px;
	border-radius:5px;
}

.item .table .xian{
	border-bottom: solid 1px;
}

.item .table .font{
	padding: 5px;
}