.refresh-wrap {
    margin-bottom: .4rem;
}

.smt-card-area {
    margin-top: .14rem;
}

.smt-card-area.fail {
    position: relative;
}

.smt-card-area .fail {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 120ms linear;

    align-items: center;
    justify-content: center;
}

.smt-card-area .fail.enable {
    opacity: 1;
}

.smt-card-area .fail.enable .text {
    display: flex;
    height: .43rem;
    padding: 0 .17rem;
    color: #fff;
    border-radius: .08rem;
    background-color: rgba(0, 0, 0, .8);

    align-items: center;
}

.container {
    padding-top: .167rem;
    padding-bottom: .85rem;
    background-color: #f5f5f5;
    transition: background-color 200ms linear;
}

.smt-feed {
    display: block;
    height: 3.51rem;
    background-color: #fff;
}

.smt-feed.dark {
    background-color: #fbfbfb;
}

.card-area.theme {
    display: flex;
    padding: .16rem .17rem;

    align-items: center;
    justify-content: space-between;
}

.card-area.theme .line-02 {
    margin-top: .05rem;
    font-size: .14rem;
    color: #999;
}

.theme-control {
    display: flex;
    height: .58rem;
    margin-top: .1rem;
    padding: 0 .17rem;
    font-size: .16rem;
    background-color: #fff;
    transition: background-color 200ms linear;

    align-items: center;
    justify-content: space-between;
}

.theme-control.dark {
    color: #fff;
    background-color: #4985da;
}

.mode-title-line.dark {
    color: #fff;
}

.mode-title.dark .mode-title-text {
    color: #fff;
    transition: color 200ms linear;
}

.mode-title.dark .mode-title-line-left {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transition: background-image 200ms linear;
}

.mode-title.dark .mode-title-line-right {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, 0) 100%);
    transition: background-image 200ms linear;
}

.dark {
    background-color: #3670c2;
}

.dark .custom-cls-loading {
    background-color: #fff;
}

.dark .switch .swan-switch-input:after {
    background-color: #38f;
}
