/* 技术简介 */
.js-wrap {
    margin: 0 auto;
    padding: 1rem 0;
}

.js-jianjie-box {
    padding-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.js-jianjie {
    width: 6.9rem;
    padding: 0.5rem 0.2rem;
    background: #EEEEEE;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
}

.js-jianjie-img {
    width: 3.46rem;
    height: 2.3rem;
    flex-shrink: 0;
    margin-right: 0.21rem;
}

.js-jianjie-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.js-jianjie-des {
    flex: 1;
}

.js-jianjie-text {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #666666;
}

.js-jianjie-p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 0.3rem;
    margin-top: 0.16rem;
}

.js-youshi-box {
    display: flex;
    margin-top: 0.6rem;
}

.js-youshi-img {
    width: 4.5rem;
    height: 4.5rem;
    flex-shrink: 0;
    margin: 0 0.6rem;
}

.js-youshi-img img {
    width: 100%;
    height: 100%;
}

.js-youshi {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.4rem 0;
}

.js-youshi:first-of-type .js-youshi-des {
    text-align: right;
}

.js-youshi-text {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.js-youshi-p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.3rem;
    margin-top: 0.3rem;
}

@media only screen and (max-width: 1024px) {
    .js-jianjie-box {
        padding: 0.2rem 0.3rem 0.8rem 0.3rem;
    }

    .js-jianjie {
        width: 100%;
    }

    .js-jianjie {
        padding: 0.3rem 0.2rem;
        flex-direction: column;
    }

    .js-jianjie-img {
        width: 100%;
        height: auto;
        margin: 0;
        margin-bottom: 0.2rem;
    }

    .js-jianjie-text {
        font-size: 0.26rem;
    }

    .js-jianjie-p {
        font-size: 0.24rem;
        line-height: 0.36rem;
    }

    .js-youshi-img {
        display: none !important;
    }

    .js-youshi-box {
        flex-direction: column;
        padding: 0 0.3rem;
    }

    .js-youshi {
        text-align: center;
        padding: 0;
    }

    .js-youshi:first-of-type .js-youshi-des {
        text-align: center;
    }

    .js-youshi-des {
        padding-bottom: 0.4rem;
    }

    .js-youshi-text {
        font-size: 0.28rem;
    }

    .js-youshi-p{
        font-size: 0.26rem;
        line-height: 0.36rem;
        margin-top: 0.2rem;
    }
}