
div#download {
    top: 0;
    bottom: inherit;
    -webkit-animation: banner-show1 0.5s ease-out 0.5s;
    animation: banner-show1 0.5s ease-out 0.5s;
    position: fixed;
    bottom: 0;
    z-index: 8;
    left: 0;
    width: 100%;
    right: 0;
    margin: 0 auto;
    /* width: 7.5rem; */
    max-width: 550px;
    height: 3.36rem;
    overflow: hidden;
    /*background-color: #0e0b171f;*/
    background-repeat: no-repeat;
    background-position: 0.38rem 0.53rem;
    background-size: 2rem;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation: banner-show 0.5s ease-out 0.5s;
    animation: banner-show 0.5s ease-out 0.5s;

}

.download-btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 0;
    outline: 0;
    padding: 0;
    width: 3.92rem;
    height: 1.56rem;
    line-height: 1.56rem;
    border-radius: 0.04rem;
    float: right;
    margin-top: -1.4rem;
    margin-right: 0.4rem;
    /* background-color: #fe2c55;*/
    font-size: 0;
}

.download-btn span.txt {
    color: #fff;
    font-size: 0.28rem;
    vertical-align: middle;
}


.follow {
    margin-right: 10px;
}
.recommend{
    margin-right: 10px;
}

.hot {
    margin-left: 10px;
}

.topnav .header-menu-item a{
    color: hsla(0,0%,100%,.5);
    font-size: 20px;
}

.topnav .active a {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}

.header-menu-item .nav[data-v-dc9e4f50] {
    font-size: .36rem;
    color: hsla(0,0%,100%,.5);
    text-shadow: 0 1px 10px rgba(0,0,0,.5);
}

i.underline {
    position: absolute;
    display: block;
    overflow: hidden;
    /* left: 50%; */
    /* bottom: -5px; */
    text-align: center;
    width: 30px;
    margin-left: 7px;
    margin-top: 2px;
    height: 3px;
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background-color: #ffffff;
    opacity: 1;
}



.topnav {
    /* text-align: center; */
    /* margin: 0 auto; */
    margin-top: 10px;
    font-size: 19px;
    color: #fff;
    display: flex;
    justify-content: center;
}


img.search {
    width: 1.4rem;
}
.page-top-group{
    top: 3.36rem!important;
}
#page{
    margin-top: 2.7rem!important;
}
/*
.swiper-slide{
    margin-bottom: 2.5rem!important;
}
*/
