﻿/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
@charset "UTF-8";
/*鼠标选中文字的样式*/
::-moz-selection { background: #015196; color: #fff; }

::selection { background: #015196; color: #fff; }

/*网站默认滚动跳的样式*/
::-webkit-scrollbar { width: 6px; }

::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }

::-webkit-scrollbar-thumb { background-color: #015196; }

    ::-webkit-scrollbar-thumb:window-inactive { background-color: #015196; }

    ::-webkit-scrollbar-thumb:vertical:hover { background-color: #015196; }
/*Base*/
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ overflow-y: auto; /* 0 */ -webkit-overflow-scrolling: touch /* 0 */ }

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body { margin: 0; /* 1 */ font-size: 14px; /* 0 */ /*line-height: 2;*/ /* 0 */ color: #333; /* 0 */ background-color: #fff /* 0 */ }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary { display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ *display: inline; /* 3 */ *zoom: 1 /* 3 */ }

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) { display: none; height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template { display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a { background: transparent; /* 1 */ /* 0 */ text-decoration: none; color: #08c; }
    a:active, a:hover { outline: 0 /* 2 */ }
    a:hover { color: #006699; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] { border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong { font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn { font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark { background: #ff0; color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small { font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img { border: 0; /* 1 */ vertical-align: middle; /* 0 */ -ms-interpolation-mode: bicubic /* 2 */ }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) { overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr { box-sizing: content-box; height: 0; }

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre { overflow: auto; /* 1 */ white-space: pre; /* 2 */ white-space: pre-wrap; /* 2 */ word-wrap: break-word /* 2 */ }

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp { font-family: monospace, monospace; /* 1 */ _font-family: 'courier new', monospace; /* 1 */ font-size: 1em /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0 /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button { overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select { text-transform: none;  }
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ *overflow: visible /* 4 */ }

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] { cursor: default; }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    button::-moz-focus-inner,
    input::-moz-focus-inner { border: 0; padding: 0; }

button:focus, textarea:focus,
input:focus { outline: none; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input { line-height: normal; }

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
    input[type="checkbox"],
    input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ *height: 13px; /* 3 */ *width: 13px /* 3 */ }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button { height: auto; }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
    input[type="search"] { -webkit-appearance: textfield; /* 1 */ /* 2 */ box-sizing: content-box; }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration,
        input[type="text"] { -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ *margin-left: -7px /* 3 */ }

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea { overflow: auto; /* 1 */ resize: vertical /* 0 */ }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup { font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table { border-collapse: collapse; border-spacing: 0; }

td,
th { padding: 0; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q { quotes: none; }

html,
button,
input,
select,
textarea { font-family: "PN-REG","Microsoft Yahei","Arial", "Helvetica Neue", Helvetica, Tahoma, sans-serif; -webkit-font-smoothing: antialiased; /*chrome、safari*/ -moz-osx-font-smoothing: grayscale; /*firefox*/ }

* { -webkit-font-smoothing: antialiased; /*chrome、safari*/ -moz-osx-font-smoothing: grayscale; /*firefox*/ }

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote { margin: 0; }

ul, ol, li, dl, dd { margin: 0; padding: 0; }

ul, ol { list-style: none outside none; }

h1, h2, h3 { line-height: 2; font-weight: normal; }

h1 { font-size: 18px; }

h2 { font-size: 15.6px; }

h3 { font-size: 14.04px; }

h4 { font-size: 12px; }

h5, h6 { font-size: 10.2px; text-transform: uppercase; }

input:-moz-placeholder,
textarea:-moz-placeholder { color: #ccc; }

input::-moz-placeholder,
textarea::-moz-placeholder { color: #ccc; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder { color: #ccc; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { color: #ccc; }

.clear { clear: both; }

.clearfix, ul { zoom: 1; }
    .clearfix:after, ul:after { display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; content: "."; }

.text-white { color: #fff !important }

.fl { float: left; display: inline; }

.fr { float: right; display: inline; }

.por { position: relative; }

.poa { position: absolute; }

.pof { position: fixed; }

.poa-f { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.ovh { overflow: hidden; }

.noselect { -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; }

.z1 { z-index: 1; }

.z2 { z-index: 2; }

.z3 { z-index: 3; }

.dn { display: none; }

.dib { display: inline-block; }

.w-f { width: 100%; }

.h-f { height: 100%; }

.fwn { font-weight: normal; }

.tac { text-align: center; }

.t-f { -webkit-transition: all 0.5s; transition: all 0.5s; }

.t-c { -webkit-transition: color 0.5s; transition: color 0.5s; }

.t-bg { -webkit-transition: background 0.5s; transition: background 0.5s; }

.loader { width: 50px; height: 50px; position: absolute; top: 50%; left: 50%; margin: -25px 0 0 -25px; font-size: 10px; border-top: 1px solid rgba(0, 0, 0, 0.08); border-right: 1px solid rgba(0, 0, 0, 0.08); border-bottom: 1px solid rgba(0, 0, 0, 0.08); border-left: 1px solid rgba(0, 0, 0, 0.5); border-radius: 50%; -webkit-animation: spinner 700ms infinite linear; animation: spinner 700ms infinite linear; }
    .loader.white { border-top: 1px solid rgba(255, 255, 255, 0.08); border-right: 1px solid rgba(255, 255, 255, 0.08); border-bottom: 1px solid rgba(255, 255, 255, 0.08); border-left: 1px solid rgba(255, 255, 255, 0.5); }

.m-0 { margin: 0 !important }
.mt-0, .my-0 { margin-top: 0 !important }
.mr-0, .mx-0 { margin-right: 0 !important }
.mb-0, .my-0 { margin-bottom: 0 !important }
.ml-0, .mx-0 { margin-left: 0 !important }
.m-1 { margin: .25rem !important }
.mt-1, .my-1 { margin-top: .25rem !important }
.mr-1, .mx-1 { margin-right: .25rem !important }
.mb-1, .my-1 { margin-bottom: .25rem !important }
.ml-1, .mx-1 { margin-left: .25rem !important }
.m-2 { margin: .5rem !important }
.mt-2, .my-2 { margin-top: .5rem !important }
.mr-2, .mx-2 { margin-right: .5rem !important }
.mb-2, .my-2 { margin-bottom: .5rem !important }
.ml-2, .mx-2 { margin-left: .5rem !important }
.m-3 { margin: 1rem !important }
.mt-3, .my-3 { margin-top: 1rem !important }
.mr-3, .mx-3 { margin-right: 1rem !important }
.mb-3, .my-3 { margin-bottom: 1rem !important }
.ml-3, .mx-3 { margin-left: 1rem !important }
.m-4 { margin: 1.5rem !important }
.mt-4, .my-4 { margin-top: 1.5rem !important }
.mr-4, .mx-4 { margin-right: 1.5rem !important }
.mb-4, .my-4 { margin-bottom: 1.5rem !important }
.ml-4, .mx-4 { margin-left: 1.5rem !important }
.m-5 { margin: 3rem !important }
.mt-5, .my-5 { margin-top: 3rem !important }
.mr-5, .mx-5 { margin-right: 3rem !important }
.mb-5, .my-5 { margin-bottom: 3rem !important }
.ml-5, .mx-5 { margin-left: 3rem !important }
.m-10 { margin: 6rem !important }
.mt-10, .my-10 { margin-top: 6rem !important }
.mr-10, .mx-10 { margin-right: 6rem !important }
.mb-10, .my-10 { margin-bottom: 6rem !important }
.ml-10, .mx-10 { margin-left: 6rem !important }
.m-15 { margin: 8rem !important }
.mt-15, .my-15 { margin-top: 8rem !important }
.mr-15, .mx-15 { margin-right: 8rem !important }
.mb-15, .my-15 { margin-bottom: 8rem !important }
.ml-15, .mx-15 { margin-left: 8rem !important }
.m-20 { margin: 12rem !important }
.mt-20, .my-20 { margin-top: 12rem !important }
.mr-20, .mx-20 { margin-right: 12rem !important }
.mb-20, .my-20 { margin-bottom: 12rem !important }
.ml-20, .mx-20 { margin-left: 12rem !important }
.p-0 { padding: 0 !important }
.pt-0, .py-0 { padding-top: 0 !important }
.pr-0, .px-0 { padding-right: 0 !important }
.pb-0, .py-0 { padding-bottom: 0 !important }
.pl-0, .px-0 { padding-left: 0 !important }
.p-1 { padding: .25rem !important }
.pt-1, .py-1, .ui-datepicker .ui-icon { padding-top: .25rem !important }
.pr-1, .px-1 { padding-right: .25rem !important }
.pb-1, .py-1 { padding-bottom: .25rem !important }
.pl-1, .px-1 { padding-left: .25rem !important }
.p-2 { padding: .5rem !important }
.pt-2, .py-2 { padding-top: .5rem !important }
.pr-2, .px-2 { padding-right: .5rem !important }
.pb-2, .py-2 { padding-bottom: .5rem !important }
.pl-2, .px-2 { padding-left: .5rem !important }
.p-3 { padding: 1rem !important }
.pt-3, .py-3 { padding-top: 1rem !important }
.pr-3, .px-3 { padding-right: 1rem !important }
.pb-3, .py-3 { padding-bottom: 1rem !important }
.pl-3, .px-3 { padding-left: 1rem !important }
.p-4 { padding: 1.5rem !important }
.pt-4, .py-4 { padding-top: 1.5rem !important }
.pr-4, .px-4 { padding-right: 1.5rem !important }
.pb-4, .py-4 { padding-bottom: 1.5rem !important }
.pl-4, .px-4 { padding-left: 1.5rem !important }
.p-5 { padding: 3rem !important }
.pt-5, .py-5 { padding-top: 3rem !important }
.pr-5, .px-5 { padding-right: 3rem !important }
.pb-5, .py-5 { padding-bottom: 3rem !important }
.pl-5, .px-5 { padding-left: 3rem !important }
.p-10 { padding: 6rem !important }
.pt-10, .py-10 { padding-top: 6rem !important }
.pr-10, .px-10 { padding-right: 6rem !important }
.pb-10, .py-10 { padding-bottom: 6rem !important }
.pl-10, .px-10 { padding-left: 6rem !important }
.p-15 { padding: 8rem !important }
.pt-15, .py-15 { padding-top: 8rem !important }
.pr-15, .px-15 { padding-right: 8rem !important }
.pb-15, .py-15 { padding-bottom: 8rem !important }
.pl-15, .px-15 { padding-left: 8rem !important }
.p-20 { padding: 12rem !important }
.pt-20, .py-20 { padding-top: 12rem !important }
.pr-20, .px-20 { padding-right: 12rem !important }
.pb-20, .py-20 { padding-bottom: 12rem !important }
.pl-20, .px-20 { padding-left: 12rem !important }
.m-n1 { margin: -.25rem !important }
.mt-n1, .my-n1 { margin-top: -.25rem !important }
.mr-n1, .mx-n1 { margin-right: -.25rem !important }
.mb-n1, .my-n1 { margin-bottom: -.25rem !important }
.ml-n1, .mx-n1 { margin-left: -.25rem !important }
.m-n2 { margin: -.5rem !important }
.mt-n2, .my-n2 { margin-top: -.5rem !important }
.mr-n2, .mx-n2 { margin-right: -.5rem !important }
.mb-n2, .my-n2 { margin-bottom: -.5rem !important }
.ml-n2, .mx-n2 { margin-left: -.5rem !important }
.m-n3 { margin: -1rem !important }
.mt-n3, .my-n3 { margin-top: -1rem !important }
.mr-n3, .mx-n3 { margin-right: -1rem !important }
.mb-n3, .my-n3 { margin-bottom: -1rem !important }
.ml-n3, .mx-n3 { margin-left: -1rem !important }
.m-n4 { margin: -1.5rem !important }
.mt-n4, .my-n4 { margin-top: -1.5rem !important }
.mr-n4, .mx-n4 { margin-right: -1.5rem !important }
.mb-n4, .my-n4 { margin-bottom: -1.5rem !important }
.ml-n4, .mx-n4 { margin-left: -1.5rem !important }
.m-n5 { margin: -3rem !important }
.mt-n5, .my-n5 { margin-top: -3rem !important }
.mr-n5, .mx-n5 { margin-right: -3rem !important }
.mb-n5, .my-n5 { margin-bottom: -3rem !important }
.ml-n5, .mx-n5 { margin-left: -3rem !important }
.m-n10 { margin: -6rem !important }
.mt-n10, .my-n10 { margin-top: -6rem !important }
.mr-n10, .mx-n10 { margin-right: -6rem !important }
.mb-n10, .my-n10 { margin-bottom: -6rem !important }
.ml-n10, .mx-n10 { margin-left: -6rem !important }
.m-n15 { margin: -8rem !important }
.mt-n15, .my-n15 { margin-top: -8rem !important }
.mr-n15, .mx-n15 { margin-right: -8rem !important }
.mb-n15, .my-n15 { margin-bottom: -8rem !important }
.ml-n15, .mx-n15 { margin-left: -8rem !important }
.m-n20 { margin: -12rem !important }
.mt-n20, .my-n20 { margin-top: -12rem !important }
.mr-n20, .mx-n20 { margin-right: -12rem !important }
.mb-n20, .my-n20 { margin-bottom: -12rem !important }
.ml-n20, .mx-n20 { margin-left: -12rem !important }
.m-auto { margin: auto !important }
.mt-auto, .my-auto { margin-top: auto !important }
.mr-auto, .mx-auto { margin-right: auto !important }
.mb-auto, .my-auto { margin-bottom: auto !important }
.ml-auto, .mx-auto { margin-left: auto !important }
.bg-white { background-color: #fff !important }

.bg-transparent { background-color: transparent !important }

.border { border: 1px solid #ededed !important }

.border-top { border-top: 1px solid #ededed !important }

.border-right { border-right: 1px solid #ededed !important }

.border-bottom { border-bottom: 1px solid #ededed !important }

.border-left { border-left: 1px solid #ededed !important }

.border-0 { border: 0 !important }

.border-top-0 { border-top: 0 !important }

.border-right-0 { border-right: 0 !important }

.border-bottom-0 { border-bottom: 0 !important }

.border-left-0 { border-left: 0 !important }

.border-primary { border-color: #0054a1 !important }

.border-secondary { border-color: #009fe3 !important }

.border-success { border-color: #28a745 !important }

.border-info { border-color: #009fe3 !important }

.border-warning { border-color: #ffc107 !important }

.border-danger { border-color: #dc3545 !important }

.border-light { border-color: #e5edf5 !important }

.border-dark { border-color: #575756 !important }

.border-gray-300 { border-color: #ededed !important }

.border-gray-400 { border-color: #c6c6c6 !important }

.border-gray-600 { border-color: #878787 !important }

.border-gray-700 { border-color: #666 !important }

.border-gray-800 { border-color: #575756 !important }

.border-cyan { border-color: #009fe3 !important }

.border-white { border-color: #fff !important }
