body {
    margin: 0px;
    background: #FFFFFF;
    font-family: PingFang SC;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.index_back {
    width: 100%;
    position: absolute;
    z-index: -1;
}

.index_page {
    padding-bottom: 20px;
}

.index_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    padding: 0 12px;
}

.index_left {
    width: 24px;
    height: 24px;

}

.index_pageName {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #333333;
}

.index_share {
    width: 24px;
    height: 24px;
}

.index_appLeft {
    display: flex;
    align-items: center;
}

.index_appLeft_tx {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    margin-right: 12px;

}

.index_appName {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}

.index_appName_name {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    color: #333333;
    margin-bottom: 4px;
}

.index_appName_txt {
    font-size: 12px;
    font-weight: 400;
    line-height: 21.6px;

    color: #000000CC;
}

.index_download {
    width: 22px;
    height: 22px;
}

.index_appRight {
    width: 100px;
    height: 36px;
    border-radius: 22px;
    background: linear-gradient(0deg, #FB1836 0%, #FB1836 100%), linear-gradient(124deg, #6974E9 26.56%, #5DEB81 86.61%), #00D5BC;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.index_appBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    margin-top: 20px;
}

.index_appContent {
    margin: 12px 12px;
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, 0.03);
background: rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    display: flex;
}

.index_yinhao {
    width: 24px;
    height: 24px;
}

.index_appContent_txt {
    margin-left: 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 21.6px;
    color: #000000CC;
    /*text-decoration: underline;*/
}

.index_banner {
    width: 150px;
    height: 250px;
    margin-right: 12px;
}

.index_imgBox {
    display: flex;
    width: calc(100% - 12px);
    overflow: scroll;
    padding-left: 12px;
}

.index_tuijian {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #FFFFFFCC;
    margin: 20px 0 8px 12px;
}

.index_jggImg {
    width: 60px;
    height: 60px;
    border-radius: 10px;

}

.index_jggTxt {
        text-align: center;
    width: 60px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    color:#000000CC;
    margin: 4px 0;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略符号 */
}

.index_jggDownBtn {
    width: 54px;
    height: 22px;
    border-radius: 22px;
    background: #FB18360F;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: #FB1836;
    display: flex;
    align-items: center;
    justify-content: center;

}

.index_download_green {
    width: 12px;
    height: 12px;
}

.index_jgg_dot {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
    margin-right: 12px;
}

.index_jgg {
    display: flex;
    width: calc(100% - 12px);
    overflow: scroll;
    padding-left: 12px;

}

.alive_left {
    width: 24px;
    height: 24px;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 999;

}

.download_black {
    width: 20px;
    height: 20px;
    margin-left: 4px;
}

.alive_btn {
    height: 40px;
    margin: 0 13.5px;
    border-radius: 18px;
    background:#ED397D;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;

}