.body {
    background-color: #F9F9F9 !important;
}

.card-case-child {
    width: 100%;
    height: 312px;
    border-radius: 16px;
    background: white;
    padding: 24px;
    display: flex;
}

.product-banner-new {
    height: 120px;
    width: 100%;
}

.banner-max-width {
    max-width: 1280px;
    height: 120px;
    margin: auto;
}

.banner-span {
    padding-top: 40px !important;
    margin-left: 160px !important;
}

.card-display-inline-block {
    display: inline-block;
}

.card-case-child-img {
    width: 378px;
    height: 264px;
    border: 0;
}

.card-case-child-img img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.card-case-child-company {
    height: 30px;
    opacity: 1;
    color: #383B46;
    font-size: 22px;
    font-weight: 500;
    font-family: "Noto Sans SC";
    text-align: left;
    line-height: 30px;
}

.card-case-child-benefit {
    display: flex;
}

.card-case-child-benefit-child {
    display: inline-block;

}

.benefit-child-mr80 {
    margin-right: 80px;
}

.benefit-child-mr56 {
    margin-right: 56px;
}

.card-case-child-benefit-child-data {
    height: 24px;
    color: #4C4F59;
    font-size: 16px;
    font-weight: bold;
    font-family: "Noto Sans SC";
    line-height: 24px;
}

.card-case-child-benefit-child-title {
    height: 22px;
    color: #888990;
    font-size: 14px;
    font-weight: 400;
    font-family: "Noto Sans SC";
    text-align: left;
    line-height: 22px;
}

.card-case-child-data {
    display: flex;
}

.card-case-child-data-box-s {
    display: inline-block;
    width: 240px;
    height: 122px;
    margin-right: 48px;
}

.card-case-child-data-box {
    display: inline-block;
    width: 192px;
    height: 122px;
    margin-right: 48px;
}

.card-case-child-data-box-normal {
    display: inline-block;
    width: 210px;
    height: 122px;
    margin-right: 48px;
}

.card-case-child-data-box-max {
    display: inline-block;
    width: 220px;
    height: 122px;
    margin-right: 16px;
}

.card-case-child-data-box-min {
    display: inline-block;
    width: 150px;
    height: 122px;
    margin-right: 20px;
}

.card-coal-mine {
    width: 680px;
    height: 190px;
}

.card-coal-mine-max {
    width: 680px;
    height: 190px;
}

.card-coal-mine-content {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #383B46;

}

.card-coal-mine-content-max {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #4C4F59;

}
.card-mb-33{
    margin-bottom: 33px;
}
.coal-mine-ai p {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #4C4F59;
    margin-bottom: 8px;
}

.coal-mine-ai span.coal-mine-ai-content {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #60626B;
    display: inline-block;
    margin-bottom: 8px;
}
span.coal-mine-ai-number{
    background-color: #F7FCF8;
    color: #4EBB6E;
    margin-right: 6px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 20px;
}

.case-child-data-box-content {
    margin-bottom: 22px;
    display: flex;
}

.case-child-data-box-content-title {
    width: 80px;
    height: 22px;
    border-radius: 4px;
    background: #F7FCF8;
    color: #4EBB6E;
    font-size: 14px;
    font-weight: 400;
    font-family: "Noto Sans SC";
    text-align: center;
    line-height: 22px;
    display: inline-block;
    margin-right: 8px;
}

.case-child-data-box-content-data {
    /* width: 140px; */
    height: 24px;
    height: 24px;
    opacity: 1;
    color: #60626B;
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Sans SC";
    text-align: left;
    line-height: 24px;
    display: inline-block;
}