* {
	outline:none !important;
	-moz-outline: none !important;
}
/* Main */
body {
	overflow-x: hidden;
    margin-top: -9px;
	font-family:"微软雅黑", Arial;
	/* background: url(../../images/content_bg.jpg) no-repeat fixed; */
}
a:hover {
	text-decoration: none;
}

/* Header */
#header {
    height: 50px;
	line-height: 50px;
    position: relative;
    width: 100%;
    z-index: -9;
	border-bottom: #000000 solid 3px;
	margin-bottom: 5px;
	padding-top: 3px;
	text-align: center;
}
#no_data {
	display: none; 
	text-align: center; 
	margin-top: 20px;
}

img {
	object-fit: fill; 
	object-fit: contain;
	object-fit: scale-down;
}

.c_red {
	color: red;
}
.c_green {
	color: green;
}
.c_grey {
	color: grey;
}
.c_black {
	color: black;
}
.c_blue {
	color: blue;
}
.c_orange {
	color: orange;
}

.mini_txt {
	font-size: 60%;
}

.small_txt {
	font-size: 75%;
}

.tips {
	display: inline;
	font-weight: 700;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 15px;
	margin-right: 15px;
	border: #5bc0de solid 1px;
	background-color: #5bc0de;
	color: white;
	border-radius: 5px;
	font-size: 75%;
}

.flex_padding {
	padding: 5px 20px 5px 20px;
}

.settings {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 10000;
}