@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@font-face {
    font-family: 'source-sans-pro';
    src: url('./fonts/SourceSansPro.ttf');
url('./fonts/SourceSansPro.ttf') format('truetype'), font-weight: normal;
    font-style: normal;
    font-display: block;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    min-width: 1200px;
    overflow: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]: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;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("./fonts/glyphicons-halflings-regular.eot");
    src: url("./fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("./fonts/glyphicons-halflings-regular.woff") format("woff"), url("./fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("./fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    /*font-family: "Roboto", Helvetica, Arial, serif !important;
    font-size: 14px;*/
    /*font-size: 12px;*/
    line-height: 1.428571429;
    color: #333333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #333;
    text-decoration: none;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}

.img-rounded {
    border-radius: 0;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

#common-home h1, .h1, /*首页改版2期*/
h2, .h2,
h3, .h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
    font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
    font-size: 75%;
}

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 20px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fce7c8;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase, .initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #333333;
}

.text-primary {
    color: #183464;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0e1f3b;
}

.text-success {
    color: #65b017;
}

a.text-success:hover,
a.text-success:focus {
    color: #3c933c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #FA6400;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ea8f0e;
}

.text-danger {
    color: #ff414d;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #d0321e;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #183464;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #0e1f3b;
}

.bg-success {
    background-color: #cbeacb;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #a7dba7;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fce7c8;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f9d198;
}

.bg-danger {
    background-color: #f5c1bb;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #ef998e;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.dropmenu .list-unstyled {
    position: relative;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin: auto;
}

.index-container {
    margin-right: 50px; /**首页改版2期**/
    margin-left: 50px;
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
}

/*@media (min-width: 1510px) {*/
/*  .index-container {*/
/*    width: 1473px;*/
/*    margin: 0 auto;*/
/*  }*/
/*  .banner-container{*/
/*    width: 840px;*/
/*  }*/
/*}*/
/*@media (max-width: 1510px) {*/
/*  .index-container {*/
/*    width: 1320px;*/
/*  }*/
/*  .banner-container{*/
/*    width: 795px;*/
/*  }*/
/*}*/
/*@media (max-width: 1200px) {*/
/*  .index-container{*/
/*    margin-right: auto;*/
/*    margin-left: auto;*/
/*  }*/
/*}*/
.container:before, .container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 1200px) {
    /*大于1200px宽度为93%*/
    .container {
        width: 1140px;
    }
}

@media (min-width: 1200px) {
    .banner-container {
        width: 960px;
    }
}

.banner-container {
    /*margin-left: 321.5px;*/
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    border: 1px solid rgba(242, 242, 242, 1);
    float: left;
    /*height: 330px;*/
    /*width: 940px;*/
}

#common-home .banner-container {
    border: none;
}

.mt--30 {
    margin-top: -30px;
}

h4 {
    margin-top: 20px;
}

.view-more {
    float: right;
    font-size: 16px;
    margin-top: 10px;
    color: grey;
    /*color: grey;*/
}

.pictures {
    float: left;
    /*margin-top: 20px;*/
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

.pic {
    width: 31.2%;
    /*height: 80px;*/
    float: left;
    display: inline-block;
}

.pic:nth-child(2) {
    /*margin-left: 105px;*/
    /*margin-right: 105px;*/
}

.banner-img-container {
    width: 940px;
    height: 460px;
}

/*首页改版2期*/
@media (max-width: 1510px) {

    .pictures {
        float: left;
        /*margin-top: 20px;*/
        margin-bottom: 50px;
    }

    .pic {
        width: 31.2%;
        /*height: auto;*/
        float: left;
        display: inline-block;
    }
}


/*@media (max-width: 1320px) { !*小于1320px时运营位尺寸调整*!*/
/*  #banner-right {*/
/*    height: 110px;*/
/*    width: 940px;*/
/*    margin-left: 321.5px;*/
/*    margin-top: 10px;*/
/*    !*border: 1px solid red;*!*/
/*  }*/
/*  #banner-right .operations {*/
/*    float: left;*/
/*    width: 300px;*/
/*    height: 105px;*/
/*  }*/
/*  #banner-right .operations:nth-child(2) {*/
/*    margin: auto 20px auto 20px;*/
/*  }*/
/*  #banner-right>.operations>img {*/
/*    float: right;*/
/*    display: inline-block;*/
/*    height: 96px;*/
/*    width: 96px;*/
/*    !*border: 1px solid rgba(242, 242, 242, 1);*!*/
/*    margin-top: 2.5px;*/
/*    margin-right: 3px;*/
/*  }*/
/*  .operations-left h4 {*/
/*    width: 200px;*/
/*    margin-bottom: 30px;*/
/*  }*/
/*}*/
/*end*/
/*@media (max-width: 1582px) {*/
/*  .banner-container{*/
/*    width: 940px;*/
/*  }*/
/*}*/
/*@media (max-width: 1534px) and (min-width: 1320px){*/
/*  #banner-right{*/
/*    width: 90%;*/
/*    height: 103px;*/
/*    margin-left: 5%;*/
/*  }*/
/*  #banner-right .operations {*/
/*    float: left;*/
/*    width: 30%;*/
/*    margin-left: 3%;*/
/*  }*/
/*  !*#banner-right .operations:nth-child(2) {*!*/
/*  !*  margin-left: 5%;*!*/
/*  !*  margin-right: 5%;*!*/
/*  !*}*!*/
/*  #banner-right>.operations>img {*/
/*    float: right;*/
/*  }*/
/*  .banner-container {*/
/*    !*margin-left: 32%;*!*/
/*  }*/
/*  .dropdown-first {*/
/*    margin-left: 48px;*/
/*  }*/
/*}*/
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.3333333333%;
}

.col-xs-2 {
    width: 16.6666666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.3333333333%;
}

.col-xs-5 {
    width: 41.6666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.3333333333%;
}

.col-xs-8 {
    width: 66.6666666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.3333333333%;
}

.col-xs-11 {
    width: 91.6666666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.3333333333%;
}

.col-xs-pull-2 {
    right: 16.6666666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.3333333333%;
}

.col-xs-pull-5 {
    right: 41.6666666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.3333333333%;
}

.col-xs-pull-8 {
    right: 66.6666666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.3333333333%;
}

.col-xs-pull-11 {
    right: 91.6666666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.3333333333%;
}

.col-xs-push-2 {
    left: 16.6666666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.3333333333%;
}

.col-xs-push-5 {
    left: 41.6666666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.3333333333%;
}

.col-xs-push-8 {
    left: 66.6666666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.3333333333%;
}

.col-xs-push-11 {
    left: 91.6666666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.3333333333%;
    }

    .col-sm-2 {
        width: 16.6666666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.3333333333%;
    }

    .col-sm-5 {
        width: 41.6666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.3333333333%;
    }

    .col-sm-8 {
        width: 66.6666666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.3333333333%;
    }

    .col-sm-11 {
        width: 91.6666666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.3333333333%;
    }

    .col-sm-pull-2 {
        right: 16.6666666667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.3333333333%;
    }

    .col-sm-pull-5 {
        right: 41.6666666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.3333333333%;
    }

    .col-sm-pull-8 {
        right: 66.6666666667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.3333333333%;
    }

    .col-sm-pull-11 {
        right: 91.6666666667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.3333333333%;
    }

    .col-sm-push-2 {
        left: 16.6666666667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.3333333333%;
    }

    .col-sm-push-5 {
        left: 41.6666666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.3333333333%;
    }

    .col-sm-push-8 {
        left: 66.6666666667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.3333333333%;
    }

    .col-sm-push-11 {
        left: 91.6666666667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.3333333333%;
    }

    .col-md-2 {
        width: 16.6666666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.3333333333%;
    }

    .col-md-5 {
        width: 41.6666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.3333333333%;
    }

    .col-md-8 {
        width: 66.6666666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.3333333333%;
    }

    .col-md-11 {
        width: 91.6666666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.3333333333%;
    }

    .col-md-pull-2 {
        right: 16.6666666667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.3333333333%;
    }

    .col-md-pull-5 {
        right: 41.6666666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.3333333333%;
    }

    .col-md-pull-8 {
        right: 66.6666666667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.3333333333%;
    }

    .col-md-pull-11 {
        right: 91.6666666667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.3333333333%;
    }

    .col-md-push-2 {
        left: 16.6666666667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.3333333333%;
    }

    .col-md-push-5 {
        left: 41.6666666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.3333333333%;
    }

    .col-md-push-8 {
        left: 66.6666666667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.3333333333%;
    }

    .col-md-push-11 {
        left: 91.6666666667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.3333333333%;
    }

    .col-lg-2 {
        width: 16.6666666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.3333333333%;
    }

    .col-lg-5 {
        width: 41.6666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.3333333333%;
    }

    .col-lg-8 {
        width: 66.6666666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.3333333333%;
    }

    .col-lg-11 {
        width: 91.6666666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.3333333333%;
    }

    .col-lg-pull-2 {
        right: 16.6666666667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.3333333333%;
    }

    .col-lg-pull-5 {
        right: 41.6666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.3333333333%;
    }

    .col-lg-pull-8 {
        right: 66.6666666667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.3333333333%;
    }

    .col-lg-pull-11 {
        right: 91.6666666667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.3333333333%;
    }

    .col-lg-push-2 {
        left: 16.6666666667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.3333333333%;
    }

    .col-lg-push-5 {
        left: 41.6666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.3333333333%;
    }

    .col-lg-push-8 {
        left: 66.6666666667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.3333333333%;
    }

    .col-lg-push-11 {
        left: 91.6666666667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 10px 8px;
    padding-bottom: 10px 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 10px 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #eee;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #eee;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #eee;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #eee;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #eee;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  /*background-color: #f5f5f5;*/background-color: #fff0e6;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}


/*@author zhousuyang*/
.table > thead > tr > td.selected,
.table > thead > tr > th.selected, .table > thead > tr.selected > td, .table > thead > tr.selected > th,
.table > tbody > tr > td.selected,
.table > tbody > tr > th.selected,
.table > tbody > tr.selected > td,
.table > tbody > tr.selected > th,
.table > tfoot > tr > td.selected,
.table > tfoot > tr > th.selected,
.table > tfoot > tr.selected > td,
.table > tfoot > tr.selected > th {
    background-color: #FFF3E5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #cbeacb;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #b9e2b9;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fce7c8;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #fadcb0;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f5c1bb;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #f2ada4;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #eee;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 9px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
}

.form-control,
.note-form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 13px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #232424;
  background-color: #fff;
  background-image: none;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
  /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
  /*-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/
  /*-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/
  /*transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/
}

.form-control:focus {
    border-color: #183464;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(24, 52, 100, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(24, 52, 100, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 38px;
    }

    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 28px;
    }

    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
        line-height: 44px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

/*.radio input[type="radio"],*/
/*.radio-inline input[type="radio"],*/
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 0;
    min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 28px;
    padding: 4px 9px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 28px;
    line-height: 28px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-sm .form-control {
    height: 28px;
    padding: 4px 9px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

.form-group-sm select.form-control {
    height: 28px;
    line-height: 28px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 28px;
    min-height: 32px;
    padding: 5px 9px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 44px;
    padding: 9px 18px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 44px;
    line-height: 44px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-lg .form-control {
    height: 44px;
    padding: 9px 18px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
}

.form-group-lg select.form-control {
    height: 44px;
    line-height: 44px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 44px;
    min-height: 38px;
    padding: 10px 18px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 47.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 44px;
    height: 44px;
    line-height: 44px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #4cb64c;
}

.has-success .form-control {
    border-color: #4cb64c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #3c933c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #94d494;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #94d494;
}

.has-success .input-group-addon {
    color: #4cb64c;
    border-color: #4cb64c;
    background-color: #cbeacb;
}

.has-success .form-control-feedback {
    color: #4cb64c;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #f3a638;
}

.has-warning .form-control {
    border-color: #f3a638;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #ea8f0e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9d198;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9d198;
}

.has-warning .input-group-addon {
    color: #f3a638;
    border-color: #f3a638;
    background-color: #fce7c8;
}

.has-warning .form-control-feedback {
    color: #f3a638;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #e3503e;
}

.has-error .form-control {
    border-color: #e3503e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #d0321e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0a197;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0a197;
}

.has-error .input-group-addon {
    color: #e3503e;
    border-color: #e3503e;
    background-color: #f5c1bb;
}

.has-error .form-control-feedback {
    color: #e3503e;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 29px;
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 9px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 10px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 5px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 13px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
    text-decoration: none;
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #fa6400;
    background-color: #fff;
    border-color: #fa6400;
}

/*首页改版2期login to see price hover颜色*/
.btn-default:focus, .btn-default.focus {
    /*color: #fa6400;*/
    /*background-color: #e6e6e6;*/
    /*border-color: #7b3100;*/
    background: #fa6400;
    border-color: #fa6400;
    color: #fff;
}

.btn-default:hover {
    /*color: #fa6400;*/
    /*background-color: #e6e6e6;*/
    /*border-color: #bd4c00;*/
    background: #fa6400;
    border-color: #fa6400;
    color: #fff;
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    /*color: #fa6400;*/
    background-color: #e6e6e6;
    /*border-color: #bd4c00;*/
    /*background: #fa6400;*/
    /*border-color: #fa6400;*/
    color: #fff;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
    /*color: #fa6400;*/
    background-color: #d4d4d4;
    /*border-color: #7b3100;*/
    /*background: #fa6400;*/
    /*border-color: #fa6400;*/
    color: #fff;
}

/*end*/
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #fa6400;
}

.btn-default .badge {
    color: #fff;
    background-color: #fa6400;
}

.btn-primary {
    color: #fff;
    background-color: #193465;
    border-color: #193465;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0f1f3c;
    border-color: black;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0f1f3c;
    border-color: #0d1b34;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0f1f3c;
    border-color: #0d1b34;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #225cc1;
    border-color: #225cc1;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #193465;
    border-color: #193465;
}

.btn-primary .badge {
    color: #193465;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #4cb64c;
    border-color: #4cb64c;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #3c933c;
    border-color: #265d26;
}

.btn-success:hover {
    color: #fff;
    background-color: #3c933c;
    border-color: #398c39;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3c933c;
    border-color: #398c39;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #327a32;
    border-color: #265d26;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #4cb64c;
    border-color: #4cb64c;
}

.btn-success .badge {
    color: #4cb64c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #54b7d3;
    border-color: #54b7d3;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #32a2c2;
    border-color: #226f85;
}

.btn-info:hover {
    color: #fff;
    background-color: #32a2c2;
    border-color: #309cba;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #32a2c2;
    border-color: #309cba;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #2b8ba6;
    border-color: #226f85;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #54b7d3;
    border-color: #54b7d3;
}

.btn-info .badge {
    color: #54b7d3;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f3a638;
    border-color: #f3a638;
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ea8f0e;
    border-color: #a2630a;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ea8f0e;
    border-color: #e0890e;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ea8f0e;
    border-color: #e0890e;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #c87b0c;
    border-color: #a2630a;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f3a638;
    border-color: #f3a638;
}

.btn-warning .badge {
    color: #f3a638;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #e3503e;
    border-color: #e3503e;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #d0321e;
    border-color: #8d2214;
}

.btn-danger:hover {
    color: #fff;
    background-color: #d0321e;
    border-color: #c72f1d;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d0321e;
    border-color: #c72f1d;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #b12a1a;
    border-color: #8d2214;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #e3503e;
    border-color: #e3503e;
}

.btn-danger .badge {
    color: #e3503e;
    background-color: #fff;
}

.btn-link {
    color: #0293db;
    font-weight: normal;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    text-decoration: none;
    background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 9px 18px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 4px 9px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropmenu .dropdown {
    position: static;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-first > .dropdown-menu { /*首页修改2期*/
    display: block;
    width: 250px;
    height: 340px;
    margin-top: 12px;
}

.dropmenu {
    /*position: absolute;*/
    float: left;
    min-width: 160px;
    padding: 5px 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    /*border: 1px solid #ddd;*/
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    display: block;
    width: 250px;
    height: 340px;
    /*margin-top: 12px;*/
}

.dropmenu {
    width: 250px;
    height: 340px;
    display: inline-block;
    float: left;
    /*border: 1px solid black;*/
    padding: 0;
    background-color: #f7f7f7;
    box-shadow: none;
}

/*.dropdown-first>.dropdown-menu>ul>li { !*首页修改2期*!*/
/*  height: 40px;*/
/*}*/

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #183464;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

/*@media (min-width: 768px) {*/
/*  .navbar-right .dropdown-menu {*/
/*    right: 0;*/
/*    left: auto;*/
/*  }*/
/*  .navbar-right .dropdown-menu-left {*/
/*    left: 0;*/
/*    right: auto;*/
/*  }*/
/*}*/
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical > .btn-group:after {
    clear: both;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 8px 13px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #e3e3e3;
    border-radius: 0;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 4px 9px;
    font-size: 12px;
    border-radius: 0;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 9px 18px;
    font-size: 18px;
    border-radius: 0;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before, .nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparence;
}

.nav > li.disabled > a {
    color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparence;
    border-color: #0293db;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid #eee;
    border-radius: 5px;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
  color: #fff;
  background-color: #3A75DC;
}
/*tab2为选中状态下橙色背景白色字的tab页*/
.nav-tab2.nav-tabs > li > a:hover{
    background-color: #FA6400;
}
/*tab3为选中状态下橙色字无背景的tab页*/
.nav-tab3.nav-tabs > li > a:hover{
    background-color: transparent;
    color: #FA6400 !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {

    /*color: #fff;*/
    /*background-color: #FA6400;*/
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 0;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #183464;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 60px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar:before, .navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 10px;
    -webkit-overflow-scrolling: touch;
    width: auto;
    border-top: 0;
    box-shadow: none;
}

.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.navbar-collapse.in {
    overflow-y: visible;
}

@media (min-width: 768px) {
    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -10px;
    margin-left: -10px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 14px 10px;
    font-size: 18px;
    line-height: 20px;
    height: 60px;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -10px;
    }
}

@media screen and (max-width: 768px) {
    .navbar-brand {
        padding: 6px 5px;
        height: 45px;
        padding-left: 8px;
        padding-top: 5.6px;
        padding-bottom: 7px;
        padding-right: 10px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 13px;
    margin-bottom: 13px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7px -10px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #fff;
        border: 1px solid #eee;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

.navbar-nav {
    float: left;
    margin: 0;
}

.navbar-nav > li {
    float: left;
}

.navbar-nav > li > a {
    padding-top: 14px;
}

.navbar-form {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 11px;
    margin-bottom: 11px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 11px;
    margin-bottom: 11px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 16px;
    margin-bottom: 16px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 19px;
    margin-bottom: 19px;
}

.navbar-text {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-text {
        margin-top: 3px;
        margin-bottom: 2px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -10px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.breadcrumb {
    padding: 8px 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb > li {
    display: inline-block;
    text-shadow: 0 1px #fff;
}

.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb > li:last-child a {
    color: #183464;
}

.breadcrumb > .active {
    color: #777777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 0;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 8px 13px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #0293db;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #091426;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #183464;
    border-color: #183464;
    cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 9px 18px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 4px 9px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager:before, .pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.index-container .label {
    color: black;
    font-weight: normal;
    font-style: italic;
    font-size: 70%;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #183464;
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #0e1f3b;
}

.label-success {
    background-color: #4cb64c;
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #3c933c;
}

.label-info {
    background-color: #54b7d3;
}

.index-container .label-info {
    background-color: transparent;
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #32a2c2;
}

.label-warning {
    background-color: #f3a638;
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ea8f0e;
}

.label-danger {
    background-color: #e3503e;
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #d0321e;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #0293db;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #0293db;
}

.alert {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 5px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 30px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #DFF0D8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #d6e9c6;
}

.alert-success .alert-link {
    color: #3c763d;
}

.alert-info {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    color: #214c61;
}

.alert-info hr {
    border-top-color: #e4e4e4;
}

.alert-info .alert-link {
    color: #142f3b;
}

.alert-warning {
    background-color: #fce7c8;
    border-color: #f9d5a2;
    color: #e0890e;
}

.alert-warning hr {
    border-top-color: #f8cb8a;
}

.alert-warning .alert-link {
    color: #b06c0b;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #ebccd1;
}

.alert-danger .alert-link {
    color: #a94442;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #183464;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #4cb64c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #54b7d3;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f3a638;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #e3503e;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

a.list-group-item,
button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #183464;
    border-color: #183464;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #6c95dc;
}

.list-group-item-success {
    color: #4cb64c;
    background-color: #cbeacb;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #4cb64c;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #4cb64c;
    background-color: #b9e2b9;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #4cb64c;
    border-color: #4cb64c;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #f3a638;
    background-color: #fce7c8;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #f3a638;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #f3a638;
    background-color: #fadcb0;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #f3a638;
    border-color: #f3a638;
}

.list-group-item-danger {
    color: #e3503e;
    background-color: #f5c1bb;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #e3503e;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #e3503e;
    background-color: #f2ada4;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #e3503e;
    border-color: #e3503e;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 12px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}

.panel-footer {
    padding: 12px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: -1;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: -1;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #eee;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: #fafafa;
    border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
    color: #fafafa;
    background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #183464;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #183464;
    border-color: #183464;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #183464;
}

.panel-primary > .panel-heading .badge {
    color: #183464;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #183464;
}

.panel-success {
    border-color: #b9e2b9;
}

.panel-success > .panel-heading {
    color: #4cb64c;
    background-color: #cbeacb;
    border-color: #b9e2b9;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #b9e2b9;
}

.panel-success > .panel-heading .badge {
    color: #cbeacb;
    background-color: #4cb64c;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #b9e2b9;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #f9d5a2;
}

.panel-warning > .panel-heading {
    color: #f3a638;
    background-color: #fce7c8;
    border-color: #f9d5a2;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #f9d5a2;
}

.panel-warning > .panel-heading .badge {
    color: #fce7c8;
    background-color: #f3a638;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f9d5a2;
}

.panel-danger {
    border-color: #f3b5ad;
}

.panel-danger > .panel-heading {
    color: #e3503e;
    background-color: #f5c1bb;
    border-color: #f3b5ad;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #f3b5ad;
}

.panel-danger > .panel-heading .badge {
    color: #f5c1bb;
    background-color: #e3503e;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f3b5ad;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 0;
}

.well-sm {
    padding: 9px;
    border-radius: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Arial, "Roboto", Helvetica, serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Arial, "Roboto", Helvetica, serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1 -1 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #cccccc;
    bottom: -11px;
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

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

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.p-0 {
    padding: 0px;
}

.pt-0 {
    padding-top: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.py-0 {
    padding-bottom: 0px;
    padding-top: 0px;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.m-0 {
    margin: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.mr-0 {
    margin-right: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.ml-0 {
    margin-left: 0px;
}

.my-0 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.p-1 {
    padding: 10px;
}

.pt-1 {
    padding-top: 10px;
}

.pr-1 {
    padding-right: 10px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pl-1 {
    padding-left: 10px;
}

.py-1 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.px-1 {
    padding-left: 10px;
    padding-right: 10px;
}

.m-1 {
    margin: 10px;
}

.mt-1 {
    margin-top: 10px;
}

.mr-1 {
    margin-right: 10px;
}

.mb-1 {
    margin-bottom: 10px;
}

.ml-1 {
    margin-left: 10px;
}

.my-1 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.mx-1 {
    margin-left: 10px;
    margin-right: 10px;
}

.p-2 {
    padding: 20px;
}

.pt-2 {
    padding-top: 20px;
}

.pr-2 {
    padding-right: 20px !important;
}

.pb-2 {
    padding-bottom: 20px;
}

.pl-2 {
    padding-left: 20px;
}

.py-2 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.px-2 {
    padding-left: 20px;
    padding-right: 20px;
}

.m-2 {
    margin: 20px;
}

.mt-2 {
    margin-top: 20px;
}

.mr-2 {
    margin-right: 20px;
}

.mb-2 {
    margin-bottom: 20px;
}

.ml-2 {
    margin-left: 20px;
}

.my-2 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.mx-2 {
    margin-left: 20px;
    margin-right: 20px;
}

.p-3 {
    padding: 30px;
}

.pt-3 {
    padding-top: 30px;
}

.pr-3 {
    padding-right: 30px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pl-3 {
    padding-left: 30px;
}

.py-3 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.px-3 {
    padding-left: 30px;
    padding-right: 30px;
}

.m-3 {
    margin: 30px;
}

.mt-3 {
    margin-top: 30px;
}

.mr-3 {
    margin-right: 30px;
}

.mb-3 {
    margin-bottom: 30px;
}

.ml-3 {
    margin-left: 30px;
}

.my-3 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.mx-3 {
    margin-left: 30px;
    margin-right: 30px;
}

.p-4 {
    padding: 40px;
}

.pt-4 {
    padding-top: 40px;
}

.pr-4 {
    padding-right: 40px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pl-4 {
    padding-left: 40px;
}

.py-4 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.px-4 {
    padding-left: 40px;
    padding-right: 40px;
}

.m-4 {
    margin: 40px;
}

.mt-4 {
    margin-top: 40px;
}

.mr-4 {
    margin-right: 40px;
}

.mb-4 {
    margin-bottom: 40px;
}

.ml-4 {
    margin-left: 40px;
}

.my-4 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.mx-4 {
    margin-left: 40px;
    margin-right: 40px;
}

.p-5 {
    padding: 50px;
}

.pt-5 {
    padding-top: 50px;
}

.pr-5 {
    padding-right: 50px;
}

.pb-5 {
    padding-bottom: 50px;
}

.pl-5 {
    padding-left: 50px;
}

.py-5 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.px-5 {
    padding-left: 50px;
    padding-right: 50px;
}

.m-5 {
    margin: 50px;
}

.mt-5 {
    margin-top: 50px;
}

.mr-5 {
    margin-right: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.ml-5 {
    margin-left: 50px;
}

.my-5 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.mx-5 {
    margin-left: 50px;
    margin-right: 50px;
}

.col-lg-5p, .col-md-5p, .col-sm-5p, .col-xs-5p {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}

.col-xs-5p {
    width: 20%;
}

@media (min-width: 768px) {
    .col-sm-5p {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-5p {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-5p {
        width: 20%;
    }
}

.col-lg-7p, .col-md-7p, .col-sm-7p, .col-xs-7p {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}

.col-xs-7p {
    width: 14.2857142857%;
}

@media (min-width: 768px) {
    .col-sm-7p {
        width: 14.2857142857%;
    }
}

@media (min-width: 992px) {
    .col-md-7p {
        width: 14.2857142857%;
    }
}

@media (min-width: 1200px) {
    .col-lg-7p {
        width: 14.2857142857%;
    }
}

.col-lg-8p, .col-md-8p, .col-sm-8p, .col-xs-8p {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}

.col-xs-8p {
    width: 12.5%;
}

@media (min-width: 768px) {
    .col-sm-8p {
        width: 12.5%;
    }
}

@media (min-width: 992px) {
    .col-md-8p {
        width: 12.5%;
    }
}

@media (min-width: 1200px) {
    .col-lg-8p {
        width: 12.5%;
    }
}

.col-lg-9p, .col-md-9p, .col-sm-9p, .col-xs-9p {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}

.col-xs-9p {
    width: 11.1111111111%;
}

@media (min-width: 768px) {
    .col-sm-9p {
        width: 11.1111111111%;
    }
}

@media (min-width: 992px) {
    .col-md-9p {
        width: 11.1111111111%;
    }
}

@media (min-width: 1200px) {
    .col-lg-9p {
        width: 11.1111111111%;
    }
}

.col-lg-10p, .col-md-10p, .col-sm-10p, .col-xs-10p {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}

.col-xs-10p {
    width: 10%;
}

@media (min-width: 768px) {
    .col-sm-10p {
        width: 10%;
    }
}

@media (min-width: 992px) {
    .col-md-10p {
        width: 10%;
    }
}

@media (min-width: 1200px) {
    .col-lg-10p {
        width: 10%;
    }
}

.btn {
    /*text-transform: uppercase;*/
    font-weight: 700;
}

.price-group .btn { /*首页改版2期*/
    font-weight: normal;
}

.btn:active, .btn.active {
    box-shadow: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: none;
}

.price-group .btn-lg, .btn-group-lg > .btn { /*首页改版2期*/
    padding: 0;
}

.price-group .btn-block { /*首页改版2期*/
    display: inline-block;
    width: 60%;
    float: right;
    margin-top: 5px;
}

@media (max-width: 1200px) {
    .price-group .btn-block { /*首页改版2期*/
        width: 100%;
    }
}

#product_all_list .btn-default:hover, #product_all_list .btn-default:active, #product_all_list .btn-default:focus, #product_all_list .btn-default:active:hover {
    background: #fa6400;
    border-color: #fa6400;
    color: #fff;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn {
    font-size: 14px;
}

.price-group .btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn { /*首页改版2期*/
    font-size: 12px;
}

.bg-grey {
    background-color: #edeff3;
}

.bg-white {
    background-color: #fff;
}

.checkbox-plus label {
    padding: 0;
}

.checkbox-plus input {
    display: none;
}

.checkbox-plus input + span.icon {
    width: 22px;
    cursor: pointer;
    font-weight: 500;
    margin-right: 10px;
}

.checkbox-plus input + span.icon:before {
    color: #aaa;
    font-size: 28px;
    content: "\f096";
    font-family: fontawesome;
}

.checkbox-plus input:checked + span:before {
    content: "\f14a";
    color: #183464;
}

.checkbox-plus span {
    float: left;
}

.checkbox-plus-2 label {
    padding: 0;
}

.checkbox-plus-2 p {
    display: inline;
    padding-left: 20px;
}

.checkbox-plus-2 input {
    display: none;
}

.checkbox-plus-2 input + span.icon {
    cursor: pointer;
    font-weight: 500;
    margin-right: 10px;
}

.checkbox-plus-2 input + span.icon:before {
    color: #aaa;
    font-size: 28px;
    content: "\e646";
    font-family: giga;
}

.checkbox-plus-2 input:checked + span:before {
    content: "\e645";
    color: #3a75dc;
}

.checkbox-plus-2 span {
    float: left;
    line-height: 20px;
    font-weight: 500;
}

.bg-shadow {
    border-radius: 4px;
    border: 1px solid #c4cad5;
    box-shadow: 0px 0px 12px 6px #eee;
}

.well {
    padding: 10px;
    border-radius: 6px;
    box-shadow: none;
    background-color: #fbfbfb;
    border: 1px solid #dfdfdf;
}

table td {
    vertical-align: middle !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

span.help-notice {
    color: red;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.flex-grow-1 {
    flex: 1;
}

i.icon-combox {
    color: #8add33;
}

i.icon-partx {
    color: #5bd1ff;
}

i.icon-table-link {
    color: #8594ad;
}

i.icon-mail-unopen {
    color: #fa6400;
}

i.icon-mail-open {
    color: #c5c5c5;
}

i.icon-star-active {
    color: #fa6400;
}

i.icon-star-gray {
    color: #c5c5c5;
}

i.icon-help-inactive {
    color: #b620e0;
}

i.icon-oversized {
    color: #ff5064;
}

i.icon-table-download {
    color: #6c7e9c;
}

i.icon-action-confirm-and-agree {
    color: #8add33;
}

i.icon-action-warning {
    color: #db0000;
}

.form-wrapper .form-title {
    margin-bottom: 16px;
    color: #3e2b75;
    font-size: 20px;
}

.form-wrapper .form-group {
  margin-bottom: 20px;
}
.form-wrapper .form-group > label {
    font-size: 12px;
    text-transform: capitalize;
    color: #333;
}

.form-wrapper .form-group.no-stay {
  margin-bottom: 20px;
}
.form-wrapper .form-group.no-stay input {
    border-color: red;
}

.form-wrapper .form-group.no-stay textarea {
    border-color: red;
}

.form-wrapper .form-group .msg-top {
    position: relative;
}

.form-wrapper .form-group .msg-top .message-top {
    margin-top: 8px;
    color: #bbb;
}

.form-wrapper .input-group input.form-control {
    border-radius: 4px 0 0 4px;
}

.form-wrapper .input-group .input-group-btn .btn {
    height: 38px;
    color: #aaa;
    background: #fff;
    border-color: #aaa;
}

.form-wrapper .input-group .right-disabled {
    border-right: none;
}

.form-wrapper .input-group .input-group-addon {
    background: #fff;
    border-color: #aaa;
    border-radius: 0 4px 4px 0;
}

.form-wrapper .input-required {
    float: right;
    color: red;
    font-size: 10px;
    font-weight: bold;
}

.form-wrapper .disabled {
    border: none !important;
}

.form-wrapper p {
    margin-bottom: 4px;
    color: #888;
}

.form-wrapper .form-control {
    border-radius: 4px;
    border: 1px solid #aaa;
    background: #f3f5f7;
}

.form-wrapper .form-control:focus {
    box-shadow: none;
}

.form-wrapper .input-group .addon {
    color: #999;
    background: #f3f5f7 !important;
}

.form-wrapper .input-group .addon.disabled {
    color: #999;
    border-radius: 4px;
    border-top: 1px solid #e3e5e7 !important;
    border-bottom: 0px solid #e3e5e7;
    border-left: 0px solid #e3e5e7;
    border-right: 0px solid #e3e5e7;
    background: #f3f5f7 !important;
}

.form-wrapper input[type="checkbox"] {
    width: 2em;
    height: 2em;
    margin-right: .2em;
    border-radius: .2em;
    /*text-align: center;*/
}

.form-wrapper .checkbox-inline {
    line-height: 2.5em;
}

/*.form-wrapper label.radio-inline input[type="radio"] {*/
/*    width: 0px;*/
/*    height: 0px;*/
/*    text-align: center;*/
/*    line-height: 20px;*/
/*}*/

/*.form-wrapper label.radio-inline input[type="radio"]::before {*/
/*    content: "\e641";*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    font-size: 24px;*/
/*    color: #eee;*/
/*    padding-left: 1px;*/
/*    padding-top: 1px;*/
/*    font-family: giga;*/
/*}*/

/*.form-wrapper label.radio-inline input[type="radio"]:checked::before {*/
/*    content: "\e640";*/
/*    color: #3a75dc;*/
/*}*/

.form-wrapper label.radio-inline span {
    line-height: 30px;
    margin-left: 14px;
    color: #000;
}

.form-wrapper textarea {
    min-height: 100px;
    border-radius: 6px;
    border: 1px solid gray;
    resize: none;
}
.form-wrapper .attachment-group span.status {
    margin-left: 10px;
    line-height: 30px;
}

.form-wrapper .attachment-group .progress {
    display: inline-block;
    height: 16px;
    width: 150px;
    margin: 0 0 -2px 10px;
    border-radius: 8px;
}

.form-wrapper .attachment-group .progress .progress-bar {
    line-height: 16px;
    border-radius: 8px;
    box-shadow: none;
    background-color: #55cbf9;
}

.form-wrapper .datetimepicker-range {
    display: flex;
}

.form-wrapper .datetimepicker-range .datetimepicker {
    flex: 1;
    position: relative;
}

.form-wrapper .datetimepicker-range .datetimepicker:first-child input {
    border-radius: 4px 0 0 4px;
}

.form-wrapper .datetimepicker-range .datetimepicker:last-child {
    margin-left: 4px;
}

.form-wrapper .datetimepicker-range .datetimepicker:last-child input {
    border-radius: 0 4px 4px 0;
}

.form-wrapper .datetimepicker-range .datetimepicker input {
    padding: 12px 13px 0 13px;
}

.form-wrapper .datetimepicker-range .datetimepicker span.title {
    position: absolute;
    top: 4px;
    left: 14px;
    font-size: 10px;
    color: #b6b7b9;
}

.form-wrapper .datetimepicker-range .datetimepicker span.icon {
    position: absolute;
    bottom: 4px;
    right: 8px;
}

.form-wrapper .datetimepicker-range .datetimepicker span.icon i {
    font-size: 10px;
    color: #b6b7b9;
}

.form-wrapper .input-group.date button {
    cursor: default;
}

.form-wrapper .input-group.date i {
    font-size: 18px !important;
    color: #b6b7b9;
}

.modal-common.modal-xl {
    width: 1000px;
}

.modal-common i.icon-help {
    font-weight: 500;
    margin-left: 8px;
}

.modal-common .modal-content {
    overflow: hidden;
    border-radius: 6px;
}

.modal-common .modal-content .modal-header {
    background-color: #183464;
}

.modal-common .modal-content .modal-header h4 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.modal-common .modal-content .modal-header button.close {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    opacity: 0.8;
    background: #fff;
}

.modal-common .modal-content .modal-header button.close span {
    color: #183464;
}

.modal-common .modal-content .modal-body {
    padding: 30px;
    font-size: 12px;
}

.modal-common .modal-content .modal-body img {
    min-width: 88px;
    min-height: 88px;
    border-radius: 10px;
    margin-top: 20px;
    margin-right: 17px;
}

.modal-common .modal-content .modal-body table .border-none {
    border: none;
}

.modal-common .modal-content .modal-body .rating {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.modal-common .modal-content .modal-body p.bold {
    font-weight: bold;
    font-size: 16px;
}

.modal-common .modal-content .modal-body p.bold.blue {
    color: #1b3766;
}

.modal-common .modal-content .modal-body p.bold.min-title {
    font-size: 14px;
}

.modal-common .modal-content .modal-body p.grey {
    color: #999;
    font-size: 14px;
}

.modal-common .modal-content .modal-body .photo-wrapper {
    display: inline-block;
}

.modal-common .modal-content .modal-body .photo-wrapper .photo-item {
    float: left;
    position: relative;
    margin-left: 20px;
    margin-bottom: 20px;
}

.modal-common .modal-content .modal-body .photo-wrapper .action-group {
    position: absolute;
    padding: 6px;
    top: 90%;
    left: -20px;
    min-width: 130px;
    z-index: 4;
    border-radius: 6px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 3px #eee;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: none;
}

.modal-common .modal-content .modal-body .photo-wrapper .action-group.active {
    display: block;
}

.modal-common .modal-content .modal-body .photo-wrapper .action-group button {
    margin-left: 10px;
    border: none;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
}

.modal-common .modal-content .modal-body .photo-wrapper .action-group button span {
    padding: 6px;
    margin-left: 8px;
    background: #f3f5f7;
    border-radius: 4px;
}

.modal-common .modal-content .modal-body .popup {
    font-size: 14px;
    font-weight: 500;
}

.modal-common .modal-content .modal-body .btn-icon {
    background-color: #fff;
    width: auto;
    height: auto;
    padding: 4px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 5px #ddd;
}

.modal-common .modal-content .modal-body .btn-icon-photo {
    width: 80px;
    padding: 4px;
    border: 1px solid #aaa;
    border-radius: 4px;
    background: #f3f5f7;
    text-align: center;
    vertical-align: middle;
}

.modal-common .modal-content .modal-body .left-img {
    float: right;
    color: #bbb;
    font-weight: bold;
}

.modal-common .modal-content .modal-body .warning {
    color: red;
    font-weight: bold;
}

.modal-common .modal-content .modal-body .icon-search {
    font-size: 70px;
    font-weight: bold;
    color: #3831ac;
}

.modal-common .modal-content .modal-body p.loading {
    color: #1b3766;
    font-size: 22px;
}

.modal-common .modal-content .modal-body i.icon-photo {
    font-size: 50px;
    font-weight: bold;
}

.modal-common .modal-content .modal-body i.icon-copy {
    font-size: 22px;
    line-height: 22px;
    color: #3a75dc;
}

.modal-common .modal-content .modal-body i.icon-help-alert {
    margin-left: 4px;
    color: #ba2de2;
}

.modal-common .modal-content .modal-body i.icon-add {
    font-size: 26px;
    line-height: 38px;
}

.modal-common .modal-content .modal-body i.icon-star {
    color: #000;
    font-size: 22px;
    font-weight: bold;
}

.modal-common .modal-content .modal-body i.icon-star-blank {
    color: #000;
    font-size: 22px;
    font-weight: bold;
}

.modal-common .modal-content .modal-footer {
    text-align: center;
}

.modal-common .modal-content .modal-footer .btn {
    padding: 6px 10px;
    font-size: 12px;
    box-shadow: 0px 2px 2px 0 #eee;
}

.modal-common .modal-content .modal-footer .btn.btn-primary {
    color: #fff;
    background-color: #3a75dc;
    border-color: #225cc1;
}

.modal-common .modal-content .modal-footer .btn.btn-primary:hover {
    background-color: #225cc1;
}

.modal-common .modal-content .modal-footer .btn.btn-default {
    color: #3a75dc;
    border-color: #e3e3e3;
    background-color: #fbfbfb;
}

.modal-common .modal-content .modal-footer .btn.btn-default:hover {
    color: #e3e3e3;
    background-color: #3a75dc;
    border-color: #3a75dc;
}

.modal-common .modal-content .modal-footer input[type="checkbox"] {
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
}

.modal-common .modal-content .modal-footer input[type="checkbox"]::before {
    content: "";
    position: absolute;
    line-height: 16px;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #aaa;
}

.modal-common .modal-content .modal-footer input[type="checkbox"]:checked::before {
    content: "\2714";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #aaa;
    color: #183464;
    font-size: 16px;
    font-weight: bold;
}

.modal-common .modal-content .modal-footer .foot-check {
    line-height: 26px;
    padding-left: 8px;
}

.modal-failure-log table tr td.highlight {
    color: #667799;
}

#top {
    /*background-color: #183464;*/
    /*color: #999999;*/
}

#top a {
    /*color: #ff6c00;*/
}

#top .top-right {
    font-size: 12px;
}

#top .top-right > ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

#top .top-right > ul > li {
    padding: 8px 0;
    float: left;
    position: relative;
    margin-left: 30px;
}

#top .top-right > ul > li:first-of-type {
    margin-left: 0;
}

#top .top-right > ul > li:first-of-type:after {
    display: none;
}

#top .top-right > ul > li:after {
    content: '';
    position: absolute;
    left: -14px;
    top: 10px;
    height: 14px;
    width: 1px;
    background: #555;
}

#top .top-right > ul > li.currency-wrapper form, #top .top-right > ul > li.currency-wrapper img {
    display: inline-block;
}

#top .top-right > ul > li.currency-wrapper img {
    height: 14px;
    margin-left: 4px;
}

#top .top-right > ul > li.currency-wrapper .btn-group {
    color: #ff6c00;
}

#top .top-right > ul > li.currency-wrapper:hover .dropdown-menu {
    display: block;
    margin-left: -30px;
    width: 200px;
}

#top .top-right > ul > li .btn-group {
    cursor: pointer;
}

#top .top-right .dropdown-menu {
    padding: 0;
    border: none;
}

#top .top-right .dropdown-menu .btn {
    padding: 8px 8px !important;
    color: #333;
    text-align: left;
}

#top .top-right .dropdown-menu .btn img {
    margin: 0 4px 0 0;
}

#top .top-right .dropdown-menu .btn:hover {
    background: #EEE;
}

/*header {*/
/*    padding: 26px 0;*/
/*    background-color: #fff;*/
/*    color: #183464;*/
/*}*/

/*header #search input {*/
/*    border-color: #183464;*/
/*    height: 40px;*/
/*    padding-left: 20px;*/
/*    border-radius: 4px 0 0 4px;*/
/*}*/

/*header #search .input-group-btn .btn {*/
/*    height: 40px;*/
/*    color: #fff;*/
/*    line-height: 40px;*/
/*    padding: 0 30px !important;*/
/*    background: #183464;*/
/*    border-color: #183464;*/
/*}*/

/*header .header-right {*/
/*    margin-top: 8px;*/
/*    float: right;*/
/*}*/

/*header .header-right img {*/
/*    display: inline-block;*/
/*    width: 26px;*/
/*}*/

/*header .header-right > div {*/
/*    float: left;*/
/*}*/

/*header .account-wrapper {*/
/*    position: relative;*/
/*}*/
/*2247*/
header .account-wrapper > div.dropdown-toggle {
    display: flex;
    align-items: center;
    /*color: #183464;*/
    /*font-size: 15px;*/
}

/*header .account-wrapper > div.dropdown-toggle .name-group {*/
/*    margin: 0 6px;*/
/*}*/

header .account-wrapper > div.dropdown-toggle .name-group span {
    display: block;
}

header .account-wrapper > div.dropdown-toggle .name-group span.name {
    white-space: nowrap;
    overflow: hidden;
    max-width: 100px;
    word-break: break-word;
    text-overflow: ellipsis;
}

header .account-wrapper > div.dropdown-toggle .name-group span.customer-number {
    font-size: 12px;
    color: #999;
}

header .account-wrapper > div.dropdown-toggle i.giga {
    font-size: 26px;
}

/*header .account-wrapper:hover > div.dropdown-toggle {*/
/*    color: #fa6400;*/
/*}*/
/*end*/

header .account-wrapper:hover .header-pop-up {
    display: block;
}

header .wishlist {
    margin-left: 20px;
    position: relative;
}

header .wishlist > a {
    display: flex;
    align-items: center;
}

header .wishlist > a i.giga {
    font-size: 26px;
}

header .wishlist:hover > a {
    /*color: #fa6400;*/
}

header .wishlist:hover .header-pop-up{
    display: block;
}

header #cart {
    margin-left: 20px;
    position: relative;
}

header .cart-pop:hover .header-pop-up {
    margin-left: -130px;
    display: block;
}

/*header #cart:hover .cart-text .cart-total {
    color: #FA6400;
}

header #cart:hover .cart-text .total {
    color: #FA6400;
}*/

header #cart:hover .dropdown-menu {
    /*display: block;*/
}

header #cart .table-striped {
    margin-bottom: 10px;
}

header #cart .cart-text {
    position: relative;
    display: flex;
    align-items: center;
}

header #cart .cart-text:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 30px;
}

header #cart .dropdown-menu {
    width: 360px;
    padding: 16px;
    margin-top: 20px;
}

header #cart .dropdown-menu td {
    border-color: #ccc;
}

header #cart .dropdown-menu .thumb {
    width: 80px;
}

header #cart .dropdown-menu img {
    width: auto;
}

header #cart .dropdown-menu .no-border td {
    border: none;
    word-break: break-all;
}

header #cart .dropdown-menu .quantity-total {
    overflow: hidden;
    margin-bottom: 10px;
}

header #cart .dropdown-menu .quantity-total .quantity {
    float: left;
    margin-left: 88px;
}

header #cart .dropdown-menu .quantity-total .td-total {
    float: right;
    min-width: 130px;
    overflow: hidden;
}

header #cart .dropdown-menu .quantity-total .bracket {
    color: red;
}

header #cart .dropdown-menu .product-name a {
    color: #183464;
}

header #cart .dropdown-menu .btn-remove {
    width: 20px;
    text-align: right;
}

header #cart .dropdown-menu .btn-remove .btn {
    color: #333;
    background: transparent;
    font-size: 16px;
}

header #cart .dropdown-menu:before, header #cart .dropdown-menu:after {
    content: '';
    position: absolute;
    top: -14px;
    right: 36px;
    width: 0;
    height: 0;
    border-bottom: 14px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}

header #cart .dropdown-menu:before {
    top: -14px;
    border-bottom: 14px solid #ddd;
}

header #cart .dropdown-menu:after {
    top: -12px;
}

header #cart .dropdown-menu table {
    border-bottom: 1px solid #ccc;
}

header #cart .dropdown-menu .bottom-tr td {
    padding: 0;
    border: none;
}

header #cart .dropdown-menu .bottom-btn {
    margin-bottom: 0;
}

header #cart .dropdown-menu .bottom-btn a {
    width: 48%;
    color: #000;
}

header #cart .dropdown-menu .bottom-btn a:first-of-type {
    border: 1px solid #183464;
}

header #cart .dropdown-menu .bottom-btn a:last-of-type {
    color: #fff;
    float: right;
    background: #fa6400;
}

header #cart .item-more {
    text-align: center;
    margin-bottom: 10px;
}

header .header-pop-up,
.pop-down-new .pop-down {
    position: absolute;
    min-width: 240px;
    top: 94%;
    left: 50%;
    z-index: 999;
    display: none;
    margin-top: 16px;
    background: #fff;
    padding: 20px 15px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #cccccc;
}

header .header-pop-up {
    margin-left: -150px;
}

header .header-pop-up .placeholder-div {
    position: absolute;
    top: -27px;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 99;
}

header .header-pop-up .header-pop-up-list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

header .header-pop-up .header-pop-up-list ul a {
    display: block;
    padding: 5px 0;
    color: #333;
}

/*header .header-pop-up .header-pop-up-list ul a:hover {
    background: #eee;
}*/

header .header-pop-up:before, header .header-pop-up:after,
.pop-down-new .pop-down:before, .pop-down-new .pop-down:after{
    content: '';
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -14px;
    width: 0;
    height: 0;
    border-bottom: 14px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}

header .header-pop-up:before,
.pop-down-new .pop-down:before {
    top: -14px;
    border-bottom: 14px solid #cccccc;
}

header .header-pop-up:after,
.pop-down-new .pop-down:after {
    top: -12px;
}

header .header-pop-up .top-register-login {
    margin-top: 6px;
}

/*header .header-pop-up .top-register-login a {*/
/*    display: inline-block;*/
/*    width: 48.6%;*/
/*    border: 1px solid #183464;*/
/*    color: #183464;*/
/*    border-radius: 4px;*/
/*    text-transform: uppercase;*/
/*    padding: 8px 10px;*/
/*    text-align: center;*/
/*    font-size: 16px;*/
/*}*/

/*header .header-pop-up .top-register-login a.left {*/
/*    float: left;*/
/*}*/

/*header .header-pop-up .top-register-login a.left:hover {*/
/*    background: #fa6400;*/
/*    border-color: #fa6400;*/
/*    color: #fff;*/
/*}*/

/*header .header-pop-up .top-register-login a.right {*/
/*    background: #fa6400;*/
/*    color: #fff;*/
/*    float: right;*/
/*    border-color: #fa6400;*/
/*}*/

/*header .header-pop-up .top-register-login a.right:hover {*/
/*    background: #d85600;*/
/*}*/

header .header-pop-up .bottom-link {
    margin-top: 18px;
    color: #444;
}

header .header-pop-up .bottom-link p {
    text-align: center;
}

header .wishlist .header-pop-up,
header .cart-pop .header-pop-up {
    width: 264px;
    font-size: 12px;
}

/*#menu-wrapper {*/
/*    background: #677999;*/
/*}*/

.menu-wrapper .dropdown-menu {
    padding: 0;
    border: none;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.menu-wrapper .dropdown-first .dropdown-menu { /*首页修改2期*/
    padding: 0;
    background-color: #f7f7f7;
    box-shadow: none;
}

/*.dropmenu {*/
/*  padding: 0;*/
/*  border: none;*/
/*  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);*/
/*}*/
/*@media (max-width: 1320px) { !*dropmenu适配1320*!*/
/*  #menu-wrapper .dropdown-first .dropdown-menu {*/
/*    height: 455px;*/
/*  }*/
/*  .dropmenu{*/
/*    height: 455px;*/
/*  }*/
/*}*/
/*@media (max-width: 1200px) { !*dropmenu小于1200收起*!*/
/*  !*#menu-wrapper #menu .menu-top li > .dropdown-menu {*!*/
/*  !*  display: none;*!*/
/*  !*}*!*/
/*  !*#menu-wrapper #menu .menu-top li:hover > .dropdown-menu {*!*/
/*  !*  display: block;*!*/
/*  !*}*!*/
/*  .dropmenu{*/
/*    display: none;*/
/*  }*/
/*  .dropdown-first {*/
/*    background-color: transparent;*/
/*    !*width: 200px;*!*/
/*    width: 180px;*/
/*  }*/
/*  #banner-right {*/
/*    !*margin-left: 40px;*!*/
/*    margin-left: 120px;*/
/*  }*/
/*}*/
/*@media (max-width: 1200px) { !*小于1200px调整banner间距*!*/
/*  .banner-container {*/
/*    !*margin-left: 40px;*!*/
/*    margin-left: 10px;*/
/*  }*/
/*}*/
/*@media (max-width: 996px) { !*小于1200px调整banner间距*!*/
/*  .banner-container {*/
/*    margin-left: 40px;*/
/*    !*margin-left: 120px;*!*/
/*  }*/
/*  #banner-right {*/
/*    margin-left: 40px;*/
/*  }*/
/*}*/
/*@media (max-width: 992px) { !*小于1200px运营位尺寸调整*!*/
/*  .banner-container {*/
/*    height: 240px;*/
/*  }*/
/*  #banner-right {*/
/*    width: 740px;*/
/*  }*/
/*  #banner-right .operations {*/
/*    width: 245px;*/
/*    height: 104px;*/
/*    border: 1px solid rgba(242, 242, 242, 1);*/
/*    margin-bottom: 10px;*/
/*  }*/
/*  #banner-right .operations:nth-child(2) {*/
/*    margin: 0;*/
/*  }*/
/*  #banner-right>.operations>img {*/
/*    float: right;*/
/*    display: inline-block;*/
/*    height: 96px;*/
/*    width: 96px;*/
/*    !*border: 1px solid rgba(242, 242, 242, 1);*!*/
/*    margin-top: 2.5px;*/
/*    margin-right: 3px;*/
/*  }*/
/*  .operations-left h4 {*/
/*    width: 0;*/
/*    margin-bottom: 10px;*/
/*  }*/
/*  .dropdown-first {*/
/*    background-color: transparent;*/
/*    width: 115px;*/
/*  }*/
/*  #menu-wrapper #menu .menu-top li:nth-last-child(2), !*小于992时隐藏导航后两项*!*/
/*  #menu-wrapper #menu .menu-top li:last-child*/
/*  {*/
/*    display: none;*/
/*  }*/
/*}*/
.menu-wrapper .dropdown-menu li {
    padding: 0 16px;
}

.menu-wrapper .dropdown-first .dropdown-menu li {
    height: 48.5px;
}

.menu-wrapper .dropdown-menu li:last-of-type > a {
    border: none;
}

.menu-wrapper .dropdown-menu li a {
    display: block;
}

/**/
.dropmenu li {
    padding: 0 12px;
}

.dropmenu li {
    height: 67.8px;
}

.dropmenu li:last-of-type > a {
    border: none;
}

.dropmenu li a {
    color: #222;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #ddd;
}

.dropmenu li a { /*首页改版2期*/
    color: #222;
    padding: 14px 0;
    display: block;
    border: none;
}

/**/
#menu-wrapper .menu-top > li > a { /*首页改版2期*/
    font-size: 16px;
}

#menu-wrapper .menu-top > li:not(.categories) > a {
    padding-top: 0 !important;
}

#menu-wrapper .menu-top > li > a i {
    margin-left: 4px;
}

#menu-wrapper #menu {
    margin-bottom: 0;
    min-height: auto;
    border: none;
    height: 48px;
}

#menu-wrapper #menu .account-balance-wrapper {
    float: right;
}

#menu-wrapper #menu .account-balance-wrapper .menu-pop-up {
    padding: 16px;
    position: absolute;
    top: 100%;
    line-height: 24px;
    right: 0;
    z-index: 999;
    display: none;
    width: 370px;
    color: #333;
    margin-top: 6px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 5px 14px 2px rgba(0, 0, 0, 0.3);
}

#menu-wrapper #menu .account-balance-wrapper .menu-pop-up .placeholder-div {
    position: absolute;
    top: -27px;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 99;
}

#menu-wrapper #menu .account-balance-wrapper .menu-pop-up:before, #menu-wrapper #menu .account-balance-wrapper .menu-pop-up:after {
    content: '';
    position: absolute;
    top: -10px;
    right: 14px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

#menu-wrapper #menu .account-balance-wrapper .menu-pop-up:before {
    top: -10px;
    border-bottom: 10px solid #ddd;
}

#menu-wrapper #menu .account-balance-wrapper .menu-pop-up:after {
    top: -8px;
}

#menu-wrapper #menu .account-balance-wrapper .menu-pop-up .title {
    color: #aaa;
    margin-bottom: 10px;
}

#menu-wrapper #menu .account-balance-wrapper .menu-pop-up .list {
    margin-bottom: 10px;
}

#menu-wrapper #menu .account-balance-wrapper .menu-pop-up .list > p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 18px;
}

#menu-wrapper #menu .account-balance-wrapper .menu-pop-up .list > p .currency-icon {
    font-size: 12px;
}

#menu-wrapper #menu .account-balance-wrapper .menu-pop-up .list > p .left {
    color: #183464;
}

#menu-wrapper #menu .account-balance-wrapper .menu-pop-up .list > p .color-green {
    color: #6fd504;
}

#menu-wrapper #menu .account-balance-wrapper .menu-pop-up .menu-pop-bottom {
    background: #eaf0fb;
    border-top: 1px solid #d1daea;
    margin: 0 -16px -16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    font-weight: bold;
    border-radius: 0 0 6px 6px;
    font-size: 12px;
    color: #183464;
}

#menu-wrapper #menu .account-balance-wrapper .menu-pop-up .menu-pop-bottom > div span {
    margin-right: 8px;
}

#menu-wrapper #menu .account-balance-wrapper .menu-pop-up .menu-pop-bottom > div span:last-of-type {
    margin-right: 0;
}

#menu-wrapper #menu .account-balance-wrapper ul {
    display: flex;
    align-items: center;
    list-style: none;
    height: 100%;
    margin-bottom: 0;
    padding-left: 0;
    color: #fff;
}

#menu-wrapper #menu .account-balance-wrapper ul > li {
    margin-left: 16px;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    position: relative;
}

#menu-wrapper #menu .account-balance-wrapper ul > li .corner-mark {
    position: absolute;
    background: #fa6400;
    color: #fff;
    text-align: center;
    width: 15px;
    top: 8px;
    height: 15px;
    left: 5px;
    font-size: 12px;
    border-radius: 50%;
    line-height: 15px;
}

#menu-wrapper #menu .account-balance-wrapper ul > li:hover .menu-pop-up {
    display: block;
}

#menu-wrapper #menu .account-balance-wrapper ul > li:first-of-type {
    margin-left: 0;
}

#menu-wrapper #menu .account-balance-wrapper ul .icon-sort-arrow-down {
    font-size: 12px;
}

#menu-wrapper #menu .account-balance-wrapper ul .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

#menu-wrapper #menu .menu-top li {
    position: unset !important;
    height: 48px;
}
#menu-wrapper #menu .menu-top .dropdown-first li:hover { /*首页改版2期*/
    background: #fff;
}

#menu-wrapper #menu .menu-top li:hover > .dropdown-menu {
    display: block;
}
#menu-wrapper #menu .menu-top > li.category-list:hover > a{
    color: #333333;
}

/*#menu-wrapper #menu .menu-top li:hover > a {*/
/*    color: #fff;*/
/*}*/

/**/
.dropmenu li {
    /*position: inherit;*/
}

.dropmenu li:hover {
    background: #478bff;
}

.dropmenu li:hover { /*首页改版2期*/
    background: #fff;
}

.dropmenu li:hover > a {
    border-color: #478bff;
}

.dropmenu li:hover > .dropdown-menu {
    display: block;
    height: 471px;
    margin: 0;
    border: none;
}

.dropmenu li:hover > a {
    color: #fff;
}

/**/
/*#menu-wrapper #menu .menu-top .dropdown-first li:hover > a {
    color: #478bff;
}*/

#menu-wrapper #menu .menu-top .dropdown-first li:hover { /*首页改版2期*/
    /*box-shadow: -5px 7px 12px rgba(0, 0, 0, 0.175);*/
    box-shadow: -1px 1px 7px 1px rgba(0, 0, 0, 0.175);
}

#menu-wrapper #menu .menu-top .dropdown-first .third-level li:hover { /*首页改版2期*/
    box-shadow: none;
}

.dropmenu li:hover > a { /*首页改版2期*/
    color: #478bff;
}
.slideshow .dropmenu li:hover >a {
    color: #333;
}

.dropmenu li:hover,
.category-list .dropdown-menu .menu-other > li:hover { /*5085*/
    box-shadow: -1px 1px 7px 1px rgba(0, 0, 0, 0.175);
}

.dropmenu .third-level li:hover { /*首页改版2期*/
    box-shadow: none;
}

#menu-wrapper #menu .dropdown-inner {
    display: table;
    width: 100%;
}

.dropmenu .dropdown-inner { /**/
    display: table;
    width: 100%;
}

/*.dropmenu .dropdown-inner a.has-children:after {
    position: absolute;
    right: 10px;
    content: '\e6eb';
    font-family: 'giga';
}*/

.menu-wrapper #menu .dropdown-inner ul {
    display: table-cell;
    padding-top: 10px;
}

.dropmenu .dropdown-inner ul {
    display: table-cell;
}

#menu-wrapper #menu .dropdown-inner ul li {
    position: inherit;
}

.dropmenu .dropdown-inner ul li {
    /*position: inherit;*/
    display: flex;
    align-items: center;
}

/*.dropmenu .dropdown-inner ul a {*/
/*    min-width: 160px;*/
/*}*/

#menu-wrapper #menu .third-level {
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 100%;
    width: 900px;
    overflow-y: auto;
}

.dropmenu .third-level {
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 98%;
    width: 900px;
    min-width: 600px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

#menu-wrapper #menu .third-level ul li {
    /*width: 50%;*/
    /*float: left;*/
    height: auto;
    display: block;
    font-weight: bold;
}

.dropmenu .third-level ul li {
    /*width: 50%;*/
    /*float: left;*/
    height: auto;
    font-weight: bold;
    display: block;
}

#menu-wrapper #menu .third-level ul li:hover {
    border-radius: 4px;
}

.dropmenu .third-level ul li:hover {
    border-radius: 4px;
}

#menu-wrapper #menu .third-level ul li a {
    border: none;
}

.dropmenu .third-level ul li a {
    border: none;
}

/**/
/*#menu-wrapper #menu .dropmenu .dropdown-inner {*/
/*  display: table;*/
/*  width: 100%;*/
/*}*/
/*#menu-wrapper #menu .dropmenu .dropdown-inner a.has-children:after {*/
/*  position: absolute;*/
/*  right: 10px;*/
/*  content: '\e627';*/
/*  font-family: 'giga';*/
/*}*/
/*#menu-wrapper #menu .dropmenu .dropdown-inner ul {*/
/*  display: table-cell;*/
/*}*/
/*#menu-wrapper #menu .dropmenu .dropdown-inner ul li {*/
/*  position: inherit;*/
/*}*/
/*#menu-wrapper #menu .dropmenu .dropdown-inner ul a {*/
/*  min-width: 160px;*/
/*}*/
/*#menu-wrapper #menu .dropmenu .third-level {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  left: 100%;*/
/*  min-width: 600px;*/
/*  background-color: #fff;*/
/*  box-shadow: -1px 1px 7px 1px rgba(0, 0, 0, 0.175);*/
/*  padding: 10px;*/
/*}*/
/*#menu-wrapper #menu .dropmenu .third-level ul li {*/
/*  width: 50%;*/
/*  float: left;*/
/*  height: 40px;*/
/*}*/
/*#menu-wrapper #menu .dropmenu .third-level ul li:hover {*/
/*  border-radius: 4px;*/
/*}*/
/*#menu-wrapper #menu .dropmenu .third-level ul li a {*/
/*  border: none;*/
/*}*/
/**/

.icon-sum {
    position: absolute;
    top: -9px;
    left: 13px;
    display: inline-block;
    text-align: center;
    line-height: 17px;
    height: 16px;
    border-radius: 16px;
    padding: 0 5px;
    color: #fff;
    background-color: #FF6A00;
    transition: -webkit-transform .05s ease;
    -webkit-transform: translate(0, 0);
}

.conversational-message-wrapper {
    font-size: 12px;
    max-height: 500px;
    overflow-y: auto;
}

.conversational-message-wrapper .message-item {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.conversational-message-wrapper .message-item.incoming .right .content {
    background-color: #fff5ef;
    border: 1px solid #fa6400;
}

.conversational-message-wrapper .message-item.outgoing {
    overflow: hidden;
    clear: both;
}

.conversational-message-wrapper .message-item.outgoing > div {
    float: right;
}

.conversational-message-wrapper .message-item.outgoing .right {
    margin-left: 0;
    margin-right: 10px;
    width: 400px;
}

.conversational-message-wrapper .message-item.outgoing .right .info span {
    text-align: right;
}

.conversational-message-wrapper .message-item.outgoing .right .content {
    background-color: #fbfbfb;
    border: 1px solid #dfdfdf;
}

.conversational-message-wrapper .message-item .left {
    float: left;
}

.conversational-message-wrapper .message-item .left img.avatar {
    height: 40px;
    width: 40px;
    border-radius: 20px;
}

.conversational-message-wrapper .message-item .right {
    max-width: 400px;
    margin-left: 50px;
}

.conversational-message-wrapper .message-item .right .info {
    display: flex;
    margin-bottom: 4px;
}

.conversational-message-wrapper .message-item .right .info span {
    flex: 1;
}

.conversational-message-wrapper .message-item .right .info i {
    font-size: 12px;
}

.conversational-message-wrapper .message-item .right .content {
    padding: 20px;
    border-radius: 6px;
    word-break: break-word;
}

.product-simple-grid {
    background-color: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.index-container .product-simple-grid {
    margin-bottom: 85px;
}

.product-simple-grid:hover {
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.42);
}

#module-stores .product-simple-grid:hover {
    box-shadow: none;
}

.product-simple-grid .image {
    position: relative;
    padding: 10px;
}

.product-simple-grid .image .button-group {
    position: absolute;
    bottom: 10px;
    right: 5px; /*首页改版2期*/
}

.product-simple-grid .image .button-group a {
    margin-right: 6px;
}

.product-simple-grid .image .button-group a i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fa6400;
    border: 1px solid #fde8db;
    border-radius: 15px;
    text-align: center;
}

.product-simple-grid .image .button-group a:hover i {
    border-color: #fa6400;
    background: #fa6400;
    color: #fff;
}

.product-simple-grid .office-text {
    display: none;
}

.product-simple-grid .caption {
    padding: 10px;
}

.product-simple-grid .caption span.red {
    font-size: 12px;
    color: red;
}

.product-simple-grid .caption .code-group {
    font-size: 12px;
    text-align: center;
    color: #707070;
}

.product-simple-grid .caption .code-group i {
    font-size: 10px;
    color: #8add33;
}

.product-simple-grid .caption .price-group .price {
    font-size: 20px;
    font-weight: bold;
    color: red;
}

.product-simple-grid .caption .quantity-group span.label-info {
    float: right;
    /*background: red;*/
    background: none; /*首页改版2期*/
}

.index-container .product-simple-grid .caption .quantity-group span.label-info {
    background: none;
}

.product-simple-grid .caption .tag-group span {
    margin-right: 10px;
}

.product-simple-grid .caption .tag-group i {
    color: #fa6400;
    /*color: #677999;*/
    font-size: 12px;
}

.product-simple-grid .caption .rate-group {
    display: flex;
}

.product-simple-grid .caption .rate-group span {
    flex: 1;
}

.product-simple-grid .caption .store-group {
    position: relative;
    display: flex;
}

/*解决首页出现more on the way时小信封错位*/
.product-simple-grid .caption .store-group {
    width: 100%;
}

.product-simple-grid .caption .store-group div.store {
    flex: 1;
    line-height: 30px;
    color: #6b6b6b;
    cursor: pointer;
    position: relative;
}

.product-simple-grid .caption .store-group div.store .store-name{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    float: left;
    max-width: 95%;
}

.product-simple-grid .caption .store-group div.store .store-name:hover { /*首頁改版2*/
    color: #fa6400;
}

.product-simple-grid .caption .store-group div.store:hover .store-pop {
    display: block;
    z-index: 99;
}

.product-simple-grid .caption .store-group div.store .store-pop {
    position: absolute;
    border: 1px solid #183464;
    background: #fff;
    border-radius: 4px;
    width: 220px;
    display: none;
    text-align: center;
    padding: 10px;
    z-index: 20; /*首页改版2期*/
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.42);
    color: #6b6b6b;
}

.product-simple-grid .caption .store-group div.store .store-pop .text {
    font-size: 12px;
    line-height: 20px;
    /*margin-bottom: 10px;*/
    /*margin-bottom: 10px;*/ /*首页改版2期*/
    text-align: left;
}

.product-simple-grid .caption .store-group div.store .store-pop .text i {
    font-size: 13px;
}

.product-simple-grid .caption .store-group div.store .store-pop .btn {
    background: #183464;
    color: #fff;
    font-weight: 400;
}

.product-simple-grid .caption .store-group a.chat, .product-simple-grid .caption .store-group a.email {
    /*margin-right: 10px;*/
    /*margin-top: -3px; !*首页改版2期*!*/
}

.product-simple-grid .caption .store-group a.chat i, .product-simple-grid .caption .store-group a.email i {
    display: inline-block;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border: 1px solid #fde8db;
    border-radius: 15px;
    text-align: center;
    color: #fa6400;
}

.product-simple-grid .caption .button-group {
    padding: 16px 30px;
}

@media (max-width: 1200px) {
    .product-simple-grid .caption .button-group {
        padding: 15px 10px;
    }
}

@media (max-width: 1200px) {
    .product-simple-grid .caption .button-group a {
        padding: 15px 10px;
    }
}

/*首页改版2期频道页商品高度*/
.index-container .product-simple-grid {
    height: 400px;
}

.product-simple-grid {
    height: 580px;
}

#module-stores {
    background-color: #fff;
}

#module-stores .product-simple-grid {
    height: 100%;
    margin: auto;
    border: none;
}

#module-stores .product-simple-grid h3 { /*首页改版2期featured stores*/
    text-align: center;
    margin-top: 0;
}

.product-grid .office-text {
    display: none;
}

.product-list .product-simple-grid {
    height: auto;
}

.product-list .product-simple-grid {
    display: flex;
    margin-bottom: 20px;
}

.product-list .product-simple-grid .office-text {
    display: block;
    width: 100%;
}

.product-list .product-simple-grid .code-price-wrapper {
    position: relative;
    flex: 1;
    /*padding-right: 10px;*/
    padding: 0 10px 20px 0;
}

/*@media (max-width: 767px) {*/
/*  .product-list .product-simple-grid .code-price-wrapper {*/
/*    flex: none;*/
/*    width: 100%;*/
/*  }*/
/*}*/
/*@media (min-width: 767px) {*/
/*  .product-list .product-simple-grid .code-price-wrapper .tag-group {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*  }*/
/*}*/
.product-list .product-simple-grid .store-group-button {
    position: relative;
    flex: 0 0 198px;
}

.product-list .product-simple-grid .store-group-button .button-group {
    padding: 0 0 10px;
}

@media (min-width: 767px) {
    .product-list .product-simple-grid .store-group-button .button-group {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

.product-list .product-simple-grid .store-group-button .store-group {
    display: block;
}

/*@media (max-width: 767px) {*/
/*  .product-list .product-simple-grid .store-group-button .store-group {*/
/*    margin-bottom: 10px;*/
/*  }*/
/*}*/
/*@media (min-width: 767px) {*/
/*  .product-list .product-simple-grid .store-group-button .store-group > a {*/
/*    margin-left: 10px;*/
/*    margin-right: 0;*/
/*  }*/
/*}*/
.product-list .product-simple-grid .store-group-button .store-group .store {
    float: right;
}

.product-list .product-simple-grid .image {
    width: 280px;
}

/*@media (max-width: 992px) {*/
/*  .product-list .product-simple-grid .image {*/
/*    width: 240px;*/
/*  }*/
/*}*/
/*@media (max-width: 768px) {*/
/*  .product-list .product-simple-grid .image {*/
/*    width: 180px;*/
/*  }*/
/*}*/
.product-list .product-simple-grid .office-text {
    height: 42px;
    margin-bottom: 20px;
    color: #666;
}

/*@media (max-width: 767px) {*/
/*  .product-list .product-simple-grid .office-text {*/
/*    height: auto;*/
/*    margin-bottom: 10px;*/
/*  }*/
/*}*/
.product-list .product-simple-grid .caption {
    flex: 1;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.product-list .product-simple-grid .code-group {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: red;
}

/*@media (min-width: 767px) {*/
/*  .product-list .product-simple-grid .store-group-button {*/
/*    height: calc(100% - 50px);*/
/*  }*/
/*}*/

.side-list > div  .side-tool:not(:last-child)  .tool-item {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 16px;
}

.side-tool .tool-item .side-title {
    font-weight: bold;
    padding: 16px 0 12px 0;
}

.side-tool .tool-item ul {
    padding-left: 0;
    list-style: none;
}

.side-tool .tool-item ul li {
    overflow: hidden;
    cursor: pointer;
}

.side-tool .tool-item ul li.panel-lx .category-href {
    display: inline-block;
}

.side-tool .tool-item ul li.panel-lx ul {
    padding-left: 20px;
}

.side-tool .tool-item ul li.panel-lx ul li a {
    display: block;
}

.side-tool .tool-item ul li:last-of-type {
    border: none;
}

.side-tool .tool-item ul li a {
    padding: 4px 12px;
    display: inline-block;
    color: #333;
    padding-left: 8px;
}

.side-tool .tool-item ul li a:hover {
    color: #004bd8;
}

.side-tool .tool-item ul .toggle-icon {
    float: right;
    font-size: 16px;
    margin-top: 8px;
    padding: 0 6px;
    transition: all 0.3s ease-in-out;
}

.side-tool .tool-item ul .toggle-icon[aria-expanded="true"] {
    transform: rotate(-180deg);
}

.side-tool .tool-item .section-wrapper {
    overflow: hidden;
}

.side-tool .tool-item .section-wrapper .form-control, .side-tool .tool-item .section-wrapper .btn {
    height: 32px;
}

.side-tool .tool-item .section-wrapper > div {
    float: left;
}

.side-tool .tool-item .section-wrapper > div.edit {
    width: 70px;
    height: 32px;
    position: relative;
}

.side-tool .tool-item .section-wrapper > div.edit .currency-icon {
    position: absolute;
    /*top: 8px;*/
    left: 14px;
}

.side-tool .tool-item .section-wrapper > div.edit.icon:before {
    content: '';
    width: 6px;
    height: 1px;
    background: #bbb;
    position: absolute;
    right: -3px;
    top: 16px;
    z-index: 9;
}

.side-tool .tool-item .section-wrapper > div.btn {
    width: 40px;
    height: 32px;
    background-color: #ccc;
    border-radius: 2px;
    color: #fff;
}
.side-tool .tool-item .section-wrapper > div.btn:hover{
  background-color: #1a4596;
}

.breadcrumb-wrapper {
    background: #f7f7f7;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.breadcrumb-wrapper h1 {
    margin: 0;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: bold;
}

.breadcrumb-wrapper .breadcrumb {
    margin-bottom: 0;
    padding-bottom: 0;
}

.breadcrumb-wrapper .breadcrumb a {
    color: #333;
}

.breadcrumb-simple {
    padding: 20px 0;
}

.breadcrumb-simple a {
    font-weight: bold;
    color: #183464;
}

.breadcrumb-simple a.active {
    font-weight: normal;
    color: #96a3b8;
}

.swiper-button-prev, .swiper-button-next {
    text-align: center;
    cursor: pointer;
    /*background-image: none !important;*/
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.banner-container .swiper-button-prev, .banner-container .swiper-button-next, .index-container .swiper-button-prev, .index-container .swiper-button-next { /*首页改版2期*/
    text-align: center;
    cursor: pointer;
    height: 60px;
    width: 30px;
    /*background-image: none !important;*/
    background-color: #000000;
    opacity: 0.2;
    -moz-opacity: 20%;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.recommended-products .swiper-button-prev:hover, .recommended-products .swiper-button-next:hover {
    opacity: 0.5;
}

.banner-container .swiper-button-prev:hover, .banner-container .swiper-button-next:hover { /*首页改版2期*/
    opacity: 0.5;
}

/*@media (max-width: 768px) {*/
/*  .swiper-button-prev, .swiper-button-next {*/
/*    display: none;*/
/*  }*/
/*}*/
.swiper-button-prev:before, .swiper-button-next:before {
    font-family: FontAwesome;
    font-size: 24px;
}

.banner-container .swiper-button-prev {
    left: 0px;
}

.swiper-button-prev:before { /*首页改版2期*/
    content: "\f104";
    color: #fff;
    line-height: 60px;
}

.banner-container .swiper-button-prev:before, .index-container .swiper-button-prev:before { /*首页改版2期*/
    content: "\f104";
    color: #fff;
    line-height: 60px;
}

.banner-container .swiper-button-next { /*首页改版2期*/
    right: 0;
}

/*featured products 、 featured stores切换按钮*/
.home-product-list .swiper-button-next,
.home-product-list .swiper-button-prev {
    width: 30px;
    height: 60px;
    opacity: 0.2;
    text-align: center;
    vertical-align: middle;
    background-color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.home-product-list .swiper-button-next {
    right: 20px;
}

.home-product-list .swiper-button-prev {
    left: -20px;
}

.swiper-button-next:before { /*首页改版2期*/
    content: "\f105";
    color: #fff;
    line-height: 60px;
}

.banner-container .swiper-button-next:before, .index-container .swiper-button-next:before { /*首页改版2期*/
    content: "\f105";
    color: #fff;
    line-height: 60px;
}

#product-product .swiper-button-prev {
    left: 0;
}

#product-product .swiper-button-next {
    right: 0;
}

.pagination-wrapper {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    text-align: right;
}

.pagination-wrapper .pagination {
    margin: 10px 0;
}

.pagination-wrapper .pagination > li:first-of-type a {
    border-left: none;
}

.pagination-wrapper .pagination > li:last-of-type a {
    border-right: none;
}

.pagination-wrapper .pagination a {
    color: #333;
    width: 36px;
    height: 37px;
    text-align: center;
    border-top: none;
    border-bottom: none;
}

.pagination-wrapper .pagination i.giga {
    font-size: 15px;
}

#product-category .filter-tool-wrapper {
    /*border-top: 1px solid #ccc;*/
    /*border-bottom: 1px solid #ccc;*/
    /*padding: 10px 0;*/
    /*margin-bottom: 20px;*/
}

#product-category .filter-tool-wrapper .select-icon {
    position: relative;
}

#product-category .filter-tool-wrapper .select-icon select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*background: url("../img/cart.png") no-repeat 97% center;*/
}

#product-category .filter-tool-wrapper .select-icon:before {
    content: '\f0dd';
    position: absolute;
    font-size: 18px;
    font-family: fontawesome;
    top: 2px;
    z-index: 99;
    right: 5px;
}

#product-category .filter-tool-wrapper .left-btn .btn {
    height: 35px;
    border-radius: 0;
    border-color: #aaa;
    color: #aaa;
    background: #fff;
}

#product-category .filter-tool-wrapper .left-btn .btn.active {
    border-color: #183464;
    color: #183464;
}

#product-category .filter-tool-wrapper .input-group .input-group-addon {
    background: #fff;
    color: #888;
    border-color: #183464;
    font-size: 14px;
}

#product-category .filter-tool-wrapper .input-group .form-control {
    border-left: none;
    font-size: 14px;
    border-color: #183464;
    height: 35px;
}


/*#product-category .category-info .intro-group span {*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*}*/

/*#product-category .category-info .button-group {*/
/*    display: inline-block;*/
/*    margin-left: 30px;*/
/*}*/

/*#product-category .category-info .button-group .btn {*/
/*    padding: 4px 10px;*/
/*    border-color: #677999;*/
/*    background-color: #677999;*/
/*}*/

#product-product .select-wrapper label.control-label {
    display: inline-block;
    word-break: break-all;
    word-wrap: break-word;
    font-weight: 400;
    margin-top: 7px;
    line-height: 20px;
}

#product-product .select-wrapper > div {
    width: calc(100% - 90px);
    float: right;
}

#product-product .select-wrapper > div .radio {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    cursor: pointer;
}

#product-product .select-wrapper > div .radio input {
    display: none;
}

#product-product .select-wrapper > div .radio input:checked + span {
    border-color: red;
    position: relative;
}

#product-product .select-wrapper > div .radio span {
    display: block;
    position: relative;
    padding: 7px 12px;
    min-width: 64px;
    margin-bottom: 4px;
    text-align: center;
    color: #666;
    font-weight: 400;
    border: 1px solid #183464;
}

#product-product .product-swiper-wrapper {
    position: relative;
    padding: 0 30px;
}

#product-product .product-swiper-wrapper .swiper-button-prev {
    left: 0;
}

#product-product .product-swiper-wrapper .swiper-button-next {
    right: 0;
}

#product-product .thumbnail-wrapper {
    position: relative;
}

#product-product .thumbnail-wrapper a.btn-download {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    background-color: #fa6400;
}

#product-product .thumbnail-wrapper a.btn-download i {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

#product-product ul.additional-thumbnail-wrapper {
    list-style: none;
}

#product-product ul.additional-thumbnail-wrapper li.image-additional {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#product-product ul.additional-thumbnail-wrapper li.image-additional a img {
    width: 100px;
}

#product-product .btn-wistlist {
    color: #fa6400;
}

#product-product .product-info-header-wrapper h2 {
    margin: 10px 0;
    color: #fa6400;
}

#product-product .product-info-data-wrapper {
    display: flex;
    margin-bottom: 20px;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#product-product .product-info-data-wrapper div {
    flex: 1;
    border-right: 1px solid #ddd;
    text-align: center;
}

#product-product .product-info-data-wrapper div:last-of-type {
    border-right: none;
}

#product-product .product-info-data-wrapper div i {
    color: #5ab2ff;
}

#product-product .product-not-login {
    padding: 20px;
    text-align: center;
}

#product-product .product-not-login .title {
    font-weight: bold;
    font-size: 20px;
    color: #183464;
}

#product-product .product-not-login p {
    margin-bottom: 10px;
}

#product-product .product-not-login .image {
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

#product-product .product-not-login .image img {
    display: inline-block;
}

#product-product .product-info-wrapper {
    padding: 20px;
    background: #f7f7f7;
}

#product-product .product-info-wrapper .btn.btn-primary {
    min-width: 68px;
}

#product-product .product-info-wrapper hr {
    margin: 10px 0;
    border-color: #ddd;
}

#product-product .product-info-wrapper .text-highlight {
    font-weight: 700;
    color: #fa6400;
}

#product-product .product-info-wrapper .text-red {
    color: red;
}

#product-product .product-info-wrapper span.price-exclusive {
    font-size: 26px;
    font-weight: 700;
    color: #183464;
}

#product-product .product-info-wrapper .rebate-wrapper > div:first-of-type .rebate-item, #product-product .product-info-wrapper .rebate-wrapper > div:first-of-type .margin-item {
    border-left: 1px solid #ddd;
}

#product-product .product-info-wrapper .rebate-group i, #product-product .product-info-wrapper .margin-group i {
    color: #5ab2ff;
}

#product-product .product-info-wrapper .rebate-group .rebate-item, #product-product .product-info-wrapper .rebate-group .margin-item, #product-product .product-info-wrapper .margin-group .rebate-item, #product-product .product-info-wrapper .margin-group .margin-item {
    border-right: 1px solid #ddd;
}

#product-product .product-info-wrapper .rebate-group .rebate-item .price, #product-product .product-info-wrapper .rebate-group .margin-item .price, #product-product .product-info-wrapper .margin-group .rebate-item .price, #product-product .product-info-wrapper .margin-group .margin-item .price {
    font-size: 20px;
}

#product-product .product-info-wrapper .rebate-group .rebate-item span, #product-product .product-info-wrapper .rebate-group .margin-item span, #product-product .product-info-wrapper .margin-group .rebate-item span, #product-product .product-info-wrapper .margin-group .margin-item span {
    display: block;
    text-align: center;
}

#product-product .product-info-wrapper .rebate-group .rebate-item span.price, #product-product .product-info-wrapper .rebate-group .margin-item span.price, #product-product .product-info-wrapper .margin-group .rebate-item span.price, #product-product .product-info-wrapper .margin-group .margin-item span.price {
    font-weight: bold;
}

#product-product .product-info-wrapper .quantity-group {
    display: flex;
    align-items: center;
}

#product-product .product-info-wrapper .quantity-group #input-quantity {
    margin-right: 10px;
    width: 70px;
    text-align: center;
}

.label-more-on-the-way {
    /*background: red;*//*首页改版2期*/
}

.index-container .label-more-on-the-way {
    background: none;
}

#product-product .product-info-wrapper .total-group {
    margin-top: 20px;
}

#product-product .product-info-wrapper .total-group span.total {
    font-size: 26px;
    color: red;
}

#product-product .product-tabs-wrapper .nav-tabs {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
}

#product-product .product-tabs-wrapper .nav-tabs li {
    margin-bottom: 0;
    border-right: 1px solid #ddd;
}

#product-product .product-tabs-wrapper .nav-tabs li a {
    padding: 10px 40px;
    border: none;
    font-weight: bold;
    color: #000;
}

#product-product .product-tabs-wrapper .nav-tabs li a:hover {
    border: none;
}

#product-product .product-tabs-wrapper .nav-tabs li.active a {
    border: none;
    font-weight: bold;
    color: #fa6400;
}

#product-product .product-tabs-wrapper .nav-tabs li:hover a {
    color: #fff;
}

#product-product .product-tabs-wrapper .tab-content {
    margin-top: 30px;
}

#product-product .seller-info-wrapper {
    padding: 20px;
    text-align: center;
    background: #f7f7f7;
}

#product-product .seller-info-wrapper img.avatar {
    width: 60px;
    height: 60px;
    border-radius: 30px;
}

#product-product .seller-info-wrapper p {
    margin-bottom: 10px;
}

#product-product .seller-info-wrapper a.btn-seller {
    text-transform: none;
    font-weight: 500;
}

#account-register .button-wrapper {
    margin-bottom: 60px;
    text-align: center;
}

#account-register .button-wrapper .btn {
    color: #fff;
    background: #478bff;
    border: 1px solid #3881ff;
    width: 40%;
}

#account-register .button-wrapper .btn:hover {
    background: #146bff;
}

#account-register .button-wrapper p {
    margin-top: 15px;
}

.login-img,
.login-img img {
    width: 500px;
    height: 470px;
    float: left;
    margin-right: 121px;
}

.login-wrapper {
    width: 500px;
    height: 470px;
    border: 1px solid #c4cad5;
    box-shadow: 0 0 8px #00000026;
    float: left;
    padding: 10px 30px 42px 29px;
}


/*@media (max-width: 768px) {*/
/*  .login-wrapper {*/
/*    width: 100%;*/
/*    padding: 0 20px;*/
/*  }*/
/*}*/
.login-wrapper h2 {
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

/*@media (max-width: 768px) {*/
/*  .login-wrapper h2 {*/
/*    font-size: 24px;*/
/*  }*/
/*}*/
.login-wrapper .btn-wrapper {
    margin-top: 40px;
    text-align: center;
}

.login-wrapper .btn-wrapper .btn {
    color: #fff;
    width: 100%;
    padding: 10px 13px;
    background: #478bff;
    border: 1px solid #3881ff;
}

.login-wrapper .btn-wrapper .btn:hover {
    background: #146bff;
}

.login-wrapper .form-control {
    border-color: #666;
    margin: 4px 0 8px;
}

.login-wrapper a {
    color: #fa6400;
}

.login-wrapper .to-register {
    margin-top: 40px;
    padding-top: 30px;
    font-size: 15px;
    text-align: center;
}

#account-forgotten h2 {
    font-weight: bold;
}

#account-forgotten img.captcha {
    max-width: 110px;
}

#account-forgotten a.btn-refresh i {
    color: #183464;
    font-size: 20px;
    font-weight: bold;
}

#account-forgotten .btn {
    padding: 14px 70px !important;
    border: 1px solid #3881ff;
    color: #fff;
    background: #478bff;
}

#account-forgotten .btn:hover {
    background: #146bff;
}

#account-forgotten p {
    margin-top: 15px;
}

#account-forgotten a {
    color: #3A75DC;
}

#account-forgotten label.checkbox {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 13px;
}

#account-forgotten label.checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

#account-forgotten label.checkbox input[type="checkbox"]::before {
    content: "";
    position: absolute;
    line-height: 20px;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #aaa;
}

#account-forgotten label.checkbox input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #aaa;
    color: #183464;
    font-size: 20px;
    font-weight: bold;
}

#account-forgotten label.checkbox span {
    line-height: 28px;
    padding-left: 10px;
}

#account-forgotten .btn-home {
    margin-left: 30px;
    padding-left: 33px !important;
    padding-right: 33px !important;
    border: 1px solid #3881ff;
    color: #3881ff;
    background: #fff;
}

#account-forgotten .btn-home:hover {
    background: #3881ff;
    color: #fff;
}

#account-forgotten i.icon-complete {
    font-size: 80px;
    color: #2e9b01;
}

#account-forgotten .progress-wrapper {
    display: flex;
    margin-bottom: 20px;
}

#account-forgotten .progress-wrapper div {
    flex: 1;
    margin-right: 10px;
    height: 4px;
    background-color: #e9e9e9;
}

#account-forgotten .progress-wrapper div:last-of-type {
    margin-right: 0;
}

#account-forgotten .progress-wrapper div.active {
    background-color: #fa6400;
}

#page-sales-order-management table i.icon-action-confirm-and-agree, #page-sales-order-management table i.icon-action-warning {
    margin-right: 10px;
    font-size: 18px;
}

#page-sales-order-management .progress {
    border-radius: 10px;
}

#page-sales-order-management .progress .progress-bar {
    border-radius: 10px;
    background-color: #3a75dc;
}

#page-sales-order-management .progress .progress-bar-danger {
    border-radius: 10px;
    background-color: red;
}

#page-sales-order-management-detail .info-wrapper {
    overflow: hidden;
}

#page-sales-order-management-detail .info-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#page-sales-order-management-detail .info-wrapper ul li {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #eee;
}

#page-sales-order-management-detail .info-wrapper ul li:last-of-type {
    border-right: none;
}

#page-sales-order-management-detail .info-wrapper ul li span {
    display: block;
}

#page-sales-order-management-detail .info-wrapper ul li span.title {
    color: #c9c9c9;
}

#page-sales-order-management-detail .info-wrapper ul li span i {
    font-size: 22px;
    color: #677999;
}

#page-sales-order-management-detail .info-wrapper ul li span i.small {
    font-size: 10px;
}

#page-sales-order-management-inventory .col-md-5 a {
    color: #000;
}

#page-sales-order-management-inventory .col-md-5 a:hover {
    color: #fa6400;
}

#page-sales-order-management-inventory p {
    text-transform: uppercase;
}

#page-sales-order-management-inventory table tr.checked {
    background-color: #fff3e5;
}

#page-sales-order-management-inventory table .btn-add-to-cart {
    color: #fa6400;
}

#page-sales-order-management-inventory .paginator {
    margin-top: 0;
}

#page-sales-order-management-inventory div.check input[type="checkbox"] {
    width: 0;
    cursor: pointer;
    font-weight: 500;
    margin-right: 10px;
    margin-left: 20px;
}

/*#page-sales-order-management-inventory div.check input[type="checkbox"]::before {*/
/*    margin-left: -18px;*/
/*    color: #000;*/
/*    font-size: 20px;*/
/*    content: "\e646";*/
/*    font-family: giga;*/
/*    line-height: 12px;*/
/*}*/

/*#page-sales-order-management-inventory div.check input[type="checkbox"]:checked::before {*/
/*    content: "\e645";*/
/*    color: #000;*/
/*}*/

#hot-deals {
    background-color: #fff;
}

#hot-deals .deals {
    height: 120px;
    padding-top: 5px;
    margin-top: 0px;
    background-color: #f7f7f7;
}

#hot-deals .deals h1 {
    text-transform: uppercase;
}

#hot-deals .deals p {
    font-size: 15px;
}

#hot-deals .banner {
    height: 320px;
    margin-top: 30px;
    background-image: url("/image/catalog/giga/banner/hot-deals-img.png");
    background-size: 100% 100%;
    text-align: center;
}

#hot-deals .banner .btn {
    margin-top: 60px;
    padding-left: 50px !important;
    padding-right: 50px !important;
    border: 1px solid #193465;
    color: #193465;
    background: #fff;
    font-size: 20px;
}

#hot-deals .banner .btn:hover {
    background: #162e59;
    color: #fff;
}

#hot-deals .banner p {
    padding-top: 80px;
    font-size: 32px;
    font-weight: normal;
    color: #193465;
}

#hot-deals .product {
    margin-top: 30px;
    overflow: hidden;
    border: 1px solid #eee;
}

#hot-deals .product img {
    float: left;
    height: 300px;
    width: 400px;
}

#hot-deals .product .right-wrapper {
    margin-left: 400px;
    padding-left: 40px;
    padding-right: 40px;
}

#hot-deals .product .right-wrapper h3 {
    text-transform: uppercase;
    color: #183464;
}

#hot-deals .product .right-wrapper p.subtitle {
    font-size: 20px;
    text-transform: uppercase;
    color: #fa6400;
}

#hot-deals .product .right-wrapper .text {
    margin-top: 18px;
    font-size: 16px;
    color: #737373;
}

#hot-deals .product .right-wrapper .bottom {
    margin-top: 30px;
    overflow: hidden;
}

#hot-deals .product .right-wrapper .bottom .time {
    float: left;
    padding-top: 15px;
    color: #737373;
    font-size: 16px;
}

#hot-deals .product .right-wrapper .bottom .btn {
    float: right;
    font-size: 16px;
    background-color: #fa6400;
    color: #fff;
}

#hot-deals .product .right-wrapper .bottom .btn:hover {
    border: 1px solid #fa6400;
    background-color: #fff;
    color: #fa6400;
}

#page-guide .action-section {
    overflow: hidden;
    padding: 30px;
}

#page-guide .action-section .row-wrapper {
    display: flex;
    align-items: stretch;
    margin-bottom: 30px;
}

#page-guide .action-section .row-wrapper:last-of-type {
    margin-bottom: 0;
}

#page-guide .action-section .row-wrapper a {
    display: block;
    flex: 1;
    margin-right: 30px;
    padding: 20px 0;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 6px 2px #eee;
}

#page-guide .action-section .row-wrapper a:last-of-type {
    margin-right: 0;
}

#page-guide .action-section .row-wrapper a span.icon {
    display: block;
}

#page-guide .action-section .row-wrapper a span.icon i {
    color: #3a75dc;
    font-size: 64px;
}

#page-guide .action-section .row-wrapper a span.name {
    display: block;
}

#page-guide .action-section .row-wrapper a:hover {
    background: #3a75dc;
    border-color: #2b56a4;
}

#page-guide .action-section .row-wrapper a:hover span {
    color: #fff;
}

#page-guide .action-section .row-wrapper a:hover span i {
    color: #fff;
}

#page-cart-wrapper {
    background: #fff;
}

#page-cart-wrapper .tag-red {
    background: #d61212;
    color: #fff;
    font-size: 12px;
    padding: 0 2px;
    margin: 0 3px;
    text-align: center;
    font-weight: 400;
    display: inline-block;
}

#page-cart-wrapper .cart-top {
    padding: 12px 0;
    display: flex;
    align-items: center;
    margin-top: 30px;
    border-bottom: 1px solid #bbb;
    justify-content: space-between;
}

#page-cart-wrapper .cart-top .title {
    font-size: 24px;
    font-weight: bold;
    color: #183464;
}

#page-cart-wrapper .cart-top .check-out {
    color: #fff;
    font-size: 15px;
    background: #888;
    padding: 7px 14px;
    border-radius: 4px;
}

#page-cart-wrapper .name {
    margin-bottom: 4px;
}

#page-cart-wrapper .quantity-tool {
    width: 100px;
}

#page-cart-wrapper .quantity-tool input {
    height: 32px;
    padding: 0 2px;
    text-align: center;
}

#page-cart-wrapper .quantity-tool .btn {
    color: #333 !important;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: none;
    font-size: 20px;
    box-shadow: none;
    background: #fff;
}

#page-cart-wrapper .quantity-tool span.right button {
    margin-left: 0;
}

#page-cart-wrapper .price {
    font-weight: bold;
}

#page-cart-wrapper .total {
    font-weight: bold;
    color: #fa6400;
}

#page-cart-wrapper .btn-link {
    color: #000;
    box-shadow: none;
}

#page-cart-wrapper .cart-product-wrapper td {
    padding: 10px 8px;
}

#page-cart-wrapper .cart-product-wrapper .product-img {
    padding: 17px 20px;
}

#page-cart-wrapper .cart-product-wrapper tbody tr:nth-child(2n+2) {
    /*background: #eee;*/
}

#page-cart-wrapper .check-out-btn {
    text-align: right;
}

#page-cart-wrapper .check-out-btn .btn {
    color: #fff;
    font-size: 16px;
    background: #999;
}

#page-cart-wrapper .cart-product-bottom {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

#page-cart-wrapper .cart-product-bottom .checkout-total-wrapper td {
    border: none;
    padding: 14px 8px;
}

@media (min-width: 768px) {
    #page-cart-wrapper .cart-product-bottom .checkout-total-wrapper td {
        min-width: 120px;
    }

    #page-cart-wrapper .cart-product-bottom .checkout-total-wrapper td:nth-child(2n+2) {
        padding-right: 0;
        font-weight: bold;
    }
}

#page-cart-wrapper .cart-product-bottom .total-price {
    color: #fa6400;
    font-size: 20px;
    font-weight: bold;
}

#page-cart-wrapper .not-available {
    font-size: 12px;
    color: #aaa;
}

#page-cart-wrapper .checkbox-radio input[type="radio"] {
    width: 0px;
    height: 0px;
    text-align: center;
    line-height: 20px;
}

#page-cart-wrapper .checkbox-radio input[type="radio"]::before {
    content: "\a0";
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
    font-size: 18px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #aaa;
    padding-left: 1px;
    padding-top: 1px;
}

#page-cart-wrapper .checkbox-radio input[type="radio"]:checked::before {
    content: "\2022";
    background-color: #3a75dc;
    color: #fff;
    border-radius: 50%;
    font-size: 50px;
    text-align: center;
}

#page-cart-wrapper .checkbox-radio span {
    margin-left: 14px;
    float: left;
    line-height: 30px;
    font-weight: 500;
}

#page-sellers {
    background-color: #fff;
}

#page-sellers .store-row {
    display: flex;
}

#page-sellers .store-row .store {
    width: 25%;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

#page-sellers .store-row .store img {
    width: 100%;
}

#page-sellers .store-row .store a {
    display: block;
    padding: 20px;
    font-weight: 600;
    font-size: 20px;
    color: #292929;
}

#page-sellers .store-row .store a:hover {
    color: #183464;
}

#page-sellers .store-row .store p {
    font-size: 15px;
    color: #333;
    margin: 0px 20px 25px;
}

#page-sellers .store-row .store:hover {
    box-shadow: 0px 0px 8px 6px #eee;
    z-index: 1;
}

#page-rma-detail .table-refund tbody {
    border-bottom: none;
}

#page-rma-detail .table-refund tbody tr td.borderless {
    border: none;
}

#page-rma-detail .table-refund tbody tr td.border-bottom {
    border-bottom: 1px solid #eee;
}

#page-rma-reshipment #table-reshipment-order tr.detail .left {
    float: left;
}

#page-rma-reshipment #table-reshipment-order tr.detail .left table td {
    padding: 2px 8px;
    border: none;
}

#page-rma-reshipment #table-reshipment-order tr.detail .right {
    float: right;
    width: 280px;
}

#page-rma-reshipment #table-reshipment-order .left-table {
    height: 30px;
}

#page-rma-refund #table-refund tr.detail .left {
    float: left;
}

#page-rma-refund #table-refund tr.detail .left table td {
    padding: 2px 8px;
    border: none;
}

#page-rma-refund #table-refund tr.detail .right {
    float: right;
    width: 280px;
}

#page-rma-refund #table-refund .left-table {
    height: 30px;
}

#page-rma-form .info-section {
    display: flex;
}

#page-rma-form .info-section .info-group {
    flex: 1;
    margin-right: 60px;
    padding: 10px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

#page-rma-form .info-section .info-group:last-of-type {
    margin-right: 0;
}

#page-rma-form .info-section .info-group span {
    font-size: 12px;
}

#page-rma-form .info-section .info-group span.title {
    margin-right: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #677899;
}

#page-rma-form .detail-section {
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 10px;
}

#page-rma-form .detail-section table td {
    border: none;
}

#page-bid-list-detail .btn-send {
    margin-top: 102px;
}

#page-product-return tr.no-border td {
    border: none;
}

#page-product-return .btn-binding {
    margin: 20px 20px;
    padding: 10px 20px;
    background-color: #fa6400;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
}

#page-product-return .upload .text {
    margin-top: 34px;
}

#page-product-return .upload .progress {
    margin-top: 30px;
    float: right;
    width: 100%;
    height: 26px;
    border-radius: 12px;
}

#page-product-return .upload .progress .progress-bar {
    height: 30px;
    line-height: 30px;
    border-radius: 12px;
    text-align: center;
}

#page-brand-center-form .screenshot {
    height: 200px;
    line-height: 200px;
    text-align: center;
    background: #f3f5f7;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
}

#page-brand-center-form .screenshot i {
    font-size: 40px;
}

#page-message-center i.icon-mail-open {
    font-size: 20px;
}

#page-message-center .panel-group {
    padding-top: 20px;
    padding-left: 10px;
    margin-bottom: 180px;
}

#page-message-center .panel-group .panel {
    box-shadow: none;
}

#page-message-center .panel-group .panel .panel-title .fa-down {
    margin-left: 20px;
    transform: rotate(0deg);
}

#page-message-center .panel-group .panel .panel-title .fa-down.active {
    transform: rotate(180deg);
}

#page-message-center .panel-group .panel .panel-body {
    border: none;
    padding: 8px 30px;
}

#page-message-center .panel-group .panel .panel-body a {
    color: #000;
}

#page-message-center .panel-group .panel .panel-body a:hover {
    color: #fa6400;
}

#page-message-center .panel-group .panel .panel-body a:hover span.number {
    color: #fff;
    font-weight: 600;
    background-color: #fa6400;
    border: 1px solid #fa6400;
}

#page-message-center .panel-group .panel .panel-body a span.number {
    margin-left: 10px;
    padding: 0 6px;
    border: 1px solid #677999;
    font-size: 10px;
    border-radius: 8px;
}

#page-message-center .list-group {
    margin-left: 10px;
    padding-bottom: 30px;
}

#page-message-center .list-group b {
    font-size: 16px;
    font-weight: 600;
}

#page-message-center .list-group li.list-item {
    position: relative;
    display: block;
    padding: 8px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    font-weight: 500;
}

#page-message-center div.check input[type="checkbox"] {
    width: 0;
    cursor: pointer;
    font-weight: 500;
    margin-right: 10px;
    margin-left: 20px;
}

#page-message-center div.check input[type="checkbox"]::before {
    margin-left: -18px;
    color: #000;
    font-size: 22px;
    content: "\e646";
    font-family: giga;
}

#page-message-center div.check input[type="checkbox"]:checked::before {
    content: "\e645";
    color: #000;
}

#page-message-center ul.top-ul {
    text-align: center;
}

#page-message-center ul.top-ul li {
    width: 110px;
}

#page-message-center ul.top-ul li a {
    padding: 10px 2px;
}

#page-inventory-items span.number-positive {
    color: #db0200;
}

#page-inventory-items span.number-negative {
    color: #6dd400;
}

.page-seller-portal h1 {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 700;
    color: #183464;
}

.page-seller-portal .btn-title-action {
    position: absolute;
    top: 0;
    right: 10px;
}

.page-seller-portal .btn {
  padding: 6px 10px;
  font-size: 14px;
}

.page-seller-portal .btn i {
  font-size: 14px;
}

.page-seller-portal .btn.btn-primary {
    color: #fff;
    background-color: #3a75dc;
    border-color: #3A75DC;
    /*height: 40px;*/
    /*line-height: 26px;*/
}

.page-seller-portal .btn.btn-primary:hover {
    background-color: #2d57a9;
}

.page-seller-portal .btn.btn-default {
    /*height: 40px;*/
    color: #3a75dc;
    border-color: #eee;
    background-color: #fff;
    /*line-height: 26px;*/
}

.page-seller-portal .btn.btn-default:hover {
    color: #fff;
    background-color: #3a75dc;
    border-color: #3a75dc;
}

.page-seller-portal .btn.btn-info {
    color: #333;
    border-color: #c1c3c5;
    background-color: #f3f5f7;
}

.page-seller-portal .btn.btn-info:hover {
    color: #e3e3e3;
    background-color: #3a75dc;
    border-color: #3a75dc;
}

.page-seller-portal i.small {
    font-size: 10px;
}

.page-seller-portal .nav-tabs.main {
    padding-left: 6px;
    position: relative;
    border: none;
}

.page-seller-portal .nav-tabs.main > li {
    margin-bottom: -4px;
}

.page-seller-portal .nav-tabs.main > li > a {
    background-color: #fff;
    color: #183464;
    border-radius: 4px;
}

.page-seller-portal .nav-tabs.main > li > a:hover {
  color: #fff;
  border-color: #3A75DC;
  background-color: #3A75DC;
}

.page-seller-portal .nav-tabs.main > li > a:hover span.number {
  color: #3A75DC;
  background-color: #fff;
  border: 1px solid #fff;
}

.page-seller-portal .nav-tabs.main > li > a span.number {
    padding: 0 6px;
    border: 1px solid #677999;
    font-size: 10px;
    border-radius: 8px;
}

.page-seller-portal .nav-tabs.main > li.active > a {
  color: #fff;
  background-color: #3A75DC;
  border-color: #3A75DC;
}

.page-seller-portal .nav-tabs.main > li.active > a span.number {
  color: #3A75DC;
  background-color: #fff;
  border: 1px solid #fff;
}

.page-seller-portal .nav-tabs.main > li.tips {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.page-seller-portal .nav-tabs.main > li.tips a {
    color: #677999;
    font-size: 12px;
}

.page-seller-portal .nav-tabs.main > li.tips a i {
    font-size: 12px;
}

.page-seller-portal .tab-content.main {
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    box-shadow: 0px 4px 10px 2px #c4cad5;
}

.page-seller-portal .tab-content.main h2 {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 400;
    color: #183464;
}

.page-seller-portal .tab-content.main .section-title {
    overflow: hidden;
    position: relative;
}

.page-seller-portal .tab-content.main .section-title .btn-right {
    position: absolute;
    top: 14px;
    right: 0;
}

.page-seller-portal .info-wrapper .row > div {
    text-align: center;
    border-right: 1px solid #eee;
}

.page-seller-portal .info-wrapper .row > div:last-of-type {
    border-right: none;
}

.page-seller-portal .info-wrapper .row > div span {
    display: block;
}

.page-seller-portal .info-wrapper .row > div span.title {
    color: #c9c9c9;
}

.page-seller-portal .info-wrapper .row > div span i {
    font-size: 22px;
    color: #677999;
}

.page-seller-portal .info-wrapper .row > div span i.small {
    font-size: 10px;
}

.page-seller-portal table.table.main {
    font-size: 12px;
}

.page-seller-portal table.table.main thead tr th a.sort i {
    color: #bfbfbf;
}

.page-seller-portal table.table.main tbody {
    border-bottom: 1px solid #eee;
}

.page-seller-portal table.table.main tbody tr.active > td {
    background-color: #edfadf;
}

.page-seller-portal table.table.main .text-highlight {
    color: #677899;
    font-weight: 700;
}

.page-seller-portal table.table.main .action-group {
    text-align: right;
    position: relative;
}

.page-seller-portal table.table.main .action-group .tool-more-wrapper:hover:before {
    display: block;
}

.page-seller-portal table.table.main .action-group .tool-more-wrapper:hover .tool-more {
    display: block;
}

.page-seller-portal table.table.main .action-group > div, .page-seller-portal table.table.main .action-group > a {
    padding: 6px;
    width: 24px;
    height: 24px;
    color: #242424;
    cursor: pointer;
    margin-left: 6px;
    margin-bottom: 6px;
    line-height: 13px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    background-color: #f3f5f7;
}
.page-seller-portal table.table.main .action-group a {
    padding: 1px;
}

.page-seller-portal table.table.main .action-group > div:hover, .page-seller-portal table.table.main .action-group > a:hover {
  background: #fa6400;
  color: #fff;
}

.page-seller-portal table.table.main .action-group > div:before, .page-seller-portal table.table.main .action-group > a:before {
    content: '';
    top: -6px;
    left: -6px;
    width: 36px;
    height: 36px;
    display: none;
    position: absolute;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.12);
}

.page-seller-portal table.table.main .action-group > div:last-of-type, .page-seller-portal table.table.main .action-group > a:last-of-type {
    margin-right: 0;
}

.page-seller-portal table.table.main .action-group > div i, .page-seller-portal table.table.main .action-group > a i {
    font-size: 12px;
}

.page-seller-portal table.table.main .action-group a i{
  font-size: 16px;
}

.page-seller-portal table.table.main .action-group .tool-more {
    top: 100%;
    z-index: 9;
    right: -6px;
    display: none;
    cursor: auto;
    width: 130px;
    color: #242424;
    padding: 0 7px;
    margin-top: 4px;
    background: #fff;
    position: absolute;
    border: 1px solid #ddd;
    border-radius: 3px 0 3px 3px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.12);
}

.page-seller-portal table.table.main .action-group .tool-more:before {
    content: '';
    right: 0;
    top: -2px;
    width: 34px;
    z-index: 99;
    height: 3px;
    background: #fff;
    position: absolute;
}

.page-seller-portal table.table.main .action-group .tool-more > div {
    display: flex;
    margin: 7px 0;
    align-items: center;
    border-radius: 5px 5px 0 5px;
    justify-content: space-between;
}

.page-seller-portal table.table.main .action-group .tool-more > div .icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: #eee;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
}

.page-seller-portal table.table.main .action-group .tool-more > div .icon:hover {
    background: #333;
    color: #fff;
}

.page-seller-portal table.table.main .action-group .tool-more > div.cancel-btn {
    color: #fa6400;
}

.page-seller-portal table.table.main .action-group .tool-more > div.cancel-btn .icon {
    color: #fff;
    background: #fa6400;
}

.page-seller-portal table.table.main .action-group .tool-more > div.cancel-btn .icon:hover {
    background: #c75000;
}

.page-seller-portal table.table.main .no-wrap {
    white-space: nowrap;
}

.page-seller-portal .table-responsive > .fixed-column {
    right: 0;
    top: 0;
    background: #fff;
    position: absolute;
    display: inline-block;
    width: auto;
    box-shadow: -2px 0px 2px 0px #eee;
}

.page-seller-portal .table-responsive > .fixed-column th, .page-seller-portal .table-responsive > .fixed-column td {
    /*text-align: center !important;*/
}

.page-seller-portal .paginator {
    margin-top: 30px;
    font-size: 12px;
    text-align: right;
}

.page-seller-portal .paginator select.limit {
    border: none;
    background-color: transparent;
}

.page-seller-portal .paginator i {
    padding: 0 10px;
    font-size: 12px;
    color: #000;
}

.page-seller-portal .text-price {
    text-transform: uppercase;
    color: #4f658b;
}

#page-contact {
    background-color: #fff;
}

#page-contact h3 {
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
}

#page-contact .location {
    font-weight: normal;
}

#page-contact .location i {
    color: grey;
    font-size: 20px;
}

#page-contact .form-group span {
    color: red;
}

#page-contact button {
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 14px 60px !important;
}

#help-center {
    background-color: #fff;
}

#help-center .panel {
    margin-bottom: 30px;
    border: none;
}

#help-center .panel a {
    color: #000;
}

#help-center .panel a:hover {
    color: #fa6400;
}

#help-center .panel .panel-heading {
    padding: 18px 16px;
    border-top: 1px solid grey;
    border-bottom: 1px solid #eee;
}

#help-center .panel .panel-heading span {
    font-weight: bold;
}

#help-center .panel .panel-heading .fa-down {
    float: right;
    font-size: 20px;
    font-weight: 500;
}

#help-center .panel .panel-body {
    font-size: 14px;
}

#help-center .right1 h3 {
    display: inline;
    font-weight: 600;
    margin-right: 30px;
}

#help-center .right1 button {
    margin-top: 16px;
    margin-bottom: 30px;
}

#page-account-balance .account-balance {
    display: flex;
}

#page-account-balance .account-balance > div {
    flex: 1;
    text-align: center;
}

#page-account-balance .account-balance > div p {
    margin-bottom: 8px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9a9a9a;
}

#page-account-balance .account-balance > div span {
    font-size: 22px;
}

#page-account-balance .account-balance > div span.green {
    color: #6dd400;
}

#page-account-balance .account-balance > div span.orange {
    color: #fa6400;
}

#page-account-balance .account-balance > div span.blue {
    color: #183464;
}

#page-my-account .bg-white {
    padding: 20px;
}

#page-my-account .bg-white .col-md-6 h2 {
    color: #000;
    font-weight: 500;
    padding-left: 20px;
}

#page-my-account .bg-white .col-md-6.left {
    border-right: 1px solid #ddd;
}

#page-my-account .bg-white .col-md-6 div {
    margin-left: 40px;
    float: left;
}

#page-my-account .bg-white .col-md-6 div p {
    margin-bottom: 20px;
}

#page-my-account .bg-white .col-md-6 div p a {
    color: #000;
}

#page-my-account .bg-white .col-md-6 div p a:hover {
    color: #fa6400;
}

/*#search-result .search-title {*/
/*    border-top: 1px solid #183464;*/
/*}*/

#search-result .search-title .side-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 12px;
}

#search-result .search-form {
    padding: 20px 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#search-result .search-form .btn {
    padding: 10px 54px;
    margin-top: 20px;
}

#search-result .search-form .form-control {
    border-radius: 4px;
    border-color: #183464;
}

#search-result .search-form .sort {
    display: none;
    padding: 16px 0px;
    height: 400px;
    overflow: auto;
    overflow-x: hidden;
}

#search-result .search-form .sort ul {
    padding-inline-start: 0px;
    line-height: 26px;
}

#search-result .search-form .sort ul li {
    padding-left: 16px;
    list-style: none;
}

#search-result .search-form .sort ul li.border-down {
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

#search-result .search-form .sort ul li a {
    color: #000;
}

#search-result .search-form .sort ul li a:hover {
    color: #fa6400;
}

#search-result div.left-btn {
    display: inline;
}

#search-result div.checkbox {
    display: inline;
}

/*#search-result div.checkbox input[type="checkbox"] {*/
/*    height: 16px;*/
/*    width: 0px;*/
/*    cursor: pointer;*/
/*}*/

/*#search-result div.checkbox input[type="checkbox"]::before {*/
/*    content: "\e646";*/
/*    color: #aaa;*/
/*    font-size: 16px;*/
/*    font-family: giga;*/
/*}*/

/*#search-result div.checkbox input[type="checkbox"]:checked::before {*/
/*    content: "\e645";*/
/*    color: #478bff;*/
/*}*/

#search-result div.checkbox span {
    padding-left: 6px;
    line-height: 24px;
}

#search-result .btn-top {
    font-size: 12px;
}

#search-result .btn-top i.giga {
    margin-right: 4px;
    font-size: 12px;
}
#search-result #button-search{
    background-color: #3A75DC;
    color: #fff;
}
#search-result #button-search:hover{
  background-color:#225CC1 ;
  color: #fff;
}

#page-checkout .panel-group {
    margin-bottom: 0;
}

#page-checkout .panel-group .panel-heading a {
    color: #183464;
}

#page-checkout .panel-group .panel-body .form-inline .form-control {
    width: 46%;
}

#page-checkout .panel-group .panel-body .form-wrapper .row {
    margin-bottom: 20px;
}

#page-checkout .panel-group .panel-body .form-wrapper .row .col-md-5 div {
    margin-left: 40px;
    font-size: 12px;
}

#page-checkout .panel-group .panel-body .form-wrapper .row .wechat {
    display: none;
}

#page-checkout .panel-group .panel-body .time-Remain {
    position: relative;
}

#page-checkout .panel-group .panel-body .time-Remain div {
    float: right;
    right: 20px;
    top: 0px;
    position: absolute;
    padding: 6px 10px;
    font-size: 12px;
    border: 1px solid #fa6400;
    font-weight: 600;
    background-color: #fff5ef;
    border-radius: 4px;
    vertical-align: middle;
}

#page-checkout .panel-group .panel-body .time-Remain span {
    line-height: 1px;
}

#page-checkout .panel-group .panel-body .time-Remain b {
    font-size: 16px;
}

#page-checkout .panel-group .panel-body .wechat-details {
    text-align: right;
}

#page-checkout .panel-group .panel-body .wechat-details div {
    float: right;
    margin-left: 50px;
}

#page-checkout .panel-group .panel-body .wechat-details div p {
    color: #000;
    font-weight: 500;
}

#page-checkout .panel-group .panel-body .wechat-details div table {
    margin-top: 50px;
    font-size: 12px;
}

#page-checkout .panel-group .panel-body .wechat-details div table td {
    border: none;
}

#page-checkout .panel-group .panel-body .wechat-details div table td.text-warning {
    color: red;
}

#page-checkout .placed-order p {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 400;
}

#page-checkout .placed-order p.warning {
    color: red;
}

#page-saved-items .form-group label {
    float: right;
    line-height: 36px;
}

#page-saved-items div.check input[type="checkbox"] {
    width: 0;
    cursor: pointer;
    font-weight: 500;
    margin-right: 10px;
    margin-left: 20px;
}

#page-saved-items div.check input[type="checkbox"]::before {
    margin-left: -18px;
    color: #000;
    font-size: 20px;
    content: "\e646";
    font-family: giga;
}

#page-saved-items div.check input[type="checkbox"]:checked::before {
    content: "\e645";
    color: #000;
}

#page-saved-items .btn {
    text-transform: none;
}

#page-saved-items i.icon-table-link {
    font-size: 12px;
}

#page-saved-items h4 {
    color: #4f658b;
}

#page-saved-items .nav-tabs.main li a {
    color: #aaa;
    border: 1px solid #aaa;
}

#page-saved-items .nav-tabs.main li a:hover {
    color: #fff;
    border-color: #fa6400;
}

#page-saved-items .nav-tabs.main li.active a {
    color: #fff;
    background-color: #fa6400;
    border-color: #fa6400;
}

#page-saved-items .nav-tabs.main li span.number {
    font-size: 12px;
}

#page-saved-items .paginator {
    margin-top: 0;
}

#page-saved-items .action-group a {
    padding: 6px;
    width: 24px;
    height: 24px;
    color: #242424;
    cursor: pointer;
    margin-right: 6px;
    line-height: 13px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    background-color: #f3f5f7;
}

#page-saved-items .action-group label {
    margin-left: 10px;
    color: #aaa;
    font-size: 12px;
    font-weight: 500;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    box-shadow: none !important;
    background: #a3aec1 !important;
}

.swiper-pagination-bullet-active {
    background: #183464 !important;
}

.swiper-pagination-inside-bottom {
    bottom: 14px !important;
}

.swiper-pagination-outside-bottom {
    position: inherit !important;
    bottom: auto !important;
    top: auto !important;
}

.swiper-button-group {
    position: absolute;
    top: -0;
    right: 0;
}

.swiper-button-group span {
    cursor: pointer;
    font-size: 24px;
    padding: 0 6px;
}

#module-featured-stores {
    position: relative;
}

#module-stores {
    position: relative;
}

#module-featured-stores .swiper-slide {
    width: 450px;
    border: 1px solid #eee;
}

#module-stores .swiper-slide {
    width: 450px;
    /*border: 1px solid #eee;*/
    background-color: #f7f7f7; /*首页改版2期*/
}

#module-featured-stores .swiper-slide .store-item {
    display: flex;
    height: 200px;
}

#module-stores .swiper-slide .store-item {
    display: flex;
    height: 200px;
}

#module-featured-stores .swiper-slide .store-item .left {
    flex: 1;
    padding: 30px 0 0 40px;
    background-color: #f7f7f7;
}

#module-stores .swiper-slide .store-item .left {
    flex: 1;
    padding: 30px 0 0 40px;
    background-color: #f7f7f7;
}

#module-featured-stores .swiper-slide .store-item .left span {
    display: block;
}

#module-stores .swiper-slide .store-item .left span {
    display: block;
}

#module-featured-stores .swiper-slide .store-item .left .title {
    font-size: 16px;
    font-weight: bold;
}

#module-stores .swiper-slide .store-item .left .title {
    font-size: 16px;
    font-weight: bold;
}

#module-featured-stores .swiper-slide .store-item .left .btn {
    margin-top: 50px;
}

#module-stores .swiper-slide .store-item .left .btn {
    margin-top: 50px;
}

#module-featured-stores .swiper-slide .store-item .right {
    background-color: #fff;
    width: 200px;
}

#module-stores .swiper-slide .store-item .right {
    background-color: #fff;
    width: 200px;
}

.module-notice {
    padding: 20px;
}

.module-notice h3 {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #bfbfbf;
}

.module-notice h4 {
    color: #183464;
}

.module-notice ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.module-notice ul li a {
    font-size: 12px;
    color: #222;
}

.module-notice a.btn-all {
    color: #677999;
}


#box-shadow {
    border-radius: 3px;
    background-color: #fff;
    box-shadow: #aaa 0 0 6px;
}

.code-price-wrapper a img {
    margin-top: -2.5px;
}

/*block.blockUI()遮罩背景图*/
#Modal-Mask-layer {
    background-image: url(/catalog/view/javascript/layer/theme/default/loading-1.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#freight .dropdown-freight {
    padding: 16px;
    position: absolute;
    line-height: 24px;
    z-index: 999;
    display: none;
    width: 300px;
    color: #333;
    margin-top: 6px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 5px 14px 2px rgba(0, 0, 0, 0.3);
    text-align: left;
}

#freight:hover .dropdown-freight {
    display: block;
}

#menu-wrapper .message-center {
    float: right;
    margin-right: 30px;
}

#menu-wrapper .message-center a {
    color: #fff;
    display: inline-block;
    line-height: 48px;
    height: 48px;
    text-transform: uppercase;
    padding: 0 10px;
}

#menu-wrapper .message-center a:hover {
    background: #478bff;
}

/*角标*/
.horn-mark-new {
    background-image: url(/image/product/horn-mark-new-40x40.png);
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.detail-horn-mark-new {
    top: 4px;
    right: unset;
}

.horn-mark-hot {
    background-image: url(/image/product/horn-mark-hot-40x40.png);
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.horn-mark-sale {
    background-image: url(/image/product/horn-mark-sale-40x40.png);
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.horn-mark-recommend {
    background-image: url(/image/product/horn-mark-recommend-40x40.png);
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

/*5085*/

.horn-mark-pos {
    background-size: 36px 48px;
    width: 36px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
}
.horn-hot {
    background-image: url(/image/product/horn-hot.png);
}

.horn-new{
    background-image: url(/image/product/horn-new.png);
}

.horn-sale {
    background-image: url(/image/product/horn-sale.png);
}
.horn-recommend {
    background-image: url(/image/product/horn-recommend.png);
}

/*tab数量统计*/
.tab-mark-count {
    text-align: center;
    display: inline-block;
    height: 20px;
    width: 40px;
    border: 1px solid #aaa;
    border-radius: 20px;
    background-color: #fff;
}
li:hover .tab-mark-count, li.active .tab-mark-count{
  color: #3A75DC;
  border-color: #3A75DC;
}

/*tab数量统计*/
.umenu-bid-mark-count {
    text-align: center;
    display: inline-block;
    height: 20px;
    width: 40px;
    border: 1px solid #478BFF;
    border-radius: 20px;
    background-color: #478BFF;
    color: #ffffff;
}

li:hover .umenu-bid-mark-count, li.active .umenu-bid-mark-count {
    background-color: #ffffff;
    color: #478BFF;
    border-color: #ffffff;
}

/*审核图标*/
.icon-seal_nagative, .icon-seal_positive, .icon-seal_active {
    color: #FA6400;
}

.text-update-hour {
    color: #999999d8;
}

.nav-tabs.cart > li > a {
    border-radius: 0;
    border: none;
}

.nav-tabs.cart > li.active > a {
    color: #fa6400;
    background-color: #fff;
    border-top: 2px solid #fa6400;
}

.nav-tabs.cart > li > a:hover {
    color: #fa6400;
    background-color: #fff;
}


.icon-help-inactive {
    color: #b620e0;
}

/* 保证金标志 */
.flag-hover {
}

.flag-hover:hover {
    cursor: pointer;
}

/*wishlist-class 首页/频道页 收藏操作的弹窗样式*/
body .wishlist-class {
    background-color: #f0f9eb;
    color: #65B017;
}

body .wishlist-class a {
    color: #65B017;
}

body .wishlist-class .layui-layer-msg {
    border: none !important;
    border-radius: 5px;
}

body .wishlist-class .layui-layer-border {
    border: none;
}

body .wishlist-class .close {
    color: #398c39;
    position: absolute;
    right: 8px;
    top: 5px;
}

body .wishlist-class .layui-layer-setwin .layui-layer-close2 {
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px
}

body .wishlist-class .layui-layer-ico {
    background: none;
}

body .wishlist-class .layui-layer-content {
    padding: 10px 20px;
}

.home-product-row hr {
    margin-top: 0px;
}

/*登录页改版*/
.login-content {
    background-color: #fff;
    border-top: 1px solid #677999;
    padding: 40px 0 170px;
}

#account-login input.btn {
    height: 40px;
    line-height: 40px;
    padding: unset;
}

.login-wrapper h1{
    margin-bottom: 30px;
}
.splitLine{
    border-top: 1px solid #677999;
}
.info input:not([type=checkbox]):not([type=radio]),
#buyer_less_order input:not([type=checkbox]):not([type=radio]){
    height: 40px;
    width: 445px;
    box-shadow: none;
}
#vertify_email{
    width:60%;
    margin-left: 10%;
}
#service_agreement{
    position: static;
    margin-left: 0;
    vertical-align: sub;
}
.home-product-row hr{
  margin-top: 0px;
}
button.downp,
button.adds{
  color: #fff !important;
  background-color: #3A75DC !important;
  font-size: 12px;
  height: 36px;
  padding: 0 13px;
  line-height: 30px;
}
button.downp:hover,
button.adds:hover{
  background-color: #225CC1 !important;

}
#msg-window>p{
  margin-bottom: 15px;
  padding-left: 0;
}

input[type=checkbox] {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    vertical-align: sub;
}

input[type=checkbox]::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #aaa;
}

input[type=checkbox][disabled]::before {
  background-color: #80808059;
  pointer-events: none;
  cursor: not-allowed;
}

input[type=checkbox]:checked::before {
    border: none;
    content: '\e6ca';
    background-color: #3a75dc;
    font-family: "giga";
}

input[type=radio] {
  position: relative;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin: 0 5px;
}

input[type=radio]::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 15px;
  height: 15px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 50%;
}

input[type=radio]:checked::before {
  /*content: "\2022";*/
    font-size: 25px;
    background-color: #333;
    width: 15px;
    height: 15px;
    color: #fff;
    border: none;
}
input[type="radio"]:checked::after {
    content: '';
    position: relative;
    top: 4px;
    left: 4px;
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 1em;
}

.icon-vat:before{
    color:red;
}
.product-simple-grid .score{
    background-color: #fff0e6;
    color: #fa6400;
    height: 18px;
    line-height: 20px;
    display: inline-block;
    padding: 0 8px;
    font-size: 13px;
}
#page-bid-list-spot-price-bid.page-seller-portal .btn.btn-primary,
#page-bid-list-spot-price-bid.page-seller-portal .btn.btn-default{
    height: 40px;
    line-height: 26px;
}

.dropdown-li-p{
    padding: 0 30px 0 0 !important;
}

.nav .list-inline li:last-child {
    padding-right: 0;
}
/*#65487 产品详情页，搜索页等页面增加上架时间*/
.remove-padding-radio input[type=radio]{
    margin: 0 6px 0 0;
}
.remove-padding-radio label{
    margin-bottom: 0;
}
.display-flex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.display-flex-between .clear-text{
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    padding: 18px 0 12px 0;
    text-decoration: underline;
}
.clear-text:hover{
    color: #004BD8;
}
.only-display-block{
    display: block;
}
.color-item-code{
    color: #FA6400;
}
/*end*/
