@charset "UTF-8";

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 10px;
    letter-spacing: .5px
}

#nprogress {
    pointer-events: none
}

#nprogress .bar {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0, -4px);
    -ms-transform: rotate(3deg) translate(0, -4px);
    transform: rotate(3deg) translate(0, -4px)
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
    position: absolute
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media (min-width:1280px) {
    #nprogress .spinner {
        display: block;
        position: fixed;
        z-index: 10000;
        top: 15px;
        right: 30px
    }

    #nprogress .spinner-icon {
        width: 30px;
        height: 30px;
        box-sizing: border-box;
        border: solid 2px transparent;
        border-radius: 50%;
        -webkit-animation: nprogress-spinner .4s linear infinite;
        animation: nprogress-spinner .4s linear infinite
    }
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background-color: #fff
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 0 0;
    text-decoration: none
}

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

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    vertical-align: middle
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    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
}

input {
    line-height: normal
}

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

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

td,
th {
    font-size: 14px;
    line-height: 1.5;
    color: #999;
    padding: 0
}

*,
::after,
::before {
    box-sizing: border-box
}

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

figure {
    margin: 0
}

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

hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border-width: 1px 0 0;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-top-style: solid;
    border-top-color: #eee
}

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

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

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10.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: 15px;
    margin-bottom: 15px
}

.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: 20px
}

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

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

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

p {
    margin: 3px 0 3px 0
}

@media screen and (max-width:900px) {
    .side {
        display: none
    }
}

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

cite {
    font-style: normal
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-muted {
    margin: 0 0 10.5px;
    font-size: 13px;
    color: #777
}

.text-primary {
    margin-top: 2px
}

@media (max-width:767px) {
    .text-primary {
        margin-top: 3px
    }
}

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

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

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

.list-inline,
.list-unstyled>li {
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 2px;
    text-overflow: ellipsis
}

.list-inline {
    padding-left: 0
}

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

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

dd,
dt {
    line-height: 1.5
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

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

blockquote {
    margin-right: 0;
    border-radius: 0 3px 3px 0;
    padding: 16px 21px;
    background: #f6f6f6;
    color: #555;
    font-size: 1em;
    margin-left: 0
}

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

.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: ""
}

blockquote::after,
blockquote::before {
    content: ""
}

address {
    margin-bottom: 21px;
    font-style: normal;
    line-height: 1.5
}

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

code,
kbd {
    padding: 2px 4px;
    font-size: 90%;
    border-radius: 3px
}

kbd {
    color: #fff;
    background-color: #333;
    box-shadow: 0 -1px 0 inset
}

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

pre {
    display: block;
    padding: 10px;
    margin: 0 0 10.5px;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-all;
    overflow-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px
}

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

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

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

.container::after {
    clear: both
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }

    .pull-left-nav {
        width: 450px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

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

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

.row::after {
    clear: both
}

.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;
    padding-left: 15px;
    padding-right: 15px
}

.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-12 {
    width: 100%
}

.col-xs-b60 {
    width: 62%
}

@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-8 {
        width: 66.66667%
    }
}

@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-3 {
        width: 25%
    }

    .col-md-8 {
        width: 66.66667%
    }

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

table {
    background-color: transparent
}

th {
    text-align: left
}

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
}

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

fieldset,
legend {
    padding: 0;
    border: 0
}

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

label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    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: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control,
output {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #555
}

.form-control {
    width: 100%;
    height: 35px;
    padding: 4px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px inset;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s
}

.form-control:focus {
    outline: 0
}

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

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    line-height: 35px
}

.form-horizontal .form-group-sm input[type=date].form-control,
.form-horizontal .form-group-sm input[type=datetime-local].form-control,
.form-horizontal .form-group-sm input[type=month].form-control,
.form-horizontal .form-group-sm input[type=time].form-control,
.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
}

.form-horizontal .form-group-lg input[type=date].form-control,
.form-horizontal .form-group-lg input[type=datetime-local].form-control,
.form-horizontal .form-group-lg input[type=month].form-control,
.form-horizontal .form-group-lg input[type=time].form-control,
.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-control-static.input-lg,
.form-control-static.input-sm,
.form-horizontal .form-group-lg .form-control-static.form-control,
.form-horizontal .form-group-sm .form-control-static.form-control,
.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-left: 0;
    padding-right: 0
}

.form-horizontal .form-group-sm .form-control,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-horizontal .form-group-sm select.form-control,
.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
}

.form-horizontal .form-group-sm select[multiple].form-control,
.form-horizontal .form-group-sm textarea.form-control,
.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-horizontal .form-group-lg .form-control,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 3px
}

.form-horizontal .form-group-lg select.form-control,
.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
}

.form-horizontal .form-group-lg select[multiple].form-control,
.form-horizontal .form-group-lg textarea.form-control,
.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
}

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

.form-horizontal .form-group-lg .form-control+.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-horizontal .form-group-sm .form-control+.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-warning .form-control {
    box-shadow: 0 1px 1px inset
}

.btn {
    display: flex;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 7px 11px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    user-select: none
}

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

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

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

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    box-shadow: none
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

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

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.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:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

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

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

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

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

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

.btn-link {
    box-shadow: none;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

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

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

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

.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;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 3px
}

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

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

.dropdown {
    position: relative
}

.dropdown:hover>.dropdown-menu {
    display: flex
}

@media only screen and (max-width:1199px) {
    .dropdown:hover>.dropdown-menu {
        display: none
    }
}

.dropdown:hover>.dropdown-menu a {
    color: #777
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 2px 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #fff;
    border-left: 1px solid rgba(0, 0, 0, .15);
    border-right: 1px solid rgba(0, 0, 0, .15);
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0 0 3px 3px;
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0
}

.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 {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.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-vertical>.btn:focus,
.btn-group>.btn:focus {
    outline: 0
}

.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>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 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 {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.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: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    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>.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] {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.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
}

.form-horizontal .form-group-sm .input-group-addon.form-control,
.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.form-horizontal .form-group-lg .input-group-addon.form-control,
.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 3px
}

.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-bottom-right-radius: 0;
    border-top-right-radius: 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-btn,
.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 {
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

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

.nav::after {
    clear: both
}

.nav>li,
.nav>li>a {
    position: relative;
    display: block
}

.nav>li>a {
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee
}

.nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li.right {
    float: right;
    margin-right: 0
}

@media (max-width:640px) {
    .nav-tabs>li.right {
        float: right;
        margin-right: 0;
        display: none
    }
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd #ddd transparent;
    border-image: initial;
    cursor: default
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 30px;
    border-radius: 3px
}

@media only screen and (max-width:767px) {
    .pagination {
        display: inline-block;
        padding-left: 0;
        margin-top: 20px;
        border-radius: 3px
    }
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.5;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #eee;
    border-color: #ddd
}

.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;
    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 {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pager .next>a,
.pager .next>span {
    float: right
}

.btn .label {
    position: relative;
    top: -1px
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.nav-pills>.active>a>.badge,
a.list-group-item.active>.badge {
    background-color: #fff
}

.alert {
    padding: 15px;
    margin-bottom: 21px;
    border: 1px solid transparent;
    border-radius: 3px
}

.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-warning {
    color: #999
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media,
.media .media {
    margin-bottom: 2px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block
}

.media-com {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block
}

.com-user {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 5px;
    margin-bottom: 5px
}

.user-1 {
    width: 18px;
    height: 18px;
    margin-left: 1px
}

.media-com p {
    color: #777;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flow-root
}

.media-com div {
    margin: 5px 0 0;
    padding: 5px 9px;
    font-size: 12px;
    color: #666;
    border: 1px solid #eee;
    border-radius: 3px;
    background: #fafafa;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flow-root
}

.media-com small {
    float: right;
    font-size: 14px;
    margin: 0
}

.com-muted {
    margin: 0 0 10.5px
}

.media>.pull-left {
    margin-right: 10px
}

.media>.pull-right {
    margin-left: 10px
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
    color: #fff
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title {
    color: inherit
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.popover.right {
    margin-left: 10px
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0
}

.popover.right>.arrow::after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.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>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5));
    background-repeat: repeat-x
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption .btn {
    text-shadow: none
}

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

.clearfix::after,
.fmt::after {
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.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
    }

    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) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

.form-control:focus {
    box-shadow: 0 0 2px 1px, 0 0 2px inset
}

.btn {
    box-shadow: rgba(0, 0, 0, .2) 0 1px 2px
}

.alert {
    padding: 8px;
    border: 0
}

.nav-tabs-zen>li {
    margin-right: 30px
}

.nav-tabs-zen>li>a {
    padding-top: 0;
    padding-bottom: 10px;
    min-width: 110px;
    text-align: center;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    border-width: 0 0 3px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-style: solid;
    border-bottom-color: transparent
}

.nav-tabs-zen>li>a:focus,
.nav-tabs-zen>li>a:hover {
    background-color: #fff;
    color: #333
}

.nav-tabs-zen>li.active>a,
.nav-tabs-zen>li.active>a:focus,
.nav-tabs-zen>li.active>a:hover {
    padding-top: 6px;
    padding-bottom: 10px;
    background-color: #fff;
    border-width: 0 0 3px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-style: solid
}

.modal-footer .btn+.btn {
    margin-left: 10px
}

.carousel-control.left,
.carousel-control.right {
    background-image: none
}

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

.wrap {
    min-height: 100%;
    position: relative;
}

.border {
    border: 1px solid #ddd
}

.border-top {
    border-top: 2px solid #ddd
}

.border-bottom {
    border-bottom: 1px solid #ddd
}

.js-alert .content .btn {
    vertical-align: top
}

.js-alert.active {
    display: block;
    height: initial
}

.mt--5,
.mt-5 {
    margin-top: -5px
}

.mt-0,
.mt0 {
    margin-top: 0
}

.mt-4,
.mt4 {
    margin-top: 4px
}

.mt-5,
.mt5 {
    margin-top: 5px
}

.mt-10,
.mt10 {
    margin-top: 10px
}

.mt-20,
.mt20 {
    margin-top: 20px
}

.mt-30,
.mt30 {
    margin-top: 30px
}

.mb-4,
.mb4 {
    margin-bottom: 4px
}

.mb-5,
.mb5 {
    margin-bottom: 5px
}

.mb-10,
.mb10 {
    margin-bottom: 10px
}

.mb-20,
.mb20 {
    margin-bottom: 20px
}

.pt-20,
.pt20 {
    padding-top: 20px
}

.mr-5,
.mr5 {
    margin-right: 5px
}

.wordbreak {
    word-break: break-all
}

.wordbreak code {
    white-space: pre-line
}

.comment-content.wordbreak code {
    white-space: pre-wrap
}

.tag {
    display: inline-block;
    padding: 0 8px;
    background-color: #e5ecf7;
    height: 24px;
    line-height: 24px;
    font-weight: 400;
    font-size: 13px;
    text-align: center
}

.taglist--block,
.taglist--inline {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    font-size: 0
}

.taglist--block li,
.taglist--inline li {
    padding: 0;
    font-size: 13px
}

.ib.taglist--block,
.ib.taglist--inline {
    margin: 0;
    display: inline-block
}

.taglist--inline>li {
    display: inline-block;
    margin-right: 5px
}

.taglist--inline>li:last-child {
    margin-right: 0
}

.taglist--inline.multi>li {
    margin-left: 5px;
    margin-bottom: 5px
}

.bootstrap-tagsinput .tag {
    margin-right: 2px
}

.bootstrap-tagsinput .tag .fa-times {
    cursor: pointer
}

.widget-user {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0
}

[class*=avatar-] {
    border-radius: 3px
}

.avatar-16 {
    border-radius: 50%
}

.avatar-16,
.avatar-square-16 {
    width: 18px;
    height: 18px
}

.avatar-40 {
    border-radius: 50%
}

.avatar-40,
.avatar-square-40 {
    width: 40px;
    height: 40px
}

.avatar-45,
.avatar-square-45 {
    width: 45px;
    height: 45px
}

.widget-help .h4 {
    margin-top: 5px;
    font-size: 16px
}

.feed-link {
    padding-left: 22px;
    text-align: right;
    color: #999;
    line-height: normal;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+cnNzLXNxdWFyZS1pY29uPC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48cGF0aCBkPSJNMCAwdjE2aDE2VjBIMHptMy45MjMgMTMuNmMtLjgzOCAwLTEuNTE2LS42OC0xLjUxNi0xLjUxNiAwLS44MzcuNjgtMS41MTUgMS41MTYtMS41MTUuODM3IDAgMS41MTUuNjc3IDEuNTE1IDEuNTE0IDAgLjgzOC0uNjc4IDEuNTE2LTEuNTE1IDEuNTE2em0zLjYyIDBjLS4wMjgtMi44Mi0yLjMxNi01LjEwOC01LjEzNi01LjEzN1Y2LjIxN2M0LjA2NS4wMyA3LjM1NCAzLjMxOCA3LjM4MyA3LjM4M0g3LjU0NHptMy44MDUgMGMtLjAwNy0yLjM5LS45NC00LjYzNC0yLjYzLTYuMzI1LTEuNjg3LTEuNjg2LTMuOTI3LTIuNjItNi4zMS0yLjYzVjIuNGM2LjE3Mi4wMjIgMTEuMTcgNS4wMjUgMTEuMTg1IDExLjJoLTIuMjQ1eiIgZmlsbD0iI0Y2QTYyMyIvPjwvc3ZnPg==) 0 0 no-repeat
}

.blog-write .container,
.note-record .container,
.qa-ask .container,
.qa-editAnswer .container,
.qa-editQuestion .container,
.tag-edit .container {
    width: 100%;
    max-width: 1600px;
    padding: 0 30px !important
}

.blog-write #fixedTools,
.blog-write #footer,
.note-record #fixedTools,
.note-record #footer,
.qa-ask #fixedTools,
.qa-ask #footer,
.qa-editAnswer #fixedTools,
.qa-editAnswer #footer,
.qa-editQuestion #fixedTools,
.qa-editQuestion #footer,
.tag-edit #fixedTools,
.tag-edit #footer {
    display: none
}

.post-topheader {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    background: #f6f6f6
}

.post-topheader .breadcrumb {
    margin: 0 0 10px;
    padding: 0;
    background-color: transparent
}

.post-topheader .title {
    margin: 0 15px 0 0;
    overflow: hidden;
    /*white-space: nowrap;@20241219*/
    text-overflow: ellipsis
}

.post-topheader .title a,
.post-topheader .title a:active,
.post-topheader .title a:hover {
    color: #333;
    text-decoration: none;
    font-weight: bold
}

.post-topheader .title span.title--icon-symbol {
    text-align: center;
    display: block;
    float: left;
    background: rgba(0, 0, 0, .1);
    border-radius: 50%;
    font-size: 16px;
    padding: 4px;
    width: 28px;
    height: 28px;
    font-weight: 400;
    margin-right: 10px
}

.post-topheader .author {
    margin-top: 15px;
    color: #999
}

.post-topheader .widget-action--ver {
    margin: 0
}

.login-modal .widget-login .btn {
    margin-bottom: 5px;
    padding: 0
}

.typehelper .dropdown-menu {
    overflow: hidden
}

.widget-register .container {
    position: relative
}

.widget-active--right__info {
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px
}

.widget-active--right__info small {
    color: #ccc
}

.widget-active--right__info .badge {
    background-color: #fff;
    border: 1px solid
}

.widget-active--right .wordbreak {
    color: #888
}

.stream-list {
    margin-bottom: 10px
}

.stream-list__item {
    margin: 0;
    border-bottom: 1px solid #eee;
    padding: 10px 0
}

.stream-list__item .author {
    color: #999;
    font-size: 13px
}

.stream-list__item .author a {
    color: #999
}

.stream-list__item .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 5px 0 0;
    font-size: 16px
}

.stream-list__item .title a {
    color: #333
}

.stream-list__item .title a:visited {
    font-weight: 400
}

.stream-list__item .small-title {
    margin: 0 0 5px;
    font-size: 16px
}

.stream-list__item .split::before {
    color: #ddd
}

.stream-list__item .summary {
    overflow: hidden auto
}

.stream-list__item .excerpt {
    margin: 4px 0 0;
    height: 42px;
    color: #777;
    font-size: 13px;
    line-height: 1.6;
    padding-left: 2px;
    padding-right: 5px;
    overflow: hidden
}

.blog-stream .stream-list__item {
    padding: 15px 0 13px 0
}

.blog-stream .stream-list__item .blog-title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px
}

.blog-stream .stream-list__item .article-list {
    border-left: 5px solid #eee;
    padding: 10px 20px;
    margin-top: 10px;
    margin-bottom: 0
}

.bookmark-rank .answers,
.bookmark-rank .views,
.bookmark-rank .votes,
.qa-rank .answers,
.qa-rank .views,
.qa-rank .votes {
    display: inline-block;
    padding-top: 3px;
    width: 45px;
    height: 40px;
    border-radius: 1px
}

.bookmark-rank .views,
.qa-rank .views {
    width: 50px;
    color: #999
}

.blog-rank {
    float: left;
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid #f3f3f3;
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
    color: #666
}

.blog-rank small {
    display: block;
    margin: 1.5px;
    cursor: default;
    font-size: 12px
}

.blog-rank .views,
.blog-rank .votes {
    display: block;
    padding-top: 3px;
    width: 45px;
    height: 40px;
    border-radius: 1px
}

.blog-rank .votes {
    border-radius: 3px;
    margin-bottom: 8px;
    background: #f0f0f0
}

.blog-rank .plus {
    border-radius: 3px;
    color: #fff
}

.blog-rank .minus {
    background: 0 center
}

.blog-rank .views {
    color: #999
}

.editor .wmd-input.mono.form-control {
    margin-top: 31px;
    resize: none;
    tab-size: 4
}

.editor .form-control {
    border-radius: 0;
    box-shadow: 0 1px 1px inset
}

.editor-mode a.active,
.editor-mode a:hover,
.editor__menu a.active,
.editor__menu a:hover {
    border-color: #f6f6f6;
    background-color: #f6f6f6;
    background-position-y: -40px;
    text-decoration: none
}

.editor-mode .active,
.editor__menu .active {
    color: #999
}

.editor-help .nav-tabs {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 0
}

.editor-help .nav>li {
    margin: 0
}

.editor-help .nav>li>a {
    margin: 0;
    padding: 6px 10px;
    border: 0;
    border-radius: 0
}

.editor-help .nav>li.active>a,
.editor-help .nav>li>a:hover {
    border: 0;
    cursor: pointer
}

.editor-help .nav>li.active>a {
    font-weight: 700
}

.widget-911 .alert,
.widget-911 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.widget-911 .alert {
    z-index: 2;
    text-align: center
}

[class*=icon-sn-] {
    display: inline-block;
    background-image: url(images/icon-sn.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    border-radius: 3px;
    background-size: auto 56px
}

[class*=icon-sn-]:hover {
    opacity: .8
}

[class*=btn-sn-],
[class*=btn-sn-]:active,
[class*=btn-sn-]:focus,
[class*=btn-sn-]:hover {
    border: 0;
    color: #fff
}

[class*=btn-sn-] [class*=icon-sn-] {
    background-color: transparent
}

.bookmarklist li.active::before {
    margin-right: 5px;
    content: "✔"
}

.fmt {
    line-height: 1.6;
    overflow-wrap: break-word
}

.fmt h1 {
    font-size: 2.25em
}

.fmt h2 {
    font-size: 19px
}

.fmt h3 {
    font-size: 17px
}

.fmt h4 {
    font-size: 1.25em
}

.fmt h5 {
    font-size: 1em
}

.fmt h6 {
    font-size: .86em
}

.fmt h1,
.fmt h2,
.fmt h3 {
    margin: 1.5em 0 0
}

.fmt h1,
.fmt h2,
.fmt h3 {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.fmt blockquote:first-child,
.fmt h2:first-child,
.fmt h3:first-child,
.fmt h4:first-child,
.fmt ol:first-child,
.fmt p:first-child,
.fmt pre:first-child,
.fmt table:first-child,
.fmt ul:first-child,
.fmt>h1:first-child {
    margin-top: 0
}

.fmt ol,
.fmt ul {
    margin-left: 2em;
    padding-left: 0
}

.fmt ol ol,
.fmt ol ul,
.fmt ul ol,
.fmt ul ul {
    margin-top: 0;
    margin-bottom: 0
}

.fmt ol p,
.fmt ul p {
    margin: 0
}

.fmt p:last-child {
    margin-bottom: 0
}

.fmt audio,
.fmt img,
.fmt video {
    max-width: 100%;
    position: static !important
}

.fmt img {
    margin-top: 5px;
    margin-bottom: 5px
}

.fmt img.emoji {
    padding: 0;
    border: 0
}

.fmt blockquote {
    margin-right: 0;
    border-radius: 0 3px 3px 0;
    background: #f6f6f6;
    color: #555;
    font-size: 1em
}

.fmt code,
.fmt pre {
    font-size: .93em
}

.fmt code {
    white-space: normal
}

.fmt pre {
    padding: 1em;
    border: 0;
    overflow: auto;
    line-height: 1.3;
    /*max-height: 35em;*/
    position: relative;
    background-size: 30px, 30px
}

.fmt pre code {
    background: 0 center;
    font-size: 1em;
    overflow-wrap: normal;
    white-space: inherit
}

.fmt hr {
    margin: 1.5em auto;
    border-top: 2px dotted #eee
}

.fmt kbd {
    margin: 0 4px;
    padding: 3px 4px;
    background: #eee;
    color: #555
}

.fmt .x-scroll {
    overflow-x: auto
}

.fmt table {
    width: 100%
}

.fmt table td,
.fmt table th {
    border: 1px solid #e6e6e6;
    padding: 5px 8px;
    word-break: normal
}

.fmt table th {
    background: #f3f3f3
}

.topframe {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000
}

.alert-danger {
    background-color: #f2dede;
    color: #a94442
}

.topframe.alert-danger {
    border-bottom: 1px solid #ebccd1
}

.widget-comments .widget-comments__btn .pull-right {
    width: 114px;
    margin-right: 15px
}

.widget-comments .widget-comments__btn--tips .fa {
    color: #999;
    font-size: 20px
}

.widget-comments .votes {
    position: relative;
    text-align: center;
    float: left;
    margin: 5px 10px 0 0;
    width: 20px;
    height: 30px;
    line-height: 40px;
    font-size: 12px;
    background: 0 0;
    box-shadow: none
}

.widget-comments .votes:hover {
    background-color: transparent
}

.widget-comments .votes button {
    position: absolute;
    left: 0;
    top: 0;
    outline: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: url(images/vote-bg.svg) -120px 0/auto 54px no-repeat transparent
}

.widget-comments .votes .like:hover {
    background-position: -140px 0
}

.widget-comments .votes .like.active {
    background-position: -160px 0
}

.widget-comments .fmt {
    font-size: 13px
}

.widget-comments .fmt blockquote,
.widget-comments .fmt h1,
.widget-comments .fmt h2,
.widget-comments .fmt h3,
.widget-comments .fmt h4,
.widget-comments .fmt ol,
.widget-comments .fmt p,
.widget-comments .fmt pre,
.widget-comments .fmt table,
.widget-comments .fmt ul {
    margin: 10px 0
}

.widget-comments .fmt blockquote:first-child,
.widget-comments .fmt h2:first-child,
.widget-comments .fmt h3:first-child,
.widget-comments .fmt h4:first-child,
.widget-comments .fmt ol:first-child,
.widget-comments .fmt p:first-child,
.widget-comments .fmt pre:first-child,
.widget-comments .fmt table:first-child,
.widget-comments .fmt ul:first-child,
.widget-comments .fmt>h1:first-child {
    margin-top: 0
}

.noteWidget .noteWidget-header .h4,
.noteWidget .noteWidget-header .icon-close,
.noteWidget .noteWidget-header .icon-minimize,
.noteWidget .noteWidget-header .icon-zoom {
    margin: 0;
    font-size: 14px;
    line-height: 32px
}

.app-promotion-bar .title {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 8rem
}

.app-promotion-bar .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3.5rem;
    width: 3.5rem;
    height: 3.5rem;
    margin: auto;
    background-position: center center;
    background-size: 3.5rem
}

.global-nav.publish .btn.btn-link {
    margin-top: -3px;
    box-shadow: none
}

.global-nav {
    position: relative;
    z-index: 3
}

@media only screen and (max-width:991px) {
    .global-nav {
        box-shadow: 0 3px 3px #444;
        position: relative;
        z-index: 3
    }
}

@media only screen and (max-width:360px) {
    .global-nav {
        box-shadow: 0 3px 5px #111;
        position: relative;
        z-index: 3
    }
}

.global-nav .logo {
    float: left;
    margin: 0
}

.global-nav .logo a {
    text-decoration: none;
    float: left
}

.global-nav .logo a.oem {
    display: block;
    height: 54px;
    width: 150px;
    background: url(../img/logo.png) left center/auto 32px no-repeat;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize
}

.global-nav .logo a.logo-sub-text {
    font-size: 20px;
    color: #666;
    line-height: 52px;
    padding-left: 10px
}

.global-nav .nav {
    height: 54px;
    padding: 0 15px
}

.global-nav .menu {
    margin: 12px 0 0 50px
}

.global-nav .opts {
    padding: 13px 0 0 0
}

.global-nav .opts .user .user-avatar {
    width: 30px;
    border-radius: 50%;
    vertical-align: bottom;
    background-size: contain;
    background-image: url(data:image/png;base64,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)
}

.global-nav .menu__item,
.global-nav .opts__item {
    position: relative;
    padding: 0;
    margin: 0 0 0 5px;
    vertical-align: middle;
    line-height: 30px;
    color: #666
}

.global-nav .menu__item:first-child,
.global-nav .opts__item:first-child {
    margin: 0
}

.global-nav .menu__item--message,
.global-nav .opts__item--message {
    padding: 0;
    right: 0;
    left: inherit;
    position: absolute;
    top: 100%;
    z-index: 1000;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: rgba(0, 0, 0, .1) 0 6px 12px 0;
    border-radius: 3px
}

.global-nav .menu__item--message-view-all,
.global-nav .opts__item--message-view-all {
    float: right
}

.global-nav .menu__item--message .panel,
.global-nav .opts__item--message .panel {
    width: 320px;
    margin: 0;
    border: 0
}

.global-nav .menu__item--message .panel-heading,
.global-nav .opts__item--message .panel-heading {
    text-align: center;
    padding: 8px 0;
    line-height: 1
}

.global-nav .menu__item--message .panel-heading .btn,
.global-nav .opts__item--message .panel-heading .btn {
    padding: 2px 18px
}

.global-nav .menu__item--message .panel-heading .notice-dot,
.global-nav .opts__item--message .panel-heading .notice-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: super
}

.global-nav .menu__item--message .panel-body,
.global-nav .opts__item--message .panel-body {
    padding: 0
}

.global-nav .menu__item--message .panel-body .follow-tips,
.global-nav .opts__item--message .panel-body .follow-tips {
    font-size: 13px;
    padding: 8px 15px;
    margin-bottom: 0;
    line-height: 1;
    border-bottom: 1px solid #f3f3f3
}

.global-nav .menu__item--message .panel-body ul,
.global-nav .opts__item--message .panel-body ul {
    display: block;
    list-style: none;
    padding: 0;
    font-size: 13px;
    height: 270px;
    overflow: auto
}

.global-nav .menu__item--message .panel-body ul li,
.global-nav .opts__item--message .panel-body ul li {
    padding: 8px 15px;
    border-bottom: 1px solid #f3f3f3;
    line-height: 1.5
}

.global-nav .menu__item--message .panel-body ul li:hover .message__btn--follow,
.global-nav .menu__item--message .panel-body ul li:hover .message__btn--unfollow,
.global-nav .opts__item--message .panel-body ul li:hover .message__btn--follow,
.global-nav .opts__item--message .panel-body ul li:hover .message__btn--unfollow {
    display: block !important
}

.global-nav .menu__item--message .panel-body ul li::after,
.global-nav .opts__item--message .panel-body ul li::after {
    content: "";
    display: block;
    clear: both
}

.global-nav .menu__item--message .panel-body ul li .badge,
.global-nav .opts__item--message .panel-body ul li .badge {
    background: rgba(214, 214, 214, 0);
    border: 1px solid;
    float: left;
    font-weight: 400;
    padding: 2px 6px
}

.global-nav .menu__item--message .panel-body ul li .transparent,
.global-nav .opts__item--message .panel-body ul li .transparent {
    background: 0 0;
    color: transparent;
    border-color: transparent
}

.global-nav .menu__item--message .panel-body ul li .rank-desc,
.global-nav .opts__item--message .panel-body ul li .rank-desc {
    padding-left: 4rem
}

.global-nav .menu__item--message .panel-body ul li .follower__img,
.global-nav .opts__item--message .panel-body ul li .follower__img {
    width: 32px;
    height: 32px;
    float: left
}

.global-nav .menu__item--message .panel-body ul li .follower__info,
.global-nav .opts__item--message .panel-body ul li .follower__info {
    padding-left: 47px
}

.global-nav .menu__item--message .panel-body ul li .follower__info span,
.global-nav .opts__item--message .panel-body ul li .follower__info span {
    color: #999
}

.global-nav .menu__item--message .panel-body ul li .follower__info .message__btn--follow,
.global-nav .menu__item--message .panel-body ul li .follower__info .message__btn--unfollow,
.global-nav .opts__item--message .panel-body ul li .follower__info .message__btn--follow,
.global-nav .opts__item--message .panel-body ul li .follower__info .message__btn--unfollow {
    display: none
}

.global-nav .menu__item--message .panel-body ul a,
.global-nav .opts__item--message .panel-body ul a {
    font-size: 13px
}

.global-nav .menu__item--message .panel-footer,
.global-nav .opts__item--message .panel-footer {
    padding: 10px;
    line-height: 1
}

.global-nav .menu__item--message .panel-footer a,
.global-nav .opts__item--message .panel-footer a {
    font-size: 13px;
    color: #999
}

.global-nav .menu__item .avatar,
.global-nav .opts__item .avatar {
    vertical-align: text-top;
    height: 20px;
    border-radius: 3px
}

.global-nav .menu__item>a,
.global-nav .opts__item>a {
    display: inline-block;
    padding: 0 13px;
    height: 30px;
    color: #666;
    border-radius: 3px
}

.global-nav .menu__item>a:link,
.global-nav .opts__item>a:link {
    background: 0 0
}

.global-nav .menu__item>a:active,
.global-nav .menu__item>a:focus,
.global-nav .menu__item>a:hover,
.global-nav .opts__item>a:active,
.global-nav .opts__item>a:focus,
.global-nav .opts__item>a:hover {
    background-color: #f3f3f3
}

.global-nav .menu__item>a.em,
.global-nav .opts__item>a.em {
    color: #fff;
    box-shadow: rgba(0, 0, 0, .2) 0 1px 2px
}

.global-nav ul ul.dropdown-menu {
    min-width: 120px
}

.global-nav ul ul.dropdown-menu a {
    padding: 3px 15px
}

.global-nav li a {
    font-size: 16px;
    text-decoration: none
}

.global-nav .opts .caret {
    margin: -4px 0 0 5px
}

.global-nav .opts .dropdown-menu a {
    font-weight: 400
}

.global-nav .count-num,
.global-nav .has-unread__count {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 4px;
    max-width: 28px;
    min-width: 16px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    border-radius: 14px
}

.global-nav .has-unread {
    position: relative
}

.global-nav .has-unread .count-num,
.global-nav .has-unread .has-unread__count {
    display: block
}

.global-nav .has-unread .glyphicon-envelope {
    line-height: 30px
}

.global-nav .count {
    position: relative
}

.global-nav .count-num {
    display: block
}

.global-nav .message,
.global-nav .search {
    width: 36px;
    height: 30px
}

.global-nav .search .dropdown-menu {
    padding: 15px
}

.global-nav .search .dropdown-menu input {
    width: 300px
}

.header .container {
    height: 60px;
    line-height: 60px
}

.header-search {
    position: relative;
    margin: 10px 0 0 0;
    width: 180px;
    top: 2px
}

@media only screen and (max-width:1199px) {
    .header-search {
        position: relative;
        margin: 27px 20px 0 0;
        margin-right: 35px;
        top: 2.4px
    }
}

.header-search .btn {
    position: absolute;
    text-decoration: none;
    top: 0;
    left: 0;
    color: #999;
    box-shadow: none
}

.header-search .form-control {
    padding-left: 35px;
    border-color: transparent;
    height: 34px;
    background: #f3f3f3
}

.header-search .form-control:focus {
    background: #f6f6f6
}

.header-search .form-control,
.header-search .form-control:focus {
    height: 30px;
    margin-top: 1px;
    border: 1px solid #ddd;
    box-shadow: none
}

.header-search input::-webkit-input-placeholder {
    color: #999
}

@media(min-width:1200px) {
    .header-search {
        width: 200px
    }
}

.global-navTags {
    box-shadow: rgba(0, 0, 0, .1) 0 1px 2px 0
}

.global-navTags nav {
    position: relative
}

@media only screen and (max-width:991px) {
    .global-navTags nav {
        margin: 3px;
        position: relative
    }
}

@media only screen and (max-width:375px) {
    .global-navTags nav {
        margin: 3px;
        position: relative
    }
}

.nav_num {
    overflow: auto
}

.global-navTags nav .nav__list {
    height: 34px;
    list-style: none;
    padding: 0;
    margin: 0
}

@media only screen and (max-width:1199px) {
    .global-navTags nav .nav__list {
        height: 68px;
        list-style: none;
        overflow: hidden;
        padding: 0;
        margin: 0
    }
}

@media only screen and (max-width:414px) {
    .global-navTags nav .nav__list {
        height: 102px;
        overflow: auto;
        list-style: none;
        padding: 0;
        margin: 0
    }
}

.global-navTags nav .nav__list::after {
    content: "";
    display: block;
    clear: both
}

.global-navTags nav .nav__item {
    display: inline-block;
    padding: 0
}

.global-navTags nav .nav__item:first-child>a {
    padding-left: 0
}

.global-navTags nav .nav__item .fa {
    margin-right: 5px
}

.global-navTags nav .nav__item a {
    display: block;
    padding: 10px;
    white-space: nowrap;
    line-height: 1
}

.global-navTags nav .nav__item .active {
    color: #fff
}

.global-navTags nav .nav__item--more {
    position: absolute;
    top: 0;
    right: 0;
    height: 34px;
    width: 34px
}

@media(min-width:992px) and (max-width:1199px) {
    .global-navTags nav .nav__item--more {
        position: absolute;
        top: 15px;
        right: 0;
        height: 34px;
        width: 34px
    }
}

.global-navTags nav .nav__item--more::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 20px;
    height: 100%;
    background-size: 100%
}

.global-navTags .tag-nav__list {
    display: inline-block
}

.global-navTags .tag-nav__item {
    padding: 0
}

.global-navTags .tag-nav__item a {
    text-decoration: none
}

.global-navTags .tag-nav__item a:hover {
    background-color: rgba(255, 255, 255, .15)
}

.global-navTags .tag__more {
    width: 18px
}

.global-navTags .tag__more::after {
    content: "";
    clear: both;
    display: block
}

.global-navTags .tag__more .tag__more--icon {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 3px
}

.global-navTags .tag__more .tag__more--icon:last-child {
    margin-right: 0
}

.global-navTags .split {
    width: 0
}

.global-navTags .split::after {
    content: "";
    height: 16px;
    border-right: 1px solid rgba(255, 255, 255, .25)
}

.global-navTags .tag-mgr__box {
    padding: 10px;
    position: absolute;
    right: 0;
    top: 34px;
    z-index: 5;
    min-width: 200px
}

.global-navTags .tag-mgr__list {
    list-style: none;
    padding: 0;
    height: 134px;
    overflow: hidden auto
}

.global-navTags .tag-mgr__list li.active,
.global-navTags .tag-mgr__list li:hover {
    background-color: rgba(255, 255, 255, .15);
    border-radius: 3px
}

.global-navTags .tag-mgr__list li a {
    text-decoration: none;
    display: block;
    width: 100%;
    white-space: nowrap;
    padding: 3px 10px;
    font-size: 14px
}

.global-navTags .tag-mgr__query {
    margin-bottom: 10px;
    width: 100%;
    background: rgba(255, 255, 255, .25);
    border: 0;
    box-shadow: rgba(0, 0, 0, .08) 0 2px 2px 0 inset;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px
}

.global-navTags .tag-mgr__query:focus {
    outline-width: 0
}

.global-navTags .tag-mgr__query::-webkit-input-placeholder {
    color: #fff;
    opacity: .65
}

.global-navTags .tag-mgr__btn {
    width: 100%;
    padding: 2px
}

.side-ask {
    border: 1px solid #ddd;
    padding: 15px
}

.side-ask .btn-block {
    margin-bottom: 10px
}

.side-ask [class*=icon-sn-] {
    width: 20px;
    height: 20px
}

.side-ask .icon-sn-bg-google {
    background-position: -3px -5px
}

.side-ask .icon-sn-bg-weixin {
    width: 22px;
    background-position: -255px -5px
}

.side-ask .icon-sn-bg-weibo {
    background-position: -60px -5px
}

.widget-welcome .title {
    margin: 0 0 10px
}

.widget-box {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #eee
}

.widget-box .widget-box__title {
    padding: 10.5px 15px;
    border-radius: 0 3px 3px 0;
    background: #f6f6f6;
    margin: 0 0 15px;
    cursor: default;
    font-size: 16px
}

.widget-box .widget-box__title .userstab {
    font-size: 13px;
    font-weight: 400
}

.widget-box .widget-box__title .userstab .active {
    color: #999
}

.widget-box.no-border,
.widget-box:first-child {
    margin-top: 0;
    padding-top: 0;
    border: 0;
    white-space: nowrap;
    overflow: hidden
}

.widget-top10 .pull-right.text-muted {
    color: #666
}

.widget-messages__item.active,
.widget-messages__item:hover {
    text-decoration: none;
    background-color: #f6f6f6
}

.link-item {
    display: inline-block;
    margin-right: 5px;
    padding: 0 8px;
    background-color: #e5ecf7;
    height: 24px;
    line-height: 24px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    border-radius: 3px;
    word-break: break-word
}

.widget-relatedJobs .widget-box__title {
    text-align: center;
    margin: 0;
    background-color: #f0f0f0;
    padding: 3px 0 8px
}

#footer {
    border-top: 1px solid #eee;
    padding: 25px 0;
    line-height: 1.6;
    vertical-align: top
}

#footer,
#footer a {
    color: #fff;
    line-height: 28px;
}

#footer .site-link {
    margin: 0 0 40px
}

#footer .site-link dt {
    margin-bottom: 20px;
    color: #333
}

#footer .site-link dd {
    margin: 5px 0;
    font-size: 13px
}

#footer .copyright {
    font-size: 13px
}

#fixedTools {
    position: fixed;
    right: 40px;
    bottom: 40px;
    border: 1px solid #ddd;
    background: #fff;
    width: 36px;
    text-align: center;
    border-radius: 3px;
    line-height: 1.25;
    z-index: 999
}

#fixedTools a {
    padding: 10px;
    display: block;
    color: #999;
    text-decoration: none
}

#fixedTools a:hover {
    background: #f3f3f3;
    text-decoration: none
}

#fixedTools .qrcodeWraper {
    position: relative
}

#fixedTools .qrcodeWraper .qrcode-text {
    position: absolute;
    width: 111px;
    left: -120px;
    display: none;
    color: #666;
    margin: 0;
    padding: .5rem;
    background-color: #fff;
    line-height: 1;
    z-index: -1
}

#fixedTools .qrcodeWraper:hover #qrcode,
#fixedTools .qrcodeWraper:hover .qrcode-text {
    display: block
}

#fixedTools #qrcode {
    display: none;
    position: absolute;
    width: 111px;
    height: 111px;
    left: -120px;
    bottom: -1px;
    padding: 5px;
    background: #fff;
    border-radius: 3px
}

#fixedTools #qrcode:hover {
    background: #f3f3f3
}

@media(max-width:414px) {
    #fixedTools {
        position: static !important;
        display: none;
        z-index: -1
    }
}

.ani-num.active {
    top: -20px;
    opacity: 0
}

.taglist--inline li a {
    display: inline-block;
    padding: 0 7px 0 7px;
    height: 24px;
    line-height: 24px;
    font-weight: 400;
    font-size: 13px;
    border-radius: 3px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .2s ease 0s;
    max-width: 290px
}

.taglist--inline li a:hover {
    border-radius: 3px;
    color: #fff
}

.widget-links li a {
    margin-bottom: 8px;
    word-break: break-word
}

.widget-links li small {
    display: inline-block;
    cursor: default;
    font-size: 13px
}

.widget-links li .ranks {
    float: left;
    padding: 0;
    margin-right: 5px;
    width: 26px;
    background: #f3f3f3;
    color: #444;
    text-align: center;
    font-size: 13px
}

#comments .plkglt .plkgltbogy .msgname {
    display: inline
}

#comments h5 {
    font-size: 1.125em;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: -14px;
    margin-top: -14px
}

#comments {
    margin-top: 0;
    padding-bottom: 0
}

#comments p {
    margin: 0
}

#comments h3,
#comments h4 {
    margin-bottom: 0;
    font-size: 1.125em;
    line-height: 30px;
    font-weight: 400
}

#frmSumbit #inpEmail,
#frmSumbit #inpHomePage,
#frmSumbit #inpName,
#frmSumbit #inpVerify {
    padding: 0 5% 0 5px;
    border: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    float: left;
    margin: 0 10px 0 0;
    border-radius: 0 3px 3px 0;
    width: 42%
}

.commentpost label {
    height: 30px;
    overflow: hidden;
    float: left;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #ddd;
    clear: left;
    border-radius: 3px 0 0 3px
}

#txaArticle {
    width: 100%;
    border-radius: 3px;
    height: 120px;
    border: 1px solid #ddd;
    padding: 1%
}

#frmSumbit p {
    padding: 0;
    margin: 6px 0 6px 0;
    line-height: 30px
}

#frmSumbit .button {
    color: #fff;
    height: auto;
    width: 80px;
    border-width: 0;
    margin-right: 15px;
    border-radius: 3px
}

.plk .msgarticle .plk .msgname .dot {
    font-size: 1.875em;
    float: right;
    margin-left: 15px;
    font-weight: 700;
    color: rgba(176, 176, 176, 0)
}

.msgname .dot {
    font-size: 1.875em;
    color: rgba(176, 176, 176, .66);
    float: right;
    margin-left: 15px;
    font-weight: 700
}

.plk .plkimg {
    clear: left;
    float: left;
    margin-right: 15px;
    padding: 2px
}

.plkglt .msgarticle {
    line-height: 16px;
    padding: 4px 0 0;
    font-size: 1em
}

.plk {
    font-size: 1em;
    border: 1px solid #ddd;
    padding: 6px;
    margin-bottom: 6px;
    margin-top: 4px
}

#comments .plk {
    border-radius: 3px;
    font-size: 1em;
    border: 1px solid #ddd;
    padding: 6px;
    margin-bottom: 6px;
    margin-top: 4px
}

.plk .msgarticle {
    line-height: 25px;
    margin-left: 5px;
    word-break: break-all;
    color: #666;
    font-size: 1em
}

.plk .msgarticle img {
    max-height: 720px
}

@media screen and (max-width:1199px) {
    .plk .msgarticle img {
        max-height: 440px
    }
}

@media screen and (max-width:767px) {
    .plk .msgarticle img {
        max-height: 330px
    }
}

@media screen and (max-width:640px) {
    .plk .msgarticle img {
        max-height: 220px
    }
}

.plk .msgarticle .plk {
    background-color: #f4f4f4;
    border: 1px solid #eee;
    font-size: 1em
}

.pull-left-nav li {
    position: relative;
    padding: 0;
    margin: 0 0 0 5px;
    vertical-align: middle;
    line-height: 30px;
    color: #666
}

.pull-cate {
    border-right: 1px solid #ddd;
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 20px;
    padding-right: 10px;
    color: #555
}

.pull-left-nav li:first-child {
    margin: 0
}

.pull-left-nav li>a {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    color: #666;
    border-radius: 3px
}

.pull-left-nav li>a:link {
    background: 0 0
}

.pull-left-nav li>a:focus {
    background-color: #f3f3f3
}

.pull-left-nav li>a:hover {
    background-color: #f3f3f3
}

.pull-left-nav li>a.em {
    color: #fff;
    box-shadow: rgba(0, 0, 0, .2) 0 1px 2px
}

.widget_divCalendar_inner {
    overflow: hidden;
    padding: 2px
}

.widget_divCalendar_inner table {
    width: 100%
}

.widget_divCalendar_inner caption {
    margin-bottom: 5px;
    margin-right: 14px;
    font-size: 14px
}

.pull-left-nav {
    width: 60%;
    height: 55%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.center {
    text-align: center
}

.min-stream {
    min-height: 750px
}

@media only screen and (max-width:767px) {
    .min-stream {
        min-height: 417px
    }
}

.media>.pull-foot {
    margin-top: 3px
}

@media only screen and (max-width:767px) {
    .media>.pull-foot {
        margin-top: 3px;
        display: none
    }
}

.media>.pull-single {
    margin-top: 3px
}

@media only screen and (max-width:1199px) {
    .media>.pull-single {
        margin-top: 3px;
        display: none
    }
}

.pull-media {
    padding-left: 0;
    margin-top: 5px;
    margin-bottom: 5px
}

@media only screen and (max-width:767px) {
    .pull-media {
        margin-top: 0;
        padding-left: 0
    }
}

.pull-img {
    width: 120px;
    height: 65px;
    border: 1px solid #ddd;
    border-radius: 3px
}

.pull-margin-top {
    margin-top: -5px
}

.pull-description {
    color: #777;
    margin: 4px 0 4px 0;
    font-size: 13px
}

.comment_at {
    float: left;
    margin-right: 2.25px
}

.error_tr {
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}

.error_zt {
    padding-top: 100px;
    font-size: 5em;
    font-weight: 700
}

.error_loading {
    font-family: Arial;
    font-weight: bolder;
    border-style: none
}

.error-top {
    padding-top: 200px
}

.col-md-auto {
    width: auto
}

[type=typeHelper] {
    display: none
}

.techTags .nav-tabs {
    border-bottom: none
}

.techTags .nav-tabs li {
    border: none
}

.techTags .nav-tabs li a {
    border-radius: 3px;
    color: #666;
    font-size: 12px;
    padding: 2px 5px;
    margin-right: 5px;
    border: none
}

.techTags .nav-tabs li a:focus,
.techTags .nav-tabs li a:hover {
    background-color: #eee
}

.techTags .nav-tabs .active a,
.techTags .nav-tabs .active a:focus,
.techTags .nav-tabs .active a:hover {
    border: none;
    color: #fff
}

.blog-index .widget-box .media-object {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.post-topheader .author {
    margin-top: 8px
}

.article__container {
    margin-top: 20px;
    display: grid;
    min-height: 100vh;
    grid-template-rows: auto 1fr auto;
}

.article__writing {
    background-color: #f0f0f0;
    padding: 15px 6px 15px 18px
}

.article__writing .btn {
    width: 100%;
    margin-top: 10px
}

.side .widget-share {
    margin-bottom: 40px
}

.side .wordbreak {
    word-break: break-word
}

.post-nav .articleIndex li.active a {
    color: #000
}

.post-comment-title {
    padding-top: 20px;
    border-top: 2px solid #ddd;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .global-nav {
        height: 44px;
        width: 100%;
        text-align: center;
        z-index: 1000
    }

    .global-nav .nav {
        height: 44px;
        padding: 0
    }

    .global-nav .logo a.oem {
        margin-left: 10px;
        height: 44px;
        background-position: center center;
        background-size: 140px auto
    }

    .m-toptools {
        position: absolute;
        top: 0;
        width: 44px;
        height: 44px;
        font-size: 18px;
        line-height: 44px;
        color: #999
    }

    .m-ask {
        right: 0
    }

    .blog-rank {
        font-size: 16px;
        border-right: none;
        padding-right: 0
    }

    .blog-stream .stream-list__item,
    .stream-list__item {
        padding: 10px 0
    }

    .blog-stream .stream-list__item .author,
    .stream-list__item .author {
        margin-bottom: 0
    }

    .blog-stream .stream-list__item .title,
    .stream-list__item .title {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inherit;
        font-size: 14px
    }

    .pagination li {
        display: none
    }

    .pagination li.active,
    .pagination li.next,
    .pagination li.prev {
        display: inline-block
    }
}

.img-solid {
    border: 1px solid #eee
}

.img-com {
    margin: 6px 0
}

.creativecommons {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    padding: 3px;
    font-size: 14px;
    border-radius: 3px;
    line-height: 26px;
    box-sizing: border-box
}

.cc-accl {
    margin-left: 5px;
    font-size: 13px
}

.gave {
    height: 55px;
    position: relative;
    text-align: center;
    margin-top: 20px
}

.gave .code::after {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -7.5px;
    position: absolute;
    top: 100%;
    width: 0
}

.gave .code {
    background: none 0 0 repeat scroll #fff;
    border-radius: 5px;
    bottom: 100%;
    box-shadow: #e5e5e5 0 0 5px;
    display: none;
    font-size: 15px;
    left: 50%;
    box-sizing: content-box;
    margin-left: -117px;
    padding: 20px;
    position: absolute;
    width: 180px;
    z-index: 999;
    text-align: center
}

.gave a {
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 80px;
    text-decoration: none;
    font-weight: 700;
    color: #fff !important
}

.gave .code>img {
    height: 124px;
    width: 124px;
    border: medium none;
    max-width: 100%
}

.hide_box {
    z-index: 1001;
    background: #666;
    opacity: .5;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none
}

.shang_box {
    min-width: 310px;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    position: fixed;
    z-index: 1002;
    left: 50%;
    top: 50%;
    margin-left: -155px;
    margin-top: -155px;
    border: 1px dotted #dedede;
    display: none
}

.shang_box img {
    border: 0 none
}

.dashang {
    display: block;
    width: 80px;
    margin: 20px auto 10px;
    line-height: 25px;
    height: 45px;
    padding: 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    transition: all .3s ease 0s
}

.dashang:hover {
    opacity: .8;
    font-size: 18px;
    color: #fff
}

.shang_close {
    display: inline-block
}

.shang_tit {
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    background: url(data:image/jpg;base64,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);
    font-family: "Microsoft YaHei";
    margin-top: 7px;
    margin-right: 2px
}

.shang_tit p {
    text-align: center;
    font-weight: 700;
    font-size: 16px
}

.shang_payimg {
    width: 50%;
    padding: 10px;
    margin: 0 auto;
    border-radius: 3px;
    text-align: center;
    height: 140px
}

.shang_payimg img {
    display: block;
    text-align: center;
    width: 140px
}

.shang_info {
    clear: both;
    margin-bottom: 7px
}

.shang_info a,
.shang_info p {
    color: #999;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    line-height: 2em
}

.shang_background {
    display: inline-block;
    background-size: cover;
    height: 110px;
    width: 110px;
    border: medium none;
    max-width: 100%
}

.gave_background {
    display: inline-block;
    background-size: cover;
    height: 124px;
    width: 124px;
    border: medium none;
    max-width: 100%
}

.gave_p {
    color: #999;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    margin-top: 0
}

.img-add {
    border: 1px solid #ddd;
    max-height: 120px;
    width: 100%;
    padding: 0;
    border-radius: 3px
}

.img-add-2 {
    border: 1px solid #ddd;
    max-height: 120px;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 3px
}

.img-add-3 {
    border: 1px solid #ddd;
    max-height: 120px;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    border-radius: 3px
}

.img-add-4 {
    border: 1px solid #ddd;
    max-height: 140px;
    width: 100%;
    padding: 0;
    border-radius: 3px
}

.img-add-5 {
    border: 1px solid #ddd;
    max-height: 120px;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    border-radius: 3px
}

.img-add-6 {
    border: 1px solid #ddd;
    max-height: 120px;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    border-radius: 3px
}

.img-add-7 {
    height: 219px;
    position: inherit;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    border-radius: 3px;
    background-color: #eee
}

@media screen and (max-width:1199px) {
    .img-add-7 {
        height: 178px;
        position: inherit;
        margin-bottom: 20px;
        border-top: 1px solid #eee;
        background-color: #eee
    }
}

@media screen and (max-width:990px) {
    .img-add-7 {
        height: 599px;
        position: inherit;
        margin-bottom: 20px;
        border-top: 1px solid #eee;
        background-color: #eee
    }
}

.img-add-8 {
    max-height: 619px;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    border-radius: 3px
}

.notice {
    height: 35px;
    overflow: hidden;
    color: #333
}

.notice ul li {
    list-style: none;
    line-height: 35px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.fyoff {
    margin-bottom: 5px;
    margin-top: 15px
}

.fyoff-ul {
    margin: 0
}

.fancybox-enabled {
    overflow: hidden
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-container~.fancybox-container {
    z-index: 99992
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, .7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-toolbar {
    top: 0;
    right: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: 0;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #f0f0f0
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: 0 0;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

.fancybox-error {
    margin: 0;
    padding: 40px;
    width: 100%;
    max-width: 380px;
    background: #fff;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: 0 0;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after {
    background: 0 0;
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0 30px;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .4);
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: 0 0;
    color: #ddd;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: 0
}

.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none
}

.fancybox-button,
.fancybox-infobar__body {
    background: rgba(30, 30, 30, .6)
}

.fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0, 0, 0, .8)
}

.fancybox-button::after,
.fancybox-button::before {
    content: '';
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    box-sizing: border-box;
    display: inline-block
}

.fancybox-button[disabled]::after,
.fancybox-button[disabled]::before {
    opacity: .3
}

.fancybox-button--left::after,
.fancybox-button--right::after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: 0 0;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor
}

.fancybox-button--left::after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--right::after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--left {
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    border-bottom-right-radius: 5px
}

.fancybox-button--close::after,
.fancybox-button--close::before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}

.fancybox-button--close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .25s
}

.fancybox-arrow::after {
    content: '';
    position: absolute;
    top: 28px;
    width: 44px;
    height: 44px;
    background-color: rgba(30, 30, 30, .8);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px
}

.fancybox-arrow--right {
    right: 0
}

.fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fancybox-arrow--left::after,
.fancybox-arrow--right::after {
    left: 0
}

.fancybox-show-nav .fancybox-arrow {
    opacity: .6
}

.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: .3
}

.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, .4);
    border-top: 6px solid rgba(255, 255, 255, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-width:800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0
    }

    .fancybox-button--left,
    .fancybox-button--right {
        display: none !important
    }

    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}

.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: 0 0
}

.fancybox-button--pause::before,
.fancybox-button--play::before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: 0 0
}

.fancybox-button--play::before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px
}

.fancybox-button--pause::before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 0 2px
}

.fancybox-thumbs {
    display: none
}

.fancybox-button--thumbs {
    display: none
}

@media all and (min-width:800px) {
    .fancybox-button--thumbs {
        display: inline-block
    }

    .fancybox-button--thumbs span {
        font-size: 23px
    }

    .fancybox-button--thumbs::before {
        width: 3px;
        height: 3px;
        top: calc(50% - 2px);
        left: calc(50% - 2px);
        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
    }

    .fancybox-thumbs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 220px;
        margin: 0;
        padding: 5px 5px 0 0;
        background: #fff;
        word-break: normal;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        box-sizing: border-box;
        z-index: 99995
    }

    .fancybox-show-thumbs .fancybox-thumbs {
        display: block
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 220px
    }

    .fancybox-thumbs>ul {
        list-style: none;
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0
    }

    .fancybox-thumbs>ul>li {
        float: left;
        overflow: hidden;
        max-width: 50%;
        padding: 0;
        margin: 0;
        width: 105px;
        height: 75px;
        position: relative;
        cursor: pointer;
        outline: 0;
        border: 5px solid transparent;
        border-top-width: 0;
        border-right-width: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        box-sizing: border-box
    }

    li.fancybox-thumbs-loading {
        background: rgba(0, 0, 0, .1)
    }

    .fancybox-thumbs>ul>li>img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .fancybox-thumbs>ul>li:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 3px;
        z-index: 99991;
        opacity: 0;
        transition: all .2s cubic-bezier(.25, .46, .45, .94)
    }

    .fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
        opacity: 1
    }
}

.display {
    display: none
}

.comme-color {
    color: #aaa;
    font-size: 13px
}

.comme-colors {
    color: #ee3d11;
    font-weight: 700;
    font-size: 13px
}

.oemlogo {
    border-right: 2px solid #fff;
    width: 121px;
    height: 75px
}

.container-height {
    height: 80px
}

.tag-margin {
    margin: 5px
}

.activity-date {
    margin-top: 1px;
    text-align: center;
    width: 32px;
    height: 34px;
    border-radius: 3px
}

.activity-date-up {
    font-size: 12px;
    transform: scale(.833)
}

.activity-date-down {
    font-size: 14px;
    border-radius: 3px;
    font-weight: 500;
    cursor: default;
    margin-top: -1px
}

.title-copyright {
    color: #ddd;
    float: right
}

.title-processed {
    color: #f6f6f6;
    margin-top: 1px;
    float: right
}

@media (max-width:767px) {
    .title-processed {
        color: #ddd;
        margin-top: 1px;
        float: right;
        /*display: none*/
    }
}

.title-display {
    background: url(../img/title.png) no-repeat;
    background-position: right;
    margin-right: auto
}

.apple-display {
    font-size: 13px
}

@media (max-width:360px) {
    .apple-display {
        display: none;
        font-size: 13px
    }
}

@media (max-width:767px) {
    .text-media {
        margin-top: 5px
    }
}

.fa {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    line-height: 1;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-li.fa-lg {
    left: -1.85714em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.password {
    background-color: #f6f6f6;
    padding: 6px 8px;
    padding: 16px 21px;
    margin-top: 1em;
    margin-bottom: 1em
}

.passwordinput {
    padding: 0 5px 0 5px;
    border-radius: 3px;
    margin: 0 0 8px 0;
    border: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    float: left
}

.passwordsubmit {
    color: #fff;
    height: 30px;
    width: 80px;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    margin-right: 15px;
    border-radius: 3px
}

.container-link {
    background-color: #f6f6f6;
    line-height: 180%;
    padding-bottom: 5px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 3px 3px 0 0
}

.container-bottom {
    margin-bottom: 3px;
    color: #666
}

.box,
.box img {
    width: 100%;
    border-radius: 3px;
    position: absolute;
    transform: translateX(0)
}

.circle {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 3px;
    border-radius: 3px 0 3px 0;
    background-color: rgba(0, 0, 0, .4)
}

.circle b {
    width: 22px;
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    float: left;
    color: #ddd;
    margin: auto 4px;
    border-radius: 3px;
    cursor: pointer
}

.circle .current {
    background-color: #fff;
    color: #333
}

.newfujian {
    margin: 8px auto;
    background: #fff;
    width: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    overflow: hidden
}

.fileico {
    width: 35px;
    height: 44px;
    background: url(../img/fileico.png) -400px 0;
    float: left
}

.newfujian .gif,
.newfujian .img,
.newfujian .jpeg,
.newfujian .jpg,
.newfujian .png {
    background-position: 0 0
}

.newfujian .pdf {
    background-position: -40px 0
}

.newfujian .doc,
.newfujian .docx {
    background-position: -80px 0
}

.newfujian .xls,
.newfujian .xlsx {
    background-position: -120px 0
}

.newfujian .txt {
    background-position: -160px 0
}

.newfujian .audio,
.newfujian .m4a,
.newfujian .mp3 {
    background-position: -200px 0
}

.newfujian .flv,
.newfujian .mp4,
.newfujian .swf,
.newfujian .video {
    background-position: -240px 0
}

.newfujian .ppt,
.newfujian .pptx {
    background-position: -280px 0
}

.newfujian .exe {
    background-position: -360px 0
}

.newfujian .torrent {
    background-position: -520px 0
}

.newfujian .apk {
    background-position: -440px 0
}

.filecont {
    float: left;
    padding: 0 0 0 10px
}

.filecont .filetit {
    height: 27px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px
}

.filecont .filetit em {
    font-size: 12px;
    color: #888;
    margin-left: 10px;
    float: left;
    font-family: arial;
    letter-spacing: 0;
    font-style: normal
}

@media (max-width:768px) {
    .filecont .filetit em {
        display: none
    }
}

.filecont .filetit a {
    color: #666;
    text-decoration: none;
    display: block;
    max-width: 230px;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    text-overflow: ellipsis
}

@media (max-width:320px) {
    .filecont .filetit a {
        color: #666;
        text-decoration: none;
        display: block;
        max-width: 120px;
        overflow: hidden;
        white-space: nowrap;
        float: left;
        text-overflow: ellipsis
    }
}

@media (max-width:460px) {
    .filecont .filetit a {
        color: #666;
        text-decoration: none;
        display: block;
        max-width: 200px;
        overflow: hidden;
        white-space: nowrap;
        float: left;
        text-overflow: ellipsis
    }
}

.filecont .filetit a:hover {
    text-decoration: underline
}

.filecont .fileaq {
    height: 15px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
    font-family: arial
}

.filecont .fileaq em {
    font-style: normal
}

@media (max-width:640px) {
    .filecont .fileaq em {
        display: none
    }
}

.filecont .fileaq small {
    margin-right: 10px;
    font-size: 12px;
    color: #888;
    float: left;
    font-family: arial;
    letter-spacing: 0;
    font-style: normal
}

.down_2 {
    float: right
}

.down_2 a {
    margin-top: 2px;
    width: 100px;
    height: 42px;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 10px 5px;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    transition: all .3s ease 0s;
    cursor: pointer
}

.down_2 a:hover {
    margin-top: 2px;
    width: 100px;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 10px 5px;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer
}

.gg_left {
    padding-left: 5px
}

.cursor-default {
    cursor: default
}

@font-face {
    font-family: FontAwesome;
    font-display: swap;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.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 {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.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 {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .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;
    margin-right: 8px
}

.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)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.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-dedent: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;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

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