/* CSS Document */
.note.note-info {
    background-color: #f5f8fd;
    border-color: #8bb4e7;
    color: #010407;
}

.note {
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    border-radius: 0 4px 4px 0;
}

.meminfo {
    width: 100%;
}

.meminfo ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.meminfo ul li {
    list-style: none;
    line-height: 2;
}

.post-content-block {
    padding: 30px;
}

.post-main-content h1 {
    margin-bottom: 18px;
}

.post-main-content img {
    margin-bottom: 20px;
}

.post-main-content blockquote {
    color: #4c4f60;
    font-size: 16px;
    font-style: italic;
    text-align: center;
    padding: 48px 30px 30px;
    border: 1px solid #e2e6fb;
    position: relative;
    margin-top: 50px;
    margin-bottom: 25px;
}

.post-main-content blockquote h4 {
    margin-bottom: 0;
    color: #2981ff;
    font-style: normal;
}

.post-main-content h5 {
    font-weight: 700;
}

.post-main-content blockquote:before {
    content: '\f10e';
    font-family: 'FontAwesome';
    font-size: 16px;
    font-style: normal;
    color: #fff;
    background-color: #2981ff;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
    left: 0;
    right: 0;
    top: -25px;
    margin: auto;
}

.post-categories {
    margin-bottom: -10px;
}

.post-categories li {
    margin-bottom: 10px;
}

.post-categories li:not(:last-child) {
    margin-right: 10px;
}

.post-categories a {
    font-size: 10px;
    color: #8287a7;
    text-transform: uppercase;
    display: block;
    border: 1px solid #e2e6fb;
    padding: 5px 8px;
}

.post-categories a:hover {
    color: #fff;
    border-color: #2981ff;
    background-color: #2981ff;
}

.post-share-icons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
}

.social-icons-light a {
    color: #8287a7;
}

.social-icons-light a:hover {
    color: #2981ff;
}

.post-navigation li {
    max-width: 260px;
}

.post-nav-content span {
    font-size: 10px;
    color: #8287a7;
    text-transform: uppercase;
}

.post-nav-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
}

.post-navigation li a:hover .h6 {
    color: #2981ff;
}

.btn-flat {
    border-radius: 0px;
}

.yunye_tab {
    border: none;
    box-shadow: none;
    margin-bottom: 0px;
}



/*  mui修改 */
.mui-toast-container {
    top: 40% !important;
}

.mui-checkbox.mui-left .labeltext,
.mui-radio.mui-left .labeltext {
    padding: 11px 15px;
    padding-right: 15px;
    padding-left: 58px;
    font-weight: normal;
    font-size: 16px;
    float: left;
    display: inline-block;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 1.1;
    max-width: 100%;
    margin-bottom: 5px;
    cursor: default;
}

@media (min-width: 768px) {

    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer {
        margin-left: 250px;
    }
}