.swiper-button-next:after,
.swiper-button-prev:after{
  font-size: .3rem;
}
.fm_body{
  margin-bottom: .2rem;
}
.swiper-container{
  width: 100%;
}
.swiper-slide img{
  width: 100%;
}
.swiper-button-prev:after, .swiper-button-next:after{
  font-size: .3rem;
}

.pdt_sws, .pdt_hde{
  padding: .3rem 0;
}
.pdt_ctnt{
  text-align: center;
}
.pdt_title{
  font-size: .20rem;
  padding: .15rem;
}
.pdt_desc{
  color: #666;
  line-height: 1.8;
  padding: 0 .4rem;
}

.pdt_bom{
  background: url('../imgs/product/bg_manage.png') no-repeat center;
  background-size: 100% auto;
}
.pdt_bom_cover{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  padding: .3rem 0;
}
.pdt_bom_cover .fm_title_zh,
.pdt_bom_cover .fm_title_en{
  color: #fff;
}
.pdtb_top, .pdtb_btm{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.pdtb_ctnt{
  padding: .2rem;
}
.pdtbc_item{
  width: 47%;
  background-color: #fff;
  text-align: center;
  padding: 0.25rem 0.35rem;
}
.pdtbc_item_label{
  position: absolute;
  top: 0;
  left: .1rem;
  padding: .05rem .01rem;
  color: #fff;
}
.pdtbc_item_label.label_1{
  background-color: #9BADF7;
}
.pdtbc_item_label.label_2{
  background-color: #EB202A;
}
.pdtbc_item_label.label_3{
  background-color: #F4822E;
}
.pdtbc_item_label.label_4{
  background-color: #95D7F6;
}
.pdtbc_item img{
  width: .25rem;
  height: .25rem;
}
.pdtbc_item>div{
  width: .9rem;
  display: inline-block;
}
.pdtbc_item_name{
  line-height: .25rem;
  font-weight: bold;
}
.pdtb_mid{
  width: 80%;
  margin: .2rem auto;
  padding: .4rem .3rem;
  background-color: #2C66E9;
  color: #fff;
}
.pdtb_mid_quote_lf{
  position: absolute;
  top: .1rem;
  left: .1rem;
  width: .2rem;
}
.pdtb_mid_quote_rt{
  position: absolute;
  bottom: .1rem;
  right: .1rem;
  width: .2rem;
}
.triangle_lf_top{
  position: absolute;
  top: -.1rem;
  left: .4rem;
  width: 0;
  height: 0;
  border-left: .1rem solid transparent;
  border-right: .1rem solid transparent;
  border-bottom: .1rem solid #2C66E9;
}
.triangle_rt_top{
  position: absolute;
  top: -.1rem;
  right: .4rem;
  width: 0;
  height: 0;
  border-left: .1rem solid transparent;
  border-right: .1rem solid transparent;
  border-bottom: .1rem solid #2C66E9;
}
.triangle_lf_btm{
  position: absolute;
  bottom: -.1rem;
  left: .4rem;
  width: 0;
  height: 0;
  border-left: .1rem solid transparent;
  border-right: .1rem solid transparent;
  border-top: .1rem solid #2C66E9;
}

.triangle_rt_btm{
  position: absolute;
  bottom: -.1rem;
  right: .4rem;
  width: 0;
  height: 0;
  border-left: .1rem solid transparent;
  border-right: .1rem solid transparent;
  border-top: .1rem solid #2C66E9;
}