.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
}

.service-app {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    background-image: url(../img/home/bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    padding-bottom: 40px
}

.service-app .content-center {
    margin: 0 auto;
    width: 1200px
}

.service-app .content-center .group-items {
    width: 400px;
    min-width: 400px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.service-app .content-center .group-items .item {
    cursor: pointer;
    width: calc(50% - 9.5px);
    box-sizing: border-box;
    transition: all linear .2s;
    height: 148px
}

.service-app .content-center .group-items .item:first-child {
    width: 100%;
    height: 158px;
    margin-bottom: 15px
}

.service-app .content-center .group-items .item:hover {
    transform: scale(1.02)
}

.service-app .content-center .tab-box {
    height: 326px;
    margin-right: 20px;
    padding: 20px;
    background-image: url(../img/home/bg-tab.png);
    background-size: 100% 100%
}

.service-app .content-center .tab-box.active {
    background-image: url(../img/home/bg-tab-active.png);
    background-size: 100% 100%
}

.service-app .content-center .tab-box.active .el-tabs .el-tabs__item {
    color: #ffffffb3
}

.service-app .content-center .tab-box.active .el-tabs .el-tabs__item.is-active {
    color: #fff
}

.service-app .content-center .tab-box.active .el-tabs .el-tabs__active-bar {
    background-color: #fff
}

.service-app .content-center .tab-box .el-tabs {
    display: block;
    height: 54px;
    transform: translateY(-6px)
}

.service-app .content-center .tab-box .el-tabs .el-tabs__item {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #686b73;
    transform: translateY(-10px)
}

.service-app .content-center .tab-box .el-tabs .el-tabs__item.is-active {
    color: #0366f1
}

.service-app .content-center .tab-box .el-tabs .el-tabs__nav-scroll,.service-app .content-center .tab-box .el-tabs .el-tabs__nav-wrap {
    overflow: visible
}

.service-app .content-center .tab-box .el-tabs .el-tabs__nav-wrap:after {
    display: none
}

.service-app .content-center .tab-box .el-tabs .el-tabs__active-bar {
    height: 4px;
    width: 54px!important;
    margin-left: calc((50% - 54px)/4)
}

.service-app .content-center .flex-1 {
    flex: 1
}

.service-app .content-center .flex-1 .total {
    margin-bottom: 8px;
    height: 40px;
    padding-left: 50px;
    padding-right: 19px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: space-between
}

.service-app .content-center .flex-1 .total .label {
    margin-right: 32px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px
}

.service-app .content-center .flex-1 .total .value {
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer
}

.service-app .content-center .flex-1 .total .value span {
    margin-right: 8px;
    font-size: 20px;
    font-family: DIN Alternate,DIN Alternate;
    font-weight: 700;
    color: #ff9b06
}

.service-app .content-center .flex-1 .scroll-items {
    height: 48px;
    overflow: hidden;
    background: linear-gradient(90deg,#f5faff 0%,#f8fbff 100%);
    border-radius: 6px
}

.service-app .content-center .flex-1 .scroll-items .scroll-item {
    height: 48px;
    padding: 14px 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center
}

.service-app .content-center .flex-1 .scroll-items .scroll-item .time {
    display: flex;
    align-items: center;
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.service-app .content-center .flex-1 .scroll-items .scroll-item .time .t-1 {
    color: #1b63f8
}

.service-app .content-center .flex-1 .scroll-items .scroll-item .time .t-2 {
    margin: 0 2px;
    color: #1b63f8;
    font-size: 20px;
    font-family: DIN Alternate,DIN Alternate;
    font-weight: 700
}

.service-app .content-center .flex-1 .scroll-items .scroll-item .divider {
    margin: 0 8px;
    width: 1px;
    height: 20px;
    background: #d7d7d7
}

.service-app .content-center .flex-1 .scroll-items .scroll-item .title {
    flex: 1;
    color: #464646;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.service-app .content-center .space {
    width: 100%;
    height: 144px;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-shadow: 0 2px 6px 2px #216ad80f;
    cursor: pointer
}

.service-app .content-center .space .btn {
    cursor: pointer;
    background: linear-gradient(360deg,#ff922d 0%,#ffb94f 100%);
    border-radius: 44px;
    padding: 12px 38px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
    text-shadow: 0px 1px 2px rgba(0,0,0,.25);
    position: relative;
    top: 10px
}

.service-app .content-center .space .btn.even {
    background: linear-gradient(180deg,#6297ff 0%,#0b5eff 100%)
}

.service-app .content-center .space:hover {
    transform: scale(1.02);
    transition: all linear .2s
}

.service-app .apps {
    padding-top: 30px;
    margin-bottom: 10px
}

.service-app .apps .item {
    width: 132px;
    height: 162px;
    background: #FFFFFF;
    border-radius: 4px;
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #2f3a49;
    box-shadow: 0 0 3px 1px #3e84ed00;
    transition: all linear .2s
}

.service-app .apps .item:hover {
    box-shadow: 0 0 3px 1px #3e84ed80
}

.service-app .apps .item img {
    width: 62px
}
