.home-box .banner .swiper-slide .tt-btn {
    background: linear-gradient(45deg, #FF6B6B, #FF8E53);
    color: #fff !important;
    padding: 0.6rem 1rem;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    display: inline-block;
    margin-top: 15px;
    animation: pulse 1.5s ease-in-out infinite;
    transform-origin: center;
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
    }
    50% {
        transform: scale(1.12);
        box-shadow: 0 6px 20px rgba(255, 107, 107, 0.5);
    }
}
/*  */
.infoTask {
    background: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 30px rgba(143, 0, 255, 0.1);
    transition: transform 0.3s ease;
    overflow: hidden;
    position: relative;
}

.infoTask:hover {
    transform: translateY(-5px);
}
label.item-checkbox input[type=checkbox]:checked~.icon-checkbox{
    border-color: #8F00FF;
    background: linear-gradient(135deg, #8F00FF 0%, #FF6B6B 100%);
}
/*  */
.infoTask .tt {
    padding: 1.5rem;
    background: linear-gradient(135deg, #8F00FF 0%, #FF6B6B 100%);
    display: flex;
    align-items: center;
    border-radius: 20px;
    justify-content: space-between;
}

/*  */
.infoTask .f7-icons {
    font-size: 2.4rem;
    background: rgba(255,255,255,0.2);
    padding: 12px;
    border-radius: 50%;
    color: white;
}
.infoTask .mem .f7-icons{
    color: #a19c9c;
}

    /*  */
.home-box .topr {
    display: flex;
    flex-direction: column;
    /*grid-template-columns: 1fr auto;*/
    /*width: 100%;*/
    /*align-items: center;*/
}

.home-box .titleT {
    /*color: #111;*/
}

/*  */
.home-box .timeT {
    font-weight: 500;
}


.timeT label {
    font-size: 1rem;
    color: #1dfbce;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/*  */
.msg {
    padding: 1.2rem 1.5rem;
    background: #F9FAFB;
}

.b-t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

/*  */
.tips-swiper {
    flex: 1;
    font-size: 0.95rem;
    color: #666;
    font-weight: 500;
}
.home-box .purple{
    background: #f5dddd;
}
.home-box .purple .action {
    background: linear-gradient(135deg, #8F00FF 0%, #FF6B6B 100%);
    color: white !important;
    border-radius: 30px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
.header-home .mmonrr{
    border-width: 0;

}
.header-home .m-bbox{
    flex-direction: row;
}

/*  */
.home-box .invite-msg {
    background: #F8F5FF;
    color: #333;
    padding: 0.5rem;
    box-sizing: border-box;
    border-radius: 12px;
    font-size: 0.75rem;
    border: 2px solid #EEE5FF;
    text-align: center;
}
.moner {
    /*  */
    position: absolute;
    top: 3.5rem;
    right: 1.2rem;
    font-weight: 600;
    background: transparent !important;
}

.moner label {
    font-size: 0.9rem;
    color: #1dfbce;  /*  */
}

.moner .moner-value {
    margin: 0 0.2rem;
    font-weight: 600;
    color: #1dfbce;
}
/*  */
.popup-languages,.popup-switching-national-units {
    border-radius: 20px;
    overflow: hidden;
}

.popup-languages .duoyuyan,.popup-switching-national-units .duoyuyan{
    width: 100%;
    padding: 1.5rem;
    box-sizing: border-box;
}

.duo-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 1.5rem;
    position: relative;
}

.popup-languages .lg-list,.popup-switching-national-units .lg-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1.6rem;
}

.popup-languages .lg-list .lg-item,.popup-switching-national-units .lg-list .lg-item{
    padding: 1rem 0;
    border-radius: 12px;
    background: #F8F7FA;
}

.popup-languages .active-lg,.popup-switching-national-units .active-lg{
    background: rgba(143, 0, 255, 0.08)!important;
    border-color: #8F00FF!important;
    box-shadow: 0 4px 12px rgba(143, 0, 255, 0.1)!important;
}

.lg-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.lg-desc {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.3rem;
}

.action-btns {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
}

.can, .yes {
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.popup-languages .action-btns .can, .popup-switching-national-units .action-btns .can{
    background: #F3F4F6!important;
    color: #666!important;
    border: 1px solid #E5E7EB!important;
    -webkit-text-fill-color: none!important;
}

.yes {
    background: linear-gradient(135deg, #8F00FF 0%, #FF6B6B 100%)!important;
    color: white!important;
    box-shadow: 0 4px 12px rgba(143, 0, 255, 0.2);
}

.can:hover {
    background: #E5E7EB;
}

.home-box .step i.status2 {
    width: 2.8rem;
    height: 2.8rem;
    background: #abb0b8;  /*  */
    border: 3px solid #E6E9ED;  /*  */
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(143, 0, 255, 0.08);  /*  */
    transition: all 0.3s ease;  /*  */
}

/*  */
.home-box .completed i.status2 {
    background: linear-gradient(135deg, #8F00FF 0%, #FF6B6B 100%)!important;
    border: 3px solid #B28AFF!important;  /*  */
    animation: status-pulse 1.5s infinite;  /*  */
}
.popup-home-topic .home-tips-checkbox{
    display: flex;
    justify-content: right;
}

@keyframes status-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(143, 0, 255, 0.2);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(143, 0, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(143, 0, 255, 0);
    }
}

.country-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    object-fit: cover;
    vertical-align: middle;
}
.lg-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.lg-name {
    font-weight: bold;
}
.popup-switching-national-units .lg-list .lg-item{
    height: 4rem;
}