.epcappbanner {
    width: 100%;
}

.epcappbanner img {
    width: 100%;
}

.epcapplication {
    width: 87.5rem;
    margin: 0 auto;
    margin-top: 5rem;
}

.epcapplication-title {
    font-size: 1.75rem;
    line-height: 1.75rem;
    color: #333333;
    margin-bottom: 2.5rem;
}

.epcapplication-img-t {
    width: 87.5rem;
    height: 37.75rem;
    margin-bottom: 2.5rem;
}

.epcapplication-img-t img,
.epcapplication-img-t video {
    width: 87.5rem;
    height: 37.75rem;
}

.epcapplication-img-b {
    width: 87.5rem;
    display: flex;
    justify-content: space-between;
}

.epcapplication-img-b img {
    width: 56.25rem;
    height: 42.188rem;
}

.epcapplication-intro {
    width: 87.5rem;
    font-size: 1.25rem;
    color: #666666;
    line-height: 2.5rem;
    margin-top: 2.44rem;
    margin-bottom: 4.94rem;
}

.epcapplication-intro img{
    max-width:72rem;
}