* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
boy,
.container {
    height: 100%;
}

.container {
    width: 100vw;
    min-height: 100vh;
}

.top-container {
    /* line-height: 160px; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 160px;
    background-color: #759FF7;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
}

.bottom-container {
    border-radius: 15px 15px 0px 0px;
    background-color: #fff;
    margin-top: -15px;
    min-height: 100px;
    padding: 20px 10px 5px 10px;
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    /* gap:15px;   */
}

.card {
    margin-right: 4%;
    margin-bottom: 8px;
    width: 48%;
}

.card:nth-child(2n) {
    margin: 0px;
    margin-bottom: 0px;
}

.card:nth-child(1) img {
    border: 1px solid #759FF7;
    box-sizing: border-box;
    display: block;
    border-radius: 5px;
}

img {
    display: block;
    border-radius: 5px;
    width: 100%;
}

.text {
    text-align: center;
    padding: 4px 8px;
    font-size: 14px;
    color: #333;
}

.pd {
    padding: 10px;
}