.block-10494 {
    width: 100%;
    max-width: 1180px;
    margin: auto;
    overflow: hidden;
    padding: 20px 0;
}

.block-10494 .blockTitle {
    color: #131313;
    font-size: 36px;
    text-align: center;
    margin: 0 10px;
    width: calc(100% - 20px);
    margin-bottom: 40px;

}

.block-10494 .tile {
    width: 100%;
    display: flex;
    margin-bottom: 62px;
}

.block-10494 .left {
    width: 46%;
}

.block-10494 .titleBox {
    display: flex;
    align-items: center;
}

.block-10494 .title {
    color: inherit;
    font-size: 28px;
    font-weight: 1000;
    letter-spacing: 3px;
    width: calc(100% - 64px);
    display: inline-block;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* line-height 导致标题文字隐藏 */
    /* line-height: 1; */
}

.block-10494 .iconBox {
    /* display: inline-block; */
    background-size: cover;
    transition: all .5s ease-in-out;
    transform: rotate(-90deg);
    margin-left: 40px;
    color: inherit;
    border: 1px solid;
    border-color: inherit;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-10494 .iconBox i {


    font-size: 22px;
    line-height: 24px;
}

.block-10494 .imgBox {
    margin-top: 30px;
    width: calc(100% - 10px);
    padding-right: 10px;
    /* transition: all .5s ease-in-out; */
    position: relative;
}

.block-10494 .imgBox img {
    width: 100%;
    object-fit: cover;
}

.block-10494 .textBox {
    position: relative;
    /* transition: all .5s ease-in-out; */
}

.block-10494 .text {
    font-size: 16px;
    text-align: right;
    margin-top: 30px;
}

.block-10494 .middle {
    width: 8%;
    margin-top: 18px;
    transition: all .5s ease-in-out;
    position: relative;

}

.block-10494 .middle span {
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    background-color: #eb3f57;
    left: 50%;
}
div.block-10494 .tile.other-tile-item .middle {
    height: 0;
}
div.block-10494 .tile.other-tile-item .imgBox,
div.block-10494 .tile.other-tile-item .middle span::after {
    display: none;
}
div.block-10494 .tile.other-tile-item .iconBox {
    transform: rotate(0deg);
}
div.block-10494 .tile.other-tile-item .textBox {
    display: none;
}
.block-10494 .tile .middle-active span::before,
div.block-10494 .tile.other-tile-item .middle::after {
    display: none;
}

.block-10494 .middle span::before,
.block-10494 .middle span::after {
    content: " ";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: inherit;
}

.block-10494 .middle span::after {
    top: 0;
    bottom: unset;
}

.block-10494 .middle::after {
    content: " ";
    width: 1px;
    position: absolute;
    left: 50%;
    transform: scaleX(0.5);
    background-color: #999;
    height: 72px;
    bottom: -90px;
}

.block-10494 .active .middle::after {
    height: 70px;
    bottom: -75px;
}

.block-10494 .tile:last-child .middle::after {
    display: none;
}

.block-10494 .tile:nth-of-type(2n+2) .imgBox {
    padding-left: 10px;
    padding-right: 0;
}

.block-10494 .img-active {
    display: none;
    right: 100px;
}

.block-10494 .tile:nth-of-type(even) {
    flex-direction: row-reverse;
}

.block-10494 .tile:nth-of-type(even) .titleBox {
    flex-direction: row-reverse;
}

.block-10494 .tile:nth-of-type(even) .title {
    text-align: left;
}

.block-10494 .tile:nth-of-type(even) .iconBox {
    margin-right: 40px;
    margin-left: 0;
    transform: rotate(90deg);
}

.block-10494 .tile:nth-of-type(even) .text {
    text-align: left;
}

@media screen and (max-width:1200px) {
    .block-10494 {
        margin: 0 10px;
        width: calc(100% - 20px);
    }
}

@media screen and (max-width:1000px) {
    .block-10494 .iconBox {
        margin-left: 30px;
    }

    .block-10494 .title {
        width: calc(100% - 54px);
    }

    .block-10494 .tile:nth-of-type(even) .iconBox {
        margin-right: 30px;
    }
}

@media screen and (max-width:600px) {
    .block-10494 .iconBox {
        margin-left: 10px;
    }

    .block-10494 .title {
        width: calc(100% - 30px);
        font-size: 18px;
    }

    .block-10494 .tile:nth-of-type(even) .iconBox {
        margin-right: 10px;
    }

    .block-10494 .iconBox {
        width: 18px;
        height: 18px;

    }

    .block-10494 .iconBox i {
        font-size: 18px;
        line-height: 18px;
        margin-top: 0.5px;
    }

    .block-10494 .middle {
        margin-top: 8px;
    }

    .block-10494 .imgBox {
        margin-top: 20px;
        width: calc(100% - 5px);
        padding-right: 5px;
    }

    .block-10494 .tile:nth-of-type(2n+2) .imgBox {
        padding-left: 5px;
    }

    .block-10494 .text {
        margin-top: 20px;
    }

}