body {
    padding-top: 0px!important;
    background-color: #f3f0ef!important;
}
.navbar{
    display: none;
}
main.content {

    padding-top: 3rem !important;


}
.container {
    padding-right: 0px!important;
    padding-left: 0px!important;
    margin-right: auto;
    margin-left: auto;
    /*background-color: #BAB8B8C4!important;*/
}
.flex_div{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
    padding: 10px 0px;
}
.flex_b_div{
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    align-items: center;
    padding: 10px 0px;
}
.flex_b_div1{
    display: flex;
    flex-direction: row;

    align-items: center;
    padding: 10px 2rem;
}
.price_span{
    font-size: 3rem;
    color: rgb(208 2 27);
    font-weight: 700;
    margin: 0 .5rem;
}
.market_price{
    color: rgb(156 163 175);
    font-size: 1.5rem;
}
.com_div{

    background-color: #fff;
}
.com_padding{
    padding: 20px 10px;
}
.tag_span{
    display: inline-block;
    margin-right: .5rem;
    text-align: center;
    background-color:#fff ;
    color: #ef5d2c;
    padding: .5rem;
    border-radius: 5px;
    font-size: 1rem;
}
.hot_span{
    display: inline-block;
    text-align: center;
    border: 1px solid #ef5d2c;
    border-radius: 5px;
    color: #ef5d2c;
    padding:4px;
    font-size: 13px;
    margin-right: .5rem;
}
.title_span{
    color: #000000;
    font-size: 2rem;
    width: 80%;
    font-weight: 700;
}
.icon_img{
    width: 1.6rem;
    height: 1.6rem;
}
.icon_font{
    font-size:1.3rem;
    margin-right: .5rem;
    display: inline-block;
    border: 1px solid #fed0d0;
    border-radius: 5rem;
    padding: .5rem 1rem;
    background-color: #fff0f0;
    color: #fd4b2c;
}
.icon_div{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem 0rem;
    /*border-top: 1px solid #e6e6e6;*/
    /*border-bottom: 1px solid #e6e6e6;*/
}
.content_div img{
    width: 100%;
    margin-top: 1rem;
}
.taocan_select{
    padding: 15px 10px;
}
.sku_select{
    padding: 0px 10px;

    width: 94%;
    margin: auto;
}
.sku_div{
    border-radius: 1rem;
    /*box-shadow: 0px 0px 10px linear-gradient(90deg, rgb(255, 75, 43) 0%, #d9534f 100%);*/
    padding: 5px;
    margin-top: 10px;
    border: 1px solid #e5e7eb;
}
.select_div{
    border-radius: 1rem;
    /*box-shadow: 0px 0px 10px linear-gradient(90deg, rgb(255, 75, 43) 0%, #d9534f 100%);*/
    padding: 1.4rem;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    background-color: #ffffff;
    margin-top: 10px;
    width: 100%;
    color: #44474c;
    border: 2px solid #e5e5e5;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    justify-content: center;
}
.selected_div{
    border: .3rem solid rgb(206, 0, 0);
    /*background-color: #FFF5F0;*/
    box-shadow: 0 4px 12px rgba(243, 112, 33, 0.2);
    border-radius: 1rem;


    padding: 1.4rem;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    /*background-color: linear-gradient(90deg, rgb(255, 75, 43) 0%, #d9534f 100%);*/
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    justify-content: center;
}


.sku_item{
    border-radius: 5px;
    padding: 5px;
    width: 23%;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid rgb(221 221 221);
    background-color: #1D1D1F;
    color: #fff;
}
.sku_item_act{
    border: 1px solid #D0021B;
    border-radius: 5px;
    padding: 5px;
    background: #D0021B;
    color:#fff;
    width: 23%;
    display: inline-block;
    margin-right: 5px;
}
.order_item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 2.5rem;
}
.peisong_div{
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid rgb(229 231 235) ;
    border-radius: 5px;
    padding: 5px;
    margin-right: 5px;
    position: relative;
    width: 34%;
    color: rgb(107 114 128);
}
.peisong_div_act{
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 5px;
    background-color: #FFF5F0;
    border: 1px solid #CE0000;
    color: #CE0000;
    padding: 5px;
    margin-right: 5px;
    position: relative;
    width: 34%;
}
.peisong_icon{
    width: 30px;
    height: 30px
}
.items_div{
    margin-top: 1rem;
}
.div_com{
    margin-top: 1rem;
}

#Roll{
    line-height: 24px;
    /*text-align: center;*/
    padding: 0 5px;
    margin-top: 1rem;
    border-radius: 1rem 1rem 0rem 0rem;
    background-color: #fff;
    /*height: 16rem;*/
    /*position:absolute;*/
    /*z-index:9999;*/
    overflow:hidden;
    /*position:fixed;*/
    /*width: 87%;*/
}
#Roll ul{
    list-style: none;
    padding-left: 0rem!important;
    animation: scrollUp 60s linear infinite; /* 动画时长可调整 */
}
@keyframes scrollUp {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}
#Roll li{
    /*border-radius: 13px;*/
    color:#000;
    margin-bottom: 11px;
    /*background-color: #f4f4f4 !important;*/
    background-size:22px!important;
    background-position:1px!important;
    padding: .5rem;
    text-align: left;
    width: 100%;
    border-bottom: 1px dashed #d3d2d2;
}
.pli{
    position: relative;
}
.libtn{
    border-radius: 5px;
    background-color: #ff6600;
    color: #ffffff;
    font-size: 1rem;
    font-weight: normal;
    border-color: #f5012f;
    padding: 0px 4px 0px 4px;
    position: absolute;
    right: 0.5rem;
    top: 0.1rem;
}
#Roll1 li{
    border-radius: 13px;
    color:#fff;
    margin-bottom: 0.5rem;
    background-color: rgba(0,0,0,0.6) !important;
    background-size:22px!important;
    background-position:1px!important;
    padding: 0 12px 0 1rem;
}
#Roll li img{
    width: 20px;
    vertical-align: middle;
    margin:0 5px 2px -5px;
}
.hidediv{
    display: none;
}
.centerdiv{
    text-align: center;
    padding: 0.3rem 0rem;
}
select.selectpicker{
    max-height: 4rem!important;
    height:4rem!important;
}
.buynow{
    padding: 1rem 2rem;
    background-color: rgb(255 255 255 );
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    position: fixed;
    bottom: 0rem;
    left:0rem;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.08) 0px -2px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.sonbuy{
    background: #E60023;
    padding: 1.5rem;
    border-radius: 1rem;
    width: 25%;
    margin-left: 5rem;
}
@media (min-width: 1200px) {
    .container {
        width: 35%!important;
    }
    .buynow{
        padding:1rem 2rem;background-color: rgb(255 255 255 );color: #fff;font-size: 1.8rem;text-align: center;position: fixed;bottom: 0rem;left:32.5%;width: 35%;
        box-shadow: rgba(0, 0, 0, 0.08) 0px -2px 10px;
    }
    #Roll{
        line-height: 24px;
        /*text-align: center;*/
        padding: 0 5px;
        margin-bottom: 3px;
        height: 46rem;
        position:absolute;
        /*z-index:9999;*/
        overflow:hidden;
        /*position:fixed;*/
        width: 34.5%;
    }
}
.content_div p{
    margin: 0!important;
}
/* 让轮播容器在移动端有更好的触摸反馈，禁止水平滚动/缩放干扰 */
.carousel {
    touch-action: pan-y pinch-zoom; /* 允许垂直触摸滚动，但水平滑动由我们自定义处理 */
    user-select: none; /* 避免滑动时选中文本 */

}
.carousel-item img {
    width: 100%;
    height: auto;
    pointer-events: none; /* 防止图片干扰触摸事件（比如长按菜单），可根据需要保留 */
    display: block;
    border-radius: 1rem;
}
/* 可选的简洁样式：让指示器和控制按钮在移动端稍大一点 */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(0,0,0,0.2);
    border-radius: 50%;
    background-size: 1.2rem;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #666;
    opacity: 0.6;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #007aff;
}
.carousel-inner{
    /*height: 450px;*/
}
.carousel-item{
    /*height: 450px;*/
}
.carousel-item img{
    height: 100%;
}
.white_bg{
    background-color: #ffffff;
    /*height: 20rem;*/
    /*padding: 1rem;*/
}
.border_top{
    border-top: 1px solid rgb(243 244 246);
}
.scoll_window{
    height: 25rem;
    overflow: hidden;
    margin-top: 1rem;
    border-radius: 1rem;
}
.sku_son_div{
    width: 100%;
    text-align: center;
}
.sku_son_div img{
    /*width: auto!important;*/
    height: 10rem;
    object-fit: contain;
    border-radius: .25rem;
}
.new_top_title{
    background: #f9f8f7;
    /* box-shadow: rgba(255, 79, 79, 0.3) 0px 4px 10px; */
    border-radius: 1rem;
    border: none;
    overflow: hidden;
    position: relative;
    margin-top: 2rem;
}
.youhui_div{
    background-color: rgb(163 0 0);
    color: #fff;
    font-size: 1rem;
    padding: 1rem 1rem .5rem 2rem;
    border-radius: 1rem;
    position: absolute;
    top: -0.5rem;
    left: -1rem;
}
.white_font{
    color: #fff;
}
.com_padding1{
    padding: .5rem 1rem;
}
.margin-top{
    margin-top: 1.5rem;
}
.detail_title{
    padding: 0 .8rem;
    font-size: 1.8rem;
    margin: 1rem 0;
    font-weight: 700;
}
.detail-alert {
    padding: .8rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    background-color: #f1f5fe;
    border: 1px solid #f1f5fe;
    border-radius: 1rem;
    color: #3e46b5;
    line-height: 1.5rem;
    margin: 1rem 0rem;
    width: 100%;
}
.saveorder{
    margin:2rem auto;
    background: #E60023;
    border: 1px solid #E60023;
    color: #ffffff;
    padding: 1rem;
    text-align: center;
    border-radius: 1rem;
    font-size: 1.8rem;
    width: 100%
}
.lastbtn{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 1.4rem;
    align-items: center;
    background-color: #fff;
    font-weight: 700;
    color: #000;
    font-size: 1.6rem;
}
.img_pro{
    width: 10rem;height: 10rem;
    text-align: center;
}
.img_pro img{
    height: 100%;
    width: auto;
}
.cutdown_div1{
    /*background-color: #c43632;*/
    border-radius: 5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    /*justify-content: center;*/
    font-weight: 700;
    padding: .5rem 1rem;
}
.cutdown_div{
    border-radius: 5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: rgb(163 0 0);
    justify-content:start;
    font-weight: 600;
    font-size: 1.4rem;
    margin: 1rem 0rem;
}
.cut_span{
    display: inline-block;
    background-color: rgb(255 245 246);
    border: 1px solid rgb(254 226 226);
    border-radius: .8rem;
    padding: .3rem .6rem;
}
.cutdown_spans{

    border-radius: .8rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #000;
    justify-content: space-between;
    padding: .5rem;
    background-color: rgb(0 0 0 / 0.05);
    margin-left: 1rem;
}
.time_span{
    display: inline-block;
    /*background-color: #fff;*/
    border-radius: .5rem;
    /*padding: .5rem;*/
    width: 2rem;
    height: 2rem;
    color: #000;
    font-size: 1.4rem;
    text-align: center;
    line-height: 2rem;
}
.top_nav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.nav_div{
    background-color: #000;
    color: #fff;
    font-size: .875em;
    /*text-align: center;*/
    padding-top: 7px;
    padding-bottom: 7px;
    min-height: 34px;
}
.nav_span{
    color: #b76f79;
}
.cart_icon{
    display: inline-block;
    background:url(/image/cart1.png) center no-repeat;
    background-size:100% auto;
    width: 4rem;height: 4rem;
    margin-top: 1rem;
}
.modal_bg{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}
.modal_main{
    border: none;
    border-radius: .5rem;
    background-color: #ffffff;
    width: 60%;
    position: fixed;
    top: 50%;
    left: 20%;
    z-index: 999;
    padding: 1rem;
}
.modal_top{
    position: relative;
    padding: 1rem 0;
}
.modal_close{
    position: absolute;
    right: -1rem;
    top: -1rem;
    font-size: 2.5rem;
    font-weight: 800;
    display: inline-block;
    width: 3rem;
    height: 3rem;
}
.modal_content{
    padding: 3rem 0;
    font-size: 1.6rem;
}
.modal_btn{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;

}
.modal_botton{
    background-color: #f8f9fa;
    color: #555;
    font-size: 1.2em;
    padding: 10px 20px;
    border-radius: 5px;
    border: solid #dcdcdc;
    border-width: 1px 1px 5px;
}
.btn-secondary{
    background-color: #3d92da;
    color: #fff;
    border-color: #347dbb;
}
.margin14{
    margin-left: 1.4rem;
}
.detail_div{
    border-radius: 1rem;
}
.tao_div{
    border-radius: 1rem;
    margin-top: .5rem;
    padding-bottom: 2rem;
}
.new_item{
    border-radius: 1rem;
    background-color: #fafafa;
    text-align: center;
    padding: 2rem;
    border-bottom: 1px solid #e8e8e8;
}
.price_item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.pei_div{
    border-radius: 1rem;
    margin-top: 1.5rem;
}
.circle_span{
    display: inline-block;
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
}
.gou_span{
    display: inline-block;
    position: absolute;
    top: .5rem;
    right: .5rem;
    color: #fd4b2c;
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
}
.order_son{
    width: 50%;
}
.order_new_item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.order_new_item select{
    margin-right: .5rem;
}
.note_span{
    font-size: 1.4rem;
}
.div_bottom{
    width: 80%;
    margin: auto;
    border-radius: 1rem;
    padding: 2rem;
    margin-top: 1rem;
    margin-bottom: 10rem;
    background-color: #fff;
    text-align: center;
}
.point_span{
    display: inline-block;
    height: 1rem;
    line-height: 1rem;
    /*color: rgb(243 112 33 );;*/
}
.top_header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    padding: 1rem 1rem 1rem 1rem;
    background-color: #f9f8f7;
}
.header_title{
    font-size: 3rem;
}
.header_right{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.right_img{
    margin-right: .5rem;
    padding: 1rem;
}
.right_img img{
    width: 1.5rem;
    height: 1.5rem;
}
.right_img_div{
    background-color: rgb(17 17 17 );
    border-radius: 5rem;

    padding: .8rem 2rem;
}
.right_img_div img{
    width: 1.5rem;
    height: 1.5rem;
}
.hot_div{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem 2rem;
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px , 0 4px 6px -4px;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.font-black {
    font-weight: 900;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}


.to {
    --tw-gradient-to: #FF4D4D;
}

.from{
    --tw-gradient-from: #D0021B ;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.rounded-tr-xl {
    border-top-right-radius: 0.75rem;
}

.rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
}
.hot_left{
    font-size: 1.5rem;
    padding: 1rem;
}
.hot-right{
    background-color: rgb(243 244 246);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 5rem;
    margin-left: .5rem;
}
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 63rem;
    }
}
.shen_div{
    background-color: rgb(208 2 27);
    border-radius: 5rem;
    padding: .5rem;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: .5rem;
}
.suo_div{
    background: rgb(249 250 251 ) ;
    /*box-shadow: rgba(255, 79, 79, 0.3) 0px 4px 10px;*/
    border-radius: 1rem;
    border: 1px solid  rgb(243 244 246);
    width: 96%;
    margin: 1rem auto;
    overflow: hidden;
    position: relative;
    padding: 1rem;
}
.suo_top{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-size: 1.3rem;

}
.sales_span{
    color: rgb(208 2 27);
}
.left_span{
    display: inline-block;
    color: rgb(208 2 27);
    background-color: rgb(254 226 226);
    padding: .2rem;
    border-radius: .5rem;
    width: 2rem;
    height: 2rem;
    text-align: center;
}
.suo_bottom{
    background-color: rgb(229 231 235);
    height: 1rem;
    width: 100%;
    border-radius: 5rem;
    margin-top: 1rem;
}
.progress_div{
    background: linear-gradient(to right, #F37021,#FF0000);
    border-radius: 5rem;
    height: 1rem;
    width: 96%;
}
.icon_item{
    width: 25%;
    text-align: center;
}
.right_border{
    border-right: 1px solid rgb(243 244 246);
}
.small_icon{
    font-size: 1.2rem;
    text-align: center;
    color: rgb(156 163 175);
}
.border-bottom{
    border-bottom: 1px solid rgb(243 244 246);
}
.en_p_title{
    color: rgb(243 112 33 );
    font-size: 1.2rem;
    text-align: center;
}
.ch-detial{
    font-size: 2rem;
    gap: .5rem;
    align-items: center;
    display: flex;
    flex-direction: row;
    /*justify-content: center;*/
}
.ch-p-title{
    display: inline-block;
    background-color: rgb(209 213 219);
    height: .1rem;
    width: 3rem;
}
.b-p-title{
    margin: 0rem 1rem;
}
.title_span{
    width: 50%;
}
.p-back{
    background-color: transparent;
}
.tao-title{
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: rgb(163 0 0);
    color: #fff;
    text-align: center;
    /* padding: 1rem; */
    font-size: 1.2rem;
    line-height: 2rem;
    margin-right: 1rem;
}
.select_circle{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1px solid rgb(209 213 219);
    margin-right: 1rem;
}
.selected_circle{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: .3rem solid #CE0000;
    margin-right: 1rem;
}
.block-span{
    display: block;
}
.tao-span{
    font-size: 1.8rem;
    font-weight: 700;
}
.tao-span1{
    font-size: 1rem;
    color: rgb(220 38 38);
    background-color: rgb(254 226 226);
    border-radius: 0.275rem;
    padding: .1rem;
    width: 15%;
    text-align: center;
    margin-top: .5rem;
}
.mid_span{
    width: 82%;
    text-align: center;
}
.left_price_span{
    width: 10%;
    color: rgb(163 0 0);
    font-size: 2rem;
    font-weight: 700;
}

.hot_span{
    background-color: #CE0000;
    color: #fff;
    font-size: 1rem;
    border-radius: 5rem;
    padding: .2rem;
    text-align: center;
    position: absolute;
    top: -1rem;
    right: -1rem;
}
.del_div{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.b-price{
    position:relative;
}
.del_price{
    color: rgb(156 163 175);
    font-size: 1.5rem;
}
.b-price-span{
    color: rgb(17 17 17);
    font-size: 4rem;
    font-weight: 700;
}
.price_code{
    font-size: 1.8rem;
}
.shen_span{
    background-color: rgb(255 229 229);
    color: rgb(206 0 0);
    border-radius: .3rem;
    padding: .1rem;
    font-size: 1rem;
}
.logoimg{
    width: 3rem;
}
.new_content{
    padding: 1.5rem;
}
.stock_font{
    font-size: 1.3rem;
    color: rgb(107 114 128);
}
.i_div{
    font-size: 1.3rem;
    padding: 0rem 1rem;
}
.com-radius{
    border-radius: 1rem;
}
.taocan_div{
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border:1px solid  #e5e7eb;
    width: 90%;
    margin: auto;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
}
.s_gui{
    font-size: 1.5rem;
    font-weight: 700;
}




