body {
    background-color: #0c0325;
    font-size: 18px;
    padding: 0;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    overflow-x: hidden;
    top: 0 !important;
}

.collapsing {
    transition: 0.3s;
}

html {
    scroll-behavior: smooth;
}


.banner-section {
    background: linear-gradient(to top,
            rgba(81, 32, 80, 0.6) 0%,
            rgba(35, 32, 81, 0) 54%);
}


.banner-section-2 {
    background: linear-gradient(to bottom,
            rgba(81, 32, 80, 0.6) 0%,
            rgba(35, 32, 81, 0) 54%);
}


.banner-content,
.banner-content-2 {
    text-align: center;
    position: relative;
    z-index: 1;
}


.banner-section .banner-content {
    padding: 200px 0 100px;
}

.banner-section-2 .banner-content-2 {
    padding: 50px 0 150px;
}

.banner-section-2 .banner-content-2 .title2 {
    font-size: 24px;
}


/*  信息 */
.info .info-content {
    display: flex;
    justify-content: space-between;
}

.info-text {
    flex: 0 0 50%;
}

.text-item {
    display: flex;
    flex-direction: column;
    margin: 20px;
    position: relative;
}

.text-item img {
    height: 70% !important;
    width: 100%;
}


.info .info-content .info-card {
    position: absolute;
    top: 45%;
    left: 10%;
}

.info .info-content .info-card div:nth-child(1) {
    font-size: 20px;
}

.info .info-content .info-card div:nth-child(2) {
    font-size: 14px;
    color: #A69BFF;
    line-height: 1.6;
    max-width: 300px;
}

.info .info-content .img {
    flex: 0 0 50%;
    text-align: center;
}


.info .info-content .img img {
    height: 75%;
    width: auto;
}

@media (max-width:1980px) {


    .text-item img {
        width: 75%;
    }
}

@media (max-width:1200px) {
    .info .info-content .img img {
        height: 70%;
    }

    .text-item img {
        width: 80%;
    }

    .info .info-content .img {
        margin-top: 50px;
    }
}

@media (max-width:995px) {
    .text-item img {
        width: 100%;
    }

    .info .info-content .img img {
        height: 81%;
    }

}


@media (max-width:798px) {
    .info .info-content {
        flex-direction: column !important;
    }

    .banner-section-2 .banner-content-2 {
        padding: 50px 0 80px;
    }
}