﻿
.yz-s-card .yz-s-subtopic {
}

.yz-s-bg {
    background-image: linear-gradient(to bottom, #1454e5, #3fb3fc);
    min-height: 610px;
}

.yz-s-card .yz-s-topic {
}

.yz-s-video .play {
    background-image: url(../images/bf.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    height: 66px;
    width: 66px;
    cursor: pointer;
    position: absolute;
    top: 44%;
    left: 48%;
    text-align: center;
    /* margin-bottom: -70px; */
}

    .yz-s-video .play:hover {
        background-image: url(../images/bfh.png);
    }
/*以下轮播图*/
#yzbpmn2 .carousel-indicators {
    position: inherit;
    text-align: center;
    /* background-color: #f7f9ff; */
    border-bottom: solid 1px #88a6e9c4;
    /* border-radius: 6px; */
    margin: 0px 5%;
    /* margin: 0px; */
    bottom: 5px;
    padding: 0px;
    justify-content: space-between;
}

    #yzbpmn2 .carousel-indicators div {
        /* width: 100%;*/
        font-size: 18px;
    }

        #yzbpmn2 .carousel-indicators div span {
            padding: 15px 25px;
            cursor: pointer;
            display: block;
            color: #fff;
  
        }

    #yzbpmn2 .carousel-indicators .active span {
        color: #fff;
        background: #88a6e9c4;
        border-radius: 5px;
        background-image: linear-gradient(to right,#fff,#fff);
        background-position: bottom left;
        background-repeat: no-repeat;
        background-size: 50% 2px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

.carousel-indicators .active {
    background-color: transparent;
}

#yzbpmn2 .title {
    text-align: left;
    color: #dfe1e4;
    font-size: 12px;
    padding:0px 40px;
}
/*以上轮播图*/
/*以下让BPM更中国*/
.card {
    border: none;
    border-radius: 1rem;
}

    .card .card-title {
        font-size: 26px;
        font-weight: bold;
        padding: 10px;
        padding-bottom: 0px;
    }

    .card .card-text {
        color: #646a73;
        font-size: 14px;
        word-break: break-all;
        padding: 0px 10px;
        padding-bottom: 10px;
    }

.card1 {
    background: #F5F0FE;
}

    .card1:hover {
        background: linear-gradient(138deg, rgb(206, 218, 251) 0%, rgba(215, 194, 243, 0.26) 107.32%);
    }

    .card1 .card-title {
        color: #7A35F0;
    }

.card2 {
    background: #F0F4FF;
}

    .card2:hover {
        background: linear-gradient(138deg, rgb(212, 220, 244) 0%, rgb(228, 240, 243) 107.32%);
    }

    .card2 .card-title {
        color: #336DF4;
    }

.card3 {
    background: #f1fafd;
}

    .card3:hover {
        background: linear-gradient(138deg, rgb(204, 231, 246) 0%, rgb(213, 231, 221) 107.32%);
    }

    .card3 .card-title {
        color: #0F8575;
    }

.title {
    text-align: left;
    font-size: 20px;
    margin-bottom: 12px;
}

/*流程引擎优势*/
.aaa, .bbb {
    background-color: #0F6FC6;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    padding: 50px 0px;
    font-size: 28px;
    width: 90%;
    margin: 0 auto;
}

.bbb {
    border: solid 4px #FF9725;
    background-color: #fff; /* padding: 20px 0px; */
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 10px;
}

    .bbb img {
        width: 139px;
        /* padding-top: 10px; */
    }

    .aaa::after, .bbb::after {
        display: table;
        content: "";
        position: relative;
        bottom: -65px;
        left: 45%;
        /* margin-top: 30%; */
        border-top: 16px solid #0F6FC6;
        border-right: 16px solid transparent;
        border-left: 16px solid transparent;
    }

    .bbb::after {
        width: 25px;
        height: 25px;
        border: none;
        border-bottom: 4px solid #FF9725;
        border-right: 4px solid #FF9725;
        background: #fff;
        transform: rotate(45deg) translateX(0px) translateY(0px);
        bottom: -25px;
    }

.list-group li.list-group-item {
    border-radius: 0px;
    margin: 10px auto;
    text-align: center;
    background-color: #D9D9D9;
    color: #fff;
    width: 90%;
}

.list-group .list-group-item.active {
    background-color: #0f6fc6;
    border-color: #0f6fc6;
}

    .list-group .list-group-item.active img {
        width: 18px;
        position: relative;
        right: 10px;
   
    }
/*流程门户轮播*/
#yzbpm .carousel-indicators {
    display: contents;
    margin: 0px;
    padding: 0px;
}

    #yzbpm .carousel-indicators li {
        color: #000;
        position: relative;
        width: 100%;
        list-style: none;
        display: table;
        text-indent: inherit;
        text-align: left;
        cursor: pointer;
        padding: 10px 0px;
        padding-left: 20px;
        background: transparent;
    }

        #yzbpm .carousel-indicators li:first-child {
            margin-top: 15%;
        }

        #yzbpm .carousel-indicators li.active {
            background-color: #fff;
            box-shadow: 0px 0px 20px 0px #3874fb29;
            border-radius: 10px;
            padding: 20px;
            color: #3370ff;
            margin-bottom: 20px;
        }

#yzbpm .carousel-item img {
    /*box-shadow: 0px 0px 10px 0px #3874fb29;*/
}

#yzbpm .carousel-indicators li img {
    width: 20px;
    margin-right: 10px;
}

#yzbpm .carousel-indicators li .img2, #yzbpm .carousel-indicators li.active .img1 {
    display: none;
}

#yzbpm .carousel-indicators li .img1, #yzbpm .carousel-indicators li.active .img2 {
    display: inline-block
}

#yzbpm .carousel-indicators li p {
    display: none;
    color: red;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #646a73;
}

#yzbpm .carousel-indicators li.active p {
    display: block;
}
/*渐变字*/
.color {
    /* background: linear-gradient(0deg, #de81de 5%,#2d36ff 11%,#3370ff );*/
    background: linear-gradient(0deg, #de81de, #2d36ff 18%, #3370ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hole-box {
    position: relative;
    width: 200px;
    height: 100px;
    background-color: #333;
}

    .hole-box::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 100px;
        height: 50px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .hole-box::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 50px;
        height: 100px;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }
