.algorithmMart .pbulicPageTitle {
    margin-bottom: 74px;
}

.algorithmsTab {
    display: flex;
    justify-content: center;
    align-items: center;
}

.algorithmsTab li {
    margin: 0px 43px;
    text-align: center;
    cursor: pointer;
    color: #8695B1;
    padding-bottom: 32px;
    position: relative;
}

.algorithmsTab li:hover {
    color: #1E95E8;
}

.algorithmsTab li.active {
    color: #1E95E8;
    font-weight: 500;
}

.algorithmsTab li.active::after {
    content: "";
    display: block;
    width: 34px;
    height: 18px;
    background: url(../images/triangle.png)no-repeat center center;
    background-size: 34px 18px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

/*  */
.algorithmsCon {
    padding-top: 40px;
    padding-bottom: 90px;
    background: url(../images/algorithmsBg.png)no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}

.algorithmsCon .btmTip {
    display: block;
    width: 100%;
    text-align: center;
    color: #8695B1;
    position: absolute;
    bottom: 30px;
}

.algorithmsCon .item {
    display: none;
}

.algorithmsCon .itemCon {
    /* display: flex; */
    /* justify-content: space-between; */
}

.algorithmsCon .itemConL {
    /* width: 15%; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 34px;
    /* background: rgba(255, 255, 255, 0.75); */
    /* box-shadow: 6px 6px 20px rgba(0, 96, 172, 0.08); */
    /* height: 480px; */
    /* overflow-y: auto; */
    /* text-align: center; */
}

.algorithmsCon .itemConL li {
    /* padding: 26px 15px;
    color: #8695B1;
    cursor: pointer;
    position: relative; */
    width: 13.5%;
    background: #fff;
    /*border: 1px solid #8695B1;*/
    border-radius: 35px;
    text-align: center;
    color: #8695B1;
    margin-right: 0.9%;
    margin-bottom: 16px;
    padding: 12px 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.algorithmsCon .itemConL li:nth-child(7n) {
    margin-right: 0px;
}

/* .algorithmsCon .itemConL li::after {
    content: "";
    display: block;
    width: 164px;
    height: 1px;
    background: #8695B122;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
} */

.algorithmsCon .itemConL li.active {
    /* background: linear-gradient(90deg, #159CFA 0%, #8DD0FF 100%);
    color: #fff; */
    background: linear-gradient(90deg, #159CFA 0%, #8DD0FF 100%);
    color: #fff;
    box-shadow: 6px 6px 20px rgba(0, 96, 172, 0.08);
    /*border: 1px solid #fff;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.algorithmsCon .itemConR {
    /* width: 79%; */
    width: 100%;
}

.algorithmsCon .itemConR .itemConRItem {
    display: none;
}

.itemConRItemCon {
    /* height: 480px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.itemConRItemCon .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.itemConRItemCon h3 {
    color: #333;
}

.itemConRItemCon .numberBox span {
    color: #8695B1;
}

.itemConRItemCon .numberBox span.numberOn {
    color: #333333;
    padding-right: 4px;
    font-weight: 500;
}

.itemConRItemCon p {
    color: #8695B1;
    line-height: 1.7;
}

.itemConRItemCon .imgBox {
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    margin-top: 50px;
    /* flex: 0 0 auto;
    overflow-x: auto; */
}

.itemConRItemCon .imgBox::-webkit-scrollbar {
    display: none
}

.itemConRItemCon .imgBox {
    scrollbar-width: none;
}

.itemConRItemCon .imgBox img {
    display: block;
    width: 48%;
    height: auto;
    /* width: auto;
    height: 320px;
    margin-right: 26px; */
}

/* .itemConRItemCon .imgBox img:last-child {
    margin-right: 0px;
} */


/* 算法应用 */
.application {
    display: flex;
    justify-content: center;
    padding-bottom: 120px;
}

.applicationL {
    position: relative;
    margin-right: 130px;
    margin-top: 30px;
}

.applicationL::after {
    content: "";
    display: block;
    height: 94%;
    border-left: 1px dashed #8695B1;
    position: absolute;
    left: 5.5px;
    top: 12px;
    z-index: -1;
    opacity: 0.4;
}

.applicationL li {
    cursor: pointer;
    padding-left: 32px;
    color: #8695B1;
    background: url(../images/point1.png)no-repeat center left;
    background-size: 12px 12px;
    margin-bottom: 40px;
}

.applicationL li:last-child {
    margin-bottom: 0px;
}

.applicationL li.active {
    color: #1E95E8;
    font-weight: 500;
    background: url(../images/point2.png)no-repeat center left;
    background-size: 12px 12px;
}

.applicationR {
    width: 950px;
    height: 460px;
    padding: 50px 36px;
    background: #fff;
    box-shadow: -6px 6px 20px rgba(0, 96, 172, 0.08);
    border-radius: 12px;
    position: relative;
    margin-top: 35px;
}

.applicationR::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #159CFA 0%, #A7DBFF 100%);
    border-radius: 12px;
    position: absolute;
    top: -35px;
    left: 35px;
    z-index: -1;
}

.applicationR .item {
    display: none;
    height: 100%;
    overflow-y: auto;
}

.applicationR .item::-webkit-scrollbar {
    display: none;
}

.applicationR .item {
    scrollbar-width: none;
}

.applicationR .itemCon h2 {
    color: #333333;
    padding-left: 40px;
    margin-bottom: 46px;
}

.itemCon1 h2 {
    background: url(../images/applicationIco1.png)no-repeat center left;
    background-size: 28px 28px;
}

.itemCon2 h2 {
    background: url(../images/applicationIco2.png)no-repeat center left;
    background-size: 28px 28px;
}

.itemCon3 h2 {
    background: url(../images/applicationIco3.png)no-repeat center left;
    background-size: 28px 28px;
}

.itemCon4 h2 {
    background: url(../images/applicationIco4.png)no-repeat center left;
    background-size: 28px 28px;
}

.itemCon5 h2 {
    background: url(../images/applicationIco5.png)no-repeat center left;
    background-size: 28px 28px;
}

.itemCon6 h2 {
    background: url(../images/applicationIco6.png)no-repeat center left;
    background-size: 28px 28px;
}

.itemCon7 h2 {
    background: url(../images/applicationIco7.png)no-repeat center left;
    background-size: 28px 28px;
}
.itemCon8 h2 {
    background: url(../images/applicationIco8.png)no-repeat center left;
    background-size: 28px 28px;
}

.item .tabs {
    display: flex;
    flex-wrap: wrap;
}

.item .tabs li {
    color: #8695B1;
    padding: 0px 18px;
    line-height: 48px;
    margin-right: 16px;
    margin-bottom: 16px;
    background: #F7FAFE;
    border-radius: 4px;
}


/* 移动端 */
@media (max-width: 767px) {
    .algorithmMart .pbulicPageTitle {
        margin-bottom: 40px;
    }

    .algorithmsTab {
        width: 100%;
        overflow-x: auto;
        flex: 0 0 auto;
        justify-content: unset;
    }

    .algorithmsTab li {
        flex: 0 0 auto;
        margin: 0px 28px 0px 0px;
        padding-bottom: 20px;
    }

    .algorithmsTab li.active::after {
        width: 18px;
        height: 10px;
        background-size: 18px 10px;
    }

    .algorithmsCon {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .algorithmsCon .btmTip {
        bottom: 16px;
    }

    .algorithmsCon .itemCon {
        flex-direction: column;
    }

    .algorithmsCon .itemConL {
        /* width: 100%;
        height: auto;
        display: flex;
        overflow-x: auto;
        overflow-y: unset;
        flex: 0 0 auto;
        margin-bottom: 30px; */
        width: 100%;
        flex-wrap: nowrap;
        flex: 0 0 auto;
        overflow-x: auto;
    }

    .algorithmsCon .itemConL li {
        flex: 0 0 auto;
        /* padding: 20px 30px;
        border-right: 1px solid #f2f5fb; */
        width: auto;
        padding: 12px 18px;
        margin-right: 12px;
        margin-bottom: 0px;
    }

    .algorithmsCon .itemConL li:nth-child(7n) {
        margin-right: 12px;
    }

    .algorithmsCon .itemConR {
        width: 100%;
    }

    .itemConRItemCon {
        height: auto;
    }

    .itemConRItemCon .imgBox {
        margin-top: 0px;
        overflow-x: auto;
        flex: 0 0 auto;
    }

    .itemConRItemCon .title {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .itemConRItemCon .numberBox {
        margin-bottom: 14px;
    }

    .itemConRItemCon p {
        -webkit-line-clamp: unset;
        text-align: justify;
        margin-bottom: 18px;
    }

    .itemConRItemCon .imgBox img {
        width: 90%;
        height: auto;
        flex: 0 0 auto;
        margin-right: 20px;
    }

    .application {
        flex-direction: column;
        padding-bottom: 50px;
    }

    .applicationL {
        margin: 0px 0px 24px 0px;
        width: 100%;
        display: flex;
        overflow-x: auto;
        flex: 0 0 auto;
    }

    .applicationL li {
        flex: 0 0 auto;
        margin-bottom: 0px;
        margin-right: 28px;
        padding-left: 0px;
        padding-bottom: 16px;
        background: url(../images/point1.png)no-repeat center bottom;
        background-size: 10px 10px;
    }

    .applicationL li:last-child {
        margin-right: 0px;
    }

    .applicationL li.active {
        background: url(../images/point2.png)no-repeat center bottom;
        background-size: 10px 10px;
    }

    .applicationL::after {
        content: "";
        display: block;
        width: 180%;
        border-bottom: 1px dashed #8695B1;
        border-left: 0px;
        position: absolute;
        left: 0px;
        top: unset;
        bottom: 4px;
        z-index: -1;
        opacity: 0.4;
    }

    .applicationR {
        width: 96%;
        height: auto;
        padding: 22px 16px;
    }

    .applicationR::after {
        width: 90%;
        height: 90%;
        top: -16px;
        left: unset;
        right: -16px;
    }

    .applicationR .itemCon h2 {
        margin-bottom: 26px;
        padding-left: 32px;
    }

    .item .tabs li {
        margin-right: 14px;
        margin-bottom: 14px;
    }

    .itemCon1 h2,
    .itemCon2 h2,
    .itemCon3 h2,
    .itemCon4 h2,
    .itemCon5 h2,
    .itemCon6 h2,
    .itemCon7 h2,
    .itemCon8 h2{
        background-size: 20px 20px;
    }
}