.companyDynamic {
    background-color: #e5f2ff;
}

.companyDynamic .ei_flex .card {
    margin: 0 10px;
    width: 33.333%;
    height: 450px;
    background-color: #fff;
    position: relative;
}

.companyDynamic .ei_flex .card img {
    width: 100%;
    height: 200px;
}

.companyDynamic .card_content {
    padding: 10px;
}

.card_content div {
    font-size: 15px;
    margin: 10px 0;
}

.companyDynamic .card_title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
}

.companyDynamic .more_button {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 60px);
}

.companyDynamic .more_button button {
    width: 120px;
    height: 45px;
    color: #fff;
    background-color: #7d7d7d;
    cursor: pointer;
}

.detectionDynamic .ei_flex .card {
    width: 25%;
    margin: 0 10px;
    height: 350px;
    background-color: #f8f8f8;
    position: relative;
    padding: 10px;
}

.detectionDynamic .more_button {
    background-color: #c6c6c6;
    font-size: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
}

.detectionDynamic .more_button span {
    position: relative;
    bottom: 3px;
}

.detectionDynamic .ei_flex .card .date {
    border-bottom: 3px solid #cccccc;
    width: 100px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.detectionDynamic .card_title {
    margin: 20px 0 10px 0;
}

.detectionDynamic .card_content {
    color: #999;
    line-height: 1.6;
}

.detectionPerformance {
    background-color: #e5f2ff;
}

.detectionPerformance .card {
    width: 25%;
    margin: 0 10px;
    height: 260px;
    background-color: #f8f8f8;
    position: relative;
}

.detectionPerformance .card img {
    height: 190px;
    width: 100%;
}

.detectionPerformance .eval {
    background-color: #37488e;
    color: #fff;
    height: 70px;
    line-height: 1.5;
    padding: 0 10px;
}

.deviceShow .card {
    width: 33.333%;
    margin: 0 10px;
    height: 470px;
    background-color: #fff;
    position: relative;
    border: 1px solid #bfbfbf;
}

.deviceShow .card img {
    width: calc(100% - 40px);
    height: 280px;
    margin: 20px;
}

.deviceShow .card .intr {
    text-align: center;
}

.deviceShow .card .line {
    background-color: #d50000;
    width: 50px;
    height: 3px;
    margin-left: calc(50% - 25px);
    margin-top: 10px;
    margin-bottom: 20px;
}

.active_btn {
    background-color: #d50000 !important;
}

.sink {
    background-color: #ededed !important;
}