:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #00965e;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body {
    font-size: 16px;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, footer, nav {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

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

h1, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    margin-bottom: 1rem;
}

ul {
    margin-top: 0;
}

a {
    color: #00965e;
    background-color: transparent;
}

a, a:hover {
    text-decoration: none;
}

a:hover {
    color: #004a2e;
}

code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em;
}

img {
    border-style: none;
}

img {
    vertical-align: middle;
}

.h2, .h5, h1, h6 {
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
}

h1 {
    font-size: 2.5rem;
}

.h2 {
    font-size: 2rem;
}

.h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

.container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

.col-12, .col-md-4, .col-md-8, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 150, 94, .25);
}

.btn:disabled {
    opacity: .65;
}

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

.btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #007046;
    border-color: #00633e;
}

.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 166, 118, .5);
}

.btn-primary:disabled {
    color: #fff;
    background-color: #00965e;
    border-color: #00965e;
}

.collapse:not(.show) {
    display: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

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

.navbar {
    position: relative;
    padding: .5rem 1rem;
}

.navbar, .navbar .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

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

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-lg > .container {
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7);
}

.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, .9);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

.badge:empty {
    display: none;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .0625);
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item + .list-group-item {
    border-top-width: 0;
}

.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
    border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom-width: 0;
}

.bg-white {
    background-color: #fff !important;
}

.border-0 {
    border: 0 !important;
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, .05);
    border-radius: 8px;
}

.rounded-circle {
    border-radius: 50% !important;
}

.d-none {
    display: none !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-flex {
    display: flex !important;
}

@media (min-width: 992px) {
    .d-lg-flex {
        display: flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-flex {
        display: flex !important;
    }
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}

@media (min-width: 992px) {
    .align-items-lg-center {
        align-items: center !important;
    }
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-relative {
    position: relative !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mr-1 {
    margin-right: .25rem !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mr-2 {
    margin-right: .5rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
}

.py-5 {
    padding-bottom: 3rem !important;
}

.m-n1 {
    margin: -.25rem !important;
}

.ml-auto {
    margin-left: auto !important;
}

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

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

.font-weight-bold {
    font-weight: 700 !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #00965e !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #004a2e !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important;
}

.text-body {
    color: #212529 !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

@media print {
    *, :after, :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    p {
        orphans: 3;
        widows: 3;
    }

    .container, body {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

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

.fmt {
    line-height: 1.6;
}

.fmt p {
    margin-bottom: 1.25rem;
}

body {
    background-color: #f8fafc;
    -webkit-font-smoothing: antialiased;
}

.sflex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 992px) {
    .p-lg-30 {
        padding: 1.875rem;
    }
}

.font-size-14 {
    font-size: .875rem !important;
}

.font-size-20 {
    font-size: 1.25rem !important;
}

.split-dot:before {
    content: " \2022 ";
    color: #ced4da;
}

.w-0 {
    width: 0;
    min-width: 0;
}

@media (min-width: 1200px) {
    .w-xl-300 {
        width: 300px;
    }
}

#question-header {
    border-top: 2px solid #00965e;
}

#question-header .nav-link.active {
    color: #00965e;
}

#question-header .nav-link.active:hover {
    color: #004a2e;
}

@media (min-width: 992px) {
    #question-header .nav-link {
        padding-left: .75rem;
        padding-right: .75rem;
    }
}

.question-header-logo {
    background-image: url("https://www.5axxw.com/index/images/logo.png");
    width: 139px;
    height: 40px;
    background-size: 85%;
    background-repeat: no-repeat;
}

.badge-tag {
    display: inline-block;
    font-size: .875rem;
    padding: 0 .375rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: .1875rem;
    background-color: rgba(0, 150, 94, .1);
}

.badge-tag:hover {
    text-decoration: none;
    background-color: rgba(0, 150, 94, .2);
}

.float-ads {
    min-height: 250px;
    /*background: #fff 50% url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='126' height='53' viewBox='0 0 126 43'%3E%3Ctext fill='%23ADB5BD' fill-rule='evenodd' font-size='14' transform='translate(-982 -472)'%3E%3Ctspan x='982' y='480'%3E广告加载中...%3C/tspan%3E%3Ctspan x='982' y='508'%3E创业不易，感谢理解%3C/tspan%3E%3C/text%3E%3C/svg%3E") no-repeat;*/
    background: #fff 50% url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='150' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg%3E %3Ctitle%3ELayer 1%3C/title%3E %3Cimage xlink:href='data:image/gif;base64,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' id='svg_1' height='150' width='150' y='0' x='0'/%3E %3C/g%3E %3C/svg%3E") no-repeat;
}

#comment-area .media-body .fmt, #comment-area .media-body .fmt > p:first-child {
    display: inline;
}

#comment-area.answer-area .media-body article.fmt, #comment-area.answer-area .media-body article.fmt > p:first-child {
    display: block !important;
}

#question-header {
    z-index: 2000;
}

#article-headline .badge {
    min-width: 1.125rem;
    background-color: #adb5bd;
}

#article-headline .badge.badge-1 {
    background-color: #e04a1d;
}

#article-headline .badge.badge-2 {
    background-color: #f88217;
}

#article-headline .badge.badge-3 {
    background-color: #ffb916;
}

.d-flex {
    display: flex !important;
}


.justify-content-between {
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
}

.split-dot:before {
    content: " \2022 ";
    color: #ced4da;
}

pre code {
    border-radius: 8px;
}

.line_word {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ad_content_center{
    width: 832px;
    margin: 5px auto;
}

.head-ad {
    width: 1165px;
    height: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.ad1 {
    width: 580px;
    height: 90px;
    display: inline-block;
}

.ad2 {
    width: 580px;
    height: 90px;
    display: inline-block;
}

.recommend-loader {
    text-align: center;
}
.recommend-loader .dot {
    width: 24px;
    height: 24px;
    background: #3ac;
    border-radius: 100%;
    display: inline-block;
    animation: slide 1s infinite;
}
.recommend-loader .dot:nth-child(1) {
    animation-delay: 0.1s;
    background: #32aacc;
}
.recommend-loader .dot:nth-child(2) {
    animation-delay: 0.2s;
    background: #64aacc;
}
.recommend-loader .dot:nth-child(3) {
    animation-delay: 0.3s;
    background: #96aacc;
}
.recommend-loader .dot:nth-child(4) {
    animation-delay: 0.4s;
    background: #c8aacc;
}
.recommend-loader .dot:nth-child(5) {
    animation-delay: 0.5s;
    background: #faaacc;
}
@-moz-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}
@-o-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}