@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(./iconfont.css);

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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 {
    -webkit-box-sizing: content-box;
    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] {
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-sizing: content-box;
    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
}

/*! Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome License - http: */
@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(https://www.qichemen.com/Public/site/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregularr) format("svg");
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    vertical-align: -15%;
    font-size: 1.33333333em;
    line-height: .75em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    margin-left: 2.14285714em;
    padding-left: 0;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    top: .14285714em;
    left: -2.14285714em;
    width: 2.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -ms-transform: rotate(90deg);
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -ms-transform: rotate(180deg);
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -ms-transform: rotate(270deg);
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -ms-transform: scale(-1, 1);
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -ms-transform: scale(1, -1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: middle;
    line-height: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-abcdnt:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152";
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158";
}

.fa-krw:before,
.fa-won:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0";
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    margin: 0;
    width: auto;
    height: auto;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    background-color: #fff;
    color: #333;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.42857;
}

button,
input,
select,
textarea {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

a {
    color: #2e98ff;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #0072e1;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    padding: 4px;
    height: auto;
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    line-height: 1.42857;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 19px;
    margin-bottom: 19px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    margin: 0;
    width: auto;
    height: auto;
}

[role=button] {
    cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-weight: 500;
    font-family: inherit;
    line-height: 1.1;
}

.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 {
    color: #777;
    font-weight: 400;
    line-height: 1;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 19px;
    margin-bottom: 9.5px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 9.5px;
    margin-bottom: 9.5px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 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 9.5px;
}

.lead {
    margin-bottom: 19px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

.small,
small {
    font-size: 85%;
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.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;
}

.initialism,
.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #2e98ff;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #007ffa;
}

.text-success {
    color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #2e98ff;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #007ffa;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2abcd;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    margin: 38px 0 19px;
    padding-bottom: 8.5px;
    border-bottom: 1px solid #eee;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 9.5px;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    margin-left: -5px;
    padding-left: 0;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 19px;
}

dd,
dt {
    line-height: 1.42857;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    display: table;
    content: " ";
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        clear: left;
        overflow: hidden;
        width: 160px;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[data-original-title],
abbr[title] {
    border-bottom: 1px dotted #777;
    cursor: help;
}

.initialism {
    font-size: 90%;
}

blockquote {
    margin: 0 0 19px;
    padding: 9.5px 19px;
    border-left: 5px solid #eee;
    font-size: 17.5px;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    color: #777;
    font-size: 80%;
    line-height: 1.42857;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: '';
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 19px;
    font-style: normal;
    line-height: 1.42857;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
}

.container:after,
.container:before {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

@media (min-width:768px) {
    .container {
        width: 730px;
    }
}

@media (min-width:992px) {
    .container {
        width: 950px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1156px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
}

.container-fluid:after,
.container-fluid:before {
    display: table;
    content: " ";
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.row:after,
.row:before {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.row>div {
    padding: 0 5px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    margin-bottom: 19px;
    width: 100%;
    max-width: 100%;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    border-top: 1px solid #ddd;
    vertical-align: top;
    line-height: 1.42857;
}

.table>thead>tr>th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

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;
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8;
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8;
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6;
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7;
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3;
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc;
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2abcd;
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%;
}

@media screen and (max-width:767px) {
    .table-responsive {
        overflow-y: hidden;
        margin-bottom: 14.25px;
        width: 100%;
        border: 1px solid #ddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive>.table {
        margin-bottom: 0;
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap;
    }

    .table-responsive>.table-bordered {
        border: 0;
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0;
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0;
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0;
    }
}

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
    border: 0;
}

legend {
    display: block;
    margin-bottom: 19px;
    padding: 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    font-size: 21px;
    line-height: inherit;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    max-width: 100%;
    font-weight: 700;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
    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=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    color: #555;
    font-size: 14px;
    line-height: 1.42857;
}

.form-control {
    display: block;
    padding: 6px 12px;
    width: 100%;
    height: 33px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #555;
    font-size: 14px;
    line-height: 1.42857;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
    outline: 0;
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    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=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 33px;
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    .input-group-sm>.input-group-btn>input[type=date].btn,
    .input-group-sm>.input-group-btn>input[type=datetime-local].btn,
    .input-group-sm>.input-group-btn>input[type=month].btn,
    .input-group-sm>.input-group-btn>input[type=time].btn,
    .input-group-sm>input[type=date].form-control,
    .input-group-sm>input[type=date].input-group-addon,
    .input-group-sm>input[type=datetime-local].form-control,
    .input-group-sm>input[type=datetime-local].input-group-addon,
    .input-group-sm>input[type=month].form-control,
    .input-group-sm>input[type=month].input-group-addon,
    .input-group-sm>input[type=time].form-control,
    .input-group-sm>input[type=time].input-group-addon,
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px;
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    .input-group-lg>.input-group-btn>input[type=date].btn,
    .input-group-lg>.input-group-btn>input[type=datetime-local].btn,
    .input-group-lg>.input-group-btn>input[type=month].btn,
    .input-group-lg>.input-group-btn>input[type=time].btn,
    .input-group-lg>input[type=date].form-control,
    .input-group-lg>input[type=date].input-group-addon,
    .input-group-lg>input[type=datetime-local].form-control,
    .input-group-lg>input[type=datetime-local].input-group-addon,
    .input-group-lg>input[type=month].form-control,
    .input-group-lg>input[type=month].input-group-addon,
    .input-group-lg>input[type=time].form-control,
    .input-group-lg>input[type=time].input-group-addon,
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 10px;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox label,
.radio label {
    margin-bottom: 0;
    padding-left: 20px;
    min-height: 19px;
    font-weight: 400;
    cursor: pointer;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 20px;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed;
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed;
}

.form-control-static {
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    min-height: 33px;
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.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,
.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-right: 0;
    padding-left: 0;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
    padding: 5px 10px;
    height: 30px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
}

.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
    height: 30px;
    line-height: 30px;
}

.input-group-sm>.input-group-btn>select[multiple].btn,
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}

.form-group-sm .form-control {
    padding: 5px 10px;
    height: 30px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    padding: 6px 10px;
    height: 30px;
    min-height: 31px;
    font-size: 12px;
    line-height: 1.5;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
    padding: 10px 16px;
    height: 46px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.33333;
}

.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
select.input-lg {
    height: 46px;
    line-height: 46px;
}

.input-group-lg>.input-group-btn>select[multiple].btn,
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}

.form-group-lg .form-control {
    padding: 10px 16px;
    height: 46px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.33333;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    padding: 11px 16px;
    height: 46px;
    min-height: 37px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 41.25px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    pointer-events: none;
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-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-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-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-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    border-color: #3c763d;
    background-color: #dff0d8;
    color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    border-color: #8a6d3b;
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    border-color: #a94442;
    background-color: #f2abcd;
    color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label~.form-control-feedback {
    top: 24px;
}

.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 .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }

    .form-inline .input-group>.form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 26px;
}

.form-horizontal .form-group {
    margin-right: -5px;
    margin-left: -5px;
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    display: table;
    content: " ";
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        margin-bottom: 0;
        padding-top: 7px;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 5px;
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
        font-size: 18px;
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-image: none;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    cursor: not-allowed;
    filter: alpha(opacity=65);
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    border-color: #ccc;
    background-color: #fff;
    color: #333;
}

.btn-default.focus,
.btn-default:focus {
    border-color: #8c8c8c;
    background-color: #e6e6e6;
    color: #333;
}

.btn-default:hover {
    border-color: #adadad;
    background-color: #e6e6e6;
    color: #333;
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    border-color: #adadad;
    background-color: #e6e6e6;
    color: #333;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    border-color: #8c8c8c;
    background-color: #d4d4d4;
    color: #333;
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    border-color: #ccc;
    background-color: #fff;
}

.btn-default .badge {
    background-color: #333;
    color: #fff;
}

.btn-primary {
    border-color: #158bff;
    background-color: #2e98ff;
    color: #fff;
}

.btn-primary.focus,
.btn-primary:focus {
    border-color: #004b94;
    background-color: #007ffa;
    color: #fff;
}

.btn-primary:hover {
    border-color: #006dd6;
    background-color: #007ffa;
    color: #fff;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    border-color: #006dd6;
    background-color: #007ffa;
    color: #fff;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    border-color: #004b94;
    background-color: #006dd6;
    color: #fff;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    border-color: #158bff;
    background-color: #2e98ff;
}

.btn-primary .badge {
    background-color: #fff;
    color: #2e98ff;
}

.btn-success {
    border-color: #4cae4c;
    background-color: #5cb85c;
    color: #fff;
}

.btn-success.focus,
.btn-success:focus {
    border-color: #255625;
    background-color: #449d44;
    color: #fff;
}

.btn-success:hover {
    border-color: #398439;
    background-color: #449d44;
    color: #fff;
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    border-color: #398439;
    background-color: #449d44;
    color: #fff;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    border-color: #255625;
    background-color: #398439;
    color: #fff;
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    border-color: #4cae4c;
    background-color: #5cb85c;
}

.btn-success .badge {
    background-color: #fff;
    color: #5cb85c;
}

.btn-info {
    border-color: #46b8da;
    background-color: #5bc0de;
    color: #fff;
}

.btn-info.focus,
.btn-info:focus {
    border-color: #1b6d85;
    background-color: #31b0d5;
    color: #fff;
}

.btn-info:hover {
    border-color: #269abc;
    background-color: #31b0d5;
    color: #fff;
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    border-color: #269abc;
    background-color: #31b0d5;
    color: #fff;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    border-color: #1b6d85;
    background-color: #269abc;
    color: #fff;
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    border-color: #46b8da;
    background-color: #5bc0de;
}

.btn-info .badge {
    background-color: #fff;
    color: #5bc0de;
}

.btn-warning {
    border-color: #eea236;
    background-color: #f0ad4e;
    color: #fff;
}

.btn-warning.focus,
.btn-warning:focus {
    border-color: #985f0d;
    background-color: #ec971f;
    color: #fff;
}

.btn-warning:hover {
    border-color: #d58512;
    background-color: #ec971f;
    color: #fff;
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    border-color: #d58512;
    background-color: #ec971f;
    color: #fff;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    border-color: #985f0d;
    background-color: #d58512;
    color: #fff;
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    border-color: #eea236;
    background-color: #f0ad4e;
}

.btn-warning .badge {
    background-color: #fff;
    color: #f0ad4e;
}

.btn-danger {
    border-color: #d43f3a;
    background-color: #d9534f;
    color: #fff;
}

.btn-danger.focus,
.btn-danger:focus {
    border-color: #761c19;
    background-color: #c9302c;
    color: #fff;
}

.btn-danger:hover {
    border-color: #ac2925;
    background-color: #c9302c;
    color: #fff;
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    border-color: #ac2925;
    background-color: #c9302c;
    color: #fff;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    border-color: #761c19;
    background-color: #ac2925;
    color: #fff;
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    border-color: #d43f3a;
    background-color: #d9534f;
}

.btn-danger .badge {
    background-color: #fff;
    color: #d9534f;
}

.btn-link {
    border-radius: 0;
    color: #2e98ff;
    font-weight: 400;
}

.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:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
    background-color: transparent;
    color: #0072e1;
    text-decoration: underline;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.33333;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .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;
    overflow: hidden;
    height: 0;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

.caret {
    display: inline-block;
    margin-left: 2px;
    width: 0;
    height: 0;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    vertical-align: middle;
}

.dropdown,
.dropup {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    margin: 2px 0 0;
    padding: 5px 0;
    min-width: 140px;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .175);
    box-shadow: 0 0 18px rgba(0, 0, 0, .175);
    list-style: none;
    text-align: left;
    font-size: 14px;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    overflow: hidden;
    margin: 8.5px 0;
    height: 1px;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    clear: both;
    display: block;
    padding: 3px 20px;
    color: #333;
    white-space: nowrap;
    font-weight: 400;
    line-height: 1.42857;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #f5f5f5;
    color: #262626;
    text-decoration: none;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    outline: 0;
    background-color: #2e98ff;
    color: #fff;
    text-decoration: none;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777;
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    background-color: transparent;
    background-image: none;
    text-decoration: none;
    cursor: not-allowed;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    color: #777;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.42857;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 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 {
        right: auto;
        left: 0;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left;
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    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:after,
.btn-toolbar:before {
    display: table;
    content: " ";
}

.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-top-right-radius: 0;
    border-bottom-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-top-right-radius: 0;
    border-bottom-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-right: 8px;
    padding-left: 8px;
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    display: table;
    content: " ";
}

.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-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0;
}

.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%;
    border-collapse: separate;
    table-layout: fixed;
}

.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=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    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-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
    width: 100%;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    vertical-align: middle;
    white-space: nowrap;
}

.input-group-addon {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #eee;
    color: #555;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 18px;
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    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-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-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:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
    font-size: 0;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -1px;
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    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;
}

.pagination {
    display: inline-block;
    margin: 0;
    padding-left: 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    margin-left: -1px;
    padding: 6px 12px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #2e98ff;
    text-decoration: none;
    line-height: 1.42857;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 3;
    border-color: #ddd;
    background-color: #eee;
    color: #0072e1;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    border-color: #2e98ff;
    background-color: #2e98ff;
    color: #fff;
    cursor: default;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    border-color: #ddd;
    background-color: #fff;
    color: #777;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.alert {
    margin-bottom: 19px;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: 700;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    border-color: #d6e9c6;
    background-color: #dff0d8;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    border-color: #bce8f1;
    background-color: #d9edf7;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    border-color: #faebcc;
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    border-color: #ebccd1;
    background-color: #f2abcd;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.panel {
    margin-bottom: 19px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px;
}

.panel-body:after,
.panel-body:before {
    display: table;
    content: " ";
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    font-size: 16px;
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #f5f5f5;
}

.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: 3px;
    border-top-left-radius: 3px;
}

.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: 3px;
    border-bottom-left-radius: 3px;
}

.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>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0;
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel>.table-responsive:first-child>.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:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.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,
.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: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:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.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,
.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: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:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.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,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.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,
.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 {
    border-bottom-left-radius: 3px;
}

.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,
.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 {
    border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.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,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>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 {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 19px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    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 {
    border-color: #ddd;
    background-color: #f5f5f5;
    color: #333;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
    background-color: #333;
    color: #f5f5f5;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #2e98ff;
}

.panel-primary>.panel-heading {
    border-color: #2e98ff;
    background-color: #2e98ff;
    color: #fff;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #2e98ff;
}

.panel-primary>.panel-heading .badge {
    background-color: #fff;
    color: #2e98ff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #2e98ff;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    border-color: #d6e9c6;
    background-color: #dff0d8;
    color: #3c763d;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
    background-color: #3c763d;
    color: #dff0d8;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    border-color: #bce8f1;
    background-color: #d9edf7;
    color: #31708f;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
    background-color: #31708f;
    color: #d9edf7;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    border-color: #faebcc;
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
    background-color: #8a6d3b;
    color: #fcf8e3;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    border-color: #ebccd1;
    background-color: #f2abcd;
    color: #a94442;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
    background-color: #a94442;
    color: #f2abcd;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    height: 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.close {
    float: right;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    font-weight: 700;
    font-size: 21px;
    line-height: 1;
    opacity: .2;
    filter: alpha(opacity=20);
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .5;
    cursor: pointer;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    border: 0;
    background: 0 0;
    cursor: pointer;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    margin: 10px;
    width: auto;
}

.modal-content {
    position: relative;
    outline: 0;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.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: .5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    min-height: 16.43px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
    text-align: right;
}

.modal-footer:after,
.modal-footer:before {
    display: table;
    content: " ";
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.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;
    overflow: scroll;
    width: 50px;
    height: 50px;
}

@media (min-width:768px) {
    .modal-dialog {
        margin: 30px auto;
        width: 600px;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1;
}

@media (-webkit-transform-3d),
(transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        -o-transition: transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .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.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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;
    bottom: 0;
    left: 0;
    width: 15%;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    font-size: 20px;
    opacity: .5;
    filter: alpha(opacity=50);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}

.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;
    margin-left: -30%;
    padding-left: 0;
    width: 60%;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    margin: 1px;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #000\9;
    background-color: transparent;
    text-indent: -999px;
    cursor: pointer;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
    text-shadow: none;
}

.pager {
    overflow: hidden;
    margin: 0 auto;
    padding: 0 10px;
}

.pager li {
    list-style: none;
    font-size: 16px;
    padding: 5px 0;
    width: 50%;
}

.pager li a {
    color: #5f5f5f;
}

.pager li a:hover {
    color: #111;
}

.previous {
    float: left;
}

.next {
    float: right;
    text-align: right;
}

/*soft-add*/
.soft-top {
    overflow: hidden;
    padding: 10px 0;
    background: #fff;
}

.soft-adsl,
.soft-adsr {
    width: 28%;
    float: left;
    text-align: center;
}

.soft-adsr {
    float: right;
}

.soft-info {
    width: 44%;
    float: left;
    padding: 5px;
    padding-left: 20px;
}

.soft-info li {
    list-style: none;
    color: #666;
    padding: 4px 0;
    overflow: hidden;
}

.soft-info li dd {
    width: 50%;
    float: left;
}

.soft-info h1 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 6px;
}

.infolist {
    overflow: hidden;
    padding: 6px;
}

.infolist span {
    display: block;
    float: left;
    margin-right: 10px;
    width: 200px;
    height: 50px;
    background: #2E98FF;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    margin-top: 4px;
}

.infolist .bnt_buy {
    display: block;
    float: left;
    width: 100px;
    color: #fff
}

.infolist .bnt_buy:hover {
    background: #F19927;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.infolist span i {
    display: block;
    width: 100px;
    background: #dfdfdf;
    float: left;
    font-size: 12px;
    font-style: normal;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #333;
    font-weight: bold;
}

.shixiao {
    color: #c30404;
    line-height: 50px;
    padding-left: 15px;
}

.soft-intr img {
    height: auto !important;
}

/*end softadd*/
@media screen and (max-width:568px) {
    .soft-info li dd {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .next {
        float: left;
        text-align: left;
    }

    .pager li {
        width: 100%;
    }

    .soft-adsl,
    .soft-adsr {
        width: 100%;
        display: none;
    }

    .soft-info {
        width: 100%;
        padding-left: 5px;
    }

    .soft-info li {
        padding: 0;
    }
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        margin-top: -15px;
        width: 30px;
        height: 30px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

#nav:after,
#nav:before,
.car-nav:after,
.car-nav:before,
.clearfix:after,
.clearfix:before,
.filter-block:after,
.filter-block:before,
.form-group.s1:after,
.form-group.s1:before,
.liucheng .item:after,
.liucheng .item:before,
.news-list .item:after,
.news-list .item:before,
.star-group:after,
.star-group:before,
.top .nav:after,
.top .nav:before {
    display: table;
    content: " ";
}

#nav:after,
.car-nav:after,
.clearfix:after,
.filter-block:after,
.form-group.s1:after,
.liucheng .item:after,
.news-list .item:after,
.star-group:after,
.top .nav:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    border: 0;
    background-color: transparent;
    color: transparent;
    text-shadow: none;
    font: 0/0 a;
}

.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-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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;
    }

    td.visible-xs,
    th.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;
    }

    td.visible-sm,
    th.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;
    }

    td.visible-md,
    th.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;
    }

    td.visible-lg,
    th.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: block !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;
    }

    td.visible-print,
    th.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;
    }
}

.owl-carousel {
    position: relative;
    z-index: 1;
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
    line-height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    float: left;
    min-height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    display: block;
    opacity: 0;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    display: none;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-animated-in {
    z-index: 0;
}

.owl-animated-out {
    z-index: 1;
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png.htmlg) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3)
}

.owl-video-playing .owl-video-play-icon,
.owl-video-playing .owl-video-tn {
    display: none
}

.owl-video-tn {
    height: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-transition: opacity .4s ease
}

.owl-video-frame {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%
}

.scrollable .overview {
    padding-right: 25px
}

.disable {
    display: none
}

.disable .overview {
    padding-right: 0 !important
}

.scrollable {
    position: relative
}

.scrollable .viewport {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.scrollable .overview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    width: 3px;
    border-radius: 1.5px;
    background: #ddd
}

.scrollbar .track {
    position: relative;
    width: 3px;
    height: 100%;
    border-radius: 1.5px;
    background: #ddd
}

.scrollbar .thumb {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 3px;
    height: auto;
    border-radius: 1.5px;
    background: #bbb;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.scrollbar .thumb:active {
    background: #aaa;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease
}

.jqcloud {
    position: relative;
    overflow: hidden;
    font: 10px Helvetica, Arial, sans-serif;
    line-height: normal
}

.jqcloud-word {
    margin: 0;
    padding: 0
}

.jqcloud-word.w1 {
    color: #aab5f0;
    font-size: 100%
}

.jqcloud-word.w2 {
    color: #9ce;
    font-size: 150%
}

.jqcloud-word.w3 {
    color: #a0ddff;
    font-size: 200%
}

.jqcloud-word.w4 {
    color: #90c5f0;
    font-size: 250%
}

.jqcloud-word.w5 {
    color: #90a0dd;
    font-size: 300%
}

.jqcloud-word.w6 {
    color: #90c5f0;
    font-size: 350%
}

.jqcloud-word.w7 {
    color: #39d;
    font-size: 400%
}

.jqcloud-word.w8 {
    color: #0cf;
    font-size: 450%
}

.jqcloud-word.w9 {
    color: #0cf;
    font-size: 500%
}

.jqcloud-word.w10 {
    color: #0cf;
    font-size: 550%
}

.jqcloud-word a {
    color: inherit;
    text-decoration: none;
    font-size: inherit
}

.jqcloud-word a:hover {
    color: #0cf
}

.jchecker {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 21px;
    color: #444;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer
}

.jchecker:hover {
    color: #2e98ff
}

.jchecker input {
    display: none
}

.jchecker i {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid;
    color: #aaa;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.jchecker i:before {
    position: absolute;
    display: block;
    content: "";
    opacity: 0;
    -webkit-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease
}

.jchecker .checkbox-type {
    border-radius: 3px
}

.jchecker .checkbox-type:before {
    top: 4px;
    left: 3px;
    width: 8px;
    height: 5px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

.jchecker .radio-type {
    border-radius: 50%
}

.jchecker .radio-type:before {
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: 3px solid;
    border-radius: 50%
}

.jchecker input:checked+i {
    color: #2e98ff
}

.jchecker input:checked+i:before {
    opacity: 1
}

.has-error .jchecker i {
    border-color: #d9534f
}

body,
html {
    position: relative;
    font-family: Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "华文细黑", STXihei, 宋体, SimSun, sans-serif
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f5f5f7;
    font-size: 14px
}

@media (max-width:767px) {
    body {
        min-width: 320px
    }
}

.d-nav-ul,
.d-right-list,
.d-search ul,
.info-list ul,
.list-car,
.list-item-b-2,
.list-item-b-3,
.nav,
.page-b ul,
.paihang-duping .head,
.paihang-duping .paihang-info,
.paihang-info,
.qrcode-list,
.rank-3,
.zixun .koubei {
    margin: 0;
    padding: 0;
    list-style: none
}

input,
select {
    background-image: none
}

a {
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

a,
a:focus,
a:hover {
    text-decoration: none
}

.btn {
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

img {
    max-width: 100%
}

.img img {
    width: 100%
}

p {
    line-height: 1.6
}

.nav-toggle {
    position: relative;
    z-index: 999;
    display: inline-block;
    margin: 4px;
    padding: 8px 9px;
    outline: 0 !important;
    border: 0;
    background: 0 0
}

.nav-toggle .bar {
    position: relative;
    display: block;
    margin: 6px 0;
    width: 26px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: -webkit-transform .35s ease, background-color .35s ease, opacity .35s ease;
    -webkit-transition: background-color .35s ease, opacity .35s ease, -webkit-transform .35s ease;
    -moz-transition: -moz-transform .35s ease, background-color .35s ease, opacity .35s ease;
    -o-transition: -o-transform .35s ease, background-color .35s ease, opacity .35s ease;
    -o-transition: transform .35s ease, background-color .35s ease, opacity .35s ease;
    transition: background-color .35s ease, opacity .35s ease, -webkit-transform .35s ease;
    transition: transform .35s ease, background-color .35s ease, opacity .35s ease;
    transition: transform .35s ease, background-color .35s ease, opacity .35s ease, -webkit-transform .35s ease
}

.light .nav-toggle .bar {
    background-color: #2e98ff
}

.nav-toggle.active .bar {
    background-color: #fff
}

.nav-toggle.active .bar:nth-child(2) {
    opacity: 0
}

.nav-toggle.active .bar:first-child {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg)
}

.nav-toggle.active .bar:last-child {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg)
}

@media (min-width:768px) {
    .nav-toggle {
        display: none
    }
}

.block-main {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #FFF
}

.nav li a {
    display: block
}

.headbox {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 8px 15px;
    background-color: #2e98ff;
    color: #FFF;
    vertical-align: top;
    font-size: 20px
}

.headbox .fi {
    margin-right: 5px;
    font-size: 20px
}

@media (max-width:991px) {
    .headbox {
        margin-right: 10px;
        padding: 8px 10px;
        font-size: 18px
    }

    .headbox .fi {
        font-size: 18px
    }
}

.heading {
    position: relative;
    margin-bottom: 10px;
    padding: 1px
}

.heading .headbox+.nav {
    display: inline-block;
    margin-top: 7px;
    vertical-align: top
}

.heading h3 {
    margin: 0;
    padding-left: 7px;
    border-left: 3px solid #f19927;
    color: #000;
    font-size: 20px;
    line-height: 1em
}

@media (max-width:767px) {
    .heading h3 {
        font-size: 18px
    }
}

.heading a.more {
    position: absolute;
    top: 4px;
    right: 0;
    color: #333
}

.heading a.more .fi {
    margin-left: 3px;
    font-size: 13px
}

.heading a.more:hover {
    color: #f19927
}

.heading .nav {
    margin: 0 -10px;
    padding-bottom: 10px
}

.heading .nav li {
    float: left;
    padding: 0 10px;
    border-left: 1px solid #ddd
}

@media (max-width:767px) {
    .heading .nav li {
        padding: 0 9px
    }
}

.heading .nav li:first-child {
    border-left: 0
}

.heading .nav a {
    position: relative;
    margin: -10px 0;
    padding: 10px 0;
    color: #333;
    font-size: 18px;
    line-height: 1em
}

@media (max-width:767px) {
    .heading .nav a {
        font-size: 16px
    }
}

@media (max-width:360px) {
    .heading .nav a {
        font-size: 13px
    }
}

.heading .nav a:hover {
    color: #f19927
}

.heading .nav a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    border-top: 2px solid #f19927;
    content: "";
    -webkit-transition: width .35s ease;
    -o-transition: width .35s ease;
    transition: width .35s ease
}

.heading .active a {
    color: #f19927
}

.heading .active a:before {
    width: 100%
}

hr {
    margin: 10px 0
}

.space {
    height: 10px
}

.btn {
    display: inline-block;
    padding: 10px 25px;
    outline: 0 !important;
    border: 1px solid transparent;
    text-decoration: none !important
}

.btn-group-xs>.btn,
.btn.btn-xs {
    padding: 3px 15px;
    font-size: 12px
}

.btn-group-sm>.btn,
.btn.btn-sm {
    padding: 6px 15px;
    font-size: 12px
}

.btn.btn-noradius {
    border-radius: 0
}

.btn.btn-block {
    display: block
}

.btn.btn-main {
    background-color: #2e98ff;
    color: #fff
}

.btn.btn-main:focus,
.btn.btn-main:hover {
    background-color: #0584ff
}

.btn.btn-second {
    background-color: #f19927;
    color: #fff
}

.btn.btn-second:focus,
.btn.btn-second:hover {
    background-color: #e1850f
}

.btn.btn-gray {
    border-color: #ccc;
    background-image: -webkit-linear-gradient(top, #fff 0, #ddd 100%);
    background-image: -o-linear-gradient(top, #fff 0, #ddd 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
    background-image: linear-gradient(to bottom, #fff 0, #ddd 100%);
    background-repeat: repeat-x;
    color: #333;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFDDDDDD', GradientType=0)
}

.btn.btn-gray:hover {
    border-color: #f19927;
    background: #f19927;
    color: #fff
}

.block-user {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ddd
}

.block-left {
    padding: 15px;
    width: 200px;
    min-height: 600px;
    border-right: 1px solid #ddd;
    background-color: #ececec
}

.block-right {
    width: calc(100% - 200px)
}

.avatar {
    display: block;
    margin: 10px auto 10px;
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background-position: center center;
    background-size: cover
}

.user-info h2 {
    margin: 0 0 10px;
    text-align: center;
    font-size: 16px
}

.user-info p {
    color: #999
}

.user-info .date {
    display: block
}

.user-nav-block {
    margin: 0 -15px
}

.user-nav-heading {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.user-nav-heading h4 {
    margin: 0;
    padding: 8px 15px 8px 30px;
    font-size: 18px
}

.user-nav-heading h4 .fi {
    display: inline-block;
    margin-right: 4px;
    color: #2e98ff;
    vertical-align: middle;
    font-size: 26px
}

.user-nav a {
    position: relative;
    padding: 7px 15px 7px 48px;
    color: #888;
    -webkit-transition: color .35s ease, background-color .35s ease;
    -o-transition: color .35s ease, background-color .35s ease;
    transition: color .35s ease, background-color .35s ease
}

.user-nav a:hover {
    color: #2e98ff
}

.user-nav a:before {
    position: absolute;
    bottom: -1px;
    left: 15%;
    display: block;
    width: 70%;
    border-top: 1px dashed #ddd;
    content: ""
}

.user-nav.ns2 a {
    padding: 7px 15px 7px 15px;
    text-align: center;
    font-size: 16px
}

.user-nav .active a {
    background-color: #2e98ff;
    color: #FFF
}

.user-nav .fi {
    margin-right: 4px
}

.own-nav {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    color: #aaa;
    text-align: center
}

.own-nav a {
    display: inline-block;
    padding: 5px 10px;
    color: #999;
    vertical-align: middle
}

.own-nav a:hover {
    color: #2e98ff
}

.own-info {
    text-align: center
}

.user-type {
    display: inline-block;
    padding: 5px;
    width: 5em;
    border-radius: 3px;
    background: #2e98ff;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 12px
}

.car-name {
    display: inline-block;
    overflow: hidden;
    margin-right: 4px;
    width: 104px;
    color: #2e98ff;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis
}

.block-right {
    padding: 15px
}

@media (max-width:767px) {
    .block-right {
        padding: 10px
    }
}

.block-user-main {
    padding: 10px;
    border: 1px solid #ddd
}

.space5 {
    height: 5px
}

.space10 {
    height: 10px
}

.space15 {
    height: 15px
}

.space20 {
    height: 20px
}

.space25 {
    height: 25px
}

.space30 {
    height: 30px
}

.space35 {
    height: 35px
}

.space40 {
    height: 40px
}

.space45 {
    height: 45px
}

.space50 {
    height: 50px
}

.form-user {
    margin: auto;
    max-width: 280px
}

.form-group.s1>div,
.form-group.s1>label {
    float: left
}

.form-group.s1 .help-block {
    float: right;
    margin: 0;
    height: 0
}

.form-group.s1 label {
    margin-bottom: 0;
    padding: 7px 0;
    width: 5em;
    font-weight: 400
}

.form-group.s1 label.required:before {
    color: #c00;
    content: "*"
}

.form-group.s1 .form-control {
    width: calc(100% - 5em);
    border-radius: 0;
    background: 0 0
}

.form-group.s1 .form-control-text {
    padding: 7px 0;
    color: #888
}

.heading2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #2e98ff
}

.heading2 h3 {
    margin: 0;
    font-size: 20px
}

.top {
    background: #141414;
    text-align: right
}

@media (max-width:991px) {
    .top {
        font-size: 12px
    }
}

.top .nav {
    display: inline-block;
    vertical-align: middle
}

.top .nav li {
    position: relative;
    float: left;
    padding: 10px 10px 9px;
    height: 36px;
    line-height: 16px
}

.top .nav li:before {
    position: absolute;
    top: 30%;
    left: 0;
    display: block;
    height: 40%;
    content: ""
}

.top .nav li:first-child:before {
    display: none
}

.top .btn {
    margin-top: -4px;
    line-height: 16px
}

@media (max-width:991px) {
    .mhidden {
        display: none
    }
}

@media (max-width:767px) {
    .top-nav {
        float: left;
        display: none !important
    }

    .top-nav li:before {
        display: none !important
    }
}

.top-nav .fi {
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
    font-size: 18px
}

@media (max-width:991px) {
    .top-nav .fi {
        font-size: 16px
    }
}

.top-nav a {
    color: #fff
}

.top-nav a:hover {
    color: #f19927
}

.dropdown-box {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    width: 150px;
    min-width: 100%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    -webkit-transition: -webkit-transform .35s ease-out, .35s opacity ease;
    -webkit-transition: .35s opacity ease, -webkit-transform .35s ease-out;
    -moz-transition: -moz-transform .35s ease-out, .35s opacity ease;
    -o-transition: -o-transform .35s ease-out, .35s opacity ease;
    -o-transition: transform .35s ease-out, .35s opacity ease;
    transition: .35s opacity ease, -webkit-transform .35s ease-out;
    transition: transform .35s ease-out, .35s opacity ease;
    transition: transform .35s ease-out, .35s opacity ease, -webkit-transform .35s ease-out;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

.dropdown-box:before {
    position: absolute;
    bottom: 100%;
    left: 10px;
    display: block;
    border: 5px solid transparent;
    content: "";
    border-bottom-color: #fff
}

.dropdown {
    position: relative
}

.dropdown>a:after {
    margin-left: 3px;
    content: "\e93e";
    font-family: fi
}

.dropdown:focus .dropdown-box,
.dropdown:hover .dropdown-box {
    z-index: 99;
    visibility: visible;
    padding: 10px;
    background-color: #fff;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.navbar {
    margin-bottom: 10px;
    background-color: #2e98ff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    text-align: right
}

.navbar .selected {
    display: none
}

@media (min-width:768px) {
    .navbar .search-box {
        margin-left: 15px;
        width: 20%
    }

    .navbar .main-nav,
    .navbar .search-box {
        display: inline-block;
        vertical-align: middle
    }

    .navbar .nav .fi {
        display: none
    }

    .navbar .nav li {
        float: left
    }

    .navbar .nav li.active a,
    .navbar .nav li:hover a {
        background-color: #f19927
    }

    .navbar .nav a {
        position: relative;
        z-index: 2;
        padding: 0 20px;
        color: #FFF;
        font-size: 18px;
        line-height: 64px;
        -webkit-transition: background-color .35s ease;
        -o-transition: background-color .35s ease;
        transition: background-color .35s ease
    }
}

@media (min-width:1200px) {
    .navbar .nav {
        margin-right: 10px
    }

    .navbar .nav a {
        padding: 0 25px
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .navbar .nav a {
        padding: 0 13px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .navbar .nav a {
        padding: 0 10px;
        font-size: 14px;
        line-height: 39px
    }
}

@media (max-width:767px) {
    .search-box {
        margin: 0 -5px;
        padding: 10px;
        border-top: 1px solid rgba(255, 255, 255, .2)
    }

    .main-nav {
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height .5s ease;
        -o-transition: max-height .5s ease;
        transition: max-height .5s ease
    }

    .main-nav .nav {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -5px;
        border-top: 1px solid rgba(255, 255, 255, .2);
        text-align: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-nav .nav .selected {
        display: none
    }

    .main-nav .nav .fi {
        display: block;
        margin: 0 auto 10px;
        width: 70px;
        height: 70px;
        border: 1px solid #fff;
        border-radius: 50%;
        font-size: 30px;
        line-height: 68px;
        -webkit-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease
    }

    .main-nav .nav a {
        color: #FFF;
        font-size: 16px
    }

    .main-nav .nav li {
        padding: 10px 0;
        width: 33%
    }

    .main-nav .nav li:hover .fi {
        background-color: #f19927
    }
}

.search-form {
    position: relative
}

.search-input {
    padding: 6px 35px 6px 6px;
    width: 100%;
    height: 30px;
    outline: 0;
    border: 0;
    background: #fff;
    font-size: 12px
}

@media (max-width:767px) {
    .search-input {
        padding: 6px 42px 6px 8px;
        height: 36px
    }
}

.search-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    border: 0;
    background: 0 0;
    color: #2e98ff;
    line-height: 30px;
    ouline: 0 !important
}

@media (max-width:767px) {
    .search-button {
        width: 36px;
        height: 36px;
        line-height: 36px
    }
}

.search-button:hover {
    color: #f19927
}

.search-button:before {
    position: absolute;
    top: 25%;
    left: 0;
    height: 50%;
    border-left: 1px solid #eee;
    content: ""
}

.logo {
    position: relative;
    z-index: 9;
    float: left;
    margin: 0;
    margin-top: -36px;
    padding: 15px 30px;
    width: 200px;
    background-color: #FFF
}

@media (max-width:991px) {
    .logo {
        padding: 10px 20px;
        width: 150px
    }
}

@media (max-width:767px) {
    .logo {
        margin-top: 0;
        margin-left: -5px;
        padding: 4px;
        width: 100px
    }
}

.logo a {
    display: block;
    background-image: url(../images/logo.png);
    background-position: center center;
    background-size: cover
}

.logo a:before {
    display: block;
    padding-top: 50%;
    content: ""
}

#nav {
    position: relative
}

@media (min-width:768px) {
    #nav .selected {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 0;
        height: 100%;
        background-color: #f19927;
        -webkit-transition: -webkit-transform .5s ease, width .5s ease;
        -webkit-transition: width .5s ease, -webkit-transform .5s ease;
        -moz-transition: -moz-transform .5s ease, width .5s ease;
        -o-transition: -o-transform .5s ease, width .5s ease;
        -o-transition: transform .5s ease, width .5s ease;
        transition: width .5s ease, -webkit-transform .5s ease;
        transition: transform .5s ease, width .5s ease;
        transition: transform .5s ease, width .5s ease, -webkit-transform .5s ease
    }
}

.car-nav .fi {
    display: inline-block;
    margin-right: 3px;
    height: 20px;
    vertical-align: middle;
    font-size: 50px;
    line-height: 20px
}

@media (max-width:991px) {
    .car-nav .fi {
        display: none
    }
}

.car-nav .fi-jincouxingche {
    font-size: 46px
}

.car-nav .fi-other-car {
    font-size: 24px
}

.car-nav .fi-other-car:after {
    top: -1px;
    left: 18px
}

.car-nav li {
    float: left;
    padding-left: 1px;
    width: 20%;
    text-align: center
}

.car-nav li:first-child {
    padding-left: 0
}

.car-nav li.active a,
.car-nav li:hover a {
    background-color: #2e98ff;
    color: #fff
}

.car-nav li.active a .fi-other-car:after,
.car-nav li:hover a .fi-other-car:after {
    color: #2e98ff
}

.car-nav a {
    height: 40px;
    background-color: #eee;
    color: #999;
    line-height: 40px;
    -webkit-transition: color .35s ease, background-color .35s ease;
    -o-transition: color .35s ease, background-color .35s ease;
    transition: color .35s ease, background-color .35s ease
}

.fi-other-car {
    position: relative
}

.fi-other-car:before {
    content: "\e67e"
}

.fi-other-car:after {
    position: absolute;
    top: -1px;
    left: 11px;
    display: block;
    color: #fff;
    content: "?";
    text-align: center;
    font-size: 12px;
    line-height: inherit
}

@media (max-width:767px) {
    .list-car {
        margin-bottom: 10px
    }
}

.list-car li {
    position: relative;
    float: left;
    width: 14.28571%;
    text-align: center
}

@media (max-width:599px) {
    .list-car li {
        width: 20%
    }
}

.list-car a {
    display: block;
    overflow: hidden;
    padding: 9px 10px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis
}

@media (max-width:991px) {
    .list-car a {
        font-size: 12px
    }
}

.list-car a:hover {
    color: #2e98ff
}

@media (min-width:600px) {

    .list-car li:first-child:before,
    .list-car li:nth-child(8):before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 700%;
        border-top: 1px solid #eee;
        content: ""
    }
}

@media (max-width:599px) {
    .list-car li:last-child {
        display: none
    }

    .list-car li:first-child:before,
    .list-car li:nth-child(11):before,
    .list-car li:nth-child(6):before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 500%;
        border-top: 1px solid #eee;
        content: ""
    }
}

.tab-pane {
    display: none
}

.tab-pane.active {
    display: block
}

.form-group.s1 select.form-control,
.select-g select,
select.form-car-control {
    background-image: url("data:image/svg+xml; background-position: right .75rem center; background-size: 8px 10px; background-repeat: no-repeat;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-car-control {
    padding: 10px;
    padding-right: 20px;
    width: 100%;
    height: 40px;
    outline: 0;
    border: 0;
    background-color: #f5f5f5;
    line-height: 20px
}

.form-car-control:focus {
    background-color: #e7e7e7
}

.img-ratio {
    position: relative;
    display: block;
    background-color: #ddd
}

.img-ratio .img-bg,
.img-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.img-ratio .img-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.img-ratio:before {
    display: block;
    content: ""
}

.ratio-16-9:before {
    padding-top: 56.25%
}

.ratio-16-10:before {
    padding-top: 62.5%
}

.row-flex {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row-flex>div {
    float: initial;
    margin-bottom: 10px;
    padding: 0 5px
}

.wbg>div:before {
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    left: 5px;
    z-index: 1;
    display: block;
    background-color: #fff;
    content: ""
}

.wbg.has-border {
    margin-bottom: -10px
}

.wbg.has-border>div:before {
    border: 1px solid #ccc
}

.wbg>div>div {
    position: relative;
    z-index: 2
}

.main-slider .owl-nav>div {
    position: absolute;
    top: 50%;
    color: #999;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.main-slider .owl-nav>div:hover {
    color: #f19927
}

@media (max-width:767px) {
    .main-slider .owl-nav>div {
        display: none
    }
}

.main-slider .fi {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px
}

.main-slider .owl-next {
    right: 0
}

.main-slider .owl-prev {
    left: 0
}

.main-slider .slide {
    position: relative
}

.main-slider .slide span {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: block;
    overflow: hidden;
    padding: 10px;
    padding-right: 120px;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    -webkit-transition: -webkit-transform .35s ease .35s;
    -moz-transition: -moz-transform .35s ease .35s;
    -o-transition: -o-transform .35s ease .35s;
    -o-transition: transform .35s ease .35s;
    transition: -webkit-transform .35s ease .35s;
    transition: transform .35s ease .35s;
    transition: transform .35s ease .35s, -webkit-transform .35s ease .35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -o-text-overflow: ellipsis
}

.main-slider .active .slide span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.main-slider .owl-dot {
    display: inline-block;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #bbb;
    -webkit-transition: background-color .35s ease;
    -o-transition: background-color .35s ease;
    transition: background-color .35s ease
}

.main-slider .owl-dot.active {
    background-color: #f19927
}

.main-slider .owl-dots {
    position: absolute;
    right: 5px;
    bottom: 12px;
    width: 100%;
    text-align: right
}

.info-list {
    margin-bottom: 9px;
    padding: 1px 0 0
}

.info-list h4 {
    overflow: hidden;
    margin: 5px 0 8px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    -o-text-overflow: ellipsis
}

.info-list ul li {
    float: left;
    padding: 4px 0;
    width: 50%
}

.info-list ul a {
    display: block;
    overflow: hidden;
    padding: 0 10px;
    border-right: 1px solid #ddd;
    color: #888;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis
}

.info-list ul a:hover {
    color: #2e98ff
}

.info-list ul li:nth-child(2n) a {
    border-right: 0;
    text-align: left
}

@media (min-width:768px) {
    .info-box-main {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

.info-box-main .overview {
    padding: 10px
}

.info-box-main h4 {
    color: #ee0d0d;
    text-align: center;
    font-size: 18px
}

@media (max-width:767px) {

    .info-box-main .overview,
    .info-box-main .viewport {
        position: static;
        display: block
    }

    .info-box-main .scrollbar {
        display: none
    }
}

.zoom {
    overflow: hidden
}

.zoom .img-bg,
.zoom img {
    -webkit-transition: -webkit-transform .6s ease-out;
    -moz-transition: -moz-transform .6s ease-out;
    -o-transition: -o-transform .6s ease-out;
    -o-transition: transform .6s ease-out;
    transition: -webkit-transform .6s ease-out;
    transition: transform .6s ease-out;
    transition: transform .6s ease-out, -webkit-transform .6s ease-out
}

.zoom:hover .img-bg,
.zoom:hover img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -ms-transform: scale(1.2)
}

.video-item {
    padding: 0 5px
}

.video-item .play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 36px;
    height: 36px;
    text-align: center;
    text-shadow: 0 0 30px rgba(0, 0, 0, .5);
    font-size: 36px;
    line-height: 36px
}

.video-item a.img-ratio {
    color: #fff
}

.video-item h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    -o-text-overflow: ellipsis
}

@media (max-width:767px) {
    .video-item h4 {
        font-size: 14px
    }
}

.video-item h4 a {
    color: #222
}

.video-item h4 a:hover {
    color: #2e98ff
}

@media (max-width:400px) {
    .table td {
        padding: 6px !important;
        font-size: 12px !important
    }
}

.video-info p {
    color: #999;
    font-size: 14px
}

@media (max-width:767px) {
    .video-info p {
        font-size: 12px
    }
}

.video-info .fi {
    margin-right: 3px;
    font-size: inherit
}

.liucheng {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 15px;
    padding-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:767px) {
    .liucheng {
        padding-bottom: 10px
    }
}

.liucheng .item {
    position: relative;
    width: calc(100% / 5 - (70px / 5))
}

@media (max-width:767px) {
    .liucheng .item {
        margin-bottom: 40px;
        width: calc(100% / 2 - (70px / 2))
    }

    .liucheng .item:nth-child(3) {
        width: 70px
    }

    .liucheng .item:nth-child(3):before {
        display: none
    }
}

.liucheng .item:before {
    float: right;
    display: block;
    width: calc(100% - 70px);
    height: 100%;
    color: #ccc;
    content: "\e60a";
    text-align: center;
    font-family: fi;
    line-height: 70px
}

.liucheng .item:last-child {
    width: 70px
}

.liucheng .item:last-child:before {
    display: none
}

.liucheng .icon {
    position: relative;
    float: left
}

.liucheng .icon h4 {
    position: absolute;
    top: 100%;
    left: -10px;
    width: 120%;
    text-align: center;
    font-size: 14px
}

.liucheng .fi {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #2e98ff;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    line-height: 70px
}

.link-tr {
    cursor: pointer
}

.btn.btn-liucheng {
    display: block;
    margin: 0 15px;
    padding: 15px;
    font-size: 24px
}

@media (max-width:991px) {
    .btn.btn-liucheng {
        margin: auto;
        padding: 9px 20px;
        max-width: 35%;
        min-width: 140px;
        font-size: 16px
    }
}

.btn.btn-liucheng .fi {
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    font-size: 30px
}

@media (max-width:991px) {
    .btn.btn-liucheng .fi {
        font-size: 18px
    }
}

.block-main-flex {
    padding: 10px
}

.table-tousu {
    table-layout: fixed;
    text-align: center
}

.table-tousu thead td {
    border: 1px solid #FFF;
    background-color: #eee;
    white-space: nowrap
}

.table-tousu td {
    padding: 10px 5px !important
}

.table-tousu tbody tr {
    cursor: pointer
}

.color2 {
    color: #f19927
}

.badge {
    display: inline-block;
    margin-top: 1px;
    padding: 0 5px;
    min-width: 81px;
    border-left: 1px solid #fff;
    background-color: #94c0ea;
    color: #fff !important;
    text-align: center;
    line-height: 24px
}

.badge2 {
    display: inline-block;
    margin-top: 1px;
    padding: 0 5px;
    min-width: 81px;
    border-left: 1px solid #fff;
    background-color: #2e98ff !important;
    color: #fff;
    text-align: center;
    line-height: 24px
}

.badge2.s2 {
    background-color: #54c9ff
}

.badge2.s3 {
    background-color: #ffbd54
}

.badge2.bs:nth-child(3n) {
    background-color: #54c9ff
}

.badge2.bs:nth-child(3n+2) {
    background-color: #ffbd54
}

.paihang-tab {
    @extenđ %nolist {}


    overflow:hidden
}

.paihang-tab li {
    float: left;
    width: 50%
}

.paihang-tab a {
    padding: 6px 10px;
    background-color: #eee;
    color: #333;
    text-align: center;
    font-size: 16px;
    -webkit-transition: color .35s ease, background-color .35s ease;
    -o-transition: color .35s ease, background-color .35s ease;
    transition: color .35s ease, background-color .35s ease
}

@media (max-width:767px) {
    .paihang-tab a {
        font-size: 15px
    }
}

.paihang-tab a:hover {
    color: #f19927
}

.paihang-tab .active a {
    background-color: #f19927;
    color: #FFF
}

.paihang-tab-flex {
    @extenđ %nolist {}


    display:-webkit-flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}

.paihang-tab-flex li {
    width: 50%;
    border-left: 1px solid #fff
}

.paihang-tab-flex li:first-child {
    border-left: 0
}

.paihang-tab-flex a {
    padding: 6px 10px;
    background-color: #eee;
    color: #333;
    text-align: center;
    font-size: 16px;
    -webkit-transition: color .35s ease, background-color .35s ease;
    -o-transition: color .35s ease, background-color .35s ease;
    transition: color .35s ease, background-color .35s ease
}

@media (max-width:767px) {
    .paihang-tab-flex a {
        font-size: 15px
    }
}

.paihang-tab-flex a:hover {
    color: #f19927
}

.paihang-tab-flex .active a {
    background-color: #f19927;
    color: #FFF
}

.table-paihang,
.table-tousu {
    margin-bottom: 0
}

.table-paihang {
    table-layout: fixed;
    text-align: center
}

.table-paihang thead {
    font-size: 18px
}

@media (max-width:1199px) {
    .table-paihang thead {
        font-size: 16px
    }
}

.table-paihang .sm-head {
    white-space: nowrap;
    font-size: 16px
}

@media (max-width:1199px) {
    .table-paihang .sm-head {
        font-size: 14px
    }
}

.table-paihang td {
    overflow: hidden;
    padding: 8px 5px !important;
    border: 0 !important;
    vertical-align: middle !important;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis
}

.table-paihang td:first-child {
    width: 52px
}

@media (min-width:1200px) {
    .table-paihang td:last-child {
        width: 80px
    }
}

.table-paihang tr {
    border: 0 !important
}

.box-num {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #ccc;
    background-color: #eee;
    color: #999;
    text-align: center;
    line-height: 26px
}

.box-num.s1 {
    border-color: transparent;
    background-color: #f19927;
    color: #fff
}

.box-num.s2 {
    border-color: transparent;
    background-color: #cb1216;
    color: #fff
}

.box-num.s3 {
    border-color: transparent;
    background-color: #3c3d3e;
    color: #fff
}

.banner-ads img {
    width: 100%
}

.news-list .img-ratio {
    float: left;
    width: 170px
}

@media (max-width:767px) {
    .news-list .img-ratio {
        width: 80px
    }
}

.news-list .news-desc {
    float: left;
    margin-left: 10px;
    width: calc(100% - 170px - 10px)
}

@media (max-width:767px) {
    .news-list .news-desc {
        width: calc(100% - 80px - 10px)
    }
}

.news-list h4 {
    overflow: hidden;
    margin-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis
}

@media (max-width:767px) {
    .news-list h4 {
        font-size: 16px
    }
}

.news-list h4 a {
    color: #333
}

.news-list h4 a:hover {
    color: #2e98ff
}

.news-list p {
    overflow: hidden;
    max-height: 3.2em;
    color: #999;
    line-height: 1.6em
}

@media (max-width:767px) {
    .news-list p {
        display: none
    }
}

.news-foot {
    color: #999
}

.news-foot a {
    color: #999
}

.news-foot a:hover {
    color: #2e98ff
}

.hide-bg {
    margin: 0 -2px;
    background-color: #f5f5f7
}

.duping-box {
    margin: 0 -5px
}

.duping-box .img-ratio span {
    position: absolute;
    bottom: 0;
    z-index: 5;
    display: block;
    overflow: hidden;
    padding: 8px 10px;
    padding: 5px;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    -o-text-overflow: ellipsis
}

.duping-box .big .img-ratio span {
    padding: 8px 10px;
    font-size: 14px
}

.duping-box strong {
    font-weight: 400
}

@media (max-width:374px) {
    .duping-box strong {
        display: none
    }
}

.duping-box .item {
    position: relative;
    float: left;
    width: 25%
}

.duping-box .item.big {
    float: left;
    width: 50%
}

.duping-box .item.big .flag {
    top: 10px
}

@media (max-width:1199px) and (min-width:992px) {
    .duping-box .item .score strong {
        display: none
    }
}

@media (max-width:991px) {
    .duping-box .item {
        width: 50%
    }

    .duping-box .item.big {
        width: 100%
    }
}

.duping-box .item .item-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    height: 100%;
    border: 5px solid transparent
}

.duping-box .item .item-box:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    content: ""
}

.duping-box .item:before {
    display: block;
    padding-top: 76.5%;
    content: ""
}

@media (max-width:1199px) {
    .duping-box .item:before {
        padding-top: 82%
    }
}

.duping-box .flag {
    position: absolute;
    top: 5px;
    right: 2px
}

.rating-info {
    position: relative
}

@media (max-width:767px) {
    .form-group .group {
        width: 100%
    }
}

.score {
    padding: 7px 0
}

@media (max-width:1199px) and (min-width:992px) {
    .score {
        padding: 6px
    }
}

.score span {
    color: #ee0d0d
}

.big .score {
    padding: 16px 0;
    font-size: 20px
}

.flag {
    position: relative;
    display: inline-block
}

.flag:before {
    display: block;
    margin: 0 -2px;
    border-top: 2px solid;
    content: ""
}

.flag:after {
    display: block;
    width: 0;
    height: 24px;
    border: 12px solid;
    border-bottom: 3px solid transparent;
    content: ""
}

.flag i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    line-height: 22px
}

.flag.flag-md:after {
    height: 32px;
    border: 16px solid;
    border-bottom: 5px solid transparent
}

.flag.flag-md i {
    font-size: 18px;
    line-height: 30px
}

.flag.flag-lg:after {
    height: 44px;
    border: 22px solid;
    border-bottom: 7px solid transparent
}

.flag.flag-lg i {
    font-size: 24px;
    line-height: 42px
}

.flag.flag-big:before {
    margin: 0 -4px;
    border-top: 4px solid
}

.flag.flag-big:after {
    height: 64px;
    border: 32px solid;
    border-bottom: 10px solid transparent
}

.flag.flag-big i {
    font-size: 34px;
    line-height: 62px
}

@media (max-width:1199px) {
    .flag.flag-big:after {
        height: 44px;
        border: 22px solid;
        border-bottom: 7px solid transparent
    }

    .flag.flag-big i {
        font-size: 24px;
        line-height: 42px
    }
}

@media (max-width:991px) {
    .flag.flag-big:after {
        height: 32px;
        border: 16px solid;
        border-bottom: 5px solid transparent
    }

    .flag.flag-big i {
        font-size: 18px;
        line-height: 30px
    }
}

.table-responsive-sm {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:991px) {
    .table-responsive-sm {
        overflow-y: hidden;
        margin-bottom: 14.25px;
        width: 100%;
        border: 1px solid #ddd;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm>.table {
        margin-bottom: 0
    }

    .table-responsive-sm>.table>tbody>tr>td,
    .table-responsive-sm>.table>tbody>tr>th,
    .table-responsive-sm>.table>tfoot>tr>td,
    .table-responsive-sm>.table>tfoot>tr>th,
    .table-responsive-sm>.table>thead>tr>td,
    .table-responsive-sm>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }

    .table-responsive-sm>.table-bordered>tbody>tr>td:first-child,
    .table-responsive-sm>.table-bordered>tbody>tr>th:first-child,
    .table-responsive-sm>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive-sm>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive-sm>.table-bordered>thead>tr>td:first-child,
    .table-responsive-sm>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive-sm>.table-bordered>tbody>tr>td:last-child,
    .table-responsive-sm>.table-bordered>tbody>tr>th:last-child,
    .table-responsive-sm>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive-sm>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive-sm>.table-bordered>thead>tr>td:last-child,
    .table-responsive-sm>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive-sm>.table-bordered>tbody>tr:last-child>td,
    .table-responsive-sm>.table-bordered>tbody>tr:last-child>th,
    .table-responsive-sm>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive-sm>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

.flag-you {
    color: #34c800
}

.flag-you i:before {
    content: "优"
}

.flag-liang {
    color: #f19927
}

.flag-liang i:before {
    content: "良"
}

.flag-cha {
    color: #ee0d0d
}

.flag-cha i:before {
    content: "差"
}

.flag-ke {
    color: #cec72d
}

.flag-ke i:before {
    content: "可"
}

.paihang-duping {
    border: 1px solid #ddd
}

.paihang-duping .head {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ddd;
    text-align: center
}

.paihang-duping .head li {
    width: 20%;
    border-right: 1px solid #ddd
}

.paihang-duping .head li:last-child {
    border-right: 0
}

.paihang-duping .head li:nth-child(2),
.paihang-duping .head li:nth-child(4),
.paihang-duping .head li:nth-child(5) {
    width: 17%
}

.paihang-duping .head li:nth-child(3) {
    width: 29%
}

.paihang-duping .head span {
    display: block;
    padding: 8px 5px;
    background-color: #eee;
    font-size: 18px
}

@media (max-width:1199px) {
    .paihang-duping .head span {
        font-size: 16px
    }
}

.paihang-duping .nav {
    margin: 0 0 -1px;
    width: 20%
}

.paihang-duping .nav li {
    margin: -1px 0 0;
    border: 1px solid #ddd;
    border-left: 0
}

.paihang-duping .nav li.active {
    border-right: 1px solid #fff
}

.paihang-duping .nav li.active a {
    background-color: #fff;
    color: #41cb10
}

.paihang-duping .nav a {
    background-color: #eee;
    color: #444;
    text-align: center;
    font-size: 18px;
    line-height: 51px
}

@media (max-width:1199px) {
    .paihang-duping .nav a {
        font-size: 14px;
        line-height: 40px
    }
}

.paihang-duping .nav a:hover {
    color: #41cb10
}

.paihang-duping-box {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.paihang-duping-box .tab-content {
    margin: 0 0 -1px;
    width: 80%
}

.paihang-info {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.paihang-info li {
    overflow: hidden;
    margin: -1px 0 0;
    padding: 0 5px;
    width: 25%;
    border: 1px solid transparent;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 51px;
    -o-text-overflow: ellipsis
}

.paihang-info li:first-child,
.paihang-info li:nth-child(3),
.paihang-info li:nth-child(4) {
    width: 22%
}

.paihang-info li:nth-child(2) {
    width: 34%;
    font-size: 12px
}

@media (max-width:1199px) {
    .paihang-info li {
        font-size: 12px;
        line-height: 38px
    }
}

.paihang-info .flag {
    top: 5px
}

.color2 {
    color: #41cb10
}

.color3 {
    color: #ee0d0d
}

.color4 {
    color: #f19927
}

.block-heading {
    margin-bottom: 10px;
    padding-bottom: 1px
}

.paihang-head {
    padding: 8px 10px;
    background-color: #f19927;
    color: #fff;
    text-align: center;
    font-size: 20px
}

@media (max-width:1199px) {
    .paihang-head {
        font-size: 18px
    }
}

.paihang-has-border .table tbody>tr {
    border-top: 1px dashed #eee !important
}

#footer {
    margin-top: 10px;
    padding: 30px 0;
    border-bottom: 2px solid #2e98ff;
    background-color: #2f363c;
    color: #bbb;
    color: rgba(255, 255, 255, .5)
}

@media (max-width:767px) {
    #footer {
        padding: 15px 0
    }

    #footer .container {
        padding: 0 10px
    }
}

.heading-ft {
    padding: 10px 0;
    color: #FFF
}

.heading-ft h3 {
    margin: 0;
    padding-left: 10px;
    border-left: 3px solid #2e98ff;
    font-size: 18px;
    line-height: 20px
}

@media (max-width:767px) {
    .heading-ft h3 {
        font-size: 14px
    }
}

.ft-link {
    overflow: hidden
}

.ft-link .nav {
    margin: 0 -10px
}

.ft-link .nav li {
    float: left;
    display: block;
    margin-bottom: 10px;
    border-left: 1px solid #ddd;
    font-size: 16px;
    line-height: 1.2em
}

@media (max-width:767px) {
    .ft-link .nav li {
        font-size: 12px
    }
}

.ft-link .nav li a {
    padding: 0 10px;
    color: rgba(255, 255, 255, .8)
}

.ft-link .nav li a:hover {
    color: #f19927
}

.ft-line {
    margin: 20px 0 30px;
    border-color: rgba(255, 255, 255, .2)
}

@media (max-width:767px) {
    .ft-line {
        margin: 10px 0 15px
    }
}

.copyright {
    margin-top: 10px
}

@media (max-width:767px) {
    .copyright {
        font-size: 12px
    }
}

.copyright p {
    margin-bottom: 3px
}

.copyright a,
.copyright span {
    display: inline-block;
    margin-right: 5px
}

.copyright a {
    color: rgba(255, 255, 255, .5)
}

.copyright a:hover {
    color: #f19927
}

.hotline-box {
    position: relative;
    left: -30px;
    display: block;
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 5px;
    color: rgba(255, 255, 255, .8);
    text-align: center
}

.hotline-box:hover {
    color: #f19927
}

@media (max-width:991px) {
    .hotline-box {
        left: 0;
        margin-top: 20px;
        margin-right: 20px
    }
}

@media (max-width:767px) {
    .hotline-box {
        margin-right: 0
    }
}

.hotline-box span {
    display: block;
    font-size: 24px
}

.hotline-box .fi {
    display: inline-block;
    margin-right: 5px;
    color: #f19927;
    vertical-align: middle;
    font-size: 30px
}

.hotline-box .hotline-block {
    display: inline-block;
    text-align: left
}

@media (max-width:1199px) {
    .hotline-box span {
        font-size: 18px
    }

    .hotline-box .fi {
        font-size: 22px
    }
}

.qrcode-list {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:991px) {
    .qrcode-list {
        margin-top: 20px
    }
}

.qrcode-list li {
    width: 46%;
    text-align: center
}

.qrcode-list li img {
    width: 100%
}

.user-header {
    margin-bottom: 10px;
    background-color: #2e98ff
}

.user-header .logo {
    margin-top: 0;
    margin-right: 15px
}

.page-title {
    float: left;
    margin-top: 30px;
    color: #FFF;
    font-size: 26px
}

@media (max-width:1199px) {
    .page-title {
        font-size: 22px
    }
}

@media (max-width:991px) {
    .page-title {
        margin-top: 25px
    }
}

@media (max-width:767px) {
    .page-title {
        margin-top: 3px;
        margin-left: -5px;
        width: 8em;
        font-size: 17px
    }
}

.user-header-nav {
    float: right
}

.user-header-nav li {
    display: inline-block;
    padding: 25px 10px;
    font-size: 18px
}

.user-header-nav a {
    color: rgba(255, 255, 255, .8)
}

.user-header-nav a:hover {
    color: #fff
}

.user-header-nav .fi {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 24px
}

.user-header-nav .avatar {
    display: inline-block;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    vertical-align: middle
}

@media (max-width:991px) {
    .user-header-nav {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, .2);
        text-align: center
    }

    .user-header-nav li {
        padding: 15px 10px
    }
}

@media (max-width:767px) {
    .user-header-nav .avatar {
        width: 18px;
        height: 18px
    }

    .user-header-nav .fi {
        font-size: 16px
    }

    .user-header-nav li {
        padding: 8px 6px;
        font-size: 12px
    }
}

.modal-md {
    max-width: 400px
}

.modal-md .modal-content {
    border-radius: 0
}

.modal-md .modal-header {
    padding-left: 92px;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f6;
    background-image: url(../images/logo.png);
    background-position: 10px center;
    background-size: auto 80%;
    background-repeat: no-repeat;
    color: #333
}

.modal-md .modal-header h3 {
    margin: 0;
    font-size: 18px
}

.modal-md .close {
    outline: 0
}

.input-g {
    position: relative
}

.input-g input[type=password],
.input-g input[type=tel],
.input-g input[type=text] {
    display: block;
    padding: 6px 10px;
    width: 100%;
    height: 36px;
    outline: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    line-height: 24px
}

@media (max-width:767px) {

    .input-g input[type=password],
    .input-g input[type=tel],
    .input-g input[type=text] {
        font-size: 16px
    }
}

.input-g.hasicon input[type=password],
.input-g.hasicon input[type=tel],
.input-g.hasicon input[type=text] {
    padding-left: 36px
}

.input-g.hasicon .fi {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    color: #999;
    text-align: center;
    line-height: 36px
}

.input-g.has-captcha,
.input-g.has-code {
    padding-right: 140px
}

.input-g .captcha {
    position: absolute;
    top: 0;
    right: 0
}

.input-g .captcha img {
    margin-right: 5px;
    width: 88px;
    height: 36px;
    border: 1px solid #ccc
}

.input-g .captcha a,
.input-g .captcha img {
    display: inline-block;
    vertical-align: middle
}

.input-g .btn.btn-code {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 10px;
    width: 135px;
    height: 36px;
    border-radius: 0
}

.quick-login a {
    color: #3baf34
}

.quick-login a:hover {
    color: #30902b
}

.quick-login .fi {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px
}

.nav-login {
    margin-bottom: 10px
}

.nav-login li {
    float: left;
    margin-right: -1px
}

.nav-login li.active a {
    position: relative;
    border-color: #2e98ff;
    background-color: #2e98ff;
    color: #fff
}

.nav-login a {
    padding: 6px 20px;
    border: 1px solid #ccc;
    color: #666
}

.login-footer-nav a {
    display: inline-block;
    padding: 5px;
    color: #666;
    vertical-align: middle
}

.login-footer-nav a:hover {
    color: #2e98ff
}

.mejs__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-main {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px 10px;
    background-color: #2c2c2c;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.video-player {
    width: 75%
}

.related-video {
    position: relative;
    width: 25%
}

.related-video h3 {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #555;
    color: #fff;
    font-weight: 700;
    font-size: 16px
}

@media (min-width:767px) {
    .related-video-list {
        position: absolute;
        top: 38px;
        right: 0;
        bottom: 0;
        left: 0
    }
}

@media (max-width:767px) {
    .related-video-list {
        height: 300px
    }
}

.related-video-list li {
    padding: 10px;
    border-bottom: 1px dashed #444
}

.related-video-list li:hover {
    background-color: #1f1f1f
}

.related-video-list .nav li a {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.related-video-list .video-img {
    margin-right: 10px;
    width: 110px
}

.related-video-list .video-desc-content {
    width: calc(100% - 120px)
}

.related-video-list .overview {
    padding: 1px
}

.related-video-list .scrollbar,
.related-video-list .track {
    width: 6px
}

.related-video-list .track {
    background-color: rgba(255, 255, 255, .2)
}

.related-video-list .thumb {
    width: 100%;
    border-radius: 3px
}

.related-video-list:hover .scrollbar {
    opacity: 1
}

.related-video-list .scrollbar {
    background-color: transparent;
    opacity: 0;
    -webkit-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s
}

.related-video-list h4 {
    overflow: hidden;
    margin: 3px 0;
    max-height: 2.8em;
    color: #aaa;
    font-size: 16px;
    line-height: 1.4em
}

.related-video-list .date {
    color: #777
}

@media (max-width:991px) {
    .video-player {
        width: 66.666%
    }

    .related-video {
        width: 33.333%
    }
}

@media (max-width:767px) {

    .related-video,
    .video-player {
        width: 100%
    }
}

@media (min-width:767px) {
    .bangding {
        padding: 40px 0
    }

    .video-player video {
        height: 100% !important
    }

    .video-player .mejs__container.mejs__video {
        height: 100% !important
    }
}

.bangding h2 {
    margin: 0 auto 15px;
    padding-bottom: 10px;
    max-width: 600px;
    border-bottom: 2px solid #f19927;
    color: #f19927;
    text-align: center;
    font-size: 30px
}

.bangding h2 .fi {
    margin-right: 5px;
    font-size: 36px
}

.bangding-form {
    margin: auto;
    max-width: 400px
}

.wexin-info {
    margin: 0 0 10px;
    padding: 10px;
    background-color: #eee
}

.wexin-info .avatar {
    float: left;
    margin: 0 10px 0 0;
    width: 36px;
    height: 36px
}

.wexin-info p {
    margin-bottom: 0;
    line-height: 18px
}

@media (min-width:1200px) {
    .filter-form {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:1199px) {
    .filter-form {
        margin: 0 -5px
    }

    .form-box {
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px;
        vertical-align: middle
    }
}

.filter-form .form-box {
    margin-bottom: 10px
}

.filter-form label {
    margin-bottom: 0;
    font-weight: 400
}

.filter-form .jchecker {
    margin-bottom: 0
}

.filter-form input[type=text],
.filter-form select {
    display: inline-block;
    padding: 4px 5px;
    height: 28px;
    outline: 0 !important;
    border: 1px solid #ccc;
    background-color: transparent;
    line-height: 18px
}

.filter-form select {
    width: 180px
}

.filter-form .btn {
    padding: 4px 7px;
    height: 28px;
    border-radius: 0;
    line-height: 18px
}

.date-range {
    display: inline-block
}

.date-range .date-input {
    width: 80px;
    font-size: 12px
}

.date-range span {
    margin: 0 1px
}

.input-g2 {
    position: relative
}

.input-g2 input {
    padding-right: 60px;
    width: 180px
}

.input-g2 .btn {
    position: absolute;
    top: 0;
    right: 0
}

.glyphicon {
    font-weight: 700;
    font-family: fi
}

.glyphicon.glyphicon-chevron-left:before {
    content: "\e601"
}

.glyphicon.glyphicon-chevron-right:before {
    content: "\e602"
}

.filter-block .filter-label {
    float: left;
    padding: 5px 0;
    width: 80px;
    font-size: 16px;
    line-height: 23px
}

.filter-block .filter-content {
    float: left;
    width: calc(100% - 90px)
}

@media (max-width:767px) {
    .filter-block .filter-content {
        width: 100%
    }
}

.select-g {
    display: inline-block;
    margin-right: 5px;
    width: 22%;
    vertical-align: middle
}

@media (max-width:767px) {
    .select-g {
        margin-bottom: 10px;
        width: 100%
    }
}

.select-g select {
    padding: 5px 5px;
    padding-right: 20px;
    width: 100%;
    height: 33px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #eee;
    vertical-align: middle;
    line-height: 23px
}

@media (max-width:767px) {
    .select-g select {
        padding: 5px 9px;
        height: 38px;
        line-height: 28px
    }
}

.filter-b {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.filter-b:hover span {
    color: #2e98ff
}

.filter-b span {
    display: block;
    margin: 3px 0;
    padding: 4px 8px;
    border: 1px solid transparent;
    border-radius: 3px;
    line-height: 17px
}

.filter-b input {
    display: none
}

.filter-b input:checked+span {
    border-color: #2e98ff;
    color: #2e98ff
}

.tags li {
    position: relative;
    display: inline-block;
    margin-right: 10px
}

.tags .tag {
    display: block;
    margin: 2px 0;
    padding: 5px 12px;
    padding-right: 25px;
    background-color: #ddd;
    color: #444;
    line-height: 17px
}

.tags .tag.clearAll {
    padding-right: 12px;
    background-color: #f19927;
    color: #FFF
}

.tags .tag.clearAll:hover {
    background-color: #e1850f;
    color: #FFF
}

.tags .remove {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 24px;
    color: #444;
    text-align: center;
    line-height: 31px
}

.tags a:hover {
    color: #2e98ff
}

.input-g3 {
    position: relative;
    width: 220px
}

@media (max-width:767px) {
    .input-g3 {
        width: 100%
    }
}

.input-g3 input {
    padding: 5px 55px 5px 5px;
    width: 100%;
    width: 100%;
    height: 33px;
    outline: 0 !important;
    border: 1px solid transparent;
    background-color: #eee;
    vertical-align: middle;
    line-height: 23px
}

@media (max-width:767px) {
    .input-g3 input {
        padding: 5px 55px 5px 8px;
        height: 38px;
        line-height: 28px
    }
}

.input-g3 input:focus {
    background-color: #e7e7e7
}

.input-g3 .btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    height: 33px;
    border-radius: 0
}

@media (max-width:767px) {
    .input-g3 .btn {
        padding: 8px 10px;
        height: 38px
    }
}

#chart-info {
    overflow: hidden
}

.chart-info {
    float: left;
    display: block;
    padding: 5px;
    width: 33.33%
}

.chart-info i,
.chart-info span {
    display: inline-block;
    vertical-align: middle
}

.chart-info i {
    margin-right: 3px;
    width: 16px;
    height: 16px
}

.tongjitu h3 {
    margin-bottom: -5px
}

#chart {
    margin: 0 -5px;
    height: 300px
}

#chart.s2 {
    height: 400px
}

@media (min-width:768px) {
    #chart {
        margin: 0 0 15px
    }
}

.modal-dialog {
    margin: 10px auto
}

.alert {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 0
}

.rank-title.spc {
    font-size: 18px
}

.rank-title.spc span {
    color: #333;
    font-size: 14px
}

.heading small {
    font-size: 16px
}

@media (max-width:767px) {
    .heading small {
        font-size: 14px
    }
}

.topic-complain a {
    color: #444
}

.btn[disabled] {
    opacity: .3 !important;
    pointer-events: none
}

.help-block {
    display: none
}

.has-error {
    color: #d9534f
}

.has-error .help-block {
    display: block
}

.has-error input[type=password],
.has-error input[type=tel],
.has-error input[type=text] {
    border-color: #d9534f !important
}

.form-group.s3 .jchecker {
    margin-bottom: 0
}

#jqcloud a:hover {
    color: #ee0d0d
}

@media (max-width:767px) {

    input:not([type=reset]),
    input:not([type=submit]),
    select,
    textarea {
        border-radius: 0;
        font-size: 16px !important
    }

    .form-group.s1 .form-control {
        width: calc(100% - (14px * 5))
    }

    .form-user {
        max-width: 100%
    }
}

.w {
    display: block;
    overflow: hidden;
    height: 22px;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 22px;
    -o-text-overflow: ellipsis
}

.w.w3 {
    margin: -1px 0;
    height: 24px;
    white-space: normal
}

@media (max-width:991px) {
    .w.w3 {
        height: auto
    }
}

.img-product {
    background-position: 50% 50%;
    background-size: cover
}

.img-product:before {
    padding-top: 62.5%
}

@media (max-width:1199px) and (min-width:992px) {
    .img-product:before {
        padding-top: 96%
    }
}

.load>div:not(.placeholder) {
    opacity: 0;
    -webkit-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease
}

.load.loaded>div {
    opacity: 1
}

.text-left {
    text-align: left !important
}

.btn.btn-more {
    display: block;
    margin: auto;
    padding: 9px 20px;
    max-width: 35%;
    min-width: 140px;
    font-size: 16px
}

.btn.btn-more .fi {
    margin-left: 3px;
    font-size: 14px
}

.clear {
    clear: both
}

.ctitle {
    text-align: center
}

@media (max-width:991px) {
    .ctitle {
        text-align: left
    }
}

.bd_weixin_popup {
    height: auto !important
}

.w-car,
.w-no {
    width: 72px
}

@media (min-width:992px) {
    .w-date {
        width: 90px
    }

    .w-status {
        width: 87px
    }
}

.songti {
    font-family: "宋体"
}

@media (min-width:992px) {
    .songti img {
        max-width: 620px
    }
}

.ueditor-content {
    line-height: 1.75em
}

.ueditor-content .table-responsive {
    margin: auto;
    max-width: 940px
}

.ueditor-content div,
.ueditor-content p {
    margin-bottom: 10px;
    text-indent: 2em;
    line-height: inherit
}

.ueditor-content img {
    display: block;
    margin: auto
}

@media (max-width:767px) {
    .video-row>div:first-child~div {
        display: none
    }
}

@media (min-width:1200px) {

    .spc-row>.col-md-4,
    .spc-row>.col-sm-4 {
        width: 28.5%
    }

    .spc-row>.col-md-8,
    .spc-row>.col-sm-8 {
        width: 71.5%
    }
}

.news-list>hr:last-child {
    display: none
}

.news-index-nav {
    margin-top: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
    margin-left: -10px;
    padding: 0 10px;
    background-color: #2e98ff
}

.news-index-nav li {
    float: left;
    border-right: 1px solid #57acff;
    border-left: 1px solid #0584ff
}

.news-index-nav li.active a {
    border-top: 2px solid #f19927;
    background-color: #fff;
    color: #222
}

.news-index-nav a {
    padding: 8px 12px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: background-color .35s ease;
    -o-transition: background-color .35s ease;
    transition: background-color .35s ease
}

.news-index-nav a:hover {
    background-color: #158bff
}

.d-video-car.img-car .car-title.big {
    background-color: rgba(0, 0, 0, .65);
    font-size: 24px
}

.d-video-car.img-car .car-title.big .fi {
    display: inline-block;
    margin-right: 10px;
    margin-left: 4px;
    vertical-align: middle;
    font-size: 32px
}

.d-video-car.img-car .car-title.big .fi:before {
    display: block;
    line-height: 1
}

#floatDivBoxs {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 170px;
    background: #fff;
    text-align: center
}

#floatDivBoxs .floatDtt {
    position: relative;
    width: 100%;
    height: 45px;
    background: #f08326;
    color: #fff;
    text-indent: 22px;
    font-size: 18px;
    line-height: 45px
}

#floatDivBoxs .floatDqq {
    padding: 0 14px;
    list-style: none
}

#floatDivBoxs .floatDqq li {
    padding: 0 0 0 50px;
    height: 45px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 15px;
    line-height: 45px
}

#floatDivBoxs .floatDtxt {
    padding: 12px 14px;
    color: #333;
    font-size: 18px
}

#floatDivBoxs .floatDtel {
    padding: 0 0 15px 10px
}

#floatDivBoxs .floatDtel a {
    color: #f08326;
    font-size: 18px
}

#floatDivBoxs .floatDtel img {
    display: block
}

.floatShadow {
    background: #fff;
    -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, .25);
    box-shadow: -2px 0 3px rgba(0, 0, 0, .25)
}

#rightArrow {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 999;
    width: 50px;
    height: 45px;
    background: url(../images/online_arrow.jpg) no-repeat
}

#rightArrow a {
    display: block;
    height: 45px
}

#floatDivBoxs img {
    max-width: 100%
}

#tools {
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 9999
}

#tools a {
    display: block;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color .35s ease;
    -o-transition: background-color .35s ease;
    transition: background-color .35s ease
}

@media (max-width:767px) {
    #tools a {
        width: 40px;
        height: 40px
    }
}

#tools a .fi {
    display: inline-block;
    margin-top: 5px;
    font-size: 28px;
    line-height: 34px
}

@media (max-width:767px) {
    #tools a .fi {
        margin-top: 0;
        font-size: 24px;
        line-height: 40px
    }
}

#tools a:after {
    display: block;
    font-size: 12px;
    line-height: 16px
}

@media (max-width:767px) {
    #tools a:after {
        display: none
    }
}

#tools .qq {
    background-color: #3c9beb
}

#tools .qq:after {
    content: "在线客服"
}

#tools .qq:hover {
    background-color: #1888e7
}

#tools .gotop {
    background-color: #666
}

#tools .gotop:after {
    content: "回到顶部"
}

#tools .gotop:hover {
    background-color: #555
}

.tag-d {
    margin: 0 0 10px 0;
    width: 100%
}

@media (max-width:767px) {
    .tag-d {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.tag-d hr {
    border-color: #ddd
}

.tag-d a {
    color: #333;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s
}

@media (max-width:767px) {
    .tag-d a {
        display: inline-block;
        overflow: hidden;
        max-width: 3em;
        text-overflow: ellipsis;
        white-space: nowrap;
        -o-text-overflow: ellipsis
    }
}

.tag-d a.active,
.tag-d a:hover {
    color: #2e98ff
}

.tag-d span {
    margin: 0 5px
}

.d-fav {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.d-login {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.d-login a {
    color: #888;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.d-login a:hover {
    color: #2e98ff
}

.d-right-list li {
    margin: 20px 0;
    border-bottom: 1px solid #ddd
}

.d-right-list li p span {
    color: red;
    font-size: 14px
}

.d-right-list li .d-list-title {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.d-right-list li .d-list-title i {
    margin-right: 5px;
    font-size: 20px;
    line-height: 28px
}

.d-tabs-title {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.d-tabs-title a {
    margin-right: 10px;
    color: #000
}

.d-tabs-title a.active,
.d-tabs-title a:hover {
    color: #2e98ff
}

.d-tabs-content {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    border: 1px solid #ddd;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.d-tabs-content h4 {
    margin: 0 0 10px 0;
    color: #666
}

.d-tabs-content p {
    color: #9e9e9e
}

.d-tabs-content p span {
    margin-right: 10px
}

.d-tabs-content input {
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    border: 0;
    background-color: #ebebeb;
    color: #9e9e9e
}

.d-tabs-content input.title-cmt {
    padding: 5px 10px;
    border: 1px solid #ddd;
    background-color: transparent
}

.d-tabs-content .d-group {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.d-tabs-content .d-group button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 3px 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#d9d9d9));
    background: -webkit-linear-gradient(#eaeaea, #d9d9d9);
    background: -o-linear-gradient(#eaeaea, #d9d9d9);
    background: linear-gradient(#eaeaea, #d9d9d9);
    color: #666;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.d-tabs-content .d-group button.save-cmt {
    margin-right: 10px;
    border-color: #f19927;
    background: #f19927;
    color: #fff
}

.headingd h3 {
    color: #f19927
}

.headingd h3 span {
    color: #000
}

.headingd2 {
    margin: 0 -10px 10px;
    padding: 0 10px 10px;
    border-bottom: 1px solid #ddd
}

.d-form-user {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    max-width: none;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.d-form-user .form-group {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.d-form-user .form-group.s1 {
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd
}

.d-form-user .form-group.s1 .form-control-text {
    width: calc(100% - 5em)
}

.d-form-user .form-group.s1:last-child {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #ddd
}

.d-form-user .form-group.s1 .d-textarea {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 5em);
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.d-form-user .form-group.s1 .d-textarea textarea {
    width: 100%
}

.d-form-user .form-group.s1 .d-textarea span {
    color: #999;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.form-group.d1,
.form-group.d2 {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.form-group.d1 a,
.form-group.d2 a {
    padding: 2px 15px;
    border: 0;
    border-radius: 3px
}

.form-group.d2 {
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-group.d2 a {
    margin: 0 10px
}

.d-danhao,
.d-description,
.d-step,
.zongshu {
    border-bottom: 1px dashed #ddd
}

.d-description .d-des-in {
    display: inline-block
}

.d-description .d-des-out {
    display: none
}

@media (max-width:991px) {
    .d-description {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .d-description p {
        overflow: hidden;
        width: calc(100% - 60px);
        text-overflow: ellipsis;
        white-space: nowrap;
        -o-text-overflow: ellipsis
    }

    .d-description .d-des-in {
        display: none
    }

    .d-description .d-des-out {
        display: inline-block
    }
}

.danhao-txt {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.danhao-txt p {
    width: 25%
}

@media (max-width:991px) {
    .danhao-txt {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .danhao-txt p {
        width: 50%
    }
}

@media (max-width:991px) and (max-width:767px) {
    .danhao-txt p {
        width: 100%
    }
}

.danhao-block {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.danhao-block i {
    margin-right: 10px;
    font-size: 26px
}

.danhao-block a {
    margin-right: 10px;
    padding: 5px
}

.clr-main {
    background-color: #2e98ff;
    color: #fff;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.clr-main:focus,
.clr-main:hover {
    background-color: #007ffa;
    color: #fff
}

.clr-second {
    background-color: #f19927;
    color: #fff;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.clr-second:focus,
.clr-second:hover {
    background-color: #d77f0e;
    color: #fff
}

.d-step p {
    color: #8a8a8a
}

.step-block a {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 0;
    width: 16%;
    border: 1px solid #ddd;
    color: #6b6b6b;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.step-block a:hover {
    background-color: #2e98ff;
    color: #fff
}

@media (max-width:991px) {
    .step-block {
        text-align: center
    }

    .step-block a {
        margin-bottom: 10px;
        width: 30%
    }
}

@media (max-width:400px) {
    .step-block a {
        width: 29%;
        font-size: 12px
    }
}

.d-star {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.d-star .star-text {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .d-star .star-text {
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .d-star .star-text span {
        margin-bottom: 10px
    }

    .d-star .star-text .star-group {
        margin-right: 0;
        margin-bottom: 10px
    }
}

.d-star .star-btn a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 10px;
    border-radius: 3px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991px) {
    .d-star {
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .d-star .star-text {
        margin-bottom: 10px
    }

    .d-star .star-btn a {
        padding: 5px 20px
    }
}

.star-group {
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle
}

.star-group input:checked+label .fi:before {
    content: "\e613"
}

.star-group input:checked~label .fi:before {
    content: "\e613"
}

.star-group label {
    position: relative;
    float: right;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    width: 11px;
    height: 18px;
    cursor: pointer
}

.star-group label:hover .fi:before {
    content: "\e613" !important
}

.star-group label:hover~label .fi:before {
    content: "\e613" !important
}

.star-group .fi {
    position: absolute;
    top: 0;
    display: block;
    overflow: hidden;
    width: 18px;
    height: 18px;
    color: #f19927;
    font-size: 18px;
    line-height: 18px
}

.star-group .fi:before {
    content: "\e60c"
}

.star-group .star10 .fi,
.star-group .star2 .fi,
.star-group .star4 .fi,
.star-group .star6 .fi,
.star-group .star8 .fi {
    right: 2px
}

.star-group .star1 .fi,
.star-group .star3 .fi,
.star-group .star5 .fi,
.star-group .star7 .fi,
.star-group .star9 .fi {
    left: 2px
}

.zongshu {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px
}

.zongshu-block {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.zongshu-block:first-child {
    padding: 0
}

.zongshu-block:first-child:after {
    padding-left: 10px;
    height: 20px;
    border-right: 1px solid;
    content: ''
}

.zongshu-block:last-child {
    padding: 0
}

.zongshu-block:last-child:before {
    padding-right: 10px;
    height: 20px;
    border-left: 1px solid;
    content: ''
}

.zongshu-txt {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.zongshu-txt p {
    margin: 0
}

.zongshu-txt p span {
    color: red
}

.d-table tbody {
    text-align: center
}

.d-table tbody>tr>td>span.footable-toggle.last-column {
    color: #000;
    font-weight: 700;
    font-size: 30px;
    line-height: 20px;
    opacity: .5
}

.d-table tbody .fooicon {
    top: 5
}

.d-table tbody tr td {
    vertical-align: middle
}

.d-table tbody tr td a {
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.d-table tbody tr td a.status-second {
    color: #f19927
}

.d-table tbody tr td a.funct-main {
    color: #2e98ff
}

.d-table tbody tr td a.funct-main:hover {
    color: #004b94
}

@media (max-width:991px) {
    .d-table tbody tr td a {
        display: inline-block;
        line-height: 20px
    }
}

.d-table thead {
    background-color: #e3e3e3
}

.d-table thead tr th {
    text-align: center
}

.form-company {
    margin: 0;
    max-width: 100%
}

.form-company .form-group.s1 label {
    width: 8em
}

.form-company .form-group.s1 .form-control {
    width: calc(100% - 8em)
}

@media (max-width:767px) {
    .form-company .form-group.s1 .form-control {
        width: 100%
    }
}

.form-company .form-group.d1,
.form-company .form-group.d2 {
    margin: 0 auto;
    width: 50%
}

.d-related-news {
    border: 1px solid #d7d7d7;
    background-color: transparent
}

.d-nav-ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.d-nav-ul .active>a {
    border-color: #2e98ff !important;
    background-color: #2e98ff !important;
    color: #fff !important
}

.d-nav-ul .d-form {
    margin: 0;
    padding: 0;
    width: 70px
}

.d-nav-ul .d-form .input-group-btn .btn {
    padding: 6px 12px
}

.d-nav-ul li {
    margin: 3px 3px
}

.d-nav-ul li:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.d-nav-ul li>a {
    color: #333
}

@media (max-width:767px) {
    .d-accor {
        margin-bottom: 0
    }
}

.d-accor .panel-title {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .d-accor .panel-title {
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.d-accor .panel-title a {
    width: calc(100% - 160px)
}

@media (max-width:767px) {
    .d-accor .panel-title a {
        margin-bottom: 10px;
        width: 100%
    }
}

@media (max-width:991px) {
    .d-accor .panel-title a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -o-text-overflow: ellipsis
    }
}

@media (max-width:767px) {
    .d-accor .panel-title span {
        font-size: 14px
    }
}

.d-accor .panel.active a {
    color: #2e98ff
}

@media (max-width:767px) {
    .block-user {
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .block-left,
    .block-right {
        width: 100%
    }

    .block-left {
        min-height: 400px
    }

    .d-related-news .item a.title.d-title {
        width: calc(100% - 120px)
    }

    .page-b li {
        float: none !important;
        display: inline-block
    }
}

@media (max-width:1199px) {
    .user-nav a {
        padding: 7px 15px;
        text-align: center
    }

    .user-info p {
        text-align: center
    }

    .user-nav-heading {
        text-align: center
    }

    .user-nav-heading h4 {
        padding: 8px 15px
    }
}

.d-video {
    margin-bottom: 10px
}

.d-video-top {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (max-width:991px) {
    .d-video-top {
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.d-video-right {
    position: relative;
    width: 65%
}

@media (max-width:991px) {
    .d-video-right {
        width: 100%
    }
}

.d-video-right:hover .d-video-r-cap {
    color: #2e98ff
}

.d-video-r-cap {
    position: absolute;
    bottom: 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.d-video-r-cap i {
    padding: 10px;
    font-size: 26px
}

.d-video-r-cap span {
    display: inline-block;
    overflow: hidden;
    width: 20em;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis
}

.d-video-left {
    position: relative;
    padding: 5px 15px;
    width: 36%;
    background-color: #fff
}

@media (max-width:991px) {
    .d-video-left {
        width: 100%
    }
}

.d-video-block {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px dashed #d7d7d7;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.d-video-block:last-child {
    border: 0
}

@media (min-width:992px) {
    .d-video .video-block {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .d-video .video-block .overview {
        padding: 5px 15px
    }
}

@media (max-width:991px) {
    .d-video .video-block .overview {
        position: static;
        height: auto !important
    }
}

.d-video-img {
    position: relative;
    width: 110px
}

.d-video-img i {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 99;
    margin-top: -11px;
    margin-right: -8px;
    color: #fff
}

.d-video-txt {
    margin-left: 10px;
    width: calc(100% - 110px)
}

.d-video-txt h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis
}

.d-video-txt h4 a {
    color: #000
}

.d-video-txt h4 a:hover {
    color: #2e98ff
}

.d-ads {
    margin-bottom: 10px
}

.d-img-ads img {
    width: 100%
}

.d-bg-white {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background-color: #fff;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.d-bg-white a.more {
    position: relative;
    top: 0
}

.d-video-row {
    margin-bottom: 10px;
    background-color: #fff
}

.d-video-row .tab-content {
    padding: 0 10px
}

.second-left {
    width: 65%
}

.second-right {
    width: 30%
}

.d-row-flex {
    margin-bottom: 10px
}

.d-search {
    padding: 10px 0;
    background-color: #fff
}

.d-search ul {
    clear: both;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 60%
}

.d-search ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991px) {
    .d-search ul {
        width: 70%
    }
}

@media (max-width:767px) {
    .d-search ul {
        margin: 0;
        width: 100%;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .d-search ul li {
        margin: 0
    }

    .d-search ul li.d-logo {
        margin-bottom: 10px
    }

    .d-search ul li.d-search-box {
        width: 100%
    }
}

.d-logo {
    width: 150px
}

.d-logo a {
    display: block
}

.d-logo a img {
    width: 100%
}

.d-search-box {
    margin-left: 10px;
    width: calc(100% - 148px)
}

.d-search-box .search-form {
    width: 100%
}

.d-search-box .search-form .input-group {
    width: 100%
}

.d-search-box .search-form .input-group-btn {
    width: 80px
}

.d-search-box .search-form .input-group input {
    border-color: #f19927;
    border-radius: 0
}

.d-search-box .search-form .input-group input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.d-search-box .search-form .input-group button {
    position: relative;
    z-index: 10;
    padding: 0;
    width: 100%;
    height: 33px;
    border: 1px solid #f19927;
    border-radius: 0;
    background-color: #f19927;
    color: #fff;
    font-size: 16px;
    line-height: 0
}

.d-search-box .search-form .input-group button:hover {
    border-color: #f19927
}

.d-search-box .search-form .input-group button:before {
    display: none
}

.d-search-box .search-form .input-group button i {
    margin-right: 2px
}

.zixun {
    padding: 10px;
    background-color: #f3f3f3
}

.zixun .koubei li {
    display: inline-block;
    margin-right: 10px
}

.zixun .koubei li a {
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    color: #666;
    font-size: 16px;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.zixun .koubei li.active>a {
    border-bottom: 2px solid #f19927;
    color: #f19927
}

.zixun .koubei li:hover>a {
    border-bottom: 2px solid #f19927;
    color: #f19927
}

.d-bg-w {
    padding-top: 10px;
    background-color: #fff
}

.item-d {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d-block-flex {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.d-block-flex>div {
    float: none !important;
    height: 100%
}

.d-block-flex .news-desc {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:767px) {
    .d-block-flex .news-desc .d-zoom {
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    .d-block-flex .news-desc h4 {
        text-align: center
    }
}

.d-block-flex .news-desc p {
    color: #333
}

.d-block-flex .news-desc p span {
    margin-right: 10px
}

@media (max-width:767px) {
    .d-block-flex {
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .d-block-flex>div {
        margin: 0 !important;
        width: 100% !important;
        height: initial
    }

    .d-block-flex>div .d-tag-txt {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .d-block-flex .news-desc {
        margin-top: 10px !important
    }
}

.d-push {
    color: #2e98ff
}

.d-push .news-date {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767px) {
    .d-push .news-date {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.d-push .d-ic-txt {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .d-push .d-ic-txt {
        margin: 0 5px
    }
}

.d-push .d-ic-txt i {
    margin-right: 5px;
    font-size: 20px
}

.d-push .d-ic-txt label {
    margin: 0;
    color: #333;
    font-weight: 400;
    font-size: 16px
}

.d-push .d-ic-txt span {
    margin-right: 0;
    color: red
}

mark {
    color: #f19927
}

.video-item .play {
    z-index: 10
}

.b-cl-active>a {
    border-color: #f19927 !important;
    background-color: #f19927 !important;
    color: #fff !important
}

.b-mg-r {
    margin-right: 10px
}

.b-hr {
    display: none
}

.b-hr-1 {
    border-top: 1px dashed #eee
}

.b-news-link a {
    margin-left: 5px
}

.b-news-link a:first-child {
    margin-right: 5px
}

.fix-pd-top-b {
    padding-top: 0 !important
}

.fix-mg-bot-b {
    margin-bottom: 0 !important
}

.list-item-b {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #eee
}

.list-item-b:last-child {
    border-bottom: none
}

.list-item-b .item-left {
    float: left;
    width: 30%;
    text-align: center
}

.list-item-b .item-left img {
    max-height: 80px
}

.list-item-b .item-right {
    float: left;
    padding-left: 10px;
    width: 70%
}

.list-item-b .item-right .text {
    margin-top: 5px;
    color: #333;
    font-size: 16px
}

.list-item-b .item-right .text:hover {
    color: #2e98ff
}

@media (max-width:1199px) {
    .list-item-b .item-right .text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -o-text-overflow: ellipsis
    }
}

.list-item-b .item-right .date {
    margin-top: 12px;
    color: #888;
    font-size: 14px
}

@media (max-width:767px) {
    .b-fix-more .heading .more {
        display: none !important
    }
}

.b-fix-more-1 .heading .more {
    display: none
}

.list-item-b-1 {
    position: relative;
    overflow: hidden;
    margin: 10px 0
}

.list-item-b-1:last-child {
    margin-bottom: 0
}

.list-item-b-1 .item-left {
    position: relative;
    float: left;
    width: 25%
}

@media (max-width:767px) {
    .list-item-b-1 .item-left {
        width: 30%
    }
}

.list-item-b-1 .item-left img {
    width: 100%
}

.list-item-b-1 .item-right {
    float: left;
    padding-left: 10px;
    width: 75%
}

@media (max-width:767px) {
    .list-item-b-1 .item-right {
        width: 70%
    }
}

.list-item-b-1 .item-right .title {
    display: block !important;
    margin-bottom: 15px;
    color: #333;
    font-size: 18px
}

@media (max-width:767px) {
    .list-item-b-1 .item-right .title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -o-text-overflow: ellipsis
    }
}

.list-item-b-1 .item-right .text {
    color: #666;
    font-size: 16px
}

@media (max-width:767px) {
    .list-item-b-1 .item-right .text {
        display: none
    }
}

.list-item-b-1 .item-right .group {
    overflow: hidden;
    margin-top: 10px
}

.list-item-b-1 .item-right .group .comment,
.list-item-b-1 .item-right .group .date {
    color: #999;
    font-size: 14px
}

.list-item-b-1 .item-right .group .date {
    float: left
}

.list-item-b-1 .item-right .group .comment {
    float: right
}

.list-item-b-1 .item-right .group .comment a {
    color: #999
}

.list-item-b-1 .item-right .group .comment i:first-child {
    padding: 0 10px
}

.list-item-b-1 .item-right .group .comment i:last-child {
    padding-left: 10px
}

.b-btn {
    display: block;
    margin-top: 10px;
    padding: 9px 0;
    background: #efefef;
    text-align: center
}

.b-btn i:before {
    display: inline-block;
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important
}

.list-item-b-2 {
    padding-left: 0
}

.list-item-b-2 a {
    display: block;
    overflow: hidden;
    padding: 10px 0;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    -o-text-overflow: ellipsis
}

@media (max-width:767px) {
    .list-item-b-2 a {
        font-size: 14px
    }
}

.list-item-b-2 a:hover {
    color: #2e98ff
}

.list-item-b-2 li {
    border-bottom: 1px dashed #ddd
}

.list-item-b-2 li:last-child {
    border-bottom: 0
}

.b-fix-border {
    padding-bottom: 0 !important;
    border-bottom: none !important
}

.img-ads {
    margin-bottom: 10px
}

.img-ads img {
    width: 100%
}

.section-1-b {
    overflow: hidden
}

.section-1-b .b-title {
    text-align: center;
    font-size: 20px
}

.section-1-b .b-title2 {
    text-align: left;
    font-size: 20px
}

.section-1-b .b-group-subtit {
    margin-top: 10px;
    color: #999;
    font-size: 14px
}

@media (max-width:767px) {
    .section-1-b .b-group-subtit {
        margin-bottom: 10px
    }
}

.section-1-b .b-group-subtit span {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle
}

.section-1-b .b-group-subtit .span {
    padding: 0 10px 0 0
}

.section-1-b .b-group-subtit .cl-red {
    display: inline;
    color: #eb0000
}

.section-1-b .fix-text {
    text-indent: 0
}

.section-1-b .b-img {
    margin-bottom: 10px;
    text-align: center
}

.bdsharebuttonbox {
    position: relative;
    top: -1px;
    vertical-align: middle
}

.bdsharebuttonbox a {
    padding: 0 4px;
    color: #ababab;
    font-size: 20px !important
}

.bdsharebuttonbox a:hover {
    color: #2e98ff
}

.b-group-social {
    overflow: hidden
}

.b-group-social a.btn:last-child {
    margin-left: 2px
}

.list-item-b-3 {
    overflow: hidden
}

.list-item-b-3 li {
    float: left;
    padding: 10px;
    width: 50%
}

.list-item-b-3 .date,
.list-item-b-3 .text {
    display: inline-block;
    color: #666
}

.list-item-b-3 .text {
    overflow: hidden;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis
}

.mycomment-b,
.newcomment-b {
    margin-top: 10px
}

.comment-flex-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.comment-flex-b .flex1 {
    display: flex-inline;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
}

.comment-flex-b .flex1 .avatar {
    margin-top: 0
}

.comment-flex-b .flex1 .avatar img {
    border: 1px solid #d6d6d6;
    border-radius: 50%
}

@media (max-width:767px) {
    .comment-flex-b .flex1 .avatar {
        width: 70px;
        height: 70px
    }
}

.comment-flex-b .flex2 {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%
}

@media (max-width:991px) {
    .comment-flex-b .flex2 {
        padding-left: 10px
    }
}

.comment-flex-b .flex2 .name {
    display: inline-block;
    color: #333;
    font-size: 18px
}

@media (min-width:768px) and (max-width:991px) {
    .comment-flex-b .flex2 .name {
        display: block;
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    .comment-flex-b .flex2 .name {
        font-size: 16px
    }
}

.comment-flex-b .flex2 .date {
    display: inline-block;
    margin-left: 20px;
    color: #999;
    font-size: 14px
}

@media (max-width:991px) {
    .comment-flex-b .flex2 .date {
        margin-left: 0
    }
}

.comment-flex-b .flex2 .text {
    margin: 10px 0
}

.group-info-b {
    text-align: right
}

.group-info-b i {
    display: inline-block;
    margin: 0 3px 0 0
}

.group-info-b span {
    margin-left: 2px
}

.group-info-b a {
    display: inline-block;
    margin-left: 10px;
    color: #666
}

.group-info-b a:hover {
    color: #2e98ff
}

.subcomment-flex-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.subcomment-flex-b .flex1 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
}

.subcomment-flex-b .flex2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background: #efefef;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.subcomment-flex-b .flex2 .arrow {
    position: absolute;
    top: -15px;
    left: 35px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 15px solid #efefef;
    border-left: 5px solid transparent
}

@media (max-width:767px) {
    .subcomment-flex-b .flex2 .arrow {
        top: -14px
    }
}

.subcomment-flex-b .flex2 .avatar {
    margin: 0 10px 0 0 !important;
    width: 75px;
    height: 75px;
    border: none !important
}

@media (max-width:991px) {
    .subcomment-flex-b .flex2 .avatar {
        width: 100px;
        height: 100px
    }
}

.subcomment-flex-b .flex2 .avatar img {
    border: 1px solid #d6d6d6;
    border-radius: 50%
}

.subcomment-flex-b .flex2 .group-text .text {
    margin-bottom: 10px
}

.subcomment-flex-b .flex2 .group-text .name {
    display: inline-block;
    color: #333;
    font-size: 18px
}

.subcomment-flex-b .flex2 .group-text .date {
    display: inline-block;
    margin-left: 20px;
    color: #999;
    font-size: 14px
}

@media (max-width:767px) {
    .subcomment-flex-b .flex2 .group-text .date {
        margin-left: 0
    }
}

.banner-b {
    margin-bottom: 10px
}

.page-b {
    padding: 15px 0;
    text-align: center
}

.page-b ul {
    display: inline-block
}

.page-b .active-d a,
.page-b li:hover a {
    border-color: #f19927 !important;
    background-color: #f19927 !important;
    color: #fff
}

.page-b li {
    float: left;
    margin: 3px
}

.page-b li a {
    display: block;
    padding: 0 8px;
    max-height: 32px;
    min-width: 32px;
    border: 1px solid #e5e5e5;
    color: #333;
    text-align: center;
    text-decoration: none;
    line-height: 30px
}

.page-b li a:hover {
    background: #f3f3f3
}

.page-b li.active a {
    border-color: #f19927;
    background: #f19927;
    color: #fff
}

.ar-b {
    text-align: center
}

.gopage-b {
    position: relative;
    padding-right: 32px
}

.gopage-b .ipt-go {
    padding: 0 8px;
    width: 36px;
    border: 1px solid #ececec;
    line-height: 30px
}

.gopage-b .ipt-go:focus {
    outline: 0
}

.gopage-b .btn-go {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    border: 0;
    background: #ececec;
    text-align: center;
    line-height: 30px;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.gopage-b .btn-go:hover {
    background: #f19927;
    color: #FFF
}

.gopage-b .btn-go:focus {
    outline: 0
}

.b-btn-1 {
    padding: 3px 15px !important;
    background-image: none !important;
    font-size: 12px !important
}

.b-btn-1 i {
    font-size: 12px !important
}

.b-group-social-1 {
    padding: 10px 0 5px
}

.b-group-social-1 .btn {
    margin-right: 10px;
    min-width: 75px
}

.b-group-social-1 .btn .fi {
    position: relative;
    top: 1px;
    display: inline-block;
    margin: -2px 0;
    font-size: 16px !important
}

.b-group-social-1 .pull-left a {
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.b-group-social-1 .pull-left a i {
    padding-right: 5px;
    color: #ababab;
    font-size: 20px
}

@media (min-width:768px) and (max-width:991px) {
    .b-group-social-1 .pull-left a i {
        font-size: 17px
    }
}

.b-group-social-1 .pull-left a:hover i {
    color: #fff !important
}

.b-group-social-1 .pull-right {
    margin-top: 5px
}

.b-group-social-1 .pull-right i {
    padding-left: 5px;
    color: #ababab;
    font-size: 20px
}

@media (min-width:768px) and (max-width:991px) {
    .b-group-social-1 .pull-right i {
        font-size: 17px
    }
}

.b-group-social-1 .pull-right i:hover {
    color: #2e98ff
}

.bdsharebuttonbox {
    display: inline-block
}

.b-fix-text {
    overflow: hidden !important;
    width: 100% !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    -o-text-overflow: ellipsis !important
}

@media (max-width:767px) {
    .b-group-social>div:first-child {
        margin-bottom: 8px
    }
}

.section-1-b .b-title {
    font-weight: 700;
    font-size: 24px
}

.txt-red {
    color: #e50000
}

.txt-blue {
    color: #2e98ff
}

.txt-gray {
    color: #cecece
}

.txt-orange {
    color: #f19927
}

.txt-lg {
    font-size: 20px
}

.p-tex-ind {
    text-indent: 25px
}

.div-plr-15 {
    padding: 0 15px !important
}

.car-container,
.report-container {
    margin: 10px 0
}

.car-more {
    width: 100%;
    text-align: center
}

.car-more i {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}

@media screen and (max-width:767px) {
    .img-car-door {
        display: block;
        text-align: center
    }
}

.img-sign {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    background-image: url(../images/img-nguyen/sign.png);
    background-position: center center;
    background-size: auto 60%;
    background-repeat: no-repeat
}

@media (max-width:991px) {
    .img-car {
        margin-bottom: 10px
    }
}

.img-car .car-title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    display: block;
    overflow: hidden;
    padding: 8px 10px;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis
}

.img-car .car-title.big {
    padding: 12px 15px;
    font-size: 18px
}

@media (max-width:767px) {
    .img-car .car-title.big {
        padding: 8px 12px;
        font-size: 14px
    }
}

.badge-car {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    padding: 10px 20px;
    background-color: #ee0d0d;
    color: #fff
}

.badge-car.s2 {
    background-color: #f19927
}

.badge-car.big {
    padding: 12px 25px;
    font-size: 20px
}

@media (max-width:767px) {
    .badge-car.big {
        padding: 8px 15px;
        font-size: 14px
    }
}

.row-flex.s2>div {
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.row-flex .img-ratio img {
    z-index: 2
}

.align-middle:after {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle
}

.align-middle a,
.align-middle>div {
    display: inline-block;
    width: calc(100% - 6px);
    vertical-align: middle
}

.car-cols h4 {
    overflow: hidden;
    margin-bottom: 10px;
    color: #444;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 32px;
    -o-text-overflow: ellipsis
}

.car-cols h4.csm {
    font-size: 28px
}

@media (max-width:991px) {
    .car-cols h4 {
        font-size: 28px
    }
}

.dot-hr {
    border-top-style: dashed
}

@media (max-width:991px) {
    .dot-hr {
        margin-top: 0
    }
}

.car-row {
    margin: 10px 0
}

@media screen and (max-width:767px) {
    .car-row {
        display: block
    }
}

.car-row .car-cols-img {
    position: relative;
    display: block;
    width: 100%;
    text-align: center
}

.car-row .car-cols-img:before {
    position: absolute;
    left: 0;
    z-index: 99;
    padding: 10px 25px;
    background: #f19927;
    color: #fff;
    content: '第26期';
    font-size: 25px
}

@media screen and (max-width:991px) {
    .car-row .car-cols-img:before {
        padding: 5px 15px;
        font-size: 20px
    }
}

.car-row .car-cols-img:after {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 5px 1em;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    content: '北汽威旺M60车内空气质量评分为84分';
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    -o-text-overflow: ellipsis
}

@media screen and (max-width:991px) {
    .car-row .car-cols-img:after {
        padding: 2px 1em;
        font-size: 16px
    }
}

.car-cols {
    width: 100%;
    text-align: center
}

.car-cols>p {
    font-size: 28px
}

@media screen and (max-width:991px) {
    .car-cols {
        padding: 5px 10px 0
    }

    .car-cols>p {
        font-size: 20px
    }
}

.car-cols .car-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.car-cols .car-text img {
    width: 50px;
    height: 50px
}

.car-cols .car-text p {
    padding: 0 15px;
    color: #444;
    font-size: 26px
}

@media screen and (max-width:991px) {
    .car-cols .car-text img {
        width: 40px;
        height: 40px
    }

    .car-cols .car-text p {
        padding: 0 10px;
        font-size: 20px
    }
}

.car-box {
    text-align: center
}

.car-box .box {
    display: inline-block;
    margin: 0 3px;
    padding: 1em 0;
    width: 4.5em;
    height: 4.5em;
    border: 1px solid;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    font-size: 16px
}

@media screen and (max-width:991px) {
    .car-box .box {
        font-size: 12px
    }
}

.car-box .box p {
    margin-bottom: 0;
    line-height: 1.25em
}

.car-box.big .box {
    font-size: 20px
}

@media screen and (max-width:1199px) {
    .car-box.big .box {
        font-size: 16px
    }
}

@media screen and (max-width:991px) {
    .car-box.big .box {
        font-size: 12px
    }
}

.car-box.sm {
    padding: 10px 0
}

.car-box.sm .box {
    margin: 0 2px;
    font-size: 13px
}

.car-box .box-green {
    border-color: #8fc853;
    color: #8fc853
}

.car-box .box-green:hover {
    background: #8fc853;
    color: #fff
}

.car-box .box-purple {
    border-color: #9262ff;
    color: #9262ff
}

.car-box .box-purple:hover {
    background: #9262ff;
    color: #fff
}

.car-box .box-pink {
    border-color: #ed77d9;
    color: #ed77d9
}

.car-box .box-pink:hover {
    background: #ed77d9;
    color: #fff
}

.car-box .box-blue {
    border-color: #5a9ff5;
    color: #5a9ff5
}

.car-box .box-blue:hover {
    background: #5a9ff5;
    color: #fff
}

.car-box .box-red {
    border-color: #ed5997;
    color: #ed5997
}

.car-box .box-red:hover {
    background: #ed5997;
    color: #fff
}

.row-flex.car-rating {
    margin: 0;
    border: 1px solid #ddd
}

.row-flex.car-rating .img-car {
    margin-bottom: 0 !important
}

.row-flex.car-rating>div {
    margin-bottom: 0;
    padding: 0
}

.row-flex.car-rating hr {
    margin: 0
}

.car-description,
.quality {
    margin: 10px 0
}

.car-row-2 {
    border: 1px solid #eee
}

.box-green-2 {
    border-color: #8fc853;
    background: #8fc853;
    color: #fff
}

.box-purple-2 {
    border-color: #9262ff !important;
    background: #9262ff;
    color: #fff
}

.box-pink-2 {
    border-color: #ed77d9 !important;
    background: #ed77d9;
    color: #fff
}

.box-blue-2 {
    border-color: #5a9ff5 !important;
    background: #5a9ff5;
    color: #fff
}

.box-red-2 {
    border-color: #ed5997 !important;
    background: #ed5997;
    color: #fff
}

.desc-img {
    padding: 5px 5px !important
}

.div-gray {
    position: relative;
    padding: 15px 10px 5.5px;
    background: #e7e7e7
}

.quality-info i {
    float: right;
    padding: 5px 10px;
    font-size: 10px
}

.quality-info .results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px
}

@media screen and (max-width:441px) {
    .quality-info .results {
        display: block;
        font-size: 18px
    }
}

.quality-info .results .results-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.quality-info .results .para-index {
    position: relative;
    display: block;
    margin: 10px 0;
    width: 100%;
    height: 20px;
    border: solid #000;
    border-width: 0 1px
}

.quality-info .results .para-index:before {
    position: absolute;
    top: 10px;
    width: 100%;
    border: solid #000;
    border-width: 1px 0 0 0;
    content: ''
}

.quality-info .box-red-3 {
    margin-left: 10px;
    width: 100px;
    height: 30px;
    background: #e50000;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 30px
}

@media screen and (max-width:441px) {
    .quality-info .box-red-3 {
        font-size: 16px
    }
}

.quality-info .para-index-item {
    position: absolute;
    padding: 0 3px;
    background: #fff;
    font-size: 16px
}

@media screen and (max-width:441px) {
    .quality-info .para-index-item {
        padding: 0 1px;
        font-size: 12px
    }
}

.result-box {
    width: 100%;
    max-width: 400px
}

.result-box em,
.result-box u {
    text-decoration: none;
    font-style: normal
}

.result-box em {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.result-box em a {
    display: block;
    padding: 5px;
    width: 25%;
    border-left: 1px solid #fff;
    background: #e5e5e5;
    color: #000;
    text-align: center;
    font-size: 16px
}

.result-box em a:first-child {
    border-left: 0
}

@media (max-width:767px) {
    .result-box em a {
        font-size: 14px
    }
}

.result-box u {
    display: block;
    margin: 6px 0 10px;
    border-right: 1px solid;
    border-left: 1px solid;
    color: #444;
    text-align: center;
    font-size: 14px;
    font-family: "Lucida Console", Monaco, monospace;
    line-height: 16px
}

@media (max-width:767px) {
    .result-box u {
        font-size: 12px;
        line-height: 14px
    }
}

.box-grays {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.box-grays .box-gray {
    display: inline-block;
    padding: 5px;
    width: 25%;
    border-left: 1px solid #fff;
    background: #e5e5e5;
    color: #000;
    text-align: center;
    font-size: 16px
}

.box-grays .box-gray:first-child {
    border-left: 0
}

@media (max-width:767px) {
    .box-grays .box-gray {
        font-size: 14px
    }
}

.div-para .span-gray {
    position: relative;
    display: inline-block;
    padding: 15px 10px;
    border-radius: 5px;
    background: #e7e7e7
}

.div-para .span-gray:after {
    position: absolute;
    top: 15px;
    right: -10px;
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    content: '';
    vertical-align: middle;
    border-left-color: #e7e7e7
}

.div-para .span-para {
    margin: 12px;
    color: red
}

.para-index-item:first-child {
    top: -10%;
    left: 1%
}

@media screen and (max-width:441px) {
    .para-index-item:first-child {
        top: 10%;
        left: 2%
    }
}

.para-index-item:nth-child(2) {
    top: -10%;
    left: 26%
}

@media screen and (max-width:441px) {
    .para-index-item:nth-child(2) {
        top: 10%;
        left: 27%
    }
}

.para-index-item:nth-child(3) {
    top: -10%;
    left: 51%
}

@media screen and (max-width:441px) {
    .para-index-item:nth-child(3) {
        top: 10%;
        left: 52%
    }
}

.para-index-item:nth-child(4) {
    top: -10%;
    left: 76%
}

@media screen and (max-width:441px) {
    .para-index-item:nth-child(4) {
        top: 10%;
        left: 77%
    }
}

.report .report-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 -1px -1px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center
}

.report p {
    margin-bottom: 0;
    line-height: 26px
}

.report .report-title {
    overflow: hidden;
    width: calc(100% - 220px);
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 26px;
    -o-text-overflow: ellipsis
}

@media (max-width:1199px) {
    .report .report-title {
        width: calc(100% - 185px)
    }
}

@media (max-width:991px) {
    .report .report-title {
        width: calc(100% - 120px)
    }
}

.report .download-report,
.report .view-report {
    display: inline-block;
    margin-left: 8px;
    width: 60px;
    height: 25px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 25px
}

@media (max-width:1199px) {

    .report .download-report,
    .report .view-report {
        width: 48px
    }
}

@media (max-width:991px) {

    .report .download-report,
    .report .view-report {
        width: 40px
    }
}

@media (max-width:767px) {

    .report .download-report,
    .report .view-report {
        margin-left: 5px;
        width: 36px
    }
}

.report .download-report i,
.report .view-report i {
    font-size: 18px
}

.report .download-report {
    background: #389dfe
}

@media (max-width:991px) {
    .report .download-report {
        display: none
    }
}

.report .view-report {
    background: #f19927
}

.rank,
.rank-2 {
    padding: 5px 0;
    color: #fff;
    text-align: center;
    font-size: 18px
}

.rank {
    background: #cb1216
}

.rank-2 {
    background: #3c3d3e
}

.rank-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    background: #fff;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.rank-3 li {
    padding: 10px;
    width: 50%;
    border-right: 1px solid #cecece;
    background: #eabcdd;
    text-align: center
}

.rank-3 li a {
    color: #000
}

.rank-3 li:last-child {
    border-right: 0
}

.rank-3 li.active {
    background: #f19927
}

.rank-3 li.active a {
    color: #fff
}

.rank-table {
    width: 100%
}

.rank-table .rank-tr {
    border-bottom: 1px dashed #cecece
}

.rank-table .rank-tr:last-child {
    border-bottom: 0
}

.rank-table .rank-title {
    text-align: center;
    font-weight: 400
}

.rank-table .rank-title .box-black,
.rank-table .rank-title .box-gray,
.rank-table .rank-title .box-orange,
.rank-table .rank-title .box-red {
    margin: 0 auto;
    width: 25px;
    height: 25px;
    line-height: 25px
}

.rank-table .rank-title .box-red {
    background: #cb1216;
    color: #fff
}

.rank-table .rank-title .box-black {
    background: #3c3d3e;
    color: #fff
}

.rank-table .rank-title .box-gray {
    background: #cecece
}

.rank-table .rank-title .box-orange {
    background: #f19927;
    color: #fff
}

.rank-content {
    padding: 10px 0
}

.report-tr {
    border-top: 1px dashed #ddd
}

.report-tr:first-child {
    border-top: 0
}

.report-tr td,
.report-tr th {
    border-top-width: 0 !important
}

.pingche-head a {
    display: block;
    padding: 10px;
    background-color: #eee;
    color: #444;
    font-size: 18px;
    -webkit-transition: color .35s, background-color .35s;
    -o-transition: color .35s, background-color .35s;
    transition: color .35s, background-color .35s
}

.pingche-head a:hover {
    background-color: #e2e2e2;
    color: #2e98ff
}

.pingche-head .fi {
    padding: 0;
    font-size: 20px
}

.video-list {
    position: relative
}

.video-list .video-span {
    position: absolute;
    right: 0;
    z-index: 90
}

.video-list .video-span {
    top: 0;
    padding: 2% 4%;
    background-color: #f19927
}

.car-cols.ccsm .car-text p {
    font-size: 22px
}

.slider .owl-dots {
    position: absolute;
    right: 15px;
    bottom: 15px;
    text-align: right;
    -webkit-tap-highlight-color: transparent
}

.slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.slider .owl-dots .owl-dot span {
    display: block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background: #FFF;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-backface-visibility: visible
}

.slider .owl-dots .owl-dot.active span,
.slider .owl-dots .owl-dot:hover span {
    background: #f19927
}

@media (min-width:1200px) {
    .product .car-box.sm {
        padding: 15px 0
    }
}

.product .col-xs-12 {
    margin-bottom: 12px
}

.product-row {
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #ccc
}

.product-row:last-child {
    border-bottom: none
}

.product-row i {
    float: left;
    display: inline-block;
    margin-right: 10px;
    color: #2e98ff;
    vertical-align: middle;
    font-size: 18px
}

.product-row p.info {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    line-height: normal
}

.product-row p.info span {
    color: #e72424;
    font-size: 18px
}

.product .row-point .point {
    float: left;
    display: inline-block;
    margin-right: 10px;
    width: 55px;
    height: 55px;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: 250ms all;
    -o-transition: 250ms all;
    transition: 250ms all
}

.product .row-point .point-1 {
    border-color: #8fc853;
    color: #8fc853
}

.product .row-point .point-1:hover {
    background: #8fc853
}

.product .row-point .point-2 {
    border-color: #9566ff;
    color: #9566ff
}

.product .row-point .point-2:hover {
    background: #9566ff
}

.product .row-point .point-3 {
    border-color: #eb69d5;
    color: #eb69d5
}

.product .row-point .point-3:hover {
    background: #eb69d5
}

.product .row-point .point-4 {
    border-color: #589ef5;
    color: #589ef5
}

.product .row-point .point-4:hover {
    background: #589ef5
}

.product .row-point .point-5 {
    border-color: #ea3a84;
    color: #ea3a84
}

.product .row-point .point-5:hover {
    background: #ea3a84
}

.product .row-point .point:hover {
    color: #fff
}

.product .row-point .point:hover span {
    color: #fff
}

.product .row-point .point p {
    display: block;
    margin: 0;
    padding: 12px 0;
    font-size: 13px;
    line-height: 15px
}

.product .row-point .point p span {
    display: block
}

@media (max-width:400px) {
    .product .row-point .point {
        margin-right: 8px;
        width: 45px;
        height: 45px
    }

    .product .row-point .point p {
        padding: 8px 0;
        font-size: 11px
    }

    .product .row-point .point p span {
        font-size: 11px
    }
}

.box-jq {
    margin-bottom: 0;
    padding: 10px 15px
}

.box-jq #jqcloud {
    height: 178px;
    opacity: 0;
    -webkit-transition: .35s opacity ease;
    -o-transition: .35s opacity ease;
    transition: .35s opacity ease
}

@media (min-width:992px) and (max-width:1199px) {
    .box-jq #jqcloud {
        height: 230px
    }
}

.box-jq #jqcloud.jqcloud {
    opacity: 1
}

.topic-complain .item {
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc
}

.topic-complain .item h5.title {
    margin: 10px 0 5px;
    color: #2e98ff;
    font-size: 16px;
    line-height: 1.6
}

.topic-complain .item p {
    margin-bottom: 0;
    line-height: 1.75em
}

.topic-complain .item:last-child {
    border-bottom: none
}

.topic-complain .item span {
    display: block;
    margin-top: 5px;
    color: #888
}

.related-news .item {
    position: relative;
    overflow: hidden;
    padding: 10px 0 10px 15px;
    border-bottom: 1px dashed #eabcdd
}

.related-news .item:before {
    position: absolute;
    top: 18px;
    left: 2px;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #666;
    content: ""
}

.related-news .item a.title {
    display: block;
    overflow: hidden;
    width: calc(100% - 75px);
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis
}

.related-news .item span.date {
    position: absolute;
    top: 10px;
    right: 0;
    color: #666
}

.related-news .item a.title,
.related-news .item span.date {
    -webkit-transition: 250ms all;
    -o-transition: 250ms all;
    transition: 250ms all
}

.related-news .item:hover a.title:hover,
.related-news .item:hover span.date {
    color: #2e98ff
}

.list-complain .table td,
.list-complain .table th {
    text-align: center
}

.list-complain .table th {
    border-right: 1px solid #fff;
    border-bottom: 0;
    background: #eabcdd;
    color: #333
}

.list-complain .table th:last-child {
    border-right: none
}

.list-complain .table td span.status {
    display: inline-block;
    margin-right: 1px;
    padding: 2px 5px;
    color: #fff
}

.list-complain .table td span.status:first-child {
    background: #54abff
}

.list-complain .table td span.status:nth-child(2) {
    background: #54c9ff
}

.list-complain .table td span.status:nth-child(3) {
    background: #ffbd54
}

.list-complain .table td.error {
    color: #ffbd54
}

.list-competitive .item {
    margin-bottom: 24px
}

.list-competitive .item:after,
.list-competitive .item:before {
    display: table;
    content: " "
}

.list-competitive .item:after {
    clear: both
}

.list-competitive .item .amount,
.list-competitive .item .id,
.list-competitive .item .name {
    float: left;
    display: block;
    margin: 0;
    color: #f19927;
    -webkit-transition: 250ms all;
    -o-transition: 250ms all;
    transition: 250ms all
}

.list-competitive .item .id {
    width: 30%
}

.list-competitive .item .id span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #f19927;
    color: #fff;
    text-align: center;
    line-height: 25px
}

.list-competitive .item .name {
    width: 45%;
    font-size: 18px
}

.list-competitive .item .name span {
    color: #333;
    font-size: 14px
}

.list-competitive .item .amount {
    width: 25%;
    text-align: right
}

.list-competitive .item:hover .amount,
.list-competitive .item:hover .id,
.list-competitive .item:hover .name {
    color: #d90000
}

.list-competitive .item:hover .id span {
    background: #d90000
}

.post .post-heading {
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    text-align: center
}

.post .post-heading h6 {
    margin-bottom: 10px;
    color: #333;
    font-weight: 700;
    font-size: 24px
}

.post .post-heading .post-info p {
    display: inline-block;
    padding: 0 15px
}

.post .content-info {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    font-size: 16px;
    line-height: 2em
}

.post .content-info p {
    margin-bottom: 0;
    line-height: inherit
}

.post .content-info p i.fi {
    color: #f19927
}

.post .content {
    line-height: 1.75em
}

.post .content p {
    text-indent: 2em;
    line-height: inherit
}

.post .post-status {
    margin-bottom: 10px;
    border: 1px solid #ccc
}

.post .post-status p.heading {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background: #efefef;
    color: #333;
    font-size: 16px
}

.post .post-status p.heading span {
    color: #e40000
}

.post .post-status .post-status-content {
    padding: 10px
}

.post .b-group-social.fix {
    margin-bottom: 10px
}

.post .b-group-social.fix a.btn {
    padding: 5px 10px;
    border-radius: 0
}

.form {
    padding: 10px;
    border: 1px solid #ccc
}

.form .title-form {
    margin-bottom: 10px;
    border-bottom: 1px solid #2e98ff
}

.form .title-form h3 {
    margin: 0;
    padding: 10px 0;
    font-size: 18px
}

.form .title-form h3 span {
    color: #e10404
}

.form .heading-form {
    padding: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.form .heading-form h4 {
    margin: 0;
    padding-left: 8px;
    border-left: 3px solid #f19927;
    color: #f19927
}

.form .heading-form h4 span {
    display: inline-block;
    margin-left: 10px;
    color: initial
}

.form .form-content {
    border: 1px solid #ccc;
    background: #f9f9f9
}

.form .form-content .form-control {
    display: inline-block;
    width: 210px;
    max-width: 100%;
    background: #fff
}

.form .form-content .form-group.s1 {
    margin: 0 10px;
    padding: 10px 4px;
    border-bottom: 1px solid #ccc
}

.form .form-content .form-group.s1 label {
    width: 6em
}

.form .form-content .form-group.s1 .fr-popup .fr-input-line input+label,
.form .form-content .form-group.s1 .fr-popup .fr-input-line textarea+label {
    width: initial !important
}

.form .form-content .s2 {
    margin: 0 10px;
    padding: 10px 4px;
    border-bottom: 1px solid #ccc
}

.form .form-content .s2 .label-fix {
    float: left;
    margin-bottom: 0;
    padding: 7px 0;
    width: 6em;
    font-weight: 400
}

.form .form-content .s2 .textarea {
    float: left;
    width: 92%
}

.form .form-content .s2 .textarea .fr-box {
    width: 100%
}

.form .form-btn {
    padding-top: 10px
}

@media (max-width:991px) {
    .form .s2 .textarea {
        width: 100% !important
    }
}

@media (max-width:767px) {
    .form .form-content .form-control {
        width: 100%
    }

    .form .form-content .form-group.s1 label {
        width: auto
    }

    .form .title-form h3 {
        font-size: 18px
    }

    .form .text-form {
        display: block
    }

    .form .heading-form h4 {
        font-size: 16px
    }

    .form .heading-form h4 span {
        margin-right: 5px
    }
}

.no-border {
    border-bottom: none !important
}

.fix-label label.jchecker {
    margin-right: 5px;
    padding: 7px 5px 7px 20px !important
}

.fix-label label.jchecker i {
    top: 9px
}

@media (max-width:767px) {
    .fix-label label.fix-block {
        float: none !important;
        display: block !important;
        width: 100% !important
    }
}

.wbg.fix {
    margin-bottom: 10px
}

.load-more {
    padding: 10px 0;
    background: ;
}

.load-more a {
    color: #2e98ff
}

.load-more a i {
    display: inline-block;
    margin-left: 10px;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}

.no-pad {
    padding: 0
}

.no-pad .main {
    margin-top: 10px
}

.checker-g .jchecker {
    width: auto !important
}

.post .content .c_ps {
    text-indent: 0;
    text-align: center;
}

/*# sourceMappingURL=style.css.map */