﻿@import url(/static/css/style.css);
html {
	color: rgb(0, 0, 0); font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif; font-size: 14px;
}
body {
	color: rgb(0, 0, 0); font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif; font-size: 14px;
}
html {
	background: #000;
}
body {
	margin: 0px auto; max-width: 800px;
}
* {
	padding: 0px; currentColor; border-image: none; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
ol {
	list-style: none;
}
ul {
	list-style: none;
}
h1 {
	font-size: 100%;
}
h2 {
	font-size: 100%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 100%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: rgb(255, 0, 0); text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:focus {
	
}
a.hidefocus {
	
}
input[type=text] {
	-webkit-appearance: none;
}
input[type=button] {
	-webkit-appearance: none;
}
input[type=submit] {
	-webkit-appearance: none;
}
button {
	border: 0px currentColor; border-image: none; cursor: pointer;
}
input {
	
}
.clearfix::before {
	display: table; content: "";
}
.clearfix::after {
	display: table; content: "";
}
.clearfix::after {
	clear: both;
}
table {
	table-layout: fixed;
}
.nrtxt {
    border-bottom: dashed 1px #f3c44f;
    padding: 5px;
    font-size: 20px;
    font-weight: 700;
}

.nrts {
    color: #f00;
    font-size: 17px;
    padding: 5px;
}

.nrz {
    font-size: 20px;
    padding: 5px;
}