@charset "UTF-8";
* { margin: 0; padding: 0; box-sizing: border-box;word-break: break-all}
html,body {
 width: 100%;
 height: 100%;
 overflow: hidden;
}
*::after, *::before { box-sizing: border-box; }
ul, ol { list-style-type: none; list-style-image: none; }
a { text-decoration: none; }
a:active { background-color: transparent; }
a:active, a:hover, a:link, a:focus { outline: 0 none; }
body { font-size: 14px; line-height: 1.8; color:#333; }
body, button, input, select, textarea { font-family: 'helvetica neue', arial, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif; -ms-text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis; text-spacing: ideograph-alpha ideograph-numeric ideograph-parenthesis; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; }
mark { background-color: #D2E5FF; color: #000; }
code, kbd, pre, samp { font-family: monaco, menlo, consolas, 'courier new', courier, monospace; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; overflow: auto; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
small { font-size: 85.7%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
table { border-collapse: collapse; border-spacing: 0; }
th { text-align: left; }
table th, table td { border: 1px solid #ccc; padding: 8px 10px; }
table th { font-weight: bold; border-bottom-width: 1px; border-bottom-color: #ccc; }
img { border: 0 none; width: auto\9; height: auto; max-width: 100%; vertical-align: top; -ms-interpolation-mode: bicubic; }
a img{ border: 0 none; vertical-align: middle;}
svg:not(:root) { overflow: hidden; }
fieldset { border: 1px solid #ccc; padding: 0.35em 0.625em 0.75em; }
legend { border: 0 none; white-space: normal;  *margin-left: -7px; }
button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; vertical-align: baseline;  *vertical-align: middle; }
input { border: 1px solid #ccc; outline: none; }
input::-ms-clear, input::-ms-reveal { display:none; }
input[type="text"]::-ms-clear, input[type="text"]::-ms-reveal { display:none; }
input, button { *overflow: visible; }
button, select { text-transform: none; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; }
input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
textarea { overflow: auto; vertical-align:top; resize: none; border: 1px solid #ccc; outline: none; }
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; }
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus { color: #333; }
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] { padding: 3px; }

select:disabled option:checked, option:disabled:checked { color: #666; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input { line-height: normal !important; }
}
input::-moz-placeholder, textarea::-moz-placeholder { color:#666; opacity: 1; }
label { cursor: pointer; }
select[size], select[multiple], select[size][multiple] { border: 1px solid #ccc; padding: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video, progress { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
[draggable] { cursor: move; }
dialog { border: 1px solid; padding: 0; margin: auto; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; }
 dialog::-webkit-backdrop {
 position: fixed;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 background-color: rgba(0, 0, 0, 0.3);
}
 dialog::backdrop {
 position: fixed;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 background-color: rgba(0, 0, 0, 0.3);
}


/******************分割线****************************************************************************************************************************************/

/*打印*/

@media print {
* { background-color: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; color: #000 !important; }
a, a:visited { text-decoration: underline; }
a[href]:after { content: "(" attr(href) ")"; }
abbr[title]:after { content: "(" attr(title) ")"; }
a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; }
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
 @page {
 margin: 0.5cm;
}
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
}
