.solut-img {
    width: 100%;
}

    .solut-img img {
        width: 100%;
        height: auto;
    }

/* ------------ */
.detail-box {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .detail-box h1 {
        font-size: 30px;
        font-weight: 600;
        color: #222222;
    }

    .detail-box span {
        padding: 10px 0;
        font-size: 14px;
        color: #999999;
        display: inline-block;
    }

    .detail-box p {
        width: 100%;
        font-size: 14px;
        color: #666260;
        margin-top: 30px;
    }

    .detail-box img {
        width: 80%;
        height: auto;
        max-height: 450px;
        margin-top: 40px;
    }

/* --------------底部导航----------------- */

.detail-btm {
    padding: 35px 0;
    border-top: 1px solid #e5e5e5;
}

.detail-bm-cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detbm-cntle {
}

    .detbm-cntle p {
        font-size: 16px;
        color: #444444;
        padding: 10px 0;
    }

        .detbm-cntle p a {
            color: #666666;
        }

.detbm-cntri > a {
    display: flex;
    align-items: center;
    background-color: #e1000f;
    padding: 10px 30px;
}

    .detbm-cntri > a span {
        font-size: 16px;
        color: #ffffff;
    }


@media only screen and (max-width: 768px) {

    .detail-box {
        padding: .3rem .1rem;
    }

        .detail-box h1 {
            font-size: .34rem;
        }

        .detail-box span {
            font-size: .18rem;
        }

        .detail-box p {
            font-size: .20rem;
            margin-top: .3rem;
            color: #333;
        }


    .detbm-cntle p {
        font-size: .2rem;
        display: flex;
    }

        .detbm-cntle p a {
            color: #333;
            width: 80%;
        }

    .detbm-cntri > a span {
        font-size: .20rem;
    }

    .detail-btm {
        padding: .3rem .1rem;
    }

    .detbm-cntri > a {
        padding: .1rem .3rem;
    }
    .detbm-cntle {
        width: 75%;
    }
    .detbm-cntle > p {
        display: flex;
    }
    .detbm-cntri {
        margin-top: 100px;
    }
}
