﻿@charset "UTF-8";@import url(css/style.css);* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scrollbar-color: #8590a6 #e7eaf1;
    scrollbar-width: thin
}

html {
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased
}

body {
    color: #9ca0ad;
    font-family: Arial,"Microsoft YaHei","WenQuanYi Micro Hei","Open Sans","Hiragino Sans GB",Verdana,sans-serif;
    font-size: 15px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #f3f4f7;
    padding: 0;
    margin: 0;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga","kern"
}

p {
    line-height: 1.9em;
    font-weight: 400;
    font-size: 16px;
    white-space: normal;
    word-break: break-all;
    color: #393e46
}

a {
    text-decoration: none
}

a:link,a:visited {
    opacity: 1;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    -ms-transition: all .15s linear;
    transition: all .15s linear;
    color: #222831
}

a:active,a:hover {
    color: #364cc6
}

h1 {
    line-height: 1.35;
    font-weight: 500
}

h2,h3,h4 {
    text-rendering: optimizeLegibility;
    margin: 2rem 0;
    font-weight: 500
}

strong {
    font-weight: 700
}

img,video {
    max-width: 100%;
    height: auto
}

ul ul {
    margin: .4em 0
}

ol li {
    margin-left: 20px;
    list-style: decimal;
    padding-left: 3px
}

ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

a img {
    border: none
}

sub,sup {
    font-size: 65%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    margin: 0 4px
}

sup {
    top: -.5em
}

::-webkit-scrollbar-track-piece {
    background-color: #e7eaf1
}

::-webkit-scrollbar {
    width: 5px;
    height: 10px
}

::-webkit-scrollbar-thumb {
    background: #8590a6;
    border-radius: 2px;
    border: 0
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    90% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    90% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes refresh-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes refresh-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.box-middle {
    float: left;
    width: 100%
}

.inbox .post-page,.post-list {
    margin-right: 360px
}

.block-wrap,.inbox .post {
    background-color: #fff;
    margin: 0 25px 30px 0;
    padding: 30px 30px 1px;
    box-shadow: 0 1px 3px rgba(158,158,158,.22)
}

.block-wrap {
    padding: 0;
    overflow: hidden
}

.place {
    line-height: 30px;
    font-size: .8rem;
    margin-bottom: 10px;
    color: #9ca0ad
}

.place i {
    margin-right: 3px;
    font-size: 15px
}

.place a {
    color: #9ca0ad
}

.istop {
    padding: 3px 5px;
    font-size: 14px;
    vertical-align: 3px;
    margin-right: 5px
}

@media screen and (max-width: 990px) {
    .inbox .post-page,.post-list {
        max-width:100%;
        width: 100%
    }
}

.csbtn {
    color: #fff;
    background-image: -webkit-gradient(linear,left top,right top,from(#ff4740),color-stop(#ffa069),color-stop(#ffab55),to(#ff6c40));
    background-image: -o-linear-gradient(left,#ff4740,#ffa069,#ffab55,#ff6c40);
    background-image: linear-gradient(to right,#ff4740,#ffa069,#ffab55,#ff6c40);
    background-size: 300% 100%;
    border: 0
}

.danbtn {
    color: #ea1414;
    background-color: #ffe6e6;
    border: 0
}

.danbtn:active,.danbtn:focus,.danbtn:hover {
    color: #fff;
    border: 0;
    background: -o-linear-gradient(135deg,#ff2b4f 0,#ff7f6a 100%);
    background: linear-gradient(315deg,#ff2b4f 0,#ff7f6a 100%)
}

.con {
    display: none;
    position: absolute;
    z-index: 0;
    top: 20px;
    left: 15px
}

.con i {
    color: #fff;
    font-size: 20px
}

.bgDiv {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position: fixed;
    display: none;
    z-index: 99;
    bottom: 0
}

.mobile-sidebar {
    width: 75%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: rgba(0,0,0,.8);
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-overflow-scrolling: touch
}

.mobile-sidebar a {
    color: #fff
}

@media (max-width: 991.98px) and (min-width:768px) {
    .mobile-sidebar {
        width:300px
    }
}

.mobile-sidebar.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.mobile-sidebar-header {
    padding: .5rem 0;
    text-align: right
}

#mico-close {
    width: 45px;
    text-align: center;
    font-size: 26px
}

.mobile-sidebar-header .btn-group {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.mobile-sidebar-header .btn-group i {
    font-size: 20px;
    margin: 10px
}