.cont_product .crubs-wrap>.container>.row>.cont-body {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
    border: unset;
}

.cont_product>.container>.row>.fx {
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: flex-start;
}

.cont_product>.container>.row>.top-wrap>.left {
    width: 58.4%;
    text-align: center;
    cursor: pointer;
}

.cont_product>.container>.row>.top-wrap>.left>#content-body>.content>img {
    height: 276px;
}

.cont_product>.container>.row>.top-wrap>.right {
    width: 41.6%;
}

.cont_product>.container>.row>.top-wrap>.right>.tit {
    color: #000000;
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 11px;
}

.cont_product>.container>.row>.top-wrap>.right>.desc {
    color: #999999;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 22px;
    text-align: justify;
}

.cont_product>.container>.row>.bottom-wrap>.left {
    width: 25%;
    padding: 30px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-right: 30px;
}

.cont_product>.container>.row>.bottom-wrap>.left>.tit {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
}

.cont_product>.container>.row>.bottom-wrap>.left>.con-list {
    margin-top: 20px;
}

.cont_product>.container>.row>.bottom-wrap>.left>.con-list>a {
    text-align: center;
    color: #37474f;
    font-size: 14px;
    display: block;
    line-height: 16.8px;
}

.cont_product>.container>.row>.bottom-wrap>.left>.con-list>a>img {
    width: 100%;
}

.cont_product>.container>.row>.bottom-wrap>.left>.con-list>a>.tit {
    margin-top: 10px;
    color: #5e7387;
}

.cont_product>.container>.row>.bottom-wrap>.right {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    flex: 1;
    padding: 30px;
}

.cont_product>.container>.row>.bottom-wrap>.right>hr {
    margin: 0;
    margin-bottom: 20px;
}

.cont_product>.container>.row>.bottom-wrap>.right>.tit {
    color: #1a3580;
    padding: 10px 20px;
    border-bottom: 2px solid #1a3580;
    display: inline-block;
}

.cont_product>.container>.row>.bottom-wrap>.right>.content table tr>td,
.cont_product>.container>.row>.bottom-wrap>.right>.content table tr>td span {
    color: #000;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cont_product>.container>.row>.bottom-wrap>hr {
    display: none;
}


/* 屏幕大于768px */

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1300px) {}

@media (min-width: 1400px) {}

@media (min-width: 1600px) {}


/* 屏幕小于1199px */

@media (max-width: 1599px) {}

@media (max-width: 1399px) {}

@media (max-width: 1299px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .cont_product>.container>.row>.fx {
        flex-direction: column;
    }
    .cont_product>.container>.row>.top-wrap>.left,
    .cont_product>.container>.row>.top-wrap>.right,
    .cont_product>.container>.row>.bottom-wrap>.right,
    .cont_product>.container>.row>.bottom-wrap>.left {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .cont_product>.container>.row>.fx {
        padding: 15px 0px;
    }
    .cont_product>.container>.row>.bottom-wrap>.right,
    .cont_product>.container>.row>.bottom-wrap>.left {
        box-shadow: unset
    }
    .cont_product>.container>.row>.bottom-wrap>.right>.tit {
        padding: 5px 10px;
        font-size: 14px;
    }
    .cont_product>.container>.row>.bottom-wrap>hr {
        display: block;
        background: #ccc;
        width: 125%;
        margin-left: -20px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
    }
    .cont_product>.container>.row>.bottom-wrap>.left>.con-list {
        display: flex;
    }
}

@media(max-width: 768px) {}