.mip-page-loading-wrapper:after,
body:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgaWQ9ImxvYWRpbmciIHdpZHRoPSI2OSIgaGVpZ2h0PSI2OSIgc3R5bGU9IndpZHRoOjY5cHg7aGVpZ2h0OjY5cHg7IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAyNCAxMDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjOTIwMGZlIiBkPSJNNTEwLjY0IDEwMjQgcTM2LjI3IDAgNzMuNjYgLTUuNjcgcTEwMiAtMTMuNiAxODguMTIgLTY1LjcyIHE4Ny4yNiAtNTEgMTQ5LjU5IC0xMzMuNzMgcTY1LjczIC04OC4zOSA5MC42NiAtMTk3LjE4IHEyLjI3IC0xNC43NCAtNS42NiAtMjcuMiBxLTkuMDcgLTEyLjQ3IC0yMy44IC0xNyBxLTE0LjczIC0xLjEzIC0yNi4wNyA1LjY3IHEtMTMuNiA3LjkzIC0xNyAyMy43OSBxLTIxLjUzIDkwLjY2IC03OC4xOSAxNjcuNzIgcS0xMTQuNDYgMTQ2LjE5IC0yODYuNzEgMTcxLjEzIHEtMTc0LjUyIDI0LjkzIC0zMjYuMzggLTgxLjYgcS03MS4zOSAtNTQuMzkgLTExNS41OSAtMTI4LjA2IHEtNDQuMiAtNzMuNjYgLTU1LjUzIC0xNjAuOTIgcS0xMi40NiAtODguMzkgOS4wNyAtMTcyLjI1IHEyMC40IC04Mi43MyA3My42NiAtMTU0LjEyIHExMTUuNTkgLTE0Ni4xOSAyODguOTggLTE3MS4xMiBxMTczLjM4IC0yNC45NCAzMjQuMTEgODMuODYgcTYyLjMzIDQ1LjMzIDEwNC4yNiAxMDkuOTIgcTQwLjc5IDYxLjIgNjEuMTkgMTM3LjEzIHEyLjI3IDEzLjU5IDE1Ljg3IDIxLjUzIHExMS4zMyA2LjggMjcuMTkgMy40IHExNC43NCAtMy40IDIyLjY3IC0xNC43NCBxNy45MyAtMTMuNTkgMy40IC0yOC4zMyBxLTIwLjQgLTg3LjI2IC02OS4xMyAtMTYwLjkyIHEtNDguNzMgLTczLjY2IC0xMTguOTkgLTEyNi45MiBxLTE3OS4wNSAtMTI1Ljc5IC0zODAuNzcgLTk3LjQ2IHEtMjAyLjg1IDI5LjQ2IC0zMzcuNzEgMTk5LjQ1IHEtNjIuMzMgODMuODYgLTg3LjI2IDE4MC4xOSBxLTIzLjggOTcuNDYgLTcuOTMgMjAwLjU4IHExMi40NiAxMDAuODYgNjMuNDYgMTg4LjEyIHE1Mi4xMyA4Ni4xMyAxMzQuODYgMTQ4LjQ2IHE2Ny45OSA1MC45OSAxNDYuMTggNzUuOTMgcTc4LjIgMjYuMDYgMTU5Ljc5IDI2LjA2IGwwIDAgWiIvPjwvc3ZnPg==)
}

mip-fixed.header-fix {
    height: 3rem;
    overflow: visible
}

.header-logo {
    display: flex;
    justify-content: space-between;
    height: 2.8rem;
    width: 100%;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
    position: relative
}

.header-logo .logo {
    margin-top: .4rem;
    margin-left: .4rem;
    height: 2rem;
    width: 8.6rem;
    background: url(/skin/css/images/logo-light.png) no-repeat;
    background-size: 8.6rem 2rem
}

.header-logo .logo-link {
    display: inherit
}

.header-logo .search {
    display: inline-block;
    margin-right: 1rem;
    margin-top: .6rem;
    font-size: 2rem;
    color: #9200fe
}

.header-logo.header-transparent .search {
    fill: white;
    color: white
}

.header-logo.header-transparent {
    box-shadow: none;
    background: transparent;
    color: white;
    fill: white
}

.header-logo.header-transparent .logo {
    background-image: url('/skin/css/images/logo-light.png')
}

.header-logo .back {
    display: inline-block;
    position: absolute;
    left: 1rem;
    top: .4rem
}

.header-logo .title {
    flex: 1;
    justify-content: center;
    font-size: 1.3rem;
    align-items: center;
    color: black;
    text-align: center;
    line-height: 2.8rem
}

.header-logo .back .icon {
    font-size: 2rem;
    font-weight: bolder
}

.header-logo .chapter-title,
.header-logo .search-form {
    flex: 0 0 80%;
    padding-left: 2.3rem;
    font-size: 1rem;
    line-height: 2.9rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.header-logo .chapter-title {
    flex: 0 0 60%
}

.header-logo .read-tools {
    flex: 0 0 40%;
    text-align: right;
    line-height: 2.9rem
}

.header-logo .read-tools span {
    display: inline-block;
    margin-left: .8rem;
    text-align: center
}

.header-logo .read-tools span a {
    color: #9200fe
}

.header-logo .read-tools span.home-btn {
    font-size: 1.5rem
}

.header-logo .read-tools span.detail-btn {
    border-radius: 50%;
    font-size: 1rem;
    line-height: 1.35rem;
    height: 1.2rem;
    width: 1.2rem;
    border: 1px solid #9200fe
}

.header-logo .read-tools span.chapters {
    display: inline-block;
    padding-right: .3rem;
    font-size: 1.5rem;
    color: #9200fe
}

.header-logo .search-form {
    flex: 1
}

.header-logo .search-form .search-form-button {
    display: inline-block;
    color: white;
    background: transparent;
    border: 0;
    text-align: center;
    width: 12%;
    font-size: 1rem
}

.header-logo .search-form .search-form-button:focus {
    outline: 0
}

.header-logo .search-form .search-input {
    display: inline-block;
    width: 85%;
    padding-left: 2rem;
    border: 0;
    -webkit-appearance: none
}

.header-logo .search-form .search-input:focus {
    outline: 0
}

.header-search,
.header-login,
.header-register {
    background-color: #b45df5
}

.header-search,
.header-register,
.header-login span.back {
    color: white
}

.header-logo.header-login,
.header-logo.header-register div.title {
    color: white
}

.header-search i.icon-newsearch {
    position: absolute;
    color: #757575;
    font-size: 1.4rem;
    padding: .375rem;
    top: .4rem
}

.header-logo .back {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 2.3rem;
    height: 2.8rem;
    text-align: center
}

.header-logo .back .icon {
    font-size: 2rem;
    font-weight: bolder;
    line-height: 2.8rem
}

.search-form {
    position: relative
}

.search-form input {
    border: 1px solid #f1f1f1;
    padding: 6px;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    resize: none;
    font-size: 16px;
    padding-right: 30px
}

.search-form .search-input:focus+.clear {
    display: block
}

.more-menu {
    font-size: 3rem;
    margin-right: .5rem
}

#right-sidebar {
    background: transparent;
    height: 13.5rem;
    top: 1.5rem
}

.side-menu-li {
    font-size: 1.4rem;
    margin-top: .8rem;
    padding-left: 6px;
    font-weight: bolder
}

.side-menu-li a {
    color: white
}

.footer {
    position: relative;
    background-color: white;
    height: 3.5rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center
}
.footer .current_xephang{
    position: absolute;
    margin: auto;
    right: 0;
    bottom: 45px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: #673ab7;
    z-index: 999;
    box-sizing: border-box;
}    
.footer .current_xephang .li_xephang{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}
.footer .current_xephang .li_xephang .stt{
    width: 50px;
    text-align: center;
}
.footer .current_xephang .li_xephang .stt img{
    width: 30px;
}
.footer .current_xephang .li_xephang .name{
    width: 30%;
}
.footer .current_xephang .li_xephang .coin{
    width: 30%;
}
.footer .current_xephang .li_xephang .rank{
    width: 40%;
}
.content {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    padding: 3.25rem 10px 2.5rem 10px;
    box-sizing: border-box;
    background-color: white;
    min-height: 100vh;
    position: relative
}

.content.detail-page {
    margin-top: 0
}

.footer .footer_button {
    color: #6d6d6d;
    fill: #6d6d6d;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
    display: flex
}
.footer .footer_button .icon_img{
    width: 100%;
}
.footer .footer_button .icon_img img{
    height: 25px;
    width: auto;
}
.footer .footer_button a {
    display: inline-block;
    width: 100%
}

.footer .footer_button.selected a {
    color: #9200fe;
    fill: #9200fe
}

.footer .footer_button .footer_sub_title {
    margin: 0;
    font-size: .9rem
}

.footer_button i.icon {
    font-size: 1.5rem
}

.slideUp {
    height: 2.8rem
}

.slideDown {
    height: 0
}

.back-arrow {
    display: inline-block;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgaWQ9ImJhY2siIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgc3R5bGU9IndpZHRoOjQ4cHg7aGVpZ2h0OjQ4cHg7IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAyNCAxMDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjNjY2IiBkPSJNNTEyIDEwMjQgcS0xMS41MiAwIC0yMy4wNCAtNS4xMiBxLTExLjUyIC0zLjg0IC0yMC40OCAtMTIuOCBsMCAwIGwtNDUwLjU2IC00NTAuNTYgcS0xNy45MiAtMTkuMiAtMTcuOTIgLTQzLjUyIHEwIC0yNC4zMiAxNy45MiAtNDMuNTIgbDAgMCBsNDUwLjU2IC00NTAuNTYgcTE5LjIgLTE3LjkyIDQzLjUyIC0xNy45MiBxMjQuMzIgMCA0My41MiAxNy45MiBxMTcuOTIgMTkuMiAxNy45MiA0My41MiBxMCAyNC4zMiAtMTcuOTIgNDMuNTIgbDAgMCBsLTQwNy4wNCA0MDcuMDQgbDQwNy4wNCA0MDcuMDQgcTE3LjkyIDE5LjIgMTcuOTIgNDMuNTIgcTAgMjQuMzIgLTE3LjkyIDQzLjUyIGwwIDAgcS04Ljk2IDguOTYgLTIwLjQ4IDEyLjggcS0xMS41MiA1LjEyIC0yMy4wNCA1LjEyIGwwIDAgbDAgMCBsMCAwIFoiLz48L3N2Zz4=);
    background-size: cover;
    margin-bottom: -0.1rem
}

#toastMsg {
    width: 100%;
    text-align: center
}

#toastMsg .toast {
    margin: 0 auto;
    background: rgba(0, 0, 0, .8);
    border-radius: 4px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    line-height: 100%;
    height: auto;
    display: inline-block;
    padding: 10px
}

#toastMsg.hide-toast {
    display: none
}

.annoy-log {
    width: 100%
}

.annoy-log {
    font-size: 3.2rem;
    text-align: center;
    color: #797979
}

.profile {
    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto;
    height: 0;
    padding-bottom: 100%;
    background-image: url(images/profileCover.png);
    background-repeat: no-repeat;
    background-position: 10% 4%;
    background-size: 500%;
    border-radius: 50%
}
.profile img{
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    object-fit: cover;
}
.profile-1 {
    background-position: 10% 4%
}

.profile-2 {
    background-position: 41% 4%
}

.profile-3 {
    background-position: 71% 4%
}

.profile-4 {
    background-position: 97% 4%
}

.profile-5 {
    background-position: 10% 33%
}

.profile-6 {
    background-position: 40% 33%
}

.profile-7 {
    background-position: 69% 32%
}

.profile-8 {
    background-position: 97% 32%
}

.profile-9 {
    background-position: 8% 65%
}

.profile-10 {
    background-position: 39% 64%
}

.profile-11 {
    background-position: 69% 64%
}

.profile-12 {
    background-position: 97% 64%
}

.profile-13 {
    background-position: 7% 95%
}

.profile-14 {
    background-position: 39% 95%
}

.profile-15 {
    background-position: 69% 95%
}

.profile-16 {
    background-position: 97% 95%
}
.edit_avatar{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.edit_avatar img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.cm-comment .cm-u-logo {
    flex: 0 0 15%
}

.you-link {
    margin-right: -3rem;
    margin-top: 50vh;
    width: 10rem;
    height: auto
}

body {
    font-size: 16px;
    margin: 0 auto;
    max-width: 520px;
    background-color: #666
}

@media screen and (orientation:portrait) and (min-width:520px) {
    body {
        max-width: 520px
    }

    mip-fixed {
        max-width: 520px
    }

    mip-fixed[type=top] {
        left: calc(100%/2 - 260px)
    }

    mip-fixed[type=bottom] {
        left: calc(100%/2 - 260px)
    }

    body mip-lightbox {
        left: calc(100%/2 - 260px)
    }

    #toastMsg {
        left: calc(100%/2 - 260px)
    }
}

@media screen and (orientation:landscape) and (max-width:960px) {
    body {
        max-width: 100%
    }

    mip-fixed {
        max-width: 100%
    }
}

@media screen and (min-width:960px) {

    mip-fixed {
        max-width: 520px
    }

    mip-fixed[type=top] {
        left: calc(100%/2 - 260px)
    }

    mip-fixed[type=bottom] {
        left: calc(100%/2 - 260px)
    }

    body mip-lightbox {
        left: calc(100%/2 - 260px)
    }

    #toastMsg {
        left: calc(100%/2 - 260px)
    }
}
@media (min-width: 520px) {
    .css-15c0xsw-root {
        padding: 0px;
    }
}
@media (min-width: 960px) {
    .css-15c0xsw-root {
        max-width: 960px;
    }
}