.product-security-current {
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto 20px;
    border-radius: 5px;
}

.product-security-box {
    box-sizing: border-box;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-left: 4px solid #22DC09;
    border-radius: 2px;
}

.product-security-header {
    display: flex;
    align-items: center;
    line-height: 22px;
    padding: 9px 0;
    text-align: center;
    background-color: #fff;
}

.product-security-header-left {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-width: 150px;
    padding: 0 12px;
}

.product-security-header-left:after {
    position: absolute;
    right: 0;
    width: 1px;
    height: 16px;
    content: "";
    background: #d1d1d1;
}

.product-security-header-left .icon {
    padding-right: 8px;
    font-size: 24px;
    font-weight: normal;
    width: 32px;
    height: 30px;
    fill: var(--svg-fill-color, #80c600)

}

.product-security-header-left span {
    font-size: 16px;
    font-weight: bold;
}

.product-security-header-right {
    font-weight: normal;
    flex: 1;
    padding: 0 5px;
    padding-left: 12px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-security-body {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    background-color: #eee;
}

.product-security-body .security-text-item {
    position: relative;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 14px;
    word-break: break-all;
}

.product-security-body .security-text-item .label {
    padding-right: 6px;
    font-weight: bold;
    color: #262626;
}

.product-security-body .security-text-item:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 16px;
    content: "";
    background-color: #d1d1d1;
    transform: translateY(-50%);
}

.product-security-body .security-text-item:last-child:after {
    display: none;
}

.product-security-body span {
    font-weight: normal;
    color: #999;
}
