@-ms-viewport {
  width: device-width;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

.elite_body {
	font-family: "elitefont-regular", "Microsoft Yahei", Verdana, Simsun, "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, "sans-serif";
	margin: 0
}

.elite_body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,fieldset,textarea {
	margin: 0
}

.elite_body,fieldset,legend,textarea,input {
	padding: 0
}

legend {
	margin-left: 5px;
}

a, a:hover, a:active, a:focus {
	color: #459ae9;
	text-decoration: none
}

textarea {
	resize: none;
	vertical-align: top;
}

address {
  font-style: normal;
}
dd {
  margin-left: 24px;
}
cite {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}
s,
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #222;
  cursor: help;
}
strong,
b {
  font-weight: bold;
}
sub,
sup {
  font-size: 10px;
  line-height: 0;
  position: relative;
  margin-left: .2rem;
}
sup {
  top: -0.4rem;
}
sub {
  bottom: -0.2rem;
}
figcaption {
  margin: .3rem 0;
  font-size: 11px;
  font-style: italic;
}
ins,
u {
  text-decoration: underline;
}
mark {
  background-color: #ffd61e;
  color: #000;
  text-decoration: none;
}
pre,
code,
kbd,
samp,
var,
output {
  font-size: 90%;
  font-style: normal;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
pre {
  margin-top: 16px;
  font-size: 90%;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.75);
  overflow: auto;
  background: rgba(0, 0, 0, 0.03);
  padding: 24px;
  word-wrap: normal;
}
mark,
code,
samp,
kbd {
  padding: .2rem .4rem;
  display: inline-block;
  line-height: 1;
  border-radius: 2px;
}
code {
  background: rgba(0, 0, 0, 0.05);
}
pre code {
  font-size: 100%;
  border: none;
  padding: 0;
  background: none;
  line-height: 24px;
}
var {
  color: rgba(0, 0, 0, 0.5);
}
samp {
  background: #46a9fc;
  color: rgba(255, 255, 255, 0.9);
}
kbd {
  background: #000;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}
figure {
  text-align: center;
}
hr {
  display: block;
  box-sizing: content-box;
  height: 1px;
  border: 0;
  background: #ccc;
}

blockquote {
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}

select:invalid,
select.invalid {
	color: #cccccc;
}
option {
	color: black
}
option[value=""][disabled] {
	display: none;
	color: #999
}

select {
    background-color: white;
}
select:disabled {
	color: #999;
	background-color: rgb(235, 235, 228);
}

