.overflow-x-scroll {
    overflow-x: scroll;
}
.overflow-x-hidden {
    overflow: hidden;
}
.overflow-x-scroll::-webkit-scrollbar {
    display: none;
}
.border-radius-corner {
    border-radius: 0 15px 15px 0;
}
.hot-group a:hover, a.pc-only:hover {
    color: #6526f9;
}
.review{
    background: url('https://image.meimaii.com/upload/image/6KVPUIrfwozyVpfWlrey9Uh9SejQUZpgyS0QqOZp.png');
    margin-top: 207px;
    text-align: center;
}
.review .title-920-img {
    margin-top: -150px;
}
.review .title-920-img img {
    width: 920px;
    max-width: 100%;
}
.kol-frame {
    width: 2016px;
    height: 250px;
    padding-left: 37px;
    overflow: hidden;
    padding: 30px 0 24px 0;
}
.kol-img {
    width: 200px;
    overflow-y: hidden;
    padding-left: 16px;
    float: left;
    transition: 0.3s;
    transition-timing-function: ease-out;
}
.kol-img:hover{
    margin-top: -24px;
}
.kol-img img{
    width: 100%;
}
.kol-text-frame {
    overflow: hidden; 
	position: relative;
    height: 35px;
}
.kol-text {
    padding-left: 0;
	display: flex;
	list-style-type: none;
	animation: marqee 50s linear infinite;
	position: absolute;
}
.kol-text div {
    padding: 0 30px;
    white-space: nowrap;
	font-weight: bold;
}
@keyframes marqee {
	0% {
		left: 100%;
		transform: translateX(0%);
	}

	100% {
		left: 0;
		transform: translateX(-100%);
	}
}
.custom-review{
    position: relative;
    height: 100px;
}
.custom-review-frame{
    position: relative;
    transform-style: preserve-3d;
    height: 36px;
    animation: cube 8s linear infinite;
    animation-fill-mode: forwards;
    text-align: right;
}
.custom-review-frame > div{
    height: 36px;
    position: absolute;
    text-align: center;
    transform-origin: center center -10.3923048454px;
}

.custom-review-frame >div:nth-child(3){
    transform: rotateX(120deg);
    line-height: 54px;
    opacity: 0;
    animation: invisible3 8s linear infinite;
    animation-fill-mode: forwards;
}
.custom-review-frame >div:nth-child(2){
    transform: rotateX(240deg);
    line-height: 18px;
    opacity: 0;
    animation: invisible2 8s linear infinite;
    animation-fill-mode: forwards;
}
.custom-review-frame >div:nth-child(1){
    line-height: 36px;
    animation: invisible1 8s linear infinite;
    animation-fill-mode: forwards;
}
@keyframes cube {
	0% {
		transform: rotateX(0deg);
	}
	10% {
		transform: rotateX(120deg);
	}
    33% {
		transform: rotateX(120deg);
	}
    43% {
		transform: rotateX(240deg);
	}
    66% {
		transform: rotateX(240deg);
	}
    76% {
		transform: rotateX(360deg);
	}
    100% {
		transform: rotateX(360deg);
	}
}
@keyframes invisible1 {
    0% {
		opacity: 1;
	}
	10% {
		opacity: 0;
	}
    66% {
		opacity: 0;
	}
    76% {
        opacity: 1;
	}
    100% {
        opacity: 1;
	}
}
@keyframes invisible2 {
    0% {
        opacity: 0;
	}
	10% {
        opacity: 1;
	}
    33% {
        opacity: 1;
    }
    43% {
		opacity: 0;
	}
    100% {
		opacity: 0;
	}
}
@keyframes invisible3 {
    0% {
        opacity: 0;
	}
    33% {
        opacity: 0;
	}
    43% {
		opacity: 1;
	}
    66% {
		opacity: 1;
	}
    76% {
        opacity: 0;
	}
    100% {
		opacity: 0;
	}
}
.banner {
    z-index: 1010;
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-image: url(https://image.meimaii.com/upload/image/vNHF4mSprCQsg6AhK54bExRTm3c96kqSZ523ZDUF.png);
    background-size: 100%;
    background-position: top center;
    position: relative;
}
.banner .countdown {
    padding-top: 35vw;
}
.rectangle {
    position: relative;
    border-radius: 15px;
    background-color: #ffffff;
}

.rectangle .row {
    text-align: left;
}

.activity img {
    width: 100%;
}
.activity .activity-title-img {
    width: 600px;
    margin: -25px auto 16px auto;
}
.activity .iphone-img img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: -50px;
}
.activity .coupon {
    position: relative;
    padding-top: 75px;
}
.activity .coupon .coupon-img {
    position: absolute;
    top: -150px;
    left: 0;
}
.order-input {
    position: relative;
}
.order-input-frame {
    width: 100%;
    height: 44px;
    border-radius:10px;
    border: 1px solid #6526f9;
}
#order-id:focus {
    outline: none;
}
.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-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;
}

.border-radius-20 {
    border-radius: 20px;
}
.bg-goose {
    display: block;
    text-align: center;
    background: #fffae6;
    border-radius: 20px;
}
.bg-white {
    background: #fff;
}
.btn-fit {
    width: 100%;
    height: 100%;
}

.btn-coupon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 161px;
    height: 53px;
    color: #fff;
    border: none;
    border-radius: 8px;  
    box-shadow: 0 25px 30px -15px rgba(137, 47, 206, 0.6);
    color: #fff;
    background-image: linear-gradient(to bottom, #294edc, #892fce);
}

.btn-coupon:hover {
    color: #fff;
}

.dark {
    background-color: #ffccd9;
}

.btn-purple {
    display: block;
    text-align: center;
    border-radius: 34px;
    box-shadow: 0 25px 30px -15px rgba(101, 38, 249, 0.6);
    background-image: linear-gradient(to bottom, #a013fb, #6526f9);
}

.btn-meimaii-official {
    width: 248px;
    height: 60px;
    line-height: 60px;
}

.btn-meimaii-official a {
    color: #fff;
}

.btn-meimaii-official a:hover {
    color: #fff
}

.btn-review {
    width: 264px;
    height: 60px;
    line-height: 60px;
}

.btn-copy {
    width: 192px;
    height: 44px;
    line-height: 42px;
    margin: 0 auto;
}

.btn-buy {
    width: 96px;
    height: 42px;
    line-height: 42px;
}

.btn-search {
    width: 120px;
    height: 44px;
    line-height: 42px;
}

.countdown {
    text-align: center;
}
.countdown img.true{
    width: 251px;
    height: 84px;
    text-align: center;
}
.countdown img.false{
    width: 370px;
    text-align: center;
}
#clock {
    display: flex;
    justify-content: center;
}
#clock div {
    width: 125px;
    height: 65px;
    line-height: 65px;
    border-radius: 8px;
    background-image: linear-gradient(to bottom, #294edc, #892fce);
    color: #fff;
    font-size: 26px;
    margin: 0 6px;
    text-align: center;
}

#clock span {
    font-size: 40px;
}

@media (max-width: 767px) {
    #clock div {
        width: 84px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    #clock span {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {
    .countdown {
        padding-left: 250px;
        padding-right: 250px;
    }
}

@media (max-width: 989px) {
    .countdown {
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
    }
    .banner .countdown {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.live {
    padding: 60px 0 72px 0;
}
.live-img-frame {
    margin-bottom: 72px;
}
.live-img {
    max-width: 100%;
    max-height: 100px;
}
.live-kol-img {
    position: relative;
    z-index: 1010;
    margin-top: -95px;
    width: 100%;
}

.live-kol-name.text6{
    font-size: 22px;
}

.img-px-15 {
    padding-right: 15px;
    padding-left: 15px;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 78px;
}

.partner-title-img {
    width: 120%;
    margin-left: -10%;
}

.partner-title-img img{
    width: 100%;
}
.partner-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.mb-5rem {
    margin-bottom: 5rem !important;
}

.height-42 {
    height: 42px;
}

.hot-group-body > .my-1.text.text-overflow {
    height: 42px;
}

.title-920-img {
    width: 100%;
}

.title-920-img img{
    width: 100%;
}

.hot_groups{
    background: url('https://image.meimaii.com/upload/image/6KVPUIrfwozyVpfWlrey9Uh9SejQUZpgyS0QqOZp.png');
    margin-top: 135px;
}
.hot_groups .title-920-img {
    margin-top: -135px;
    overflow: hidden;
}
.hot_groups .title-920-img img {
    max-width: 100%;
    width: 920px;
}

.hot_groups img {
    width: 100%;
}
.hot_groups .meimaii-group:nth-child(odd) {
    padding-left: 0px;
    padding-right: 8px;
}
.hot_groups .meimaii-group:nth-child(even) {
    padding-left: 8px;
    padding-right: 0px;
}
.groups {
    background: #fff;
    border: 15px;
}
.group-name {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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;
}
.notice {
    background: #fffae6;
}
.notice ul {
    list-style-type: decimal;
}



@media (min-width: 576px) {
    .banner {
        height: calc(35vw + 200px);
    }
    .banner .countdown {
        padding-top: 33.2vw;
    }
    .activity .coupon {
        margin-top: 150px;
    }
    .activity .coupon .coupon-img {
        position: absolute;
        top: -200px;
        left: 0;
    }
    .custom-review {
        margin-bottom: 76px !important;
    }
    .custom-review-frame {
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .pc-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .activity .iphone-img img {
        position: relative;
        width: 90%;
        left: auto;
    }
    .custom-review-frame {
        display: flex;
        justify-content: center;
    }
    .live .rectangle {
        margin-bottom: 60px;   
    }
    .hot_groups .title-920-img, .review .title-920-img {
        margin-top: -85px;
        overflow: hidden;
    }
}
@media (min-width: 768px) {
    .pc-only {
        display: flex;
    }
    .mobile-only {
        display: none;
    }
    .banner {
        height: calc(35vw + 200px);
    }
    .banner .countdown {
        padding-top: 33.2vw;
    }
    .activity .coupon {
        margin-top: 150px;
    }
    .activity .coupon .coupon-img {
        position: absolute;
        top: -200px;
    }
    .custom-review {
        margin-bottom: 76px !important;
    }
    .custom-review-frame {
        display: flex;
        justify-content: center;
    }
    .live .rectangle {
        margin-bottom: 60px !important;
    }
}

@media (min-width: 992px) {
    .banner {
        height: calc(35vw + 200px);
    }
    .banner .countdown {
        padding-top: 33.2vw;
    }
    .live .rectangle {
        width: 32%!important;
        flex: 0 0 32%;
    }
    .activity .coupon {
        width: 49%!important;
        flex: 0 0 49%;
        margin-top: 110px;
    }
    .activity .iphone-img img {
        left: -80px;
    }
    .activity .coupon .coupon-img {
        top: -150px;
    }
    .live-kol-img {
        margin-top: -100px;
    }
}

@media (min-width: 1200px) {
    .banner {
        height: calc(40vw + 130px);
    }
    .banner .countdown {
        padding-top: 33.5vw;
    }
    .live-kol-img {
        margin-top: -115px;
    }
    .activity .iphone-img img {
        left: -50px;
    }
}


@media (max-width: 577px) {
    .banner {
        background-image: url(https://image.meimaii.com/upload/image/gNwDixz8Y5UWuvB0TkUDOpIoGBwWWG2KKFKZQtay.png);
        background-size: 100%;
        background-position: top center;
        margin-bottom: 0;
        height: calc(90vw + 100px);
    }
    .banner .countdown {
        padding-top: 72vw;
    }
    .countdown img.true {
        width: 150px;
        height: 50px;
        text-align: center;
    }
    .countdown img.false {
        width: 240px;
        text-align: center;
    }
    .activity .coupon .coupon-img {
        top: -35vw;
        overflow-x: hidden;
        overflow-y: visible;
    }
    .activity .coupon .coupon-img img {
        width: 140%;
        margin-left: -20%;
    }
    .activity .coupon {
        margin-top: 75px;
    }
    .review {
        margin-top: 150px;
    }
    .live {
        padding: 24px 0 0px 0;
    }
    .hot_groups .title-920-img, .review .title-920-img {
        margin-top: -85px;
        overflow: hidden;
    }
    .hot_groups .title-920-img img, .review .title-920-img img {
        width: 150%;
        max-width: 150%;
        margin-left: -28%;
    }
    .avatar {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        border: solid 3px #6526f9;
        border-radius: 50%;
    }
    .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;
    }
    
    #clock span {
        font-size: 30px;
    }
}

/* 開團圖片 */
@media (max-width: 577px) {
    .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;
    }
    .border-radius-corner {
        border-radius: 0 0 15px 15px;
    }
}
@media (max-width:769px) and (min-width:577px) {
    .groups-img {
        width: 230px;
        height: 230px;
    }
    .shop-groups-img {
        width: 506px;
        height: 253px;
    }
    .border-radius-corner {
        border-radius: 0 0 15px 15px;
    }
}
@media (max-width:991px) and (min-width:769px) {
    .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: 272px;
        height: 136px;
    }
}
@media (min-width:1200px) {
    .groups-img {
        width: 240px;
        height: 240px;
    }
    .shop-groups-img {
        width: 332px;
        height: 166px;
    }
}
#lottery img, #lottery-false img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.lottery_frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    margin: 0;
}
#lottery .lottery_frame .modal-content {
    width: 345px;
    border-radius: 20px;
}
#lottery-false .lottery_frame .modal-content {
    width: 345px;
    border-radius: 20px;
}
.lottery_frame ul {
    list-style-type: decimal;
}
.modal-footer {
    position: absolute;
    right: 15px;
    top: 0;
    padding: 0;
}
.lottery_close {
    font-size: 36px;
    margin: 0;
    padding: 0;
}