.newProduct {
    width: 100vw;
    background: #f5f5f5;

}

.newProduct .pageBoxs {
    width: 100%;
    height: 469px;
    position: relative;
    box-sizing: border-box;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.newProduct .pageBoxs:last-child{
    box-sizing: border-box;
    margin-bottom: 150px;
}

.newProduct .pageBoxs img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.newProduct .pageBoxs .pageBoxs_pos {
    position: absolute;
    /* bottom: 40px; */
    top: 316px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.newProduct .pageBoxs .pageBoxs_pos .pageAdvert_one {
    text-align: center;
    width: 100vw;
    /* overflow: hidden; */
}

.newProduct .pageBoxs .pageBoxs_pos .pageAdvert_one div {
    /* height: 16px; */
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F5F5F5;
    /* line-height: 16px; */
    width: 100%;
}

.newProduct .pageBoxs .pageBoxs_pos .pageAdvert_one div:last-child {
    width: 100%;
    /* height: 22px; */
    font-size: 26px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    /* line-height: 22px; */
    margin-top: 15px;
}

.newProduct .pageBoxs .pageBoxs_pos .pageAdvert_two {
    overflow: hidden;
    width: calc(100vw - 30px);
    margin: 0 auto;
    /* width: 100vw; */
}

.newProduct .pageBoxs .pageBoxs_pos .pageAdvert_two .pageAdvert_two_box .pageAdvert_two_box_one {
    overflow: hidden;
    text-align: center;
    margin-bottom: 18px;
}

.newProduct .pageBoxs .pageBoxs_pos .pageAdvert_two .pageAdvert_two_box .pageAdvert_two_box_one .pageAdvert_two_box_maintitle {
    margin-bottom: 5px;
}

.newProduct .pageBoxs .pageBoxs_pos .pageAdvert_two .pageAdvert_two_box .pageAdvert_two_box_two {
    display: flex;
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.newProduct .pageBoxs .pageBoxs_pos .pageAdvert_two .pageAdvert_two_box .pageAdvert_two_box_two .pageAdvert_two_box_two_left {
    margin-right: 10px;
    font-size: 10px;
}

.newProduct .pageBoxs .pageBoxs_pos .pageAdvert_two .pageAdvert_two_box .pageAdvert_two_box_two .whiteWordWhiteFrame {
    color: #fff;
    background: rgba(216,216,216,0);
    border: 1px solid rgba(255,255,255,0.3);
    box-sizing: border-box;
    padding:8px 20px;
}

.newProduct .pageBoxs .pageBoxs_pos .pageAdvert_two .pageAdvert_two_box .pageAdvert_two_box_two .blackWordBlackFrame {
    color: #000;
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 8px 20px;
}

.newProduct .pageBoxs .pageBoxs_pos .pageAdvert_two .pageAdvert_two_box .pageAdvert_two_box_two .whiteWordRedBottom {
    color: #fff;
    box-sizing: border-box;
    padding: 8px 20px;
    background: #9C1D22;
}

.newProduct .pageBoxs .pageBoxs_pos .pageAdvert_two .boxLeft {
    float: left;
    margin-left: 5px;
}

.newProduct .pageBoxs .pageBoxs_pos .pageAdvert_two .boxMiddle {
    text-align: center;
}

.newProduct .pageBoxs .pageBoxs_pos .pageAdvert_two .boxMiddle .pageAdvert_two_box_two {
    justify-content: center;
}

.newProduct .pageBoxs .pageBoxs_pos .pageAdvert_two .boxRight {
    float: right;
    margin-right: 5px;
}


.pageAdvert_two_box_two_right{
    font-size: 10px;
}
/* 面包屑 */
.categoryProduct_crumbs_box {
    display: flex;
  }
  
  .categoryProduct_crumbs_one {
    margin-right: 10px;
  }
  
  .categoryProduct_crumbs_two {
    margin-right: 10px;
  }
  
  .categoryProduct_crumbs_three {
    margin-right: 10px;
  }
  
  .categoryProduct_crumbs_four {
    margin-right: 10px;
  }
  
  .categoryProduct_crumbs_five {
    font-weight: 600;
    color: #000000;
  }

  /* 底部面包屑 */
.breadCrumbs {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #FFFFFF;

    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
}
.newProduct a{
    color: rgba(0,0,0,0.7);

}

.showLabelList{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.showLabelList >.showLabelName{
    border-radius: 2px;
border: 1px solid rgba(193,193,193,0.5);
box-sizing: border-box;
padding: 3px 5px 3px 7px;
font-size: 10px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #C1C1C1;
text-align: center;
margin-right: 2px;
}
.newProductTag{
font-size: 10px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #FFFFFF;
position: absolute;
left: 28px;
top: 23px;

}



/* 底部悬浮框样式  start*/

.menu_bar_bottom {
    position: fixed;
    bottom: 23px;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    z-index: 99;
    left: 50%;
    width: calc(100vw - 40px);
    transform: translateX(-50%);
}
.menu_bar_bottom .menu_bar_bottom_left{
    width: 78%;
    height: 60px;
    overflow: hidden;
    box-sizing: border-box;
}
.menu_bar_bottom .menu_bar_bottom_bgkimg {
    display: flex;
    min-height: 60px;
    width: 100%;
    border-radius: 5px;
    justify-content: space-around;
}
.menu_bar_bottom .menu_bar_bottom_left .box {
    
    height: 100%;
}
.menu_bar_bottom .menu_bar_bottom_left .box .box_img {
    display: flex;
    justify-content: center;
    margin-top: 7px;
}
.menu_bar_bottom .menu_bar_bottom_left .box img {
    width: 24px;
    height: 24px;
}
.menu_bar_bottom .menu_bar_bottom_left .box .box_text {
    margin-top: 3px;
    font-size: 12px;
    white-space: nowrap;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #1A1A1A;
    transform: scale(0.83);
}
.menu_bar_bottom .menu_bar_bottom_right {
    width: 60px;
    height: 60px;
    background: rgba(156,29,34,0.9);
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.3);
    backdrop-filter: blur(5px);
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.menu_bar_bottom .menu_bar_bottom_right img {
    width: 24px;
    height: 24px;
}
.menu_bar_bottom .menu_bar_bottom_right .box_img {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.menu_bar_bottom .menu_bar_bottom_right .box_text {
    font-size: 12px;
    margin-top: 3px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #FFFFFF;
    transform: scale(0.83);
    white-space: nowrap;
    text-align: center;
}


.menu_bar_bottom_right{
    width: 60px;
    height: 60px;
    box-sizing: border-box;
}

.menu_bar_bottom_left{
    height: 60px;
    background: #F5F5F5;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
    border-radius: 4px;
    border: 1px solid;
    border-image: linear-gradient(174deg, rgba(255, 255, 255, 0), rgba(187, 187, 187, 0.4)) 1 1;

}
.menu_bar_bottom_bgkimg{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("https://hsimage.fotile.com/202412031856163914971.png");
}




/* 底部悬浮框样式   end*/
