.Nybanner {
    position: relative;
    margin-top: 0 !important;
}

.Nybanner img {
    position: relative;
    width: 100%;
}

.Nybanner .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    text-align: right;
    color: #FFFFFF;
    position: absolute;
    z-index: 1;
    right: var(--container);
    bottom: 75px;
    max-width: 480px;
}

.Nybanner .aa {
    display: block;
    background: var(--color);
    padding-left: var(--container);
    padding-right: 90px;
    height: 240px;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.Nybanner .aa h1 {
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 45px;
}

.Nybanner .aa .ss {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
}

.Nybanner .aa .ss button {
    width: 30px;
    height: 30px;
    padding: 4px;
    margin: 15px 0;
    background: transparent;
}

.Nybanner .aa .ss button img {
    width: 100%;
    filter: invert(1);
}

.Nybanner .aa .ss input {
    background: transparent;
    margin: 15px 0;
    height: 30px;
    width: 100%;
    padding: 0 15px;

}

input[type=text]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1200px) {
    .Nybanner .aa {
        padding-right: 30px;
    }

}

/* 分类 */
.NyBigBox {
    display: flex;
    padding-top: 0;
}

.ProNav {
    display: block;
    background: var(--color);
    padding-left: var(--container);
    padding-right: 90px;
    padding-top: 60px;
    width: 30%;
}

.ProNav a {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 30px 0;
}

.ProNav a h1 {
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #FFFFFF;
}

.ProNav a span {
    font-weight: 100;
    font-size: 48px;
    line-height: 22px;
    color: #fff;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
}

.ProNav a span.span1 {
    display: flex;
}

.ProNav a span.span2 {
    display: none;
}

.ProNav a:hover span.span1 {
    display: none;
}

.ProNav a:hover span.span2 {
    display: flex;
}

@media (max-width: 1200px) {
    .ProNav {
        padding-right: 30px;
    }
}

/* 列表 */
.ProRight {
    width: 70%;
    padding-top: 75px;
    padding-left: 90px;
    padding-right: var(--container);
}

.ProList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ProList a {
    width: calc((100% - 45px) / 2);
    margin-bottom: 60px;
    display: block;
}

.ProList a .img {
    border-radius: 0 0 80px 0;
    overflow: hidden;
}

.ProList a .img img {
    width: 100%;
    transition: 0.5s;
}

.ProList a .img:hover img {
    transform: scale(1.08);
}

.ProList a h1 {
    font-size: 18px;
    padding-right: 100px;
    line-height: 4;
    position: relative;
    border-bottom: 1px solid #A5A5A5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.ProList a span {
    position: absolute;
    height: 100%;
    display: flex;
    right: 0;
    top: 0;
    font-size: 16px;
    align-items: center;
}

@media (max-width: 1440px) {
    .ProRight {
        padding-left: 60px;
    }
}


@media (max-width: 992px) {
    .ProNav {
        padding-right: 15px;
    }

    .ProNav a h1 {
        font-size: 18px;
    }

    .ProNav a span {
        font-size: 36px;
        line-height: 18px;
        width: 18px;
        height: 18px;
    }

    .ProRight {
        padding-top: 45px;
        padding-left: 30px;
    }

    .ProList a {
        width: calc((100% - 15px) / 2);
        margin-bottom: 30px;
    }

    .ProList a .img {
        border-radius: 0 0 30px 0;
    }
}


@media (max-width: 640px) {
    .Nybanner .title {
        width: 100%;
        text-align: center;
        bottom: 120px;
        padding: 0 10px;
        font-size: 14px;
    }

    .Nybanner>img {
        opacity: 0.5;
        min-height: 300px;
    }

    .Nybanner .aa {
        padding: 0 15px;
        width: 100%;
        height: 100px;
    }

    .Nybanner .aa h1 {
        margin-bottom: 0;
    }

    .ProNav {
        padding: 0 15px;
        width: 100%;
    }

    .NyBigBox {
        display: flex;
        flex-wrap: wrap;
    }

    .ProRight {
        padding: 0 15px;
        padding-top: 30px;
        width: 100%;
    }

    .ProList a span {
        display: none;
    }

    .ProList a h1 {
        padding-right: 0;
        line-height: 3;
    }
}