main {
    width: var(--all-width);
    margin: 0 auto;
    padding: 30px 0;
}

main h3 {
    position: relative;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: center;
}

main h3::before {
    content: '';
    width: 100%;
    background-color: #555;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

main h3 span {
    padding: 4px 10px;
    background-color: #ff005b;
    position: relative;
    z-index: 1;
    color: #fff;
    transform: skewX(-10deg);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
    letter-spacing: 3px;
}

main img {
    position: absolute;
    top: 0;
    height: 100%;
}

main .type {
    color: #0be6af;
    font-weight: 700;
}

.cont {
    margin-bottom: 20px;
}

main .big-box {
    display: flex;
    flex-wrap: wrap;
}

.big-box[data-type=info] {
    gap: 15px;
}

.info-lef {
    width: 46%;
    position: relative;
}

.info-lef::before {
    content: '';
    display: block;
    padding-top: 130%;
}

.info-lef-text {
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .9) 100%);
    height: 50%;
    width: 100%;
    bottom: 0;
    color: #fff;
    padding: 30px 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.info-cen,
.info-rig {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}

.one-lef-name {
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.one-lef-txt {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.info-cen-box {
    height: 50%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.info-cen-img {
    position: relative;
}

.info-cen-img::before {
    content: '';
    padding-top: 70%;
    display: block;
}

.info-cen-text {
    flex: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.info-cen-box:first-child {
    padding-bottom: 15px;
}

.info-cen-box:last-child {
    padding-top: 15px;
}

.info-cen-box .type,
.info-rig .type {
    color: #777;
    font-size: 12px;
}

.info-cen-name {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.info-rig-box {
    display: flex;
    gap: 20px;
    padding: 8px;
    cursor: pointer;
}

.info-rig-box:first-child {
    padding-top: 0;
}

.info-rig-img {
    width: 30%;
    height: fit-content;
    position: relative;
}

.info-rig-img::before {
    content: '';
    padding-top: 100%;
    display: block;
}

.info-rig-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.info-rig-name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: normal;
}

.big-box[data-type=make] {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
}

.big-box[data-type=make]>div {
    display: flex;
    gap: 20px;
}

.make-top-box {
    width: 50%;
    position: relative;
    cursor: pointer;
}

.make-top-box::before {
    content: '';
    padding-top: 50%;
    display: block;
}

.make-top-text {
    height: 50%;
    bottom: 0;
    position: absolute;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .9) 100%);
    padding: 30px 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15%;
    color: #fff;
}

.make-top-name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 26px;
    font-weight: 700;
}

.make-bot-box {
    width: 25%;
    cursor: pointer;
}

.make-bot-img {
    position: relative;
}

.make-bot-img::before {
    content: '';
    display: block;
    padding-top: 60%;
}

.make-bot-text {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.make-bot-text .type {
    color: #777;
}

.make-bot-name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 700;
    font-size: 20px;
}

.tech-box {
    cursor: pointer;
    border: 1px solid #7777;
}

.tech-img {
    position: relative;
}

.tech-img::before {
    content: '';
    display: block;
    padding-top: 60%;
}

.tech-text {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tech-name {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.tech-txt {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.sport-box {
    width: 100%;
    border-top: 1px solid #7777;
    margin-bottom: 2%;
    display: flex;
    gap: 20px;
}

.sport-img {
    width: 45%;
    position: relative;
}

.sport-img::before {
    content: '';
    display: block;
    padding-top: 60%;
}

.soprt-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.soprt-text .type {
    color: #777;
    font-size: 14px;
}

.soprt-name {
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.sport-txt {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.nodata img {
    position: relative !important;
    inset: 0 !important;
}

.make-bot {
    flex-wrap: wrap;
}

@media (min-width:800px) {
    .make-bot-box {
        width: calc((100% - 60px) / 4);
    }

    .tech-box {
        width: calc((100% - 6%)/4);
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .tech-box:nth-of-type(4n) {
        margin-right: 0;
    }
}

@media (max-width:799px) {
    .big-box[data-type=info] {
        flex-direction: column;
    }

    .big-box[data-type=info]>* {
        width: 100%;
    }

    .big-box[data-type=make]>div {
        flex-direction: column;
    }

    .big-box[data-type=make]>div>* {
        width: 100%;
    }

    .sport-box {
        width: 100%;
    }

    .soprt-text {
        gap: 10px;
    }

    .one-lef-name {
        font-size: 20px;
    }

    .one-lef-txt {
        font-size: 14px;
    }

    .soprt-name {
        font-size: 16px;
    }

    .sport-txt {
        font-size: 14px;
    }
}