.page{
    width: 7.5rem;
    width: 100%;
    height: 100%;
    /* background-color: #f8f8f8; */
}

.btn{
    float: right;
    width: 1.6rem;
    height: .8rem;
    margin-top: .1rem;
    background: #FFFFFF;
    border: .03rem solid #298CF7;
    border-radius: .4rem;
    font-size: .28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #298CF7;
    line-height: .8rem;
    text-align: center;
    box-sizing: border-box;
}

.hr{
    width: 100%;
    height: .2rem;
    background: #f8f8f8;
}
.hide-box{
    display: none;
}

.app_logo{
    width: 1.8rem;
    height: 1.8rem;
    margin-right: .2rem;
    border-radius: .36rem;
    overflow: hidden;
}
.app_logo img{
    display: block;
    width: 100%;
    height: 100%;
}

.page .backImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.5;
    z-index: -1;
}

.page .app_box{
    width: 100%;
    margin-top: .2rem;
    background: #FFFFFF;
    padding: 0 .3rem;
    padding-top: .1rem;
    box-sizing: border-box;
    border-radius: .3rem .3rem 0 0;
}
.page .about_box{
    width: 100%;
    background: #FFFFFF;
    padding: 0 .3rem;
    box-sizing: border-box;
}

.app_info {
    display: flex;
    margin-top: .4rem;
}

.app_info .info_right{
    flex: 1;
    width: 4.6rem;
}

.app_info .info_right h3{
    display: block;
    margin-bottom: .32rem;
    font-size: .36rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #323232;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.app_info .info_right .info_bottom .info_type{
    float: left;
}
.app_info .info_right .info_bottom .info_type span{
    display: block;
    margin-bottom: .2rem;
    font-size: .28rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
}
.app_info .info_right .info_bottom .info_type span:nth-of-type(2){
    margin: 0;
}

.app_box .til{
    display: block;
    margin: .28rem 0;
    font-size: .32rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #323232;
}
.app_box p{
    width: 100%;
    font-size: .28rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #323232;
    line-height: .48rem;
    padding-bottom: .58rem;
    border-bottom: .02rem solid #F6F6F6;
}
.app_box .app_rank ul li{
    display: flex;
    justify-content: space-between;

    align-items: center;
    width: 100%;
    height: 2.4rem;
}
.app_box .app_rank ul li i{
    width: .5rem;
    height: .57rem;
    margin-right: .26rem;
    background-color: blueviolet;
    background: url("../images/rank_other.png") no-repeat center;
    background-size: contain;
    font-size: .23rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: .57rem;
    color: #FFFFFF;
    text-align: center;
}

.app_box .app_rank ul li:nth-of-type(1) i{
    font-size: 0;
    width: .58rem;
    height: .72rem;
    background-image: url("../images/rank_1.png");
}
.app_box .app_rank ul li:nth-of-type(2) i{
    font-size: 0;
    width: .58rem;
    height: .72rem;
    background-image: url("../images/rank_2.png");
}
.app_box .app_rank ul li:nth-of-type(3) i{
    font-size: 0;
    width: .58rem;
    height: .72rem;
    background-image: url("../images/rank_3.png");
}

.app_box .app_rank ul li .li_box {
    display: flex;
    align-items: center;
    flex: 1;
    width: 70%;
    height: 100%;
    border-bottom: .02rem solid #f6f6f6;
}

.app_box .app_rank ul li .li_box .rank_info{
    /* flex: 1; */
    width: 66%;
}

.app_box .app_rank ul li .li_box .rank_info h5{
    font-size: .32rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.app_box .app_rank ul li .li_box .rank_info .rank_type{
    float: left;
}

.app_box .app_rank ul li .li_box .rank_info .rank_type{
    width: 60%;
}

.app_box .app_rank ul li .li_box .rank_info .rank_type span{
    display: block;
    margin-top: .3rem;
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.app_box .app_rank ul li .li_box .rank_info .btn{
    margin-top: .34rem;
}
.app_box .load_more{
    width: 100%;
    height: .8rem;
    margin: .4rem 0 .6rem;
    background: #FFFFFF;
    line-height: .8rem;
    border: .02rem solid #298CF7;
    border-radius: .1rem;
    font-size: .28rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #298CF7;
    text-align: center;
}

.tag_title{
    width: 100%;
    height: 0.96rem;
    border-bottom: .02rem solid #F6F6F6;
    box-sizing: border-box;
}

.tag_title span{
    position: relative;
    float: left;
    display: block;
    height: 100%;
    margin-right: .5rem;
    font-size: .32rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #999999;;
    line-height: 0.96rem;
}

.tag_title span.active {
    color: #298CF7;
}
.tag_title span.active::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .06rem;
    background: #298CF7;
    content: "";
}

.to_more {
    position: relative;
    float: right;
    margin-right: .2rem;
    height: 100%;
    font-size: .28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #298CF7;
    line-height: 0.96rem;
}

.to_more::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -.2rem;
    margin: auto 0;
    content: "";
    width: 0.13rem;
    height: 0.17rem;
    background: url("../images/icon_m.png") no-repeat center;
    background-size: contain;
}

.tag_list{
    display: none;
    padding: .3rem 0 .3rem;
}

.tag_list.active{
    display: block;
}

.tag_list li a {
    width: 100%;
    height: .68rem;
    line-height: .64rem;
    display: block;
    font-size: .28rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.topic_title{
    width: 100%;
    height: 1.1rem;
}
.topic_title span{
    position: relative;
    margin-left: .23rem;
    font-size: .32rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 1.1rem;
}
.topic_title span::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: -.23rem;
    margin: auto 0;
    content: "";
    width: .12rem;
    height: .34rem;
    background: url("../images/icon_t.png") no-repeat center;
    background-size: contain;
}
.topic_title .to_more{
    line-height: 1.1rem;
}

.topic_list li{
    float: left;
    margin-right: .3rem;
    margin-bottom: .3rem;
}

.topic_list li:nth-of-type(2n){
    margin-right: 0;
}

.topic_list li a {
    width: 3.28rem;
    float: left;
}

.topic_list li a .topic_pho{
    width: 3.28rem;
    height: 1.8rem;
    border-radius: .06rem;
    overflow: hidden;
}

.topic_list li a .topic_pho img{
    width: 100%;
}
.topic_list li a span{
    display: block;
    margin-top: .2rem;
    padding: 0 .1rem;
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}