.newProduct {
    width: 100vw;
}

.newProduct .pageBoxs {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 20px;
}

.newProduct .pageBoxs img {
    width: 100%;
    height: auto;
    display: block;
}

.newProduct .pageBoxs .pageBoxs_pos {
    position: absolute;
    top: 40%;
}

.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: 100vw;
}

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

.newProduct .pageBoxs .pageBoxs_pos .pageAdvert_two .pageAdvert_two_box .pageAdvert_two_box_one .pageAdvert_two_box_maintitle {
    /* margin-bottom: 15px; */
    font-size: 26px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
    
}
.pageAdvert_two_box_subtitle{
  font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #F5F5F5;
margin-bottom: 15px;
}

.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;
    justify-content: center;
}

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

.newProduct .pageBoxs .pageBoxs_pos .pageAdvert_two .pageAdvert_two_box .pageAdvert_two_box_two .whiteWordWhiteFrame {
    color: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 13px 20px;
}

  .whiteWordWhiteFrame:hover{
    color: #000 !important;
    background-color: #fff;
    border: 1px solid #fff;
  }
  
  .blackWordBlackFrame:hover{
    color: #fff !important;
    border: 1px solid #000;
    background-color: #000;
  }
  .whiteWordRedBottom:hover {
    background-color: #C3242A !important;
  }
.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: 13px 20px;
}

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

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

.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: 223px;
}



/* 面包屑 */
.categoryProduct_crumbs {
    height: 60px;
    background: #FFFFFF;
    width: 100%;
    line-height: 60px;
    margin-top: 123px;
    font-size: 12px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #000000;
  }
.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;
  }

  .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: 5px 10px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #C1C1C1;
    text-align: center;
    margin-right: 2px;
}
.newProductTag{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  position: absolute;
  left: 28px;
  top: 23px;

}