.class-outer {
    display: block;
    width: 280px;
    height: 340px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}

.class-cover {
    width: 100%;
    height: 35%;
    /*line-height: 50px;*/
    padding-left: 5px;
    background-color: #f0f0f0;
    opacity: 0.8;
    color: #FFFFFF;
    font-size: 26px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.cust-case-title {
    font-family: PingFangSC-Regular;
    font-size: 24px;
    color: #3C77F0;
    letter-spacing: 0;
    text-align: center;
    line-height: 22.27px;
    margin: 15px 0 10px;
    padding: 0 15px;
}

.cust-case-subtitle {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #999999;
    letter-spacing: 0;
    text-align: center;
    line-height: 22.27px;
    text-align: justify;
    padding: 0 15px;
}

/* 电子采购 */
.dzcg-class-outer {
    display: block;
    /*width: 280px;
    height: 340px;*/
    margin: 0px auto;
    position: relative;
    overflow: hidden;

    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.dzcg-class-cover {
    width: 100%;
    height: 100%;
    /*line-height: 50px;*/
    padding-left: 5px;
    /*background-color: #fff;
    opacity: 0.8;*/
    opacity: 0.6;
    background: rgba(73,73,75,0.51);
    color: #FFFFFF;
    font-size: 26px;
    position: absolute;
    left: 0px;
    bottom: 0px;

    opacity: 0.6;
    background: #000000;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
}

.dzcg-class-outer:hover {
    /*transform: scale(1.2);*/
    /*animation: my-rotate 3s infinite linear;*/
}

.dzcg-class-cover:hover {
    /*-webkit-transform: scale(1.05);
    transform: scale(1.2);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);*/

    /*animation: my-rotate 3s infinite linear;*/
}

.dzcg-product-intro-title {
    font-family: PingFangSC-Medium, "Microsoft YaHei", "微软雅黑";
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    margin-top: 50px;
    /*margin-top: 90%;*/

    /*font-family: PingFangSC-Regular;
    font-size: 26px;
    color: #FFFFFF;
    letter-spacing: 3.59px;*/

    /*font-size: 34px;
    color: #0FFFFF;
    letter-spacing: 0;
    text-align: center;

    float: left;
    clear: both;
    height: 0px;
    overflow: visible;*/
}

.dzcg-product-intro-content {
    font-family: PingFangSC-Regular, "Microsoft YaHei", "微软雅黑";
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    text-indent: 2em;
    margin: 20px 50px;
    letter-spacing: 1px;

    /*font-size: 26px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;

    float: left;
    clear: both;
    height: 0px;
    overflow: visible;*/
}