.text {
    font-size: 14px;
    font-weight: 500;
}

.text2 {
    font-size: 16px;
    font-weight: 500;
}

.text3 {
    font-size: 18px;
    font-weight: 500;
}

.text4 {
    font-size: 20px;
    font-weight: 500;
}

.text5 {
    font-size: 22px;
    font-weight: 500;
}

.text6 {
    font-size: 24px;
    font-weight: 500;
}

.text7 {
    font-size: 26px;
    font-weight: 600;
}

.text8 {
    font-size: 30px;
    font-weight: 600;
}

.text-bold {
    font-weight: 600;
}

.text-purple {
    color: #6526f9;
}

.text-green {
    color: #009245;
}

.text-goose {
    color: #ffeeb8;
}

.text-gray {
    color: #747474;
}

.text-align-center {
    text-align: center;
}

.text-overflow {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 58px;
}

a:hover {
    color: #6526f9;
}
.toHotGroup:hover {
    cursor: pointer;
}
.btn-fit {
    width: 100%;
    height: 100%;
}

.btn-purple {
    width: 96px;
    height: 42px;
    line-height: 42px;
    display: block;
    text-align: center;
    border-radius: 34px;
    background-image: linear-gradient(to bottom, #a013fb, #6526f9);
}

.bg-goose {
    display: block;
    text-align: center;
    background: #ffeeb8;
}

.bg-purple {
    display: block;
    text-align: center;
    background: #6526f9;
}
.sticky-top {
    top: 78px;
}
.hot-groups-nav-content {
    padding: 10px 16px;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    speak: none;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}

.hot-groups-nav-content:hover {
    cursor: pointer;
}

.hot-groups-nav-content::after{
    margin-top: 1px;
    content: "\e902";
}

.hot-groups-nav-content.active::after{
    display: none;
}

.banner {
    z-index: 1010;
    width: 100%;
    height: 40vw;
    background-repeat: no-repeat;
    background-image: url(https://image.meimaii.com/upload/image/ToT93Gi573CXbpeMgvWaq9dQJcTKhd4GfEvhf86N.png);
    background-size: 100%;
    background-position: top center;
    position: relative;
}
.banner .hot-groups-nav {
    position: absolute;
    bottom: -1px;
}
.rectangle {
    position: relative;
    border-radius: 15px;
    background-color: #ffffff;
}
.rectangle .row {
    text-align: left;
}
.promotion {
    margin-top: 88px;
}
.promotion .text6{
    font-size: 23px;
}
.promotion-content {
    height: 100px;
}
.promotion-title-img {
    width: 100%;
    max-width: 300px;
    margin-top: -63px;
}
img.promotion-sort-img {
    width: 48px !important;
    height: 48px;
}
.hot-groups img {
    width: 100%;
}
.meimaii-nav {
    background: url(https://storage.googleapis.com/enjoyclick_imges/upload/image/7xb9Y5epNm5ZcVw3u0wrfwGeNakdw0yYzgjZma1T.png);
    border-radius: 10px;
}
.hot-group-frame {
    padding: 0 8px;
}
.groups {
    background: #fff;
    border: 15px;
}
.groups-img {
    width: 230px;
    height: 230px;
    border-radius: 10px;
    margin: 0 auto;
}
.groups-img img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: center center;
}
.shop-groups-img {
    width: 322px;
    height: 161px;
    border-radius: 10px;
    margin: 0 auto;
}
.shop-groups-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
}
.avatar {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    border: solid 3px #6526f9;
    border-radius: 50%;
}
.img-wrapper {
    position: relative;
}
.img-wrapper:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.img-wrapper img {
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
}
.line-clamp-1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-clamp-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.height-42 {
    height: 42px;
}
@media (max-width: 577px) {
    .banner {
        background-image: url(https://storage.googleapis.com/enjoyclick_imges/upload/image/cswuQS8jUPsHmibqXwujiYNdGh7dv7dSGw2Q6nee.png);
        background-size: 100%;
        background-position: top center;
        margin-bottom: 0;
        height: calc(82vw + 15px);
    }
    .container-group {
        width: 100%;
        padding: 0 30px;
    }
    .groups-img {
        width: 100%;
        max-width: 41vw;
        height: 41vw;
        margin: 0 auto;
    }
    .shop-groups-img {
        width: 100%;
        max-width: 83vw;
        height: 41.5vw;
        margin: 0 auto;
    }
    .avatar {
        width: 60px;
        height: 60px;
        margin-top: -30px;
    }
    .text2 {
        font-size: 14px;
        font-weight: 500;
    }
    
    .text3 {
        font-size: 18px;
        font-weight: 500;
    }
    
    .text6 {
        font-size: 18px;
        font-weight: 500;
    }
    
    .text8 {
        font-size: 24px;
        font-weight: 600;
    }
    .promotion-title-img {
        width: 100%;
        max-width: 270px;
        margin-top: -63px;
    }
    .promotion-content {
        height: auto;
        margin-bottom: 20px;
    }
}
@media (max-width:769px) and (min-width:577px) {
    .banner {
        background-size: cover;
        height: calc(45vw);
    }
    .groups-img {
        width: 230px;
        height: 230px;
    }
    .shop-groups-img {
        width: 506px;
        height: 253px;
    }
}
@media (max-width:991px) and (min-width:769px) {
    .banner {
        background-size: 100%;
        height: 43vw;
    }
    .groups-img {
        width: 319px;
        height: 319px;
    }
    .shop-groups-img {
        width: 686px;
        height: 343px;
    }
}
@media (min-width:992px) {
    .groups-img {
        width: 196px;
        height: 196px;
    }
    .shop-groups-img {
        width: 276.66px;
        height: 138.33px;
    }
}
@media (min-width:1200px) {
    .groups-img {
        width: 240px;
        height: 240px;
    }
    .shop-groups-img {
        width: 336.66px;
        height: 168.33px;
    }
}