.right-content {
    width: 300px;
    margin-left: 40px;
}

.day-tips {
    height: 344px;
    background-image: var(--quote-bg-url);
    background-size: 100% 100%;
    width: 300px;
    position: relative;
    padding: 20px;
    color: rgba(134, 93, 30, 1);
    margin-bottom: 20px;
}

.day-quote {
    flex: 1;
    color: rgba(134, 93, 30, 1);
}

.quote-title {
    background-image: linear-gradient(
            90deg,
            rgba(231, 147, 18, 1) 0,
            rgba(107, 65, 0, 1) 100%
    );
    font-size: 24px;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.quote-content {
    font-size: 20px;
    text-align: left;
    margin-top: 5px;
}

.quote-section {
    font-size: 18px;
    text-align: right;
    margin-top: 5px;
}

.day-daily {
    overflow-wrap: break-word;
    color: rgba(134, 93, 30, 1);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.side-item {
    margin-bottom: 20px;
}

.side-title {
    border-bottom: 2px solid #EAEAEA;
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 28px;
    overflow-wrap: break-word;
    color: rgba(41, 52, 61, 1);
}

.side-content {
    margin-top: 5px;
    font-size: 14px;
}

.side-content .sub-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.side-content .label {
    color: #AAAAAAFF;
}

.side-content .value {
    color: #29343DFF;
}

.type-switch {
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.type-switch > span {
    height: 28px;
    line-height: 28px;
    display: block;
    width: 48px;
    text-align: center;
    vertical-align: center;
    cursor: pointer;
}

.type-switch .active {
    font-weight: 500;
    color: #29343D;
    background: #FFFFFF;
}

.timeline {
    margin-top: 20px;
}

.timeline .timeline-item {
    height: fit-content;
}

.timeline-item .year {
    width: 43px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: var(--primary-color);
    background: rgba(11, 124, 216, 0.1);
}

.timeline-item .v-line {
    min-height: 20px;
    margin-left: 9px;
    position: relative;
}

.timeline-item .v-line:before {
    content: '';
    position: absolute;
    top: 4px;
    left: -1px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 2px solid #D1D1D1;
}

.timeline-item .v-line:after {
    content: '';
    position: absolute;
    top: 12px;
    left: 3.5px;
    bottom: -4px;
    width: 1px;
    background-color: #D8D8D8;
}

.timeline-item:last-child .v-line:after {
    display: none;
}

.timeline-item .right {
    margin-left: 27px;
    margin-bottom: 24px;
}

@media screen and (max-width: 1200px) {
    .right-content {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        padding: 0 8px;
    }

    .day-tips {
        margin: 20px auto;
    }
    .backtop{
        right: 10px;
    }
    .day-tips, .hot-articles, .churches, .prayer-side, .service-center, .verse-img-wrap, .books, .audios, .backtop {
        display: none;
    }

    .side-item {
        display: none;
    }

    .side-item.mobile {
        display: block;
    }
}