@media screen and (min-width: 750px) {
}
.swiper-slide img{
    width: 100%;
}


.dealbox{
    background: #f6f6f6;
    border-radius: 10px;padding: 40px 40px 30px 40px;
    margin-bottom: 40px;
}
.adbox{
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.adbox img{
    max-width: 100%;
}
.dealtopt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.dealtopt a{
    color: #fff;
    font-size: 18px;
    font-family: RobotoBold;
    width: 140px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #2da0f9;
    border-radius: 24px;
    letter-spacing: 1px;
}
.dealtopt a:hover{
    color: #fff!important;
    background-color: #52b1fb;
}

.dealtopt a::before{
    background: #fff;
    opacity: 0.4;
    display: block;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";transition: all .2s linear;
}

.dealtopt a:hover::before{
    height:100% ;
}

.flag{
    position: absolute;
    top: 12px;
    right: -13px;
    width:116px;
    height:60px;
    z-index: 2;
    font-size:28px;
    background: url("../img/flag.png") no-repeat center center;
    background-size: contain;
    color: #fff;
    text-align: center;
    font-family: impact;
    line-height: 52px;
    text-indent: 10px;
}
.imgbox .dealimg{
    width: 100%; border-radius: 10px;
    height: 246px;
}
.dealinfo{
    margin-top: 25px;
    padding-left: 14px;
    padding-right: 14px;
}.dealinfo a{    font-size: 24px;
     font-family:RobotoBold;
     color: #272727;
     line-height: 1.4;}
.priceinfo{
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap:16px;
}
.proinfo{
    font-size:18px;
    color: #272727;  padding-left: 14px;
    padding-right: 14px;
    margin: 16px 0;
}
.price{    padding-left: 14px;
    padding-right: 14px;
    display: flex;
    justify-content: space-between;
}
spePrice{
    font-size: 34px;
    font-family:RobotoBold;
    color: #10c7ff;
}
oriPrice{
    text-decoration: line-through;
    color: #aaa;
    font-size: 24px;
    font-family: RobotoLight;
}
timeleft{
    color: #ff9c0a;
    background:#f1e7d8;
    padding: 6px 18px;
    border-radius: 20px;
    font-family: RobotoBold;
    text-transform: uppercase;
    text-align: center;

}
stock{
    font-size: 24px;
    font-weight: bold;
}
stock small{
    font-size: 18px;
    font-weight: normal;
}


@media screen and (max-width: 750px) {

    .flag{
        width: 83px;
        height: 40px;
        font-size: 20px;
        line-height:34px;
    }
    .imgbox .dealimg{
        height: auto;
    }
    .dealinfo{
        overflow: hidden;
        height: 42px;
        text-overflow: ellipsis;
        font-size: 16px;
        padding-left: 0;
        padding-right: 0;
        margin-top: 10px;
    }
    .dealinfo a{
        font-size: 16px;
    }
    .price{
        align-items: flex-end;
        padding-left: 0;
        padding-right: 0;
    }
    .priceinfo{
        display: block;
    }
    .proinfo{
        font-size: 16px;
        padding-left: 0;
        padding-right: 0;
    }
    spePrice{
        font-size: 27px;
    }
    oriPrice{
        margin-left: 4px;
        font-size: 22px;}
    timeleft{
        display: block;
        font-size: 14px;
        width: 130px;
        padding-left: 0;
        padding-right: 0;
        margin-top: 14px;
    }
    stock{
        font-size: 18px;
        margin-bottom: 4px;
    }
    stock small{
        font-size: 16px
    }
    .dealbox{
        padding: 10px;
        margin-bottom: 20px;
    }
    .adbox{
        flex-direction: column;
        margin-bottom: 0px;
    }
    .adbox img{
        width: 100%;
        margin-bottom: 20px;
    }
    .dealtopt a{
        height: 34px;
        width: 116px;
        font-size:16px;
        line-height: 34px;
    }
}