#app>*:first-child {
    opacity: 1;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#app.app_init>*:first-child {
    opacity: 0;
}
#app.app_init:after {
    position: absolute;
    display: block;
    top: 6rem;
    left: 50%;
    margin-left: -1.5rem;
    width: 3rem;
    height: 3rem;
    content: ' ';
    background-image: url(/static/svg/loading.svg);
    background-size: 100% 100%;
    animation: loading 1s infinite linear;
    -webkit-animation: loading 1 infinite linear; /* Safari 与 Chrome */
}
.fr {
    float: right;
}
.user-flower .h-img-left {
    width: 1.3rem;
    height: 1.3rem;
}
.money_auto_zh {
    background: url("../images/index/checkbox_select_up.png") left center no-repeat;
    background-size: 0.7rem;
    padding-left:1rem;
    font-size:0.6rem;
}
.money_auto_zh.no_select {
    background: url("../images/index/checkbox_unselect.png") left center no-repeat;
    background-size: 0.7rem;
}
@-webkit-keyframes loading /* Safari 与 Chrome */
{
    from {
        transform:rotate(0deg);
        -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
    }
    to {
        transform:rotate(360deg);
        -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
    }
}
.loading_btn {
    line-height: 2rem;
    justify-content: center;
    align-items: center;
    clear: both;
}
.load_gray {
    color: #7c859a;
    font-size: 0.7rem;
}
.spinner {
    margin-right: .2rem;
    height: 1rem;
    text-align: center;
}

.spinner > div {
    float: left;
    margin: 0 .05rem;
    background-color: #67CF22;
    height: 100%;
    width: .1rem;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
.search {
    padding: .5rem;
}
.black_block {
    margin: .5rem;
    text-align: center;
    color: #7c859a;
    font-size: 0.8rem;
    line-height: 2rem;
    justify-content: center;
    align-items: center;
}

.rank_no{
    margin-right: .5rem;
    text-align: center;
    color: #2fb4f9;
    font-size: 1.0rem;
}
.rank_no>* {
    display: block;
    line-height: 2.2rem;
    height: 2.2rem;
    width: 2.2rem;
}
.rank_box>div:nth-child(1) .rank_no{
    background: url(/static/theme/default/svg/guanjun.png) no-repeat center;
}
.rank_box>div:nth-child(2) .rank_no{
    background: url(/static/theme/default/svg/yajun.png) no-repeat center;
}
.rank_box>div:nth-child(3) .rank_no{
    background: url(/static/theme/default/svg/jijun.png) no-repeat center;
}
.rank_box>div:nth-child(1) .rank_no>span ,.rank_box>div:nth-child(2) .rank_no>span ,.rank_box>div:nth-child(3) .rank_no>span {display: none}
.rank_box>div:nth-child(1) .rank_no ,.rank_box>div:nth-child(2) .rank_no ,.rank_box>div:nth-child(3) .rank_no {height: 2.2rem;width: 2.2rem;background-size: cover;}
.user_in {
    line-height: 1.25rem;
    text-align: left;
    color: #ffffff;
}
.explan {
    font-size: .6rem;
    color: #6e6e92;
    line-height: .75rem;
}
.user_lv_title {
    position: absolute;
    top: .5rem;
    right: 0;
    font-size: .6rem;
    color: #FFF;
    border-radius: .05rem 0 0 .05rem;
    padding: 0 .5rem;
    line-height: 26px;
    background: #0BBD93;
}
.rank_photo{width: 2.2rem;height: 2.2rem;background-size: cover;margin-right: 0.4rem;border-radius: 50%}