.bgcImg {
    width: 1200px;
    height: 8105px;
    margin: 0 auto;
    background-image: url(../images/companyProducts/icon/companyProducts.png);
    background-repeat: no-repeat;
    margin-top: 20px;
}
.products {
    height: 60px;
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    margin-bottom: 40px;
}
.products .productsItem {
    width: 200px;
    display: flex;
}
.products .productsItem .productsItem_img {
    width: 60px;
    height: 60px;
}
.products .productsItem .productsItem_img .img{
    width: 60px;
    height: 60px;
    border-radius: 10px;
}
.products .productsItem .productsItem_download {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 20px;
}
p {
    margin: 0;
}
.products .productsItem .productsItem_download button{
    color: #fff;
    background-color: black;
    border: 0;
    border-radius: 3px;
    font-size: 12px;
    width: 60px;
    padding: 3px;
    cursor: pointer;
    /* transform: scale(.8); */
}