.QX-172140108 {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    word-break: break-word;
}

.QX-172140108 .show-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.QX-172140108 .show-item {
    width: calc(50% - 10px);
    position: relative;
    overflow: hidden;
}

.QX-172140108 .show-item:nth-child(n+3) {
    margin-top: 20px;
}

.QX-172140108 .imgBox {
    width: 100%;
    height: 100%;
    position: relative;
}

.QX-172140108 .imgBox img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.QX-172140108 .banner-description {
    position: absolute;
    background-color: rgba(255, 255, 255, .4);
    width: calc(100% - 90px);
    height: calc(100% - 80px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    overflow: hidden;
}

.QX-172140108 .show-item:hover .banner-description {
    transform: translate(-50%, -50%) scale(1);
}

.QX-172140108 .cont {
    max-width: 500px;
    text-align: center;
}

.QX-172140108 .banner-name {
    font-size: 38px;
    color: #121212;
    text-align: center;
}

.QX-172140108 .banner-docs {
    display: none;
}

.QX-172140108 .butn {
    display: inline-block;
    padding: 15px 60px;
    background: #87BC43;
    font-size: 23px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 60px;
    translate: all .3s;
}

.QX-172140108 .butn a {
    color: inherit;
}

@media screen and (max-width:1440px) {
    .QX-172140108 .banner-name {
        font-size: 28px;
    }

    .QX-172140108 .butn {
        padding: 10px 40px;
        font-size: 18px;
        margin-top: 40px;
    }
}

@media screen and (max-width:1200px) {
    .QX-172140108 {
        padding: 0 10px
    }

    .QX-172140108 .banner-description {

        width: calc(100% - 60px);
        height: calc(100% - 60px);
        transform: translate(-50%, -50%) scale(1);
    }

    .QX-172140108 .cont {
        max-width: calc(100% - 40px);
    }

    .QX-172140108 .banner-name {
        font-size: 24px;
    }

    .QX-172140108 .butn {
        padding: 10px 30px;
        font-size: 16px;
        margin-top: 28px;
    }
}

@media screen and (max-width:768px) {
    .QX-172140108 .show-item {
        width: 100%;
    }

    .QX-172140108 .show-item:nth-child(n+2) {
        margin-top: 20px;
    }
}

@media screen and (max-width:510px) {
    .QX-172140108 .banner-description {
        width: 100%;
        height: 100%;
        transform: unset;
        left: 0;
        top: 0;
    }

    .QX-172140108 .show-item:hover .banner-description {
        transform: unset;
    }

    .QX-172140108 .butn {
        margin-top: 20px;
    }
}