html, body{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
    font-family: "Myriad Pro", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.box-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-center {
    display: flex;
    justify-content: center;
}

.title {
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin: 25px;
    line-height: 46px;
}

.products-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 16px 24px;
    gap: 16px;
    width: 456px;
    height: 148px;
    background: linear-gradient(180deg, #FDF0FF 0%, #FEFAFF 100%);
    border: 1px solid #FADEFE;
    border-radius: 4px;
}

.product-icon-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pop-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    width: 139px;
    height: 36px;
    background: #A236B3;
    border-radius: 18px;
    order: 0;
    flex-grow: 0;
    font-weight: 700;
    color: #FFFFFF;
    border-style: none;
    /* margin: 20px; */
}


.icon-image {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #F6DAFA;
    min-width: 90px;
    max-width: 90px;
    height: 80px;
}

.icon-image img {
    width: 24px;
}

.icon-image a {
    color: #333333;
    text-align: center;
    text-decoration: none;
    min-height: 88px;
    min-width: 72px;
    margin: 0px 5px 0 5px;
    padding-top: 5px;
}

.icon-image a:hover {
    background: linear-gradient(180deg, #FCE8FF 0%, #FADCFF 100%);
    border-radius: 4px;
}
.products-front{
    font-weight: 600;
}
.botton-10 {
    margin-bottom: 10px;
}

.time {
    box-sizing: border-box;
    width: 44.24px;
    height: 46px;
    line-height: 40px;
    background: #FBFBFB;
    border: 1px solid #D7D7D7;
    box-shadow: inset 0px 5px 3px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    color: #000000;
    font-weight: 700;
    font-size: 28px;
    margin: 0 5px 0 5px;
}

.border-right-none {
    border-right: none;
}

.box-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 28vh;
    align-items: center;
}
/* 125dpi */
@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 125dpi) {
    .box-footer {
        height: 33vh;
    }
}

/* 4k */
@media (min-width: 3840px) and (min-height: 2160px) {
    .box-footer {
        height: 33vh;
    }
}