﻿.detail_box {
    width: 100%;
    height: calc(100vh - 54px);
}

.bk_bg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ring_tone {
    position: fixed;
    bottom: 10%;
    /*width: 100%;*/
    width: 170px;
    height: 44px;
    z-index: 999;
    left: 50%;
    transform: translate(-50%);
}

    .ring_tone .ring_tone_btn {
        margin: 0 24px;
        height: 38px;
        font-size: 14px;
        color: #ffffff;
        line-height: 38px;
        text-align: center;
        letter-spacing: 1px;
        background: #F84B62;
        box-shadow: 0px 4px 0px 0px #580CB2;
        border-radius: 19px;
        border: 2px solid #000000;
        font-weight: 500;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
    }

.collect_box {
    position: fixed;
    z-index: 999;
    left: 40px;
    bottom: 102px;
    transform: translate(-50%);
}

.collect_bg,
.collect_bg_on {
    width: 28px;
    height: 28px;
}

.collect_bg_on, .collect_text_on {
    display: none;
}

.collect_box.active > .collect_bg_on,
.collect_box.active > .collect_text_on {
    display: block;
}

.collect_box.active > .collect_bg,
.collect_box.active > .collect_text {
    display: none;
}

.collect_text, .collect_text_sum {
    font-size: 10px;
    color: #FFFFFF;
    line-height: 11px;
    text-align: center;
    margin-top: 4px;
}

.collect_text_on {
    font-size: 10px;
    color: #EB585E;
    line-height: 11px;
    text-align: center;
    margin-top: 4px;
}
