.main-footer[data-v-54964526] {
    width: 100%;
    position: relative;
    z-index: 1
}

.main-footer-con[data-v-54964526] {
    max-width: 10.08rem;
    width: calc(100% + .08rem);
    margin-left: -.04rem;
    margin-right: -.04rem;
    margin-bottom: -.1rem;
    z-index: 99;
    bottom: 0;
    padding: .24rem .4rem .34rem;
    box-sizing: border-box;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between
}

.main-footer-con[data-v-54964526]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    border-radius: .32rem .32rem 0 0;

    /* Kahverengiden siyaha geçiş */
    background: linear-gradient(to bottom, #7a5b38, #000000);

    /* 3D görünüm için gölgeler */
    box-shadow:
        0 -4px 10px rgba(0,0,0,0.35),       /* dış üst gölge */
        inset 0 2px 5px rgba(255,255,255,.15), /* iç parlaklık */
        inset 0 -3px 8px rgba(0,0,0,.45);      /* iç derinlik gölgesi */

    /* Buzlu cam efekti uyumu */
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    /* İnce üst çizgi (parlak görünüm korunsun) */
    border-top: 1px solid rgba(255, 255, 255, .15);

    z-index: -1;
}


.main-footer-con .item[data-v-54964526] {
    line-height: .48rem;
    padding: 0 .1rem;
    background: none;
    font-size: .24rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.main-footer-con .item img[data-v-54964526] {
    height: 1.1rem;
    display: block
}

.main-footer-con .item span[data-v-54964526] {
    margin-top: .1rem;
    font-size: .24rem;
    line-height: 1em;
    color: #ffffff
}

.main-footer-con .item[data-v-54964526]:nth-child(3) {
    border-radius: .24rem;
    
    width: .8rem;
    height: .8rem
}

.main-footer-con .item:nth-child(3) span[data-v-54964526] {
    display: none
}

.main-footer-con .item.on span[data-v-54964526] {
    color: #ffffff
}