.yz-navbar {
    /* background-color: #fff; */
}

.yz-navbar .nav-item>a {
    color: #140f1c;
}

.yz-item-sel .nav-item>a {
    color: #3874fb;
}

/* .nav-item>a:after {
    background-color: #fff;
} */

.yz-navbar a.text-center:hover {
    color: #3874fb;
}

.yz-nav-link-download {
    color: #3874fb;
}

.yz-nav-link-download:hover {
    color: #5186f9;
}

.yz-nav-link-trial {
    width: auto;
    padding: 0 25px;
    background: #3874fb;
    border-radius: 20px;
}

.yz-nav-link-trial:hover {
    background: #5186f9;
}

/* banner */
.yz-s-section-banner {
    height: 580px;
    background: url(../images/l-bg.png)
        /*tpa=http://www.flowportal.com/partner/images/banner.jpg*/
        no-repeat center center;
    background-size: cover;
}

.yz-s-section-banner .yz-s-title {
    margin-top: 30px;
    min-height: 52px;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 52px;
    color: rgba(18, 25, 51, 1);
    margin-bottom: 15px;

}

.yz-s-section-banner .yz-s-title-main {
    min-height: 52px;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: rgba(18, 25, 51, 1);
    margin-bottom: 15px;

}

.yz-s-section-banner .yz-s-desc {
    min-height: 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: rgba(56, 56, 56, 1);
    margin-bottom: 40px;
}

/* 可视化工具 */
.yz-s-section-tabs {
    margin-top: 74px;
}

.yz-s-section-tabs .yz-s-title {

    height: 88px;
    font-size: 40px;
    font-weight: 500;
    color: rgba(56, 56, 56, 1);
    line-height: 88px;

}

.yz-s-section-tabs .yz-s-desc {
    height: 37px;
    font-size: 20px;
    font-weight: 400;
    line-height: 37px;
    color: rgba(128, 128, 128, 1);
    width: 835px;
    text-align: center;
    margin-bottom: 40px;
}

.yz-s-section-tabs .container {
    display: flex;
    /* align-items: baseline; */
}

.yz-s-section-tabs .tabs-card {}

.yz-s-section-tabs .tabs-card-content {
    flex: 1;
    margin-left: 14px;
}

.yz-s-section-tabs .tabs-card-content .tab-content {
    display: none;
    width: 905px;
    height: 541px;
}

.yz-s-section-tabs .tabs-card-content .tab-content img {
    width: 100%;
    height: 100%;
}

/* .yz-s-section-tabs .tabs-card-content .tab-content:nth-child(1){
    background-image: url(../images/tab-bg1.png);
}
.yz-s-section-tabs .tabs-card-content .tab-content:nth-child(2){
    background-image: url(../images/tab-bg2.png);
}
.yz-s-section-tabs .tabs-card-content .tab-content:nth-child(3){
    background-image: url(../images/tab-bg3.png);
}
.yz-s-section-tabs .tabs-card-content .tab-content:nth-child(4){
    background-image: url(../images/tab-bg4.png);
}
.yz-s-section-tabs .tabs-card-content .tab-content:nth-child(5){
    background-image: url(../images/tab-bg5.png);
} */
.yz-s-section-tabs .tabs-card-content .tab-content.active {
    display: block;
}

.yz-s-section-tabs .tabs-card .t-c-item {
    display: flex;
    width: 281px;
    height: 96px;
    align-items: center;
    background-color: rgba(245, 247, 250, 1);
    border-radius: 8px;
    margin-bottom: 16px;
    cursor: pointer;

}

.yz-s-section-tabs .tabs-card .t-c-item:nth-child(1) {
    background-image: url(../images/tab1.png);
}

.yz-s-section-tabs .tabs-card .t-c-item:nth-child(1):hover,
.yz-s-section-tabs .tabs-card .t-c-item:nth-child(1).active {
    background-image: url(../images/tab1-hover.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.yz-s-section-tabs .tabs-card .t-c-item:nth-child(2) {
    background-image: url(../images/tab2.png);
}

.yz-s-section-tabs .tabs-card .t-c-item:nth-child(2):hover,
.yz-s-section-tabs .tabs-card .t-c-item:nth-child(2).active {
    background-image: url(../images/tab2-hover.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.yz-s-section-tabs .tabs-card .t-c-item:nth-child(3) {
    background-image: url(../images/tab3.png);
}

.yz-s-section-tabs .tabs-card .t-c-item:nth-child(3):hover,
.yz-s-section-tabs .tabs-card .t-c-item:nth-child(3).active {
    background-image: url(../images/tab3-hover.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.yz-s-section-tabs .tabs-card .t-c-item:nth-child(4) {
    background-image: url(../images/tab4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.yz-s-section-tabs .tabs-card .t-c-item:nth-child(4):hover,
.yz-s-section-tabs .tabs-card .t-c-item:nth-child(4).active {
    background-image: url(../images/tab4-hover.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.yz-s-section-tabs .tabs-card .t-c-item:nth-child(5) {
    background-image: url(../images/tab5.png);
}

.yz-s-section-tabs .tabs-card .t-c-item:nth-child(5):hover,
.yz-s-section-tabs .tabs-card .t-c-item:nth-child(5).active {
    background-image: url(../images/tab5-hover.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.yz-s-section-tabs .tabs-card .t-c-item:hover .t-c-item-r .t-c-item-title,
.yz-s-section-tabs .tabs-card .t-c-item.active .t-c-item-r .t-c-item-title {
    color: #245BF7;
    font-weight: bold;
}

/* .yz-s-section-tabs .tabs-card .t-c-item:hover{
    background-color: #fff;
} */

.yz-s-section-tabs .tabs-card .t-c-item .t-c-item-l {
    width: 35px;
    height: 35px;
    margin-left: 12px;
}

.yz-s-section-tabs .tabs-card .t-c-item .t-c-item-l img {
    width: 100%;
    height: 100%;
}

.yz-s-section-tabs .tabs-card .t-c-item .t-c-item-r {
    margin-left: 50px;
}

.yz-s-section-tabs .tabs-card .t-c-item .t-c-item-r .t-c-item-title {

    font-size: 20px;
    font-weight: 400;
    color: rgba(56, 56, 56, 1);

}

.yz-s-section-tabs .tabs-card .t-c-item .t-c-item-r .t-c-item-d {
    font-size: 16px;
    font-weight: 400;
    color: rgba(166, 166, 166, 1);
    margin-top: 9px;
}

.yz-s-section-tabs-btn {
    font-size: 18px !important;
    color: rgba(74, 106, 247, 1) !important;
    display: block;
    cursor: pointer !important;
    height: auto !important;
    background-color: none !important;
    margin-top: 52px;
    margin-bottom: 75px;

}

.yz-s-section-tabs-btn:hover {
    text-decoration: underline;
}

.yz-s-section-apply {

    width: 100%;
    height: 870px;
    background: rgba(245, 247, 250, 1);
    background-image: url(../images/card3-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    position: relative;

}

/* 低代码应用start */
.yz-s-section-apply .yz-s-title {
    margin-top: 85px;
    height: 58px;
    font-size: 40px;
    font-weight: 500;
    line-height: 57.92px;
    color: rgba(56, 56, 56, 1);
}

.yz-s-section-apply .yz-s-desc {

    height: 37px;
    font-size: 20px;
    font-weight: 400;
    line-height: 37px;
    color: rgba(128, 128, 128, 1);
    text-align: center;
    vertical-align: middle;

}

.yz-s-section-apply .container {
    position: absolute;
    top: 300px;
    width: auto;
    right: 10%;
}

.yz-s-section-apply .container .info-item {
    position: relative;
}

.yz-s-section-apply .container .info-item .top-title {
    display: flex;
    align-items: center;
}

.yz-s-section-apply .container .info-item .top-title .title {
    height: 44px;
    /** 文本1 */
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
    color: rgba(14, 14, 14, 1);
    margin-left: 25px;

}

.yz-s-section-apply .container .info-item .desc {
    width: 527px;
    height: 58px;
    opacity: 1;
    font-size: 20px;
    font-weight: 400;
    line-height: 28.96px;
    color: rgba(128, 128, 128, 1);
    margin-left: 55px;
    margin-top: 18px;
    margin-bottom: 47px;

}

.yz-s-section-apply .container .info-item .cicle {
    width: 30px;
    border-radius: 50%;
    height: 30px;
    background: linear-gradient(135.5deg, rgba(28, 92, 247, 1) 0%, rgba(85, 77, 255, 1) 100%);
}

/* 低代码应用end */

/* 多重需求start */
.yz-s-section-demand {
    height: 936px;
    background-color: #fff;
}

.yz-s-section-demand .yz-s-title {
    margin-top: 85px;
    height: 58px;
    font-size: 40px;
    font-weight: 500;
    line-height: 57.92px;
    color: rgba(56, 56, 56, 1);
}

.yz-s-section-demand .yz-s-desc {

    height: 37px;
    font-size: 20px;
    font-weight: 400;
    line-height: 37px;
    color: rgba(128, 128, 128, 1);
    text-align: center;
    vertical-align: middle;

}

.yz-s-section-demand .container {
    display: flex;
    justify-content: center;
    margin-top: 55px;
}

.yz-s-section-demand .container .demand-card-img {
    text-align: center;
    margin-top: 49px;
}

.yz-s-section-demand .container .demand-card:nth-child(2) {
    margin-left: 16px;
    margin-right: 16px;
}

.yz-s-section-demand .container .demand-card {
    width: 390.53px;
    height: 534px;
    opacity: 1;
    border-radius: 2px;
    background: rgba(245, 247, 250, 1);
}

.yz-s-section-demand .container .demand-card .demand-card-type {
    display: flex;
    border-radius: 0 45px 45px 0;
    background: rgba(52, 105, 255, 1);
    height: 41px;
    line-height: 41px;
    color: #fff;
    width: fit-content;
    padding-right: 23px;
    align-items: center;
}

.yz-s-section-demand .container .demand-card .demand-card-type img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

.yz-s-section-demand .container .demand-card .demand-card-title {
    height: 35px;
    font-size: 24px;
    line-height: 34.75px;
    color: rgba(56, 56, 56, 1);
    text-align: center;
    margin-bottom: 14px;
    margin-top: 25px;
}

.yz-s-section-demand .container .demand-card .demand-card-tip {
    position: relative;
    padding-left: 30px;
    opacity: 1;
    /** 文本1 */
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: rgba(128, 128, 128, 1);
    text-align: left;
    margin-left: 10px;

}

.yz-s-section-demand .container .demand-card-en .demand-card-tip {
    font-size: 16px;
}

.yz-s-section-demand .container .demand-card .demand-card-tip::before {
    content: '';
    position: absolute;
    background-image: url(../images/dt-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 9.51px;
    height: 20px;
    left: 10px;
    top: 13px;
}

/* 多重需求end */

/* 基础业务输出start */
.yz-s-section-deep {
    padding-top: 30px;
    left: 2px;
    height: 603px;
    background: rgba(245, 247, 250, 1);
}

.yz-s-section-deep .container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.yz-s-section-deep .container .card-area {
    width: 272.03px;
    background-image: url(../images/card-area-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 17px;
    padding: 0 15px;
    text-align: center;
}

.yz-s-section-deep .yz-s-title {
    margin-top: 85px;
    height: 58px;
    font-size: 40px;
    font-weight: 500;
    line-height: 57.92px;
    color: rgba(56, 56, 56, 1);
}

.yz-s-section-deep .yz-s-desc {

    height: 37px;
    font-size: 20px;
    font-weight: 400;
    line-height: 37px;
    color: rgba(128, 128, 128, 1);
    text-align: center;
    vertical-align: middle;

}

/* 基础业务输出end */


.home-btn {
    opacity: 1;
    border-radius: 17.5px;
    background: rgba(255, 113, 86, 1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    height: 35px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    vertical-align: bottom;
    padding: 0 19px;
    border: 0;
    cursor: pointer;
    height: 60px;
    border-radius: 36px;
    min-width: 151px;
}