.top-banner {
    width: 100vw;
    min-width: 1180px;
}

.main {
    padding-top: 100px;
}

.member-system,
.special-treatment {
    display: flex;
    justify-content: space-between;
}

.member-system .item {
    width: 300px;
    height: 436px;
}

.content-tips {
    text-align: center;
    margin-top: 60px;
    font-size: 20px;
}

.special-treatment .icon {
    width: 200px;
    height: 200px;
}
.special-treatment .title {
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
}

.credits-exchange {
    display: grid;
    grid-template-columns: 235px 235px 235px 235px;
    grid-column-gap: 80px;
    grid-row-gap: 60px;
    font-size: 20px;
    text-align: center;
}

.credits-exchange .image {
    width: 235px;
    height: 235px;
    border-radius: 4px;
}

.credits-exchange .name {
    margin: 20px 0;
}

.credits-exchange .price {
    font-size: 30px;
    color: #eb6d65;
    margin-right: 10px;
}
