#__bs_notify__ {
    display: none !important;
}

[class*=tell] {
    display: table-cell;
    vertical-align: middle;
}

[class*=dt] {
    display: table;
    width: 100%;
}

[class*=fw] {
    float: left;
    width: 100%;
}

[class*=item] ul {
    display: table;
    width: 100%;
}

[class*=item] ul li {
    width: 100%;
}

[class*=item] ul li:last-child {
    border-bottom: none;
}

.toutu img {
    width: 100%;
    vertical-align: bottom;
}

.mobile-wrap {
    position: relative;
    min-height: 100vh;
}

main {
    width: 100%;
}

.appItem {
    width: 100%;
    padding: 0 16px;
    margin-top: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0.4rem;
}

.appItem .left {
    width: 72px;
    height: 72px;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.2rem;
    overflow: hidden;
}

.appItem .left img {
    width: 100%;
    min-height: 100%;
}

.appItem .right {
    width: -webkit-calc(100% - 2.6rem);
    width: calc(100% - 2rem);
}

.appItem .right strong {
    color: #111;
    font-size: 0.4rem;
    line-height: 1.4;
    display: block;
}

.appItem .right strong span {
    color: #8e8e93;
    font-size: 0.24rem;
    -webkit-border-radius: 0.08rem;
    border-radius: 0.08rem;
    padding: 0.02rem 0.1rem;
    border: 1px solid #8e8e93;
    vertical-align: middle;
    margin-left: 0.1rem;
}

.appItem .right .installBox {
    padding-top: 0.4rem;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.appItem .right .installBox a {
    display: inline-block;
}

.appItem .right .installBox a:active {
    opacity: 0.85;
}

.appItem .right .installBox .down {
    min-width: 2.1rem;
    background-color: #017afe;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    text-align: center;
    color: #fff;
    font-size: 0.28rem;
    padding: 0 0.15rem;
    height: 0.62rem;
    line-height: 0.62rem;
}

.appItem .right .installBox .doubt {
    width: 0.62rem;
    height: 0.62rem;
    line-height: 0.62rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #017afe;
    color: #fff;
    font-size: 0.28rem;
    font-weight: bold;
    text-align: center;
}

.appItem .appTip {
    width: 100%;
    padding-top: 0.4rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.appItem .appTip .score {
    line-height: 1.2;
}

.appItem .appTip .score .star {
    color: #8e8e93;
    font-weight: bold;
    font-size: 0.34rem;
}

.appItem .appTip .score .star var {
    width: 1.6rem;
    height: 0.32rem;
    background: url("../images/star.jpg") 0 0;
    -webkit-background-size: 0.32rem 0.72rem;
    background-size: 0.32rem 0.72rem;
    display: inline-block;
}

.appItem .appTip .score p {
    color: #d8d8d8;
    font-size: 0.24rem;
    line-height: 1.6;
}

.appItem .appTip .centerBox {
    color: #8e8e93;
    font-size: 0.3rem;
    text-align: center;
    font-weight: bold;
}

.appItem .appTip .centerBox i {
    position: relative;
    top: -0.1rem;
}

.appItem .appTip .age {
    color: #8e8e93;
    line-height: 1.2;
    text-align: right;
}

.appItem .appTip .age b {
    font-size: 0.34rem;
    display: block;
}

.appItem .appTip .age p {
    color: #d8d8d8;
    font-size: 0.24rem;
}

.comment {
    width: 100%;
    padding: 0.34rem 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comment .left {
    text-align: center;
    padding-left: 0.2rem;
}

.comment .left b {
    font-size: 1.2rem;
    color: #4c4c50;
    line-height: 1.1;
}

.comment .left p {
    font-size: 0.28rem;
    color: #8e8e93;
    font-weight: bold;
}

.comment .right {
    -webkit-box-flex: 0.9;
    -webkit-flex-grow: 0.9;
    -ms-flex-positive: 0.9;
    flex-grow: 0.9;
}

.comment .right p {
    font-size: 0.28rem;
    color: #8e8e93;
    line-height: 1.4;
    text-align: right;
}

.comment .right .star_row {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment .right .star_row span {
    width: 1.2rem;
    height: 0.24rem;
    display: inline-block;
    text-align: right;
}

.comment .right .star_row span i {
    height: 0.16rem;
    display: inline-block;
    background: url("../images/star.jpg") 0 0;
    -webkit-background-size: 0.18rem 0.34rem;
    background-size: 0.18rem 0.34rem;
}

.comment .right .star_row span.s1 i {
    width: 0.9rem;
}

.comment .right .star_row span.s2 i {
    width: 0.72rem;
}

.comment .right .star_row span.s3 i {
    width: 0.54rem;
}

.comment .right .star_row span.s4 i {
    width: 0.36rem;
}

.comment .right .star_row span.s5 i {
    width: 0.18rem;
}

.comment .right .star_row .lineBox {
    width: -webkit-calc(100% - 1.6rem);
    width: calc(100% - 1.6rem);
    height: 0.05rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    background-color: #e5e5e5;
    overflow: hidden;
}

.comment .right .star_row .lineBox var {
    height: 100%;
    -webkit-border-radius: 0 0.3rem 0.3rem 0;
    border-radius: 0 0.3rem 0.3rem 0;
    background-color: #8e8e93;
    float: left;
}

.comment .right .star_row .lineBox var.v1 {
    width: 90%;
}

.comment .right .star_row .lineBox var.v2 {
    width: 10%;
}

.comment .right .star_row .lineBox var.v3 {
    width: 4%;
}

.comment .right .star_row .lineBox var.v4 {
    width: 2%;
}

.comment .right .star_row .lineBox var.v5 {
    width: 1%;
}

.publicTitle {
    width: 100%;
    font-size: 0.4rem;
    line-height: 1.2;
    letter-spacing: 0.02rem;
    margin-bottom: 0.3rem;
    display: block;
}

.newFunction {
    width: 100%;
    padding: 0.34rem 0;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.4;
}

.newFunction p {
    font-size: 0.3rem;
    color: #333;
}

.appInfo {
    width: 100%;
    padding: 0.34rem 0;
}

.appInfo .box ul li {
    width: 100%;
    line-height: 1.4;
    padding: 0.15rem 0;
    float: none;
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.appInfo .box ul li:last-child {
    border-bottom: none;
}

.appInfo .box ul li span {
    -webkit-box-flex: 0.1;
    -webkit-flex-grow: 0.1;
    -ms-flex-positive: 0.1;
    flex-grow: 0.1;
    font-size: 0.24rem;
    color: #8e8e93;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.appInfo .box ul li p {
    width: 80%;
    color: #333;
    font-size: 0.24rem;
    text-align: right;
    display: inline-block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-wrap: break-word;
}

.footer {
    width: 100%;
    padding: 0.15rem 3%;
    background-color: #eee;
    color: #a9a9a9;
    line-height: 1.6;
}

.footer p {
    font-size: 0.2rem;
}

.footer p.p2 {
    text-indent: 0.4rem;
}

.pup {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.guide {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 0.2rem;
}

.guide .colse {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 0.7rem;
    height: 0.7rem;
    background: url("../images/31cb4_4_200_200.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
}

.guide .pics {
    width: 100%;
    height: 5.5rem;
}

.guide .pic {
    width: 100%;
    height: 4.2rem;
    overflow: hidden;
}

.guide .pic img {
    width: 100%;
    min-height: 100%;
}

.guide .text {
    padding: 0.15rem;
    color: #1e93ff;
    font-size: 0.26rem;
    line-height: 1.6;
    text-align: center;
}

.guide .swiper-container {
    height: 100%;
}

.guide .swiper-pagination {
    bottom: 0 !important;
}

.guide .swiper-pagination span {
    background-color: #def1ff;
    opacity: 1;
}

.guide .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #70c2fe;
    opacity: 1;
}

.guide .smallTip {
    text-align: center;
    line-height: 1.4;
    padding-top: 0.3rem;
}

.guide .smallTip a {
    color: #1daafc;
    font-size: 0.24rem;
}

.pupPic {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.pupPic img {
    width: 100%;
    height: 100%;
}

.wheel-bg {
    position: fixed;
    /* 固定定位，覆盖整个屏幕 */
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140vw;
    background-color: rgba(0, 0, 0, 0.75);
    /* 黑色背景，75%透明度 */
    display: none;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    z-index: 2000;
    /* 确保遮挡层在最上面 */
}

.share-icon {
    width: 6vw;
    margin-left: 2vw;
}

.btn-rotate {
    transition: transform 0.05s;
}

.btn-rotate:active {
    transform: scale(0.9);
}

.toast {
    align-items: center;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    left: 0;
    line-height: 20px;
    margin: 0 auto;
    max-height: 100%;
    max-width: 70%;
    min-height: 100px;
    padding: 16px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s;
    white-space: pre-wrap;
    width: 100px;
    z-index: 2000;
}

.load {
    display: inline-block;
    margin-bottom: 8px;
    height: 30px;
    width: 30px;
    border: 1.5px solid transparent;
    border-top-color: white;
    border-left-color: white;
    border-bottom-color: white;
    animation: circle 1s infinite linear;
    -webkit-animation: circle 1s infinite linear; /* Safari 和 Chrome */
    border-radius: 50%
}

.loading__text {
    min-height: 0;
    min-width: 100px;
    padding: 8px 12px;
    width: -moz-fit-content;
    width: fit-content
}

@-webkit-keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg)
    }
}

.install_mask__bg {
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    display: none;
    flex-direction: column;
    justify-content: center;
    left: 0;
    line-height: 20px;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    min-height: 100px;
    padding: 16px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s;
    white-space: pre-wrap;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

.install__bg {
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    left: 0;
    line-height: 20px;
    margin: 0 auto;
    max-height: 100%;
    max-width: 80%;
    min-height: 80px;
    padding: 16px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s;
    white-space: pre-wrap;
    width: 400px;
    z-index: 2000;
}

.install__title_text {
    min-height: 0;
    min-width: 100px;
    padding: 8px 12px;
    width: fit-content;
    font-size: 22px;
    color: #8A8A90;
}

.install__button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #01875f;
    color: #fff;
    font-size: 16px;
    height: 40px;
    width: 250px;
    border-radius: 8px;
    text-align: center;
    margin-top: 24px;
}

.install__container {
    flex-direction: row;
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
}

.share_mask_bg_layout {
    align-items: center;
    color: #fff;
    display: none;
    flex-direction: column;
    justify-content: center;
    left: 0;
    line-height: 20px;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    min-height: 100px;
    padding: 16px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s;
    white-space: pre-wrap;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

.share_mask_bg {
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    line-height: 20px;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    min-height: 100px;
    padding: 16px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s;
    white-space: pre-wrap;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

.share_layout_bg {
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    left: 0;
    margin: 0 auto;
    max-height: 100%;
    max-width: 80%;
    min-height: 80px;
    padding: 15px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s;
    width: 400px;
    z-index: 2000;
}

.share_title {
    color: #000000;
    font-size: 17px;
    line-height: 24px;
    margin-top: 28px;
    overflow-wrap: anywhere;
    text-align: center;
    word-break: keep-all;
}

.share_title span {
    color: #028760;
    font-weight: 500;
}

.share_back_content {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .23);
    display: flex;
    margin-bottom: 30px;
    padding: 15px;
    width: 100%
}

.share_back_icon {
    margin-right: 15px;
    border-radius: 20%;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 70px
}

.share_back_info {
    flex: 1;
    overflow: hidden;
}

.share_back_info_title {
    line-height: 24px;
    text-align: left;
    overflow-wrap: anywhere;
    word-break: keep-all;
}

.share_back_info_title span {
    color: #000;
    font-size: 22px;
    font-weight: 500;
}

.share_back_info_title img {
    display: inline-block;
    height: 20px;
    vertical-align: baseline;
    width: 20px
}

.share_back_info_description {
    text-align: left;
    color: #028760;
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0;
}

.share_back_info_play {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 10px;
    font-weight: 500;
}

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

.share_back_detail img {
    width: 70px;
    height: 104px;
}

.share_back_detail_introduction {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    margin-left: 10px;
}

.share_back_detail_introduction span {
    color: #028760;
    font-weight: 500
}

.share_back_btn {
    align-items: center;
    background-color: #028760;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 35px;
    justify-content: center;
    margin-top: 15px;
    width: 100%
}

.share_page_fission {
    background-color: #fff;
    align-items: center;
    display: none;
    flex-direction: column;
    min-height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2000;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s;
}

.share_page_fission_header {
    padding: 37px 15px 27px 22px;
    background-color: #028760;
    position: relative;
    width: 100%;
}

.share_page_fission_header_content {
    height: 100%;
    position: relative;
    width: 100%;
}

.share_page_fission_header_bg {
    width: 100%;
    height: auto;
}

.share_page_fission_header_text {
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.5px;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
}

.share_page_fission_content {
    align-items: center;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 1.5px 12px 0 rgba(0, 0, 0, .149);
    display: flex;
    height: fit-content;
    justify-content: center;
    margin-top: -30px;
    padding: 20px;
    width: 90%;
    z-index: 1;
}

.share_page_fission_content_icon {
    margin-right: 15px;
    border-radius: 20%;
    height: 72px;
    width: 72px;
}

.share_page_fission_content_info {
    flex: 1;
    overflow: hidden;
}

.share_page_fission_content_title {
    line-height: 32px;
    overflow-wrap: anywhere;
    word-break: keep-all;
}

.share_page_fission_content_title span {
    color: #111;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
}

.share_page_fission_content_tag {
    margin-left: 3px;
    display: inline-block;
    height: 20px;
    vertical-align: baseline;
    width: 20px;
}

.share_page_fission_content_description {
    color: #028760;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 5px;
}

.share_page_fission_content_play {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 10px;
    font-weight: 400;
    height: 14px;
}

.share_page_fission_content_play .ic_dun {
    margin-right: 4px;
    width: 10px;
}

.share_page_fission_introduce {
    background: linear-gradient(270deg, #ffebc4 1.16%, #e6f8f3 84.15%);
    align-items: center;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    height: fit-content;
    margin-top: -25px;
    padding: 45px 0 20px;
    width: 90%;
}

.share_page_fission_introduce_icon {
    display: flex;
    justify-content: center;
}

.share_page_fission_introduce_icon img {
    margin: 0 28px;
    width: 58px;
    height: auto;
}

.share_page_fission_introduce_block {
    width: 100%;
}

.share_page_fission_introduce_row {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.share_page_fission_introduce_text {
    flex: 1;
}

.share_fission_introduce-title {
    display: flex;
    font-size: 16px;
    line-height: 16px;
}

.share_page_fission_introduce [data-type=USER] .share_fission_introduce-title {
    justify-content: flex-end;
    color: #00b389;
}

.share_fission_introduce-title span {
    margin-right: 3px;
    font-size: 20px;
    font-weight: 500;
}

.share_page_fission_introduce [data-type=USER] .share_fission_introduce-title-text {
    text-align: right;
    color: #00b389;
}

.share_page_fission_introduce .amount-icon {
    margin: 0 20px;
    width: 16px;
}

.share_page_fission_introduce [data-type=EARNINGS] .share_fission_introduce-title {
    color: #f80;
}

.share_page_fission_introduce [data-type=EARNINGS] .share_fission_introduce-title-text {
    color: #f80;
}

.share_page_fission_input {
    align-items: center;
    border: 1px solid #c0c4cc;
    border-radius: 8px;
    display: flex;
    height: 45px;
    margin-top: 50px;
    padding: 10px;
    width: 90%;
}

.share_page_fission_input img {
    margin-right: 10px;
    height: 14px;
    width: 14px;
}

label {
    font-weight: 700
}

.share_page_fission_input input {
    border: none;
    font-size: 14px;
    min-width: 240px;
    outline: none;
    width: 100%;
}

.share_page_fission_btn {
    align-items: center;
    background: #028760;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    justify-content: center;
    margin: 20px 0 100px;
    width: 90%;
}

