.proList{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.proList li{
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 30px;
}
.proLink{
    display: block;
    height: 100%;
}
.proImg{
    padding-bottom: 75%;
}
.proImg .imgBg{
    transition: all 1s;
}
.proText{
    padding: .1rem 0;
}
.proTit{
    font-size: 16px;
    color: #222222;
    line-height: 1.6;
    font-weight: bold;
    transition: all .3s;
}
.proEn{
    font-size: 12px;
    color: #999999;
    line-height: 1.6;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0;
}
.proTag{
    font-size: 12px;
    margin: 0 -5px;
}
.proTag span{
    display: inline-block;
    vertical-align: middle;
    padding: 0 .15rem;
    line-height: 18px;
    border-radius: 10px;
    color: var(--baseColor);
    border: 1px solid rgba(235, 0, 13, .6);
    background-color: rgba(235, 0, 13, 0.1);
    margin: 2px 5px;
}
.proLink:hover .imgBg{
    transform: scale(1.05);
}
.proLink:hover .proTit{
    color: var(--baseColor);
}
.proList li:nth-child(1),
.proList li:nth-child(2){
    width: 50%;
}
.proList li:nth-child(1) .proLink,
.proList li:nth-child(2) .proLink{
    background: #F8F8F8;
    border-radius: 0px 0px .2rem .1rem;
}
.proList li:nth-child(1) .proText,
.proList li:nth-child(2) .proText{
    padding: .2rem;
}
.proList li:nth-child(1) .proTag span,
.proList li:nth-child(2) .proTag span{
    color: #FFFFFF;
    background-color:rgba(235, 0, 13, .6);
}

.proH2{
    font-size: 40px;
    color: #222222;
    line-height: 1;
    /* opacity: .2; */
    font-weight: bold;
    font-family: 'DINCondensed';
    text-transform: uppercase;
}
.proBox h3,
.proName{
    font-size: 20px;
    color: #222222;
    line-height: 1.4;
    font-weight: bold;
}
.proCen{
    line-height: 24px;
    margin: .2rem 0;
    overflow: hidden;
}
.proCen img{
    float: right;
    width: 40%;
    max-width: 400px;
    margin-left: 3.8%;
}
.proCen .specs{
    /* color: #999999; */
    margin-bottom: .3rem;
}
.proBox{
    overflow: hidden;
}
.proBox h3{
    margin: .2rem 0;
}
.proBox table{
    width: 100% !important;
    height: auto !important;
    word-break: break-all;
    text-align: center;
}
.proBox table th,
.proBox table td{
    padding: .1rem;
    border: 1px solid #000000;
}
.proBox table th{
    font-size: 20px;
    color: #000000;
    font-weight: normal;
}
.proBox table td{
    font-size: 18px;
}

.epcTit{
    font-size: 28px;
    line-height: 1.6;
    min-height: 60px;
    margin-bottom: .2rem;
}
.caseList li:nth-child(1),
.caseList li:nth-child(2){
    width: 33.33%;
}


@media (max-width:1600px) {
    .proList{
        margin: 0 -.1rem;
    }
    .proList li{
        padding: 0 .1rem;
        margin-bottom: .2rem;
    }
    .proBox h3,
    .proName{
        font-size: 18px;
    }
    .proH2{
        font-size: 30px;
    }
    .proBox table th{
        font-size: 18px;
    }
    .proBox table td{
        font-size: 16px;
    }
    .epcTit{
        font-size: 24px;
    }
}
@media (max-width:1200px) {
    .epcTit{
        min-height: 0;
    }
}
@media (max-width:767px) {
    .proList li{
        width: 50%;
    }
    .proCen img{
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 auto .2rem;
    }
    .proBox table th{
        font-size: 16px;
    }
    .proBox table td{
        font-size: 14px;
    }
    .caseList li:nth-child(1),
    .caseList li:nth-child(2){
        width: 50%;
    }
}
@media (max-width:640px) {
    .proH2{
        font-size: .36rem;
    }
    .epcTit{
        font-size: 20px;
    }
}
@media (max-width:460px) {
    .proLink{
        background-color: transparent !important;
    }
    .proText{
        padding: .15rem 0 !important;
    }
    .proTit{
        font-size: 14px;
    }
    .proEn{
        line-height: 1.2;
    }
    .proTag{
        margin: 0 -2px;
    }
    .proTag span{
        margin: 2px;
    }
    .proBox h3,
    .proName{
        font-size: 16px;
    }
    .proBox table th{
        font-size: 14px;
    }
    .proBox table td{
        font-size: 12px;
    }
    .epcTit{
        font-size: 18px;
    }
}