:root {
	--dowred: #e80033;
	--dowgray: #415364;
	--dowblue: #193f5e;
	--dowtan: #cbc5b5;
	--dowsage: #829995;
	--dowbrown: #5e514d;
	--dowteal: #00bab3;
	--dowgold: #febb12;
	--dowlightgray: #ecedef;
	--dowmediumgray: #b3bac1;
	--lightgray: #ccc;
	--footerbg: #f9f9f9;

}

* {
  padding: 0;
  margin: 0;
}

body {
	font-family: arial, "Noto Sans SC", Helvetica, sans-serif;
	/*background-color: white !important;*/
}
a {
	color: var(--dowred) !important;
	font-weight: bold;
}
.small-font {
	font-size: small !important;
}
.divider {
	height: 1px;
	background: var(--lightgray);
	width: 90%;
	margin-left: 5%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.copyright {
	font-size:10px;
	/*text-align: center;*/
	margin-left: 10px;
}
.coverPanel {
	background-color:rgba(0,0,0,0.75);
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1001;
	display:none;
}
.footer {
	height: 7vh;
	width: 100%;
	padding-top: 5px;
    background-color: var(--footerbg);
}


#divError {
	position:fixed;
	background-color:rgba(178,34,34,0.6);
	color:white;
	font-size:small;
	width:200px;
	left:50%;
	margin-left:-100px;
	top:60%;
	display:none;
	z-index:99;
	text-align: center;
	border-radius:5px;
	text-decoration: none;
}
#divSuccess {
	position:fixed;
	background-color:rgba(34,139,34,0.6);
	color:white;
	font-size:small;
	width:200px;
	left:50%;
	margin-left:-100px;
	top:60%;
	display:none;
	z-index:99;
	text-align: center;
	border-radius:5px;
	text-decoration: none;
}

.divLoading {
	width: 40vw;
	height: 15vh;
	margin-top: 40vh;
	margin-left: 30vw;
	padding: 10px;
	border-radius: 5px;
	border: none;
	z-index:1002;
	text-align: center;
	background-color: white;
}
.divLoading img {
	height: 60px;
	width: 60px;
}
.msgLoading {
	font-size: normal;
}

#beianinfo {
    display: inline-block;
    font-size: 10px;
}
#beianinfo a {
    color: lightgray !important;
}