.el-table {
    --el-table-header-bg-color: #F6FAFF
}

.el-carousel {
    --el-carousel-indicator-height: 6px
}

.el-menu-item:not(.is-disabled):focus {
    background-color: transparent!important
}

.policy {
    background: #FFFFFF;
    box-shadow: 0 6px 0 4px #ffffff59;
    border-radius: 16px;
    padding: 10px 4px 16px;
    position: relative
}

.policy .more {
    position: absolute;
    top: -70px;
    right: 0;
    width: 112px;
    height: 36px;
    border-radius: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: rgba(255,255,255,.5)
}

.policy .more img {
    height: 18px
}

.policy .more.active {
    background: rgba(3,102,241,.11)
}

.policy .total {
    text-align: center;
    line-height: 24px;
    cursor: pointer
}

.policy .total .text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    color: #0366f1;
    margin-bottom: 10px
}

.policy .total .text img {
    margin-left: 10px;
    width: 12px;
    height: 12px
}

.policy .scroll-items .scroll-item {
    height: 140px;
    background: #F0F6FF;
    border-radius: 16px;
    padding: 20px
}

.policy .scroll-items .scroll-item .content {
    display: flex;
    align-items: center
}

.policy .scroll-items .scroll-item .content .time {
    width: 172px;
    height: 100px;
    margin-right: 20px;
    background-image: url(../static/images/home/service-app/bg-time.png);
    background-size: 100% 100%
}

.policy .scroll-items .scroll-item .content .time p {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 20px
}

.policy .scroll-items .scroll-item .content .time .t1 {
    width: 100px;
    height: 33px;
    background: rgba(255,255,255,.2);
    border-radius: 40px;
    border: 1px solid #FFFFFF;
    margin: 10px auto;
    display: block;
    text-align: center;
    line-height: 31px;
    color: #fff
}

.policy .scroll-items .scroll-item .content .time .t2 {
    margin: 10px auto;
    display: block;
    text-align: center;
    line-height: 31px;
    color: #fff
}

.policy .scroll-items .scroll-item .content .time .t2 b {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: rgba(0,35,131,.57);
    border-radius: 4px;
    text-align: center;
    margin: 3px
}

.policy .scroll-items .scroll-item .content .title {
    font-weight: 700;
    font-size: 18px;
    color: #2f3a49;
    line-height: 21px;
    margin-bottom: 10px
}

.policy .scroll-items .scroll-item .content .tags {
    margin-bottom: 10px
}

.policy .scroll-items .scroll-item .content .tags .theme-tag-simple {
    font-size: 14px;
    color: #0366f1;
    background: rgba(3,102,241,.1);
    border-radius: 4px;
    padding: 4px 10px
}

.policy .scroll-items .el-carousel__indicators {
    height: 10px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(.8) translateY(4px)
}
