.interface-detail {
    background-color: #d3eef5;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.interface-detail::before {
    display: block;
    content: '';
    background-color: #0690b4;
    width: 6px;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}
.detail h2 {
    text-align: center;
}
.flex h2,.flex h3 {
    margin-top: 2px;
}
.flex h3 {
    color: #0a91b5;
    font-weight: bold;
}
.flex .bb {
    color: #0a91b5;
}
.flex h2 {
    color: #ee9c33;
    font-weight: bold;
}
.interface-detail .flex {
    padding: 20px 0;
}
.export-item {
    margin-top: 20px;
}
.export-item label {
    margin-bottom: 15px;
    color: #0a91b5;
}
.export-item p {
    text-indent: 28px;
}
.export-item p img {
    margin: 0 auto;
    display: block;
}
.productDetails{
    background-color: #fff;
}