﻿:root {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0
}

body, button, input, select, textarea {
    font-size: 12px;
    line-height: 1.5
}

button, input, select, textarea {
    font-family: inherit
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: 'courier new', courier, monospace, monospace
}

small {
    font-size: 12px
}

ul, ol {
    list-style: none
}

a {
    text-decoration: none
}

legend {
    color: #000
}

fieldset, img {
    border: 0
}

button, input, select, textarea {
    font-size: 100%
}

button {
    border-radius: 0
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-color: #FFF !important
}

input, textarea, select {
    -webkit-transition: border-color 0.15s ease-in-out, background-color 0s !important;
    -o-transition: border-color 0.15s ease-in-out, background-color 0s !important;
    transition: border-color 0.15s ease-in-out, background-color 0s !important
}

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

.ks-clear:after, .clear:after {
    content: '/20';
    display: block;
    height: 0;
    clear: both
}

.ks-clear, .clear {
    *zoom: 1
}

/*!
 * Ladda including the default theme.
 */
/*!
* Ladda
* http://lab.hakim.se/ladda
* MIT licensed
*
* Copyright (C) 2016 Hakim El Hattab, http://hakim.se
*/
.ladda-button {
    position: relative
}

.ladda-button .ladda-spinner {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: 0;
    opacity: 0;
    pointer-events: none
}

.ladda-button .ladda-label {
    position: relative;
    z-index: 3
}

.ladda-button .ladda-progress {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.1s linear all !important;
    -o-transition: 0.1s linear all !important;
    transition: 0.1s linear all !important
}

.ladda-button[data-loading] .ladda-progress {
    opacity: 1;
    visibility: visible
}

.ladda-button, .ladda-button .ladda-spinner, .ladda-button .ladda-label {
    -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important
}

.ladda-button[data-style=zoom-in], .ladda-button[data-style=zoom-in] .ladda-spinner, .ladda-button[data-style=zoom-in] .ladda-label, .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-out] .ladda-spinner, .ladda-button[data-style=zoom-out] .ladda-label {
    -webkit-transition: 0.3s ease all !important;
    -o-transition: 0.3s ease all !important;
    transition: 0.3s ease all !important
}

.ladda-button[data-style=expand-right] .ladda-spinner {
    right: -6px
}

.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
    right: -12px
}

.ladda-button[data-style=expand-right][data-loading] {
    padding-right: 56px
}

.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
    padding-right: 40px
}

.ladda-button[data-style=expand-left] .ladda-spinner {
    left: 26px
}

.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
    left: 4px
}

.ladda-button[data-style=expand-left][data-loading] {
    padding-left: 56px
}

.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
    padding-left: 40px
}

.ladda-button[data-style=expand-up] {
    overflow: hidden
}

.ladda-button[data-style=expand-up] .ladda-spinner {
    top: -32px;
    left: 50%;
    margin-left: 0
}

.ladda-button[data-style=expand-up][data-loading] {
    padding-top: 54px
}

.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
    opacity: 1;
    top: 26px;
    margin-top: 0
}

.ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
    padding-top: 32px
}

.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
    top: 4px
}

.ladda-button[data-style=expand-down] {
    overflow: hidden
}

.ladda-button[data-style=expand-down] .ladda-spinner {
    top: 62px;
    left: 50%;
    margin-left: 0
}

.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
    top: 40px
}

.ladda-button[data-style=expand-down][data-loading] {
    padding-bottom: 54px
}

.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button[data-style=expand-down][data-loading][data-size="s"], .ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
    padding-bottom: 32px
}

.ladda-button[data-style=slide-left] {
    overflow: hidden
}

.ladda-button[data-style=slide-left] .ladda-label {
    position: relative
}

.ladda-button[data-style=slide-left] .ladda-spinner {
    left: 100%;
    margin-left: 0
}

.ladda-button[data-style=slide-left][data-loading] .ladda-label {
    opacity: 0;
    left: -100%
}

.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%
}

.ladda-button[data-style=slide-right] {
    overflow: hidden
}

.ladda-button[data-style=slide-right] .ladda-label {
    position: relative
}

.ladda-button[data-style=slide-right] .ladda-spinner {
    right: 100%;
    margin-left: 0;
    left: 16px
}

.ladda-button[data-style=slide-right][data-loading] .ladda-label {
    opacity: 0;
    left: 100%
}

.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%
}

.ladda-button[data-style=slide-up] {
    overflow: hidden
}

.ladda-button[data-style=slide-up] .ladda-label {
    position: relative
}

.ladda-button[data-style=slide-up] .ladda-spinner {
    left: 50%;
    margin-left: 0;
    margin-top: 1em
}

.ladda-button[data-style=slide-up][data-loading] .ladda-label {
    opacity: 0;
    top: -1em
}

.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: 0
}

.ladda-button[data-style=slide-down] {
    overflow: hidden
}

.ladda-button[data-style=slide-down] .ladda-label {
    position: relative
}

.ladda-button[data-style=slide-down] .ladda-spinner {
    left: 50%;
    margin-left: 0;
    margin-top: -2em
}

.ladda-button[data-style=slide-down][data-loading] .ladda-label {
    opacity: 0;
    top: 1em
}

.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: 0
}

.ladda-button[data-style=zoom-out] {
    overflow: hidden
}

.ladda-button[data-style=zoom-out] .ladda-spinner {
    left: 50%;
    margin-left: 32px;
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5)
}

.ladda-button[data-style=zoom-out] .ladda-label {
    position: relative;
    display: inline-block
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5)
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
    opacity: 1;
    margin-left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.ladda-button[data-style=zoom-in] {
    overflow: hidden
}

.ladda-button[data-style=zoom-in] .ladda-spinner {
    left: 50%;
    margin-left: -16px;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2)
}

.ladda-button[data-style=zoom-in] .ladda-label {
    position: relative;
    display: inline-block
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
    opacity: 0;
    -webkit-transform: scale(2.2);
    -ms-transform: scale(2.2);
    transform: scale(2.2)
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
    opacity: 1;
    margin-left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.ladda-button[data-style=contract] {
    overflow: hidden;
    width: 100px
}

.ladda-button[data-style=contract] .ladda-spinner {
    left: 50%;
    margin-left: 0
}

.ladda-button[data-style=contract][data-loading] {
    border-radius: 50%;
    width: 52px
}

.ladda-button[data-style=contract][data-loading] .ladda-label {
    opacity: 0
}

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button[data-style=contract-overlay] {
    overflow: hidden;
    width: 100px;
    -webkit-box-shadow: 0px 0px 0px 2000px transparent;
    box-shadow: 0px 0px 0px 2000px transparent
}

.ladda-button[data-style=contract-overlay] .ladda-spinner {
    left: 50%;
    margin-left: 0
}

.ladda-button[data-style=contract-overlay][data-loading] {
    border-radius: 50%;
    width: 52px;
    -webkit-box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8)
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
    opacity: 0
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button {
    outline: none;
    background: #666;
    border: 0;
    padding: 7px 18px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    border-radius: 6px;
    border: 1px solid transparent;
    -webkit-appearance: none
}

.ladda-button:hover {
    border-color: rgba(0, 0, 0, 0.07);
    background-color: #888
}

.ladda-button[data-color=green] {
    background: #2aca76
}

.ladda-button[data-color=green]:hover {
    background-color: #38d683
}

.ladda-button[data-color=blue] {
    background: #53b5e6
}

.ladda-button[data-color=blue]:hover {
    background-color: #69bfe9
}

.ladda-button[data-color=red] {
    background: #fe870f
}

.ladda-button[data-color=red]:hover {
    background-color: #fd7700
}

.ladda-button[data-color=purple] {
    background: #9973C2
}

.ladda-button[data-color=purple]:hover {
    background-color: #a685ca
}

.ladda-button[data-color=mint] {
    background: #16a085
}

.ladda-button[data-color=mint]:hover {
    background-color: #19b698
}

.ladda-button[disabled], .ladda-button[data-loading] {
    border-color: #F4B26D;
    background: #F4B26D
}

.ladda-button[disabled], .ladda-button[disabled]:hover, .ladda-button[data-loading], .ladda-button[data-loading]:hover {
    cursor: default;
    background: #F4B26D
}

.ladda-button[data-size=xs] {
    padding: 4px 8px
}

.ladda-button[data-size=xs] .ladda-label {
    font-size: 0.7em
}

.ladda-button[data-size=s] {
    padding: 6px 10px
}

.ladda-button[data-size=s] .ladda-label {
    font-size: 0.9em
}

.ladda-button[data-size=l] .ladda-label {
    font-size: 1.2em
}

.ladda-button[data-size=xl] .ladda-label {
    font-size: 1.5em
}

@media (max-width: 700px) {
    body.mb-blogPage .content {
        width: 80%
    }

    body.mb-blogPage .content .article .preview {
        max-height: 50vw
    }
}

.mb-blogPage .content {
    width: 60%;
    margin: 0 auto;
    text-align: center
}

.mb-blogPage .content .article {
    padding: 30px 0 40px
}

.mb-blogPage .content .article h2 a.blog-title {
    font-size: 2.2rem;
    line-height: 22px;
    color: #525E71
}

.mb-blogPage .content .article h2 a.blog-title:hover {
    color: #7D8695
}

.mb-blogPage .content .article:not(:last-child) {
    border-bottom: 1px solid #dedede
}

.mb-blogPage .content .article .labels {
    white-space: nowrap;
    margin: 14px 12px
}

.mb-blogPage .content .article .labels .mb-label {
    margin: 0 5px
}

.mb-blogPage .content .article .info {
    margin-bottom: 20px
}

.mb-blogPage .content .article .info .author, .mb-blogPage .content .article .info time {
    font-size: 14px
}

.mb-blogPage .content .article .info .author {
    margin-left: 4px;
    color: #f55d54
}

.mb-blogPage .content .article .info .author:hover {
    color: rgba(245, 93, 84, 0.6)
}

.mb-blogPage .content .article .info time {
    margin-left: 7px
}

.mb-blogPage .content .article .preview {
    display: inline-block;
    position: relative;
    width: 100%;
    max-height: 37.5vw;
    overflow: hidden
}

.mb-blogPage .content .article .preview img {
    width: 100%;
    height: auto
}

.mb-v-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

ul.tab {
    border-bottom: 0;
    text-align: center
}

ul.tab li {
    position: relative;
    display: inline-block;
    line-height: 30px
}

ul.tab li a {
    display: inline-block
}

ul.tab li::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(0);
    -ms-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
    bottom: calc(50% - 1em);
    width: calc(100% - 30px);
    border-bottom: 1px solid #f55d54;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

ul.tab li.active::after {
    -webkit-transform: translateX(-50%) scaleX(1);
    -ms-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1)
}

ul.tab.dark li::after {
    border-color: #fff
}

.hidden {
    display: none
}

a:link, a:visited {
    color: inherit
}

.mb-article {
    padding: 20px;
    font-size: 1.2rem;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden
}

.mb-article > a > * {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mb-article .card-title {
    color: #525E71;
    font-size: 1.6rem;
    margin-bottom: 10px
}

.mb-article .user-name {
    height: 20px;
    font-size: 1.4rem;
    margin-bottom: 6px;
    color: #f55d54
}

.mb-article .time {
    color: #7D8695
}

.mb-article .preview {
    margin: 10px 0 0;
    height: 120px;
    line-height: 20px;
    overflow: hidden;
    white-space: normal
}

.mb-article .preview .vjs-no-js {
    width: 100%
}

.mb-article .preview img {
    display: none
}

.mb-article .preview .mediumInsert {
    display: none
}

.mb-avatar {
    display: inline-block;
    border-radius: 50%;
    margin-top: -1px
}

.mb-avatar:hover {
    opacity: 0.6
}

.mb-avatar.md {
    width: 36px;
    height: 36px
}

.mb-avatar.lg {
    width: 50px;
    height: 50px
}

.mb-avatar.sm {
    width: 20px;
    height: 20px
}

.btn {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #f55d54;
    line-height: 24px;
    margin: 0 5px;
    background: none;
    border: none
}

.btn.btn-default {
    color: #f55d54;
    border: 1px solid #f55d54;
    background: #fff;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(245, 92, 84, 0.08);
    box-shadow: 0px 6px 20px 0px rgba(245, 92, 84, 0.08)
}

.btn.btn-default:hover {
    background: #FEEEED
}

.btn.btn-primary {
    color: #fff;
    border: 1px solid transparent;
    background: #f55d54;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(245, 92, 84, 0.16);
    box-shadow: 0px 6px 20px 0px rgba(245, 92, 84, 0.16)
}

.btn.btn-primary:hover {
    background: #FF7C75
}

.btn.btn-link {
    color: #7D8695
}

.btn.btn-link:hover {
    color: #27364E
}

.btn.btn-link.lang {
    color: #7D8695
}

.btn.btn-link.active {
    color: #f55d54
}

.btn.btn-disabled {
    color: #fff;
    border: 1px solid transparent;
    background: #D9D9D9;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1)
}

.btn.btn-lg {
    padding: 0;
    margin: 0 10px;
    width: 166px;
    height: 50px;
    font-size: 1.6rem;
    line-height: 48px
}

.btn.btn-md {
    width: 120px;
    height: 40px;
    font-size: 1.4rem;
    line-height: 38px
}

.btn.btn-block {
    margin: 0;
    width: 100%;
    height: 100%
}

.dark .btn.btn-default {
    color: #fff;
    border: 1px solid transparent;
    background: #f55d54;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(245, 92, 84, 0.16);
    box-shadow: 0px 6px 20px 0px rgba(245, 92, 84, 0.16)
}

.dark .btn.btn-default:hover {
    background: #FF7C75
}

.dark .btn.btn-primary {
    color: #f55d54;
    background: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1)
}

.dark .btn.btn-primary:hover {
    background: #FEEEED
}

.dark .btn.btn-link {
    color: rgba(255, 255, 255, 0.6)
}

.dark .btn.btn-link:hover {
    color: #fff
}

.dark .btn.btn-link.lang {
    color: rgba(255, 255, 255, 0.6)
}

.dark .btn.btn-link.active {
    color: #fff
}

.mb-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mb-cards > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.mb-cards-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mb-cards-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.mb-cards-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mb-cards-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%
}

.mb-cards-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mb-cards-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

@media (max-width: 900px) {
    .mb-cards-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .mb-cards-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (max-width: 650px) {
    .mb-cards-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .mb-cards-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (max-width: 450px) {
    .mb-cards-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.form-group {
    position: relative;
    width: 100%;
    height: 45px
}

.form-group:not(:last-child) {
    margin-bottom: 10px
}

.form-group .form-input {
    padding-left: 10px;
    line-height: 16px;
    width: 100%;
    height: 100%;
    outline: none;
    border: 1px solid #E0E0E0
}

.form-group .form-input:focus {
    border: 1px solid #f55d54
}

.form-group.form-group-icon .form-input {
    padding-left: 45px
}

.form-group.form-group-icon .form-input:focus + .form-icon i.fa {
    color: #f55d54
}

.form-group.form-group-icon .form-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 100%;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    color: #c5c5c5
}

.form-error {
    background: rgba(245, 93, 84, 0.1);
    border: 1px solid rgba(245, 93, 84, 0.2);
    color: #f55d54;
    margin: 10px 0;
    padding: 10px;
    text-align: left
}

.login-box {
    text-align: center
}

.login-box .login-header .logo {
    height: 90px
}

.login-box .login-header h6 {
    font-size: 16px;
    color: #525E71;
    line-height: 30px
}

.login-box .btn.submit {
    margin: 5px 0;
    line-height: 43px
}

.login-box .login-header, .login-box .login-body {
    margin: 0 auto;
    width: 100%
}

.login-box .login-footer {
    margin: 20px 0;
    color: #7D8695
}

.login-box .login-footer .forgot-password {
    margin-bottom: 10px
}

.login-box .login-footer .quick-login {
    width: 80%;
    max-width: 260px;
    margin: 0 auto;
    margin-top: 20px;
    color: #7D8695
}

.login-box .login-footer .quick-login .hr {
    border-bottom: 1px solid #DEDFE1
}

.login-box .login-footer .quick-login .hr span {
    display: inline-block;
    padding: 0 17px;
    background: white;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.login-box .login-footer .quick-login .fa-wechat {
    margin-top: 24px;
    color: #0ABB07;
    font-size: 32px;
    cursor: pointer
}

.login-box .login-footer .switch-domain {
    width: 80%;
    margin: 0 auto
}

.login-box .login-footer .switch-domain a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-top: 1px solid #efefef
}

.login-box .login-footer .switch-domain a:last-child {
    border-bottom: 1px solid #efefef
}

.login-box .login-footer .switch-domain a img, .login-box .login-footer .switch-domain a span {
    vertical-align: middle
}

.form-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 5rem white inset;
    box-shadow: 0 0 0 5rem white inset
}

.mb-header {
    text-align: center;
    margin: 0 50px;
    padding-top: 20px
}

.mb-header h2, .mb-header h3 {
    color: #27364E
}

.mb-header h2 {
    font-weight: 600;
    font-size: 44px;
    letter-spacing: 1.2px;
    margin-bottom: 15px
}

.mb-header h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500
}

.mb-header h6 {
    font-size: 16px;
    line-height: 30px;
    color: #525E71
}

.mb-header.dark {
    color: #fff
}

.mb-header.dark h6 {
    color: rgba(255, 255, 255, 0.8)
}

@media (max-width: 414px) {
    .mb-header h2 {
        font-size: 29px
    }

    .mb-header h3 {
        font-size: 22px
    }

    .mb-header h6 {
        font-size: 16px;
        line-height: 26px
    }
}

.mb-label {
    display: inline-block;
    font-family: inherit;
    color: rgba(245, 93, 84, 0.5);
    border: 1px solid rgba(245, 93, 84, 0.5);
    cursor: pointer;
    text-align: center;
    padding: 0 6px
}

.mb-label a {
    color: rgba(245, 93, 84, 0.5)
}

.mb-label a:hover {
    color: #f55d54
}

.mb-label:link {
    color: rgba(245, 93, 84, 0.5)
}

.mb-label:hover {
    border: 1px solid #f55d54;
    color: #f55d54
}

.mb-label.active {
    background: #f55d54;
    border: 1px solid #f55d54;
    color: #fff
}

.mb-label.active a {
    color: #fff
}

span.mb-label {
    pointer-events: none
}

.mb-label.sm {
    min-width: 58px;
    min-height: 16px;
    font-size: 10px;
    line-height: 14px
}

.mb-label.md {
    min-width: 72px;
    min-height: 20px;
    font-size: 12px;
    line-height: 18px
}

.mb-label.lg {
    min-width: 84px;
    min-height: 30px;
    font-size: 14px;
    line-height: 28px;
    padding: 0 8px
}

.mb-contact {
    width: 83px;
    height: 32px;
    font-size: 12px;
    border: 1px solid #f55d54
}

.mb-pager {
    width: 1000px;
    height: 40px;
    margin: 30px 0 30px 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.mb-pager > a {
    display: inline-block;
    height: 100%;
    width: 40px;
    margin: 0 5px;
    font-size: 1.4rem;
    line-height: 38px;
    color: #f55d54;
    border: 1px solid #f55d54
}

.mb-pager > a:hover {
    background: #FEEEED
}

.mb-pager > a .fa {
    color: #f55d54
}

.mb-pager > a .fa-play {
    padding-left: 3px
}

.mb-pager > a.pre .fa-play {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mb-pager > a .fa-step-backward, .mb-pager > a .fa-step-forward {
    -webkit-transform: scaleX(1.6);
    -ms-transform: scaleX(1.6);
    transform: scaleX(1.6)
}

.mb-pager ol {
    display: inline-block
}

.mb-pager ol li {
    display: inline-block
}

.mb-pager ol li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    line-height: 40px
}

.mb-pager ol li a.active {
    color: #f55d54
}

.mb-pager .hidden {
    visibility: hidden
}

@media (max-width: 500px) {
    .mb-pager {
        margin-top: 0;
        -webkit-transform: translateX(-50%) scale(0.8);
        -ms-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8)
    }
}

.search-box {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 30px;
    border: 1px solid #f55d54;
    background: #fff;
    border-radius: 19px
}

.search-box .search {
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: rgba(245, 93, 84, 0.8);
    cursor: pointer
}

.search-box .search-area {
    border: none;
    outline: none;
    color: rgba(245, 93, 84, 0.8);
    width: 100px;
    margin-right: 20px;
    -webkit-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out
}

.search-box .search-area:-webkit-autofill {
    -webkit-text-fill-color: #f55d54 !important;
    -webkit-box-shadow: 0 0 0 5rem #fff inset;
    box-shadow: 0 0 0 5rem #fff inset
}

.search-box .search-area::-webkit-input-placeholder {
    color: rgba(245, 93, 84, 0.8)
}

.search-box .search-area:-moz-placeholder {
    color: white
}

.search-box .search-area::-moz-placeholder {
    color: white
}

.search-box .search-area:-ms-input-placeholder {
    color: white
}

.mb-userInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.mb-userInfo > a {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    text-align: center
}

.mb-userInfo > .info {
    padding-bottom: 35px
}

.mb-userInfo > a > .mb-avatar {
    opacity: 1
}

.mb-userInfo .delete {
    position: absolute;
    right: 2px;
    top: 5px;
    color: #e0e0e0
}

.mb-userInfo .reply {
    position: absolute;
    right: 2px;
    bottom: 10px;
    color: #f55d54
}

.mb-userInfo .reply:hover {
    color: #FF7C75
}

.mb-userInfo #reply-comment {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mb-userInfo #reply-comment .reply-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid rgba(245, 93, 84, 0.6);
    border-right-width: 0;
    outline: none;
    text-indent: 10px
}

.mb-userInfo #reply-comment .reply-text:focus {
    border-color: #f55d54;
    -webkit-box-shadow: 0 0 1px #f55d54 inset;
    box-shadow: 0 0 1px #f55d54 inset
}

.mb-userInfo #reply-comment .btn {
    margin: 0
}

.mb-userInfo .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-block
}

.mb-userInfo .info .user-info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2px
}

.mb-userInfo .info .user-info-row .user-name {
    margin: 0;
    display: inline
}

.mb-userInfo .info .user-info-row .user-badge {
    height: 20px;
    width: 20px;
    margin-left: 5px
}

.mb-userInfo .info .timeago {
    color: #7D8695
}

.mb-userInfo .info .user-name, .mb-userInfo .info .timeago {
    display: block;
    margin: 5px 0
}

.mb-userInfo .info .user-name {
    margin-top: 2px;
    font-size: 1.6rem;
    color: #f55d54
}

.mb-userInfo .info .contact {
    margin-top: 20px
}

.mb-userInfo .info .contact a {
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #f55d54;
    border: 1px solid #f55d54;
    line-height: 30px
}

.mb-userInfo .info .contact a i {
    font-size: 1.6rem
}

.mb-userInfo .info .contact a:hover {
    background: #FEEEED
}

.mb-userInfo .info .preview {
    margin: 10px 0 20px
}

.mb-userInfo .info .reply-box {
    padding-left: 20px;
    border-left: 4px solid #E0E0E0
}

.mb-userInfo .info .reply-box li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin: 20px 0
}

.mb-userInfo .info .reply-box li .avatar {
    width: 40px;
    height: 40px
}

.mb-userInfo .info .reply-box li .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mb-userInfo .info .reply-box li .info p {
    margin: 0
}

.mb-userInfo .info .reply-box li .info p time {
    margin-left: 10px
}

@media (max-width: 800px) {
    body.mb-faqsPage .wrapper {
        width: 80%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 40px
    }

    body.mb-faqsPage .wrapper .navbar {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    body.mb-faqsPage .wrapper .navbar li {
        display: inline-block
    }

    body.mb-faqsPage .wrapper .navbar li a {
        text-indent: 0;
        padding: 0 15px
    }

    body.mb-faqsPage .wrapper .content .tool-bar h3 {
        font-size: 20px
    }

    body.mb-faqsPage .control-area a {
        height: 120px
    }

    body.mb-faqsPage .control-area a h4 {
        font-size: 20px
    }

    body.mb-faqsPage .control-area .pre {
        margin-left: 10%
    }

    body.mb-faqsPage .control-area .next {
        margin-right: 10%
    }
}

.mb-faqsPage .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 70%;
    margin: 70px auto 30px;
    min-height: 300px
}

.mb-faqsPage .wrapper .navbar {
    width: 20%;
    margin-right: 5%
}

.mb-faqsPage .wrapper .navbar li a {
    display: block;
    height: 35px;
    line-height: 35px;
    text-indent: 20px;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    white-space: nowrap
}

.mb-faqsPage .wrapper .navbar li a:hover {
    background-color: #FEEEED;
    color: #f55d54
}

.mb-faqsPage .wrapper .navbar li a.active {
    color: #f55d54
}

.mb-faqsPage .wrapper .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.mb-faqsPage .wrapper .content .tool-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px
}

.mb-faqsPage .wrapper .content .tool-bar h3 {
    font-size: 28px
}

.mb-faqsPage .wrapper .content .tool-bar #search {
    position: relative
}

.mb-faqsPage .wrapper .content .tool-bar #search .search-box {
    right: 0
}

.mb-faqsPage .control-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    background: #f8f8f8;
    overflow: hidden
}

.mb-faqsPage .control-area a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 200px
}

.mb-faqsPage .control-area a span, .mb-faqsPage .control-area a h4 {
    margin: 5px 0
}

.mb-faqsPage .control-area a h4 {
    font-weight: 200;
    font-size: 26px
}

.mb-faqsPage .control-area .pre {
    margin-left: 15%;
    text-align: left
}

.mb-faqsPage .control-area .next {
    margin-right: 15%;
    text-align: right
}

trix-editor {
    min-height: 140px
}

trix-editor, .mb-postContent {
    text-align: left;
    word-break: break-word;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 1.85;
    color: #525E71
}

trix-editor div, .mb-postContent div {
    margin: 0 0 16px 0
}

trix-editor em, .mb-postContent em {
    font-style: italic
}

trix-editor blockquote, .mb-postContent blockquote {
    margin: 50px 0 34px 5px;
    padding: 0 0 0 10px;
    line-height: 1.1;
    border-left: 4px solid #f55d54;
    font-size: 20px
}

trix-editor h1, .mb-postContent h1 {
    font-size: 28px;
    margin: 10px 0 25px 0px;
    font-weight: 500
}

trix-editor h3, .mb-postContent h3 {
    font-size: 26px;
    line-height: 1.5;
    margin: 36px 0 18px
}

trix-editor h4, .mb-postContent h4 {
    font-size: 18px;
    line-height: 1.5;
    margin: 30px 0 20px
}

trix-editor img, .mb-postContent img {
    max-width: 100%;
    height: auto
}

trix-editor a, .mb-postContent a {
    color: #f55d54;
    text-decoration: underline;
    text-align: center
}

trix-editor a:hover, .mb-postContent a:hover {
    color: #f88b84
}

trix-editor .iframe-con, .mb-postContent .iframe-con {
    position: relative
}

trix-editor .iframe-con iframe, .mb-postContent .iframe-con iframe {
    position: absolute;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

trix-editor figure.mediumInsert-images, trix-editor figure.attachment, .mb-postContent figure.mediumInsert-images, .mb-postContent figure.attachment {
    text-align: center;
    margin: 10px 0px;
    width: 100%
}

trix-editor figcaption, .mb-postContent figcaption {
    display: none
}

trix-editor ol, .mb-postContent ol {
    list-style-type: decimal
}

trix-editor ul, .mb-postContent ul {
    list-style-type: disc
}

trix-editor ul, trix-editor ol, .mb-postContent ul, .mb-postContent ol {
    margin-left: 25px;
    margin-bottom: 16px
}

trix-editor ul li, trix-editor ol li, .mb-postContent ul li, .mb-postContent ol li {
    margin-left: 10px
}

trix-editor ul br, trix-editor ol br, .mb-postContent ul br, .mb-postContent ol br {
    display: none
}

trix-editor li:before, .mb-postContent li:before {
    content: "  "
}

trix-editor pre, .mb-postContent pre {
    font-family: monospace, monospace;
    font-size: 14px;
    margin: 0;
    padding: 10px;
    white-space: pre-wrap;
    background-color: #eee
}

trix-editor .trashed, .mb-postContent .trashed {
    text-decoration: line-through;
    font-style: italic;
    color: #aaa
}

@media (max-width: 414px) {
    trix-editor, .mb-postContent {
        font-size: 14px
    }
}

@media (max-width: 850px) {
    body.mb-postPage #web > header {
        width: 65%
    }

    body.mb-postPage .content {
        width: 65%
    }

    body.mb-postPage .comment-area {
        margin: 0 17.5%
    }
}

@media (max-width: 750px) {
    body.mb-postPage .mb-header h3, body.mb-postPage .post-header h3 {
        font-size: 22px
    }

    body.mb-postPage .go-back {
        font-size: 0
    }
}

@media (max-width: 550px) {
    body.mb-postPage .go-back {
        left: 20px
    }

    body.mb-postPage #web > header {
        width: 80%
    }

    body.mb-postPage .content {
        width: 80%
    }

    body.mb-postPage .comment-area {
        margin: 0 10%
    }
}

@media (max-width: 414px) {
    body.mb-postPage .go-back {
        left: 5px
    }
}

.mb-newPostPage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100vh
}

.mb-newPostPage.iframe #web {
    margin-top: 0
}

.mb-newPostPage.iframe #web .go-back {
    top: 40px
}

.mb-newPostPage #web {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mb-newPostPage #web .go-back {
    position: fixed;
    top: 115px;
    left: 30px;
    font-size: 1.4rem;
    line-height: 30px;
    color: rgba(245, 93, 84, 0.5)
}

.mb-newPostPage #web .go-back .fa {
    font-size: 2.4rem;
    line-height: 30px;
    vertical-align: top;
    margin-right: 3px
}

.mb-newPostPage #web .go-back:hover {
    color: rgba(245, 93, 84, 0.7)
}

.mb-newPostPage #web #post_form {
    position: relative;
    width: 55%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 10vh
}

.mb-newPostPage #web #post_form .title {
    margin: 34px 0 20px
}

.mb-newPostPage #web #post_form .title input {
    padding-left: 10px;
    width: 100%;
    font-size: 32px;
    font-weight: 300;
    line-height: 32px;
    border: none;
    outline: none;
    color: #666
}

.mb-newPostPage #web #post_form #embed {
    max-width: 150px
}

.mb-newPostPage #web #post_form trix-editor {
    min-height: 300px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.mb-newPostPage #web #post_form trix-editor figcaption {
    display: none
}

.mb-newPostPage #web #post_form .footer {
    position: relative
}

.mb-newPostPage #web #post_form .footer .select-box {
    display: inline-block;
    white-space: nowrap
}

.mb-newPostPage #web #post_form .footer .form-input {
    min-width: 200px;
    margin-left: 5px;
    margin-right: 15px;
    height: 42px;
    outline: none;
    border: 1px solid #E0E0E0;
    text-indent: 3px
}

.mb-newPostPage #web #post_form .footer #new_post {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
    line-height: 0
}

@media (max-width: 1000px) {
    .mb-newPostPage #web #post_form {
        width: 65%
    }
}

@media (max-width: 850px) {
    .mb-newPostPage #web .go-back {
        font-size: 0
    }

    .mb-newPostPage #web #post_form .footer .select-box {
        display: block;
        margin-bottom: 10px
    }
}

@media (max-width: 520px) {
    .mb-newPostPage #web .go-back {
        left: 10px
    }

    .mb-newPostPage #web #post_form {
        width: 80%
    }

    .mb-newPostPage #web #post_form .footer #new_post {
        position: static;
        margin-left: auto;
        margin-bottom: 10px
    }
}

body.iframe #YSF-BTN-HOLDER {
    display: none !important
}

.mb-postPage.iframe #web {
    margin-top: 0
}

.mb-postPage.iframe #web .go-back {
    top: 50px
}

.mb-postPage .go-back {
    position: fixed;
    top: 115px;
    left: 30px;
    font-size: 1.4rem;
    line-height: 30px;
    color: rgba(245, 93, 84, 0.5)
}

.mb-postPage .go-back .fa {
    font-size: 2.4rem;
    line-height: 30px;
    vertical-align: top;
    margin-right: 3px
}

.mb-postPage .go-back:hover {
    color: rgba(245, 93, 84, 0.7)
}

.mb-postPage #web > header {
    width: 55%;
    margin: 0 auto;
    padding: 40px 0
}

.mb-postPage #web > header .labels a {
    margin: 0 5px
}

.mb-postPage #web > header .post-info {
    color: #525E71;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mb-postPage #web > header .post-info span, .mb-postPage #web > header .post-info time {
    font-size: 12px;
    margin-left: 4px
}

.mb-postPage #web > header .post-info .fa {
    color: #E0E0E0;
    font-size: 17px
}

.mb-postPage #web > header .post-info .post-author {
    color: #f55d54
}

.mb-postPage #web > header .post-info .post-author:hover {
    color: rgba(245, 93, 84, 0.6)
}

.mb-postPage #web > header .post-info > *:not(:first-child) {
    margin-left: 20px
}

.mb-postPage .mb-header .labels {
    margin: 20px 0
}

.mb-postPage .mb-header h3 {
    line-height: 40px
}

.mb-postPage .post-header {
    margin-left: 22.5%
}

.mb-postPage .post-header .labels {
    margin: 20px 0
}

.mb-postPage .post-header .mb-userInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 35px
}

.mb-postPage .post-header .mb-userInfo a {
    width: 50px;
    height: 50px
}

.mb-postPage .post-header .mb-userInfo .info {
    padding-bottom: 0
}

.mb-postPage .post-header .mb-userInfo .info .user-info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2px
}

.mb-postPage .post-header .mb-userInfo .info .user-info-row .user-name {
    margin: 0;
    display: inline
}

.mb-postPage .post-header .mb-userInfo .info .user-info-row .user-badge {
    height: 20px;
    width: 20px;
    margin-left: 5px
}

.mb-postPage .post-header .mb-userInfo .info .user-info-row .user-company {
    margin-right: 5px
}

.mb-postPage .post-header h3 {
    font-size: 30px;
    color: #27364E;
    line-height: 40px;
    font-weight: 500
}

.mb-postPage .content {
    width: 55%;
    margin: 0 auto
}

.mb-postPage .content .content-footer {
    margin: 40px 0;
    width: 100%
}

.mb-postPage .content .content-footer a {
    color: rgba(39, 54, 78, 0.3)
}

.mb-postPage .content .content-footer a.active {
    color: #f55d54
}

.mb-postPage .content .content-footer .fa {
    font-size: 1.8rem
}

.mb-postPage .content .content-footer > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mb-postPage .content .content-footer > div .post-like span {
    margin-right: 2px
}

.mb-postPage .content .content-footer > div .post-like .icon {
    cursor: pointer;
    color: #f55d54
}

.mb-postPage .content .content-footer > div .post-like .icon:hover .fa::before {
    content: "";
    color: rgba(245, 93, 84, 0.2)
}

.mb-postPage .content .content-footer > div .post-like .icon.active .fa::before {
    content: "";
    color: #f55d54
}

.mb-postPage .content .content-footer > div .sharing-box {
    position: relative
}

.mb-postPage .content .content-footer > div .sharing-box:hover #wx-qrcode {
    opacity: 1
}

.mb-postPage .content .content-footer > div .sharing-box #wx-qrcode {
    position: absolute;
    margin-top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 5px;
    width: 160px;
    height: 160px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 0;
    z-index: 9999;
    pointer-events: none
}

.mb-postPage .content .content-footer > div .sharing-box a.wechat {
    padding: 5px 12px;
    border: 1px solid rgba(39, 54, 78, 0.3)
}

.mb-postPage .content .content-footer > div .sharing-box a.wechat span {
    line-height: 18px
}

.mb-postPage .content .content-footer > div .sharing-box a.wechat i {
    font-size: 20px;
    line-height: 20px;
    vertical-align: top
}

.mb-postPage .content .content-footer .operation {
    margin-top: 15px
}

.mb-postPage .content .content-footer .operation a {
    margin-right: 10px
}

.mb-postPage .recommend-area {
    background: #F8F8F8;
    padding: 40px 22.5% 50px
}

.mb-postPage .recommend-area .mb-userInfo {
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.mb-postPage .recommend-area .recommend-box h6 {
    font-size: 16px;
    color: #525E71;
    line-height: 30px;
    margin-bottom: 20px
}

.mb-postPage .recommend-area .recommend-box .wrapper {
    padding: 20px;
    margin: -20px;
    overflow-x: scroll
}

.mb-postPage .recommend-area .recommend-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 530px;
    padding-right: 20px;
    margin-right: -20px
}

.mb-postPage .recommend-area .recommend-box .mb-article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    display: inline-block
}

.mb-postPage .recommend-area + .comment-area {
    border-top: none
}

.mb-postPage .comment-area {
    margin: 0 22.5%;
    padding: 40px 0 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.mb-postPage .comment-area .comment-count {
    font-weight: 300;
    font-size: 1.6rem;
    margin-bottom: 40px
}

.mb-postPage .comment-area .comments .mb-userInfo {
    margin-top: 25px
}

.mb-postPage .comment-area .comments .mb-userInfo:not(:last-child) > .info {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06)
}

.mb-postPage .comment-area .comments .mb-userInfo:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06)
}

.mb-postPage .comment-area .comment {
    margin-top: 40px
}

.mb-postPage .comment-area .comment .current-user {
    display: inline-block;
    margin-bottom: 5px
}

.mb-postPage .comment-area .comment .current-user:hover {
    color: #7d8695
}

.mb-postPage .comment-area .comment .current-user .mb-avatar:hover {
    opacity: 1
}

.mb-postPage .comment-area .comment .current-user span {
    vertical-align: top;
    margin-left: 7px;
    line-height: 36px
}

.mb-postPage .comment-area .comment .mobile-verification-hint {
    margin-bottom: 20px
}

.mb-postPage .comment-area .comment .form_group .remind {
    color: #7D8695
}

.mb-postPage .comment-area .comment .form_group .remind .del {
    cursor: pointer;
    font-size: 1.8rem;
    margin-left: 5px;
    color: #f55d54
}

.mb-postPage .comment-area .comment .form_group trix-editor {
    max-height: 50vh
}

.mb-postPage .comment-area .comment .form-footer {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mb-postPage .comment-area .comment .form-footer .form-group {
    width: auto;
    margin: 0;
    white-space: nowrap;
    height: 42px
}

.mb-postPage .comment-area .comment .form-footer .form-group #embed {
    max-width: 150px
}

.mb-postPage .comment-area .comment .form-footer .form-group .form-input {
    display: inline-block;
    width: auto;
    margin: 0
}

.mb-postPage .comment-area .comment .form-footer .form-group .form-input:focus {
    border: 1px solid #e0e0e0
}

.mb-postPage .comment-area .comment .form-footer button {
    margin-right: 0;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mb-postPage .comment-area .comment .form-footer button .ladda-label {
    font-size: 1.4rem;
    line-height: 14px
}
.sign #web {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
}
.sign #web .login-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sign #web .login-box .box {
    min-height: 450px
}

.sign #web .login-box .login-header {
    padding-top: 40px;
    min-height: 240px
}

.sign #web .login-box .login-header h6, .sign #web .login-box .login-header .tab {
    margin-top: 30px
}

.sign #web .login-box .login-header h6 a, .sign #web .login-box .login-header .tab a {
    margin: 0 20px 20px
}

.sign #web .login-box .login-body {
    margin: 0 auto;
    width: 260px;
}

.sign #web .login-box .switch-domain {
    width: 80%;
    max-width: 260px;
    margin: 20px auto
}

@media screen and (max-width: 660px) {
    .sign #web .login-box .box {
        min-height: initial
    }

    .sign #web .login-box .quick-login, .sign #web .login-box .switch-domain {
        display: none
    }
}

.cross {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px
}

.cross:before {
    content: "";
    background: #f55d54;
    width: 16px;
    height: 1px;
    position: absolute;
    top: 8px
}

.cross:after {
    content: "";
    background: #f55d54;
    height: 16px;
    width: 1px;
    position: absolute;
    left: 8px
}

body.mb-tosPage {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABmJLR0QA/wD/AP+gvaeTAAAAJElEQVQYlWP49+b1/n9vXu9lIABYGP4zsDAwMfwjpHAUUAcAADfvCS6vL64KAAAAAElFTkSuQmCC")
}

body.mb-tosPage section {
    padding: 5% 10%
}

body.mb-tosPage section h4 {
    color: #f55d54;
    font-size: 2.4rem;
    margin: 50px 0 30px
}

body.mb-tosPage section h5 {
    font-size: 1.8rem;
    color: #525E71
}

body.mb-tosPage section h6 {
    font-size: 1.6rem;
    color: #525E71
}

body.mb-tosPage section p {
    font-size: 1.4rem;
    margin: 20px 0;
    text-indent: 2em;
    line-height: 2rem
}

body.mb-tosPage section ul {
    padding: 20px 0
}

body.mb-tosPage section ul li {
    text-indent: 2em;
    margin-bottom: 5px
}

.wechat-sign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wechat-sign #web {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wechat-sign #web form {
    width: 300px
}

.wechat-sign #web form .login-header img {
    border-radius: 100%;
    margin-bottom: 20px
}

.wechat-sign #web form .wps img {
    border-radius: 100%;
    margin: 0 30px
}

.wechat-sign #web form .wps span {
    color: #888;
    font-size: 20px
}

.wechat-sign #web form .wps p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
}

.wechat-sign #web form .wechat-name {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #f55d54
}

.wechat-sign #web form #bind-info {
    text-align: center;
    margin: 20px auto
}

.wechat-sign #web form #bind-info p {
    margin-bottom: 10px
}

.wechat-sign #web form #bind-info p.left {
    text-align: left
}

.wechat-sign #web form .bind-btns .form-group {
    margin: 20px 0
}

.wechat-sign #web form .bind-btns .form-group .btn {
    margin: 0;
    width: 100%
}

.wechat-sign #web form .new-account, .wechat-sign #web form .existing-account {
    margin-bottom: 2em;
    display: none
}

html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Pingfang SC", "Microsoft Yahei", "WenQuanYi Micro Hei", sans-serif;
    color: #27364E;
    font-size: 10px
}

html, body {
    overflow-x: hidden;
    font-weight: normal;
    line-height: 1.2
}

body {
    background-color: #fff;
    color: #27364E;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body #web {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

body.iframe .mb-navbar, body.iframe .mb-nav {
    display: none
}

body.iframe .mb-nav + #web, body.iframe .mb-navbar + #web, body.iframe #web {
    margin-top: 0
}

a {
    color: #7D8695
}

a:hover {
    color: #27364E
}

a:active {
    color: #7D8695
}

a.text-highlight {
    color: #f55d54
}

.open-in-app-wrapper {
    margin: 5rem
}

#db-visiblity-check {
    display: none
}

body trix-editor {
    width: 100%;
    margin-bottom: 10px
}

body trix-editor:focus {
    -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.15)
}

body trix-editor a {
    color: #f60;
    text-decoration: underline;
    text-align: center
}

body trix-editor .attachment {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 13px
}

body trix-editor .attachment .caption {
    display: block;
    margin: 4px auto 0 auto;
    padding: 0;
    text-align: center
}

.ladda-button {
    border-radius: 0px
}

.ladda-button[disabled], .ladda-button[data-loading] {
    border-color: #f55d54;
    background: #f55d54
}

.ladda-button[disabled]:hover, .ladda-button[data-loading]:hover {
    background: #f55d54
}

.outdated {
    margin-top: 10px;
    padding: 10px;
    font-size: 14px;
    background-color: #f9f9f9;
    color: #999
}
